/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
 font-family: Roboto-Regular;
 src: url('../../fonts/roboto/Roboto-Regular.ttf');
}
 @font-face {
 font-family: Roboto-Medium;
 src: url('../../fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
	font-family: Roboto-Bold;
	src: url('../../fonts/roboto/Roboto-Bold.ttf');
}
 @font-face {
 font-family: Roboto-Thin;
 src: url('../../fonts/roboto/Roboto-Thin.ttf');
}

/*@font-face {
	font-family: Poppins-Regular;
	src: url('../../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
	font-family: Poppins-Medium;
	src: url('../../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
	font-family: Poppins-Bold;
	src: url('../../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url('../../fonts/poppins/Poppins-SemiBold.ttf');
}*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body, html {
	height: auto;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	/*font-family: Poppins-Regular, sans-serif;*/
	background: #f0f4f9 !important;
}
/*---------------------------------------------*/
a {
	font-family: Roboto,Arial,Helvetica,sans-serif;
	/*font-family: Poppins-Regular, sans-serif;*/
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	/*color: #436be2;*/
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
a:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
	/*color: #6a7dfe;*/
	/*color:#007dfa;*/
	color: #436be2;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}
/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
p {
	font-family: Roboto,Arial,Helvetica,sans-serif;
	/*font-family: Poppins-Regular, sans-serif;*/
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}
ul, li {
	margin: 0px 0px 0px 0px;
	/*list-style-type: none;*/
	list-style-type:disc;
}
ol.d {
	list-style-type: lower-alpha;
}
.ul .li {
	position:relative;
	float:left;
	left:10px;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
	border: none;
}
textarea:focus, input:focus {
	border-color: transparent !important;
}
 input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
}
input:focus::-moz-placeholder {
color:transparent;
}
input:focus:-ms-input-placeholder {
color:transparent;
}
 textarea:focus::-webkit-input-placeholder {
color:transparent;
}
textarea:focus:-moz-placeholder {
color:transparent;
}
textarea:focus::-moz-placeholder {
color:transparent;
}
textarea:focus:-ms-input-placeholder {
color:transparent;
}
 input::-webkit-input-placeholder {
color: #adadad;
}
input:-moz-placeholder {
color: #adadad;
}
input::-moz-placeholder {
color: #adadad;
}
input:-ms-input-placeholder {
color: #adadad;
}
 textarea::-webkit-input-placeholder {
color: #adadad;
}
textarea:-moz-placeholder {
color: #adadad;
}
textarea::-moz-placeholder {
color: #adadad;
}
textarea:-ms-input-placeholder {
color: #adadad;
}
/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
}
.txt2 {
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.5;
}
/*//////////////////////////////////////////////////////////////////
[ header ]*/
.header_bg {
	background-color: #000;
	/*background-color: #FFF;*/
	/*box-shadow:0px 2px 8px #f9f9f9;*/
	/*box-shadow:0px 1px 0px #f9f9f9;*/
	height: 54px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	z-index: 99999 !important;
}
.header_bg1 {
	background-color:#fff;
	/*box-shadow:0px 2px 8px #f9f9f9;*/
	/*box-shadow:0px 1px 0px #f9f9f9;*/
	height:54px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.home_bg1 {
	overflow-x:hidden;
	position:relative;
	background:url(images/search/zeoz_search_bg1.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding-top:10rem;
}
.zA_logo_top_h1 {
	position: relative;
	float: left;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	left: 2px;
	top: 14px;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_logo_top_h1:hover {
	text-decoration:none;
	/*color: #1e78e5;*/
	color: #fdec6e;
  text-shadow:0px 0px 80px #fdec6e;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /*text-decoration: none;*/
}
.zA_brand_img_ot1 {
	position: relative;
	float: left;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	left: 2px;
	top: 10px;
	width: 85px;
	height:auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_brand_ot_h1 {
	position: relative;
	float: left;
	/*font-size: 45px;*/
	font-size: 26px;
	font-weight: bold;
	/*font-weight: 300;*/
	line-height: 28px;
	/*color: #212121;*/
	color: #ffffff;
	text-decoration: none;
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	left: 2px;
	top: 14px;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_brand_ot_h1:hover {
	text-decoration:none;
	color: #1e78e5;
}
.zA_brand_ot_h2 {
	font-size: 26px;
	/*font-size: 31px;*/
	/*font-weight: 600;*/
	/*line-height: 28px;*/
	line-height: 28px;
	color: #212121;
	/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
.zA_brand_ot_h2:hover {
	text-decoration:none;
	color: #436be2;
}

.com_OL1 {
	position:relative;
	float:left;
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	line-height: 2.3;
	color: #000000;
	/* width: 80px !important; */
	width: 100% !important;
	height: 45px;
	background: #FFF;
	/*border: 1px solid #f4f5f2 !important;*/
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border-radius: 4px;
	padding: 4px 12px 4px 10px !important;
	margin: 0px 0px 1px 0px;
	z-index: 10;
}
.com_OL2 {
	position: relative;
	float:right;
	right:34px;
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	line-height: 2.3;
	color: #000000;
	width: 120px !important;
	height: 45px;
	background: #FFF;
	/*border: 1px solid #f4f5f2 !important;*/
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border-radius: 4px;
	padding: 4px 12px 4px 10px !important;
	margin: 4px 0px 0px 0px;
	z-index: 10;
}
.com_h1a {
	position: absolute;
	float: left;
	left: 16px;
	top: -14px;
	font-size:15px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #1f77e7;
	text-align: left;
	background-color: #ffffff;
	z-index: 2000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.com_h1b {
	position: absolute;
	float:right;
	right: 72px;
	top: -7px;
	font-size: 15px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #1f77e7;
	text-align: left;
	background-color: #ffffff;
	z-index: 2000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.com_G_h1 {
	position: absolute;
	float: left;
	left: 12px;
	top: -9px;
	font-size: 15px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #1f77e7;
	text-align: center;
	background-color: #ffffff;
	z-index: 2000;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
}
.com_G_btn1a {
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0c5dcd;
  background: #0c5dcd;
  font-size: 14px !important;
  /*font-size: 28px !important;*/
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  width:100%;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 12px;
  z-index:100;
}
.com_G_btn1a:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.com_h1 {
	position: absolute;
	float: left;
	/*left: 12px;*/
	top: -9px;
	/*width:100%;*/
	font-size: 15px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #1f77e7;
	/*text-align: left;*/
	text-align:center;
	background-color: #ffffff;
	z-index: 2000;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 45px;
}
.com_h2 {
	position: absolute;
	float: left;
	left: 9px;
	top: -2px;
	font-size: 15px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #1f77e7;
	text-align: left;
	line-height:16px;
	background-color: #ffffff;
	z-index:2000;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
}
.com_btn1_ot {
	position: absolute;
	float: left;
	bottom: -33px;
	z-index: 10
}
.com_btn1_Rot {
	position: absolute;
	float: right;
	right: 0px;
	/*top: 0px;*/
	bottom: 14px;
	z-index: 10;
	/*padding-bottom:6px !important;*/
	/*background:#F00*/
}
.com_arw_1 {
	display: inline-block;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px 0px 0px 30px;
	border-right: 1px solid rgb(0, 0, 0, 0.1);
	background: #fff;
	/*background-color: #28a100;*/
	font-size: 16px !important;
	color: #454545;
	font-weight: 600 !important;
	text-decoration: none;
	padding: 3px 8px 4px 10px;
	/*margin-top: 5px;*/
	/*margin-bottom: 12px;*/
	z-index: 100;
}
.com_arw_2 {
	display: inline-block;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px 0px 0px 30px;
	border-right: 1px solid rgb(0, 0, 0, 0.1);
	background: #fff;
	/*background-color: #cc6262;*/
	font-size: 16px !important;
	color: #454545;
	font-weight: 600 !important;
	text-decoration: none;
	padding: 3px 8px 4px 10px;
	/*margin-top: 5px;*/
	/*margin-bottom: 12px;*/
	z-index: 100;
}
.com_btn_R1a {
	display: inline-block;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid rgb(0, 0, 0, 0.1);
	background: #075bd0;
	font-size: 14px !important;
	color: #ffffff;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-weight: 500 !important;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin-top: 5px;
	z-index: 100;
}
.com_btn_R1a:hover {
  color: #fff;
  border: 1px solid rgb(255, 255, 255, 0.0);
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.com_btn_R1b {
	display: inline-block;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid rgb(0, 0, 0, 0.1);
	background: #0ca191;
	font-size: 14px !important;
	color: #ffffff;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-weight: 500 !important;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin-top: 5px;
	/*margin-bottom: 12px;*/
	z-index: 100;
}
.com_btn_R1b:hover {
  color: #fff;
  border: 1px solid rgb(255, 255, 255, 0.0);
  background: #0c9385;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.com_btn1a {
	display: inline-block;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #0c5dcd;
	background: #0c5dcd;
	font-size: 13px !important;
	color: #fff;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-weight: 500 !important;
	text-decoration: none;
	padding: 0 6px;
	margin-top: 5px;
	margin-bottom: 12px;
	z-index:100;
}
.com_btn1a:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.myoverlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.98);
	height:100%;
	width:100%;
	z-index: 1273;
}
.myform {
	border-radius: 30px !important;
	height:50px;
	line-height:50px;
	padding-top:10px;
}
.mybg-dark {
	/*background-color:#F00;*/
	background: rgba(0, 0, 0, 0.98);
}


.conv_box_ot1 {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 4px 4px 12px 12px;
  /*background-color: transparent;*/
  background-color:#141414;
  margin: 1px auto 8px;
  padding: 0px 0px 0px 0px;
  height: auto;
  min-height: 240px;
  resize: none;
  outline: none !important;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  transition: all .2s ease-in-out;
  box-shadow: none;
}
.conv_box_in1 {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 4px 4px 4px 4px;
	/*background-color: transparent;*/
	background-color: #cef7fe;
	margin: 1px auto 8px;
	/*padding: 6px 4px 4px 4px;*/
	padding: 0px 0px 0px 0px;
	height: auto;
	min-height: 340px;
	resize: none;
	outline: none !important;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	transition: all .2s ease-in-out;
	box-shadow: none;
}
.conv_btn_1 {
  /*width: 65px;*/
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 30px;
  -webkit-border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  border-radius:50%;
  /*border: 1px solid rgba(0,0,0,.12);*/
  /*background:#ffffff;*/
  font-size: 30px;
  color: #353535;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.conv_btn_1:hover {
   color: #ffffff;
  /*background: #0c5dcd;*/
  border: 2px solid #0c5dcd;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.conv_btn_2 {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 30px;
  -webkit-border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  border-radius:50%;
  /*border: 1px solid rgba(0,0,0,.12);*/
  /*background:#ffffff;*/
  font-size: 30px;
  color: #353535;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 0px 0px 0px 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.conv_btn_2:hover {
	color: #ffffff;
  /*background: #0c5dcd;*/
  border: 2px solid #0c5dcd;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.conv_btn_2a {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 30px;
  -webkit-border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  border-radius:50%;
  /*border: 1px solid rgba(0,0,0,.12);*/
  /*background: #0c5dcd;*/
  font-size: 24px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 0px 0px 0px 2px;
  margin-top: 1px;
  margin-bottom: 0px;
}
.conv_btn_2a:hover {
	color: #ffffff;
  /*background: #0b84d7;*/
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.conv_input1 {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 30px;
  background-color: rgba(255,255,255,.08);
  margin: 1px auto 0px;
  padding: 4px 4px 4px 4px;
  height: 48px;
  outline: none !important;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  transition: all .2s ease-in-out;
  box-shadow: none;
  resize:none;
}
.conv_textarea {
  position: relative;
  display: block;
  width: 100%;
  /*border: 1px solid rgba(0,0,0,.08);*/
  border-radius: 0px;
  background-color: rgba(255,255,255,.08);
  margin: 1px auto 0px;
  padding: 6px 6px 0px 6px;
  height: auto;
  outline: none !important;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  transition: all .2s ease-in-out;
  box-shadow: none;
  resize:none;
}
.textarea-ot1 {
	position: absolute;
	float: left;
	border-radius: 0px 0px 4px 4px;
	bottom: 0px;
	background-color:#141414;
	padding:2px 0px 5px 0px;
}
.zA_rec_btn_ot1 {
	position: relative;
	float: left;
	left: 0px;
	bottom: 0px;
	height: 54px;
	/*border-top: 1px solid #323232;
	border-radius: 12px 12px 12px 12px;*/
	/*border-radius: 0px 0px 12px 12px;*/
	/*background-color: #141414;*/
	background-color: #ffffff;
	padding: 4px 0px 5px 0px;
	/*margin: 142px 0px 0px 0px;*/
	margin: 2px 0px 0px 0px;
}
.textarea-ot2 {
	/*border-top: 1px solid #f2f2f2;*/
	padding: 3px 0px 0px 3px;
}
.textarea_w {
	width: 94.0%;
}
.textarea_w1 {
	width: 96.5%;
}
.textarea-replace {
  position:relative;
  float:left;
  width: 100%;
  left: 0;
  top: 0px;
  /*transform: translate(-50%, 0);*/
  padding: 16px 8px 12px 16px;
  min-height: 58px;
  font-size: 16px !important;
  color: #ffffff;
  /*border: 1px solid #cccccc;*/
  background-color:#141414;
  border-radius: 30px;
}
.textarea-replace:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}
.textarea-replace:focus {
  outline: none;
}
.textarea-replace:focus:before {
  display: none;
  content: "";
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	background:url(../images/main/zeozapp_main_bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.container-login100 {
	width: 100%;
	min-height:100%;
	/*min-height: 100vh;
	max-height:100vh;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
	/*background-image:url(../images/zeozapp_bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
}
.wrap-login100-ot {
	position: relative;
	float: none;
	/*width: 450px;*/
	width: 1150px;
	/*min-height:280px !important;*/
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 10px 15px 10px 15px;
	background: #fff;
	/*background:url(../images/bg.png);*/
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}
.wrap-login100 {
	position:relative;
	float:none;
	/*width: 450px;*/
	width: 1150px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 10px 15px;
	background:#fff;
	/*background:url(../images/bg.png);*/
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	margin-top:20px;
}
.list_TP1 {
	padding-top:2px !important;
}


/*---------------------------------- MAIN CREDIT START ------------------------------------------------------*/

.zA_credit_ot {
	padding-top: 0px;
	margin-top: 8px;
}

.zA_credit_ot1 {
	padding-top: 0px;
	margin-top: 10px;
}

.zA_credit_ot2 {
	padding-top: 0px;
	margin-top: 2px;
}

.zA_credit_in1 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 15px;
}

.wrap_credit_1 {
	position: relative;
	float: none;
	width: 430px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 10px px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.wrap_credit_2 {
	position: relative;
	float: none;
	width: 430px;
	overflow: hidden;
	vertical-align: top;
	background: #000;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 10px px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.zA_credit_ot_l1 {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 10px;
	margin-top: 5px;
	/*margin-top:15px;*/
}

.zA_credit_inT1 {
	position: relative;
	float: none;
	width: 100%;
	height: 160px;
	overflow: hidden;
	vertical-align: top;
	/*background:#000;*/
	background-image: linear-gradient(to right, #0f73c2, #1aaddf);
	/*border:1px solid #dadce0;*/
	border-radius: 6px 6px 0px 0px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.zA_credit_avt_ot {
	position: absolute;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	z-index: 100;
}

.zA_credit_INI_avt_1 {
	position: relative;
	float: none;
	top: 55px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	font-size: 26px;
	color: #148df1;
	font-weight: 500;
	line-height: 130px;
	text-align: center;
	text-transform: uppercase;
	background: #27282e;
	border: 1px solid #27282e;
	margin: 0px auto;
	z-index: 100;
}

.zA_credit_coin {
	position: relative;
	float: none;
	top: 55px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	font-size: 26px;
	color: #148df1;
	font-weight: 500;
	line-height: 125px;
	text-align: center;
	text-transform: uppercase;
	/*background: #27282e;
	border:1px solid #27282e;*/
	margin: 0px auto;
	z-index: 100;
}

.zA_credit_close_1 {
	position: absolute;
	float: right;
	top: 8px;
	right: 3px;
	font-size: 18px;
	color: #656565;
	z-index: 1000;
}

	.zA_credit_close_1:hover {
		color: #398cff;
	}

.zA_credit_online {
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: #3ed44f;
	border-radius: 50%;
	bottom: 0.55em;
	right: 0.3em;
	border: 1.5px solid #161618;
}

.zA_credit_offline {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border: 1.5px solid white;
}

.zA_credit_away {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border: 1.5px solid white;
}

.zA_credit_offline {
	background-color: #c23616 !important;
}


.zA_credit_TOP_h1a {
	position: relative;
	float: left;
	font-size: 30px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: center;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_credit_TOP_sh1a {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-align: center;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_credit_SUB_h1 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.zA_credit_SUB_t1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}

.zA_credit_TOP_h2a {
	position: relative;
	float: left;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.zA_credit_TOP_sh2a {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_credit_SUB_h2 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.zA_credit_SUB_t2 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

/*<!-------- REC STARTS -------- >*/

.textarea_outer {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 0px 0px 6px 6px;
	background-color: transparent;
	padding: 6px 4px 4px 4px;
	margin: 1px auto;
	height: 210px !important;
	/*height: 275px;*/
	resize: none;
	outline: none !important;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	transition: all .2s ease-in-out;
	box-shadow: none;
}
.textarea_outer1 {
	position: relative;
	float: left;
	width: 100%;
	left: 0;
	top: 0px;
	/*transform: translate(-50%, 0);*/
	padding: 16px 8px 12px 16px;
	min-height: 58px;
	font-size: 16px !important;
	color: #ffffff;
	/*border: 1px solid #cccccc;*/
	background-color: #141414;
	border-radius: 30px;
}
.input_outer {
	position: relative;
	display: block;
	width: 100%;
	height: 40px !important;
	border: 1px solid #e5e6e3 !important;
	border-radius: 30px 30px 30px 30px !important;
	background: #ffffff !important;
	/*border-radius: 4px !important;
	background-color: rgba(0,0,0,.08);*/
	color: black !important;
	text-align: left;
	outline: none !important;
	font-size: 14px !important;
	/*color: rgba(0,0,0,0.85);*/
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	transition: all .2s ease-in-out;
	box-shadow: none;
	padding: 4px 4px 4px 14px;
	margin: 0px auto 8px;
}
.lg_mic_sh1a1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 15px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	/*margin:10px 0px 5px 0px;*/
	margin: 5px 0px 5px 0px;
}
.lg_req_sh1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 16px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	/*color: #000000;*/
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	/*margin:10px 0px 5px 0px;*/
	margin: 10px 0px 5px 0px;
}
.lg_mic_sh1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 15px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 30px 0px 0px;
	/*margin:10px 0px 5px 0px;*/
	margin: 5px 0px 5px 0px;
}
.lg_mic_sh1b {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
}
.lg_mic_sh1c {
	position: relative;
	float: left;
	left: 0px;
	font-size: 16px !important;
	font-weight: 500;
	font-size: 14px;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1c_1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-size: 14px;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: center;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1b1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1d {
	position: relative;
	float: left;
	left: 0px;
	font-size: 28px !important;
	font-weight: normal;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: center;
	color: #ff2c2c;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1d_1 {
	/*position: relative;
	float: left;
	left: 0px;*/
	font-size: 28px !important;
	font-weight: normal;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	/*text-align: center;*/
	color: #ff2c2c;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.lg_mic_sh1d_2 {
	/*position: relative;
	float: left;
	left: 0px;*/
	font-size: 28px !important;
	font-weight: normal;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: center;
	color: #ff2c2c;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_gen_h1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 13px !important;
	font-weight: 400;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #e5eaf0 !important;
	padding: 0px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
}
.lg_gen_h1b {
	position: relative;
	float: left;
	left: 0px;
	font-size: 34px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000 !important;
	line-height: 36px !important;
	padding: 0px 0px;
	margin: 2px 0px 5px 0px;
}
.lg_gen_h1_1 {
	position: relative;
	float: left;
	left: 0px;
	/*font-size: 34px !important;*/
	font-size: 28px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	line-height: 36px !important;
	padding: 0px 0px;
	margin: 2px 0px 5px 0px;
}
.lg_gen_h1c {
	position: relative;
	float: left;
	left: 0px;
	font-size: 26px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px;
	margin: 0px 0px 2px 0px;
}
.lg_gen_sh1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 15px !important;
	text-align: left;
	color: #000000!important;
	padding: 0px 30px 0px 0px;
	margin: 3px 0px 5px 0px;
}
.micM_ico {
  width: 100%;
  display: inline-block;
  line-height: 36px;
  font-size: 45px;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
}
.micM_btn1a {
  width: 100%;
  height:210px;
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:4px 4px 4px 4px;
  -moz-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
  border: 1px solid #0f53b2;
  background: #0c5dcd;
  font-size: 21px;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 62px 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.micM_btn1a:hover {
	color: #fff;
  background: #0a3f89;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.micM_btn1b {
  width: 100%;
  height:210px;
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:4px 4px 4px 4px;
  -moz-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
  border: 1px solid #0f53b2;
  background: #0c5dcd;
  font-size: 21px;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 62px 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.micM_btn1b:hover {
	color: #fff;
  background: #0a3f89;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}

.lg_mic_act_btn1 {
  width: 100%;
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:4px 0px 0px 0px;
  -moz-border-radius:4px 0px 0px 0px;
  border-radius:4px 0x 0px 0px;
  border: 1px solid #0f53b2;
  background: #ffffff;
  font-size: 18px;
  color: #0f53b2;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_mic_act_btn1:hover {
	color: #fff;
  border: 1px solid #0f53b2;
  background: #0a3f89;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.lg_mic_act_btn2 {
  width: 100%;
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:0px 4px 0px 0px;
  -moz-border-radius:0px 4px 0px 0px;
  border-radius:0px 4px 0px 0px;
  border: 1px solid #0f53b2;
  background: #ffffff;
  font-size: 18px;
  color: #0f53b2;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_mic_act_btn2:hover {
	color: #fff;
  border: 1px solid #0f53b2;
  background: #0a3f89;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.lg_mic_btn1a {
  width: 100%;
  display: inline-block;
  line-height: 36px;
  /*-webkit-border-radius:4px 0px 0px 0px;
  -moz-border-radius:4px 0px 0px 0px;
  border-radius:4px 0px 0px 0px;*/
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  border: 1px solid #0f53b2;
  background: #0c5dcd;
  font-size: 18px!important;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
  text-align: center;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_mic_btn1a:hover {
	color: #fff;
  background: #0a3f89;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.lg_mic_btn1b {
  width: 100%;
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:0px 4px 0px 0px;
  -moz-border-radius:0px 4px 0px 0px;
  border-radius:0px 4px 0px 0px;
  border: 1px solid #0f53b2;
  background: #0c5dcd;
  font-size: 18px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-family: Roboto,Arial,Helvetica,sans-serif !important;
  text-align: center;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_mic_btn1b:hover {
	color: #fff;
  background: #0a3f89;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}

/*<!-------- REC ENDS -------- >*/

/*<!-- -------------------------------- MAIN CREDIT ENDS ------------------------------------------------------ >*/
/*<!-- -------------------------------- MAIN PROFILE START ------------------------------------------------------ >*/

.zA_pay_trx1 {
	position: relative;
	float: none;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	background: #148df1;
	margin: 10px auto 0px;
	z-index: 100;
}
.zA_prof_edit_img_ot {
	top: 0px;
	left: 0px;
	width: 160px !important;
	z-index: 100;
	margin: 0px auto !important;
}
.profile-wrapper {
	position: relative;
	width:100% !important;
	height:160px !important;
	margin: 0px auto;
	border-radius: 50%;
  /*border-radius: 0%;*/
	/*border: 1px solid rgba(0,0,0,.37);*/
	overflow: hidden;
	transition: all .3s ease;
}
.profile-wrapper:hover {
	box-shadow: 1px 1px 6px -5px black;
	cursor: pointer;
}
.profile-wrapper:hover .profile-pic-av {
	opacity: .5;
}
.profile-wrapper .profile-pic-av {
	height:100%;
	width:auto;
	display: flex;
	align-items: center;
	transition: all .3s ease;
	background:url(../images/prof/ZEOZAPP_UPLOAD_AVA_ICO.png);
	/*background:url(../images/prof/ZEOZAPP_BUSINESS_IMG1.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
}
.profile-wrapper .profile-pic-av:after {
	font-family: FontAwesome;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 98px;
	background: #f4f4f4;
	color: #34495e;
	text-align: center;
}
.profile-wrapper .upload-button-av {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.profile-wrapper .upload-button-av .fa-arrow-circle-up {
	position: absolute;
	font-size: 132px;
	top: -8px;
	left: 0;
	text-align: center;
	opacity: 0;
 transition: all .3s ease;
	color: #34495e;
}
.profile-wrapper .upload-button-av:hover .fa-arrow-circle-up {
	opacity: .95;
}
.lg_gen_spc1 {
  position: relative;
  float:left;
  left: 0px;
  /*padding:0px 0px 0px 0px;*/
  margin:10px 0px 0px 0px;
}
.lg_gen_spc2 {
	position: relative;
	float: left;
	left: 0px;
	/*padding:0px 0px 0px 0px;*/
	margin: 2px 0px 0px 0px;
}
.gen_panel_h1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 31px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #e5eaf0 !important;
	padding: 0px 0px 6px 21px;
	margin: 5px 0px 0px 0px;
}
.lg_gen_btn1_st {
	font-size: 18px !important;
	font-weight:400 !important;
	/*font-size: 16px;
	font-weight:600;*/
	text-align:left;
	color:#000000;
	text-decoration: none;
	padding: 0px 0px;
	margin:0px 0px 0px 0px;
}
.lg_gen_btn1_st:hover {
	color: #0c5dcd;
	text-decoration:none;
}
.lg_gen_btn1 {
	font-size: 18px !important;
	font-weight:400 !important;
	/*font-size: 16px;
	font-weight:600;*/
	text-align:left;
	color:#000000;
	text-decoration: none;
	padding: 0px 0px;
	margin:0px 0px 0px 0px;
}
.lg_gen_btn1:hover {
	color: #0c5dcd;
	text-decoration:none;
}
.lg_gen_T {
	line-height: 18px;
	font-size: 13px;
	color: #000;
	font-family: inherit;
	font-weight: 500;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.lg_gen_Ta {
  line-height: 18px;
  font-size: 13px;
  color: #000;
  font-family: inherit;
  font-weight: 500;
  text-decoration:none;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.lg_gen_T_btn1a {
  line-height: 18px;
  font-size: 13px;
  color: #0c5dcd;
  font-family: inherit;
  font-weight: 500;
  text-decoration:none;
  padding: 0px;
  margin: 0px;
}
.lg_gen_T_btn1a:hover {
  color: #0c5dcd;
  text-decoration:underline;
}
.lg_gen_sbtn_ot {
	position: absolute;
	float: right;
	right: 5px;
}
.lg_gen_input_pd {
	padding-right:96px !important;
}
.lg_genD_btn1 {
  display: inline-block;
  line-height: 30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0c5dcd;
  background: #0c5dcd;
  font-size: 14px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 2px;
}
.lg_genD_btn1:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.lg_gen_sbtn1 {
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0c5dcd;
  background: #0c5dcd;
  font-size: 14px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_gen_sbtn1:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.lg_gen_sbtn2 {
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0ca191;
  background: #0ca191;
  font-size: 14px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_gen_sbtn2:hover {
  color: #fff;
  background: #0c9385;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.lg_gen_btn1a {
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0c5dcd;
  background: #0c5dcd;
  font-size: 14px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 12px;
}
.lg_gen_btn1a:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.lg_gen_btn1b {
  display: inline-block;
  line-height: 36px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #cccccc;
  background: #ffffff;
  font-size: 14px;
  color: #000000;
  font-family: inherit;
  font-weight: 500;
  text-decoration:none;
  padding: 0 18px;
  margin-top: 5px;
  margin-bottom: 12px;
}
.lg_gen_btn1b:hover {
  color: #000000;
  background:  #f3f3f3;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.wrap_profile_1 {
	position: relative;
	float: none;
	width: 450px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	margin-top: 70px;
	margin-bottom: 50px;
}

.wrap_pfl {
	position: relative;
	float: none;
	width: 450px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	/*margin-top: 70px;*/
	margin-top: 10px;
	margin-bottom: 50px;
}

.zA_pfl_GRD_bg1 {
	position: relative;
	float: none;
	width: 100%;
	height: 100px;
	/*height: 160px;*/
	overflow: hidden;
	vertical-align: top;
	/*background-image: url('../../images/prof/header_bg.jpg');
	background-repeat: no-repeat;
	background-size: contain;*/
	background-color: #f5f8f9;
	border-radius: 6px 6px 0px 0px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
.zA_pfl_cls_ot {
	position: absolute;
	float: right;
	right: 8px;
	top: 4px;
	z-index: 100
}

.zA_pfl_clst {
	color: #999999;
	font-size: 14px;
}
.zA_pfl_clst:hover {
	color: #212121;
	font-size: 14px;
}

.zA_pfl_ot_l1 {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 20px;
	margin-top: 12px;
}

.zA_pfl_ot_l2 {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 12px;
	margin-top: 0px;
}

.zA_pfl_sec_bg {
	background-color: #251960;
	/*border-bottom:1px dotted #e3e3e3;*/
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 0px;
}

.zA_pfl_VF_ot {
	position: absolute;
	float: right;
	right: 5px;
	top: 8px;
}

.zA_pfl_VF_ot1 {
	position: absolute;
	float: left;
	left: 8px;
	top: 14px;
}

.zA_pfl_VF_h1 {
	font-size: 34px;
	font-weight: 500;
	color: #3ed44f;
	text-align: right;
	line-height: 25px;
	padding: 0px 9px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_VF_sh1 {
	font-size: 12px;
	font-weight: 300;
	color: #000000;
	text-align: right;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_pfl_uVF_h1 {
	font-size: 34px;
	font-weight: 500;
	color: #efefef;
	text-align: right;
	line-height: 25px;
	padding: 0px 9px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_uVF_sh1 {
	font-size: 12px;
	font-weight: 300;
	color: #000000;
	text-align: right;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_main_h1 {
	position: relative;
	float: left;
	left:2px;
	font-size: 28px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}
.zA_pfl_main_h2 {
	position: relative;
	float: left;
	left: 6px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
}



.zA_pfl_JD_h1 {
	position: relative;
	float: left;
	left:2px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

zA_pfl_h1_1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #1e78e5;
	text-align: center;
	line-height: 20px;
	letter-spacing: .6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_t1a {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 16px;
	letter-spacing: .4px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_pfl_h1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #1e78e5;
	text-align: center;
	line-height: 20px;
	letter-spacing: .6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_t1 {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 16px;
	letter-spacing: .4px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.zA_pfl_edit_ot {
	position: absolute;
	float: right;
	right: 15px;
}

.zA_pfl_edit_btn {
	position: relative;
	float: right;
	right: 0px;
	font-size: 18px;
	color: #999;
	text-decoration:none;
}
.zA_pfl_edit_btn:hover {
	font-size: 18px;
	color: #000;
	text-decoration:none;
}

.zA_pfl_genh1 {
	position: relative;
	float: left;
	left: 0px;
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	line-height: 21px;
	letter-spacing: .6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_pfl_gent1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 16px;
	letter-spacing: .4px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.zA_pfl_gent2 {
	position: relative;
	float: left;
	/*left:45px;*/
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: left;
	content: '';
	overflow: auto;
	line-height: 21px;
	z-index: 100;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_pfl_h2 {
	position: relative;
	float: left;
	left: 45px;
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	line-height: 21px;
	letter-spacing: .6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_t2 {
	position: relative;
	float: left;
	/*left:45px;*/
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: left;
	content: '';
	overflow: auto;
	line-height: 21px;
	z-index: 100;
	padding: 0px 0px 0px 45px;
	margin: 0px 0px 0px 0px;
}

.zA_pfl_box1 {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	/*background-color:#251960;*/
	background-image: linear-gradient(to right, #1aaddf, #1aaddf);
	/*border:2px solid #251960;*/
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 12px 12px 12px 12px;
	margin-top: 14px;
}

.zA_pfl_box2 {
	position: relative;
	float: left;
	/*width: 100%;*/
	height: auto;
	border-bottom: 2px dotted #f5f8f9;
	background-color: #ffffff;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 12px 12px 12px 12px;
	margin-top: 5px;
}

/*.zA_pfl_box2 {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: #f5f8f9;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 12px 12px 12px 12px;
	margin-top: 14px;
}*/

.zA_pfl_qty_h1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #1e78e5;
	text-align: center;
	line-height: 20px;
	letter-spacing: .3px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_pfl_qty {
	position: relative;
	float: none;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	background: #148df1;
	/*border:1px solid #27282e;*/
	margin: 10px auto 0px;
	z-index: 100;
}

.zA_pfl_ico1 {
	position: absolute;
	float: left;
	left: 15px;
	top: 10px;
	width: 32px;
	/*font-size: 24px;*/
	font-size: 28px;
	color: #666;
	border-right: 1px solid #e8e8e8;
	padding: 5px 8px 0px 0px
}

.zA_pfl_cnt_avt_ot {
	position: absolute;
	top:60px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	z-index: 100;
}

.zA_pfl_cnt_avt {
	position: relative;
	float: none;
	top: 5px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 21px;
	color: #148df1;
	font-weight: 500;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	/*background: #27282e;*/
	background-color: rgb(39, 40, 46, 0.95);
	border: 1px solid #27282e;
	margin: 0px auto;
	z-index: 100;
}
.zA_pfl_cnt_online {
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: #3ed44f;
	border-radius: 50%;
	bottom: 0.12em;
	right: 0.25em;
	border: 1.5px solid #161618;
}
.zA_pfl_cnt_offline {
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.12em;
	right: 0.25em;
	border: 1.5px solid white;
}
.zA_pfl_cnt_away {
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.12em;
	right: 0.25em;
	border: 1.5px solid white;
}
.zA_pfl_cnt_GRD_bg1 {
	position: relative;
	float:left;
	/*left:-30px;*/
	/*top:-96px;*/
	top:0px;
	width: 100%;
	height: 140px;
	overflow: hidden;
	vertical-align: top;
	background-image: url('../../images/prof/contact_header_bg.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 6px 6px 0px 0px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.zA_pfl_avt_ot {
	position: absolute;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	z-index: 100;
}

.zA_pfl_avt {
	position: relative;
	float: none;
	top: 22px;
	width: 100px;
	height: 100px;
	/*width: 150px;
	height: 150px;*/
	/*border-radius: 6%;*/
	border-radius: 50%;
	font-size: 26px;
	color: #148df1;
	font-weight: 500;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	/*background: #27282e;*/
	background-color: rgb(39, 40, 46, 0.95);
	border: 1px solid #27282e;
	margin: 0px auto;
	z-index: 100;
}

.zA_pfl_close_1 {
	position: absolute;
	float: right;
	top: 8px;
	right: 3px;
	font-size: 18px;
	color: #656565;
	z-index: 1000;
}

	.zA_pfl_close_1:hover {
		color: #398cff;
	}

.zA_pfl_online {
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: #3ed44f;
	border-radius: 50%;
	bottom: 0.55em;
	right: 0.5em;
	border: 1.5px solid #161618;
}

.zA_pfl_offline {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border: 1.5px solid white;
}

.zA_pfl_away {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border: 1.5px solid white;
}

.zA_pfl_offline {
	background-color: #c23616 !important;
}


.zA_profile_Vot {
	padding-top: 0px;
	margin-top: 20px;
}


.wrap_profile_1 {
	position: relative;
	float: none;
	width: 430px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	/*padding:0px 3px 10px 3px;*/
	padding: 0px 0px 10px px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.zA_profile_ot_l1 {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 10px;
	margin-top: 5px;
	/*margin-top:15px;*/
}

.zA_profile_inT1 {
	position: relative;
	float: none;
	width: 100%;
	height: 160px;
	overflow: hidden;
	vertical-align: top;
	/*background:#000;*/
	background-image: linear-gradient(to right, #0f73c2, #1aaddf);
	/*border:1px solid #dadce0;*/
	border-radius: 6px 6px 0px 0px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.zA_profile_avt_ot {
	position: absolute;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	z-index: 100;
}

.zA_profile_INI_avt_1 {
	position: relative;
	float: none;
	top: 55px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	font-size: 26px;
	color: #148df1;
	font-weight: 500;
	line-height: 130px;
	text-align: center;
	text-transform: uppercase;
	background: #27282e;
	border: 1px solid #27282e;
	margin: 0px auto;
	z-index: 100;
}

.zA_profile_close_1 {
	position: absolute;
	float: right;
	top: 15px;
	right: 0px;
	font-size: 18px;
	color: #656565;
	z-index: 1000;
}

	.zA_profile_close_1:hover {
		color: #398cff;
	}

.zA_profile_TOP_h1a {
	position: relative;
	float: left;
	font-size: 30px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: center;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_profile_TOP_sh1a {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-align: center;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_profile_SUB_h1 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.zA_profile_SUB_t1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}


/*<!---------------------------------- MAIN PROFILE ENDS------------------------------------------------------ >*/

.wrap_common_sUp1 {
	position: relative;
	float: none;
	width: 572px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	/*padding: 15px 15px 10px 30px;*/
	padding: 0px 3px 10px 3px;
	/*margin-top:0px;*/
	margin-top: 50px;
	margin-bottom: 50px;
}

.wrap_common_wall1 {
	position: relative;
	float: none;
	width: 550px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 15px 15px 10px 15px;
	/*margin-top:0px;*/
	margin-top: 50px;
	margin-bottom: 50px;
}

.zA_store_sh1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	/*color: #1e78e5;*/
	line-height: 18px;
	/*text-align:left;*/
	text-align:left;
	padding: 0px 10px 10px 0px;
	margin: 0px auto;
}

.zA_store_text {
	position: relative;
	float: left;
	color: #333333;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	list-style-type: disc;
	padding: 0px 5px 0px 30px;
	margin: 1px 0px 10px 0px;
}

.zA_store_link1 {
	color: #333333;
	font-size: 15px;
	text-align: left;
	line-height: 1.2;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 10px 0px;
}

	.zA_store_link1:hover {
		color: #0056cc;
	}


.container-other {
	width: 100%;
	/*min-height: 100vh;
	max-height:100vh;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
}
.wrap-other {
	width: 1280px;
	border-radius: 6px;
	overflow: hidden;
	/*background-image:url(../images/zeozapp_tbg_1.jpg);*/
	background-size: auto;
	background-repeat: no-repeat;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	background-color:#fff;
	padding: 36px 32px 20px 32px;/*margin-top:20px;*/
}

/* Scroller styling */
.scroller {
	height: 1.2em;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	width: 20em;
	text-align: center;
	transform: translateX(-120px);
	margin: 0px auto;
}

	.scroller > span {
		position: absolute;
		top: 0;
		/*left:0px;*/
		animation: slide 6s infinite;
		font-weight: bold;
	}

@keyframes slide {
	0% {
		top: 0;
	}

	25% {
		top: -1.2em;
	}

	50% {
		top: -2.4em;
	}

	75% {
		top: -3.6em;
	}
}
/******************** epro image upload ********************/
.avatar-upload {
  position: relative;
  max-width: 155px;
  margin: 0px auto 10px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 36px;
  z-index: 1;
  top: 34px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  /*content: "\f040";*/
  content: "\f030";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #c2c8d0;
  /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);*/
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/******************** epro image upload ********************/

/******************** image upload RECT ********************/
.avatarR-upload {
  position: relative;
  max-width: 100%;
  margin: 0px auto 10px;
}
.avatarR-upload .avatarR-edit {
  position: absolute;
  right: 20px;
  z-index: 100;
  top: -30px;
}
.avatarR-upload .avatarR-edit input {
  display: none;
}
.avatarR-upload .avatarR-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatarR-upload .avatarR-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatarR-upload .avatarR-edit input + label:after {
  /*content: "\f040";*/
  content: "\f030";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatarR-upload .avatarR-preview {
  width: 100%;
  height: 120px;
  position: relative;
  /*border-radius: 100%;*/
  border-radius:3px;
  border: 1px solid #c2c8d0;
  /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);*/
}
.avatarR-upload .avatarR-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



/*other*/
.profile-pic {
	width: 200px;
	max-height: 200px;
	display: inline-block;
}

.file-upload {
	display: none;
}

.circle {
	border-radius: 100% !important;
	overflow: hidden;
	width: 128px;
	height: 128px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 72px;
}

img {
	max-width: 100%;
	height: auto;
}

.p-image {
	position: absolute;
	top: 167px;
	right: 30px;
	color: #666666;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

	.p-image:hover {
		transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	}

.upload-button {
	font-size: 1.2em;
}

	.upload-button:hover {
		transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
		color: #999;
	}

/******************** image upload RECT ********************/

/*----------New sign page-------------*/
.wrap_common_sUp1 {
	position: relative;
	float: none;
	width: 572px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 16px 6px 6px 6px;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	/*padding: 15px 15px 10px 30px;*/
	padding: 0px 3px 10px 3px;
	/*margin-top: 60px;*/
	margin-top: 10px;
	margin-bottom: 50px;
}

.zA_PR_R_T_label {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #1e78e5;
	line-height: 22px;
	text-align: left;
	margin: 5px 0px 15px 0px;
}

.zA_PR_R_label_ot {
	padding-top: 0px;
	margin-top: 15px;
}

.zA_PR_R_label_ot1 {
	padding-top: 0px;
	margin-top: 8px;
}

.zA_PR_R_label_ot1a {
	padding-top: 0px;
	margin-top: 24px;
}

.zA_PR_PIC_ot {
	padding-top: 0px;
	margin-top: 8px;
}

.zA_PR_R_T_label {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #1e78e5;
	line-height: 22px;
	text-align: left;
	margin: 5px 0px 15px 0px;
}

.zA_PR_R_label {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #1e78e5;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

.zA_PR_S_label {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #1e78e5;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

.zA_PR_R_label_1a {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #1e78e5;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 3px 10px;
}


.zA_PR_R_label_1 {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #1e78e5;
	line-height: 18px;
	text-align: center;
	margin: 0px 0px 3px 0px;
}

.zA_PR_R__label_2a {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	/*color:#1e78e5;*/
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}

.zA_PR_R__label_2b {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	/*color:#000000;*/
	color: #1e78e5;
	text-align: left;
	width: 100%;
	/*line-height:1.4;*/
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
}

.zA_PR_R_search_img {
	position: absolute;
	float: right;
	top: -20px;
	right: 0px;
	width: 44px;
	height: auto;
	padding: 0px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}

.zA_PR_R_btn1 {
	position: relative;
	float: right;
	top: -10px;
	left: 0px;
	font-size: 11px;
	font-weight: 600;
	color: #1e78e5;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	z-index: 100;
}

	.zA_PR_R_btn1:hover {
		color: #0e6eff;
		text-decoration: none;
	}


/*-------------------- MAIN WALL CATEGORY START --------------------*/

.zA_WALL_C_ot {
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

.zA_WALL_va1 {
	vertical-align: top;
	margin-bottom: 12px;
}

.zA_WALL_cat_ico {
	width: 80px;
	height: 80px;
	border-radius: 12%;
	font-size: 16px;
	font-weight: 400;
	color: #0056cc;
	line-height: 80px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e2e2e2;
	margin: 0px auto;
}

	.zA_WALL_cat_ico:hover {
		font-size: 20px;
		border-radius: 5px 5px 5px 5px;
		text-decoration: none;
		box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	}

.zA_WALL_cat_h1a {
	position: relative;
	float: none;
	font-size: 12px;
	font-weight: 400;
	color: #3a3e41;
	text-align: center;
	/*width: 78%;*/
	width: 68%;
	line-height: 1.4;
	/*background-color:#3F9;*/
	padding: 8px 0px 3px 0px;
	margin: 0px auto;
}

.zA_WALL_cat_btn {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	/*width: 112px;*/
	width: 100px;
	height: auto;
	padding: 5px 0px 2px 0px;
}

	.zA_WALL_cat_btn:hover {
		text-decoration: none;
	}
.zA_WALL_cat_ot1 {
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	padding: 0px 0px 0px 0px;
	margin: 150px auto;
}

.zA_WALL_cat_ico1 {
	width: 110px;
	height: 80px;
	border-radius: 10px 10px;
	font-size: 16px;
	font-weight: 400;
	color: #0056cc;
	line-height: 80px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e2e2e2;
	margin: 0px auto;
}

	.zA_WALL_cat_ico1:hover {
		font-size: 20px;
		border-radius: 5px 5px 5px 5px;
		text-decoration: none;
		box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	}

.zA_WALL_cat_h2a {
	position: relative;
	float: none;
	font-size: 12px;
	font-weight: 400;
	color: #3a3e41;
	text-align: center;
	width: 78%;
	line-height: 1.4;
	padding: 8px 0px 3px 0px;
	margin: 0px auto;
}

.zA_WALL_cat_btn1 {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-alig: center;
	width: 130px;
	height: auto;
	padding: 5px 0px 2px 0px;
}

	.zA_WALL_cat_btn1:hover {
		text-decoration: none;
	}

.zA_WALL_mag_ot {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
}
.zA_WALL_mag_img {
	position: absolute;
	float: right;
	top: 0;
	right: 4px;
	width: 48px;
	height: auto;
	padding: 7px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_WALL_earth_img {
	position: absolute;
	float: right;
	top: 0;
	right: 80px;
	width: 54px;
	height: auto;
	padding: 7px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_WALL_earth_W_img {
	position: absolute;
	float: right;
	top: 0;
	right: 45px;
	width: 54px;
	height: auto;
	padding: 7px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}

.zA_WALL_space_img {
	position: absolute;
	float: right;
	top: 0;
	right: 40px;
	width: 54px;
	height: auto;
	padding: 7px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}

/* -------------------- MAIN WALL CATEGORY ENDS -------------------- */


/*********** home start ************/

.control-home-CSR {
	/*padding-top: 70px;*/
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
.control-home {
	/*padding-top: 70px;*/
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
.section-home .phone-image {
	padding: 40px 40px 0;
	margin-bottom: -35px;
}
.control-home-01 {
	/*padding-top: 70px;*/
	padding-top: 0px !important;
	text-align: center;
	color: #fff;
}

.section-home-01 .phone-image {
	padding: 0px 40px 0 !important;
	margin-bottom: -35px;
}
.section-two {
	padding: 0px 40px 0;
	margin-bottom: -15px;
}
.band1-home {
	/*padding-top: 50px;*/
	padding-top: 30px;
	text-align: center;
	color: #fff;
}
.band2-home {
	/*padding-top: 50px;*/
	padding-top: 30px;
	text-align: center;
	color: #fff;
}
.band3-home {
	padding-top: 50px;
	text-align: center;
	color: #fff;
}
.band4-home {
	padding-top: 50px;
	text-align: center;
	color: #fff;
}
.section-three {
	padding: 0px 40px 0;
	margin-bottom: -15px;
}
.section-four {
	padding: 0px 40px 0;
	margin-bottom: -15px;
}
.section-five {
	padding: 0px 40px 0;
	margin-top:50px;
	margin-bottom:50px;
}
#home_slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*min-height: 530px;*/
	min-height: 400px;
	/*background-color: #999;*/
}
.zs-enabled {
	position:relative
}
.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
	background:transparent none no-repeat 50% 50%;
	background-size:cover;
	position:absolute;
	visibility:hidden;
	opacity:0;
	/*-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2)*/
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
	visibility:visible;
	opacity:1
}
.zs-enabled .zs-slideshow .zs-bullets {
	position:absolute;
	z-index:4;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	display:inline-block;
	cursor:pointer;
	border:2px solid #ccc;
	width:14px;
	height:14px;
	border-radius:8px;
	margin:10px;
	background-color:#4a4a4a
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background-color:#ccc
}
.zs-enabled .zs-slideshow:after {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	background:transparent none repeat 0 0
}
.zs-enabled.overlay-plain .zs-slideshow:after {
	background-image:url(plain.png)
}
.zs-enabled.overlay-dots .zs-slideshow:after {
	background-image:url(dots.png)
}

#home {
	position: relative;
	/*padding: 100px 0 15px;*/
	padding:50px 0 15px;
	overflow: hidden;
	background-attachment: fixed;
}
#home-01 {
	position: relative;
	padding: 37px 0 15px;
	overflow: hidden;
	background-attachment: fixed;
}
.header-section .drop-nav {
	position: absolute;
	/*top: 55px;*/
	top: 0px;
	/*background: transparent;*/
	background-color:#000;
	border: none;/*height:65px;*/
}
.home_ot {
	background: rgba(5, 38, 60, 0.5);
	padding-bottom: 40px;
	margin-left: 0px;
	margin-bottom: 50px;
	/*background-color: rgba(255, 255, 255, 0.9);
	padding-bottom: 35px;
	margin-top: 60px;
	margin-bottom: 30px;*/
}
.home_sup_ot {
	background: rgba(150, 144, 160, 0.5);
	padding-bottom: 30px;
	margin-left: 0px;
	margin-bottom: 50px;
}
.home_bx_h1 {
	font-size: 68px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 68px;
	padding-left: 20px;
	margin-top: 30px;
	/*font-size: 48px;
	font-weight: 400;
	color: #000;
	text-align: left;
	letter-spacing: 2.6px;
	line-height: 48px;
	padding-left: 6px;
	margin-top: 16px;*/
}
.home_bx_sh1 {
	font-size:16px;
	font-weight:400;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	letter-spacing:0.4px;
	line-height:24px;
	padding-left:8px;
	margin-top:5px;
}
.home_bx_sh1a {
	font-size: 29px;
	/*font-size: 30px;*/
	font-weight: 300;
	/*color:#000;*/
	color: #fff;
	text-align: left;
	/*line-height: 26px;*/
	line-height: 32px;
	padding-left: 20px;
	margin-top: 22px;
}

.home_bx_sh1b {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 24px;
	padding-left: 20px;
	margin-top: 10px;
}

.home_bx_sh1c {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
}
.home_bx_btn_ot1 {
	margin-top: 22px;
	/*margin-left:15px;*/
	margin-left:-7px;
	text-align: left;
}
.home_bx_btn_ot2 {
	margin-top:20px;
	margin-left:-15px;
	text-align:left;
}
.home_bx_btn {
	font-size:15px;
	font-weight:400;
	color:#FFF;
	text-align:left;
	background-color:#000;
	padding:15px 26px 15px 26px;
}
.home_bx_btn:hover {
	color:#FFF;
	background-color:#333333;
}
.home_rd_ot {
	position: relative;
	float: left;
	left: 0px;
}
.home_rd_btn {
	position: relative;
	float: left;
	left:0px;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	background-color: #000;
	padding: 5px 22px 5px 22px;
}
.home_rd_btn:hover {
	color:#FFF;
	background-color:#333333;
}
.home_band1_h1 {
	position:relative;
	float:left;
	left:-12px;
	font-size:36px;
	font-weight:600;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	line-height:42px;
	padding-left:10px;
	margin-top:10px;
}
.home_band1_sh1 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	/*color: #b20101;*/
	text-align: left;
	line-height: 24px;
	padding-left: 0px;
	margin-top: 10px;
}
.home_band1_Psh1 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: left;
	text-decoration:underline;
	line-height: 24px;
	padding-left: 0px;
	margin-top: 10px;
}

.home_band1_Psh1:hover {
	color: #000;
	cursor:pointer;
	text-decoration:none;
	/*background-color: #333333;*/
}
.home_band2_h1 {
	position:relative;
	float:left;
	left:4px;
	font-size:34px;
	font-weight:500;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	line-height:42px;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:0px;
}
.home_band2_img1 {
	padding:0px;
	margin:0px 0px 0px 0px;
}
.band2_div_ot1 {
	padding:0px;
	margin:0px 0px 0px 0px;
}
.home_band2_sh1 {
	font-size:18px;
	font-weight:600;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	line-height:24px;
	padding-left:14px;
	margin-top:15px;
}
.home_band2_LINK {
	position:relative;
	float:left;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-align: left;
	line-height: 24px;
	padding-left:0px;
	margin-top: 15px;
}
.home_band2_LINK:hover {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
.home_band2_LINK1 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 22px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	/*margin-bottom: 30px;*/
}
.home_band2_LINK1:hover {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
.home_band2_txt1 {
	font-size:16px;
	font-weight:400;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	line-height:22px;
	padding-left:14px;
	margin-top:5px;
	margin-bottom:10px;
	/*margin-bottom:30px;*/
}
.home_band2_txt2 {
	font-size:16px;
	font-weight:500;
	color:#000;
	text-align:left;
	line-height:32px;
	text-decoration:underline;
	padding-left:14px;
	margin-top:0px;
	margin-bottom:30px;
}
.band3_div_ot1 {
	padding:0px;
	margin:0px 0px 0px 0px;
}
.home_band3_sh1 {
	font-size:16px;
	font-weight:600;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	line-height:24px;
	padding-left:14px;
	margin-top:20px;
}
.home_band3_txt1 {
	font-size:14px;
	font-weight:400;
	color:#000;
	/*color:#b20101;*/
	text-align:left;
	line-height:20px;
	padding-left:14px;
	margin-top:10px;
	margin-bottom:20px;
}
.home_band3_txt2 {
	font-size:16px;
	font-weight:400;
	color:#000;
	text-align:left;
	line-height:32px;
	text-decoration:underline;
	padding-left:14px;
	margin-top:0px;
	margin-bottom:30px;
}
.band4_box {
	text-align:left;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:20px 6px 20px 6px;
}
.band4_box_img1 {
	width:140px;
	height:auto;
}
.band4_box_bot1 {
	text-align:left;
	border-bottom:2px solid #CCC;
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:50px;
}
.band4_box_pr1 {
	padding-right:0px;
	margin-right:0px;
}
.band4_box_btn {
	position:relative;
	float:left;
	left:-16px;
	font-size:28px;
	font-weight:600;
	color:#000000;
	text-align:left;
	padding:0px 0px 0px 0px;
}
.band4_box_btn:hover {
	color:#545454;
}
.band4_box_btn_ot1 {
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:80px;
}
.band4_box_btn_ot1a {
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:80px;
}
.band4_box_zero {
	padding:0px;
	margin:0px;
}
.band4_box_btn1 {
	position:relative;
	float:left;
	/*left:-28px;*/
	background:url('../../images/landing/zeozapp_job_arw_2a.png');
	background-position:right;
	background-repeat:no-repeat;
	font-weight:600;
	color:#000000;
	/*color:#b20101;*/
	display:inline-block;
	font-size:28px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	width:100%;
	border-bottom:2px solid #CCC;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}
.band4_box_btn1:hover {
	padding-right:-30px;
	color:#545454;
	text-decoration:none;
	background:url('../../images/landing/zeozapp_job_arw_2b.png');
	background-position:right;
	background-repeat:no-repeat;
}


/*********** home end ************/

.zA_FB_R_h1 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #1e78e5;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.zA_FB_R_sh1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #202124;
	text-align: left;
	line-height: 17px;
	padding: 0px 20px 0px 0px;
	margin: 2px 0px 0px 0px;
}

.zA_FB_R_label {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	/*color:#1e78e5;*/
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}

.zA_FB_R_label_1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	/*color:#1e78e5;*/
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 2px;
	margin: 8px 0px 0px 0px;
}

.zA_FB_R_input_ot {
	text-align: left;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*border:1px solid #dfe1e5;*/
	padding: 7px 0px 7px 0px;
	margin: 0px auto;
}

/*.zA_FB_R_input1 {
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 2px 3px 0px 6px;
	margin: 0px 0px 1px 0px;
}*/

.zA_FB_R_input1 {
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	height: 30px;
	padding: 16px 10px !important;
	margin: 0px 0px 1px 0px;
}

.zA_FB_R_TXT1 {
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_FB_R_pic_ot {
	position: absolute;
	float: right;
	right: 12px;
}

.zA_FB_R_search_ot {
	position: absolute;
	float: right;
	right: 0;
	top: 24px;
}

.zA_FB_R_search_ot1 {
	position: absolute;
	float: right;
	right: 0;
	top: -3px;
}

.zA_FB_R_search_img {
	position: absolute;
	float: right;
	top: 0;
	right: 0px;
	width: 44px;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}

.zA_SIG_clear_1 {
	position: absolute;
	float: right;
	top: 2px;
	right: 0px;
}

.zA_SIG_btn1 {
	position: relative;
	float: right;
	top: -10px;
	left: 0px;
	font-size: 11px;
	font-weight: 600;
	color: #1e78e5;
	text-align: right;
	text-decoration: none;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	z-index: 100;
}

	.zA_SIG_btn1:hover {
		color: #0e6eff;
		text-decoration: none;
	}

.zA_MAIN_input_ot {
	text-align: left;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*border:1px solid #dfe1e5;*/
	padding: 6px 0px 6px 3px;
	margin: 0px auto;
}
.zA_MAIN_input1 {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 2px 3px 0px 6px;
	margin: 0px 0px 1px 0px;
}
.zA_MAIN_label {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #1e78e5;
	line-height: 18px;
	text-align: left;
	margin: 10px 0px 3px 0px;
}
.zA_MAIN_label_1 {
	position: relative;
	float: left;
	/*font-size: 12px;*/
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_MAIN_label_2 {
	position: relative;
	float: left;
	/*font-size: 12px;*/
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	/*color: #1e78e5;*/
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_MAIN_label_2a {
	position: relative;
	float: left;
	/*font-size: 12px;*/
	font-size: 15px;
	font-weight: 400;
	/*color: #000000;*/
	color: #1e78e5;
	text-align: left;
	width: 100%;
	height: 38px;
	line-height: 1.4;
	border: 1px solid #dadce0;
	border-radius: 3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_ot1 {
	padding-top: 0px;
	margin-top: 25px;
	/*margin-top:15px;*/
}

.zA_MAIN_ot {
	padding-top: 0px;
	margin-top: 8px;
	/*margin-top:15px;*/
}

.zA_MAIN_ot_l1 {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 10px;
	margin-top: 5px;
	/*margin-top:15px;*/
}

.zA_MAIN_ot_l2 {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 12px;
	margin-top: 10px;
	/*margin-top:15px;*/
}

.zA_MAIN_avt_ot {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

.zA_MAIN_TOP_sh1_M1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-weight: 600;
	/*color: #000;*/
	color: #0060d5;
	text-align: left;
	line-height:20px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}

.zA_MAIN_avt1 {
	/*position:relative;
	float:left;*/
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-size: 18px;
	color: #0056cc;
	line-height: 82px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 4px solid #dadce0;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_PFL_BACK_btn {
	position: relative;
	float:right;
	width: 30px;
	font-size: 16px;
	font-weight: 500;
	/*color: #000;*/
	color: #ffffff;
	text-align: center;
	/*border: 1px solid #1e78e5;*/
	border-radius: 3px 3px 3px 3px;
	background: #d8d8d8;
	padding: 4px 4px 3px 4px;
	margin: 0px 0px 0px 0px;
}

.zA_PFL_BACK_btn:hover {
	color: #ffffff;
	text-align: center;
	/*border: 1px solid #1e78e5;*/
	background: #1e78e5;

}

.zA_MAIN_PFL_h1a {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_PFL_G1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	width:50px;
	line-height: 20px;
	margin: 4px 0px 0px 0px;
}
.zA_MAIN_PFL_G2 {
	position: relative;
	float: left;
	left: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #202124;
	text-align: left;
	line-height: 20px;
	padding: 0px 30px 0px 0px;
	margin: 4px 0px 0px 0px;
}

.zA_MAIN_PFL_sh1_M1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 600;
	/*color: #000;*/
	color: #0060d5;
	text-align: left;
	line-height: 20px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}

.zA_MAIN_PFL_sh1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: left;
	line-height: 21px;
	/*margin: 10px 0px 0px 0px;*/
	margin: 4px 0px 0px 0px;
}

.zA_MAIN_PFL_sh1a {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 300;
	/*color: #000;*/
	color: #202124;
	text-align: left;
	padding: 0px 30px 0px 0px;
	/*margin: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
}
.zA_MAIN_TOP_h1 {
	position: relative;
	float: left;
	font-size: 24px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_TOP_sh1 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: left;
	line-height:21px;
	/*margin: 10px 0px 0px 0px;*/
	margin: 8px 0px 0px 0px;
}
.zA_MAIN_TOP_sh1a {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 300;
	/*color: #000;*/
	color: #202124;
	text-align: left;
	padding: 0px 30px 0px 0px;
	/*margin: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
}
.zA_MAIN_TOP_sh2 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 400;
	/*color: #000;*/
	color: #1e78e5;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_TOP_sh2a {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 400;
	/*color: #000;*/
	color: #202124;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_TOP_h1a {
	position: relative;
	float: left;
	font-size: 24px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_TOP_h2 {
	position: relative;
	float: left;
	font-size: 24px;
	font-weight: 500;
	/*color: #000;*/
	color: #1e78e5;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.zA_MAIN_t1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #202124;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

.zA_MAIN_st1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

/**********************************----------STORE---------************************************/

.wrap_common_store {
	position: relative;
	float: none;
	width: 900px;
	overflow: hidden;
	vertical-align: top;
	/*background: #fff;*/
	background: #f0f4f9 !important;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	/*margin-top: 50px;*/
	margin-bottom: 50px;
}

.wrap_store_scl1 {
	position: relative;
	float: left;
	/*width: 80%;*/
	min-height: 100vh;
	max-height: 100vh;
	overflow: auto;
	vertical-align: top;
	background: #fff;
	padding-right: 12px;
	margin: 0px;
}

.zA_RIGHT_bg1a {
	position: relative;
	float: right;
	width: 410px;
	height: 328px;
	background: /images/store/zeoz_store.jpg;
	/*background-position:center;*/
	background-repeat: no-repeat;
}

.zA_RIGHT_ot {
	position: relative;
	float: right;
	width: 410px;
	height: 328px;
}

.zA_RIGHT_bg1 {
	width: 40%;
	/*height:auto;*/
	/*min-width:40vh;
	max-width:40vh;
	min-height:70vh;
	max-height:70vh;*/
	background: url(~/images/store/zeoz_store_2a.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #f2f2f2;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	/*box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);*/
	padding: 12px 0px 12px 0px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.zA_store_h1 {
	position: relative;
	float: left;
	width: 400px;
	height: auto;
	top: 0px;
	left: 0px;
	font-size: 50px;
	color: #0056cc;
	text-align: left;
	line-height: 58px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.zA_store_sh1a {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 800;
	color: #000000;
	line-height: 24px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

.zA_store_t1a {
	position: relative;
	float: left;
	color: #333333;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	list-style-type: disc;
	padding: 0px 5px 0px 26px;
	margin: 1px 0px 0px 0px;
}

.zA_store_sh2a {
	position: relative;
	float: left;
	font-size: 44px;
	font-weight: 400;
	color: #25272b;
	line-height: 1.18182;
	letter-spacing: -.8px;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
}

.zA_store_t2a {
	position: relative;
	float: left;
	color: #3c4043;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	list-style: none;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 55px 0px;
}

	.zA_store_t2a ul, li {
		list-style-type: none;
	}

.zA_store_t_link1 {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	/*line-height:1.2;*/
	line-height: 1.625;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 10px 0px;
}

	.zA_store_t_link1:hover {
		color: #0056cc;
	}

.zA_store_t_link2 {
	color: #3c4043;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	line-height: 1.625;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 10px 0px;
}

	.zA_store_t_link2:hover {
		color: #0056cc;
	}

.zA_store_sh3a {
	position: relative;
	float: left;
	font-size: 54px;
	font-weight: 400;
	color: #25272b;
	line-height: 1.18182;
	letter-spacing: -.8px;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
}

.zA_store_img_ot1 {
	position: relative;
	float: left;
	text-align: center;
	padding: 0px 0px 25px 0px;
	margin: 0px auto;
}

.zA_store_img_ot {
	position: relative;
	float: left;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
}

.zA_store_img_sz {
	/*width: 400px;*/
	width: 300px;
	height: auto;
}

.zA_store_img_sz1 {
	width: 120px;
	height: auto;
}

.zA_store_img_sz2 {
	width: 164px;
	height: auto;
}

.zA_store_img_sz3 {
	width: 410px;
	height: auto;
}


.zA_store_sh3a_1 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #25272b;
	line-height: 1.18182;
	letter-spacing: -.8px;
	text-align: center;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 0px 0px 25px 0px;
	margin: 0px auto;
}

.zA_store_st3a {
	position: relative;
	float: left;
	color: #3c4043;
	font-size: 16px;
	font-weight: 200;
	width: 100%;
	text-align: center;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
}

.zA_store_stL1 {
	color: #3c4043;
	font-size: 16px;
	font-weight: 200;
	width: 100%;
	text-align: center;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

	.zA_store_stL1:hover {
		color: #0056cc;
	}

.zA_store_sh3b {
	position: relative;
	float: left;
	font-size: 54px;
	font-weight: 400;
	color: #25272b;
	line-height: 1.18182;
	letter-spacing: -.8px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
}

.zA_store_t3a {
	position: relative;
	float: left;
	color: #3c4043;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: left;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	padding: 0px 5px 0px 0px;
	margin: 0px auto;
}

	.zA_store_t3a ul, li {
		list-style-type: none;
	}

.zA_store_t3a_1 {
	position: relative;
	float: left;
	color: #3c4043;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	padding: 0px 5px 0px 0px;
	margin: 0px auto;
}

	.zA_store_t3a_1 ul, li {
		list-style-type: none;
	}


.zA_store_t3b {
	position: relative;
	float: left;
	color: #3c4043;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	list-style: none;
	padding: 0px 5px 0px 0px;
	margin: 0px auto;
}
/*.zA_store_t3a {
	position:relative;
	float:left;
	color: #3c4043;
	font-size:18px;
	font-weight:400;
	text-align:left;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	list-style:none;
	padding:0px 5px 0px 0px;
	margin:0px 0px 55px 0px;
}

.zA_store_t3a ul, li {
	list-style-type: none;
}*/
.zA_store_btn_ot1 {
	position: relative;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 30px auto;
}

.zA_store_t_link3a {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	height: auto;
	min-height: 46px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .25px;
	text-align: right;
	border-radius: 2px;
	background-color: #1e78e5;
	padding: 15px 30px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

	.zA_store_t_link3a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0072ff;
	}

.zA_store_t_link3 {
	color: #3c4043;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	line-height: 1.625;
	text-decoration: underline;
	background-color: #1a73e8;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 10px 0px;
}

	.zA_store_t_link3:hover {
		color: #0056cc;
	}

.zA_store_box_ot {
	/*padding: 35px 25px 50px 30px;*/
	padding: 5px 0px 5px 0px;
	margin: 0px auto;
}

.zA_store_box_in {
	/*width: 340px;*/
	width:100%;
	height: auto;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
	/*padding: 6px 12px 10px 12px;*/
	padding: 6px 12px 10px 10px;
	margin: 0px auto;
}


.zA_store_input_h1 {
	position: relative;
	float: left;
	font-size: 15px;
	color: #000000;
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

.zA_store_input_ot {
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
	padding: 2px 0px 3px 0px;
	margin: 0px auto;
}

.zA_store_input1 {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 7px 3px 6px 6px;
	margin: 0px 0px 1px 0px;
}

.zA_store_btn1a {
	position: absolute;
	float: left;
	top: 0px;
	left: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #1e78e5;
	padding: 9px 12px 8px 12px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

	.zA_store_btn1a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0072ff;
	}

/**********************************----------STORE ENDS---------************************************/


.zA_PP_ot_1 {
	position: absolute;
	float: right;
	top: 15px;
	right: 15px;
}

.zA_FB_R_hide_1 {
	position: absolute;
	float: right;
	top: -3px;
	right: 15px;
	z-index:1000;
}

.zA_FB_R_hide_1a {
	position: absolute;
	float: right;
	top: -3px;
	right: 0px;
	z-index: 1000;
}

.zA_FB_R_hide_1b {
	position: absolute;
	float: right;
	top: 2px;
	right: 17px;
	z-index: 1000;
}

.zA_FB_R_hide_2 {
	position: absolute;
	float: right;
	top: 3px;
	right: 0px;
	z-index: 1000;
}

.zA_FB_R_hide_2a {
	position: absolute;
	float: right;
	top: 3px;
	right: 15px;
	z-index: 1000;
}

.zA_switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 22px;
}

.zA_lc_text {
	font-size: 11px;
	color: 656565;
	letter-spacing: 0.3px;
}

.zA_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: #eaeaea;*/
	background-color: #78d74f;
	/*background-color: #ef3f3f;*/
	-webkit-transition: .4s;
	transition: .4s;
}

	.zA_slider:before {
		position: absolute;
		content: "";
		height: 16px;
		width: 16px;
		left: 3px;
		top: 3px;
		bottom: 0px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .zA_slider {
	/*background-color:#e71818;*/
	/*background-color: #78d74f;*/
	background-color: #ef3f3f;
}

input:focus + .zA_slider {
	box-shadow: 0 0 1px #fff;
}

input:checked + .zA_slider:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}

.zA_slider.zA_round {
	border-radius: 20px;
}

	.zA_slider.zA_round:before {
		border-radius: 50%;
	}
.zA_FB_R_btn_ot {
	padding-top: 0px;
	margin-top: 5px;
}

.zA_FB_R_btn_1a {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	border-radius: 2px;
	background-color: #1e78e5;
	padding: 7px 16px 7px 16px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

	.zA_FB_R_btn_1a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0072ff;
	}


.zA_prof_e_ot {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_prof_e_h1 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 16px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_prof_e_sh1a {
	position: relative;
	float: left;
	color: #011119;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	/*line-height:1.2;*/
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

.zA_prof_search_bg1 {
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbbdbe;
	background-color: #ffffff;
	padding: 0px 0px;
	margin: 0px 0px 5px 0px;
}

	.zA_prof_search_bg1:hover {
		/*box-shadow: 0 0 6px rgba(33, 33, 33, .2);*/
	}

.zA_prof_search_tf {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	font-weight: 400;
	width: 100%;
	text-align: left;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	outline: none;
	padding: 5px 6px;
	margin: 0px 0px 0px 0px;
}

.zA_prof_search_ot {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
}

.zA_prof_search_img {
	position: absolute;
	float: right;
	top: 0;
	right: 0px;
	width: 36px;
	height: auto;
	padding: 3px 4px 8px 8px;
	margin: 0px 0px 0px 4px;
}

.zA_prof_hide_opt {
	position: absolute;
	float: right;
	top: 2px;
	right: 0px;
}

.zA_prof_hide_opt1 {
	position: absolute;
	float: left;
	top: 2px;
	left: 0px;
}

.zA_prof_input_ot {
	text-align: left;
	border-bottom: 1px solid #bbbdbe;
	border-left: 1px solid #bbbdbe;
	border-right: 1px solid #bbbdbe;
	border-top: 1px solid #bbbdbe;
	background: #FFF;
	padding: 2px 0px 3px 0px;
	margin: 0px auto;
}

.zA_prof_input1 {
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 2px 3px 0px 6px;
	margin: 0px 0px 1px 0px;
}

.zA_wall_size_h1 {
	font-size: 16px;
	/*color: #757575;*/
	color: #40B0DF;
}
.zA_wall_size_h2 {
	font-size: 15px;
	/*color: #757575;*/
	color: #40B0DF;
	padding-left: 2px;
}
.zA_wall_size_h3 {
	font-size: 15px;
	/*color: #757575;*/
	color: #40B0DF;
}

.zA_profile_ok_ot {
	position: absolute;
	float: right;
	right: 5px;
}
.zA_profile_ok_h1 {
	font-size: 22px;
	font-weight: 400;
	color: #2ac32c;
	margin-top: 1px;
	z-index:100;
}
.zA_profile_inf_h1 {
	font-size: 22px;
	font-weight: 400;
	color: #e13030;
	margin-top: 1px;
	z-index: 100;
}
.zA_profile_z_h1a {
	position: relative;
	float: left;
	color: #011119;
	font-size: 32px;
	text-align: left;
	line-height: 22px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_profile_z_h2a {
	position: relative;
	float: left;
	color: #011119;
	font-size: 26px;
	text-align: left;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_profile_z_sh1a {
	position: relative;
	float: left;
	color: #1e78e5;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_profile_z_sh1b {
	position: relative;
	float: left;
	color: #1e78e5;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_profile_z_sh1c {
	position: relative;
	float: left;
	color: #011119;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul {
	list-style-type: none;
}

.zA_profile_z_sh2a {
	position: relative;
	float: left;
	color: #011119;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	line-height: 22px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_profile_z_sh3a {
	position: relative;
	float: left;
	color: #011119;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_profile_z_btn1 {
	position: relative;
	float: left;
	color: #011119;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

	.zA_profile_z_btn1:hover {
		color: #1e78e5;
	}

.zA_profile_z_btn2 {
	position: relative;
	float: left;
	color: #011119;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

	.zA_profile_z_btn2:hover {
		color: #1e78e5;
	}

.zA_result_search_tf {
	display: block;
	font-size: 18px;
	line-height: 1.42857143;
	color: #000000;
	font-weight: 400;
	width: 100%;
	text-align: left;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	outline: none;
	padding: 11px 55px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.zA_result_search_ot {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
}

.zA_result_search_img {
	position: absolute;
	float: right;
	top: 0;
	right: 4px;
	width: 46px;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}

.zA_signup_wiz_terms_h1 {
	position: relative;
	float: left;
	left: 16px;
	top: -40px;
	color: #000000;
	font-size: 9px;
	text-align: left;
	line-height: 1.4;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_signup_wiz_terms_h1a {
	position: relative;
	float: left;
	left: 16px;
	top: -40px;
	color: #202124;
	font-size: 11px;
	text-align: left;
	line-height: 1.4;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_WLT_label_ot {
	padding-top: 0px;
	margin-top: 15px;
}

.zA_WLT_label_ot1 {
	padding-top: 0px;
	margin-top: 8px;
}

/*.zA_WLT_addmore {
	position:relative;
	float:left;
	top:2px;
	left:-14px;
	font-size: 12px;
	font-weight:600;
	color: #78d74f;
	text-align:left;
	text-decoration:none;
	line-height:16px;
	border:1px solid #78d74f !important;
	border-radius: 2px !important;
	padding:3px 6px 3px 6px;
	margin:0px 0px 5px 0px;
	z-index:100;
}
.zA_WLT_addmore:hover {
	color:#0e6eff;
	text-decoration:none;
}
*/
.zA_WLT_addmore {
	position: relative;
	float: left;
	top: 5px;
	left: -14px;
	font-size: 12px;
	font-weight: 600;
	color: #78d74f;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	border: 1px solid #78d74f !important;
	/*border:none;*/
	border-radius: 2px !important;
	padding: 3px 6px 3px 6px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

	.zA_WLT_addmore:hover {
		color: #0e6eff;
		text-decoration: none;
	}

.zA_WLT_remove {
	position: relative;
	float: left;
	top: 2px;
	left: 0px;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	/*border:1px solid #78d74f !important;*/
	border: none;
	border-radius: 2px !important;
	padding: 3px 6px 3px 6px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

	.zA_WLT_remove:hover {
		color: #0e6eff;
		text-decoration: none;
	}

#zA_WLT_addmore {
	position: relative;
	float: left;
	top: 2px;
	left: -14px;
	font-size: 12px;
	font-weight: 600;
	color: #78d74f;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	border: 1px solid #78d74f !important;
	border-radius: 2px !important;
	padding: 3px 6px 3px 6px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

	#zA_WLT_addmore:hover {
		color: #0e6eff;
		text-decoration: none;
	}

.zA_WLT_m_label {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #1e78e5;
	line-height: 22px;
	text-align: left;
	margin: 5px 0px 15px 0px;
}

.zA_WLT_labela {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #1e78e5;
	line-height: 18px;
	text-align: left;
	margin: 10px 0px 3px 0px;
}

.zA_WLT_label_1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	/*color:#1e78e5;*/
	color: #000000;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

.zA_WLT_input_ot {
	text-align: left;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*border:1px solid #dfe1e5;*/
	padding: 7px 0px 7px 0px;
	margin: 0px auto;
}

.zA_WLT_input1 {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 2px 3px 0px 6px;
	margin: 0px 0px 1px 0px;
}

.zA_WLT_input1W {
	font-size: 15px;
	/*width: 48%;*/
	width: 100%;
	height: 36px;
	border: 1px solid #dadce0;
	border-radius: 3px;
	/*padding: 2px 3px 0px 6px;*/
	padding: 0px 3px 2px 6px;
	outline: none;
}

.zA_WLT_input2 {
	font-size: 15px;
	height: 36px;
	/*height: 40px;*/
	border: 1px solid #dadce0;
	border-radius: 3px;
	/*padding: 2px 3px 0px 6px;*/
	padding: 0px 3px 2px 6px;
	outline: none;
}

.zA_WLT_input2a {
	position: relative;
	float: left;
	/*left:-10px;*/
	font-size: 15px;
	height: 40px;
	width: 100%;
	border: 1px solid #dadce0;
	border-radius: 3px;
	padding: 0px 3px 0px 6px;
	outline: none;
}

.zA_WLT_box_ot {
	position: relative;
	float: left;
	text-align: left;
	height: 160px;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*border:1px solid #dfe1e5;*/
	padding: 6px 8px 6px 8px;
	margin: 0px auto;
}

.zA_WLT_plus {
	font-size: 16px;
	font-weight: 500;
	color: #78d74f;
	text-align: right;
	padding: 7px 0px 7px 5px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.zA_WLT_plus_1a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}

.zA_WLT_minus {
	position:relative;
	float:right;
	right:0px;
	font-size: 14px;
	font-weight: 500;
	color: #F00;
	text-align: right;
	line-height:18px;
	/*padding: 7px 0px 7px 9px;*/
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.zA_WLT_minus_1a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_WLT_grid_t1 {
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_WLT_grid_t2 {
	font-size: 16px;
	font-weight: 300;
	/*color: #1e78e5;*/
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_WLT_grid_t2a {
	/*position:relative;
	float:left;
	left:0px;
	top:0px;*/
	font-size: 16px;
	font-weight: 300;
	/*color: #1e78e5;*/
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.zA_WLT_ak_1a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}

.zA_WLT_btn_1a {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	border-radius: 2px;
	background-color: #1e78e5;
	padding: 7px 16px 7px 16px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.zA_WLT_ak {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	text-align: right;
	padding: 6px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_WLT_btn_ot {
	/*width: 40px;*/
	width: 116px;
	height: 40px;
	padding-top: 0px;
	color: darkgreen;
	/*background-color: #1e78e5;*/
}

.zA_WLT_btn_ot_Minus {
	width: 40px;
	height: 40px;
	padding-top: 3px;
	color: red;
}

.zA_WLT_btn_ot1 {
	padding-top: 0px;
	margin-top: 0px;
}

.zA_WLT_btn_1a {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	border-radius: 2px;
	background-color: #1e78e5;
	padding: 7px 16px 7px 16px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

	.zA_WLT_btn_1a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0072ff;
	}

.zA_WLT_btn_1b:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_WLT_btn_1b {
	position: absolute;
	float: left;
	top: 0px;
	right: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	border-radius: 2px;
	background-color: #1e78e5;
	padding: 7px 16px 7px 16px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.zA_signup_wiz_terms_list1 {
	position: relative;
	float: left;
	left: 23px;
	color: #000000;
	font-size: 8px;
	text-align: left;
	line-height: 1.4;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_signup_wiz_list_btn {
	position: relative;
	float: left;
	background: url(../images/job/zeozapp_job_arw_2a.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #0056cc;
	display: inline-block;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	border-radius: 0px;
	width: 100%;
	padding: 1px 0px;
	margin: 0px 0px 0px 0px;
}

	.zA_signup_wiz_list_btn:hover {
		border-radius: 30px;
		padding-left: 15px;
		color: #ffffff;
		text-decoration: none;
		background: url(../images/job/zeozapp_job_arw_2b.png);
		background-position: right;
		background-repeat: no-repeat;
		background-color: #0056cc;
	}

.zA_signup_terms_h1a {
	position: relative;
	float: left;
	left: 16px;
	top: -40px;
	color: #202124;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_signup_terms_h1b {
	/*position:relative;
	float:left;*/
	/*left:16px;
	top:-40px;*/
	color: #1e78e5;
	font-size: 13px;
	font-weight: 800;
	text-align: left;
	line-height: 1.4;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.radio {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

	.radio input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

.checkround {
	position: absolute;
	top: 0px;
	left: -14px;
	height: 26px;
	width: 26px;
	background-color: none;
	border-color: #c2dafb;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
}

.radio input:checked ~ .checkround {
	background-color: none;
}

.checkround:after {
	content: "";
	position: absolute;
	display: none;
}

.radio input:checked ~ .checkround:after {
	display: block;
}

.radio .checkround:after {
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0fc8f4;
}

.check {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.check input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-color: #f8204f;
	border-style: solid;
	border-width: 2px;
}

.check input:checked ~ .checkmark {
	background-color: #fff;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check input:checked ~ .checkmark:after {
	display: block;
}

.check .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid;
	border-color: #f8204f;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cust-btn {
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}

	.cust-btn:hover {
		border-color: #f8204f;
		background-color: #fff;
		color: #f8204f;
		border-radius: 20px;
		transform-style: 2s;
	}

.checkbox label:after, .radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #0fc8f4;
	border: 1px solid #c2dafb;
	border-radius: .18em;
	width: 1.66em;
	height: 1.66em;
	float: left;
	background: #FFF;
	margin-right: .6em;
}

.radio .cr {
	border-radius: 50%;
}

	.checkbox .cr .cr-icon, .radio .cr .cr-icon {
		position: absolute;
		font-size: 1.4em;
		line-height: 0;
		top: 10px;
		left: 2px;
	}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
	display: none;
}

	.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
		transform: scale(3) rotateZ(-20deg);
		opacity: 0;
		transition: all .3s ease-in;
	}

	.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
		transform: scale(1) rotateZ(0deg);
		opacity: 1;
	}

	.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
		opacity: .5;
	}

.zA_cbox_h1a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_cbox_h2a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_cbox1_h1a {
	position: relative;
	float: left;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	top: 0px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_cbox_h1a_1 {
	/*position:relative;
	float:left;*/
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_cbox_h1b {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	top: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_signup_sh1 {
	position: relative;
	float: left;
	font-size: 14px;
	color: #000000;
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}

.zA_signup_ot {
	text-align: left;
	border-bottom: 1px solid #bbbdbe;
	border-left: 1px solid #bbbdbe;
	border-right: 1px solid #bbbdbe;
	border-top: 1px solid #bbbdbe;
	background: #FFF;
	padding: 3px 0px 6px 0px;
	margin: 0px auto;
}

/*.wrap_signin_bg {
	top: 10%;
	background-image: url('../../images/bg/ZEOZ_SIGNIN_BG.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 100vh;
}*/

.wrap_signup_bg1 {
	width: 100%;
	background-color: #FFF;
	background-repeat: repeat-y;
	/*padding-top:20px;*/
	margin: 0px auto;
	/*top: 0%;
	padding-top:5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 100vh;*/
}
.wrap_signin_bg1 {
	width: 100%;
	/*background-color: #FFF;*/
	background: #f0f4f9;
	/*background-repeat: repeat-y;*/
	margin: 0px auto;
	/*top: 10%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 100vh;*/
}
.inside_signin_pt {
	padding-top: 11px;
}
.wrap_signup_bg {
	top: 10%;
	/*background-image: url('../../images/slider/ZEOZ_HOME_S1a.jpg');*/
	/*background-image: url('../../images/bg/ZEOZ_BG.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 100vh;
	/*height: 100vh;*/
	/*width: 100%;
	min-height: 100vh;
	max-height: 100vh;
	background-image: url(../images/store/ZEOZ_STORE_BG1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	margin: 0 auto;*/
}
.wrap_all_tts {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .09);
	padding: 4px 10px 12px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zA_tts_mh1 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #202124;
	text-align:left;
	letter-spacing: .5px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
.zA_tts_h1 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #202124;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
.zA_tts_tag {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	background-color: #1e78e5;
	padding: 4px 6px 2px 6px;
	margin: 6px 0px 0px 0px;
}
.soci_btn1 {
	width:100%;
    height: 48px;
	display: inline-block;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
    border:2px solid #eaeaea;
	background: #ffffff;
	text-decoration:none;
    padding: 0 33px;
	margin: auto 0px;
}
.soci_btn1:hover {
	color: #fff;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.soci_btn_img1 {
    width: 80%;
    height: auto;
    padding: 7px 0px 11px 40px;
    margin: auto 5px;
}
.wrap_all_signin_1a {
	position: relative;
	float: none;
	/*width:800px;*/
	/*width: 370px;*/
	width: 550px;
	height: auto;
	background: #FFF;
	/*background:url(../images/signup/pk_signin_bg1c.png);
	background-position:center;
	background-repeat:no-repeat;*/
	/*border:1px solid #f2f2f2;*/
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .09);
	padding: 4px 0px 12px 0px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.wrap_all_login_1a {
	position: relative;
	float: none;
	/*width:800px;*/
	width: 370px;
	height: auto;
	/*background: #FFF;*/
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .09);
	/*padding: 4px 0px 12px 0px;*/
	padding: 0px 0px 12px 0px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.wrap_all_JR_1 {
	position: relative;
	float: none;
	width:572px;
	/*width: 370px;*/
	height: auto;
	background: #FFF;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .09);
	padding: 20px 30px 12px 30px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.zA_signup_input1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	height:30px;
	padding: 18px 10px !important;
	margin: 0px 0px 1px 0px;
}

/*.zA_signup_input1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 2px 3px 0px 6px;
	margin: 0px 0px 1px 0px;
}*/

/*-----------------------*/
/*.wrap-other {
	width: 1280px;
	border-radius: 6px;
	overflow: hidden;
	background-image:url(../images/zeozapp_tbg_1.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	background-color:#fff;
	padding: 30px 45px 10px 45px;
	margin-top:20px;
}*/


.wrap-misc1 {
	width: 1280px;
}
.container-footer1 {
	width: 100%;
	min-height:100%;
	height: 100%;
	vertical-align:top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
	background-image:url(../images/zeozapp_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}
.wrap-footer1 {
	width: 450px;
	background-color:#666;
	border-radius: 0px 0px 6px 6px;
	overflow: hidden;
	padding: 5px 0px 6px 0px;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

/*_____________ UPDATED STYLE ______________*/

.limiter_main_home {
	width: 100%;
	min-height:auto;
	max-height:100vh;
	background: #f0f4f9;
	/*background:url(../images/home/zeoz_lhr_home_bg1c.jpg);
	background-position:center;
	background-repeat:no-repeat;*/
	margin: 0 auto;
}

.limiter_main_homeP {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	background:url(../images/home/zeoz_pak_home_bg1a.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

.limiter_main_homeZ {
	min-height: 100vh;
 	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-pack: center;
      justify-content: center;
  	-ms-flex-align: center;
    align-items: center;
  	font-family: 'Poppins', sans-serif;
  	background:url(../images/home/zeoz_home_zbg.jpg);
  	background-size: cover;
  	background-position: center center;
  	padding: 15px;
}

.limiter_main_homeZ1 {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	background:url(../images/home/zeoz_home_zbg_1a.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

.limiter_main_homeBSP {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	/*background:url(../images/home/zeoz_home_bbg1.jpg);*/
	background:url(../images/home/bsp_home_bg1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

.limiter_main_homeZEOZ {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	/*background:url(../images/home/zeoz_home_bbg1.jpg);*/
	/*background:url(../images/home/bsp_home_bg1.jpg);*/
	background:url(../images/home/zeoz_homebg1b.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

.limiter_main_homeZEOZ_bg1a {
	width: 100%;
	/*background-color: #FFF;*/
	background-color: #f0f4f9 !important;
	background-repeat: repeat-y;
	margin: 50px auto;
}

/*.limiter_main_homeZEOZ_bg1a {
	width: 100%;
	background-color: #FFF;
	background-repeat: repeat-y;
	margin: 50px auto;
}*/

.limiter_main_homeZEOZ_bg1a_login {
	width: 100%;
	/*min-height:100vh;
	max-height:100vh;*/
	background-color: #FFF;
	/*background-image: linear-gradient(to right, #8ddad5 0%, #00cdac 100%);*/ /* (1) */
	background-repeat: repeat-y;
	margin: -10px auto;
}
.limiter_main_homeZEOZ_bg1b {
	width: 100%;
	/*min-height:100vh;
	max-height:100vh;*/
	background-color:#FFF;
	/*background-image: linear-gradient(to right, #8ddad5 0%, #00cdac 100%);*/ /* (1) */
	margin: 0 auto;
}


.limiter_main_homeZEOZ1 {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	/*background-color:#329d9c;*/
	background-image: linear-gradient(to right, #8ddad5 0%, #00cdac 100%); /* (1) */
	background-repeat:repeat-y;
	
	/*background-image: linear-gradient(to right, #80bc85 , #329d9c);*/
	/*background-position:center;
	background-repeat:no-repeat;*/
	margin: 0 auto;
}

.limiter_main_homeZEOZ2 {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	/*background-color:#80bc85;*/
	
	/*background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);*/ /* (1) */
	
	background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%); /* (2) */
	
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}



.wrap_common_homeZ {
	position:relative;
	float:none;
	width:700px;
	overflow: hidden;
	vertical-align:top;
	border-radius: 6px 6px 6px 6px;
	background:none;
	padding: 5px 15px 10px 15px;
	/*margin-top:50px;*/
}

.wrap_common_home {
	position:relative;
	float:none;
	width:700px;
	overflow: hidden;
	vertical-align:top;
	border-radius: 6px 6px 6px 6px;
	background:none;
	padding: 5px 15px 10px 15px;
	margin-top:50px;
}
.zA_main_total_h1 {
	position:relative;
	float:left;
	font-size: 14px;
	color: #989898;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}

.zA_main_total_h1a {
	position:relative;
	float:left;
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}

.zA_main_total_h1b {
	position:relative;
	float:left;
	font-size: 14px;
	color: #000000;
	text-align:center;
	/*text-align:left;*/
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}

.limiter_record {
	width: 100%;
	background:none;
	margin: 0 auto;
}
.limiter_all {
	width: 100%;
	background:none;
	margin: 0 auto;
}
/*.limiter_all {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	background:none;
	margin: 0 auto;
}*/

.limiter_home {
	width: 100%;
	min-height:100vh;
	max-height:100vh;
	background:none;
	margin: 0 auto;
}
.container_all {
	width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*background: #f0f4f9 !important;*/
	padding: 8px;
}
.container_sub_all {
	width: 100%;
	min-height: 60%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
	padding: 8px;
}
.wrap-login100 {
	width: 850px !important;
	min-height: 200px !important;
	/*min-height: 410px !important;*/
	border-radius: 25px;
	overflow: hidden;
	background: #fff;
	padding: 8px 0px 6px 0px;
}
.wrap-inside {
	width: 100% !important;
	min-height: 370px !important;
	border-radius: 0px 0px 25px 25px;
	overflow: hidden;
	background: #fff;
	padding: 10px 6px 10px 6px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail {
	width: 100% !important;
	min-height: auto !important;
	border-radius: 18px 8px 8px 8px;
	overflow: hidden;
	background: #000;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_audio {
	width: 100% !important;
	min-height: auto !important;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	background: #fff;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_text {
	width: 100% !important;
	min-height: auto !important;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	background: #fff;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_chatH {
	width: 100% !important;
	min-height: auto !important;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	background: #010101;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_chat {
	width: 100% !important;
	min-height: auto !important;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	background: #010101;
	/*background: #000;*/
	/*padding: 10px 6px 10px 6px;*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_chatB {
	width: 100% !important;
	min-height: auto !important;
	/*border-radius: 0px 0px 25px 25px;*/
	border-top: 1px solid rgb(255, 255, 255, 0.25);
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
	background: #010101;
	/*background: #000;*/
	/*padding: 10px 6px 10px 6px;*/
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_chatB1 {
	width: 100% !important;
	min-height: auto !important;
	/*border-radius: 0px 0px 25px 25px;*/
	border-top: 1px solid rgb(255, 255, 255, 0.25);
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
	/*background: #000;*/
	background: #fff;
	/*padding: 6px 3px 8px 6px;*/
	padding: 6px 3px 8px 0px;
	margin: 0px 0px 0px 0px;
}
.wrap-detail_L1 {
	position: relative;
	float: left;
	/*border-bottom: 1px dotted #e8e8e8;*/
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0px 0px 2px 0px;
}

.wrap_common {
	position:relative;
	float:none;
	width:600px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 10px 15px;
	background:#fff;
	margin-top:20px;
}
.wrap_common_p {
	position:relative;
	float:none;
	width:700px;
	overflow: hidden;
	vertical-align:top;
	border-radius: 6px 6px 6px 6px;
	background:#fff;
	padding: 5px 15px 10px 15px;
	/*margin-top:0px;*/
	margin-top:50px;
}
.wrap_common_conv1 {
	position: relative;
	float: none;
	width: 550px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	/*padding: 15px 0px 0px 0px;*/
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	/*margin-top: 50px;*/
	margin-bottom: 50px;
}

.wrap_common_z {
	position: relative;
	float: none;
	width: 100%;
	/*width: 600px;*/
	/*overflow: hidden;*/
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	/*background: #fff;*/
	background: #f0f4f9;
	padding: 5px 15px 10px 15px;
	/*margin-top: 50px;*/
	margin-top: 0px;
}
/*.wrap_common_st {
	position: relative;
	float: none;
	width: 750px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: #fff;
	padding: 5px 15px 10px 15px;
	margin-top: 50px;
}*/
.wrap_common_sta {
	position: relative;
	float: none;
	width: 800px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 30px 35px 5px 35px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.wrap_common_nb {
	position:relative;
	float:none;
	width:700px;
	overflow: hidden;
	vertical-align:top;
	border-radius: 6px 6px 6px 6px;
	background:none;
	padding: 5px 15px 10px 15px;
	margin-top:50px;
}

.wrap_common_w {
	position:relative;
	float:none;
	width:100%;
	overflow: auto;
	vertical-align:top;
	/*border-radius: 6px 6px 6px 6px;*/
	background:#fff;
	/*padding-left:200px;*/
	margin:0px;
}
.wrap_common_L {
	position:relative;
	float:right;
	width:80%;
	min-height:100vh;
	max-height:100vh;
	overflow: auto;
	vertical-align:top;
	background:#fff;
	margin:0px;
}
.wrap_common_R_ot {
	position:relative;
	float:none;
	min-height:100vh;
	max-height:100vh;
	overflow: auto;
	vertical-align:top;
	background:#fafafa;
	margin:0px;
}
.wrap_common_R {
	position:relative;
	float:none;
	wdth:50%;
	min-height:100vh;
	max-height:100vh;
	overflow: auto;
	background:#fafafa;
	margin:0px;
}
.wrap_common_R1 {
	position:relative;
	float:none;
	width:50%;
	min-height:100vh;
	max-height:100vh;
	overflow: hidden;
	vertical-align:top;
	background:#fafafa;
	margin:0px;
}
.wrap_all {
	position:relative;
	float:none;
	width: 950px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 10px 15px;
	background:#fff;
	margin-top:20px;
}
.wrap_all_s1 {
	position:relative;
	float:none;
	width: 520px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 10px 15px;
	background:#fff;
	margin-top:20px;
}
.wrap_all_signup {
	position:relative;
	float:none;
	width:880px;
	border:1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 20px 0px;
	background:#fff;
	margin-top:0px;
}
.zA_signin_logo_img {
	width:100px;
	height:auto;
	top:20px;
	padding:0boot;
	margin:20px auto;
}
.wrap_all_account {
	position:relative;
	float:none;
	width:880px;
	/*border:1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;*/
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 60px 0px;
	background:#fff;
	margin-top:50px;
}
.wrap_all_home {
	position:relative;
	float:none;
	width:580px;
	height:auto;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 20px 0px;
	background:#fff;
	margin-top:210px;
}
.wrap_all_home1 {
	position:relative;
	float:none;
	width:100%;
	height:auto;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 15px 20px 0px;
	background:#fff;
	margin-top:10px;
}
.zA_home_header_BL1 {
	border-bottom:1px solid #f2f2f2;
	height:68px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_header_BL1a {
	border-bottom:1px solid #f2f2f2;
	height:88px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_brand {
	width:70px;
	height:auto;
	top:6px;
	left:2px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_home_brand1 {
	position:relative;
	float:left;
	width:40px;
	height:auto;
	top:15px;
	left:2px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_search_bg1 {
	height:46px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #dfe1e5;
	background-color:#ffffff;
	padding: 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_home_search_bg1:hover {
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}
.zA_home_search_tf {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color:#000000;
	font-weight:400;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	outline:none;
	padding: 10px 15px;
	margin:0px 0px 0px 0px;
}
.zA_home_search_ot {
	position:absolute;
	float:right;
	right:0;
	top:0;
}
.zA_home_search_ot1 {
	position:relative;
	float:left;
	left:40px;
	top:10px;
}
.zA_home_search_img {
	position:absolute;
	float:right;
	top:0;
	right:4px;
	width: 38px;
	height:auto;
	padding: 10px 8px 8px 8px;
	margin:0px 0px 0px 4px;
}
.zA_home_search_img_1 {
	position:absolute;
	float:right;
	top:0;
	right:4px;
	width: 38px;
	height:auto;
	padding: 10px 8px 8px 8px;
	margin:0px 0px 0px 4px;
}
.zA_home_btn_1 {
	position:absolute;
	float:right;
	top:10px;
	right:10px;
	font-size: 13px;
	font-weight:400;
	color: #212121;
	text-align:right;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_btn_1:hover {
	color:#434343;
	text-decoration:underline;
}
.zA_home_btn_1a {
	position:absolute;
	float:right;
	top:20px;
	right:10px;
	font-size: 13px;
	font-weight:400;
	color: #212121;
	text-align:right;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_btn_1a:hover {
	color:#434343;
	text-decoration:underline;
}
.zA_home_btn_ot {
	top:0;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_home_btn_2 {
	position:relative;
	float:left;
	top:10px;
	width:100%;
	font-size: 12px;
	font-weight:400;
	color: #1420a8;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_home_btn_2:hover {
	color: #1420a8;
	text-decoration:underline;
}
.zA_home_result_lnk1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1420a8;
	line-height: 1.2;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_home_result_lnk1:hover {
	color: #1420a8;
	text-decoration:underline;
}
.zA_home_other {
	position:relative;
	float:left;
	top:6px;
	left:2px;
	font-size: 12px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_home_result_h1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #1420a8;
	line-height: 1.2;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_home_result_ttl_t1 {
	position:relative;
	float:left;
	left:10px;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	/*color: #70757a;*/
	color: #9da4aa;
	top:0px;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_home_result_t1 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3c4043;
	top:0px;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_home_result_t1a {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3c4043;
	top:2px;
	left:4px;
	width:38px;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_result_t2a {
	position:absolute;
	float:right;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999999;
	top:0;
	right:0;
	font-weight:500;
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/******************************** LG VIEW ********************************/

.wrap_generic {
	position: relative;
	float: none;
	width: 800px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	/*border: 1px solid #dadce0;*/
	border: none;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 30px 28px 5px 28px;
	margin-top: 60px;
	margin-bottom: 50px;
}

.wrap_generic_C1 {
	position: relative;
	float: none;
	width: 800px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border: none;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 30px 28px 5px 28px;
	margin-top: 60px;
	margin-bottom: 50px;
}

.zA_generic_main_h1 {
	font-size: 26px;
	color: #1f77e7;
	top: 2px;
	font-weight: 500;
	text-align: left;
	line-height: 30px;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_main_h1_b {
	font-size: 18px;
	color: #1f77e7;
	top: 2px;
	font-weight: 500;
	text-align: left;
	line-height: 30px;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_sub1 {
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
}

.zA_generic_main_h1aa {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	padding: 0px 0px 0px 14px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_main_h1a {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	padding: 0px 0px 0px 14px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}

.zA_generic_main_h1b {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}

.zA_generic_main_h1c {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	line-height: 21px;
	letter-spacing: 0px;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 5px 0px;
}

.zA_generic_main_sh1 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 22px;
	width: 100%;
	letter-spacing: .5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.zA_generic_txt {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #202124;
	text-align: left;
	line-height: 18px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

.zA_generic_ppC {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_cOT {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 15px;
	z-index: 100;
}
.zA_generic_cSize {
	position: relative;
	float: none;
	width: 72px;
	height: auto;
	z-index: 100;
}
.zA_generic_hide_1 {
	position: absolute;
	float: right;
	top: -3px;
	right: 0px;
	z-index:1000;
}

/*<!-- ----------- MAIN WALL --------------------------- >*/


/*<!-- ---------- SLIDER ------------- -->*/

.s_ot {
	z-index: 100;
	/*margin-bottom: 16px;*/
	margin-bottom: 2px;
	/*border-bottom:1px dotted #e0e0e0;
	padding-bottom:4px;*/
}
#rangeValue {
	position: relative;
	float: left;
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	letter-spacing:0.8px;
}

.range {
	width: 100%;
	height: 12px;
	-webkit-appearance: none;
	/*background: #111;*/
	background: #eeeeee;
	outline: none;
	border-radius: 15px;
	overflow: hidden;
	/*box-shadow: inset 0 0 5px rgba(238, 238, 238, 1);*/
	box-shadow: inset 0 0 5px rgba(238, 238, 238, 1);
	top: -20px;
}

	.range::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #006ecc;
		cursor: pointer;
		border: 2px solid #0048cc;
		box-shadow: -407px 0 0 400px #006ecc;
	}

.range_km_txt {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 2px;
}

.range_km_Ltxt {
	position: relative;
	float: left;
	left: 0px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.range_km_Rtxt {
	position: relative;
	float: right;
	right: 0px;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.range_km_Rtxt_1a {
	position:absolute;
	float: right;
	top:0px;
	right: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	/*text-transform: uppercase;*/
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.range_km_Rtxt_1 {
	position: absolute;
	float: right;
	top: 5px;
	right: 0px;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.range_crd_txt {
	position:relative;
	float:left;
	top: 0px;
	left: 0px;
	font-size: 13px;
	font-weight: 400;
	color:#000000;
	text-align:left;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*<!-- ---------- SLIDER END--------------- >*/

/*<!-- ---------- TIMER STARTS--------------- >*/

.base-timer-ot {
	position: absolute;
	float: left;
	left: -2px;
	top: -2px;
}

.base-timer {
	position: relative;
	width: 76px;
	height: 76px;
}

.base-timer__svg {
	transform: scaleX(-1);
}

.base-timer__circle {
	fill: none;
	stroke: none;
}

.base-timer__path-elapsed {
	stroke-width: 5px;
	stroke: grey;
}

.base-timer__path-remaining {
	stroke-width: 5px;
	stroke-linecap: round;
	transform: rotate(90deg);
	transform-origin: center;
	transition: 1s linear all;
	fill-rule: nonzero;
	stroke: currentColor;
}

	.base-timer__path-remaining.green {
		color: rgb(65, 184, 131);
	}

	.base-timer__path-remaining.orange {
		color: orange;
	}

	.base-timer__path-remaining.red {
		color: red;
	}

.base-timer__label {
	position: absolute;
	width: 76px;
	height: 76px;
	top: 22px;
	color:#000000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

/*<!-- ---------- TIMER ENDS--------------- >*/

.wrap_main_WALL {
	position: relative;
	float: none;
	width: 500px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: none;
	padding: 5px 15px 10px 15px;
	margin-top: 50px;
}

.wrap_common_home {
	position: relative;
	float: none;
	width: 710px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: none;
	padding: 5px 15px 10px 15px;
	margin-top: 50px;
}

.zA_WALL_count1 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.zA_WALL_brand_ot {
	width: 100%;
	text-align: center;
	padding: 80px 0px 0px 0px;
	margin: 0px auto;
}

.zA_WALL_brand_h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 28px;
	color: #212121;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

.zA_WALL_brand_h1 {
	position: relative;
	float: right;
	right: 0;
}

.zA_WALL_search_bg1 {
	height: 65px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #dfe1e5;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 2px 2px rgba(33, 33, 33, .1);
	padding: 0px 0px;
	margin: 20px 0px 5px 0px;
}

	.zA_WALL_search_bg1:hover {
		box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	}

.zA_WALL_search_tf {
	display: block;
	font-size: 28px;
	line-height: 1.42857143;
	color: #000000;
	font-weight: 300;
	width: 100%;
	text-align: left;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	outline: none;
	padding: 11px 15px;
	margin: 0px 0px 0px 0px;
}

/*.zA_WALL_mag_ot {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
}*/

/*.zA_WALL_mag_img {
	position: absolute;
	float: right;
	top: 0;
	right: 4px;
	width: 60px;
	height: auto;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}*/

.zA_WALL_J_ot {
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 50px auto;
}

.zA_WALL_bline1 {
	position: relative;
	float: left;
	border-bottom: 1px dotted #eaeaea;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
}

.zA_WALL_avt_m1 {
	position: relative;
	float: left;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	font-size: 18px;
	color: #0056cc;
	line-height: 82px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px 10px 0px 0px;
}

.zA_WALLinout_ot1 {
	position: absolute;
	float: right;
	right: 3px;
	top: 30%;
}

.zA_WALLinout_size {
	width: 14px;
	height: auto;
}

.zA_WALL_row_h1a {
	font-size: 21px;
	color: #1e78e5;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99.8%;
	/*padding: 0px 30px 0px 5px;*/
	padding: 0px 40px 0px 5px;
	/*margin: 10px 0px 0px 0px;*/
	margin:2px 0px 0px 0px;
}
.zA_WALL_row_h1b {
	position: relative;
	float: left;
	/*font-size: 15px;*/
	font-size: 18px;
	color: #000000;
	top: 0px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 75%;
	/*padding: 0px 0px 0px 5px;*/
	padding: 0px 40px 0px 5px;
	margin: 4px 0px 0px 0px;
}
.zA_WALL_row_h1c {
	position: relative;
	float: left;
	font-size: 14px;
	color: #000000;
	top: 0px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 5px 0px;
}

.zA_WALL_time {
	position: absolute;
	float: right;
	font-size: 11px;
	color: #757575;
	top: 0;
	right: 0;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*.zA_WALL_info_h1 {
		position: relative;
		float: left;
		font-size: 14px;
		color: #000000;
		top: 2px;
		font-weight: 400;
		text-align: left;
		line-height: 18px;
		padding: 0px 6px 0px 0px;
		margin: 0px 0px 0px 0px;
	}*/

.zA_WALL_info_h1 {
	position: relative;
	float: left;
	/*width:100%;*/
	/*font-size: 13px;*/
	font-size: 14px;
	color: #353535;
	top: 2px;
	font-weight: 400;
	text-align: left;
	line-height: 15px;
	padding: 0px 6px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.zA_WALL_info_h1_1 {
	position: relative;
	float: left;
	/*width:100%;*/
	/*font-size: 13px;*/
	font-size: 14px;
	color: #353535;
	top: 2px;
	font-weight: 400;
	text-align: left;
	line-height: 16px !important;
	padding: 0px 6px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.zA_WALL_info_A1 {
	position: relative;
	float: left;
	font-size: 14px;
	/*color: #353535;*/
	color: #000000;
	top:2px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	padding: 0px 6px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.zA_WALL_info_A1a {
	position: relative;
	float: left;
	font-size: 14px;
	color: #000000;
	top:2px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_WALL_size1  {
	font-size: 15px;
	color: #40B0DF;
	padding-left: 2px;
}

.zA_WALL_timer  {
	font-size: 15px;
	/*color: #40B0DF;*/
	color: #40B0E0;
	padding-left: 2px;
}

.zA_WALLshare_ot {
	position: absolute;
	float: right;
	top: 20px;
	right: 0px;
}

.zA_WALLshare_size1 {
	width: 28px;
	height: 28px;
	top: 20px;
	right: 28px;
}



/*<!-- ----------- MAIN WALL END--------------------------- >*/







.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top: 48px;
	width: 705px;
	border-width: 0 0 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	z-index: 1;
}


/*.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:705px;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	z-index: 1;
}
*/


.zA_fixedSearch_home_list1 {
	position:relative;
	float:left;
    right: 0;
	left: 0px;
	top:0px;
	width:100%;
	/*width:50%;*/
    border-width: 0 0 0px;
	/*background-color:#FFF;*/
	padding-top:0px;
	margin:0 auto;
	z-index: 1;
}

.zA_fixedSearch_list1 {
	position: fixed;
	/*float:left;*/
    right: 0;
	left: 0px;
	top:54px;
	width:705px;
	/*width:38%;*/
    border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	margin:0 auto;
	z-index: 1;
}
.zA_fixedSearch_list1a {
	position: fixed;
	/*float:left;*/
    right: 0;
	left: 0px;
	top:55px;
	width:705px;
	/*width:38%;*/
    border-width: 0 0 0px;
	background-color:none;
	padding-top:10px;
	margin:0 auto;
	z-index: 1;
}
.zA_sgn_btn_1a {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	font-size: 13px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 3px;
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
}
zA_sgn_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
.active {
/*background-color: rgba(0, 0, 0, 0.3);*/
}
.action_name {
	color:#007dfa;
	font-size:14px;
}
.action_menu_ot {
	position:absolute;
	float:right;
	right:0px;
}
#action_menu_btn {
	position: absolute;
	right: 0px;
	top: 20px;
	color: black;
	cursor: pointer;
	z-index:100;/*font-size: 20px;*/
}
.action_menu {
	position: absolute;
	z-index: 100;
	width:180px;
	background-color: rgba(255, 255, 255);
	color: black;
	border-radius: 5px;
	top: 35px;
	right: 20px;
	display: none;
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	padding: 8px 0;
}
.action_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:100;
}
.action_menu ul li {
	width: 100%;
	padding: 2px 8px;
	/*margin-bottom: 5px;*/
	text-align:left;
}
.action_menu ul li i {
	padding-right: 10px;
}
.action_menu ul li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1);
}
.action_menu_ot1 {
	position:absolute;
	float:right;
	right:10px;
}
#action_menu_btn1 {
	position: absolute;
	right: 0px;
	top: 20px;
	color: black;
	cursor: pointer;
	font-size: 20px;
	z-index:100;
}
.action_menu1 {
	position: absolute;
	z-index: 100;
	width:296px;
	background-color: rgba(255, 255, 255);
	color: black;
	border-radius: 5px;
	top: 35px;
	/*right: 40px;*/
	right: 26px;
	display: none;
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	padding: 8px 10px;
}
.action_menu1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:100;
}
.action_menu1 ul li {
	/*width: 100%;*/
	/*padding: 4px 10px;*/
	padding: 2px 5px;
	margin: 7px;
	text-align:left;
}
.action_menu1 ul li i {
	padding-right: 10px;
}
.action_menu1 ul li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1);
}
.zA_quickMenu_ot1 {
	position:absolute;
	float:right;
	top:-15px;
	right:40px;
}
.zA_quickMenu_2a {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width: 32px;
	height:32px;
	border-radius: 50%;
	font-size: 18px;
	font-weight:800;
	color: #0056cc;
	line-height:32px;
	text-align: center;
	background: #f3f3f3;
	padding:1px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_quickMenu_2b {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width: 32px;
	height:32px;
	border-radius: 50%;
	line-height:28px;
	text-align: center;
	background: #f3f3f3;
	padding:0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_home_cat_h1a {
	position:relative;
	float:left;
	/*font-size: 10px;*/
	font-size: 14px;
	font-weight:800;
	color:#3a3e41;
	/*color:#fff;*/
	text-align:center;
	width:100%;
	line-height:1.4;
	/*border-radius: 20px 20px 20px 20px !important;
	background:#FFF;*/
	padding:5px 0px 3px 0px;
	margin:4px 0px 5px 0px;
}
.boxScroll {
	overflow-y: auto;
	/*height:200px;*/
	/*height: calc(100vh - 320px);*/
	height: calc(85vh - 320px);
}
.chat {
	margin-top: auto;
	margin-bottom: auto;
}
.card {
	/*height: 500px;*/
	/*height: calc(100vh - 200px);*/
	/*height: calc(100vh - 300px);*/
	height:auto !important;
	border-radius: 5px !important;
	background-color: rgba(255, 255, 255, 0.0) !important;
}
.contacts_body {
	padding:  0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.msg_card_body {
	/*overflow-y: auto;*/
	overflow-y:hidden;
}
.card-header {
	border-radius: 5px 5px 0 0 !important;
	border-bottom: 0 !important;
	background-color:#e5e5e5
}
.card-footer {
	border-radius: 0 0 5px 5px !important;
	border-top: 0 !important;
}
.container {
	align-content: center;
}
.search {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border:0 !important;
	color:white !important;
}
.search:focus {
	box-shadow:none !important;
	outline:0px !important;
}
.attach_btn {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(240, 240, 240) !important;
	border:0 !important;
	color: #007dfa !important;
	cursor: pointer;
}
.send_btn {
	border-radius: 0 0px 0px 0 !important;
	background-color: rgba(240, 240, 240) !important;
	border:0 !important;
	color: #007dfa !important;
	cursor: pointer;
}
.mic_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(240, 240, 240) !important;
	border:0 !important;
	color: #007dfa !important;
	cursor: pointer;
	font-size:22px;
}
.search_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.contacts {
	list-style: none;
	padding: 0;
}
.contacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}
.zA_home_brand_size {
	/*position:relative;
 	float:left;*/
 	width:220px;
	height:auto;
	top:120px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

.zA_home_brand_BSP_size {
	/*position:relative;
 	float:left;*/
 	width:330px;
	height:auto;
	top:90px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}


.zA_home_logo_size1 {
	width:220px;
	height:auto;
	top:120px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

.zA_home_BSP_brand_size {
 	width:280px;
	height:auto;
	top:120px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

.wrap_box_1a {
	position:relative;
	float:none;
	width:400px;
	height:300px;
	/*height:auto;*/
	background:url(../images/signup/pk_signin_bg1c.png);
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #f2f2f2;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
	padding: 12px 0px 12px 0px;
	margin-top:25px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}
/*------------------------ HEADER SEARCH START ------------------------*/


.zA_h_search_ot {
	position:absolute;
	float:left;
	left:0px;
	top:10px;
	min-width:40%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 40px;
}
#zA_h_search_ot {
	position:absolute; !important;
	float:left; !important;
	left:125px; !important;
	top:10px; !important;
	width:60%; !important;
}
.zA_header_search_ot1 {
	/*position:relative;*/
	position:absolute;
	float:left;
	width:48%;
	left:30px;
	top:10px;
}
.zA_header_search_bg1 {
	height:40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #dfe1e5;
	background-color:#ffffff;
	padding: 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_header_search_bg1:hover {
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}
.zA_header_search_tf {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	font-weight:400;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	outline:none;
	padding: 8px 15px;
	margin:0px 0px 0px 0px;
}
.zA_header_searchimg_ot {
	position:absolute;
	float:right;
	right:0;
	top:0;
}
.zA_header_search_img_1 {
	position:absolute;
	float:right;
	top:1px;
	right:4px;
	width: 42px;
	height:auto;
	padding: 5px 8px 8px 8px;
	margin:0px 0px 0px 4px;
}
/*------------------------ HEADER SEARCH END ------------------------*/

.zA_resend_ot {
	position:absolute;
	float:left;
	left:116px;
	top:-2px;
}
.zA_resend_btn {
	font-size:13px;
	font-weight:400;
	color:#0c82f7;
}
.zA_account_ot1 {
	position:relative;
	float:left;
	min-height:1550px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_account_h1 {
	position:relative;
	float:left;
	font-size:16px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_account_sub_h1 {
	color:#011119;
	font-size:15px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_account_edit_ot {
	position:absolute;
	float:right;
	top:12px;
	right:0;
}
.zA_account_edit_h1 {
	font-size:21px;
}
.zA_account_hide_opt {
	position:absolute;
	float:right;
	top:1px;
	right:25px;
}
.zA_account_btn1 {
	position:absolute;
	float:left;
	font-size: 16px;
	color:#F00;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_account_btn1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_list_ot1 {
	position:relative;
	float:left;
	/*left:125px;*/
	left:90px;
	top:40px;
	margin-bottom:80px;
}
.zA_sta_h1 {
	position:relative;
	float:left;
	font-size: 20px;
	font-weight:600;
	color: #000;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:10px auto;
}
.zA_sta_header_line {
	border-bottom:1px dotted #ddd;
	z-index:100;
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_sta_sub_h1 {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:700;
	color:#000;
	left:0px;
	top:0px;
	text-align:left;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_sta_sub_h1a {
	position:relative;
	float:right;
	font-size:14px;
	font-weight:900;
	color:#000;
	top:0px;
	text-align:right;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_sta_sub_h1b {
	font-size: 14px;
	font-weight:900;
	color:#000;
	text-align:left;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_sta_date_input {
	display: block;
	font-size: 13px;
	font-weight:400;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding: 4px 3px 3px 0px;
	margin:0px 0px 0px 0px;
}
.zA_sta_h1a {
	font-size:14px;
	font-weight:500;
	color: #000;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}
.zA_sta_h1b {
	font-size:14px;
	font-weight:500;
	color: #000;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}
.zA_sta_bbr1 {
	border-bottom:4px solid #F00;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}
.zA_brand_size_A1 {
	width:225px;
	height:auto;
	top:10px;
	left:0px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:8px 0px 0px 0px;
	margin:0px auto;
}

.wrap_all_misc1 {
	position:relative;
	float:none;
	width:800px;
	height:auto;
	background:url(../images/signup/pk_signin_bg1c.png);
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #f2f2f2;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
	padding: 12px 0px 12px 0px;
	margin-top:80px;
	margin-bottom:80px;
}

.wrap_all_signin {
	position:relative;
	float:none;
	width:520px;
	border:1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 0px 20px 0px;
	background:#fff;
	margin-top:10px;
}
.wrap_signin_bg {
	top: 10%;
	/*background-image: url('../../images/bg/ZEOZ_SIGNIN_BG1.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 100vh;
}

.wrap_signup_bg {
	top: 10%;
	/*background-image: url('../../images/slider/ZEOZ_HOME_S1a.jpg');*/
	/*background-image: url('../../images/bg/ZEOZ_BG.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 75vh;
	/*height: 100vh;*/
	/*width: 100%;
	min-height: 100vh;
	max-height: 100vh;
	background-image: url(../images/store/ZEOZ_STORE_BG1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	margin: 0 auto;*/
}
.wrap_all_signin_1a {
	position: relative;
	float: none;
	width: 550px;
	/*top:10%;*/
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	/*background: #fff;*/
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 12px 15px 10px 3px;
	/*margin-top: -200px;*/
	margin-top: 0px;
	margin-bottom: 50px;
}
.wrap_all_signin_1b {
	position: relative;
	float: none;
	width: 450px;
	overflow: hidden;
	vertical-align: top;
	/*background:#ccc;*/
	background-color: rgba(255, 255, 255, 0.9);
	/*border:none;*/
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 12px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.wrap_all_signin_1c {
	position: relative;
	float: none;
	width: 330px;
	overflow: hidden;
	vertical-align: top;
	/*background:#ccc;*/
	background-color: rgba(255, 255, 255, 0.9);
	border:none;
	/*border: 1px solid #dadce0;*/
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 12px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.wrap_all_signup_1a {
	position: relative;
	float: none;
	width: 800px;
	height: auto;
	background: #fff;
	/*border: 1px solid #f2f2f2;*/
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	/*box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);*/
	padding: 12px 0px 12px 0px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.wrap_all_profile_1 {
	position:relative;
	float:none;
	width:800px;
	height:auto;
	background:#fff;
	border:1px solid #f2f2f2;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
	padding: 0px 20px 12px 20px;
	margin-top:80px;
	margin-bottom:80px;
}

.wrap_contact_us_1 {
	position:relative;
	float:none;
	width:700px;
	height:auto;
	background-color:#FFF;
	/*background:url(../images/signup/pk_signin_bg1c.png);
	background-position:center;
	background-repeat:no-repeat;*/
	border:1px solid #f2f2f2;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
	padding: 12px 0px 12px 0px;
	margin-top:80px;
	margin-bottom:80px;
}

.zA_contact_map_img {
	width:100%; height:auto;  border-bottom:1px solid #f2f2f2; padding-top:10px; padding-bottom:10px;
}

.zA_contact_tag_img {
	width:20px;
	height:28px;
	text-align:right; position:absolute; float:right; right:0;
}

.zA_contact_h1a {
	position:relative;
	float:left;
	font-size:16px;
	color:#009;
	font-weight:500;
	/*color:#1e78e5;*/
	text-align:left;
	margin:0px 0px 0px 0px;
}

.zA_contact_h1b {
	position:relative;
	float:left;
	font-size:14px;
	color:#454545;
	font-weight:500;
	/*color:#1e78e5;*/
	text-align:left;
	margin:0px 0px 0px 0px;
}


/*.wrap_all_signin {
	position:relative;
	float:none;
	width:520px;
	border:1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	padding: 10px 0px 20px 0px;
	background:#fff;
	margin-top:10px;
}*/

.zA_misc_h1a {
	position:relative;
	float:left;
	font-size:28px;
	font-weight:500;
	/*color: #000;*/
	color:#1e78e5;
	text-align:center;
	margin:0px 0px 0px 0px;
}

.zA_misc_btxt1 {
 font-size:14px;
 font-weight:500;
 color: #202124;
 text-align:center;
 padding-left:0px;
 margin:2px auto;
}

.zA_misc_img1 {
width:52%; height:auto; margin:0px auto;;
}

.zA_JOB_rcp_h1 {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	padding: 0px 0px 0px 12px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}

.zA_JOB_rcp_sOT {
	position:absolute;
	float:none;
	top:-20px;
	text-align: center;
	z-index:1000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px;
}
.zA_JOB_rcp_s1 {
	/*position: relative;
	float: left;*/
	font-size: 35px;
	font-weight: 400;
	color: #1e78e5;
	text-align: center;
	z-index: 100;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
}

.zA_JOB_rcp_h1a {
	position: relative;
	float: left;
	/*font-size: 55px;*/
	font-size: 30px;
	font-weight: 400;
	color: #1e78e5;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}
.zA_JOB_rcp_h1b {
	position: relative;
	float: left;
	font-size:18px;
	font-weight: 400;
	color: #1e78e5;
	text-align:center;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.zA_JOB_rcp_sh1 {
	position: relative;
	float: left;
	font-size:16px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 6px;
	margin: 10px 0px 0px 0px;
}

.zA_JOB_rcpC_sh1 {
	position: relative;
	float:none;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-align:center;
	line-height: 20px;
	padding: 0px 0px 0px 6px;
	margin: 10px 0px 0px 0px;
}
.zA_JOB_rcp_txt1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	text-align: left;
	line-height: 20px;
	letter-spacing:.5px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
}


.zA_signin_h1a {
	position: relative;
	float: left;
	/*font-size: 24px;*/
	font-size: 21px;
	font-weight: 400;
	/*color: #000;*/
	color: #1e78e5;
	/*text-align:center;*/
	text-align: left;
	padding: 0px 0px 0px 12px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}
.zA_signin_h1b {
	position:relative;
	float:left;
	font-size:21px;
	font-weight:500;
	color: #000;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}
.zA_signin_label_h1a {
	position:relative;
	float:left;
	font-size: 15px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signin_label_h1b {
	position:relative;
	float:left;
	font-size: 15px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:8px 0px 0px 0px;
}
.zA_signin_ot {
	text-align:left;
	border-bottom:1px solid #bbbdbe;
	border-left:1px solid #bbbdbe;
	border-right:1px solid #bbbdbe;
	border-top:1px solid #bbbdbe;
	padding:3px 0px 6px 0px;
	margin:0px auto;
}
.zA_signin_input1 {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}
.zA_signin_sh1a {
	position:relative;
	float:left;
	font-size:26px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}
.zA_signin_t1 {
	position:relative;
	float:left;
	font-size:15px;
	font-weight:500;
	color: #202124;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_signin_bh1 {
	position:relative;
	float:left;
	font-size:15px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_brand_size {
	position:relative;
	float:left;
	/*width:108px;*/
	/*width:88px;*/
	width:88px;
	height:auto;
	top:10px;
	left:-8px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_brand_BSP_size {
	position:relative;
	float:left;
	width:172px;
	height:auto;
	top:10px;
	left:-8px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_h1 {
	position:relative;
	float:left;
	font-size:21px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	margin:0px 0px 0px 0px;
}

.zA_signup_lnk_ot {
	margin-left: 30px;
	margin-top: -12px;
}
/*.zA_signup_wiz_h1 {
	position:relative;
	float:left;
	font-size:26px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	margin:0px 0px 0px 0px;
}*/

.zA_signup_lnk_t1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #202124;
	text-align: left;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

.zA_signup_lnk {
	font-size: 15px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	text-decoration: none;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}
.zA_signup_lnk:hover {
	color: #1e78e5;
	text-decoration:underline;
}
.zA_signup_wiz_t1_1a1 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 300;
	color: #1f77e7;
	text-align:center;
	letter-spacing: .18px;
	line-height: 24px;
	padding-left: 0px;
	margin-bottom:10px;
}
.zA_signup_wiz_t1_1a {
	position: relative;
	float: left;
	font-size: 3.6rem;
	font-weight: 400;
	color: #000000;
	/*font-size: 55px;
	font-weight: 600;
	color: #202124;*/
	text-align: center;
	letter-spacing: -.5px;
	line-height: 36px;
	padding-left: 0px;
	margin-bottom: 2px;
}
.zA_signup_wiz_t1_1b {
	position: relative;
	float: left;
	font-size: 20px;
	/*font-size: 24px;*/
	font-weight: 400;
	color: #202124;
	text-align: center;
	line-height: 24px;
	letter-spacing: .51px;
	padding-left: 0px;
}
.card-price {
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-weight: 900;
	font-size: 86px;
	line-height: 91px;
	margin-bottom: 2px;
}

.card-dollar {
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 38px;
	margin-right: 4px;
}

.card-subtitle {
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 25px;
}
.zA_signup_wiz_t1 {
	position:relative;
	float:left;
	font-size:15px;
	font-weight:400;
	color: #202124;
	text-align:justify;
	padding-left:0px;
	padding-right:0px;
	margin:2px 0px 0px 0px;
}
.zA_signup_wiz_st1 {
	position: relative;
	float: left;
	font-size:12px;
	font-weight: 400;
	color: #202124;
	text-align:justify;
	line-height:14px;
	padding-left: 0px;
	margin: -8px 0px 10px 0px;
}
.zA_su_sb_lnk {
	font-size: 12px;
	font-weight: 400;
	color: #1e78e5;
	text-decoration:underline;
}
.zA_su_sb_lnk:hover {
	color: #1e78e5;
	text-decoration: none;
}
.zA_signup_wiz_t1a {
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:1.2;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_bh1 {
	position:relative;
	float:left;
	font-size:15px;
	font-weight:400;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_signup_wiz_bh1a {
	position:relative;
	float:left;
	font-size:15px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:10px 0px 0px 0px;
}
.zA_signup_wiz_bh2 {
	position:relative;
	float:left;
	font-size:16px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 0px;
}

/********************* TRANSFER START *********************************/

.zA_payment_wiz_h1 {
	position: relative;
	float: left;
	/*font-size: 24px;*/
	font-size: 21px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.zA_payment_wiz_sh1 {
	position: relative;
	float: left;
	left:1px;
	/*font-size: 16px;*/
	font-size: 18px;
	font-weight: 500;
	color:#000000;
	/*color: #23468c;*/
	text-align: left;
	border-left: 3px solid #d83932;
	padding: 0px 0px 0px 8px;
	margin: 5px 0px 15px 0px;
}

.zA_payment_wiz_sh1a {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.zA_payment_wiz_sh1b {
 	position:relative;
 	float:left;
 	font-size:12px;
 	font-weight:500;
 	color:#3e3537;
 	text-align:left;
 	padding:0px 0px 0px 0px;
 	margin:2px 0px 0px 0px;
}

.zA_payment_wiz_block_h1a {
 	position:relative;
 	float:left;
 	font-size:18px;
 	font-weight:500;
 	/*color:#000000;*/
	color:#23468c;
 	text-align:left;
 	padding:0px 0px 0px 0px;
 	margin:5px 0px 0px 0px;
}

.zA_payment_wiz_block_h1b {
 	position:relative;
 	float:left;
 	font-size:15px;
 	font-weight:400;
 	color:#000000;
 	text-align:left;
	line-height:20px;
 	padding:6px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_block_h2a {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	line-height: 20px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_payment_wiz_block_h2b {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	line-height: 20px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_payment_wiz_block_h2c {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_payment_wiz_btn1 {
	position:relative;
	float:left;
	font-size: 13px;
	font-weight:500;
	color: #fff;
	text-align:left;
	text-decoration:none;
	background-color:#4e6474;
	padding:2px 10px 2px 10px;
	margin:10px 0px 8px 0px;
	z-index:100;
}
.zA_payment_wiz_btn1:hover {
	color:#4e6474;
	text-decoration:none;
	background-color:#b0c4d2;
}

.zA_payment_wiz_btn2 {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color: #4e6474;
	padding: 2px 10px 2px 10px;
	margin: 10px 0px 8px 0px;
	z-index: 100;
}
.zA_payment_wiz_btn2:hover {
	color:#4e6474;
	text-decoration:none;
	background-color:#b0c4d2;
}

.zA_payment_header_ot {
	background:#ededed;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_payment_wiz_sh2a {
 	position:relative;
 	float:left;
 	font-size:12px;
 	font-weight:600;
 	color:#3e3537;
 	text-align:left;
 	padding:6px 0px 6px 8px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_sh2b {
 	position:relative;
 	float:left;
 	font-size:14px;
 	font-weight:600;
 	color:#3e3537;
 	text-align:left;
 	padding:0px 0px 0px 0px;
 	margin:5px 0px 0px 0px;
}

.zA_payment_wiz_sh3a {
 	position:relative;
 	float:left;
 	font-size:16px;
 	font-weight:600;
 	color:#000000;
 	text-align:left;
	border-bottom:1px solid #edeeed;
 	padding:0px 0px 5px 0px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_sh3b {
 	position:relative;
 	float:left;
	left:-8px;
 	font-size:14px;
 	font-weight:500;
 	color:#000000;
 	text-align:left;
 	padding:0px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_sh3b_1a {
 	position:relative;
 	float:right;
	right:0px;
 	font-size:14px;
 	font-weight:500;
 	color:#000000;
 	text-align:right;
 	padding:0px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_sh3b_1 {
 	position:relative;
 	float:left;
	left:-8px;
 	font-size:14px;
 	font-weight:500;
 	color:#000000;
 	text-align:left;
	border-left:3px solid #d83932;
 	padding:6px 0px 6px 8px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_sh3b_2 {
 	position:relative;
 	float:right;
	righ:0px;
 	font-size:14px;
 	font-weight:400;
 	color:#000000;
 	text-align:right;
 	padding:6px 0px 6px 0px;
 	margin:0px 0px 0px 0px;
}


.zA_payment_wiz_sh3c {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*.zA_payment_wiz_sot {
	border:1px solid #edeeed; padding:5px 8px 0px 8px;
}*/

.zA_payment_wiz_sot {
	width: 100%;
	border-radius: 8px;
	background-color: #f3f3f3;
	padding: 10px 10px 10px 10px;
	margin: 2px 0px 2px 0px;
}
.lg_genC_wrap1 {
	width: 100%;
	border-radius: 8px;
	border:1px solid rgb(0, 0, 0, 0.06)!important;
	/*background-color: #f3f3f3;*/
	padding: 10px 10px 10px 10px;
	margin: 2px 0px 2px 0px;
}
.lg_gen_wrap1 {
	width: 100%;
	border-radius: 8px;
	background-color: #f3f3f3;
	padding: 10px 10px 10px 10px;
	margin: 2px 0px 2px 0px;
}
.lg_gen_wrap1a {
	width: 100%;
	border-radius: 8px;
	background-color: #000000;
	padding: 14px 10px 10px 0px;
	margin: 2px 0px 2px 0px;
}
.lg_gen_wrap2a {
	width: 100%;
	border-radius: 8px;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}
.lg_gen_wrap2b {
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	border-bottom:1px solid #2a2a2a;
	background-color: #000000;
	padding: 8px 10px 8px 14px;
	margin: 0px 0px 15px 0px;
}
.lg_gen_dvr1 {
	border-top: 2px dotted #dde3e9;
	/*border-top: 1px dotted #e5eaf0;*/
	padding: 3px 0px 3px 0px;
	margin: 2px 0px 2px 0px;
}
.lg_gen_sh2a {
  position: relative;
  float:left;
  left: 0px;
	font-size: 15px;
  font-weight:600;
  text-align:left;
	color:#000000;
  line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 2px 0px;
}
.lg_gen_sh2b {
	position: relative;
	float:right;
	left: 0px;
	font-size: 15px;
	font-weight:600;
	text-align:right;
	color:#000000;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	margin:2px 0px 2px 0px;
}
.lg_gen_sh2c {
	position: relative;
	float:left;
	left: 0px;
	font-size: 14px !important;
	text-align:left;
	color:#000000;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_payment_wiz_sot_1a {
	border-bottom:1px solid #edeeed; padding:5px 0px 5px 8px;
}
.zA_payment_wiz_sot_1b {
	border:1px solid #edeeed;
	/*padding:5px 8px 5px 8px;*/
	padding:3px 6px 3px 6px;
}

.zA_payment_wiz_sot1 {
	border-right:1px solid #edeeed;
 	padding:0px 0px 5px 0px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_wiz_sh3c_1 {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	/*border-right:1px solid #d83932;*/
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_payment_wiz_sh3c_1a {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_payment_wiz_sh3c_2 {
	position: relative;
	float: right;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.zA_payment_wiz_sh3d {
 	position:relative;
 	float:right;
	righ:0px;
 	font-size:12px;
 	font-weight:600;
 	color:#3e3537;
 	text-align:right;
 	padding:0px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
}

.zA_payment_ip_ot {
	text-align: left;
	border-bottom: 1px solid #bbbdbe;
	border-left: 1px solid #bbbdbe;
	border-right: 1px solid #bbbdbe;
	border-top: 1px solid #bbbdbe;
	background: #FFF;
	padding: 3px 0px 4px 0px;
	margin: 0px auto 0px;
}
.zA_payment_ip_ot_a {
	text-align: left;
	border-bottom: 1px solid #bbbdbe;
	border-left: 1px solid #bbbdbe;
	border-right: 1px solid #bbbdbe;
	border-top: 1px solid #bbbdbe;
	background: #FFF;
	padding: 3px 0px 4px 0px;
	margin: 0px auto 0px;
}
.zA_payment_ip_ot1 {
	position:relative;
 	float:left;
	text-align:left;
	border-bottom:1px solid #bbbdbe;
	border-left:1px solid #bbbdbe;
	border-right:1px solid #bbbdbe;
	border-top:1px solid #bbbdbe;
	background:#FFF;
	padding:3px 0px 4px 0px;
	margin:5px 0px 0px 0px;
}
.zA_payment_input1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}

/* Global CSS, you probably don't need that */

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
/*.container {
	font-family: 'Lato', sans-serif;
	width: 1000px;
	margin: 0 auto;
}*/

.wrapper {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}

.nav {
	margin-top: 0px;
}

.pull-right {
	float: right;
}

a, a:active {
	color: #333;
	text-decoration: none;
}

	a:hover {
		color: #999;
	}
/* Breadcrups CSS */

.arrow-steps .step {
	font-size: 13px;
	text-align: left;
	color: #000000;
	cursor: default;
	margin: 0 1px;
	padding: 7px 0px 7px 20px;
	/*min-width: 179px;*/
	height: 50%;
	/*width: 24.7%;*/
	width: 33.1%;
	min-width: 24.4%;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 0.2s ease;
}

.arrow-steps .stepL {
	font-size: 12px;
	text-align: left;
	color: #666;
	cursor: default;
	margin: 0 1px;
	padding: 7px 0px 7px 22px;
	/*min-width: 178px;*/
	height: 50%;
	/*width: 24.8%;*/
	width: 32.9%;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 0.2s ease;
}

.arrow-steps .step:after, .arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #d9e3f7;
	z-index: 2;
	transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 15px solid #fff;
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.arrow-steps .step span {
	position: relative;
}

arrow-steps .stepL:after, .arrow-steps .stepL:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #d9e3f7;
	z-index: 2;
	transition: border-color 0.2s ease;
}

.arrow-steps .stepL:before {
	right: auto;
	left: 0;
	border-left: 15px solid #fff;
	z-index: 0;
}

.arrow-steps .stepL:first-child:before {
	border: none;
}

.arrow-steps .stepL:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.arrow-steps .stepL span {
	position: relative;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

	.arrow-steps .step.current:after {
		border-left: 17px solid #23468c;
	}

.arrow-steps .stepL.current {
	color: #fff;
	background-color: #23468c;
}

	.arrow-steps .stepL.current:after {
		border-left: 17px solid #23468c;
	}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {


	.arrow-steps .step {
		font-size: 10px;
		text-align: left;
		color: #666;
		cursor: default;
		margin: 0 1px;
		padding: 6px 0px 7px 16px;
		height: 100%;
		/*width: 24%;*/
		width: 32.1%;
		/*min-width: 24.4%;*/
		float: left;
		/*letter-spacing: -00.5px;*/
		position: relative;
		background-color: #d9e3f7;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		transition: background-color 0.2s ease;
	}

	.arrow-steps .stepL {
		font-size: 10px;
		text-align: left;
		color: #666;
		cursor: default;
		margin: 0 1px;
		padding: 6px 0px 7px 16px;
		height: 50%;
		/*width: 24.1%;*/
		width: 32.7%;
		float: left;
		/*letter-spacing: -00.5px;*/
		position: relative;
		background-color: #d9e3f7;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		transition: background-color 0.2s ease;
	}

	.arrow-steps .step:after, .arrow-steps .step:before {
		content: " ";
		position: absolute;
		top: 0;
		right: -15px;
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #d9e3f7;
		z-index: 2;
		transition: border-color 0.2s ease;
	}

	.arrow-steps .step:before {
		right: auto;
		left: 0;
		border-left: 15px solid #fff;
		z-index: 0;
	}

	.arrow-steps .step:first-child:before {
		border: none;
	}

	.arrow-steps .step:first-child {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.arrow-steps .step span {
		position: relative;
	}

	arrow-steps .stepL:after, .arrow-steps .stepL:before {
		content: " ";
		position: absolute;
		top: 0;
		right: -15px;
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #d9e3f7;
		z-index: 2;
		transition: border-color 0.2s ease;
	}

	.arrow-steps .stepL:before {
		right: auto;
		left: 0;
		border-left: 15px solid #fff;
		z-index: 0;
	}

	.arrow-steps .stepL:first-child:before {
		border: none;
	}

	.arrow-steps .stepL:first-child {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.arrow-steps .stepL span {
		position: relative;
	}

	.arrow-steps .step.done span:before {
		opacity: 1;
		-webkit-transition: opacity 0.3s ease 0.5s;
		-moz-transition: opacity 0.3s ease 0.5s;
		-ms-transition: opacity 0.3s ease 0.5s;
		transition: opacity 0.3s ease 0.5s;
	}

	.arrow-steps .step.current {
		color: #fff;
		background-color: #23468c;
	}

		.arrow-steps .step.current:after {
			border-left: 17px solid #23468c;
		}

	.arrow-steps .stepL.current {
		color: #fff;
		background-color: #23468c;
	}

		.arrow-steps .stepL.current:after {
			border-left: 17px solid #23468c;
		}
}

/********************* TRANSFER ENDS *********************************/

.zA_WLT_label_1a {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color:#1e78e5;
	color: #000000;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 3px 0px;
}





.zA_fpwd_h1a {
	position:relative;
	float:left;
	font-size:28px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_fpwd_t1 {
	position: relative;
	float: left;
	/*font-size: 13px;*/
	font-size: 16px;
	font-weight: 500;
	color: #202124;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
.zA_fpwd_bh1 {
	position: relative;
	float: left;
	/*font-size: 13px;*/
	font-size: 16px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 6px 0px;
}
.zA_fpwd_ot {
	width:100%;
	text-align: right;
	padding:0px 0px 0px 0px;
	margin:8px auto;
}
.zA_fpwd_sh1a {
	position:relative;
	float:left;
	font-size:26px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}


/********************************** SEARCH STARTS *******************************/

.zA_WALL_sbg1 {
	position: fixed;
	top: 0px;
	/*width: 572px;*/
	width: 850px !important;
	/*height: 250px;*/
	height: 248px;
	/*background-color: #FFF;*/
	background-color:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

.zA_WALL_list_ot {
	/*padding: 0px 0px 100px 0px;*/
	padding: 0px 14px 100px 16px;
	/*margin: 185px 0px 5px 0px;*/
	margin: 180px 0px 100px 0px;
}
.zA_WALL_list_ot_1 {
	padding: 0px 14px 100px 16px;
	margin: 70px 0px 100px 0px;
}

.zA_WALL_search_ot1 {
	position: fixed;
	/*top: 100px;*/
	top: 100px;
	/*width: 572px;*/
	width: 850px !important;
	height: 50px;
	/*background-color: #FFF;*/
	background-color: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

.zA_WALL_search_bgF1 {
	width: 572px;
	height: 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #dfe1e5;
	background: rgba(255, 255, 255, 0.85);
	padding: 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

.zA_WALL_search_bgF1:hover {
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}

.accordion_hiw {
	width: 100%;
	margin: auto;
	max-width: 670px;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 6px;
	/* box-shadow: 0 17px 50px 0 rgb(0 0 0 / 19%), 0 12px 15px 0 rgb(0 0 0 / 24%); */
}
.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

	.accordion .accordion-item button[aria-expanded=true] {
		border-bottom: 1px solid #03b5d2;
	}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 0.4em 0;
	color: #1e78e5;
	font-size: 24px;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}

	.accordion button:hover, .accordion button:focus {
		cursor: pointer;
		color: #03b5d2;
	}

		.accordion button:hover::after, .accordion button:focus::after {
			cursor: pointer;
			color: #03b5d2;
			border: 1px solid #03b5d2;
		}

	.accordion button .accordion-title {
		padding: 1em 1.5em 1em 0;
	}

	.accordion button .icon {
		display: inline-block;
		position: absolute;
		top: 18px;
		right: 0;
		width: 22px;
		height: 22px;
		border: 1px solid;
		border-radius: 22px;
	}

		.accordion button .icon::before {
			display: block;
			position: absolute;
			content: "";
			top: 9px;
			left: 5px;
			width: 10px;
			height: 2px;
			background: currentColor;
		}

		.accordion button .icon::after {
			display: block;
			position: absolute;
			content: "";
			top: 5px;
			left: 9px;
			width: 2px;
			height: 10px;
			background: currentColor;
		}

	.accordion button[aria-expanded=true] {
		color: #03b5d2;
	}

		.accordion button[aria-expanded=true] .icon::after {
			width: 0;
		}

		.accordion button[aria-expanded=true] + .accordion-content {
			opacity: 1;
			max-height: inherit;
			transition: all 200ms linear;
			will-change: opacity, max-height;
		}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

	.accordion .accordion-content p {
		font-size: 16px;
		font-weight: 400;
		color: #000000;
		margin: 1em 0 1em 0;
	}

.accordion_img1 {
	position: relative;
	float: left;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 45px 0px;
}

/*-- -------------------------------- MAIN KEYBOARD START ------------------------------------------------------*/
.keyboard {
	text-align: center;
	font-size: 16px;
	font-family: sans-serif;
}

.keyboard__row {
	display: inline-block;
	height: 3em;
	margin: 0.2em;
}

.keyboard__row--h1 {
	height: 1.7em;
	line-height: 1.4em;
}

.keyboard__row--h3 {
	height: 3.3em;
}

.keyboard__row > * {
	position: relative;
	background: #333;
	text-align: center;
	color: #eee;
	float: left;
	border-radius: 0.3em;
	margin: 0.2em;
	padding: 0.2em;
	width: 3.3em;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-user-select: none;
	border: 1px solid #444;
	box-shadow: 0 0.2em 0 0.05em #222;
	border-bottom-color: #555;
}

.keyboard__row--h1 > div {
	width: 3.5em;
}

.keyboard__row > div[data-pressed],
.keyboard__row > div:active {
	background: #2a2a2a;
	color: #aaa;
	position: relative;
	top: 0.2em;
	box-shadow: 0 0 0 0.05em black;
}

.key--w3 {
	width: 4.6em;
}

.key--w4 {
	width: 6em;
}

.key--w5 {
	width: 6.5em;
}

.key--w6 {
	width: 8.3em;
}

.key--space {
	width: 18em;
}

.key--double > * {
	padding-top: 0.1em;
}

.key--letter {
	line-height: 2.8em;
}

.key--bottom-left > * {
	position: absolute;
	text-align: left;
	bottom: 0.4em;
	left: 0.4em;
}

.key--bottom-right > * {
	position: absolute;
	text-align: right;
	bottom: 0.4em;
	right: 0.4em;
}

.key--fn > * {
	font-size: 0.6em;
	line-height: 1em;
	padding-top: 1.2em;
	padding-right: 0.2em;
	text-align: right;
	float: right;
}

.key--word > * {
	font-size: 0.8em;
}

.key--arrow--tall > *,
.key--arrow > * {
	font-size: 0.5em;
	line-height: 3em;
}

.key--arrow {
	height: 1.8em;
	margin-top: 1.7em;
	line-height: 0.5em;
}

.key--arrow--tall > * {
	padding-top: 0.2em;
}

.keyboard > .keyboard__row {
	text-align: center;
}
/*-- -------------------------------- MAIN ALPHABETS START ------------------------------------------------------*/

.zA_WALL_ALP_ot {
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	padding: 0px 0px 0px 0px;
	margin: 8px auto;
}

.zA_WALL_ALP_va1 {
	vertical-align: top;
	/*margin-bottom: 12px;*/
	margin-bottom: 5px;
}

.zA_WALL_ALP_ico {
	width: 45px;
	height: 45px;
	border-radius: 12%;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	/*background: #0056cc;*/
	background: #000000;
	border: 1px solid #e2e2e2;
	margin: 0px auto;
	box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
.zA_WALL_ALP_ico:hover {
	font-size: 21px;
	/*color: #0056cc;*/
	color: #000000;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}
/*.zA_WALL_ALP_ico {
	width: 45px;
	height: 45px;
	border-radius: 12%;
	font-size: 18px;
	font-weight: 400;
	color: #0056cc;
	line-height: 45px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e2e2e2;
	margin: 0px auto;
	box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
.zA_WALL_ALP_ico:hover {
	font-size: 21px;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	background: #0056cc;
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}*/
/*[class*="col-"] {
	margin-bottom: 30px;
}*/

.loc_ot {
	position: absolute;
	float: none;
	top: -136px;
	width: 100%;
	height: 48px;
	z-index: 1000
}
.loc_otR {
	position: absolute;
	float:right;
	top: -136px;
	width: 100%;
	height: 48px;
	margin-right:0px !important;
	z-index: 1000
}
#loc_inR {
	position: absolute;
	float:right;
	/*right: 11px;*/
	right: 8px;
	top: 0px;
	width: 100%;
	text-align: right;
	margin: auto;
}
.location {
  border: none;
  font-size:18px!important;
  /*font-family: inherit;*/
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  position: relative;
  width: 138px;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  /* style */
  color: #0056cc;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  text-decoration:none;
  box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
.toggle:hover {
  top: 0px;
  background:#0056cc;
  text-decoration:none;
}
.toggle:active {
  top: 0px;
}
/* on-state */
.toggle.on {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e2e2e2;
  box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
  /*background-color: #cb4e4e;*/
}
.toggle.on::after {
  content: "Locate Me";
}
.toggle.on:hover {
  box-shadow:none;
  text-decoration:none;
}
.toggle.on:active {
  color: #ffffff;
  box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
/* off-state */
.toggle.off {
  color:#ffffff;
  /*background-color: #17aa56;*/
  background:#0056cc;
  box-shadow:none;
}
.toggle.off::after {
  content: "Locate Me";
}
.toggle.off:hover {
  color:#ffffff;
  background:#0056cc;
  box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
.toggle.off:active {
  color:#ffffff;
  box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
.lg_search_ot {
  position: absolute;
  float:right;
  right:-1px;
  top:0px;
  z-index:1000 !important;
}
.lg_search_ot1 {
	position: absolute;
	float: right;
	right: 18px;
	top: 8px;
	z-index: 1000 !important;
}
.lg_search_btn1 {
	position: relative;
	float: right;
	width: 45px;
	height: 45px;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	color: #00ccbc;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 204, 188, .2);
	background: #ffffff;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
.lg_search_btn1:hover {
  color: #ffffff;
  text-decoration:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #fff;
  background: #00ccbc;
}
.lg_search_btn2 {
  position: relative;
  float: right;
  width:45px;
  height:45px;
  font-size: 26px;
  text-align:center;
  vertical-align: middle;
  color:#e62323;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid rgba(230, 35, 35, .2);
  padding:0px 5px 5px 5px;
  margin:0px 0px 0px 0px;
  z-index:99999;
}
.lg_search_btn2:hover {
  color: #ffffff;
  text-decoration:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #fff;
  background: #e62323;
}
.lg_sch_sh1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 18px;
	font-weight: 400;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	text-align: left;
	color: #000000;
	line-height: 28px;
	padding: 0px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
}
.lg_sch_sh2 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 15px;
	font-weight: 600;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	text-align: left;
	color: #000000;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	margin: 2px 0px 2px 0px;
}
.lg_sch_input1 {
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	line-height: 1.42857143;
	color: #000000;
	width: 100%;
	height: 45px;
	background: #FFF;
	border: 1px solid rgba(0,0,0,.37);
	border-radius: 4px;
	padding: 4px 4px 4px 14px;
	margin: 0px 0px 1px 0px;
	z-index: 1000;
}
.lg_sch_input2 {
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	line-height: 1.42857143;
	color: #000000;
	/*width: 80px !important;*/
	width: 122px !important;
	height: 45px;
	background: #FFF;
	border: 1px solid rgba(0,0,0,.37);
	border-radius: 4px;
	padding: 4px 4px 4px 14px;
	margin: 0px 0px 1px 0px;
	z-index: 1000;
}
.lg_lc_ot1 {
	position: absolute;
	float: right;
	right: 17px;
	top: 0px;
}
.lg_lc_btn1 {
  position: relative;
  float: right;
  right:4px;
  width:38px;
  height:auto;
  font-size: 26px;
  text-align:center;
  vertical-align: middle;
  color:#e62323;
  text-decoration: none;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid rgba(230, 35, 35, .2);*/
  padding:0px 6px 0px 6px;
  margin:0px 0px 0px 0px;
  z-index:100;
}
.lg_lc_btn1:hover {
  color: #ffffff;
  text-decoration:none;
}
.form-md .form-group {
	margin-left: auto;
	margin-right: auto;
	/* max-width: 320px; */
	max-width: 100%;
	z-index:1000;
}
.form-md input {
	position: relative;
	display: block;
	width: 100%;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	border: 1px solid rgba(0,0,0,.37);
	border-radius: 4px;
	background-color: transparent;
	margin: 0px auto;
	padding: 4px 4px 4px 14px;
	height: 55px;
	outline: none !important;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	transition: all .2s ease-in-out;
	box-shadow: none;
	z-index: 100;
}
.form-control-textm {
	display: block;
	width: 100% !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	/*height: 275px !important;*/
	height: 210px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	z-index: 1000;
}
.form-control {
	display: block;
	width: 100%;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	height: 50px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	z-index: 1000;
}
.form-control1 {
	display: block;/*
	width: 100%;*/
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	width:70px !important;
	height: 50px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	z-index: 1000;
}
.zA_WALL_ALP_Lbtn {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	width: 45px;
	height: auto;
	padding: 2px 0px 2px 0px;
}
.zA_WALL_ALP_Lbtn:hover {
	text-decoration: none;
}
.zA_WALL_ALP_Lico {
	width: 134px;
	height: 45px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #0056cc;
	line-height: 45px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e2e2e2;
	margin: 0px auto;
	box-shadow: 1px 1px 0px rgba(33, 33, 33, .3);
}
.zA_WALL_ALP_Lico:hover {
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	background: #0056cc;
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}
.zA_WALL_ALP_ico1 {
	/*width: 40px;
	height: 40px;*/
	width: 40px;
	height: 40px;
	border-radius: 12%;
	font-size: 16px;
	font-weight: 400;
	color: #dcdcdc;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dcdcdc;
	margin: 0px auto;
}
.zA_WALL_ALP_size {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	width: 60px;
	height: auto;
	padding: 5px 0px 2px 0px;
}
.zA_WALL_SB_btn {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	/*width: 40px;*/
	width: 100px;
	height: auto;
	padding: 2px 0px 2px 0px;
}

	.zA_WALL_SB_btn:hover {
		text-decoration: none;
	}

.zA_loc_ot1 {
	position: absolute;
	float: none;
	top: -40px;
	width: 100%;
	text-align: center;
	margin: auto;
}
.zA_loc_pinG {
	color: #1a9d0d;
	font-size: 28px;
	padding-top: 8px
}
.zA_loc_pinR {
	color: #fa411d;
	font-size: 28px;
	padding-top: 8px
}
.zA_loc_btn {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	/*width: 40px;*/
	width: 45px;
	height: auto;
	padding: 6px 0px 2px 0px;
}
.zA_loc_btn:hover {
	text-decoration: none;
}
.zA_loc_ico {
	width: 40px;
	height: 40px;
	border-radius: 12%;
	font-size: 16px;
	font-weight: 400;
	color: #0056cc;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e2e2e2;
	margin: 0px auto;
	box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
}
.zA_loc_ico:hover {
	font-size: 20px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}

.box {
	align-self: flex-end;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	background-color: #F44336;
	height: 40px;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
	width: 40px;
}

.zA_WALL_CALL_ot {
	position: absolute;
	float: right;
	right: 10px;
	top: 20px;
}
.zA_WALL_CALL_btn {
	font-size: 31px;
	font-weight: 800;
	color: #57bf2a;
	text-align: right;
	padding: 5px 0px 2px 0px;
}
.zA_WALL_CALL_btn:hover {
	font-size:31px;
	color: #78d74f;
	text-decoration: none;
}



/***************** WALL LIST AND TEXT *****************/

.zA_WALL_NL_h1 {
	/*font-size: 14px;*/
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #212121;
	/*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
	width: 100%;
	text-align: left;
	letter-spacing:.-8px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 30px;
	/*margin: 200px auto 30px;*/
}

.zA_WALL_NL_btn {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #1e78e5;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 30px;
}
.zA_WALL_NL_btn:hover {
	color: #1e78e5;
	text-decoration:underline;
}

/***************** WALL LIST AND TEXT END *****************/


.zA_WALL_count_h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 28px;
	color: #212121;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 10px auto;
}



.zA_result_search_bg1 {
	height:50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #dfe1e5;
	/* background-color:#ffffff;*/
 background: rgba(255, 255, 255, 0.85);
	padding: 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_result_search_bg1:hover {
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}

.zA_result_search_bg1a {
	height:50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #dfe1e5;
	background-color:none;
	padding: 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_result_search_bg1a:hover {
	box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}




.zA_proE_h1a {
	font-size: 20px;
	color: #1e78e5;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99.8%;
	padding: 0px 10px 0px 15px;
	margin: 3px 0px 5px 0px;
}
.zA_proE_h1b {
	font-size: 20px;
	color: #1e78e5;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99.8%;
	padding: 0px 10px 0px 15px;
	margin: 2px 0px 15px 0px;
}

.zA_prof_e_ot {
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_prof_e_h1 {
	position:relative;
	float:left;
	font-size:18px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	line-height:16px;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_prof_e_sh1a {
	position:relative;
	float:left;
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:16px;
	/*line-height:1.2;*/
 	width:100%;
	padding:0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_prof_search_bg1 {
	height:32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #bbbdbe;
	background-color:#ffffff;
	padding: 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_prof_search_bg1:hover {
/*box-shadow: 0 0 6px rgba(33, 33, 33, .2);*/
}
.zA_prof_search_tf {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	font-weight:400;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	outline:none;
	padding: 5px 6px;
	margin:0px 0px 0px 0px;
}
.zA_prof_search_ot {
	position:absolute;
	float:right;
	right:0;
	top:0;
}
.zA_prof_search_img {
	position:absolute;
	float:right;
	top:0;
	right:0px;
	width: 36px;
	height:auto;
	padding: 3px 4px 8px 8px;
	margin:0px 0px 0px 4px;
}
.zA_prof_hide_opt {
	position:absolute;
	float:right;
	top:2px;
	right:0px;
}
.zA_prof_hide_opt1 {
	position:absolute;
	float:left;
	top:2px;
	left:0px;
}
.zA_prof_input_ot {
	text-align:left;
	border-bottom:1px solid #bbbdbe;
	border-left:1px solid #bbbdbe;
	border-right:1px solid #bbbdbe;
	border-top:1px solid #bbbdbe;
	background:#FFF;
	padding:2px 0px 3px 0px;
	margin:0px auto;
}
.zA_prof_input1 {
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}
.zA_profile_z_h1a {
	position:relative;
	float:left;
	color:#011119;
	font-size:32px;
	text-align:left;
	line-height:22px;
 	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_profile_z_h2a {
	position:relative;
	float:left;
	color:#011119;
	font-size:26px;
	text-align:left;
	line-height:22px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}


.zA_profile_z_sh1a {
	position:relative;
	float:left;
	color:#1e78e5;
	font-size:16px;
	text-align:left;
	line-height:22px;
 	width:100%;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

.zA_profile_z_sh1b {
	position:relative;
	float:left;
	color:#1e78e5;
	font-size:16px;
	text-align:left;
	line-height:22px;
 	width:100%;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

.zA_profile_z_sh1c {
	position:relative;
	float:left;
	color:#011119;
	font-size:16px;
	text-align:left;
	line-height:22px;
 	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
ul {
  list-style-type: none;
}


.zA_profile_z_sh2a {
	position:relative;
	float:left;
	color:#011119;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	line-height:22px;
 	width:100%;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

.zA_profile_z_sh3a {
	position:relative;
	float:left;
	color:#011119;
	font-size:12px;
	text-align:left;
	line-height:22px;
 	/*width:100%;*/
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

.zA_profile_z_btn1 {
	position:relative;
	float:left;
	color:#011119;
	font-size:12px;
	text-align:left;
	line-height:22px;
 	/*width:100%;*/
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_profile_z_btn1:hover {
	color:#1e78e5;
}

.zA_profile_z_btn2 {
	position:relative;
	float:left;
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:22px;
 	/*width:100%;*/
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_profile_z_btn2:hover {
	color:#1e78e5;
}

@-webkit-keyframes autofill {
	to {
		color: blue;
		background: transparent;
	}
}

input:-webkit-autofill {
	input: -webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active

	-webkit-box-shadow: 0 0 0 30px white inset !important;
}





.zA_result_search_tf {
	display: block;
	/*font-size: 18px;*/
	font-size: 16px;
	line-height: 1.42857143;
	color: #000000;
	font-weight: 400;
	width: 100%;
	text-align: left;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	outline: none;
	padding: 12px 40px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.zA_result_search_ot {
	position:absolute;
	float:right;
	right:0;
	top:0;
}
.zA_result_space_ot {
	position: absolute;
	float: right;
	right: 60px;
	top: 0;
}
.zA_result_earth_ot {
	position: absolute;
	float: right;
	right: 30px;
	top: 0;
}
.zA_result_search_img {
	position:absolute;
	float:right;
	top:0;
	right:4px;
	width: 46px;
	height:auto;
	padding: 8px 8px 8px 8px;
	margin:0px 0px 0px 4px;
}
.zA_result_earth_img {
	position: absolute;
	float: right;
	top: 0;
	/*right: 8px;
	width: 54px;*/
	right: 50px;
	width: 54px;
	height: auto;
	padding: 7px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_result_space_img {
	position: absolute;
	float: right;
	top: 0;
	/*right: 16px;
	width: 54px;*/
	right: 5px;
	width: 54px;
	height: auto;
	padding: 7px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_signup_wiz_terms_h1 {
	position:relative;
	float:left;
	left:16px;
	top:-40px;
	color:#000000;
	font-size:9px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_signup_wiz_terms_h1a {
	position:relative;
	float:left;
	left:16px;
	top:-40px;
	color:#202124;
	font-size:11px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_signup_wiz_terms_list1 {
	position:relative;
	float:left;
	left:23px;
	color:#000000;
	font-size:8px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_list_btn {
	position:relative;
	float:left;
	background:url(../images/job/zeozapp_job_arw_2a.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #0056cc;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	width:100%;
	padding:1px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_list_btn:hover {
	border-radius: 30px;
	padding-left:15px;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/job/zeozapp_job_arw_2b.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#0056cc;
}
.radio {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight:500;
	color: #000000;
	text-align:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkround {
	position: absolute;
	top: 0px;
	left: -14px;
	height: 26px;
	width: 26px;
	background-color:none;
	border-color:#c2dafb;
	border-style:solid;
	border-width:1px;
	border-radius: 50%;
}
 .radio input:checked ~ .checkround {
 background-color:none;
}
.checkround:after {
	content: "";
	position: absolute;
	display: none;
}
 .radio input:checked ~ .checkround:after {
 display: block;
}
.radio .checkround:after {
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background:#0fc8f4;
}
.check {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-color:#f8204f;
	border-style:solid;
	border-width:2px;
}
 .check input:checked ~ .checkmark {
 background-color: #fff;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
 .check input:checked ~ .checkmark:after {
 display: block;
}
.check .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid;
	border-color:#f8204f;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cust-btn {
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover {
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;
}
.checkbox label:after, .radio label:after {
	content: '';
	display: table;
	clear: both;
}
.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	width:100%;
	color:#0fc8f4;
	border: 1px solid #c2dafb;
	border-radius: .18em;
	width: 1.66em;
	height: 1.66em;
	float: left;
	background:#FFF;
	margin-right: .6em;
}
.radio .cr {
	border-radius: 50%;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
	position: absolute;
	font-size: 1.4em;
	line-height: 0;
	top: 10px;
	left:2px;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
	display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
 transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}
.zA_cbox_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cbox_h2a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cbox1_h1a {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	top:0px;
	line-height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cbox_h1a_1 {
	/*position:relative;
	float:left;*/
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cbox_h1b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	top:0;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_sh1 {
	position:relative;
	float:left;
	font-size: 14px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:8px 0px 0px 0px;
}
.zA_signup_ot {
	text-align:left;
	border-bottom:1px solid #bbbdbe;
	border-left:1px solid #bbbdbe;
	border-right:1px solid #bbbdbe;
	border-top:1px solid #bbbdbe;
	background:#FFF;
	padding:3px 0px 6px 0px;
	margin:0px auto;
}
.zA_signup_input1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}
/*.zA_signin_input1 {
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}*/

/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn-sign-ing {
	position:absolute;
	float:left;
	text-align:left;
}
.btn-sign_wiz_fgt {
	position:absolute;
	float:left;
	left:15px;
	top:-10px;
	font-size: 14px;
	font-weight:500;
	color: #1e78e5;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.btn-sign_wiz_fgt:hover {
	color:#0e6eff;
	text-decoration:none;
}
.btn-create_btn1 {
	position:absolute;
	float:left;
	float:left;
	top:10px;
	left:0px;
	font-size: 13px;
	font-weight:500;
	color: #1e78e5;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:3px 0px 0px 0px;
	z-index:100;
}
.btn-create_btn1:hover {
	color:#0e6eff;
	text-decoration:none;
}
.btn-invite_ot {
	position: relative;
	float: left;
	left: 15px;
	top:3px;
}
.btn-invite_ot1 {
	position:absolute;
	float: right;
	right: 15px;
	top: 25px;
}
.btn-invite_ot2 {
	position: absolute;
	float: right;
	right: 15px;
	top: 24px;
}
.btn-invite_btn {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #1e78e5;
	text-align: right;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

	.btn-invite_btn:hover {
		color: #0e6eff;
		text-decoration: none;
	}
.btn-invite_btn1 {
	position:relative;
	float:left;
	top:0px;
	left: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #1e78e5;
	text-align: right;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.btn-invite_btn1:hover {
	color: #0e6eff;
	text-decoration: none;
}
.zA_invite_h1a {
	font-size: 16px;
	color: #1e78e5;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	padding: 0 px 30px 0 px 0 px;
	margin: 14 px 0 px 0 px 0 px;
}
.zA_invite_h1b {
	position: relative;
	float: left;
	font-size: 13px;
	color: #000000;
	top: 0px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	padding: 0px 30px 0px 0px;
	margin: 2px 0px 0px 0 px;
}
.btn-sAll_btn1 {
 position:relative;
 float:right !important;
 top:0px;
 left:0px;
 font-size: 14px !important;
 font-weight:400;
 color: #1e78e5 !important;
 text-align:right;
 text-decoration:none;
 line-height:20px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.btn-sAll_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
.btn-fpwd_btn1 {
	position:absolute;
	float:right;
	top:-10px;
	right:0px;
	font-size: 13px;
	font-weight:500;
	color: #1e78e5;
	text-align:right;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:100;
}
.btn-fpwd_btn1:hover {
	color:#0e6eff;
	text-decoration:none;
}
.btn-sign_wiz_btn1 {
	position:absolute;
	float:left;
	left:15px;
	bottom:22px;
	font-size: 14px;
	font-weight:500;
	color: #1e78e5;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	z-index:100;
}
.btn-sign_wiz_btn1:hover {
	color:#0e6eff;
	text-decoration:none;
}
.btn-sign_wiz_btn2 {
	position:relative;
	float:left;
	top:500px;
	left:15px;
	font-size: 14px;
	font-weight:500;
	color: #1e78e5;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	z-index:100;
}
.btn-sign_wiz_btn2:hover {
	color:#0e6eff;
	text-decoration:none;
}
.btn-misc1-con {
	text-align: right;
	padding-top: 10px;
	margin-right:40px;
}
.btn-misc1 {
	display: inline-block;
	line-height: 26px;
	padding: 0 14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #1e78e5;
	font-size: 12px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
}
.btn-misc1:hover {
	color: #fff;
	background: #22ae2c;
}
.btn-misc2 {
	display: inline-block;
	line-height: 26px;
	padding: 0 14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #22ae2c;
	font-size: 12px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
}
.btn-misc2:hover {
	color: #fff;
	background: #1e78e5;
}
.btn-next-con {
	text-align: right;
	padding-top: 30px;
	margin-right:40px;
}
.btn-ot_1a {
	position:relative;
	float:right;
	/*padding-top: 30px;*/
  	margin-top:0px;
}
/*.btn-next, .btn-back, .btn-last {
	display: inline-block;
	line-height: 36px;
	padding: 0 26px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #1e78e5;
	font-size: 15px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
}*/
.btn-next, .btn-back, .btn-last {
	/*position:relative;
	float:left;*/
	display: inline-block;
	/*line-height: 32px;*/
	/*padding: 0 14px;*/
	/*width: 416px;*/
	width: 100% !important;
	max-width: 100% !important;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1e78e5;
	font-size: 16px;
	color: #fff;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: .8px;
	/*text-transform: capitalize;*/
	text-align: center;
}
.btn-next:hover, .btn-back:hover, .btn-last:hover {
	width:100%;
	color: #fff;
	cursor: pointer;
	background: #2f86f2;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.btn-next-list {
	font-size: 15px;
	color: #0056cc;
	font-family: inherit;
	font-weight: 400;
	/*text-transform: capitalize;*/
}
.btn-next-list:hover {
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.company-wrapper {
	position: relative;
	width:100%;
	height:170px;
	/*height:150px;*/
	margin: 0px auto;
	border-radius: 0%;
	overflow: hidden;
 transition: all .3s ease;
	border:1px solid #eaeaea;
}
.company-wrapper:hover {
	box-shadow: 1px 1px 6px -5px black;
	cursor: pointer;
}
.company-wrapper:hover .profile-pic {
	opacity: .5;
}
.company-wrapper .profile-pic {
	height:100%;
	width:auto;
	display: flex;
	align-items: center;
 transition: all .3s ease;
	background:url(../images/prof/ZEOZAPP_UPLOAD_OFC_ICO.png);
	/*background:url(../images/prof/ZEOZ_COVER_IMG1.jpg);*/
	background-position:center;
	/*background-position:center;*/
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
}
.company-wrapper .profile-pic:after {
	font-family: FontAwesome;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 98px;
	background: #f4f4f4;
	color: #34495e;
	text-align: center;
}
.company-wrapper .upload-button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.company-wrapper .upload-button .fa-arrow-circle-up {
	position: absolute;
	font-size: 132px;
	top: -8px;
	left: 0;
	text-align: center;
	opacity: 0;
 transition: all .3s ease;
	color: #34495e;
}
.company-wrapper .upload-button:hover .fa-arrow-circle-up {
	opacity: .95;
}
.avatar-wrapper {
	position: relative;
	height:112px;
	width:112px;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
 transition: all .3s ease;
	border:1px solid #eaeaea;
}
.avatar-wrapper:hover {
	transform: scale(1.05);
	cursor: pointer;
}
.profile-wrapper {
	position: relative;
	width:100%;
	height:150px;
	margin: 0px auto;
	border-radius: 0%;
	overflow: hidden;
 transition: all .3s ease;
}
.profile-wrapper:hover {
	box-shadow: 1px 1px 6px -5px black;
	cursor: pointer;
}
.profile-wrapper:hover .profile-pic-av {
	opacity: .5;
}
.profile-wrapper .profile-pic-av {
	height:100%;
	width:auto;
	display: flex;
	align-items: center;
 transition: all .3s ease;
	background:url(~/images/prof/ZEOZAPP_UPLOAD_ICO1.png);
	/*background:url(../images/prof/ZEOZAPP_BUSINESS_IMG1.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
}
.profile-wrapper .profile-pic-av:after {
	font-family: FontAwesome;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 98px;
	background: #f4f4f4;
	color: #34495e;
	text-align: center;
}
.profile-wrapper .upload-button-av {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.profile-wrapper .upload-button-av .fa-arrow-circle-up {
	position: absolute;
	font-size: 132px;
	top: -8px;
	left: 0;
	text-align: center;
	opacity: 0;
 transition: all .3s ease;
	color: #34495e;
}
.profile-wrapper .upload-button-av:hover .fa-arrow-circle-up {
	opacity: .95;
}
.avatar-wrapper1 {
	position: relative;
	height:112px;
	width:112px;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
 transition: all .3s ease;
	border:1px solid #eaeaea;
}
.avatar-wrapper1:hover {
	transform: scale(1.05);
	cursor: pointer;
}
/*.avatar-wrapper:hover .profile-pic1 {
	opacity: .5;
}
.avatar-wrapper .profile-pic1 {
	height:100%;
	width:auto;
	display: flex;
	align-items: center;
 transition: all .3s ease;
	border:1px solid #eaeaea;
}
.avatar-wrapper .profile-pic1:after {
	font-family: FontAwesome;
	content: "\f007";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 98px;
	background: #fdfdfd;
	color: #34495e;
	text-align: center;
}
.avatar-wrapper .upload-button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.avatar-wrapper .upload-button .fa-arrow-circle-up {
	position: absolute;
	font-size: 132px;
	top: -8px;
	left: 0;
	text-align: center;
	opacity: 0;
 transition: all .3s ease;
	color: #34495e;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
	opacity: .95;
}
.avatar-pro-wrapper {
	position: relative;
	height:112px;
	width:112px;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 1px 6px -5px black;
 transition: all .3s ease;
}
.avatar-pro-wrapper:hover {
	transform: scale(1.05);
	cursor: pointer;
}
.avatar-pro-wrapper:hover .profile-pic2 {
	opacity: .5;
}
.avatar-pro-wrapper .profile-pic2 {
	height:100%;
	width:auto;
	display: flex;
	align-items: center;
 transition: all .3s ease;
}
.avatar-pro-wrapper .profile-pi2c:after {
	font-family: FontAwesome;
	content: "\f007";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 98px;
	background: #f4f4f4;
	color: #34495e;
	text-align: center;
}
.avatar-pro-wrapper .upload-button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.avatar-pro-wrapper .upload-button .fa-arrow-circle-up {
	position: absolute;
	font-size: 132px;
	top: -8px;
	left: 0;
	text-align: center;
	opacity: 0;
 transition: all .3s ease;
	color: #34495e;
}
.avatar-pro-wrapper .upload-button:hover .fa-arrow-circle-up {
	opacity: .95;
}*/


.zA_result_total_h1 {
	position:relative;
	float:left;
	font-size: 14px;
	color: #000000;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_result_total_h1a {
	position:relative;
	float:left;
	left:-2px;
	font-size: 15px;
	/*color: #000000;*/
	color:#70757a;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 5px 0px;
}
.zA_credit_lt_ot {
	position:relative;
	float:left;
	left:80px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #454545;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_h1b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
	font-weight:600;
	text-align:left;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #353535;
	line-height: 1.4;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	padding: 6px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_list_btn1 {
	position:relative;
	float:left;
	background:url(../images/job/zeozapp_job_arw_2a.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #0056cc;
	display:inline-block;
	font-size:16px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	width:100%;
	padding:0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_list_btn1:hover {
	border-radius: 30px;
	padding-left:10px;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/job/zeozapp_job_arw_2b.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#0056cc;
}
.zA_job_list_btn2S {
	color: #000000;
	display: inline-block;
	/*font-size: 16px;*/
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 21px;
}
.zA_job_list_btn2S:hover {
	color: #ffffff;
	text-decoration: none;
}
.zA_job_list_btn2 {
	position: relative;
	float: left;
	background: url(../images/job/zeozapp_job_arw_2a.png);
	background-position: right;
	background-repeat: no-repeat;
	/*color: #1e78e5;*/
	color: #000000;
	display: inline-block;
	/*font-size: 16px;*/
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	line-height:21px;
	border-radius: 0px;
	width: 100%;
	padding: 3px 0px;
	margin: 0px 0px 6px 0px;
}
.zA_job_list_btn2:hover {
	/*border-radius: 15px;*/
	border-radius: 30px;
	/*padding-left:15px;*/
	padding-left:20px;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/job/zeozapp_job_arw_2b.png);
	background-position:right;
	background-repeat:no-repeat;
	/*background-color:#1e78e5;*/
	background-color:#000000;
}
.zA_h1_red {
	font-size: 21px;
	font-weight: 600;
	color: red;
	/*height: 20px;
	width: 150px;
	padding: 10px*/
}
.floating {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;
}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 15px);
	}

	100% {
		transform: translate(0, -0px);
	}
}
.wrap_generic {
	position: relative;
	float: none;
	width: 800px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 30px 35px 5px 35px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.zA_generic_main_h1 {
	font-size: 30px;
	color: #1f77e7;
	top: 2px;
	font-weight: 500;
	text-align: left;
	line-height: 38px;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_main_h1aa {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1f77e7;
	text-align:left;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_main_h1a {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	padding: 0px 0px 0px 14px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_main_h1b {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_main_h1c {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #1f77e7;
	text-align: left;
	line-height: 21px;
	letter-spacing: -.3px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_contact_sh1 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align:justify;
	line-height: 25px;
	letter-spacing:.2px;
	padding-left:0px;
	padding-right:0px;
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 20px 0px;
}
.zA_generic_contact_sh2 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 25px;
	letter-spacing: .2px;
	padding-left: 0px;
	padding-right: 0px;
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 20px 0px;
}
.zA_generic_contact_sh2a {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	text-decoration:underline;
	line-height: 25px;
	letter-spacing: .2px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 20px 0px;
}
.zA_generic_main_sh1 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 21px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.zA_generic_txt {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #202124;
	text-align: left;
	line-height:18px;
	padding-left: 0px;
	margin:0px 0px 0px 0px;
}
.zA_generic_label_1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 500;
	/*color: #1e78e5;*/
	color: #1f77e7;
	text-align: left;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_generic_st_ot {
	/*border-bottom: 2px solid #ddd;*/
	border-bottom: 1px dotted #959595;
	padding: 4px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_state_tt_h1 {
	/*position:relative;
	float:right;*/
	/*font-size: 26px;*/
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: right;
	line-height: 1.4;
	padding: 3px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
.zA_state_tt_h1a {
	/*position:relative;
	float:left;
	left:-10px;*/
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-align:left;
	line-height: 1.4;
	padding: 3px 0px 0px -40px;
	margin: 2px 0px 0px 0px;
}
.zA_bNOW_ot {
	position: relative;
	float: right;
	top: 10px;
}
.zA_bNOW_btn1 {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: .5px;
	border-radius: 3px;
	background-color: #1e78e5;
	padding: 8px 14px 8px 14px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

	.zA_bNOW_btn1:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0072ff;
	}
.zA_generic_st_h1 {
	font-size:24px;
	font-weight: 600;
	color: #000;
	text-align:right;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h2a {
	font-size: 17px;
	font-weight: 400;
	color: #1f77e7;
	text-align:left;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h2b {
	font-size: 17px;
	font-weight: 400;
	color: #1f77e7;
	text-align:right;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h3a {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 1.9;
	letter-spacing:-.1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h3b {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: right;
	line-height: 1.9;
	letter-spacing: -.1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_sig_txt {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #202124;
	text-align: left;
	line-height: 18px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 5px 0px;
}
.zA_generic_etxt {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	font-style: italic;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 6px 0px;
}
.zA_generic_C1 {
	position: relative;
	float: none;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	/*background: #148df1;*/
	background: #000000;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_C2 {
	position: relative;
	float: none;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	/*background: #148df1;*/
	background: #000000;
	padding-top: 14px;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_C3 {
	position: relative;
	float: none;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	font-size: 65px;
	color: #fff;
	font-weight: 400;
	line-height: 96px;
	text-align: center;
	/*background: #148df1;*/
	background: #000000;
	padding-top: 14px;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_ZC {
	position: relative;
	float: none;
	width: 130px;
	height: 130px;
	text-align: center;
	padding-top: 14px;
	margin: 0px auto 0px;
	z-index: 100;
}
.zA_generic_ppC {
	position: relative;
	float: none;
	/*width: 390px;*/
	width: 310px;
	height: auto;
	text-align: center;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_cOT {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 15px;
	z-index: 100;
}
.zA_generic_cSize {
	position: relative;
	float: none;
	width: 60px;
	height: auto;
	z-index: 100;
}

.zA_generic_OT {
	position: relative;
	float: none;
	text-align: center;
	border-top: 1px dotted #dadce0;
	padding-top: 20px;
	margin: 0px auto 15px;
	z-index: 100;
}
ul.generic {
	list-style-type: none;
	position: relative;
}

	ul.generic:before {
		content: ' ';
		background: #333333;
		display: inline-block;
		position: absolute;
		left: 30px;
		width: 1px;
		height: 100%;
		z-index: 400;
	}

	ul.generic > li {
		width: 84%;
		margin: 0px 0px 8px 0px;
		padding-left: 20px;
	}

		ul.generic > li:before {
			content: ' ';
			background: white;
			display: inline-block;
			position: absolute;
			background-color: #1e78e5;
			border: 1px solid #fff;
			left: 24px;
			width: 13px;
			height: 13px;
			z-index: 400;
		}
.zA_generic_li_h1 {
	position: relative;
	float: none;
	left:40px;
	top: -4px;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 18px;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}
.zA_generic_Lbtn_ot {
	width: 100%;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 8px auto;
}
.zA_generic_Rbtn_ot {
	width: 100%;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 8px auto;
}
.zA_generic_B_ot1a {
	position: absolute;
	float: right;
	top:6px;
	right:24px;
}
.zA_generic_B_ot1 {
	position: absolute;
	float: right;
	right: 18px;
}
.zA_generic_B_ot2 {
	position: absolute;
	float: right;
	right: 0px;
	z-index:5;
}
.zA_generic_B_ot2a {
	position: absolute;
	float: right;
	top:6px;
	right:22px;
	z-index: 5;
}
.zA_generic_addbtn1 {
	position: relative;
	top: 0px;
	left: 2px;
	font-size: 14px;
	font-weight: 400;
	/*color: #1e78e5;*/
	color: #FFFFFF;
	text-align: right;
	border-radius: 3px;
	border: 1px solid #ccc;
	/*background-color: #FFFFFF;*/
	letter-spacing: .3px;
	background-color: #1e78e5;
	padding: 7px 8px 7px 8px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_generic_addbtn1:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}

.zA_generic_btn {
	position: relative;
	top: 0px;
	left: 2px;
	font-size: 14px;
	font-weight: 400;
	/*color: #1e78e5;*/
	color: #FFFFFF;
	text-align: right;
	border-radius: 3px;
	/*border: 1px solid #ccc;
	background-color: #FFFFFF;*/
	letter-spacing: .3px;
	background-color: #1e78e5;
	padding: 7px 8px 7px 8px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_generic_btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_generic_Rbtn1 {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50px;
	letter-spacing: .6px;
	background-color: #000000;
	padding: 6px 14px 4px 14px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
	.zA_generic_Rbtn1:hover {
		color: #fff;
		text-decoration: none;
		background-color: #1f1f1f;
	}
.zA_generic_btn1 {
	position: relative;
	top: 0px;
	left:0px;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	letter-spacing:.5px;
	border-radius: 3px;
	background-color: #1e78e5;
	padding: 6px 14px 6px 14px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_generic_btn1:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_generic_buy_btn {
	position: relative;
	float:left;
	top: 0px;
	left:0px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	width:100%;
	text-align:center;
	letter-spacing:.5px;
	border-radius: 3px;
	background-color: #1e78e5;
	padding: 10px 14px 10px 14px;
	margin: 0px auto;
	z-index: 100;
}
.zA_generic_buy_btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_generic_border {
	border: 1px solid #dadce0;
	border-radius: 3px;
}
.zA_generic_padding {
	padding-left:5px;
}

.zA_generic_h1 {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 14px;
	margin: 5px 0px 2px 0px;
}
.zA_generic_h1a {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 14px;
	margin: 15px 0px 2px 0px;
}
.zA_generic_h2 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	margin: 8px 0px 0px 0px;
}
.zA_generic_txt1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #202124;
	text-align: left;
	line-height: 20px;
	margin: 2px 0px 0px 0px;
}
.zA_generic_label {
	/*position: relative;
	float: left;*/
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin: 8px 0px 0px 0px;
}
.zA_generic_label_1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	/*color: #1e78e5;*/
	text-align: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_generic_input_ot {
	text-align: left;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 0px 6px 3px;
	margin: 0px auto;
}

.zA_sgnLine_ot {
	text-align: left;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px 5px 9px;
	margin: 0px auto;
}
.zA_sgnInput1 {
	display: block;
	/*font-size: 14px;*/
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
	/*color: #ffffff;*/
	width: 100%;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 2px 3px 0px 0px;
	margin: 0px 0px 1px 0px;
}
.zA_sgnLabel_h1 {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	/*color: #ffffff;*/
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_sgnTop_h1a {
	position: relative;
	float: left;
	/*font-size: 1.5rem;*/
	/*font-size: 3.6rem;*/
	font-size: 36px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	/*margin: 0 0 95px;*/
}
.zA_sgnTop_h1b {
	position: relative;
	float: left;
	font-size: 20px;
	/*font-size: 2.2rem;*/
	font-weight: 600;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
}
.zA_sgnTop_h1b_a {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
.zA_sgnTop_h1c {
	position: relative;
	float: left;
	font-size: 20px;
	/*font-size: 2.2rem;*/
	font-weight: 500;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	margin: 0px 0px 20px 0px;
}
.zA_sgnTop_h2a {
	position: relative;
	float: left;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}
.zA_sgnTop_h2b {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
.zA_sgnTop_h2c {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_span {
	font-size: 15px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_generic_link1 {
	/*position: absolute;
	float: right;
	top: -10px;
	right: 0px;*/
	font-size: 15px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}

.zA_generic_link1:hover {
	color: #0e6eff;
	text-decoration: none;
}
.wrap_KEYB_1 {
	position: relative;
	float: none;
	/*width: 572px;*/
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	/*border: 1px solid #dadce0;*/
	border: 1px solid #ffffff;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	/*padding: 10px 10px 15px 10px;*/
	padding: 10px 0px 15px 0px;
	/*margin-top: -100px;*/
	margin-bottom: 50px;
	z-index: 100;
}
.wrap_REC_1 {
	position: relative;
	float: none;
	width: 572px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 10px 10px 35px 10px;
	margin-top: 60px;
	margin-bottom: 50px;
	z-index: 100;
}

.zA_REC_top_h1 {
	position: relative;
	float: left;
	/*left:-14px;*/
	font-size: 16px;
	color: #000;
	text-align:center;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_REC_topR_h1 {
	position: relative;
	float: left;
	left:-14px;
	font-size: 18px;
	color: red;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_REC_topB_h1 {
	position: relative;
	float: left;
	left: -14px;
	font-size: 18px;
	color: #000;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.zA_REC_red_h1 {
	position: relative;
	float: left;
	font-size: 28px;
	color: red;
	text-align:center;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.zA_REC_black_h1 {
	position: relative;
	float: left;
	font-size: 26px;
	font-weight:600;
	/*font-size: 16px;
	font-weight:500;*/
	/*color: #000;*/
	color: #1374eb;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_REC_top_h2 {
	position: relative;
	float: left;
	/*font-size: 28px;*/
	font-size: 21px;
	font-weight: 500;
	color: #1374eb;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: .4px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 8px 0px;
}

.zA_REC_lft_ic1 {
	position: absolute;
	float: left;
	left: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #1374eb;
}

.mic_txt_input {
	font-size: 15px;
	color: #000000 !important;
	/* padding: 4px 4px; */
	padding: 20px 40px 21px 10px;
	display: block;
	width: 100%;
	height: 30px;
	background-color: transparent;
	/*border-radius: 3px 3px 3px 3px;*/
	border-radius: 50px 50px 50px 50px;
	/*border: 1px solid #c2c8d0 !important;*/
	border: 1px solid #f2f2f2 !important;
	margin-bottom:15px;
}
.mic_txt_input:focus, .mic-select:focus {
	outline: none;
	color: #000000 !important;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #f2f2f2 !important;
	/*border: 1px solid #1f77e7 !important;*/
	/*border-bottom:2px solid #5264AE;*/
}
.zA_REC_bdy_h1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	text-align:center;
	text-decoration: none;
	line-height: 18px;
	/*padding-left: 40px;*/
	padding-left: 0px;
	padding-top: 1px;
}

.zA_REC_rht_h1 {
	position: relative;
	float: left;
	left:10px;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	text-align: justify;
	text-decoration: none;
	line-height:19px;
	padding-left: 40px;
	padding-top: 1px;
}

.zA_REC_lft_ic2 {
	position: absolute;
	float: left;
	left: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #1374eb;
}

.zA_REC_rht_h2 {
	position: relative;
	float: left;
	left: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #1374eb;
	text-align: justify;
	padding-left: 40px;
	padding-top: 1px;
}

.zA_REC_lft_ic3 {
	position: absolute;
	float: left;
	left: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #F00;
}

.zA_REC_rht_h3 {
	position: relative;
	float: left;
	left: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #F00;
	text-align: justify;
	padding-left: 40px;
	padding-top: 1px;
}


.zA_MIC_h1 {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #1e78e5;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	/*margin:0px 0px 5px 0px;*/
}

.zA_MIC_h2a {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #1e78e5;
	line-height: 1.3;
	text-align:justify;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	/*margin:0px 0px 5px 0px;*/
}
.zA_MIC_info {
	position: relative;
	float: left;
	top:10px;
	font-size: 13px;
	font-weight: 400;
	color: red;
	line-height: 1.3;
	text-align:left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	/*margin:0px 0px 5px 0px;*/
}
.Blink {
	
	animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
.pulse-ring {
	content: "";
	width: 100px;
	height: 100px;
	background: #189BFF;
	border: 5px solid #189BFF;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	animation: pulsate infinite 1.5s;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.3, 1.3);
		opacity: 0;
	}
}
/*.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #d8d8d8;
}*/

.m-left {
	margin-left: 300px;
}

.type2 {
	background: #189BFF;
}

	.type2 .pulse-ring {
		background: transparent;
	}

@keyframes blinker {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.zA_h2a {
	position: relative;
	float: left;
	/*font-size: 24px;
	font-weight: 500;*/
	font-size: 21px;
	font-weight: 600;
	color: #1e78e5;
	line-height: 1.1;
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 5px 0px;
}
.zA_h2a_j1 {
	position:relative;
	float:left;
	font-size: 18px;
	font-weight:400;
	color: #1e78e5;
	line-height: 1.3;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	/*margin:0px 0px 5px 0px;*/
}
.zA_h2a_j1a {
	position:relative;
	float:left;
	font-size: 11px;
	font-weight:400;
	/*color: #a601ff;*/
	/*color:#02a9ff;*/
	color:#000000;
	line-height: 1.1;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_h2b {
	position:relative;
	float:left;
	font-size: 24px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:10px 0px 8px 0px;
}
.zA_h2b_c1 {
	/*position:relative;
	float:left;*/
	font-size: 24px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:10px auto;
}
/*.zA_rec_tm1_ot {
	position:relative;
	float:left;
	left:0px !important;
	padding-left:-10px !important;
}*/

.zA_rec_timer_bg {
	position: relative;
	float: left;
	/*float: left;
	left: -5px;*/
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	line-height: 2.3;
	color: #ffffff;
	width: 100% !important;
	height: 58px !important;
	background: none;
	background-color: #141414;
	/*background: #0088ff;*/
	border: none;
	/*border: 1px solid rgba(0,0,0,.37);*/
	border-radius: 50px;
	padding: 12px 8px 12px 6px !important;
	margin: 0px 0px 14px 0px;
	z-index: 1000;
}
.zA_rec_timer_t1 {
	position: relative;
	float: left;
	top: 1px;
	font-size: 24px !important;
	font-weight: 500;
	color: #ffffff !important;
	line-height: 30px;
	text-align: left !important;
	letter-spacing: 0.1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_rec_timer_t1s {
	position: relative;
	float: left;
	top: 1px;
	font-size: 16px !important;
	font-weight: 500;
	color: #ffffff !important;
	line-height: 20px;
	text-align: left !important;
	letter-spacing: 0.1px;
	padding: 8px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}

.zA_rec_tm1_ot {
	position: relative;
	float: none;
	/*float: left;
	left: -5px;*/
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	line-height: 2.3;
	color: #000000;
	width: 124px !important;
	height: 50px !important;
	background: #FFF;
	/*background: #0088ff;*/
	border: 1px dashed #ccc !important;
	/*border: 1px solid rgba(0,0,0,.37);*/
	border-radius: 4px;
	padding: 4px 0px 10px 0px !important;
	margin: 0px 0px 14px 0px;
	z-index: 1000;
}
.zA_rec_tm1_ot1 {
	position: relative;
	float: left;
	left: -5px;
	display: block;
	font-size: 16px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	line-height: 2.3;
	color: #000000;
	width: 100px !important;
	height: 50px !important;
	background: #FFF;
	border: 1px dashed #ccc !important;
	border-radius: 4px;
	padding: 4px 0px 10px 0px !important;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}
.zA_rec_tm1 {
	position: relative;
	float:left;
	top: 1px;
	font-size: 28px !important;
	font-weight: 500;
	/*color: #000000;*/
	color: #ffffff;
	line-height:38px;
	text-align: left !important;
	letter-spacing: 0.1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_rec_tm1s {
	position: relative;
	float: left;
	top: 1px;
	font-size: 16px !important;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	text-align: left !important;
	letter-spacing: 0.1px;
	padding: 13px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}
/*.zA_rec_tm1 {
	position: relative;
	float: none;
	top: 1px;
	font-size: 28px !important;
	font-weight: 500;
	color: red;
	line-height: 38px;
	text-align: center !important;
	letter-spacing: 0.1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}*/
.zA_cdt_h2 {
	font-size: 15px !important;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	text-align: center !important;
	width: 100% !important;
	letter-spacing: 0.1px;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 10px 0px;
}

.zA_cdt_h2_a_ot {
 max-width:500px; padding:0px 0px 0px 0px; margin:0px auto;

}

.zA_cdt_h2_a1 {
	font-size: 20px;
	font-weight:500;
	color: #1374eb;
	line-height:20px;
	text-align:center;
	width:100%;
	letter-spacing:0.1px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 2px 0px;
}

.zA_cdt_h2_a2 {
	font-size: 14px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:center;
	width:100%;
	letter-spacing:0.1px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 6px 0px;
}

.zA_cdt_h2_a3 {
	font-size: 12px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:center;
	width:100%;
	letter-spacing:0.1px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 10px 0px;
}




.zA_cdt_alert_h1 {
	position:absolute;
	top:0px;
	left:0px;
	font-size: 12px;
	font-weight:500;
	color: #ffffff;
	line-height:16px;
	text-align:center;
	width:100%;
	letter-spacing:0.1px;
	z-index:1;
	padding:0px 0px 0px 0px;
	margin:230px auto;
}
.zA_cdt_msg1 {
	position:relative;
	float:left;
	left:0px;
	/*filter: alpha(opacity=50);*/ /* For IE8 and earlier */
	/*padding-left:0px;
	padding-right:0px;*/
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_msg_btn1 {
	z-index:100;
	display:inline-block;
	border-radius:50%;
	/*border:5px solid #FFF;*/
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.zA_cdt_msg_btn1:hover {
	z-index:100;
	border-radius:50%;
	/*border:5px solid #F00;*/
	 -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.25);
}
.zA_cdt_msg0 {
	opacity: 0.35;
}

.zA_cdt_btn_img_size {
	width: 48px;
	height: auto;
}

.zA_R_img_size1 {
	/*width: 180px;*/
	width: 120px;
	height: auto;
}
.zA_recv_h1 {
	position: relative;
	float: left;
	font-size: 24px;
	font-weight: 500;
	/*color: #1374eb;*/
	color: #1e78e5;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	letter-spacing: 0.6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.zA_recv_txt {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
.zA_recv_txt_1 {
	font-size: 15px;
	font-weight:500;
	color: #000000;
	line-height: 1.4;
	text-align:left;
	width:100%;
	letter-spacing:0.4px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_recv_cnt_1 {
	font-size: 12px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
.zA_recv_lnk1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#1374eb;
	line-height: 1.3;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_recv_lnk1:hover {
	color:#40cd40;
}

.zA_recv_lnk1a {
 /*position:absolute;
 float:right;
 top:0px;
 right:0px;*/
 font-size: 13px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
background-color:#1e78e5;
 padding:5px 12px 5px 12px;
 margin:0px 0px 0px 0px;
}
.zA_recv_lnk1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}
	 



.zA_job_posted_box1 {
	position:relative;
	float:left;
	width: 100%;
	height:85px;
	/*border-radius: 50%;*/
	font-size: 14px;
	color: #818a95;
	line-height: 66px;
	text-align: center;
	text-transform:uppercase;
	background: #1d2732;
	/*border:1px solid #ccc;*/
	padding:6px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.zA_job_posted_h1a {
	font-size: 21px;
	color: #1e78e5;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
}*/
.zA_job_posted_h1a {
	font-size: 30px;
	color: #1e78e5;
	line-height: 34px;
	font-weight: 500;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 12px 0px;
}
.zA_job_posted_h1b {
	position: relative;
	float: left;
	/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
	/*font-size: 15px;*/
	font-size: 15px;
	/*color: #5b5b5a;*/
	color: #000000;
	top: 0px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	/*margin: 4px 0px 2px 0px;*/
}
.zA_posted_OT1{
	border:1px solid #ebebeb;
	border-radius:8px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_posted_inR {
	/*border: 1px solid #d9d9d9;*/
	border-radius: 8px 0px 0px 8px;
	background: #fff;
	padding: 6px 10px 6px 14px;
	margin: 0px 0px 0px 0px;
}
.zA_posted_inL {
	height: 82px;
	border-left: 1px solid #ebebeb;
	border-radius: 0px 8px 8px 0px;
	background: #f2f2f2;
	padding: 6px 10px 6px 4px;
	margin: 0px 0px 0px 0px;
}
/*.zA_posted_inL {
	width:76px;
	height: 76px;
	border-left: 1px solid #ebebeb;
	border-radius:50%;
	background: #f2f2f2;
	padding: 2px 10px 6px 6px;
	margin: 0px 0px 0px 0px;
}*/


.zA_job_posted_txt1a {
	position: relative;
	float: left;
	/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
	/*font-size: 13px;*/
	font-size: 16px;
	color: #252525;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}
.zA_job_posted_txt1b {
	position: relative;
	float: left;
	/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	color: #252525;
	font-weight: 500;
	text-align: left;
	line-height: 15px;
	padding: 0px 0px 0px 6px;
	margin: 5px 0px 5px 0px;
}
.zA_job_posted_txt1c {
	/*position: relative;
	float: left;*/
	/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	/*color: #757575;*/
	color: #252525;
	top: 2px;
	font-weight: 500;
	text-align: left;
	/*line-height: 18px;*/
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_job_ALR_D1 {
	position:absolute;
	float:left;
	right:5px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:100;
}
.zA_job_ALR1 {
	color: #FFFFFF;
	font-size: 13px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #28a100;
	padding: 3px 6px 3px 6px;
	/*padding: 0 6px;*/
	margin-top: 5px;
}
.zA_job_ALR2 {
	color: #000000;
	font-size: 13px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ffe214;
	padding: 3px 6px 3px 6px;
	/*padding: 0 6px;*/
	margin-top: 5px;
}
.zA_job_ALR3 {
	color: #FFFFFF;
	font-size: 13px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ff5633;
	border: 1px solid #ffffff;
	padding: 3px 6px 3px 6px;
	/*padding: 0 6px;*/
	margin-top: 5px;
}

.zA_job_ALR_ot1 {
	position: absolute;
	float: left;
	right: 0px;
	top: -2px;
	/*bottom: 14px;*/
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 38px 0px 0px 0px;
	z-index: 100;
}
.zA_siz_ALR_ARW1 {
	color: #FFFFFF;
	font-size: 18px !important;
	font-weight:800;
	/*letter-spacing: .3px;*/
	line-height: 18px;
	/*padding: 4px 6px 4px 6px;*/
	/*padding: 0 6px;*/
	/*margin-top: 5px;*/
}
.zA_job_ALR1a {
	color: #FFFFFF;
	font-size: 13px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #28a100;
	padding: 5px 6px 5px 6px;
	/*padding: 0 6px;*/
	margin-top: 5px;
}
.zA_job_ALR1b {
	color: #000000;
	font-size: 13px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ffe214;
	padding: 5px 6px 5px 6px;
	/*padding: 0 6px;*/
	margin-top: 5px;
}
.zA_job_ALR1c {
	color: #FFFFFF;
	font-size: 13px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ff5633;
	border: 1px solid #ffffff;
	padding: 5px 6px 5px 6px;
	/*padding: 0 6px;*/
	margin-top: 5px;
}

/*display: inline-block;
line-height: 20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border: 1px solid #0c5dcd;
background: #0c5dcd;
font-size: 13px !important;
color: #fff;
font-family: Roboto, Arial, Helvetica, sans-serif;
font-weight: 500 !important;
text-decoration: none;
padding: 0 6px;
margin-top: 5px;
margin-bottom: 12px;
z-index:100;*/

/*.zA_job_ALR_D1 {
	position: absolute;
	float: right;
	right: 5px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_job_ALR1 {
	color: #FFFFFF;
	font-size: 12px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	border-radius: 15px;
	background-color: #28a100;
	padding: 2px 5px 2px 5px;
}
.zA_job_ALR2 {
	color: #000000;
	font-size: 12px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	border-radius: 15px;
	background-color: #ffe214;
	padding: 2px 5px 2px 5px;
}
.zA_job_ALR3 {
	color: #FFFFFF;
	font-size: 12px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	border-radius: 15px;
	background: #ff5633;
	border: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
}*/
.zA_job_TDD1 {
	position: relative;
	float: left;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	/*font-size: 12px;*/
	font-size: 12px !important;
	color: #353535;
	/*top: 0px;*/
	right: 0;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	letter-spacing: -.2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_job_ot_D1 {
	position: relative;
	float: left;
	text-align: left;
	padding: 2px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_job_ot_D2 {
	position: relative;
	float: right;
	text-align: right;
	overflow: auto;
	display: normal;
	/*border: 1px dashed #d8dad3;
	border-radius: 4px;*/
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 8px 0px;
}

.zA_job_posted_time {
	position: absolute;
	float: right;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	/*font-size: 12px;*/
	font-size: 13px;
	color: #353535;
	top: 2px;
	right: 0;
	font-weight: 500;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_job_posted_ico1 {
	position:absolute;
	text-align:center;
	top:22%;
	margin:0px auto;
}
/*.zA_job_posted_ico1 {
	position:absolute;
	text-align:center;
	top:40%;
	margin:0px auto;
}*/
.zA_job_posted_ico2 {
	position:absolute;
	text-align:center;
	top:30%;
	margin:0px auto;
}
.zA_job_inout_ot1 {
	position: absolute;
	/*float: left;
	left: 4px;*/
	float: right;
	right: 5px;
	/*top: 34%;*/
	top: 30%;
}
.zA_job_inout_size {
	/*width: 14px;*/
	width: 12px;
	height: auto;
}

/*.zA_job_inout_ot1 {
	position: absolute;
	float: right;
	right: 2px;
	top: 30%;
}

.zA_job_inout_size {
	width: 14px;
	height: auto;
}*/
.zA_job_img_audio {
	position: relative;
	float: left;
	width: auto;
	height: 12px;
	/*height: 14px;*/
	padding: 0px 3px 0px 0px;
	/*margin: 4px 0px 0px 0px;*/
	margin: 2px 0px 0px 0px;
}

.zA_job_loc_ot {
	border-top: 1px dotted #e0e0e0;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 3px
}

.zA_job_img_loc {
	position: relative;
	float: left;
	width: auto;
	height: 12px;
	/*height: 15px;*/
	/*opacity: 0.95;*/
	padding: 0px 3px 0px 0px;
	margin: 6px 0px 0px 0px;
	/*margin: 1px 0px 0px 0px;*/
}

.zA_job_img_share {
	position:relative;
	float:left;
	width: auto;
	height: 14px;
	padding: 0px 2px 0px 5px;
	margin:4px 0px 0px 0px;
}



.buy_job_img_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:##757575;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 2px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	outline:none;
	text-align:center;
	padding: 4px 3px 4px 3px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}
.buy_job_img_btn1:hover {
	color:##757575;
	background-color:#fff;
	border-bottom:1px solid #598cc6;
	border-left:1px solid #598cc6;
	border-right:1px solid #598cc6;
	border-top:1px solid #598cc6;
}

.zA_ico_color1 {
	/*color: #ffffff !important;*/
	color: #527f5e !important;
	font-size: 36px !important;
}
/*.zA_ico_color1 {
	color: #000000;
	font-size: 24px;
}*/
.zA_ico_color1 {
	/*color:#FFF;*/
	color: #000000;
	font-size: 24px;
}
.zA_ico_color2 {
	color:#FFF;
	font-size:22px;
}
.zA_result_heard_avt_1 {
	position:relative;
	float:left;
	width: 68px;
	height:68px;
	border-radius: 50%;
	font-size: 16px;
	color: #0056cc;
	line-height: 68px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 10px 0px 0px;
}
/*.zA_conversation_avt_1 {
	position:relative;
	float:left;
	width: 18px;
	height:68px;
	border-radius: 50%;
	font-size: 16px;
	color: #0056cc;
	line-height: 68px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 10px 0px 0px;
}
.zA_conversation_avt_2 {
	position:relative;
	float:left;
	width: 48px;
	height:48px;
	border-radius: 50%;
	font-size: 12px;
	color: #0056cc;
	line-height: 38px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 0px 0px 0px;
}*/
.zA_pro_avt_1 {
	position:relative;
	float:left;
	width: 145px;
	height:145px;
	border-radius: 50%;
	font-size: 24px;
	color: #0056cc;
	line-height: 145px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 10px 0px 0px;
}
.online_icon_av1 {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.3em;
	right: 0.9em;
	border:1.5px solid white;
}
.offline_icon_av1 {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border:1.5px solid white;
}
.zA_coin_img_ot_1 {
	width:100%;
	height: auto;
	top:0px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
}
.zA_coin_img_1 {
	width: 65px;
	height: auto;
	padding: 5px 0px 0px 0px;
	margin:0px auto;
}


.zA_sc_img_1 {
	width:250px;
	height: auto;
	padding: 5px 0px 0px 0px;
	margin:0px auto;
}

.zA_sc_img_1a {
	width:104%;
	height: auto;
	padding: 5px 0px 0px 0px;
	margin:0px auto;
}



/* ==========================================================================
   #CARD
   ========================================================================== */
.card-1 {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	padding:30px;
}
.card-1 .card-heading {
	position: absolute;
	background: transparent;
	opacity: 0.6;
	left: -109px;
	top: -49px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
}
.card-1 .card-heading .title {
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.card_c1 {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border:1px solid #f2f2f2;
	padding:0px 10px 0px 10px;
}
.card_c1a {
	position: relative;
	float: left;
	width: 100%;
	/*background: #fff !important;*/
	background:none !important;
	/*background:#000000 !important;*/
	/*background:url(../../images/conv/ZEOZAPP_CHATBG_1.jpg);
	background-position:center;
	background-size: cover;*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
	/*border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;*/
	/*border-top:1px solid #f2f2f2;*/
	border-top: none;
	border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
	/*padding:0px 10px 0px 10px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.card_c1b {
	position: relative;
	/*top:-15px;*/
	/*background: #f9f9f9;*/
	background: none !important;
	/*border-radius: 50px !important;*/
	/*border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: none;*/
	padding: 0px 15px 10px 15px;
}
.user_img {
	height: 70px;
	width: 70px;
	border:1.5px solid #f5f6fa;
}
.user_img_msg {
	height: 54px;
	width: 54px;
	/*height: 40px;
	width: 40px;*/
	background:#ffffff;
	border: 1.5px solid #f5f5f5;
}
.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
}
.img_cont_msg {
	height: 54px;
	width: 54px;
	border-radius:50%;
	background: #ffffff;
	/*height: 40px;
	width: 40px;*/
}
.status_online_icon {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 4.4em;
	border:1.5px solid white;
}
.status_offline_icon {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 4.4em;
	border:1.5px solid white;
}
.online_icon {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border:1.5px solid white;
}
.offline_icon {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border:1.5px solid white;
}
.online_icon_1 {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border:1.5px solid white;
}
.away_icon_1 {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.1em;
	border:1.5px solid white;
}
.offline {
	background-color: #c23616 !important;
}
.msg_con_BL1 {
	/*border-bottom:2px dotted #ededed;*/
	border: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 10px 10px 10px 0px;
	background-color: #FFF;
	/*margin:12px 0px 10px 0px;*/
	margin: 0px 0px 10px 0px;
}
/***************** CONV SERVICE NAME *****************/

.zA_COV_CRS_ot {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_COV_CRS {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	text-align: right;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.zA_COV_CRS:hover {
	color: #000;
	text-decoration:underline;
}
.zA_COV_SRV_h1 {
	position: absolute;
	float: left;
	top: 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_COV_OID_h1 {
	position: absolute;
	float: left;
	top: 46px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #757575;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***************** CONV SERVICE NAME *****************/
.user_info_ot {
	position:absolute;
	float:left;
	left:65px;
	/*top:18px*/
}
.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.user_info span {
	font-size: 20px;
	color: #007dfa;
}
.user_info p {
	font-size: 10px;
	color: rgba(0, 0, 0, 0.6);
}
.video_cam_ot {
	position:absolute;
	float:right;
	right:-12px;
	top:16px;
}
.video_cam {
	margin-left: 50px;
	margin-top: 5px;
	color:#9F0;
}
.video_cam span {
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}
.pst_cotainer_1 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #ffffff;
	min-width: 25%;
	max-width: 60%;
	border-radius: 0px 10px 10px 10px;
	background-color: #292929;
	/*background-color: rgb(255, 255, 255, 0.7);*/
	padding: 9px 10px 9px 16px !important;
	margin: 0px 0px 0px 10px;
}
.pst_avt {
	position: relative;
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 28px;
	color: #098cb8;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	/*text-transform: uppercase;*/
	background: radial-gradient(#cceefa, #eaf9ff, #e2f3fa);
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
}
.pst_avt_1 {
	position: relative;
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 22px;
	color: #098cb8;
	font-weight: 600;
	line-height: 12px;
	text-align: center;
	/*text-transform: uppercase;*/
	background: radial-gradient(#cceefa, #eaf9ff, #e2f3fa);
	padding: 15px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
}
.pst_pName_1 {
	position: relative;
	float: left;
	font-size: 24px;
	color: #ffffff;
	min-width: 60%;
	max-width: 80%;
	border-radius: 0px;
	background-color:none;
	/*background-color: rgb(255, 255, 255, 0.7);*/
	padding: 0px 0px 0px 0px !important;
	margin: 4px 0px 0px 10px;
}
.msg_play_size {
	font-size: 24px;
	/*font-size: 22px;*/
	color: #f3f3f3;
	/*color: #202020;*/
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}
.msg_cotainer {
	min-width: 10%;
	max-width: 70%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #292929;
	/*background-color: rgb(255, 255, 255, 0.7);*/
	padding: 8px;
	position: relative;
}
.msg_cotainer_rplay {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	min-width: 30%;
	max-width: 70%;
	border-radius: 0px 10px 10px 10px;
	background-color: #292929;
	/*background-color: rgb(255, 255, 255, 0.7);*/
	padding: 9px 4px 9px 4px;
	margin-top:30px;
	margin-bottom: auto;
	margin-left: 10px;
}
.msg_cotainer_send {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	min-width: 30%;
	max-width: 70%;
	border-radius: 25px;
	/*background-color: #78e08f;*/
	background-color: rgb(255, 255, 255, 0.7);
	padding: 9px 4px 9px 4px;
	margin-top:30px;
	margin-bottom: auto;
	margin-right: 10px;
}
.msg_cotainer_play {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	min-width: 30%;
	max-width: 70%;
	border-radius: 10px 0px 10px 10px;
	background-color: #0b5638;
	/*background-color: rgb(255, 255, 255, 0.7);*/
	padding: 9px 4px 9px 4px;
	margin-top:30px;
	margin-bottom: auto;
	margin-right: 10px;
}
.msg_text_1 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	/*padding: 6px 8px 6px 8px;*/
	padding: 2px 8px 2px 8px;
	margin: 0px 10px 0px 0px;
}
.msg_time {
	position: absolute;
	left: 0;
	bottom: -15px;
	color: rgb(255, 255, 255);
	/*font-size: 10px;*/
	font-size: 11px;
	padding-top: 2px;
}
.msg_time_send {
	position: absolute;
	right: 0;
	top: -20px;
	/*bottom: -18px;*/
	color: rgb(255, 255, 255);
	font-size: 11px;
	text-align: right;
	width: 100%;
	padding-top: 2px;
}
.msg_time_send_L1 {
	position: absolute;
	left: 0;
	top: -18px;
	/*bottom: -18px;*/
	color: rgba(255, 255, 255);
	font-size: 11px;
	text-align: left;
	width: 100%;
	padding-top: 2px;
	z-index:10000;
}
.msg_time_send_R1 {
	position: absolute;
	right: 0;
	/*bottom: -15px;*/
	bottom: -18px;
	/*color: rgba(0, 0, 0, 0.5);*/
	color: rgba(255, 255, 255);
	/*font-size: 10px;*/
	font-size: 11px;
	text-align: right;
	width: 100%;
	padding-top: 2px;
}
.msg_head {
	position: relative;
}
.user_img_avt {
	height: 50px;
	width: 50px;
	border:1.5px solid #f5f6fa;
	margin:0 auto;
}
.user_img_msg_avt {
	height: 40px;
	width: 40px;
	border:1.5px solid #f5f5f5;
	margin:0 auto;
}
.img_cont_avt {
	/*position: relative;*/
	height: 55px;
	width: 55px;
	margin:0 auto;
}
.img_cont_msg_avt {
	height: 30px;
	width: 30px;
}
.img_cont_ot {
	position:relative;
	text-align:center;
	border-bottom:1px dotted #ccc;
	padding:0px 0px 5px 0px;
	margin: 0 auto
}
/*---------HOW IT WORKS STARTS------------------------------------*/

.wrap_common_hiw__2 {
	position: relative;
	float: none;
	width: 850px;
	overflow: hidden;
	vertical-align: top;
	border-radius: 6px 6px 6px 6px;
	background: #fff;
	padding: 5px 15px 10px 15px;
	/*margin-top:0px;*/
	margin-top: 50px;
}

.zA_box_ot1 {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
}

.zA_box_ot2 {
	position: relative;
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #eeeeee;*/
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
}


.zA_HIW_h1 {
	font-size: 42px;
	font-weight: 600;
	/*color: #1374eb;*/
	color: #414141;
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
}

.zA_HIW_t1 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	/*margin:0px 0px 10px 0px;*/
	margin: 0px 0px 25px 0px;
}

.zA_HIW_blank1 {
	height: 230px;
	min-height: 230px;
	padding: 0px 0px 10px 0px;
	/*margin:6px 0px 10px 0px;*/
	margin: 0px 0px 10px 0px;
}
.zA_HIW_h2 {
	font-size: 44px;
	font-weight: 600;
	/*color: #1374eb;*/
	color: #414141;
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 10px 0px;
}

.zA_HIW_h2a {
	font-size: 36px;
	font-weight: 700;
	color: #1f77e7;
	/*color: #414141;*/
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_HIW_t2 {
	font-size: 21px;
	font-weight: 300;
	color: #000000;
	line-height: 32px;
	text-align: center;
	width: 100%;
	letter-spacing: 0.4px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}


/*---------------------------------------------*/ 
.zA_ppc_attach_img_1a {
	position: absolute;
	float: left;
	width: 35px;
	height: auto;
	left: 8px;
	top: 8px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_ppc_send_img_1a {
	position:absolute;
	float:right;
	/*width: 60px;*/
	width: 46px;
	height: auto;
	/*top:-4px;
	right:18px;*/
	top:2px;
	right:2px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.zA_ppc_send_img_1a {
	position: absolute;
	float: right;
	width: 30px;
	height: auto;
	top: 11px;
	right: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}*/
.zA_ppc_mic_img_1a {
	position:absolute;
	float:right;
	width: 38px;
	height: auto;
	right:6px;
	top:6px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.rec_msg_bg {
	background-color: rgba(35, 35, 35) !important;
	/*background-color: rgba(255, 255, 255) !important;*/
	border: 0 !important;
	border-radius: 50px;
	color: white !important;
	height: 50px !important;
	overflow-y: auto;
	padding: 6px 95px 5px 15px;
}
.type_msg {
	background-color: rgba(0, 0, 0) !important;
	/*background-color: rgba(35, 35, 35) !important;*/
	border:0 !important;
	border-radius:50px;
	color:white !important;
	height: 50px !important;
	overflow-y: auto;
	padding:6px 95px 5px 15px;
}
.type_msg:focus {
	box-shadow:none !important;
	outline:0px !important;
}
/*.type_msg {
	background-color: rgba(255, 255, 255) !important;
	border:0 !important;
	color:black !important;
	height: 50px !important;
	overflow-y: auto;
	padding:5px 60px 5px 5px;
}
.type_msg:focus {
	box-shadow:none !important;
	outline:0px !important;
}*/
.card_buy1 {
	position: relative;
	/*background: #f9f9f9;*/
	background:#598cc6;
	/*border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-top:none;*/
	border:none;
	/*height:80px;*/
	padding:5px 10px 25px 10px;
}
.buy_credit_text {
	position:relative;
	float:left;
	font-size: 16px;
	font-weight:500;
	color:#fff;
	line-height:20px;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:5px auto;
}
.buy_credit_btn_ot {
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:2px auto;
}
.buy_credit_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#fff;
	/*background:none;*/
	background-color:#c7c8c5!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border:none;
	outline:none;
	text-align:center;
	padding: 6px 30px 6px 30px;
	margin:0px 0px 0px 0px;
}
.buy_credit_btn1:hover {
	color:#ffffff;
	background-color:#000000!important;
}
.buy_ST_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #ffffff;
	background-color: #4CAF50 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border: none;
	outline: none;
	text-align: center;
	padding: 6px 30px 6px 30px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.buy_ST_btn1:hover {
	color:#ffffff;
	background-color:#2c9d31 !important;
}
.buy_NN_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#fff;
	background-color:#ef463d!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border:none;
	outline:none;
	text-align:center;
	padding: 6px 30px 6px 30px;
	margin:0px 0px 0px 0px;
}
.buy_NN_btn1:hover {
	color:#ffffff;
	background-color:#CA002A!important;
}
.buy_ST_btn1a {
	display: block;
	font-size: 21px;
	line-height: 1.42857143;
	color: #ffffff;
	background-color: #4CAF50 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 80px;
	border: none;
	outline: none;
	text-align: center;
	/*width:50px;
	height:50px;*/
	padding: 5px 25px 5px 25px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.buy_ST_btn1a:hover {
	color:#ffffff;
	background-color:#2c9d31 !important;
}
.buy_NN_btn1a {
	display: block;
	font-size: 21px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #ef463d !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 80px;
	border: none;
	outline: none;
	text-align: center;
	/*width: 50px;
	height: 50px;*/
	padding: 5px 22px 5px 22px;
	margin: 0px 0px 0px 0px;
}
.buy_NN_btn1a:hover {
	color:#ffffff;
	background-color:#CA002A!important;
}
.cs_crd_ot {
	padding-left: 5px;
	padding-bottom: 10px;
}
.cs_crd_btn {
	display: inline-block;
	line-height: 36px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #0c5dcd;
	background: #0c5dcd;
	font-size: 14px !important;
	color: #fff;
	font-family: inherit;
	font-weight: 500 !important;
	text-decoration: none;
	padding: 0 18px;
	margin-top: 5px;
	margin-bottom: 12px;
}
.cs_crd_btn:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.chat_vP_ot {
	position: absolute;
	float: right;
	right: 0px;
	z-index: 100;
}
.chat_vP_btn {
	font-size:26px;
	line-height: 1.42857143;
	color: #598cc6;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

	.chat_vP_btn:hover {
		color: #1558a4;
	}

.buy_credit_btn2 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #ffffff;
	/*color: #598cc6;*/
	/*background:none;*/
	background-color: #4CAF50 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border: none;
	/*border-bottom:1px solid #598cc6;
	border-left:1px solid #598cc6;
	border-right:1px solid #598cc6;
	border-top:1px solid #598cc6;*/
	outline: none;
	text-align: center;
	/*padding: 4px 30px 4px 30px;*/
	padding: 6px 30px 6px 30px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.buy_credit_btn2:hover {
	color:#ffffff;
	background-color:#2c9d31 !important;
	/*background-color:#1558a4;*/
}

.zA_conversation_avt_1 {
	position:relative;
	float:left;
	width:68px;
	height:68px;
	border-radius: 50%;
	font-size: 16px;
	color: #0056cc;
	line-height: 68px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 10px 0px 0px;
}
.zA_conversation_avt_2 {
	position: relative;
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 22px;
	color: #098cb8;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	/*background: rgb(255, 255, 255, 0.8);*/
	background: radial-gradient(#cceefa, #eaf9ff, #e2f3fa);
	/*border:1px solid #ccc;*/
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_a2 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: none;
	border: 2px solid #000;
	padding: 5px 4px 5px 4px;
	/*padding: 5px 2px 5px 2px;*/
	margin: 0px 0px 0px 0px;
}

	.zA_header_btn_a2:hover {
		color: #ffffff;
		text-decoration: none;
		background: none;
		border: 2px solid #fff;
	}

.zA_megaF_ot {
	width:20px;
	height:auto;
}
.zA_megaF_ot1 {
	width: 17px;
	height: auto;
}
.zA_megaF_btn1 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	/*width: 20px;
	height: auto;*/
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: none;
	border:2px solid #000;
	padding: 2px 6px 4px 6px;
	/*padding: 5px 2px 5px 2px;*/
	margin: 0px 0px 0px 0px;
}

	.zA_megaF_btn1:hover {
		color: #000000;
		text-decoration: none;
		background: none;
		border: 2px solid #fff;
	}
.zA_megaF_btn2 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: none;
	padding: 5px 6px 5px 6px;
	/*padding: 5px 2px 5px 2px;*/
	margin: 0px 0px 0px 0px;
}

	.zA_megaF_btn2:hover {
		color: #000000;
		text-decoration: none;
		background: #ffffff;
	}
/*.zA_megaF_flipH {
	transform: scaleX(-1);
}*/

.zA_megaF_btnA1 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 5px 9px 5px 9px;
	margin: 0px 0px 0px 0px;
}

	.zA_megaF_btnA1:hover {
		color: #000;
		text-decoration: none;
	}

.zA_megaF_btnA2 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 5px 8px 6px 8px;
	margin: 0px 0px 0px 0px;
}

	.zA_megaF_btnA2:hover {
		color: #000;
		text-decoration: none;
	}

/**************************************** LG ENDS ******************************************/






/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
	width: 100%;
}
.login100-form-title {
	display: block;
	font-family: Poppins-Bold;
	font-size: 28px;
	color: #333333;
	line-height: 1.2;
	text-align:center;
}
.login100-form-title i {
	font-size: 60px;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 18px;
}
.wrap-ot1 {
	position: relative;
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #757575;
	width: 100%;
	top: -4px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.input100 {
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #555555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	padding: 0 0px;
}
.textarea100 {
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: auto;
	background: transparent;
	padding: 0 0px;
}
/*---------------------------------------------*/ 
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
 .focus-input100::before {
 content: "";
 display: block;
 position: absolute;
 bottom: -2px;
 left: 0;
 width: 0;
 height: 1px;
 -webkit-transition: all 0.4s;
 -o-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
 background:#1e78e5;
/*background: #6a7dfe;*/
/* background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
 background: -o-linear-gradient(left, #21d4fd, #b721ff);
 background: -moz-linear-gradient(left, #21d4fd, #b721ff);
 background: linear-gradient(left, #21d4fd, #b721ff);*/
 
}
 .focus-input100::after {
 /*font-family: Poppins-Regular;*/
 font-family: Roboto,Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #999999;
 line-height: 1.2;
 font-weight:500;
 content: attr(data-placeholder);
 display: block;
 width: 100%;
 position: absolute;
 top: 16px;
 left: 0px;
 padding-left: 0px;
 -webkit-transition: all 0.4s;
 -o-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
}
.focus-textarea100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
 .focus-textarea100::before {
 content: "";
 display: block;
 position: absolute;
 bottom: -2px;
 left: 0;
 width: 0;
 height: 2px;
 -webkit-transition: all 0.4s;
 -o-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
 background: #6a7dfe;
 background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
 background: -o-linear-gradient(left, #21d4fd, #b721ff);
 background: -moz-linear-gradient(left, #21d4fd, #b721ff);
 background: linear-gradient(left, #21d4fd, #b721ff);
}
 .focus-textarea100::after {
 /*font-family: Poppins-Regular;*/
 font-family: Roboto,Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #999999;
 line-height: 1.2;
 font-weight:500;
 content: attr(data-placeholder);
 display: block;
 width: 100%;
 position: absolute;
 top: 16px;
 left: 0px;
 padding-left: 5px;
 -webkit-transition: all 0.4s;
 -o-transition: all 0.4s;
 -moz-transition: all 0.4s;
 transition: all 0.4s;
}
 .input100:focus + .focus-input100::after {
 font-size:12px;
 color:#00C;
 top: -10px;
/*padding-left:6px;*/

}
 .input100:focus + .focus-input100::before {
 width: 100%;
}
 .has-val.input100 + .focus-input100::after {
 font-size:12px;
 color:#00C;
 top: -10px;
}
 .has-val.input100 + .focus-input100::before {
 width: 100%;
}
/*---------------------------------------------*/
.btn-show-pass {
	font-size: 15px;
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	/*height: 100%;*/
	height: 65%;
	top: 0;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-show-pass:hover {
	color: #6a7dfe;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}
.btn-show-pass.active {
	color: #6a7dfe;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wrap-login100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 auto;
}

.login100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #4de6b9, #4de6b9, #4de6b9, #b721ff);
	background: -o-linear-gradient(right, #4de6b9, #b721ff, #4de6b9, #b721ff);
	background: -moz-linear-gradient(right, #4de6b9, #b721ff, #4de6b9, #b721ff);
	background: linear-gradient(right, #4de6b9, #b721ff, #4de6b9, #b721ff);
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login100-form-btn {
	font-family: Poppins-Medium;
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	/*height: 50px;*/
	height: 44px;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
	left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
 .limiter {
 width: 100%;
 min-height:100vh;
 max-height:100vh;
 background:none;
	/*background:url(../images/main/zeozapp_main_bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
	margin: 0 auto;
}
.wrap-login100 {
 background:url(../images/bg.png);
 /*border-radius: 0px;*/
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 box-shadow:none;
 padding: 10px 0px 10px 0px;
}
 .wrap-other {
 background:url(../images/bg.png);
 border-radius: 0px;
 overflow: hidden;
 box-shadow:none;
 padding: 10px 0px 10px 0px;
}
 .zA_main_bbar_1 {
 position:relative;
 float:left;
 top:10px;
 padding: 6px 0px 6px 0px;
 margin-bottom:88px;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 border-top:none;
 background-color:#f00;
}
 .container-login100 {
 width: 100%;
 /*min-height: 60vh;*/
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 8px;
/*background-image:url(../images/zeozapp_bg1a.jpg);
 background-size: cover;
 background-repeat: no-repeat;*/
}
 .container-other {
 width: 100%;
/* min-height: 60vh;*/
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 8px;
}
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}
 .alert-validate::before {
 content: attr(data-validate);
 position: absolute;
 max-width: 70%;
 background-color: #fff;
 border: 1px solid #c80000;
 border-radius: 2px;
 padding: 4px 25px 4px 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 0px;
 pointer-events: none;
 /*font-family: Poppins-Regular;*/
 font-family: Roboto,Arial,Helvetica,sans-serif;
 color: #c80000;
 font-size: 13px;
 line-height: 1.4;
 text-align: left;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.4s;
 -o-transition: opacity 0.4s;
 -moz-transition: opacity 0.4s;
 transition: opacity 0.4s;
}
 .alert-validate::after {
 content: "\f06a";
 font-family: FontAwesome;
 font-size: 16px;
 color: #c80000;
 display: block;
 position: absolute;
 background-color: #fff;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 5px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
 @media (max-width: 992px) {
 .alert-validate::before {
 visibility: visible;
 opacity: 1;
}
.container-login100 {
 width: 100%;
/* min-height: 50vh;*/
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 8px;
/*background-image:url(../images/zeozapp_bg1a.jpg);
 background-size: cover;
 background-repeat: no-repeat;*/
}
 .container-other {
 width: 100%;
/* min-height: 50vh;*/
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 8px;
}
}
.zA_timer_h1 {
	position:relative;
	float:left;
	width:100%;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #000000;
	line-height: 1.4;
	font-weight:600;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
.zA_credit_mh1 {
	/*position:relative;
	float:left;*/
	font-size: 24px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:10px auto;
}
.zA_credit_mh1a {
	position:relative;
	float:left;
	font-size: 22px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	/*width:100%;*/
	padding:0px 0px 0px 0px;
	margin:10px auto;
}
.zA_credit_sh1 {
	position:relative;
	float:left;
	font-size: 16px;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_ot {
	text-align:center;
	/*width:100%;*/
	padding:0px 0px 10px 0px;
	margin:0px auto;
}
.zA_credit_ot_1 {
	text-align:right;
	/*width:100%;*/
	padding:10px 0px 10px 0px;
	margin:0px auto;
}
.zA_credit_tt1 {
	color:#011119;
	font-size:16px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_credit_tt2 {
	font-size: 16px;
	font-weight:900;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_tt2a {
	font-size: 16px;
	font-weight:900;
	color:#f00;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_input_ot {
	border:1px solid #c8e1fe;
	/*width:100%;*/
	border-radius:2px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_credit_input {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	padding: 6px 6px 6px 6px;
	margin:0px 0px 1px 0px;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*border:1px solid #25bce9;*/
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
}
.zA_credit_btn_ot {
	position:absolute;
	float:right;
	right:0px;
	top:20px;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:2px 0px 10px 0px;
}
.zA_credit_btn_ot1 {
	position:relative;
	float:left;
	left:5px;
	top:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:2px 0px 10px 0px;
}
.zA_credit_btn_1 {
	display: inline-block;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	line-height: 35px;
	padding: 0 42px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:2px;
	background: #1e78e5;
	font-size: 16px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
}
.zA_credit_btn_1:hover {
	color: #fff;
	background: #22ae2c;
}
.zA_credit_btn_1a {
	display: inline-block;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	line-height: 35px;
	padding: 0 22px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:2px;
	background: #1e78e5;
	font-size: 14px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
}
.zA_credit_btn_1a:hover {
	color: #fff;
	background: #22ae2c;
}
.zA_ppl_btn_1 {
	display: inline-block;
	/* -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);*/
  height:40px;
	line-height: 35px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background: #2c2e2f;
	font-size: 16px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0px 42px;
}
.zA_ppl_btn_1:hover {
	color: #fff;
	background: #2c2e2f;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.zA_ppl_btn_2 {
	display: inline-block;
	width:100%;
	height:40px;
	line-height: 35px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
	background: #0f73b8;
	font-size: 14px;
	color: #fff;
	font-family: inherit;
	font-weight: 500;
	text-transform: capitalize;
	text-align:center;
	padding: 2px 42px;
}
.zA_ppl_btn_2:hover {
	color: #fff;
	background: #2c2e2f;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.zA_ppl_btn_img1 {
	width:170px;
	height:auto;
	padding: 5px 0px 0px 16px;
	margin:0px auto;
}
.zA_ppl_h1 {
	position:relative;
	float:left;
	font-size: 16px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	border-bottom:1px solid #eeeded;
	padding:0px 0px 5px 0px;
	margin:0px 0px 8px 0px;
}
.zA_ppl_sh1 {
	position:relative;
	float:left;
	font-size: 13px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:8px 0px 0px 0px;
}
.zA_ppl_sh1a {
	position:relative;
	float:left;
	font-size: 13px;
	color:#000000;
	text-align:left;
	line-height:1.4;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppl_sh1b {
	position:relative;
	float:right;
	font-size: 13px;
	font-weight:600;
	color:#000000;
	text-align:right;
	line-height:1.4;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppl_sh2a {
	position:relative;
	float:left;
	font-size: 13px;
	color:#000000;
	text-align:left;
	line-height:1.4;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppl_sh2b {
	position:relative;
	float:right;
	font-size: 16px;
	font-weight:600;
	color:#000000;
	text-align:right;
	line-height:1.4;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppl_sh2c {
	font-size: 10px;
	font-weight:600;
	color:#717171;
	text-align:right;
	line-height:1.4;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppl_total_ot {
	border-top:1px solid #eeeded;
	padding:8px 0px 5px 0px;
	margin:8px 0px 8px 0px;
}
.zA_store_zoz_ot {
	position: absolute;
	float: right;
	right: 12px;
	top: 36px;
	width: 42%;
	z-index:100;
	padding: 2px 0px 3px 0px;
	margin: 0px auto;
}
.zA_store_zoz_input {
	position: absolute;
	float: right;
	width: 42%;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
	padding: 0px 0px 0px 38px;
	margin: 0px auto;
}
.zA_ppl_ot {
	text-align:left;
	/*border-bottom:1px solid #bbbdbe;*/
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:40px;
	padding:2px 0px 3px 0px;
	/*padding: 2px 6px 2px 6px;*/
	margin:0px auto;
}
.zA_ppl_input1 {
	display: block;
	font-size: 13px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:8px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}
.zA_ppl_ot_1a {
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 0px 10px 0px;
	margin:0px auto;
}
.zA_ppl_ot_1b {
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 15px 15px 15px;
	margin:20px auto;
}
.zA_ppl_ot_1c {
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 15px 15px 15px;
	margin:0px auto 10px;
}
.zA_res_outline_ot {
	position:relative;
	float:left;
	text-align:left;
	border-bottom:1px solid #1e78e5;
	border-left:1px solid #1e78e5;
	border-right:1px solid #1e78e5;
	border-top:1px solid #1e78e5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 0px 15px 15px;
	margin:0px auto 10px;/*z-index:-1;*/
}
.zA_res_outline_ot1 {
	position: relative;
	float: left;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0px 10px 8px;
	/*margin: 0px 0px 10px;*/
	margin: 0px auto 10px;
	/*z-index:-1;*/
}

.zA_legal_outline_ot1 {
	position:relative;
	float:left;
	text-align:left;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:5px 0px 10px 8px;
	margin:0px auto 10px;/*z-index:-1;*/
}
.zA_ppl_paypal_ot {
	position:relative;
	float:left;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 0px 15px 15px;
	margin:0px auto 10px;/*z-index:-1;*/
}
.zA_res_continue_btn_1a {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	font-size: 13px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 3px;
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
}
.zA_res_continue_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
/*.zA_credit_input {
  display: block;
  font-size: 15px;
  font-weight:normal;
  line-height: 1.42857143;
  color:#714ab5;
  height: 38px;
  padding: 6px 12px;
  margin:0px auto;
  background:ffffff;
  border: 2px solid #c8e1fe;
  outline:0;
}

.zA_credit_input:focus{
	border:1px solid #7646cc;
	color:#7646cc;
	text-decoration:none;
}
*/
/*.zA_credit_input:hover{
	border:1px solid #7646cc;
	color:#7646cc;
	text-decoration:none;
}*/






.zA_h2a_1 {
	position:relative;
	float:left;
	font-size: 21px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:10px 0px 16px 0px;
}
.zA_h3a {
	position:relative;
	float:left;
	font-size: 24px;
	font-weight:400;
	color: #1374eb;
	line-height: 1.1;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:16px 0px 6px 3px;
}
.zA_txt {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:center;
	width:100%;
	letter-spacing:0.8px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 3px;
}
.zA_txt_2 {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:left;
	width:100%;
	letter-spacing:0.8px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
.zA_txt_1 {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:center;
	width:100%;
	letter-spacing:0.5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 28px 3px;
}
.zA_txt_1a {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:left;
	width:100%;
	letter-spacing:0.8px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 28px 3px;
}
.zA_si_txt {
	font-size: 13px;
	font-weight:300;
	color:#e0e0e0;
	line-height:20px;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:16px 0px 0px 3px;
}
.zA_si_btn {
	font-size: 13px;
	font-weight:500;
	/*color: #4de6b9;*/
	color: #1bc185;
	line-height:20px;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	/*margin:16px 0px 0px 0px;*/
	margin:0px 0px 10px 0px;
}
.zA_si_btn:hover {
	color: #6a7dfe;
	text-align:center;
}
.zA_rights_txt {
	font-size: 10px;
	font-weight:500;
	color: #777;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_sub_txt1 {
	/*position:relative;
	float:left;*/
	font-size: 10px;
	font-weight:500;
	/*color: #c2c2c2;*/
	color: #454545;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:8px 0px 10px 0px;
}
.zA_sub_btn1 {
	font-size: 10px;
	font-weight:500;
	color: #777;
	text-align:center;
	width:100%;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
	margin:8px 0px 10px 0px;
}
.zA_sub_btn1:hover {
	color: #6a7dfe;
	text-align:center;
}
.zA_sub_btn1a {
	font-size: 10px;
	font-weight:500;
	color: #777;
	text-align:center;
	width:100%;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:8px 0px 10px 0px;
}
.zA_sub_btn1a:hover {
	color: #6a7dfe;
	text-align:center;
	text-decoration:underline;
}
.za_add_pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 14px;
	color: #000;
	line-height: 94px;
	text-align: center;
	background: #fff;
	border:1px solid #ccc;
}
.profile-header-container {
	margin: 0 auto;
	text-align: center;
}
.profile-header-img {
	padding-bottom: 25px;
}
.profile-header-img > img.img-circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #51D2B7;
}
.profile-header {
	margin-top: 43px;
}
/**
 * Ranking component
 */
.rank-label-container {
	margin-top: -19px;
	text-align: center;
}
.label.label-default.rank-label {
	font-size:10px;
	color:#FFF;
	background-color: rgb(226, 56, 255);
	padding: 5px 10px 5px 10px;
	border-radius: 27px;
}
.countdown {
	color: #000;
	width: 100%;
}
.back_arw1 {
	position:absolute;
	float:left;
	left:20px;
	margin-top:10px;
}
.zA_bar_txt {
	font-size: 10px;
	font-weight:500;
	color: #000;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_bar_txt1 {
	position:relative;
	width:50%;
	height:auto;
	font-size: 10px;
	font-weight:500;
	color: #fff;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.bar-success {
	background-color: #5cb85c;
}
.bar-info {
	background-color:#e239ff
}
.bar-warning {
	background-color: #f0ad4e;
}
.bar-danger {
	background-color: #d9534f;
}
.progressBar {
	position:absolute;
	float:right;
	right:20px;
	width:140px;
	margin-top:10px;
}
.progressBar1 {
	position:relative;
	float:none;
	width:50%;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_location_btn1 {
	position:absolute;
	float:right;
	top:-2px;
	right:0;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight:400;
	color: #ccc;
	text-align:right;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_location_btn1:hover {
	color: #6a7dfe;
}
.zA_list_1 {
	color:#011119;
	font-size:16px;
	text-align:left;
	line-height:1.4;
	list-style-type:disc;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 0px;
}
.zA_list_1a {
	position:relative;
	float:left;
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:1.32;
	/*left:90px;*/
	list-style-type:disc;
	padding:0px 0px 0px 18px;
	margin:0px 0px 10px 0px;
}
.zA_list_2 {
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:1.4;
	list-style-type: upper-alpha;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_desTxt_1 {
	color:#011119;
	font-size:16px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_desTxt_1a {
	color:#011119;
	font-size:15px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_cdt_h1 {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height:20px;
	text-align:left;
	width:100%;
	letter-spacing:1px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 10px 0px;
}
.zA_cdt_h2a {
	font-size: 13px;
	font-weight:500;
	color: #858585;
	line-height:20px;
	text-align:center;
	width:100%;
	letter-spacing:1px;
	padding:0px 0px 0px 3px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_txt1 {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 3px;
	margin:0px 0px 0px 3px;
}
.zA_cdt_txt1a {
	position:relative;
	float:left;
	font-size: 16px;
	font-weight:500;
	color: #000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 3px;
	margin:0px 0px 0px 3px;
}
.zA_cdt_span1 {
	font-size: 16px;
	font-weight:900;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_span_txt1 {
	position:relative;
	float:left;
	font-size: 16px;
	font-weight:500;
	color: #000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 3px;
	margin:0px 0px 0px 3px;
}
.zA_cdt_span1a {
	position:relative;
	float:left;
	font-size: 16px;
	/*font-weight:900;*/
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_span2 {
	font-size: 14px;
	font-weight:400;
	color:#F00;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_img_1 {
	position:relative;
	float:right;
	width: 68px;
	height:68px;
	border-radius: 10%;
	font-size: 16px;
	color: #0056cc;
	line-height: 68px;
	text-align: center;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 0px 0px 0px;
}
.zA_avt_1 {
	position:relative;
	float:left;
	width: 68px;
	height:68px;
	border-radius: 50%;
	font-size: 16px;
	color: #0056cc;
	line-height: 68px;
	text-align: center;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 0px 0px 0px;
}
.zA_cdt_h1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #252525;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_sh1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #858585;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_cdt_h1_1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #252525;
	line-height: 1.9;
	font-weight:500;
	text-align:left;
	padding:20px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_cdt_sh1_1 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #858585;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin:8px 0px 5px 0px;
}
.zA_cdt_btn1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #6983fb;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
zA_cdt_btn1:hover {
	color: #252525;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
}
.zA_cdt_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	/*color: #252525;*/
	color: #1d6bcf;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_cdt_h1b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #656565;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_cdt_h1b_1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#999;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.za_world_h1b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #858585;
	line-height: 1.4;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt1 {
	color:#F60;
	display:inline-block;
	font-size:13px;
	font-weight:500;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2 {
	color:#F60;
	display:inline-block;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2a {
	color:#ccc;
	display:inline-block;
	font-size:13px;
	font-weight:500;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2b {
	color:#ccc;
	display:inline-block;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2a_1 {
	color:#F60;
	display:inline-block;
	font-size:13px;
	font-weight:500;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2a_2 {
	color:#666;
	display:inline-block;
	font-size:13px;
	font-weight:500;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2_o {
	color:#F60;
	display:inline-block;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_rt2_g {
	color:#CCC;
	display:inline-block;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_blank1 {
	min-height:300px;
	padding:0px 0px 10px 0px;
	margin:6px 0px 10px 0px;
}
.zA_cdt_blank2 {
	min-height:180px;
	padding:0px 0px 10px 0px;
	/*margin:6px 0px 10px 0px;*/
	margin:0px 0px 0px 0px;
}
.zA_cdt_blank3 {
	min-height:120px;
	padding:0px 0px 10px 0px;
	margin:6px 0px 10px 0px;
}
.zA_cdt_bline1 {
	border-bottom:1px solid #f1f1f1;
	padding:0px 0px 10px 0px;
	margin:6px 0px 10px 0px;
}
.zA_cdt_search_bg1 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	padding: 0px 0px;
	margin:8px 0px 10px 0px;
}
.zA_cdt_search_bg2 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*border:1px solid #e5e5e5;*/
	/*border:1px solid #5c52f8;*/
	background-color:#f5f5f5;
	padding: 0px 0px;
	/*margin:5px 0px 10px 0px;*/
	margin:0px 0px 5px 0px;
}
.zA_cdt_search_tf {
	display: block;
	font-size: 16px;
	line-height: 1.42857143;
	color:#000000;
	font-weight:400;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	outline:none;
	padding: 8px 10px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_search_ot {
	position:absolute;
	float:right;
	right:0;
	top:0;
}
.zA_cdt_search_img {
	position:absolute;
	float:right;
	top:0;
	right:0;
	width: 38px;
	height:38px;
	/*background-color:#0056cc;*/
	background-color:#5c52f8;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	padding: 8px 8px 8px 8px;
	margin:0px 0px 0px 4px;
}
.zA_cdt_list_btn {
	position:relative;
	float:left;
	background:url(../img/job/zeozapp_job_arw_1a.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #0056cc;
	display:inline-block;
	font-size:16px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:5px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cdt_list_btn:hover {
	padding-left:0px;
	color:#ffffff;
	text-decoration:none;
	background:url(../img/job/zeozapp_job_arw_1b.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#0056cc;
}
.zA_date {
	display: block;
	font-size: 31px;
	line-height: 1.42857143;
	color:#000000;
	text-align:center;
	width:100%;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding: 10px 3px;
	margin:0px 0px 0px 0px;
}
.zA_subs_img_ot {
	position:absolute;
	float:left;
	width: 66px;
	height: auto;
	top:1px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_subs_img {
	position:relative;
	float:left;
	width: 70px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_bl_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	left:58px;
	border-bottom:3px solid #0CF;
	padding: 0px 0px 6px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_bl_h1b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 1.3;
	font-weight:600;
	text-align:left;
	left:58px;
	border-bottom:2px solid #ccc;
	padding: 0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_bl_btn {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#09F;
	line-height: 1.3;
	font-weight:600;
	text-align:left;
	left:58px;
	border-bottom:2px solid #ccc;
	padding: 0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_bl_btn:hover {
	color:#03F;
	background-color:#fff;
}
.zA_credit_BL1 {
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:10px;
	margin:12px 0px 0px 0px;
}
.zA_credit_BL1_1 {
	/*border-bottom:1px dotted #e0e0e0;*/
	padding-bottom:10px;
	margin:12px 0px 0px 0px;
}
.zA_credit_BL1a {
	border-bottom:1px dotted #e0e0e0;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_credit_BL1b {
	border-bottom:1px dotted #e0e0e0;
	padding:10px 0px 15px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:345px 0px 0px 0px;
}
/*.zA_credit_BL2 {
	position: relative;
	float: left;
	border-bottom: 1px dotted #e8e8e8;
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0px 0px 2px 0px;
}*/
.zA_credit_BL2 {
	position: relative;
	float: left;
	border-bottom: 1px dotted #e8e8e8;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin: 0px 0px 2px 0px;
}
.zA_credit_BL2:hover {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.zA_subs_ot {
	position:absolute;
	float:right;
	top:-6px;
	right:0;
}
.zA_subs_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#fff;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border:none;
	border-bottom:1px solid #09F;
	border-left:1px solid #09F;
	border-right:1px solid #09F;
	border-top:1px solid #09F;
	outline:none;
	text-align:center;
	padding: 4px 9px 4px 9px;
	margin:0px 0px 0px 0px;
	background-color:#09F;
}
.zA_subs_btn1:hover {
	color:#09F;
	background-color:#fff;
}
.zA_subs_btn1a {
	display: block;
	font-size: 12px;
	line-height: 1.42857143;
	color:#fff;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border:none;
	border-bottom:1px solid #09F;
	border-left:1px solid #09F;
	border-right:1px solid #09F;
	border-top:1px solid #09F;
	outline:none;
	text-align:center;
	padding: 2px 8px 2px 8px;
	margin:0px 0px 0px 0px;
	background-color:#09F;
}
.zA_subs_btn1a:hover {
	color:#09F;
	background-color:#fff;
}
.zA_job_LN1 {
	position:relative;
	float:left;
	border-bottom:1px dotted #e0e0e0;
	padding-top:4px;
	padding-bottom:6px;
}
.zA_job_LN1a {
	position:relative;
	float:left;
	border-bottom:1px dotted #e0e0e0;
	padding-top:8px;
	padding-bottom:8px;
}
.zA_job_TLN1a {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dotted #e0e0e0;
	padding: 0px 0px 32px 0px;
	margin:0px 0px 20px 0px;
}
.zA_job_TLN1b {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dotted #e0e0e0;
	padding: 0px 0px 32px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_TLN1c {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dotted #e0e0e0;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_TLN2a {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dotted #e0e0e0;
	padding: 0px 0px 32px 0px;
	margin:0px 0px 10px 0px;
}
.zA_job_BL2a {
	border-bottom:1px solid #f0f0f0;
	margin:0px 0px 0px 0px;
}
.zA_job_BL2b {
	border-bottom:1px solid #f1f1f1;
	padding:0px 0px 10px 0px;
	margin:6px 0px 0px 0px;
}
.zA_job_SPACER1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 22px 0px;
}
.hint1 {
	position: absolute;
	font-size:16px;
	color: #858585;
	padding: 11px 0px 10px 0px;
	left: 0px;
}
.zA_job_cmp_f1 {
	display: block;
	font-size: 16px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding: 11px 0px 10px 28px;
	margin:0px 0px 0px 0px;
}
.zA_job_cmp_f1:hover {
	border:red;
}
.zA_job_cmp_f2 {
	display: block;
	font-size: 16px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_cmp_f2:hover {
	border:red;
}
.zA_job_search_1 {
	position:absolute;
	font-size:24px;
	color:#0282ff;
	top:0;
	right:3px
}
.zA_job_count {
	position:absolute;
	float:right;
	font-size: 11px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	width: 28px;
	height: 28px;
	top:0;
	right:0;
	border-radius: 50%;
	background: #0056cc;
}
.zA_job_alert {
	position:absolute;
	float:right;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	width: 26px;
	height: 26px;
	top:6px;
	right:0;
	border-radius: 50%;
	background: #0056cc;
}
.zA_job_alert_1 {
	position:absolute;
	float:right;
	font-size: 11px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	top:20px;
	right:0;
	border-radius: 50%;
	background: #0056cc;
}
.zA_job_rNum {
	position:absolute;
	float:right;
	font-size: 11px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	top:5px;
	right:0;
	border-radius: 50%;
	background:#6a57fb;
}
.zA_alert_count_1 {
	position:relative;
	float:right;
	font-size: 11px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	/*top:20px;*/
	/*right:0;*/
	border-radius: 50%;
	background: #0056cc;
	margin-left:3px;
}

.zA_tickC_ot {
	position: absolute;
	float: right;
	top:15px;
	right: 0px;
}
.zA_tickH1 {
	font-size: 18px;
	color:limegreen;
}

.zA_crossH1 {
	font-size: 18px;
	color:red;
}
.zA_uv_tickC_ot {
	position: absolute;
	float: right;
	top: 45px;
	right: 130px;
}
/*.zA_ver_tickH1 {
	font-size: 24px;
	color: limegreen;
	border-radius: 50%;
	border: 2px solid limegreen;
	background-color: #fff;
	padding: 6px 8px 4px 8px;
}*/
.zA_ver_tickH1 {
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: limegreen;
	border-radius: 50%;
	border: 2px solid limegreen;
	background-color: #fff;
	text-align: center;
	padding: 8px 6px 2px 6px;
	margin-left: -40px;
	margin-top: 72px;
	z-index: 100;
}

.zA_unv_crossH1 {
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: red;
	border-radius: 50%;
	border: 2px solid #F30;
	background-color: #fff;
	text-align: center;
	padding: 7px 6px 2px 6px;
	margin-left: -40px;
	margin-top: 72px;
	z-index: 100;
}

.zA_sM_ot {
	position: absolute;
	float: right;
	top: 20px;
	right: -58px;
}

.zA_share_ot {
	position: absolute;
	float: right;
	/*top: 20px;*/
	/*top: 32px;*/
	top: 18px;
	right: 0px;
}

.zA_share_ot_1 {
	position:absolute;
	float:right;
	/*top: 20px;*/
	top: 32px;
	right:28px;
}

.zA_share_ot_2 {
	position:absolute;
	float:right;
	/*top: 20px;*/
	top: 32px;
	right:0px;
}

.zA_share_size_1 {
	width: 25px;
	height: 25px;
	top:20px;
	right:28px;
}

.zA_share_pp_h1 {
	position:relative;
	float:left;
	font-size: 15px;
	font-weight:800;
	color: #0056cc;
	text-align: left;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_share_ico_size {
	position:relative;
	float:left;
	width: auto;
	height: 14px;
	padding: 0px 2px 0px 5px;
	margin:4px 0px 0px 0px;
}

.zA_share_ico_size_1 {
	width: 60px;
	height:auto;
	top:0px;
	padding:0px 6px 0px 6px;
}


.zA_header_avt_1 {
	position:absolute;
	float:right;
	width: 32px;
	height:32px;
	top:10px;
	right:10px;
	border-radius: 50%;
	font-size: 16px;
	font-weight:800;
	color: #0056cc;
	text-align: center;
	background: #f3f3f3;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_header_avt_1a {
	position:absolute;
	float:right;
	width: 32px;
	height:32px;
	top:16px;
	right:10px;
	border-radius: 50%;
	font-size: 16px;
	font-weight:800;
	color: #0056cc;
	text-align: center;
	background: #f3f3f3;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_avt_1 {
	position:relative;
	float:left;
	width: 66px;
	height:66px;
	border-radius: 50%;
	font-size: 15px;
	color: #0056cc;
	line-height: 66px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 0px 0px 0px;
}
.zA_job_img_map {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 0px;
}
.zA_job_ot_1 {
	position:absolute;
	float:right;
	right:0;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_img_1 {
	position:absolute;
	float:right;
	right:0;
	width: 62px;
	height:62px;
	border-radius: 8%;
	font-size: 16px;
	color: #0056cc;
	line-height: 62px;
	text-align: center;
	background: #fff;
	margin:0px 0px 0px 0px;
}
.zA_job_img_1a {
	position:absolute;
	float:right;
	right:0;
	width: 72px;
	height:72px;
	border-radius: 8%;
	font-size: 16px;
	color: #0056cc;
	line-height: 72px;
	text-align: center;
	background: #fff;
	margin:0px 0px 0px 0px;
}
.zA_job_img_2 {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
}
.zA_job_h2a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #353535;
	line-height: 1.4;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_h2b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #353535;
	line-height: 1.4;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_h2c {
	position:absolute;
	float:right;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999999;
	top:0;
	right:0;
	font-weight:500;
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_h3 {
	font-size: 24px;
	font-weight:600;
	color: #1374eb;
	line-height:1.3;
	text-align:left;
	width:100%;
	letter-spacing:1px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_img {
	position:relative;
	float:left;
	width: 18px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:4px 0px 0px 0px;
}
.zA_job_img_text {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
	top:2px;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 6px;
	margin:0px 0px 0px 0px;
}
.zA_job_img_text_1 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #757575;
	top:2px;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_main_bbar_1 {
	position:relative;
	float:left;
	top:10px;
	padding: 6px 0px 6px 0px;
	margin-bottom:10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top:none;
	background-color:#fafafa;
}
.zA_job_blank1 {
	min-height:350px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_blank1a {
	min-height:350px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_ot1 {
	position:absolute;
	float:none;
	left:0;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:4px 0px 0px 0px;
}
.zA_job_ot2 {
	position:absolute;
	float:inherit;
	left:0;
	padding: 0px 0px 0px 0px;
	margin:4px 0px 0px 0px;
}
.zA_job_ot3 {
	position:absolute;
	float:right;
	right:0;
	padding: 0px 0px 0px 0px;
	margin:4px 0px 0px 0px;
}
.zA_job_img_compose1 {
	position:absolute;
	float:right;
	right:0;
	top:0px;
	width: 26px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_img_location {
	position:absolute;
	float:left;
	top:0;
	left:85px;
	width: 25px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_loc_tlink1 {
	position:absolute;
	float:left;
	font-size: 16px;
	color: #0056cc;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_loc_tlink1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_HD_h1 {
	position:relative;
	float:left;
	font-size: 16px;
	color:#000;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_HD_btn {
	/*position:relative;
	float:left;*/
	font-size: 16px;
	color:#000;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_HD_btn:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_HD_btn1 {
	position:relative;
	float:left;
	font-size: 16px;
	color:#000;
	text-align:center;
	width:100%;
	background-color:#0FC;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_HD_btn1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_LO_btn1 {
	position:absolute;
	float:left;
	font-size: 14px;
	color:#F00;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_LO_btn1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_BK_btn1 {
	position:absolute;
	float:left;
	font-size: 16px;
	color: #0056cc;
	left:0;
	text-align:right;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_BK_btn1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_BK_btn1a {
	position:absolute;
	float:left;
	font-size:32px;
	color: #0056cc;
	font-weight:400;
	left:0;
	top:0;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_BK_btn1a:hover {
	color:#0CF;
	text-decoration:none;
}
.zA_job_SK_btn {
	position:absolute;
	float:right;
	font-size: 15px;
	color: #1bc185;
	right:0;
	text-align:right;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_SK_btn:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_CL_btn {
	position:absolute;
	float:right;
	font-size: 15px;
	color: #0056cc;
	/*right:40px;*/
	right:0;
	text-align:right;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_CL_btn:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_SK_btn1 {
	position:absolute;
	float:left;
	font-size: 15px;
	color: #0056cc;
	left:0;
	text-align:right;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_SK_btn1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_ET_btn1 {
	position:absolute;
	float:right;
	font-size: 15px;
	color: #0056cc;
	right:0;
	text-align:right;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_ET_btn1:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_job_btn {
	font-size: 16px;
	font-weight:500;
	color: #4de6b9;
	line-height:20px;
	text-align:center;
	width:100%;
	padding:8px 0px 8px 0px;
	margin:0px 0px 0px 0px;
}
.zA_job_btn:hover {
	color: #6a7dfe;
	text-align:center;
}
.zA_cov_active {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_WORLD_1b.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#0056cc;
	display:inline-block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_active1 {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_WORLD_1b.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#0056cc;
	display:inline-block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_active2 {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_EXPL_1b.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#0056cc;
	display:inline-block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_active3 {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_CONN_1b.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#0056cc;
	display:inline-block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_btn1 {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_WORLD_1a.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #bdbdbd;
	display:inline-block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_btn1:hover {
	color:#0056cc;
	text-decoration:none;
	background:url(../images/conv/ZEOZAPP_WORLD_1b.png);
	background-position:top;
	background-repeat:no-repeat;
}
.zA_cov_btn2 {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_EXPL_1a.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #bdbdbd;
	display:inline-block;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_btn2:hover {
	color:#0056cc;
	text-decoration:none;
	background:url(../images/conv/ZEOZAPP_EXPL_1b.png);
	background-position:top;
	background-repeat:no-repeat;
}
.zA_cov_btn3 {
	position:relative;
	float:left;
	background:url(../images/conv/ZEOZAPP_CONN_1a.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #bdbdbd;
	display:inline-block;
	font-size:13px;
	/*height:80px;*/
	text-align:center;
	text-decoration:none;
	border-radius: 0px;
	padding:24px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_btn3:hover {
	color:#0056cc;
	text-decoration:none;
	background:url(../images/conv/ZEOZAPP_CONN_1b.png);
	background-position:top;
	background-repeat:no-repeat;
}
.za_cov_attach {
	position:absolute;
	float:left;
	width: 28px;
	height:auto;
	left:8px;
	top:4px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_video {
	position:absolute;
	float:right;
	width: 40px;
	height:auto;
	right:42px;
	top:22px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_voice {
	position:absolute;
	float:right;
	width: 40px;
	height:auto;
	right:10px;
	top:20px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_img {
	position:relative;
	float:left;
	width: 35px;
	height: auto;
	padding: 15px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_img_1 {
	position:relative;
	float:right;
	width: 38px;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_img_2 {
	position:relative;
	float:right;
	width: 45px;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_img_2a {
	position:absolute;
	float:right;
	width: 38px;
	height: auto;
	right:0;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_cov_img_2b {
	position:absolute;
	float:right;
	width: 38px;
	height: auto;
	right:0;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_img_snd {
	position:absolute;
	float:right;
	width: 33px;
	height: auto;
	top:3px;
	right:14px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_field_1 {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:1px solid #CCC;
	outline:none;
	padding: 8px 6px;
	margin:0px 0px 0px 0px;
}
.za_cov_field_1:hover {
	background-color:#f1f3f4;
}
.za_cov_bot_btn {
	border-top:1px solid #f0f0f0;
	background:url(../images/cov/ZEOZAPP_WORLD_1a.png);
	background-color:#0FF;
	color: #000000;
	display:block;
	font-size:21px;
	text-align:left;
	text-decoration:none;
	height:180px;
	text-align:center;
	border-radius: 0px;
	padding:80px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.za_cov_bot_btn:hover {
	color:#0056cc;
	height:180px;
	text-decoration:none;
	display:block;
	background:url(../images/cov/ZEOZAPP_SEND.png);
}
.sb1:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid #00bfb6;
	border-right: 10px solid transparent;
	border-top: 10px solid #00bfb6;
	border-bottom: 10px solid transparent;
	right: -20px;
	top: 6px;
}
* {
	margin: 0px;
	padding: 0px;
}
.boxM {
	position:relative;
	float:left;
	width:100%;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 4px 3px 0px 3px;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.boxM1 {
	position:relative;
	float:left;
	width:100%;
	border-radius: 4px;
	/*border: 1px solid #00b4dd;*/
	background-color:#FFF;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
	padding: 0px 0px 0px 0px;
	margin: 5px auto;
}
.boxL {
	position:relative;
	float:left;
	/*width: 300px;*/
	width: 350px;
	margin: 10px auto;
	border-radius: 3px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 2px 3px 0px 3px;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.boxR {
	position:relative;
	float:right;
	/*width: 300px;*/
	width: 350px;
	margin: 10px auto;
	border-radius: 3px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 2px 3px 0px 3px;
	right:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
zA_box_ot1 {
	padding-left: 11px;
	padding-right: 6px;
	padding-top: 0px;
	margin-top: 8px;
}

.box1 {
	position: relative;
	float: left;
	left: 5px;
	width: 240px;
	text-align: center;
	font-weight: 500;
	color: #000000;
	font-family: arial;
	/*position: relative;*/
	border-radius: 4px;
	border: 1px solid #dadce0;
	background-color: #FFF;
	padding: 0px 8px 8px 8px;
	margin: 0px auto;
}

.box2 {
	position: relative;
	float: right;
	right: 10px;
	width: 240px;
	text-align: center;
	font-weight: 500;
	color: #000000;
	font-family: arial;
	border-radius: 4px;
	border: 1px solid #dadce0;
	background-color: #FFF;
	padding: 0px 8px 8px 8px;
	margin: 0px auto;
}


/*.box1 {
	position:relative;
	float:left;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 20px;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
	position: relative;
}
.box2 {
	position:relative;
	float:right;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 20px;
	right:10px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}*/
.box2a {
	position:relative;
	float:left;
	width: 300px;
	height:auto;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 20px;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box2b {
	position:relative;
	float:right;
	width: 300px;
	height:auto;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 20px;
	right:10px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box3 {
	position:relative;
	float:right;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 4px 3px 0px 3px;
	right:10px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box3a {
	position:relative;
	float:left;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 4px 3px 0px 3px;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box3b {
	position:relative;
	float:right;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 4px 3px 0px 3px;
	right:10px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box3_img {
	position:relative;
	float:left;
	width:auto;
	height:156px;
	border-radius: 2px;
	padding:0px 0px 0px 0px;
	margin: 0px auto;
}
.box3_img1 {
	position:absolute;
	float:left;
	width:auto;
	height:50px;
	left:125px;
	top:82px;
	z-index:1;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin: 0px auto;
}
.box3_img2a {
	position:absolute;
	float:left;
	right:3px;
	top:2px;
	width:auto;
	height:35px;
	border-radius: 100%;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #fff;
	margin:0px 0px 0px 0px;
}
.box3_img2b {
	position:absolute;
	float:left;
	left:3px;
	top:2px;
	width:auto;
	height:35px;
	border-radius: 100%;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #fff;
	margin:0px 0px 0px 0px;
}
.box3_span_h1a {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:600;
	color:#2862c0;
	width:100%;
	text-align:left;
	padding: 0px 0px 3px 2px;
	margin:0px 0px 0px 0px;
}
.box3_span_h1 {
	position:relative;
	float:left;
	font-size: 13px;
	color:#afafaf;
	text-align:left;
	padding: 0px 0px 0px 2px;
	margin:0px 0px 0px 0px;
}
.box3_span_h2 {
	position:relative;
	float:right;
	font-size: 13px;
	color:#afafaf;
	text-align:right;
	padding: 0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
}
.box3_span_h2a_1 {
	position:relative;
	float:left;
	font-size: 16px;
	font-weight:500;
	color:#00bfb6;
	text-align:left;
	padding: 0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}
.box3_span_h2a_2 {
	position:relative;
	float:right;
	font-size: 13px;
	color:#00bfb6;
	text-align:right;
	padding: 0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
}
.box3_span_h2a {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:600;
	color:#2862c0;
	text-align:left;
	padding: 0px 0px 3px 4px;
	margin:0px 0px 0px 0px;
}
.box3_span_h2b {
	position:relative;
	float:right;
	font-size: 13px;
	color:#afafaf;
	text-align:right;
	padding: 0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
}
.box3_span_h2c {
	position:relative;
	float:right;
	font-size: 13px;
	color:#afafaf;
	text-align:right;
	padding: 0px 2px 0px 0px;
	margin:2px 0px 0px 0px;
}
.box3_span_bline1 {
	position:relative;
	float:left;
	width:100%;
	border-bottom: 1px solid #f3f3f3;
	padding: 1px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.box4 {
	position:relative;
	float:right;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 6px 6px 8px 6px;
	right:10px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box5 {
	position:relative;
	float:left;
	width: 300px;
	margin: 12px auto;
	border-radius: 4px;
	border: 1px solid #00b4dd;
	background-color:#FFF;
	padding: 6px 6px 8px 6px;
	left:5px;
	text-align: center;
	font-weight: 500;
	color: #00bfb6;
	font-family: arial;
}
.box4_span_h1 {
	position:relative;
	float:left;
	font-size: 13px;
	font-weight:550;
	color:#2862c0;
	width:100%;
	text-align:left;
	padding: 0px 0px 3px 2px;
	margin:0px 0px 0px 0px;
}
.box4_span_h1a {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:550;
	color:#2862c0;
	text-align:left;
	padding: 0px 0px 3px 2px;
	margin:0px 0px 0px 0px;
}
.box4_span_h1b {
	position:relative;
	float:right;
	font-size: 13px;
	color:#afafaf;
	text-align:left;
	padding: 0px 0px 0px 2px;
	margin:0px 0px 0px 0px;
}
.box4_span_h2 {
	position:relative;
	float:left;
	font-size: 14px;
	color:#212121;
	line-height:1.1;
	width:100%;
	text-align:left;
	padding: 0px 0px 0px 2px;
	margin:0px 0px 0px 0px;
}
.covb1:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 9px solid #00b4dd;
	border-right: 9px solid transparent;
	border-top: 9px solid #00b4dd;
	border-bottom: 9px solid transparent;
	left: 8px;
	bottom: -18px;
}
.covb1:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid #fff;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-bottom: 8px solid transparent;
	left: 9px;
	bottom: -16px;
}
.covb2:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 9px solid transparent;
	border-right: 9px solid #00bfb6;
	border-top: 9px solid #00bfb6;
	border-bottom: 9px solid transparent;
	right: 6px;
	bottom: -18px;
}
.covb2:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid #fff;
	border-top: 8px solid #fff;
	border-bottom: 8px solid transparent;
	right: 7px;
	bottom: -16px;
}
.zA_profile_tag1 {
	position:relative;
	float:left;
	width: 100px;
	height:80px;
	bottom:10px;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	font-weight:600;
	line-height: 80px;
	text-align: center;
	background-image: linear-gradient( #b3b9c6, #70747c);
	/*margin-top:15px;*/
	margin:0px auto;
}
.zA_profile_tag_ot1 {
	position:absolute;
	float:left;
	width:50%;
	height:auto;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_profile_cap {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #353535;
	line-height: 1.2;
	font-weight:400;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:8px 0px 20px 0px;
}
.zA_profile_set_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #959595;
	line-height: 1.2;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
.zA_profile_set_btn1 {
	position:relative;
	float:left;
	border-top:1px dotted #e9e9e9;
	border-bottom:1px dotted #e9e9e9;
	background:url(../images/prof/ZEOZAPP_ARW_1a.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #0056cc;
	display:inline-block;
	font-size:16px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:3px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_set_btn1:hover {
	padding-left:6px;
	color:#ffffff;
	text-decoration:none;
	background:url(../images/prof/ZEOZAPP_ARW_1b.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#00deff;
}
.zA_profile_h1a {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #353535;
	line-height: 1.2;
	font-weight:600;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_profile_h1b {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#0C0;
	line-height: 1.4;
	font-weight:400;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_h2a {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #353535;
	left:10px;
	top:25px;
	line-height: 1.2;
	font-weight:600;
	text-align:left;
	padding: 0px 10px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_profile_rt1 {
	color: #000000;
	display:inline-block;
	font-size:16px;
	font-weight:500;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_rt2 {
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_img1 {
	position:relative;
	float:left;
	width: 30px;
	height: auto;
	right:0;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_img2 {
	position:relative;
	float:right;
	width: 20px;
	height: auto;
	right:0;
	left:12px;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_img1 {
	/*position:absolute;
	float:left;*/
	position:relative;
	float:left;
	font-size:32px;
	color: #0056cc;
	font-weight:400;
	left:0px;
	top:0;
	width:35px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.zA_brand_ot {
	position:absolute;
	float:left;
	height:auto;
	top:0;
	left:0;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	z-index:100;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 30px;
}*/



.zA_brand_size_c1 {
	width:40px;
	height:auto;
	top:0px;
	left:2px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_brand_size_1 {
	position:relative;
	float:left;
	width:40px;
	height:auto;
	top:10px;
	left:15px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}

.zA_home_brand_ot1 {
	width:100%;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

.zA_home_brand_ot {
	width: 100%;
	text-align: center;
	/*padding:140px 0px 0px 0px;*/
	/*padding: 60px 0px 0px 0px;*/
	padding: 35px 0px 0px 0px;
	margin: 0px auto;
}
.zA_home_signup_btn {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#598cc6;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border:none;
	border-bottom:1px solid #598cc6;
	border-left:1px solid #598cc6;
	border-right:1px solid #598cc6;
	border-top:1px solid #598cc6;
	outline:none;
	text-align:center;
	padding: 4px 30px 4px 30px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
}
.zA_home_signup_btn:hover {
	color:#fff;
	background-color:#1558a4;
}
.zA_brand_ot {
	width:100%;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_brand_center_ot {
	width:100%;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_brand_txt {
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 1.7;
	color: #212121;
	/*font-family: Poppins-Regular;*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	left: 2px;
	top: 35px;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.zA_location_ot {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:100%;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.zA_location_ot {
	position:relative;
	float:left;
	top:0px;
	left:46px;
	font-size: 16px;
	color: #0056cc;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}*/
.zA_signin_btn_1 {
	position:absolute;
	float:right;
	top:10px;
	right:10px;
	font-size: 12px;
	font-weight:400;
	color: #09F;
	text-align:right;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signin_btn_1:hover {
	color:#0056cc;
	text-decoration:none;
}
.zA_redeemP_h1 {
	position:relative;
	float:left;
	font-size: 14px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 4px 0px;
}
.zA_buyN_h1 {
	position:relative;
	float:left;
	font-size: 14px;
	color:#000000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 4px 0px;
}
.zA_buyN_btn1a {
	position:absolute;
	float:left;
	top:0px;
	left:2px;
	font-size: 14px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 4px;
	background-color:#1e78e5;
	padding:9px 12px 8px 12px;
	margin:0px 0px 0px 0px;
	z-index:100;
}
.zA_buyN_btn1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
.zA_saveC_btn1a {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 2px;
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
	z-index:100;
}
.zA_saveC_btn1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}


.zA_header_sub_btn_ot1 {
	position:absolute; float:right; right:5px; top:5px;	
}

.zA_header_sub_btn_ot2 {
	position:relative; float:left;
}
.zA_header_sub_btn_1a {
	/*position:absolute;
	float:right;
	top:10px;
	right:80px;*/
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 2px;
	background-color:#1e78e5;
	padding:3px 8px 4px 8px;
	margin:0px 2px 0px 2px;
}
.zA_header_sub_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}

.zA_header_sbtn_ot {
	position: relative;
	float: left;
	top:8px;
	padding-left:3px;
	padding-right:3px;
}
.zA_header_sbtn_1a {
	/*position:absolute;
	float:right;*/
	top: 10px;
	/*right:80px;*/
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: -0.2px;
	text-align: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: center;
	background: none;
	padding: 5px 4px 5px 4px;
	margin: 0px 0px 0px 0px;
}
.zA_header_sbtn_1a:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}
.zA_header_sbtn_1b {
	/*position:absolute;
	float:right;*/
	top:10px;
	/*right:80px;*/
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	line-height: 26px;
	letter-spacing: -0.2px;
	text-align: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: center;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
}
.zA_header_sbtn_1b:hover {
	color: #000000;
	text-decoration: none;
	background: #cccccc;
}

.zA_shop_btn_1a {
	position:absolute;
	float:right;
	top:10px;
	right:80px;
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 2px;
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
}
.zA_shop_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
.zA_res_btn_1a {
	position:absolute;
	float:right;
	top:10px;
	right:75px;
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 2px;
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
}
.zA_res_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
.zA_res_btn_1b {
	position:absolute;
	float:right;
	top:6px;
	right:40px;
	font-size: 18px;
	font-weight:600;
	color:#fff;
	width: 32px;
	height:32px;
	border-radius: 50%;
	line-height:32px;
	text-align: center;
	background-color:#0072ff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_res_btn_1b:hover {
	color: #0056cc;
	text-decoration:none;
	background: #f3f3f3;
}
.zA_res_btn_2a {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width: 32px;
	height:32px;
	border-radius: 50%;
	font-size: 18px;
	font-weight:800;
	color: #0056cc;
	line-height:32px;
	text-align: center;
	background: #f3f3f3;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.zA_res_btn_2a {
	position:absolute;
	float:right;
	top:10px;
	right:75px;
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 2px;
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
}*/
.zA_res_btn_2a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
/*.zA_quickMenu_1a {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width: 32px;
	height:32px;
	border-radius: 50%;
	font-size: 18px;
	font-weight:800;
	color: #0056cc;
	line-height:32px;
	text-align: center;
	background: #f3f3f3;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}*/



.zA_signin_btn_1a {
	position:absolute;
	float:right;
	top:10px;
	right:10px;
	font-size: 12px;
	font-weight:600;
	color: #fff;
	text-align:right;
	border-radius: 2px;
	/*background-color:#09F;*/
	background-color:#1e78e5;
	padding:5px 12px 5px 12px;
	margin:0px 0px 0px 0px;
}
.zA_signin_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#0072ff;
}
.zA_no_image_z1 {
	position:absolute;
	float:right;
	width: 75px;
	height:75px;
	line-height:75px;
	top:5px;
	right:0px;
	border-radius: 5%;
	font-size: 24px;
	font-weight:300;
	/*color: #0056cc;*/
	color: #cccccc;
	text-align: center;
	background: #f3f3f3;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_with_image_z1 {
	position:absolute;
	float:right;
	width: 165px;
	height:165px;
	line-height:165px;
	top:5px;
	right:0px;
	border-radius: 2%;
	border:1px solid #f3f3f3;
	font-size: 24px;
	font-weight:300;
	/*color: #0056cc;*/
	color: #cccccc;
	text-align: center;
	/*background: #f3f3f3;*/
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_with_image_z1a {
	position:absolute;
	float:right;
	width: 118px;
	height:118px;
	line-height:118px;
	bottom:5px;
	right:0px;
	border-radius: 2%;
	border:1px solid #f3f3f3;
	font-size: 24px;
	font-weight:300;
	color: #cccccc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_result_image_1 {
	position:absolute;
	float:right;
	width: 140px;
	height:auto;
	line-height:118px;
	bottom:5px;
	right:0px;
	border-radius: 5%;
	border:1px solid #f3f3f3;
	font-size: 24px;
	font-weight:300;
	color: #cccccc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_profile_home_ot {
	position:absolute;
	float:left;
	width: 32px;
	height:32px;
	top:10px;
	left:35px;
	border-radius: 50%;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #f3f3f3;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_home {
	position:relative;
	float:left;
	font-size:19px;
	color: #0056cc;
	font-weight:400;
	left:8px;
	top:3px;
	width:35px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_img1a {
	position:relative;
	float:left;
	font-size:32px;
	color: #0056cc;
	font-weight:400;
	left:-8px;
	top:-4px;
	width:35px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_img2a {
	position:relative;
	float:left;
	font-size:24px;
	color: #0056cc;
	font-weight:400;
	left:-8px;
	top:-2px;
	width:20px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_btn {
	position:relative;
	float:left;
	background:url(../img/prof/ZEOZAPP_ARW_1.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:8px 0px 0px 8px;
	margin:0px 0px 0px 0px;
}
.zA_profile_btn:hover {
	color:#0056cc;
	text-decoration:none;
	background:url(../img/prof/ZEOZAPP_ARW_2.png);
	background-position:right;
	background-repeat:no-repeat;
}
.zA_profile_btn1 {
	position:relative;
	float:left;
	background:url(../img/prof/ZEOZAPP_ARW_1.png);
	background-position:right;
	background-repeat:no-repeat;
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:6px 0px 0px 8px;
	margin:0px 0px 0px 0px;
}
.zA_profile_btn1:hover {
	color:#0056cc;
	text-decoration:none;
	background:url(../img/prof/ZEOZAPP_ARW_2.png);
	background-position:right;
	background-repeat:no-repeat;
}
.zA_profile_btn2 {
	position:relative;
	float:left;
	color: #000000;
	display:inline-block;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:3px 0px 0px 18px;
	margin:0px 0px 0px 0px;
}
.zA_profile_btn2:hover {
	color:#0056cc;
	text-decoration:none;
}
.zA_profile_ot1 {
	position:relative;
	float:left;
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:8px 0px 0px 8px;
	margin:0px 0px 0px 0px;
}
.zA_profile_bg1 {
	border-bottom:1px dotted #e4e4e4;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_Tspc1 {
	position:relative;
	float:left;
	width:100%;
	top:45px;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 25px 0px;
}
.zA_profile_ot_1 {
	position:absolute;
	float:left;
	/*left:0;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_bt_lin1 {
	border-bottom:1px dotted #e4e4e4;
	padding:0px 0px 4px 0px;
	margin:0px 0px 4px 0px;
}
.zA_profile_bt_lin2 {
	border-bottom:1px solid #e4e4e4;
	padding:0px 0px 4px 0px;
	margin:0px 0px 4px 0px;
}
.zA_profile_blank1 {
	min-height:450px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_blank1 {
	/*min-height:450px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_blank2 {
	min-height:380px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_ava_ot1 {
	width: 85px;
	height:85px;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	font-weight:600;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_profile_ava_ot2 {
	width: 150px;
	height:150px;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	font-weight:600;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_profile_img {
	width:100%;
	height:auto;
	border-radius: 100%;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #fff;
	margin:0px auto;
}
.zA_profile_img_1 {
	width:100%;
	height:auto;
	border-radius: 100%;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #fff;
	margin:0px auto;
}
.zA_prof_edit_img_ot {
	position:absolute;
	float:left;
	top:40px;
	left:20px;
	width:150px;
	z-index:100;
}
.zA_prof_edit_img_p1 {
	width:100%;
	height:130px;
	border:2px solid #FFF;
	border-radius: 100%;
	box-shadow: 0px 1px 1px #d6d6d6;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #ff0;
!important;
	margin:0px auto;
}
.zA_profile_img_ot {
	position:absolute;
	float:left;
	top:42px;
	left:20px;
	width:150px;
	z-index:100;
}
.zA_profile_img_p1 {
	width:100%;
	height:auto;
	border:2px solid #FFF;
	border-radius: 100%;
	box-shadow: 0px 1px 1px #d6d6d6;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #fff;
	margin:0px auto;
}
.zA_profile_img_p2 {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	z-index:100;
}
.zA_profile_img_edit_ot {
	position:absolute;
	float:right;
	top:18px;
	right:18px;
	width:26px;
	height:auto;
	z-index:100;
}
.zA_profile_plus {
	position:relative;
	float:left;
	color: #49E6B9;
	font-size:25px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 6px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_plus_btn1 {
	position:relative;
	float:left;
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_plus_btn1:hover {
	color:#0056cc;
	text-decoration:none;
}
.zA_profile_minus {
	position:relative;
	float:left;
	color:#F30;
	font-size:25px;
	text-align:left;
	/*left:7px;*/
	text-decoration:none;
	border-radius: 0px;
	padding:0px 6px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_minus_h1 {
	position:relative;
	float:left;
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_profile_minus_btn1 {
	position:relative;
	float:left;
	color: #000000;
	display:inline-block;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	border-radius: 0px;
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 0px;
}
.zA_profile_minus_btn1:hover {
	color:#0056cc;
	text-decoration:none;
}
.zA_profile_tf_1 {
	display: block;
	font-size: 15px;
	line-height: 1.42857143;
	color:#000;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 8px;
	margin:0px 0px 0px 0px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
}
.switch1 {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 22px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eaeaea;
 -webkit-transition: .4s;
 transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 4px;
	bottom: 4px;
	background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}
.slider1 {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #78d74f;
 -webkit-transition: .4s;
 transition: .4s;
}
.slider1:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	top:3px;
	bottom: 0px;
	background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}
input:checked + .slider {
	background-color:#0C0;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}
input:checked + .slider1 {
	background-color:#e71818;
}
input:focus + .slider1 {
	box-shadow: 0 0 1px #fff;
}
input:checked + .slider1:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}
/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.slider1.round1 {
	border-radius: 20px;
}
.slider1.round1:before {
	border-radius: 50%;
}
.switch_space {
	position:absolute;
	right:0;
	top:11px;
}
span.icon-title {
	display: block;
	width: 260px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
span.icon-title > span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
	position: absolute;
	top: 50%;
	z-index: 90;
}
span.icon-title i {
	color: #25bce9;
	padding: 5px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 19px;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
.zA_social_h1a {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:500;
	color: #1374eb;
	line-height: 1.1;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:4px 0px 3px 0px;
}
.zA_social_h1 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight:400;
	color: #1374eb;
	line-height: 1.1;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:16px 0px 15px 3px;
}
.zA_social_h2 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:400;
	/*color: #1374eb;*/
	color: #8bb3e4;
	line-height: 1.1;
	text-align:center;
	width:100%;
	border-top:1px dotted #e5e5e5;
	padding:10px 0px 0px 0px;
	margin:8px 0px 0px 3px;
}
.zA_social_zeoz {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight:800;
	color: #1374eb;
	text-align:center;
}
.zA_social_zeoz1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:800;
	color: ##666666;
	text-align:center;
}
.social-icons {
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.social-icons li {
	display:inline-block;
	margin-bottom:8px
}
.social-icons li.title {
	margin-right:10px;
	text-transform:uppercase;
	color:#96a2b2;
	font-weight:700;
	font-size:13px
}
.social-icons a {
	background-color:none;
	color:#818a91;
	/*font-size:31px;*/
	font-size:48px;
	display:inline-block;
	line-height:58px;
	width:56px;
	height:56px;
	text-align:center;
	margin-right:22px;
	border-radius:100%;
 -webkit-transition:all .2s linear;
 -o-transition:all .2s linear;
 transition:all .2s linear
}
.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
	color:#fff;
	background-color:#29aafe
}
.social-icons.size-sm a {
	line-height:30px;
	height:30px;
	width:30px;
	font-size:18px
}
.social-icons a.facebook:hover {
	background-color:#3b5998
}
.social-icons a.twitter:hover {
	background-color:#00aced
}
.social-icons a.linkedin:hover {
	background-color:#007bb6
}
.social-icons a.dribbble:hover {
	background-color:#ea4c89
}
.social-icons a.zeoz:hover {
	background-color:#007bb6
}
.social-icons1 {
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.social-icons1 li {
	display:inline-block;
	margin-bottom:4px
}
.social-icons1 li.title {
	margin-right:10px;
	text-transform:uppercase;
	color:#96a2b2;
	font-weight:700;
	font-size:13px
}
.social-icons1 a {
	background-color:none;
	color:#818a91;
	font-size:18px;
	display:inline-block;
	line-height:36px;
	width:30px;
	height:30px;
	text-align:center;
	margin-right:2px;
	border-radius:100%;
 -webkit-transition:all .2s linear;
 -o-transition:all .2s linear;
 transition:all .2s linear
}
.social-icons1 a:active, .social-icons1 a:focus, .social-icons1 a:hover {
	color:#818a91;
	/*background-color:#29aafe;*/
	background-color:#fff;
}
.social-icons1.size-sm a {
	line-height:30px;
	height:30px;
	width:30px;
	font-size:18px
}
.social-icons1 a.facebook:hover {
	background-color:#fff
}
.social-icons1 a.twitter:hover {
	background-color:#fff
}
.social-icons1 a.linkedin:hover {
	background-color:#fff
}
.social-icons1 a.dribbble:hover {
	background-color:#fff
}
.social-icons1 a.zeoz:hover {
	background-color:#fff
}



/************************************* XS VIEW SIZES *************************************/

@media (max-width:767px) {

	/*.zA_result_heard_avt_1b {
		position: relative;
		float: left;
		top: -0px !important;
		width: 65px !important;
		height: 65px !important;
		border-radius: 50%;
		font-size: 18px !important;
		color: #0056cc;
		line-height: 65px !important;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border: 2px dotted #ccc;
		margin: 2px 6px 0px 0px;
	}*/

	.textarea_w {
		width: 95.1%;
	}

	.textarea_w1 {
		width: 90.1%;
	}
	.container_all {
		width: 100% !important;
		min-height: 100% !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		padding: 0px !important;
	}
	.gen_panel_h1a {
		position: relative;
		float: left;
		left: 0px;
		font-size: 21px;
		font-weight: 400;
		text-align: left;
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #e5eaf0 !important;
		padding: 0px 0px 6px 21px;
		margin: 5px 0px 0px 0px;
	}
	.zA_WALL_info_A1 {
		position: relative;
		float: left;
		font-size: 14px;
		/*color: #353535;*/
		color: #000000;
		top: 2px;
		font-weight: 400;
		text-align: left;
		line-height: 20px;
		padding: 0px 6px 0px 2px;
		margin: 0px 0px 0px 0px;
	}
	.zA_WALL_info_A1a {
		position: relative;
		float: left;
		font-size: 14px;
		color: #000000;
		top: 2px;
		font-weight: 400;
		text-align: left;
		line-height: 20px;
		padding: 0px 6px 0px 2px;
		margin: 0px 0px 0px 0px;
	}
	.zA_job_ALR_ot1 {
		position: absolute;
		float: left;
		right: 0px;
		top: -34px;
		/*bottom: 0px;*/
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 38px 0px 0px 0px;
		z-index: 100;
	}
	.com_btn1_Rot {
		position: absolute;
		float: right;
		right: 0px;
		top: 26px;
		/*bottom: 14px;*/
		z-index: 10;
		/*padding-bottom:6px !important;*/
		/*background:#F00*/
	}
	/*.zA_result_heard_avt_1 {
		position: relative;
		float: left;
		top: 0px !important;
		width: 65px !important;
		height: 65px !important;
		border-radius: 50%;
		font-size: 18px !important;
		color: #0056cc;
		line-height: 65px !important;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border: 2px dotted #ccc;
		margin: 2px 6px 0px 0px;
	}*/
	/*.zA_street_avt_1 {
		position: relative;
		float: left;
		border: none;
		width: 82px;
		height: 82px;
		top: -10px !important;
		padding-left: 1px;
	}*/

	.wrap_KEYB_1 {
		position: relative;
		float: none;
		width: 100%;
		overflow: hidden;
		vertical-align: top;
		background: #fff;
		/*border: 1px solid #dadce0;*/
		border: 1px solid #ffffff;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		text-align:center;
		padding: 10px 10px 15px 10px;
		margin-top: -100px;
		margin-bottom: 50px;
		z-index: 100;
	}
	.list_TP1 {
		padding-top: 90px !important;
	}
	.wrap_signup_bg1 {
		top: 0%;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		display: flex;
		height: 70vh;
	}
	.wrap_generic_C1 {
		position: relative;
		float: none;
		width: 800px;
		overflow: hidden;
		vertical-align: top;
		background: #fff;
		/*border: 1px solid #dadce0;*/
		border: none;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		padding: 30px 28px 5px 28px;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.wrap_signin_bg1 {
		top: 10%;
		/*padding-top: 30px;*/
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		display: flex;
		height: 70vh;
	}

	.inside_signin_pt {
		padding-top: 43px;
	}

.lg_gen_sh2b {
	position: relative;
	float:right;
	left: 0px;
	font-size: 15px;
	font-weight:600;
	text-align:right;
	color:#000000;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 2px 0px;
}
.lg_gen_sh2c {
	position: relative;
	float:left;
	left: 0px;
	font-size: 14px !important;
	text-align:left;
	color:#000000;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin:8px 0px 2px 0px;
}
.lg_gen_h1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 13px !important;
	font-weight: 400;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #e5eaf0 !important;
	padding: 0px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
}
.lg_gen_h1b {
	position: relative;
	float: left;
	left: 0px;
	/*font-size: 28px !important;*/
	font-size: 28px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	line-height:32px !important;
	padding: 0px 0px;
	margin: 2px 0px 5px 0px;
}
.lg_gen_h1c {
	position: relative;
	float: left;
	left: 0px;
	font-size: 26px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px;
	margin: 0px 0px 2px 0px;
}
.lg_gen_sh1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	text-align: left;
	color: #000000!important;
	padding: 0px 30px 0px 0px;
	margin: 10px 0px 5px 0px;
}
.lg_mic_sh1a1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	/*margin:10px 0px 5px 0px;*/
	margin: 5px 0px 5px 0px;
}
.lg_mic_sh1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 30px 0px 0px;
	/*margin:10px 0px 5px 0px;*/
	margin: 5px 0px 5px 0px;
}
.lg_mic_sh1b {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
}
.lg_mic_sh1c {
	position: relative;
	float: left;
	left: 0px;
	font-size: 16px !important;
	font-weight: 500;
	font-size: 14px;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1c_1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-size: 14px;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: center;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1b1 {
	position: relative;
	float: left;
	left: 0px;
	font-size: 14px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1d {
	position: relative;
	float: left;
	left: 0px;
	font-size: 28px !important;
	font-weight: normal;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: center;
	color: #ff2c2c;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_mic_sh1d_1 {
	/*position: relative;
	float: left;
	left: 0px;*/
	font-size: 28px !important;
	font-weight: normal;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	/*text-align: center;*/
	color: #ff2c2c;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.lg_mic_sh1d_2 {
	/*position: relative;
	float: left;
	left: 0px;*/
	font-size: 28px !important;
	font-weight: normal;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align: center;
	color: #ff2c2c;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.lg_req_sh1a {
	position: relative;
	float: left;
	left: 0px;
	font-size: 16px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align:center;
	color: #000000;
	padding: 0px 0px 0px 0px;
	/*margin:10px 0px 5px 0px;*/
	margin: 10px 0px 5px 0px;
}

	.zA_generic_contact_sh1 {
	position: relative;
	float: left;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align:justify;
	line-height: 21px;
	/*letter-spacing:.2px;*/
	padding-left:0px;
	padding-right:0px;
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 20px 0px;
}
.zA_generic_contact_sh2 {
	position: relative;
	float: left;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 21px;
	/*letter-spacing: .2px;*/
	padding-left: 0px;
	padding-right: 0px;
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 20px 0px;
}
.zA_generic_contact_sh2a {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	text-decoration:underline;
	line-height: 21px;
	/*letter-spacing: .2px;*/
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 20px 0px;
}

 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:55px;
 width:460px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}
 .zA_generic_main_h1aa {
	position: relative;
	float: left;
	font-size: 26px;
	font-weight: 600;
	color: #1f77e7;
	text-align:center;
	width:100%;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}
.zA_payment_ip_ot {
	text-align: left;
	border-bottom: 1px solid #bbbdbe;
	border-left: 1px solid #bbbdbe;
	border-right: 1px solid #bbbdbe;
	border-top: 1px solid #bbbdbe;
	background: #FFF;
	padding: 3px 0px 4px 0px;
	margin: 0px auto 0px;
}
.zA_payment_ip_ot_a {
	text-align: left;
	border-bottom: 1px solid #bbbdbe;
	border-left: 1px solid #bbbdbe;
	border-right: 1px solid #bbbdbe;
	border-top: 1px solid #bbbdbe;
	background: #FFF;
	padding: 3px 0px 4px 0px;
	margin: 22px auto 0px;
}
	.zA_header_btn_a2 {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		font-size: 13px;
		font-weight: 400;
		color: #ffffff;
		line-height: 26px;
		letter-spacing: 0.4px;
		text-align: center;
		background: none;
		padding: 5px 2px 5px 2px;
		margin: 0px 0px 0px 0px;
	}

		.zA_header_btn_a2:hover {
			color: #000000;
			text-decoration: none;
			background: #ffffff;
		}

 .wrap_signin_bg {
	top: 10%;
	/*background-image: url('../../images/bg/ZEOZ_SIGNIN_BG.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	height: 100vh;
}
 .zA_generic_ppC {
	position: relative;
	float:none;
	width:100%;
	height: auto;
	text-align: center;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_cOT {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 15px;
	z-index: 100;
}
.zA_generic_cSize {
	position: relative;
	float: none;
	width: 60px;
	height: auto;
	z-index: 100;
}
	.active {
		/*background-color: rgba(0, 0, 0, 0.3);*/
	}

	.accordion .accordion-item {
		border-bottom: 1px solid #e5e5e5;
	}

		.accordion .accordion-item button[aria-expanded=true] {
			border-bottom: 1px solid #03b5d2;
		}

	.accordion button {
		position: relative;
		display: block;
		text-align: left;
		width: 100%;
		padding: 0.4em 1.2em 0.4em 1em;
		color: #1e78e5;
		font-size: 18px;
		font-weight: 400;
		border: none;
		background: none;
		outline: none;
	}

		.accordion button:hover, .accordion button:focus {
			cursor: pointer;
			color: #03b5d2;
		}

			.accordion button:hover::after, .accordion button:focus::after {
				cursor: pointer;
				color: #03b5d2;
				border: 1px solid #03b5d2;
			}

		.accordion button .accordion-title {
			padding: 1em 1.5em 1em 0;
		}

		.accordion button .icon {
			display: inline-block;
			position: absolute;
			top: 8px;
			right: 12px;
			width: 22px;
			height: 22px;
			border: 1px solid;
			border-radius: 22px;
		}

			.accordion button .icon::before {
				display: block;
				position: absolute;
				content: "";
				top: 9px;
				left: 5px;
				width: 10px;
				height: 2px;
				background: currentColor;
			}

			.accordion button .icon::after {
				display: block;
				position: absolute;
				content: "";
				top: 5px;
				left: 9px;
				width: 2px;
				height: 10px;
				background: currentColor;
			}

		.accordion button[aria-expanded=true] {
			color: #03b5d2;
		}

			.accordion button[aria-expanded=true] .icon::after {
				width: 0;
			}

			.accordion button[aria-expanded=true] + .accordion-content {
				opacity: 1;
				max-height: inherit;
				transition: all 200ms linear;
				will-change: opacity, max-height;
			}

	.accordion .accordion-content {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;
	}

		.accordion .accordion-content p {
			font-size: 15px;
			font-weight: 400;
			color: #000000;
			padding: 0em 1.2em 0em 1.1em;
			margin: 1em 0 0.1em 0;
		}

	.accordion_img1 {
		position: relative;
		float: left;
		left: 0px;
		padding: 0em 1.2em 0.4em 1.1em;
		margin: 2px 0px 45px 0px;
	}

	.zA_brand_ot_h1 {
		position: relative;
		float: left;
		/*font-size: 31px;*/
		font-size: 26px;
		/*font-weight: bold;*/
		font-weight: 300;
		line-height: 28px;
		/*color: #212121;*/
		color: #FFFFFF;
		text-decoration: none;
		/*font-family: Poppins-Regular;*/
		font-family: Roboto,Arial,Helvetica,sans-serif;
		left: 12px;
		top: 12px;
		width: 100%;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_store_img_ot1 {
		position: relative;
		float: left;
		text-align: center;
		padding: 0px 0px 25px 0px;
		margin: 0px auto;
	}

	.zA_store_img_ot {
		position: relative;
		float: left;
		text-align: center;
		padding: 0px 0px 5px 0px;
		margin: 0px auto;
	}

	.zA_store_img_sz {
		width: 325px;
		height: auto;
	}

	.zA_store_img_sz1 {
		width: 120px;
		height: auto;
	}

	.zA_store_img_sz2 {
		width: 164px;
		height: auto;
	}

	.zA_store_img_sz3 {
		width: 340px;
		height: auto;
	}


.action_name {
 color:#007dfa;
font-size:14px;
}
.action_menu_ot {
 position:absolute;
 float:right;
 right:0px;
}
#action_menu_btn {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
/*font-size: 20px;*/
}
.action_menu {
 position: absolute;
 z-index: 100;
 width:180px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 20px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 0;
}
.action_menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu ul li {
 width: 100%;
 padding: 2px 8px;
	/*margin-bottom: 5px;*/
	text-align:left;
}
.action_menu ul li i {
 padding-right: 10px;
}
.action_menu ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .action_menu_ot1 {
 position:absolute;
 float:right;
 right:10px;
 z-index:100;
}
#action_menu_btn1 {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
 font-size: 20px;
 z-index:100;
}
.action_menu1 {
 position: absolute;
 z-index: 100;
 width:10px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
	/*right: 40px;*/
	right: 26px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 10px;
}
.action_menu1 ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu1 ul li {
	/*width: 100%;*/
	/*padding: 4px 10px;*/
	padding: 2px 5px;
 margin: 7px;
 text-align:left;
}
.action_menu1 ul li i {
 padding-right: 10px;
}
.action_menu1 ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}

.zA_generic_h1a {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 14px;
	margin: 10px 0px 2px 0px;
}
.zA_WLT_input1W {
	font-size: 15px;
	/*width:84.3%;*/
	width:100%;
	height: 36px;
	border: 1px solid #dadce0;
	border-radius: 3px;
	/*padding: 2px 3px 0px 6px;*/
	padding: 0px 3px 2px 6px;
	outline: none;
}
 .zA_quickMenu_ot1 {
 position:absolute;
 float:right;
 top:-15px;
 right:40px;
}
.zA_quickMenu_2a {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 font-size: 18px;
 font-weight:800;
 color: #0056cc;
 line-height:32px;
 text-align: center;
 background: #f3f3f3;
 padding:1px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_quickMenu_2b {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 line-height:28px;
 text-align: center;
 background: #f3f3f3;
 padding:0px 2px 0px 0px;
 margin:0px 0px 0px 0px;
}


	<!-- -------------------------------- MAIN CREDIT START ------------------------------------------------------ >

	.zA_credit_ot {
		padding-top: 0px;
		margin-top: 8px;
	}

	.zA_credit_ot1 {
		padding-top: 0px;
		margin-top: 10px;
	}

	.zA_credit_ot2 {
		padding-top: 0px;
		margin-top: 2px;
	}

	.zA_credit_in1 {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-top: 15px;
	}

	.wrap_credit_1 {
		position: relative;
		float: none;
		width: 430px;
		overflow: hidden;
		vertical-align: top;
		background: #fff;
		border: 1px solid #dadce0;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 10px px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.wrap_credit_2 {
		position: relative;
		float: none;
		width: 410px;
		overflow: hidden;
		vertical-align: top;
		background: #000;
		border: 1px solid #dadce0;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 10px px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.zA_credit_ot_l1 {
		border-bottom: 1px dotted #e3e3e3;
		padding-bottom: 10px;
		margin-top: 5px;
		/*margin-top:15px;*/
	}

	.zA_credit_inT1 {
		position: relative;
		float: none;
		width: 100%;
		height: 160px;
		overflow: hidden;
		vertical-align: top;
		/*background:#000;*/
		background-image: linear-gradient(to right, #0f73c2, #1aaddf);
		/*border:1px solid #dadce0;*/
		border-radius: 6px 6px 0px 0px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 10px 0px;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.zA_credit_avt_ot {
		position: absolute;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_credit_INI_avt_1 {
		position: relative;
		float: none;
		top: 55px;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		font-size: 26px;
		color: #148df1;
		font-weight: 500;
		line-height: 130px;
		text-align: center;
		text-transform: uppercase;
		background: #27282e;
		border: 1px solid #27282e;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_credit_coin {
		position: relative;
		float: none;
		top: 55px;
		width: 125px;
		height: 125px;
		border-radius: 50%;
		font-size: 26px;
		color: #148df1;
		font-weight: 500;
		line-height: 125px;
		text-align: center;
		text-transform: uppercase;
		/*background: #27282e;
	border:1px solid #27282e;*/
		margin: 0px auto;
		z-index: 100;
	}

	.zA_credit_close_1 {
		position: absolute;
		float: right;
		top: 8px;
		right: 3px;
		font-size: 18px;
		color: #656565;
		z-index: 1000;
	}

		.zA_credit_close_1:hover {
			color: #398cff;
		}

	.zA_credit_online {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #3ed44f;
		border-radius: 50%;
		bottom: 0.55em;
		right: 0.3em;
		border: 1.5px solid #161618;
	}

	.zA_credit_offline {
		position: absolute;
		height: 15px;
		width: 15px;
		background-color: #c23616;
		border-radius: 50%;
		bottom: 0.2em;
		right: 0.1em;
		border: 1.5px solid white;
	}

	.zA_credit_away {
		position: absolute;
		height: 15px;
		width: 15px;
		background-color: #fdb92c;
		border-radius: 50%;
		bottom: 0.2em;
		right: 0.1em;
		border: 1.5px solid white;
	}

	.zA_credit_offline {
		background-color: #c23616 !important;
	}


	.zA_credit_TOP_h1a {
		position: relative;
		float: left;
		font-size: 30px;
		font-weight: 500;
		/*color: #000;*/
		color: #1e78e5;
		text-align: center;
		line-height: 30px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_credit_TOP_sh1a {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 400;
		color: #000;
		text-align: center;
		line-height: 15px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_credit_SUB_h1 {
		position: relative;
		float: left;
		font-size: 16px;
		font-weight: 400;
		color: #1e78e5;
		text-align: left;
		line-height: 20px;
		margin: 0px 0px 0px 0px;
	}

	.zA_credit_SUB_t1 {
		position: relative;
		float: left;
		font-size: 14px;
		font-weight: 400;
		color: #000;
		text-align: left;
		line-height: 18px;
		margin: 0px 0px 0px 0px;
	}

	.zA_credit_TOP_h2a {
		position: relative;
		float: left;
		font-size: 30px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 30px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}


	.zA_credit_TOP_sh2a {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		text-align: center;
		line-height: 15px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_credit_SUB_h2 {
		position: relative;
		float: left;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		text-align: left;
		line-height: 20px;
		margin: 0px 0px 0px 0px;
	}

	.zA_credit_SUB_t2 {
		position: relative;
		float: left;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		text-align: left;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
	}

	
	/*---------------------------------- MAIN CREDIT ENDS ------------------------------------------------------*/
	/*---------------------------------- MAIN PROFILE START ----------------------------------------------------*/
	.zA_pay_trx1 {
		position: relative;
		float: none;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		line-height: 80px;
		text-align: center;
		background: #148df1;
		margin: 10px auto 0px;
		z-index: 100;
	}

	.wrap_pfl {
		position: relative;
		float: none;
		width: 450px;
		overflow: hidden;
		vertical-align: top;
		background: #fff;
		border: 1px solid #dadce0;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 10px 0px;
		margin-top: 70px;
		margin-bottom: 50px;
	}

	.zA_pfl_GRD_bg1 {
		position: relative;
		float: none;
		width: 100%;
		/*height: 160px;*/
		height: 70px;
		overflow: hidden;
		vertical-align: top;
		/*background-image: url('../../images/prof/header_bg.jpg');
		background-repeat: no-repeat;
		background-size: contain;*/
		background-color: #ffffff;
		border-bottom: 2px dotted #eaf1f3;
		border-radius: 6px 6px 0px 0px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.zA_pfl_ot_l1 {
		border-bottom: 1px dotted #e3e3e3;
		padding-bottom: 10px;
		margin-top: 12px;
	}

	.zA_pfl_ot_l2 {
		border-bottom: 1px dotted #e3e3e3;
		padding-bottom: 12px;
		margin-top: 0px;
	}

	.zA_pfl_sec_bg {
		background-color: #251960;
		/*border-bottom:1px dotted #e3e3e3;*/
		padding-bottom: 15px;
		padding-top: 15px;
		margin-top: 0px;
	}

	.zA_pfl_VF_ot {
		position: absolute;
		float: right;
		right: 5px;
		top: 0px;
	}

	.zA_pfl_VF_ot1 {
		position: absolute;
		float: left;
		left: 8px;
		top: 14px;
	}

	.zA_pfl_VF_h1 {
		font-size: 34px;
		font-weight: 500;
		color: #3ed44f;
		text-align: right;
		line-height: 25px;
		padding: 0px 9px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_VF_sh1 {
		font-size: 12px;
		font-weight: 300;
		color: #000000;
		text-align: right;
		line-height: 16px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_uVF_h1 {
		font-size: 34px;
		font-weight: 500;
		color: #efefef;
		text-align: right;
		line-height: 25px;
		padding: 0px 9px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_uVF_sh1 {
		font-size: 12px;
		font-weight: 300;
		color: #000000;
		text-align: right;
		line-height: 16px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_main_h1 {
		position: relative;
		float: left;
		left: 2px;
		font-size: 28px;
		font-weight: 500;
		color: #1e78e5;
		text-align: left;
		line-height: 30px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_JD_h1 {
		position: relative;
		float: left;
		left: 2px;
		font-size: 13px;
		font-weight: 400;
		color: #000;
		text-align: left;
		line-height: 20px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.zA_pfl_JD_h1a {
		/*position: relative;
		float: left;
		left: 2px;*/
		font-size: 13px;
		font-weight: 400;
		color: #000;
		text-align: left;
		line-height: 20px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	zA_pfl_h1_1 {
		position: relative;
		float: left;
		font-size: 15px;
		font-weight: 400;
		color: #1e78e5;
		text-align: center;
		line-height: 20px;
		letter-spacing: .6px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_t1a {
		position: relative;
		float: left;
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 16px;
		letter-spacing: .4px;
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 0px 0px;
	}

	.zA_pfl_h1 {
		position: relative;
		float: left;
		font-size: 15px;
		font-weight: 400;
		color: #1e78e5;
		text-align: center;
		line-height: 20px;
		letter-spacing: .6px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_t1 {
		position: relative;
		float: left;
		font-size: 20px;
		font-weight: 500;
		color: #000;
		text-align: center;
		line-height: 16px;
		letter-spacing: .4px;
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 0px 0px;
	}

	.zA_pfl_h2 {
		position: relative;
		float: left;
		left: 45px;
		font-size: 14px;
		font-weight: 400;
		color: #1e78e5;
		text-align: left;
		line-height: 18px;
		letter-spacing: .6px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_t2 {
		position: relative;
		float: left;
		/*left:45px;*/
		font-size: 14px;
		font-weight: 400;
		color: #000;
		text-align: left;
		content: '';
		overflow: auto;
		line-height: 16px;
		z-index: 100;
		padding: 0px 0px 0px 45px;
		margin: 0px 0px 0px 0px;
	}

	.zA_pfl_box1 {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		/*background-color:#251960;*/
		background-image: linear-gradient(to right, #1aaddf, #1aaddf);
		/*border:2px solid #251960;*/
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		padding: 12px 12px 12px 12px;
		margin-top: 14px;
	}
	.zA_pfl_box2 {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted #e6eaeb;
		/*background-color: #f5f8f9;*/
		background-color: #ffffff;
		/*border-radius: 6px 6px 6px 6px;*/
		overflow: hidden;
		vertical-align: top;
		padding: 12px 12px 12px 12px;
		margin-top: 5px;
	}

	/*.zA_pfl_box2 {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		background-color: #f5f8f9;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		padding: 12px 12px 12px 12px;
		margin-top: 14px;
	}*/

	.zA_pfl_qty_h1 {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 400;
		color: #1e78e5;
		text-align: center;
		line-height: 20px;
		letter-spacing: .3px;
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 0px 0px;
	}

	.zA_pfl_qty {
		position: relative;
		float: none;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		line-height: 70px;
		text-align: center;
		text-transform: uppercase;
		background: #148df1;
		/*border:1px solid #27282e;*/
		margin: 10px auto 0px;
		z-index: 100;
	}

	.zA_pfl_ico1 {
		position: absolute;
		float: left;
		left: 15px;
		top: 7px;
		width: 32px;
		font-size: 24px;
		color: #666;
		border-right: 1px solid #e8e8e8;
		padding: 5px 8px 0px 0px
	}

	.zA_pfl_cnt_avt_ot {
		position: absolute;
		top: 30px;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_pfl_cnt_avt {
		position: relative;
		float: none;
		top: 5px;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		font-size: 20px;
		color: #148df1;
		font-weight: 500;
		line-height: 65px;
		text-align: center;
		text-transform: uppercase;
		/*background: #27282e;*/
		background-color: rgb(39, 40, 46, 0.95);
		border: 1px solid #27282e;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_pfl_cnt_online {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #3ed44f;
		border-radius: 50%;
		bottom: 0.12em;
		right: 0.25em;
		border: 1.5px solid #161618;
	}

	.zA_pfl_cnt_offline {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #c23616;
		border-radius: 50%;
		bottom: 0.12em;
		right: 0.25em;
		border: 1.5px solid white;
	}

	.zA_pfl_cnt_away {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #fdb92c;
		border-radius: 50%;
		bottom: 0.12em;
		right: 0.25em;
		border: 1.5px solid white;
	}

	.zA_pfl_cnt_GRD_bg1 {
		position: relative;
		float: left;
		/*left:-30px;*/
		/*top:-96px;*/
		top: 0px;
		width: 100%;
		height: 100px;
		overflow: hidden;
		vertical-align: top;
		background-image: url('../../images/prof/contact_header_bg.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: 6px 6px 0px 0px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.zA_pfl_cnt_online {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #3ed44f;
		border-radius: 50%;
		bottom: 0.21em;
		right: 0.14em;
		border: 1.5px solid #161618;
	}

	.zA_pfl_cnt_offline {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #c23616;
		border-radius: 50%;
		bottom: 0.12em;
		right: 0.25em;
		border: 1.5px solid white;
	}

	.zA_pfl_cnt_away {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #fdb92c;
		border-radius: 50%;
		bottom: 0.12em;
		right: 0.25em;
		border: 1.5px solid white;
	}

	.zA_pfl_avt_ot {
		position: absolute;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_pfl_avt {
		position: relative;
		float: none;
		/*top: 22px;*/
		top: 5px;
		width: 80px;
		height: 80px;
		/*width: 150px;
		height: 150px;*/
		border-radius: 50%;
		font-size: 26px;
		color: #148df1;
		font-weight: 500;
		line-height: 80px;
		text-align: center;
		text-transform: uppercase;
		background-color: rgb(39, 40, 46, 0.95);
		border: 1px solid #27282e;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_pfl_close_1 {
		position: absolute;
		float: right;
		top: 8px;
		right: 3px;
		font-size: 18px;
		color: #656565;
		z-index: 1000;
	}

		.zA_pfl_close_1:hover {
			color: #398cff;
		}

	.zA_pfl_online {
		position: absolute;
		height: 16px;
		width: 16px;
		background-color: #3ed44f;
		border-radius: 50%;
		bottom: 0.55em;
		right: 0.5em;
		border: 1.5px solid #161618;
	}

	.zA_pfl_offline {
		position: absolute;
		height: 15px;
		width: 15px;
		background-color: #c23616;
		border-radius: 50%;
		bottom: 0.2em;
		right: 0.1em;
		border: 1.5px solid white;
	}

	.zA_pfl_away {
		position: absolute;
		height: 15px;
		width: 15px;
		background-color: #fdb92c;
		border-radius: 50%;
		bottom: 0.2em;
		right: 0.1em;
		border: 1.5px solid white;
	}

	.zA_pfl_offline {
		background-color: #c23616 !important;
	}

	.zA_profile_Vot {
		padding-top: 0px;
		margin-top: 20px;
	}


	.wrap_profile_1 {
		position: relative;
		float: none;
		width: 410px;
		overflow: hidden;
		vertical-align: top;
		background: #fff;
		border: 1px solid #dadce0;
		border-radius: 6px 6px 6px 6px;
		overflow: hidden;
		vertical-align: top;
		/*padding:0px 3px 10px 3px;*/
		padding: 0px 0px 10px px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.zA_profile_ot_l1 {
		border-bottom: 1px dotted #e3e3e3;
		padding-bottom: 10px;
		margin-top: 5px;
		/*margin-top:15px;*/
	}

	.zA_profile_inT1 {
		position: relative;
		float: none;
		width: 100%;
		height: 160px;
		overflow: hidden;
		vertical-align: top;
		/*background:#000;*/
		background-image: linear-gradient(to right, #0f73c2, #1aaddf);
		/*border:1px solid #dadce0;*/
		border-radius: 6px 6px 0px 0px;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		margin-bottom: 25px;
	}

	.zA_profile_avt_ot {
		position: absolute;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_profile_INI_avt_1 {
		position: relative;
		float: none;
		top: 55px;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		font-size: 26px;
		color: #148df1;
		font-weight: 500;
		line-height: 130px;
		text-align: center;
		text-transform: uppercase;
		background: #27282e;
		border: 1px solid #27282e;
		margin: 0px auto;
		z-index: 100;
	}

	.zA_profile_close_1 {
		position: absolute;
		float: right;
		top: 15px;
		right: 0px;
		font-size: 18px;
		color: #656565;
		z-index: 1000;
	}

		.zA_profile_close_1:hover {
			color: #398cff;
		}

	.zA_profile_TOP_h1a {
		position: relative;
		float: left;
		font-size: 30px;
		font-weight: 500;
		/*color: #000;*/
		color: #1e78e5;
		text-align: center;
		line-height: 30px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_profile_TOP_sh1a {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 400;
		color: #000;
		text-align: center;
		line-height: 15px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_profile_SUB_h1 {
		position: relative;
		float: left;
		font-size: 16px;
		font-weight: 400;
		color: #1e78e5;
		text-align: left;
		line-height: 20px;
		margin: 0px 0px 0px 0px;
	}

	.zA_profile_SUB_t1 {
		position: relative;
		float: left;
		font-size: 14px;
		font-weight: 400;
		color: #000;
		text-align: left;
		line-height: 16px;
		margin: 0px 0px 0px 0px;
	}


	<!-- -------------------------------- MAIN PROFILE ENDS ------------------------------------------------------ >
	/*<!-- -------------- MAIN WALL --------------------------- >*/
	/*<!-- ---------- SLIDER ------------- -->*/
	#rangeValue {
		position: relative;
		float: left;
		display: block;
		text-align: left;
		font-size: 14px;
		/*color: #0bd66b;*/
		color: #000000;
		font-weight: 600;
		letter-spacing: 0.8px;
	}

	.range {
		width: 400px;
		height: 12px;
		-webkit-appearance: none;
		background: #eeeeee;
		outline: none;
		border-radius: 15px;
		overflow: hidden;
		box-shadow: inset 0 0 5px rgba(238, 238, 238, 1);
		/*margin-top:10px;*/
	}

		.range::-webkit-slider-thumb {
			-webkit-appearance: none;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background: #006ecc;
			cursor: pointer;
			border: 2px solid #0048cc;
			box-shadow: -407px 0 0 400px #006ecc;
		}

	.range_km_txt {
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		margin-left:2px;
	}

	.range_km_Ltxt {
		position: relative;
		float: left;
		left: 0px;
		font-size: 12px;
		font-weight: 400;
		text-align: left;
		text-transform: uppercase;
		padding: 0px 0px 0px 5px;
		margin: 0px 0px 0px 0px;
	}

	.range_km_Rtxt {
		position: relative;
		float: right;
		right: 0px;
		font-size: 12px;
		font-weight: 400;
		text-align: right;
		text-transform: uppercase;
		padding: 0px 5px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

/*<!-- ---------- SLIDER END--------------- >*/


	.wrap_main_WALL {
		position: relative;
		float: none;
		width: 500px;
		overflow: hidden;
		vertical-align: top;
		border-radius: 6px 6px 6px 6px;
		background: none;
		padding: 5px 15px 10px 15px;
		margin-top: 50px;
	}

	.wrap_common_home {
		position: relative;
		float: none;
		width: 710px;
		overflow: hidden;
		vertical-align: top;
		border-radius: 6px 6px 6px 6px;
		background: none;
		padding: 5px 15px 10px 15px;
		margin-top: 50px;
	}

	.zA_WALL_count1 {
		position: relative;
		float: left;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
	}

	.zA_WALL_brand_ot {
		width: 100%;
		text-align: center;
		padding: 80px 0px 0px 0px;
		margin: 0px auto;
	}

	.zA_WALL_brand_h1 {
		font-size: 28px;
		font-weight: 600;
		line-height: 28px;
		color: #212121;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		width: 100%;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
	}

	.zA_WALL_brand_h1 {
		position: relative;
		float: right;
		right: 0;
	}

	.zA_WALL_search_bg1 {
		height:50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		border: 1px solid #dfe1e5;
		background: rgba(255, 255, 255, 0.85);
		box-shadow: 0 2px 2px rgba(33, 33, 33, .1);
		padding: 0px 0px;
		margin: 10px 0px 5px 0px;
	}

		.zA_WALL_search_bg1:hover {
			box-shadow: 0 0 6px rgba(33, 33, 33, .2);
		}

	.zA_WALL_search_tf {
		display: block;
		font-size: 21px;
		line-height: 1.42857143;
		color: #000000;
		font-weight: 300;
		width: 100%;
		text-align: left;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
		outline: none;
		padding: 8px 15px;
		margin: 0px 0px 0px 0px;
	}

	.zA_WALL_mag_ot {
		position: absolute;
		float: right;
		right: 0;
		top: 0;
	}

	.zA_WALL_mag_img {
		position: absolute;
		float: right;
		top: 0;
		right: 4px;
		width: 48px;
		height: auto;
		padding: 8px 8px 8px 8px;
		margin: 0px 0px 0px 4px;
	}

	.zA_WALL_J_ot {
		width: 100%;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 50px auto;
	}

	.zA_WALL_bline1 {
		position: relative;
		float: left;
		border-bottom: 1px dotted #eaeaea;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0px 0px 0px 0px;
	}

	.zA_WALL_avt_m1 {
		position: relative;
		float: left;
		width: 74px;
		height: 74px;
		border-radius: 50%;
		font-size: 18px;
		color: #0056cc;
		line-height: 72px;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border: 1px solid #ccc;
		margin: 0px 10px 0px 0px;
	}

	.zA_WALLinout_ot1 {
		position: absolute;
		float: right;
		right: 3px;
		top: 30%;
	}

	.zA_WALLinout_size {
		width: 14px;
		height: auto;
	}

	.zA_WALL_row_h1a {
		font-size: 18px;
		color: #1e78e5;
		line-height: 22px;
		font-weight: 400;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 99.8%;
		padding: 0px 20px 0px 0px;
		margin: 4px 0px 0px 0px;
	}
	.zA_WALL_row_h1b {
		position: relative;
		float: left;
		font-size: 14px;
		color: #000000;
		top: 0px;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 99.6%;
		padding: 0px 0px 0px 0px;
		margin: 2px 0px 0px 0px;
	}
	.zA_WALL_time {
		position: absolute;
		float: right;
		font-size: 11px;
		color: #757575;
		top: 0;
		right: 0;
		font-weight: 400;
		text-align: right;
		text-transform: uppercase;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	/*.zA_WALL_info_h1 {
		position: relative;
		float: left;
		font-size: 14px;
		color: #000000;
		top: 2px;
		font-weight: 400;
		text-align: left;
		line-height: 18px;
		padding: 0px 6px 0px 0px;
		margin: 0px 0px 0px 0px;
	}*/

	.zA_WALL_info_h1 {
		position: relative;
		float: left;
		font-size: 12px;
		color: #000000;
		top: 2px;
		font-weight: 400;
		text-align: left;
		line-height: 18px;
		padding: 0px 6px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_WALL_size1  {
		font-size: 15px;
		color: #40B0DF;
		padding-left: 2px;
	}

	.zA_WALL_timer {
		font-size: 18px;
		color: #40B0DF;
		padding-left: 2px;
	}

	.zA_WALLshare_ot {
		position: absolute;
		float: right;
		top: 20px;
		right: 0px;
	}

	.zA_WALLshare_size1 {
		width: 28px;
		height: 28px;
		top: 20px;
		right: 28px;
	}


.zA_job_ALR_D1 {
	position:absolute;
	float:right;
	right:5px;
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:100;
}
.zA_job_ALR1 {
	color: #FFFFFF;
	font-size: 11px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	border-radius: 15px;
	background-color: #28a100;
	padding: 2px 4px 2px 4px;
}
.zA_job_ALR2 {
	color: #000000;
	font-size: 11px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	border-radius: 15px;
	background-color: #ffe214;
	padding: 2px 4px 2px 4px;
}
.zA_job_ALR3 {
	color: #FFFFFF;
	font-size: 11px !important;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	border-radius: 15px;
	/*background-color: #ff3b00;*/
	background: #ff5633;
	border: 1px solid #ffffff;
	padding: 2px 4px 2px 4px;
}
.zA_job_TDD1 {
	position:relative;
	float:left;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	/*font-size: 12px;*/
	font-size: 10px !important;
	color: #353535;
	top:0px;
	right: 0;
	font-weight: 500;
	text-align:left;
	line-height:13px !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_job_ot_D1 {
	position: relative;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_job_ot_D2 {
	position: relative;
	float: right;
	text-align: right;
	overflow: auto;
	display: normal;
	/*border: 1px dotted #d8dad3;*/
	border: 1px dashed #ffd6d6;
	border-radius: 4px;
	/*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
	padding: 3px 2px 3px 4px;
	margin: 5px 0px 8px 0px;
}
.zA_credit_BL2 {
	position: relative;
	float: left;
	/*border-bottom: 1px dotted #e8e8e8;*/
	border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
	padding-top: 8px;
	padding-bottom: 16px;
	margin: 0px 0px 2px 0px;
}
.zA_credit_BL2:hover {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	z-index: 2;
}

/*<!-- -------------- MAIN WALL END --------------------------- >*/

	.zA_home_cat_h1a {
		position: relative;
		float: left;
		font-size: 11px;
		font-weight: 800;
		/*color:#3a3e41;*/
		color: #3a3e41;
		text-align: center;
		width: 100%;
		line-height: 1.4;
		border-radius: 20px 20px 20px 20px !important;
		/*background:#FFF;*/
		padding: 3px 0px 3px 0px;
		margin: 2px 0px 0px 0px;
	}
 .boxScroll {
 overflow-y: auto;
 height: calc(100vh - 360px);
 /*height: calc(100vh - 310px);*/
}
/*.boxScroll {
	overflow-y: auto;
	height:275px;
}*/

.chat {
 margin-top: auto;
 margin-bottom: auto;
}
.card {
	/*height: 500px;*/
	/*height: calc(100vh - 200px);*/
	height: calc(100vh - 250px);
 border-radius: 5px !important;
 background-color: rgba(255, 255, 255, 0.0) !important;
}
.contacts_body {
 padding:  0.75rem 0 !important;
 overflow-y: auto;
 white-space: nowrap;
}
.msg_card_body {
	/*overflow-y: auto;*/
	overflow-y:hidden;
}
.card-header {
 border-radius: 5px 5px 0 0 !important;
 border-bottom: 0 !important;
 background-color:#e5e5e5
}
.card-footer {
 border-radius: 0 0 5px 5px !important;
 border-top: 0 !important;
}
.container {
 align-content: center;
}

/*.card_c1a {
	position: relative;
	background:url(../../images/conv/ZEOZAPP_CHATBG_1.jpg);
	background-position:center;
	background-size: cover;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom:none;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom:none;
	padding:0px 0px 0px 0px;
}
.card_c1b {
	position: relative;
	background: #f9f9f9;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-top:none;
	padding:5px 10px 5px 10px;
}*/

.search {
 border-radius: 15px 0 0 15px !important;
 background-color: rgba(0, 0, 0, 0.3) !important;
 border:0 !important;
 color:white !important;
}
.search:focus {
 box-shadow:none !important;
 outline:0px !important;
}
.attach_btn {
 border-radius: 15px 0 0 15px !important;
 background-color: rgba(240, 240, 240) !important;
 border:0 !important;
 color: #007dfa !important;
 cursor: pointer;
}
.send_btn {
 border-radius: 0 0px 0px 0 !important;
 background-color: rgba(240, 240, 240) !important;
 border:0 !important;
 color: #007dfa !important;
 cursor: pointer;
}
.mic_btn {
 border-radius: 0 15px 15px 0 !important;
 background-color: rgba(240, 240, 240) !important;
 border:0 !important;
 color: #007dfa !important;
 cursor: pointer;
 font-size:22px;
}
.search_btn {
 border-radius: 0 15px 15px 0 !important;
 background-color: rgba(0, 0, 0, 0.3) !important;
 border:0 !important;
 color: white !important;
 cursor: pointer;
}
.contacts {
 list-style: none;
 padding: 0;
}
.contacts li {
 width: 100% !important;
 padding: 5px 10px;
 margin-bottom: 15px !important;
}
 .zA_home_brand_size {
 width:145px;
 height:auto;
 top:0px;
 left:0px;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}
 .zA_home_logo_size1 {
 width:145px;
 height:auto;
 top:120px;
 left:16px;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}
 .wrap_all_signin {
 position:relative;
 float:none;
	/*width:450px;*/
	width:520px;
 border:none;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
	/*padding: 10px 15px 60px 0px;*/
	padding: 0px 0px 0px 0px;
 margin:0px;
 background:#fff;
 margin-top:10px;
}
/*<!--
XS SIGN IN-->*/ /* .wrap_all_signin_1a {
 position:relative;
 float:none;
 width:400px;
 height:auto;
	background:#FF0;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
 padding: 12px 0px 12px 0px;
 margin-top:80px;
 margin-bottom:80px;
}
 .wrap_all_signup_1a {
 position:relative;
 float:none;
 width:400px;
 height:auto;
 background:#fff;
	border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 background:none;
 vertical-align:top;
 padding: 12px 0px 12px 0px;
 margin-top:80px;
 margin-bottom:80px;
}*/
.zA_signin_btn_1a {
 position:absolute;
 float:right;
 top:5px;
 right:4px;
 font-size: 11px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
 background-color:#1e78e5;
 padding:7px 7px 7px 7px;
 margin:0px 0px 0px 0px;
}
.zA_signin_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}
 .zA_res_btn_1a {
 position:absolute;
 float:right;
 top:5px;
 right:56px;
 font-size: 11px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
background-color:#1e78e5;
 padding:7px 7px 7px 7px;
 margin:0px 0px 0px 0px;
}

	
.zA_res_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}
 .zA_shop_btn_1a {
 position:absolute;
 float:right;
 top:5px;
 right:61px;
 font-size: 11px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
 background-color:#1e78e5;
 padding:7px 7px 7px 7px;
 margin:0px 0px 0px 0px;
}
.zA_shop_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}


/*.header_bg {
	background-color:#FFF;
	box-shadow:0px 2px 8px #f2f2f2;
	padding-bottom:0px;
	margin-bottom:0px;

}*/

	.zA_box_ot1 {
		padding-left: 11px;
		padding-right: 6px;
		padding-top: 0px;
		margin-top: 8px;
	}

	.box1 {
		position: relative;
		float: left;
		left: 5px;
		width: 45.5%;
		/*width: 160px;*/
		text-align: center;
		font-weight: 500;
		color: #000000;
		font-family: arial;
		/*position: relative;*/
		border-radius: 4px;
		border: 1px solid #dadce0;
		background-color: #FFF;
		padding: 0px 8px 8px 8px;
		margin: 0px auto;
	}

	.box2 {
		position: relative;
		float: right;
		right: 10px;
		width: 45.5%;
		/*width: 160px;*/
		text-align: center;
		font-weight: 500;
		color: #000000;
		font-family: arial;
		border-radius: 4px;
		border: 1px solid #dadce0;
		background-color: #FFF;
		padding: 0px 8px 8px 8px;
		margin: 0px auto;
	}



/*//////////////////////////////////////////////////////////////////
[ header ]*/
.header_bg {
 /*background-color:#FFF;*/
 background-color:#000;
 /*box-shadow:0px 2px 8px #f9f9f9;*/
 box-shadow:0px 1px 0px #f9f9f9;
 height:34px;
 padding-bottom:0px;
 margin-bottom:0px;
}
 .zA_list_ot1 {
 position:relative;
 float:left;
 left:-6px;
 top:45px;
 margin-bottom:80px;
}
 .zA_home_search_ot1 {
 position:relative;
 float:left;
 left:-25px;
 top:8px;
}
.zA_home_search_bg1 {
 height:34px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 border:1px solid #dfe1e5;
 background-color:#ffffff;
 padding: 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_home_search_bg1:hover {
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}
 .zA_home_search_tf {
 display: block;
 font-size: 14px;
 line-height: 1.42857143;
 color:#000000;
 font-weight:400;
 width:100%;
 text-align:left;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border:none;
 border-top:none;
 border-bottom:none;
 border-left:none;
 border-right:none;
 outline:none;
 padding: 6px 15px;
 margin:0px 0px 0px 0px;
}
.zA_home_search_img_1 {
 position:absolute;
 float:right;
 top:0;
 right:0px;
 width: 38px;
 height:auto;
 padding: 5px 8px 8px 8px;
 margin:0px 0px 0px 4px;
}
/*<!--
------------------------ HEADER SEARCH START ------------------------
-->*/
 .zA_header_search_ot1 {
 position:absolute;
 float:left;
 width:500px;
 left:140px;
 top:10px;
}
 .zA_header_search_bg1 {
 height:32px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 border:1px solid #dfe1e5;
 background-color:#ffffff;
 padding: 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_header_search_bg1:hover {
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}
 .zA_header_search_tf {
 display: block;
 font-size: 12px;
 line-height: 1.42857143;
 color:#000000;
 font-weight:400;
 width:100%;
 text-align:left;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border:none;
 border-top:none;
 border-bottom:none;
 border-left:none;
 border-right:none;
 outline:none;
 padding: 5px 8px;
 margin:0px 0px 0px 0px;
}
 .zA_header_search_img_1 {
 position:absolute;
 float:right;
 top:0;
 right:0px;
 width: 36px;
 height:auto;
 padding: 5px 8px 8px 8px;
 margin:0px 0px 0px 4px;
}

.zA_JOB_rcp_h1 {
	position: relative;
	float: left;
	font-size: 21px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	padding: 0px 0px 0px 12px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}
.zA_JOB_rcp_sOT {
	position:absolute;
	float:none;
	top:-20px;
	text-align: center;
	z-index:1000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px;
}
.zA_JOB_rcp_s1 {
	/*position: relative;
	float: left;*/
	font-size: 35px;
	font-weight: 400;
	color: #1e78e5;
	text-align: center;
	z-index: 100;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
}
.zA_JOB_rcp_h1a {
	position: relative;
	float: left;
	/*font-size:40px;*/
	font-size:30px;
	font-weight: 400;
	color: #1e78e5;
	text-align:center;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}
.zA_JOB_rcp_h1b {
	position: relative;
	float: left;
	font-size:16px;
	font-weight: 400;
	color: #1e78e5;
	text-align:center;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.zA_JOB_rcp_sh1 {
	position: relative;
	float: left;
	font-size:14px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 6px;
	margin: 10px 0px 0px 0px;
}
.zA_JOB_rcp_txt1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	text-align: left;
	line-height: 20px;
	letter-spacing:.5px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
}
/*<!--
------------------------ HEADER SEARCH END ------------------------
-->*/
 .zA_signin_h1a {
 position:relative;
 float:left;
 /*font-size:31px;*/
 font-size:21px;
 font-weight:500;
 /*color: #000;*/
 color:#1e78e5;
 /*text-align:center;*/
 text-align:left;
 padding: 0px 0px 0px 8px;
 margin:0px 0px 10px 0px;
}
 .zA_signin_h1b {
 position:relative;
 float:left;
 font-size:21px;
 font-weight:500;
 color: #000;
 text-align:center;
 padding:0px 0px 0px 0px;
 margin:5px 0px 5px 0px;
}
 .zA_signin_label_h1a {
 position:relative;
 float:left;
 font-size: 15px;
 color:#000000;
 text-align:left;
 width:100%;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_signin_label_h1b {
 position:relative;
 float:left;
 font-size: 15px;
 color:#000000;
 text-align:left;
 width:100%;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:8px 0px 0px 0px;
}
 .zA_signin_ot {
 text-align:left;
 border-bottom:1px solid #bbbdbe;
 border-left:1px solid #bbbdbe;
 border-right:1px solid #bbbdbe;
 border-top:1px solid #bbbdbe;
 padding:2px 0px 3px 0px;
 margin:0px auto;
}
 .zA_signin_input1 {
 display: block;
 font-size: 15px;
 line-height: 1.42857143;
 color:#000000;
 width:100%;
 background:#FFF;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border-bottom:none;
 border-left:none;
 border-right:none;
 border-top:none;
 outline:none;
 padding:2px 3px 0px 6px;
 margin:0px 0px 1px 0px;
}
 .zA_signin_sh1a {
 position:relative;
 float:left;
 font-size:26px;
 font-weight:500;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:5px 0px 5px 0px;
}
 .zA_signin_t1 {
 position:relative;
 float:left;
 font-size:15px;
 font-weight:500;
 color: #202124;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_signin_bh1 {
 position:relative;
 float:left;
 font-size:15px;
 font-weight:500;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:10px 0px 0px 0px;
}
 .social-icons li.title {
 display:block;
 margin-right:0;
 font-weight:600
}
 .social-icons1 li.title {
 display:block;
 margin-right:0;
 font-weight:600
}
 .wrap_common_L {
 position:relative;
 float:right;
 width:98.6%;
 min-height:100vh;
 max-height:100vh;
 overflow:auto;
 vertical-align:top;
 background:#fff;
 margin:0px;
}
 .wrap_common_R_ot {
 position:relative;
 float:left;
 min-height:100vh;
 max-height:100vh;
 overflow: hidden;
 vertical-align:top;
 background:#fafafa;
 margin-top:0px;
}
 .wrap_common_R_ot_top {
 position:relative;
 float:left;
 overflow: hidden;
 vertical-align:top;
 background:#fafafa;
 margin-bottom:15px;
}
.wrap_common_R_top {
/*position:relative;
	float:left;
	wdth:100%;
	overflow:auto;
	vertical-align:top;
	background:#fafafa;
	margin:0px;*/
}
 .wrap_common_R {
 position:relative;
 float:left;
 width:50%;
 min-height:100vh;
 max-height:100vh;
 overflow:auto;
 vertical-align:top;
 background:#fafafa;
 margin:0px;
}
 .wrap_common_R1 {
 position:relative;
 float:none;
 width:50%;
 min-height:100vh;
 max-height:100vh;
 overflow: hidden;
 vertical-align:top;
 background:#fafafa;
 margin:0px;
}
/*.zA_home_brand_size {
 position:relative;
 float:left;
 width:115px;
 height:auto;
 top:120px;
 left:16px;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}*/
 .zA_brand_size {
 position:relative;
 float:left;
 /*width:88px;*/
 /*width:72px;*/
 width:85px;
 height:auto;
 top:10px;
 left:6px;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}


.zA_brand_BSP_size {
	position:relative;
	float:left;
	width:140px;
	height:auto;
	top:10px;
	left:6px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*.zA_brand_size {
 position:relative;
 float:left;
 width:115px;
 height:auto;
 top:12px;
 left:16px;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}*/

.container_all {
 width: 80%;
 min-height:100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 0px;
 margin:0px;
 background-color:red;
}
 .wrap_all_signup {
 position:relative;
 float:none;
	/*width:880px;*/
	border:none;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
 padding: 0px 0px 30px 0px;
 background:#fff;
 margin-top:0px;
}
 .zA_signup_wiz_h1 {
 position:relative;
 float:left;
 font-size:20px;
 font-weight:700;
 color:#1e78e5;
 text-align:left;
	/*padding:0px 0px 0px 0px;*/
	margin:0px 0px 0px 0px;
}
 .zA_signup_wiz_t1_1a {
 position:relative;
 float:left;
 font-size: 3.6rem;
 font-weight: 500;
 color: #000000;
/* font-size:16px;
 font-weight:200;
 color: #202124;*/
 text-align:center;
 letter-spacing:.5px;
 padding:0px 0px 0px 0px;
 margin:2px 0px 10px 0px;
}
 .card-price {
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: normal;
        font-weight: 900;
        font-size: 86px;
        line-height: 91px;
        margin-bottom: 2px;
    }
    .card-dollar {
        font-style: normal;
        font-weight: normal;
        font-size: 42px;
        line-height: 38px;
        margin-right: 4px;
    }
    .card-subtitle {
        font-style: normal;
        font-weight: normal;
        font-size: 28px;
        line-height: 22px;
        text-align:center;
        margin-bottom: 0px;
    }
  .zA_signup_wiz_t1 {
 position:relative;
 float:left;
 font-size:14px;
 font-weight:400;
 color: #202124;
 text-align:justify;
 padding-left:0px;
 padding-right:0px;
 margin:2px 0px 10px 0px;
}
 .zA_signup_wiz_t1a {
 color:#011119;
 font-size:14px;
 text-align:left;
 line-height:1.2;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_signup_wiz_bh1 {
 position:relative;
 float:left;
 font-size:14px;
 font-weight:600;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:5px 0px 0px 0px;
}
 .zA_signup_wiz_bh1a {
 position:relative;
 float:left;
 font-size:14px;
 font-weight:600;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 15px;
 margin:10px 0px 0px 0px;
}
 .zA_signup_wiz_bh2 {
 position:relative;
 float:left;
 font-size:16px;
 font-weight:500;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:10px 0px 5px 0px;
}

 /********************************** SEARCH STARTS *******************************/

.zA_WALL_sbg1 {
	position: fixed;
	top: 0px;
	/*width: 850px !important;*/
	width:auto !important;
	/*height: 250px;*/
	height: 248px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

.zA_WALL_list_ot {
	padding: 0px 0px 100px 0px;
	/*margin: 185px 0px 5px 0px;*/
	margin: 180px 0px 100px 0px;
}
.zA_WALL_list_ot_1 {
	padding: 0px 14px 100px 16px;
	margin: 70px 0px 100px 0px;
}

.zA_WALL_search_ot1 {
	position: fixed;
	top: 100px;
	/*width:90%;*/
	width:auto;
	height: 50px;
	/*background-color: #FFF;*/
	background-color:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

.zA_WALL_search_bgF1 {
	width:100%;
	height: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #dfe1e5;
	background: rgba(255, 255, 255, 0.85);
	padding: 0px 0px;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

	.zA_WALL_search_bgF1:hover {
		box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	}

.zA_WALL_count_h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 28px;
	color: #212121;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 10px auto;
}

 .zA_result_search_bg1 {
 height:40px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 border:1px solid #dfe1e5;
/* background-color:#ffffff;*/
 background: rgba(255, 255, 255, 0.85);
 padding: 0px 0px;
 margin:0px 0px 5px 0px;
}
 .zA_result_search_bg1:hover {
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}


.myoverlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.98);
	height:100%;
	width:100%;
	z-index: 1273;
}
.myform {
	border-radius: 30px !important;
	height:50px;
	line-height:50px;
	padding-top:10px;
}
.mybg-dark {
	/*background-color:#F00;*/
	background: rgba(0, 0, 0, 0.98);
}


 /*.zA_result_search_bg1 {
 height:40px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border:1px solid #dfe1e5;
 background-color:#ffffff;
 padding: 0px 0px;
 margin:0px 0px 5px 0px;
}
 .zA_result_search_bg1:hover {
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
}*/
 .zA_result_search_tf {
 display: block;
 font-size: 15px;
 line-height: 1.42857143;
 color:#000000;
 font-weight:400;
 width:100%;
 text-align:left;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border:none;
 border-top:none;
 border-bottom:none;
 border-left:none;
 border-right:none;
 outline:none;
 padding: 8px 75px 0px 10px;
 margin:0px 0px 0px 0px;
}
 .zA_result_search_ot {
 position:absolute;
 float:right;
 right:0;
 top:0;
}
 .zA_WALL_mag_ot {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
}
.zA_WALL_mag_img {
	position: absolute;
	float: right;
	top: 0;
	right: 4px;
	width: 48px;
	height: auto;
	padding: 2px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_WALL_earth_img {
	position: absolute;
	float: right;
	top: 0;
	right: 80px;
	width: 54px;
	height: auto;
	padding: 2px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_WALL_earth_W_img {
	position: absolute;
	float: right;
	top: 0;
	right: 45px;
	width: 54px;
	height: auto;
	padding: 2px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}

.zA_WALL_space_img {
	position: absolute;
	float: right;
	top: 0;
	right: 40px;
	width: 54px;
	height: auto;
	padding: 2px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_result_search_img1 {
 position:absolute;
 float:right;
 top:0;
 right:4px;
 width: 20px;
 height:auto;
 padding: 5px 5px 8px 8px;
 margin:0px 0px 0px 4px;
}
 .zA_result_search_img {
 position:absolute;
 float:right;
 top:0;
 right:4px;
 width: 45px;
 /*width: 50px;*/
 height:auto;
 padding: 8px 5px 8px 8px;
 margin:0px 0px 0px 4px;
}
.zA_result_earth_img {
	position: absolute;
	float: right;
	top: 0;
	right: 8px;
	width: 60px;
	height: auto;
	padding: 6px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
.zA_result_space_img {
	position: absolute;
	float: right;
	top: 0;
	right: 12px;
	width: 60px;
	height: auto;
	padding: 6px 8px 8px 8px;
	margin: 0px 0px 0px 4px;
}
 .zA_signup_wiz_terms_h1 {
 position:relative;
 float:left;
 left:16px;
 top:-40px;
 color:#000000;
 font-size:10px;
 text-align:left;
 line-height:1.4;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_signup_wiz_terms_list1 {
 position:relative;
 float:left;
 left:23px;
 color:#000000;
 font-size:9px;
 text-align:left;
 line-height:1.5;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_signup_wiz_list_btn {
 position:relative;
 float:left;
 background:url(../images/job/zeozapp_job_arw_2a.png);
 background-position:right;
 background-repeat:no-repeat;
 color: #0056cc;
 display:inline-block;
 font-size:14px;
 text-align:left;
 text-decoration:none;
 border-radius: 0px;
 width:100%;
 padding:0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_signup_wiz_list_btn:hover {
 border-radius: 30px;
 padding-left:15px;
 color:#ffffff;
 text-decoration:none;
 background:url(../images/job/zeozapp_job_arw_2b.png);
 background-position:right;
 background-repeat:no-repeat;
 background-color:#0056cc;
}
 .radio {
 display: block;
 position: relative;
 padding-left: 20px;
 margin-top: 0px;
 margin-bottom: 5px;
 cursor: pointer;
 font-size: 14px;
 font-weight:500;
 color: #000000;
 text-align:left;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none
}
 .radio input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
}
 .checkround {
 position: absolute;
 top: 0px;
 left: -14px;
 height: 21px;
 width: 21px;
 background-color:none;
 border-color:#c2dafb;
 border-style:solid;
 border-width:1px;
 border-radius: 50%;
}
 .radio input:checked ~ .checkround {
 background-color:none;
}
 .checkround:after {
 content: "";
 position: absolute;
 display: none;
}
 .radio input:checked ~ .checkround:after {
 display: block;
}
 .radio .checkround:after {
 left: 4px;
 top: 4px;
 width: 11px;
 height: 11px;
 border-radius: 50%;
 background:#0fc8f4;
}
 .check {
 display: block;
 position: relative;
 padding-left: 25px;
 margin-bottom: 12px;
 padding-right: 15px;
 cursor: pointer;
 font-size: 18px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
 .check input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
}
 .checkmark {
 position: absolute;
 top: 3px;
 left: 0;
 height: 16px;
 width: 16px;
 background-color: #fff;
 border-color:#f8204f;
 border-style:solid;
 border-width:2px;
}
 .check input:checked ~ .checkmark {
 background-color: #fff;
}
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}
 .check input:checked ~ .checkmark:after {
 display: block;
}
 .check .checkmark:after {
 left: 5px;
 top: 1px;
 width: 5px;
 height: 10px;
 border: solid;
 border-color:#f8204f;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .cust-btn {
 margin-bottom: 10px;
 background-color: #f8204f;
 border-width: 2px;
 border-color: #f8204f;
 color: #fff;
}
 .cust-btn:hover {
 border-color: #f8204f;
 background-color: #fff;
 color: #f8204f;
 border-radius: 20px;
 transform-style: 2s;
}
 .checkbox label:after, .radio label:after {
 content: '';
 display: table;
 clear: both;
}
 .checkbox .cr, .radio .cr {
 position: relative;
 display: inline-block;
 width:100%;
 color:#0fc8f4;
 border: 1px solid #c2dafb;
 border-radius: .18em;
 width: 1.45em;
 height: 1.45em;
 float: left;
 margin-right: .6em;
}
 .radio .cr {
 border-radius: 50%;
}
 .checkbox .cr .cr-icon, .radio .cr .cr-icon {
 position: absolute;
 font-size: 1.2em;
 line-height: 0;
 top: 9px;
 left:1px;
}
 .checkbox label input[type="checkbox"], .radio label input[type="radio"] {
 display: none;
}
 .checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
 transform: scale(3) rotateZ(-20deg);
 opacity: 0;
 transition: all .3s ease-in;
}
 .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
 transform: scale(1) rotateZ(0deg);
 opacity: 1;
}
 .checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
 opacity: .5;
}
 .zA_cbox_h1a {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #000;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_cbox_h2a {
	/*position:relative;
	float:left;*/
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #000;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_cbox1_h1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #000;
 top:0px;
 line-height:18px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_cbox_h1a_1 {
	/*position:relative;
	float:left;*/
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #000;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_cbox_h1b {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #000;
 top:0;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_signup_sh1 {
 position:relative;
 float:left;
 font-size: 13px;
 color:#000000;
 text-align:left;
 width:100%;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:8px 0px 0px 0px;
}
 .zA_signup_ot {
 text-align:left;
 border-bottom:1px solid #bbbdbe;
 border-left:1px solid #bbbdbe;
 border-right:1px solid #bbbdbe;
 border-top:1px solid #bbbdbe;
 padding:2px 0px 3px 0px;
 margin:0px auto;
}
 .zA_signup_input1 {
 display: block;
 font-size: 13px;
 line-height: 1.42857143;
 color:#000000;
 width:100%;
 background:#FFF;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border-bottom:none;
 border-left:none;
 border-right:none;
 border-top:none;
 outline:none;
 padding:2px 3px 0px 6px;
 margin:0px 0px 1px 0px;
}


.wrap_common_sta {
	position: relative;
	float: none;
	width: 800px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border:none;
	/*border-radius: 6px 6px 6px 6px;*/
	overflow: hidden;
	vertical-align: top;
	padding: 30px 5px 5px 5px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.zA_generic_st_ot {
	/*border-bottom: 2px solid #ddd;*/
	border-bottom: 2px solid #000;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px px 0px;
}
.zA_state_tt_h1 {
	font-size: 21px;
	font-weight: 600;
	color: #000;
	text-align: right;
	line-height: 1.4;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h1 {
	font-size:21px;
	font-weight: 500;
	color: #000;
	text-align:right;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h2a {
	font-size: 14px;
	font-weight: 400;
	color: #1f77e7;
	text-align:left;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h2b {
	font-size: 14px;
	font-weight: 400;
	color: #1f77e7;
	text-align:right;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h3a {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_generic_st_h3b {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	text-align: right;
	line-height:20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_generic_etxt {
	position: relative;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	font-style: italic;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 6px 0px;
}
.zA_generic_C1 {
	position: relative;
	float: none;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size:45px;
	color: #fff;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	/*background: #148df1;*/
	background: #000000;
	margin: 0px auto 15px;
	z-index: 100;
}
.zA_generic_C2 {
	position: relative;
	float: none;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	/*background: #148df1;*/
	background: #000000;
	padding-top: 14px;
	margin: 0px auto 15px;
	z-index: 100;
}

ul.generic {
	list-style-type: none;
	position: relative;
}

	ul.generic:before {
		content: ' ';
		background: #333333;
		display: inline-block;
		position: absolute;
		left: 30px;
		width: 1px;
		height: 100%;
		z-index: 400;
	}

	ul.generic > li {
		width: 84%;
		margin: 0px 0px 8px 0px;
		padding-left: 20px;
	}

		ul.generic > li:before {
			content: ' ';
			background: white;
			display: inline-block;
			position: absolute;
			background-color: #1e78e5;
			border: 1px solid #fff;
			left: 24px;
			width: 13px;
			height: 13px;
			z-index: 400;
		}
.zA_generic_li_h1 {
	position: relative;
	float: none;
	left:40px;
	top: -4px;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	line-height: 18px;
	/*width:100%;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}
.zA_generic_btn {
	position: relative;
	top: 0px;
	left: 2px;
	font-size: 14px;
	font-weight: 400;
	/*color: #1e78e5;*/
	color: #FFFFFF;
	text-align: right;
	border-radius: 3px;
	/*border: 1px solid #ccc;
	background-color: #FFFFFF;*/
	letter-spacing: .3px;
	background-color: #1e78e5;
	padding: 7px 8px 7px 8px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_generic_btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_generic_btn1 {
	position: relative;
	top: 0px;
	left:0px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	letter-spacing:.5px;
	border-radius: 3px;
	background-color: #1e78e5;
	padding: 6px 14px 6px 14px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}
.zA_generic_btn1:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0072ff;
}
.zA_generic_border {
	border: 1px solid #dadce0;
	border-radius: 3px;
}

.zA_generic_h1 {
	position: relative;
	float: left;
	font-size: 17px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 14px;
	margin: 5px 0px 2px 0px;
}
.zA_generic_h1a {
	position: relative;
	float: left;
	font-size: 17px;
	font-weight: 500;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	padding: 0px 0px 0px 14px;
	margin: 10px 0px 2px 0px;
}
.zA_generic_h2 {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #1e78e5;
	text-align: left;
	line-height: 20px;
	margin: 8px 0px 0px 0px;
}
.zA_generic_label {
	/*position: relative;
	float: left;*/
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin: 8px 0px 0px 0px;
}
.zA_generic_label_1 {
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	/*color: #1e78e5;*/
	text-align: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_generic_input_ot {
	text-align: left;
	border-bottom: 1px solid #dadce0;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 0px 6px 3px;
	margin: 0px auto;
}

	.zA_sgnLine_ot {
		text-align: left;
		border-bottom: 1px solid #f1f1f1;
		border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
		border-top: 1px solid #f1f1f1;
		background: #f1f1f1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 5px 8px 5px 9px;
		margin: 0px auto;
	}

	.zA_sgnInput1 {
		display: block;
		font-size: 17px;
		line-height: 1.3;
		color: #000000;
		/*color: #ffffff;*/
		width: 100%;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: none;
		outline: none;
		padding: 2px 3px 0px 0px;
		margin: 0px 0px 1px 0px;
	}

	.zA_sgnLabel_h1 {
		position: relative;
		float: left;
		font-size: 15px;
		font-weight: 400;
		color: #000000;
		/*color:#ffffff;*/
		text-align: left;
		width: 100%;
		line-height: 1.4;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 2px 0px;
	}

	/*.zA_sgnTop_h1a {
		position: relative;
		float: left;*/
		/*font-size: 24px;*/
		/*font-size: 1.4rem;*/
		/*font-weight: 600;
		color: #000000;
		text-align: center;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
	}
	.zA_sgnTop_h1b {
		position: relative;
		float: left;
		font-size: 2.8rem !important;
		font-weight: 600;
		color: #000000;
		text-align: center;
		padding: 0px 0px 0px 0px;
		line-height: 30px;
		margin: 0px 0px 20px 0px;
	}*/

	/************* updated signin start ***********/

/*.boxsi {
	width: 300px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
}
.boxsi h1 {
	font-size:2.6rem;
	font-weight:400;
	margin: 0 0 95px;
	padding: 0;
	color: #000000;
	text-align:center;
}

.boxsi h2 {
	font-size:1.9rem;
	font-weight:600;
	margin: 0 0 30px;
	padding: 0;
	color: #000000;
	text-align:center;
}
.boxsi h3 {
	font-size:1rem;
	font-weight:400;
	color: #000000;
	text-align:left;
	line-height:24px;
	letter-spacing:-.35px;
	padding: 0;
	margin: 0 0 20px;
}

.boxsi p {
	margin-bottom: 0;
}
.boxsi p:nth-child(even) {
 margin-top: 0;
}
.boxsi .input-box {
	position: relative;
}
.boxsi .input-box input {
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #c2c8d0;
	outline: none;
	letter-spacing: 1px;
	background: transparent;
}
.boxsi .input-box input:focus {
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #000000;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #1e78e5;
	outline: none;
	letter-spacing: 1px;
	background: transparent;
}
.boxsi .input-box label {
	position: absolute;
	color: #000000;
	font-size: 15px;
	font-weight:400;
	top: 0;
	left: 0;
	padding: 15px 20px;
	pointer-events: none;
 transition: .5s;
}
.boxsi .input-box input:focus ~ label, .boxsi .input-box input:valid ~ label {
 top: -22px;
 left: 8px;
 color: #1e78e5;
 font-size: 15px;
 background:#FFF;
 padding: 5px 4px;
 margin:8px 0px 0px 0px;
}
.boxsi input[type=submit] {
	font-size:16px;
	width:100%;
	background: transparent;
	border:1px solid #dfdfdf;
	outline: none;
	background: #f8f8f8;
	color: #666666;
	padding: 20px 20px;
	cursor: pointer;
	border-radius: 100px;
}
.boxsi_btn {
	width: 100%;
	font-size: 16px;
	font-weight:400;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #1f77e7;
	background-color:#1f77e7;
	padding: 15px 10px;
	margin:0px 0px 0px 0px;
}
.boxsi_btn:hover {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #176ede;
	background-color:#176ede;
}

.boxsi_t1 {
	font-size:.92rem;
	font-weight:400;
	color: #000000;
	text-align:center;
	line-height:24px;
	letter-spacing:-.35px;
	padding: 0;
	margin: 15px 0 20px;
}

.boxsi_t1_lnk {
	font-size:.92rem;
	font-weight:400;
	color: #1f77e7;
	text-align:center;
	line-height:24px;
	text-decoration:none;
	letter-spacing:-.35px;
	padding: 0;
	margin: 15px 0 20px;
}
.boxsi_t1_lnk:hover {
	color:#176ede;
	text-decoration:none;
}*/

/************* updated signin ends ***********/



.wrap_REC_1 {
	position: relative;
	float: none;
	width: 572px;
	overflow: hidden;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align: top;
	padding: 10px 10px 35px 10px;
	margin-top: 60px;
	margin-bottom: 50px;
	z-index: 100;
}

.zA_REC_top_h1 {
	position: relative;
	float: left;
	/*left:-14px;*/
	font-size: 16px;
	color: #000;
	text-align:center;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_REC_topR_h1 {
	position: relative;
	float: left;
	left:-14px;
	font-size: 18px;
	color: red;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_REC_topB_h1 {
	position: relative;
	float: left;
	left: -14px;
	font-size: 18px;
	color: #000;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.zA_REC_top_h2 {
	position: relative;
	float: left;
	font-size:28px;
	font-weight: 500;
	color: #1374eb;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	letter-spacing:.4px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 8px 0px;
}

.zA_REC_lft_ic1 {
	position: absolute;
	float: left;
	left: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #1374eb;
}
.zA_REC_bdy_h1 {
	position: relative;
	float: left;
	left:0px;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
	/*padding-left: 40px;*/
	padding-left: 0px;
	padding-top: 1px;
}

.zA_REC_rht_h1 {
	position: relative;
	float: left;
	left:10px;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	text-align: justify;
	text-decoration: none;
	line-height:19px;
	padding-left: 40px;
	padding-top: 1px;
}

.zA_REC_lft_ic2 {
	position: absolute;
	float: left;
	left: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #1374eb;
}

.zA_REC_rht_h2 {
	position: relative;
	float: left;
	left: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #1374eb;
	text-align: justify;
	padding-left: 40px;
	padding-top: 1px;
}

.zA_REC_lft_ic3 {
	position: absolute;
	float: left;
	left: 18px;
	font-size: 18px;
	font-weight: 300;
	color: #F00;
}

.zA_REC_rht_h3 {
	position: relative;
	float: left;
	left: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #F00;
	text-align: justify;
	padding-left: 40px;
	padding-top: 1px;
}

/*-- -------------------------------- MAIN SIGN START XL ------------------------------------------------------*/

.wrap_all_login_1a {
	position: relative;
	float: none;
	width: 370px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	/*border:1px solid #f2f2f2;*/
	border:none;
	/*border-radius: 6px 6px 6px 6px;*/
	overflow: hidden;
	vertical-align: top;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .09);
	padding: 4px 0px 12px 0px;
	margin-top: 0px;
	/*margin-top: -250px;*/
	margin-bottom: 80px;
}

/*-- -------------------------------- MAIN ALPHABETS START ------------------------------------------------------*/
.loc_ot{
	position:absolute;
	float:none;
	top:-128px;
	width:100%;
	height:48px;
	z-index:1000
}
#loc_inR {
	position: absolute;
	float:right;
	/*right: 18px;*/
	right: 16px;
	top: 0px;
	width: 100%;
	text-align: right;
	margin: auto;
}
.location {
  border: none;
  font-size:16px!important;
  /*font-family: inherit;*/
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  position: relative;
  width: 134px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  /* style */
  color: #0056cc;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  text-decoration:none;
  box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
}
.toggle:hover {
  top: 0px;
  background:#0056cc;
  text-decoration:none;
}
.toggle:active {
  top: 0px;
}
/* on-state */
.toggle.on {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e2e2e2;
  box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
  /*background-color: #cb4e4e;*/
}
.toggle.on::after {
  content: "Locate Me";
}
.toggle.on:hover {
  box-shadow:none;
  text-decoration:none;
}
.toggle.on:active {
  color: #ffffff;
  box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
}
/* off-state */
.toggle.off {
  color:#ffffff;
  /*background-color: #17aa56;*/
  background:#0056cc;
  box-shadow:none;
}
.toggle.off::after {
  content: "Locate Me";
}
.toggle.off:hover {
  color:#ffffff;
  background:#0056cc;
  box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
}
.toggle.off:active {
  color:#ffffff;
  box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
}
.zA_WALL_ALP_ot {
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	padding: 0px 0px 0px 0px;
	margin: 8px auto;
}

.zA_WALL_ALP_va1 {
	vertical-align: top;
	margin-bottom: 0px;
}

.zA_WALL_ALP_ico {
	width: 40px;
	height: 40px;
	border-radius: 12%;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: #000000;
	border: 1px solid #e2e2e2;
	margin: 0px auto;
	box-shadow: 3px 3px 1px rgba(33, 33, 33, .3);
}

	.zA_WALL_ALP_ico:hover {
		color: #000000;
		font-size: 20px;
		border-radius: 5px 5px 5px 5px;
		text-decoration: none;
		background: rgba(255, 255, 255, 0.85);
		box-shadow: 0 0 6px rgba(33, 33, 33, .2);
	}

	.zA_WALL_ALP_btn {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 800;
		color: #000000;
		text-align: center;
		/*width: 40px;*/
		width: 41px;
		height: auto;
		padding: 2px 0px 2px 0px;
		margin: 0px;

	}

	.zA_WALL_ALP_btn:hover {
		text-decoration: none;
	}

.zA_WALL_ALP_ico1 {
	width: 40px;
	height: 40px;
	border-radius: 12%;
	font-size: 16px;
	font-weight: 400;
	color: #dcdcdc;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dcdcdc;
	margin: 0px auto;
}

.zA_WALL_ALP_size {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	width: 60px;
	height: auto;
	padding: 5px 0px 2px 0px;
}
	 

/* ==========================================================================
   #BUTTON
   ========================================================================== */
  
.btn-sign-ing {
 position:absolute;
 float:left;
 text-align:left;
}
 .btn-sign_wiz_fgt {
 position:absolute;
 float:left;
 left:15px;
 top:-10px;
 font-size: 14px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.btn-sign_wiz_fgt:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-sAll_btn1 {
 position:relative;
 float:right !important;
 float:right !important;
 top:0px;
 left:0px;
 font-size: 13px !important;
 font-weight:400;
 color: #1e78e5 !important;
 text-align:right;
 text-decoration:none;
 line-height:21px;
 letter-spacing:0.06px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.btn-sAll_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-create_btn1 {
 position:absolute;
 float:left;
 float:left;
 top:10px;
 left:0px;
 font-size: 14px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.btn-create_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-fpwd_btn1 {
 position:absolute;
 float:left;
 float:left;
 top:-10px;
 left:0px;
 font-size: 14px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.btn-fpwd_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-sign_wiz_btn1 {
 position:absolute;
 float:left;
 left:15px;
 bottom:22px;
 font-size: 14px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 15px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.btn-sign_wiz_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-sign_wiz_btn2 {
 position:relative;
 float:left;
 top:500px;
 left:15px;
 font-size: 14px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 15px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.btn-sign_wiz_btn2:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-misc1-con {
 text-align: right;
 padding-top: 10px;
 margin-right:40px;
}
 .btn-misc1 {
 display: inline-block;
 line-height: 26px;
 padding: 0 14px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 background: #1e78e5;
 font-size: 12px;
 color: #fff;
 font-family: inherit;
 font-weight: 500;
 text-transform: capitalize;
}
 .btn-misc1:hover {
 color: #fff;
 background: #22ae2c;
}
 .btn-misc2 {
 display: inline-block;
 line-height: 26px;
 padding: 0 14px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 background: #22ae2c;
 font-size: 12px;
 color: #fff;
 font-family: inherit;
 font-weight: 500;
 text-transform: capitalize;
}
 .btn-misc2:hover {
 color: #fff;
 background: #1e78e5;
}
 .btn-next-con {
 text-align: right;
 padding-top: 30px;
 margin-right:40px;
}
 .btn-ot_1a {
 position:relative;
 float:right;
  /*padding-top: 30px;*/
  	margin-top:0px;
}
 .btn-next, .btn-back, .btn-last {
 display: inline-block;
 line-height: 34px;
 /*padding: 0 26px;*/
 padding: 9px 12px;
 margin-top:6px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 background: #1e78e5;
 font-size: 16px;
 color: #fff;
 font-family: inherit;
 font-weight: 400;
 letter-spacing:.8px;
 /*text-transform: capitalize;*/
}
 .btn-next:hover, .btn-back:hover, .btn-last:hover {
 color: #fff;
 background: #2f86f2;
 -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
 .btn-next-list {
 font-size: 15px;
 color: #0056cc;
 font-family: inherit;
 font-weight: 400;
 /*text-transform: capitalize;*/
}
 .btn-next-list:hover {
 color: #fff;
 -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
 .company-wrapper {
 position: relative;
 width:100%;
 height:106px;
 margin: 0px auto;
 border-radius: 0%;
 overflow: hidden;
 transition: all .3s ease;
 border:1px solid #eaeaea;
}
.company-wrapper:hover {
 box-shadow: 1px 1px 6px -5px black;
 cursor: pointer;
}
.company-wrapper:hover .profile-pic {
 opacity: .5;
}
.company-wrapper .profile-pic {
 height:100%;
 width:auto;
 display: flex;
 align-items: center;
 transition: all .3s ease;
 background:url(../images/prof/ZEOZAPP_UPLOAD_OFC_ICO.png);
 background-position:center;
 background-repeat:no-repeat;
 border:1px solid #eaeaea;
}
.company-wrapper .profile-pic:after {
 font-family: FontAwesome;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 font-size: 98px;
 background: #f4f4f4;
 color: #34495e;
 text-align: center;
}
.company-wrapper .upload-button {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}
.company-wrapper .upload-button .fa-arrow-circle-up {
 position: absolute;
 font-size: 132px;
 top: -8px;
 left: 0;
 text-align: center;
 opacity: 0;
 transition: all .3s ease;
 color: #34495e;
}
.company-wrapper .upload-button:hover .fa-arrow-circle-up {
 opacity: .95;
}
 .avatar-wrapper {
 position: relative;
 height:112px;
 width:112px;
 margin: 0px auto;
 border-radius: 50%;
 overflow: hidden;
 transition: all .3s ease;
 border:1px solid #eaeaea;
}
.avatar-wrapper:hover {
 transform: scale(1.05);
 cursor: pointer;
}
 .profile-wrapper {
 position: relative;
 width:100%;
 height:120px;
 margin: 0px auto;
 border-radius: 0%;
 overflow: hidden;
 transition: all .3s ease;
}
.profile-wrapper:hover {
 box-shadow: 1px 1px 6px -5px black;
 cursor: pointer;
}
.profile-wrapper:hover .profile-pic-av {
 opacity: .5;
}
.profile-wrapper .profile-pic-av {
 height:100%;
 width:160px;
 /*width:auto;*/
 display: flex;
 align-items: center;
 transition: all .3s ease;
 background:#ffffff;
 /*background:url(../images/prof/ZEOZAPP_UPLOAD_AVA_ICO.png);
 background-position:center;
 background-repeat:no-repeat;*/
 border:1px solid #eaeaea;
}
.profile-wrapper .profile-pic-av:after {
 font-family: FontAwesome;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 font-size: 98px;
 background: #f4f4f4;
 color: #34495e;
 text-align: center;
}
.profile-wrapper .upload-button-av {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}
.profile-wrapper .upload-button-av .fa-arrow-circle-up {
 position: absolute;
 font-size: 132px;
 top: -8px;
 left: 0;
 text-align: center;
 opacity: 0;
 transition: all .3s ease;
 color: #34495e;
}
.profile-wrapper .upload-button-av:hover .fa-arrow-circle-up {
 opacity: .95;
}
.avatar-wrapper1 {
 position: relative;
 height:112px;
 width:112px;
 margin: 0px auto;
 border-radius: 50%;
 overflow: hidden;
 transition: all .3s ease;
 border:1px solid #eaeaea;
}
.avatar-wrapper1:hover {
 transform: scale(1.05);
 cursor: pointer;
}
 .zA_result_total_h1 {
 position:relative;
 float:left;
 font-size: 14px;
 color: #000000;
 text-align:center;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
/*.zA_result_total_h1a {
 position:relative;
 float:left;
 left:-4px;
 font-size: 14px;
 color: #000000;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}*/
.zA_credit_lt_ot {
 position:relative;
 float:left;
 left:80px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_credit_h1a {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 16px;
 color: #454545;
 line-height: 1.3;
 font-weight:500;
 text-align:left;
 left:0px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_credit_h1b {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 14px;
 color: #000000;
 line-height: 1.4;
 font-weight:600;
 text-align:left;
 left:0px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_h1a {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #353535;
 line-height: 1.4;
 font-weight:500;
 text-align:left;
 text-transform:uppercase;
 padding: 6px 0px 3px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_list_btn1 {
 position:relative;
 float:left;
 background:url(../images/job/zeozapp_job_arw_2a.png);
 background-position:right;
 background-repeat:no-repeat;
 color: #0056cc;
 display:inline-block;
 font-size:16px;
 text-align:left;
 text-decoration:none;
 border-radius: 0px;
 width:100%;
 padding:0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_list_btn1:hover {
 border-radius: 30px;
 padding-left:10px;
 color:#ffffff;
 text-decoration:none;
 background:url(../images/job/zeozapp_job_arw_2b.png);
 background-position:right;
 background-repeat:no-repeat;
 background-color:#0056cc;
}
.zA_job_list_btn2 {
 position:relative;
 float:left;
 background:url(../images/job/zeozapp_job_arw_2a.png);
 background-position:right;
 background-repeat:no-repeat;
 /*color: #0056cc;*/
 color: #000000;
 display:inline-block;
 font-size:14px;
 text-align:left;
 text-decoration:none;
 line-height:18px;
 border-radius: 0px;
 width:100%;
 padding:3px 30px 0px 0px;
 margin:0px 0px 6px 0px;
}
.zA_job_list_btn2:hover {
 /*border-radius: 30px;*/
 border-radius:5px;
 color:#ffffff;
 text-decoration:none;
 background:url(../images/job/zeozapp_job_arw_2b.png);
 background-position:right;
 background-repeat:no-repeat;
 /*background-color:#0056cc;*/
 background-color:#000000;
 /*padding-left:15px;*/
 padding-left:10px;
 padding-bottom:2px;
}
 .zA_h2a {
 position:relative;
 float:left;
 font-size: 21px;
 font-weight:500;
 color: #1e78e5;
 line-height: 1.1;
 text-align:center;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:16px 0px 5px 0px;
}
.zA_h2a_j1 {
 position:relative;
 float:left;
 font-size: 16px;
 font-weight:400;
 color: #1374eb;
 line-height: 1.3;
 text-align:center;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px;
}
.zA_h2b {
 position:relative;
 float:left;
 font-size: 24px;
 font-weight:400;
 color: #1374eb;
 line-height:20px;
 text-align:left;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:10px 0px 8px 0px;
}
.zA_h2b_c1 {
	/*position:relative;
	float:left;*/
	font-size: 24px;
 font-weight:400;
 color: #1374eb;
 line-height:20px;
 text-align:center;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:10px auto;
}
 .zA_cdt_h2 {
 font-size: 14px;
 font-weight:500;
 color: #000000;
 line-height:20px;
 text-align:center;
 width:100%;
 letter-spacing:1px;
 padding:0px 0px 0px 3px;
 margin:0px 0px 10px 0px;
}
 .zA_cdt_msg1 {
 position:relative;
 float:left;
 left:0px;
 filter: alpha(opacity=50); /* For IE8 and earlier */
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_cdt_msg_btn1 {
 z-index:-100;
 display:inline-block;
 border-radius:50%;
/* border:5px solid #FFF;*/
 -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.zA_cdt_msg_btn1:hover {
 z-index:-100;
 border-radius:50%;
	/*border:5px solid #F00;*/
	 -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
}
 .zA_recv_h1 {
 position:relative;
 float:left;
 font-size: 21px;
 font-weight:500;
 color: #1374eb;
 line-height: 1.3;
 text-align:center;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 16px 0px;
}
.zA_recv_txt {
 font-size: 14px;
 font-weight:500;
 color: #000000;
 line-height: 1.3;
 text-align:center;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 15px 0px;
}
 .zA_recv_txt_1 {
 font-size: 14px;
 font-weight:500;
 color: #000000;
 line-height: 1.3;
 text-align:left;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 15px 0px;
}
 .zA_recv_cnt_1 {
 font-size: 12px;
 font-weight:500;
 color: #000000;
 line-height: 1.3;
 text-align:center;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 15px 0px;
}
 .zA_recv_lnk1 {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 14px;
 color:#1374eb;
 line-height: 1.3;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_recv_lnk1:hover {
 color:#40cd40;
}
 .zA_job_posted_box1 {
 position:relative;
 float:left;
 width: 100%;
 height:85px;
 font-size: 14px;
 color: #818a95;
 line-height: 66px;
 text-align: center;
 text-transform:uppercase;
 background: #1d2732;
 padding:6px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_posted_h1a {
 /*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
 /*font-family: Roboto,Arial,Helvetica,sans-serif;*/
 /*font-size: 16px;*/
 font-size: 16px;
 /*color: #000000; */
 color: #1e78e5;
 line-height:16px;
 font-weight:500;
 text-align:left;
 letter-spacing:-0.3px;
 padding: 0px 0px 0px 0px;
 margin:8px 0px 0px 0px;
 /*margin:8px 0px 3px 0px;*/
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 /*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
 font-size: 14px;
 color: #252525;
 top:0px;
 font-weight:400;
 line-height:16px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}

 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #000000;
 top:2px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 letter-spacing:-0.25px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 5px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 /*color: #757575;*/
 color: #252525;
 top:2px;
 font-weight:500;
 text-align:left;
 /*line-height:18px;*/
 line-height:15px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 5px 0px;
}
.zA_job_posted_txt1c {
	/*position: relative;
	float: left;*/
	/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 12px;
	/*color: #757575;*/
	color: #252525;
	top: 2px;
	font-weight: 500;
	text-align: left;
	/*line-height: 18px;*/
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
 .zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 /*color: #353535;*/
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_result_heard_avt_1 {
	position: relative;
	float: left;
	width: 78px;
	height: 78px;
	-webkit-border-radius: 50px 50px 50px 5px;
	-moz-border-radius: 50px 50px 50px 5px;
	border-radius: 50px 50px 50px 5px;
	font-size: 16px;
	color: #0056cc;
	line-height: 78px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #ccc;
	margin: 2px 6px 0px 0px;
}
 .zA_job_posted_ico1 {
	position:absolute;
	text-align:center;
	top:40%;
	margin:0px auto;
}
/* .zA_job_posted_ico1 {
 position:absolute;
 text-align:center;
 top:40%;
 margin:0px auto;
}*/
 .zA_job_posted_ico2 {
 position:absolute;
 text-align:center;
 top:30%;
 margin:0px auto;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:left;
 left:4px;
 top:30%;
}
 .zA_job_inout_size {
 width:10px;
 height:auto;
}
/*.zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:2px;
 top:30%;
}
 .zA_job_inout_size {
 width:14px;
 height:auto;
}*/
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 /*margin:4px 0px 0px 0px;*/
 margin:2px 0px 0px 0px;
}
 .zA_ico_color1 {
 /*color:#FFF;*/
 color:#000000;
 font-size:24px;
}
 .zA_ico_color2 {
 color:#FFF;
 font-size:22px;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 58px;
 height:58px;
 border-radius: 50%;
 font-size: 14px;
 color: #0056cc;
 line-height: 58px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 10px 0px 0px;
}
 .zA_coin_img_ot_1 {
 width:100%;
 height: auto;
 top:0px;
 text-align:center;
 padding: 10px 0px 0px 0px;
 margin:0px auto;
}
.zA_coin_img_1 {
 width: 58px;
 height: auto;
 padding: 0px 0px 0px 0px;
 margin:0px auto;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card-1 {
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
 .card-1 .card-heading {
 position: absolute;
 background: transparent;
 opacity: 0.6;
 left: -109px;
 top: -49px;
 font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
}
 .card-1 .card-heading .title {
 font-size: 55px;
 color: #fff;
 font-weight: 700;
 text-transform: uppercase;
}
 .card_c1 {
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 border:1px solid #f2f2f2;
 padding:0px 10px 0px 10px;
}

/*.card_c1a {
	position: relative;
	background:url(../images/conv/ZEOZAPP_CHATBG_1.jpg);
	background-position:center;
	background-size: cover;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom:none;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom:none;
	padding:0px 0px 0px 0px;
}
.card_c1b {
	position: relative;
	background: #f9f9f9;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-top:none;
	padding:5px 10px 5px 10px;
}*/





 .card_c1a {
 position: relative;
 /*background: #fff;*/
 background:url(../images/conv/ZEOZAPP_CHATBG_1.jpg);
	background-position:center;
	background-size: cover;
 border:none;
 padding:0px 0px 0px 0px;
 margin:0px;
}
 .card_c1b {
 position: relative;
 background: #f9f9f9;
 border:none;
 padding:5px 15px 5px 15px;
}
 .user_img {
 height: 55px;
 width: 55px;
 border:1.5px solid #f5f6fa;
}

/* .zA_conversation_avt_1 {
 height: 55px;
 width: 55px;
 border:1.5px solid #f5f6fa;
}

 .zA_conversation_avt_2 {
 height: 55px;
 width: 55px;
 border:1.5px solid #f5f6fa;
}*/



.user_img_msg {
 height: 32px;
 width: 32px;
 border:1.5px solid #f5f5f5;
}
.img_cont {
 position: relative;
 height: 70px;
 width: 70px;
}
.img_cont_msg {
 height: 48px;
 width: 48px;
}
/*.img_cont_msg {
 height: 40px;
 width: 40px;
}*/
.online_icon {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #4cd137;
 border-radius: 50%;
 bottom: 1.2em;
 right: 1.1em;
 border:1.5px solid white;
}
.offline {
 background-color: #c23616 !important;
}
 .glyphicon-size {
 font-size:18px;
 padding-top:2px;
}

.msg_con_BL1 {
	/*border-bottom:2px dotted #ededed;*/
	border:none;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	padding:10px 10px 10px 0px;
	background-color:#FFF;
	/*margin:12px 0px 10px 0px;*/
	margin:0px 0px 10px 0px;
}


/* .msg_con_BL1 {
 border-bottom:2px dotted #ededed;
 padding:0px 0px 8px 0px;
 margin:10px 0px 10px 0px;
}*/

/***************** CONV SERVICE NAME *****************/

.zA_COV_SRV_h1 {
	position: absolute;
	float: left;
	top:24px;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_COV_OID_h1 {
	position: absolute;
	float: left;
	top: 40px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #757575;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***************** CONV SERVICE NAME *****************/
.user_info_ot {
 position:absolute;
 float:left;
 /*left:45px;*/
 /*top:10px;*/
 top:5px;
}

.user_info {
 margin-top: auto;
 margin-bottom: auto;
 margin-left: 15px;
}
 .user_info span {
 font-size: 16px;
 color: #007dfa;
}
.user_info p {
 font-size: 10px;
 color: rgba(0, 0, 0, 0.6);
}
.video_cam_ot {
 position:absolute;
 float:right;
 right:0px;
 top:8px;
}
.video_cam {
 margin-left: 50px;
 margin-top: 5px;
 color:#9F0;
}
.video_cam span {
 color: white;
 font-size: 20px;
 cursor: pointer;
 margin-right: 20px;
}
.msg_cotainer {
 font-size:12px;
 min-width:10%;
 max-width:60%;
 margin-top: 2px;
 margin-bottom: auto;
 margin-left: 8px;
 border-radius: 25px;
 /*background-color: #82ccdd;*/
 background-color: rgb(255, 255, 255, 0.1);
 padding: 6px 10px 6px 10px;
 position: relative;
}
.msg_cotainer_rplay {
 position: relative;
 font-size:16px;
 min-width:60%;
 max-width:80%;
 border-radius: 0px 10px 10px 10px;
 background-color: #292929;
 /*background-color: rgb(255, 255, 255, 0.1);*/
 padding: 10px 4px 10px 4px;
 margin-top:30px;
 margin-bottom: auto;
 margin-left: 8px;
 
}
.msg_cotainer_send {
 font-size:12px;
 min-width:10%;
 max-width:0%;
 margin-top: 2px;
 margin-bottom: auto;
 margin-right: 8px;
 border-radius: 25px;
 /*background-color: #78e08f;*/
 background-color: rgb(255, 255, 255, 0.7);
 padding: 9px 4px 9px 4px;
 position: relative;
}
.msg_cotainer_play {
 position: relative;
 font-size:12px;
 min-width:60%;
 max-width:80%;
 border-radius: 25px;
 border-radius: 10px 0px 10px 10px;
 background-color: #0b5638;
 /*background-color: rgb(255, 255, 255, 0.7);*/
 padding: 9px 4px 9px 4px;
 margin-top:30px;
 margin-bottom: auto;
 margin-right: 8px;

}
 .msg_text_1 {
	position: relative;
	float: left;
	font-size: 16px;
	color: #ffffff;
	/*color: #000000;*/
	line-height: 20px;
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	/*padding: 6px 8px 6px 8px;*/
	padding: 2px 8px 2px 8px;
	margin: 0px 10px 0px 0px;
}
 .msg_time {
 position: absolute;
 left: 0;
 bottom: -15px;
 color: rgba(255, 255, 255);
 font-size: 10px;
 font-size: 11px;
 padding-top:2px;
}
.msg_time_send {
 position: absolute;
 right:0;
 bottom: -18px;
 color: rgba(255, 255, 255);
 font-size: 11px;
 text-align:right;
 width:100%;
 padding-top:2px;
}

.msg_time_send_L1 {
	position: absolute;
	left: 0;
	/*bottom: -15px;*/
	bottom: -18px;
	/*color: rgba(0, 0, 0, 0.5);*/
	color: rgba(255, 255, 255);
	/*font-size: 10px;*/
	font-size: 11px;
	text-align:left;
	width: 100%;
	padding-top: 2px;
}
.msg_time_send_R1 {
	position: absolute;
	right: 0;
	/*bottom: -15px;*/
	bottom: -18px;
	/*color: rgba(0, 0, 0, 0.5);*/
	color: rgba(255, 255, 255);
	/*font-size: 10px;*/
	font-size: 11px;
	text-align: right;
	width: 100%;
	padding-top: 2px;
}
.msg_head {
 position: relative;
}
 .user_img_avt {
 height: 50px;
 width: 50px;
 border:1.5px solid #f5f6fa;
 margin:0 auto;
}
.user_img_msg_avt {
 height: 40px;
 width: 40px;
 border:1.5px solid #f5f5f5;
 margin:0 auto;
}
 .img_cont_avt {
	/*position: relative;*/
	height: 55px;
 width: 55px;
 margin:0 auto;
}
.img_cont_msg_avt {
 height: 30px;
 width: 30px;
}
 .img_cont_ot {
 position:relative;
 text-align:center;
 border-bottom:1px dotted #ccc;
 padding:0px 0px 5px 0px;
 margin: 0 auto
}
 .zA_ppc_attach_img_1a {
 position:absolute;
 float:left;
 width: 25px;
 height:auto;
 left:8px;
 top:8px;
 padding:0px 0px 10px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_ppc_send_img_1a {
 position:absolute;
 float:right;
 width:45px;
 height: auto;
 top:0px;
 right:2px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_ppc_mic_img_1a {
 position:absolute;
 float:right;
 width: 28px;
 height: auto;
 right:6px;
 top:6px;
 padding:0px 0px 10px 0px;
 margin:0px 0px 0px 0px;
}
 .type_msg {
 font-size:15px;
 background-color: rgba(35, 35, 35) !important;
 /*background-color: rgba(255, 255, 255) !important;*/
 border:0 !important;
 color:black !important;
 height: 42px !important;
 overflow-y: auto;
 padding:3px 55px 0px 3px;
}
.type_msg:focus {
 box-shadow:none !important;
 outline:0px !important;
}
 .zA_msg_mic_img_size1 {
 position:absolute;
 float:right;
 width: 28px;
 height: auto;
 right:6px;
 top:6px;
 padding:0px 0px 10px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_msg_mic_btn1 {
 width:110px;
 z-index:-100;
 display:inline-block;
 border-radius:50%;
 border:5px solid #FFF;
 -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.zA_msg_mic_btn1:hover {
 z-index:-100;
 border-radius:50%;
	/*border:5px solid #F00;*/
	 -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
}
 .zA_sta_h1 {
 position:relative;
 float:left;
 font-size: 20px;
 font-weight:600;
 color: #000;
 line-height:20px;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:10px auto;
}
 .zA_sta_header_line {
 border-bottom:1px dotted #ddd;
 z-index:100;
 padding:0px 0px 0px 0px;
 margin:0px 0px 8px 0px;
}
 .zA_sta_sub_h1 {
 position:relative;
 float:left;
 font-size:12px;
 font-weight:700;
 color:#000;
 left:0px;
 top:0px;
 text-align:left;
 padding:2px 0px 2px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_sta_sub_h1a {
 position:relative;
 float:right;
 font-size:12px;
 font-weight:900;
 color:#000;
 top:0px;
 text-align:right;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_sta_sub_h1b {
 font-size: 12px;
 font-weight:900;
 color:#000;
 text-align:left;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_sta_date_input {
 display: block;
 font-size: 11px;
 font-weight:400;
 line-height: 1.42857143;
 color:#000000;
 width:100%;
 background:#FFF;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border-bottom:none;
 border-right:none;
 border-top:none;
 outline:none;
 padding: 4px 3px 3px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_sta_h1a {
 font-size:12px;
 font-weight:500;
 color: #000;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:5px 0px 5px 0px;
}
 .zA_sta_h1b {
 font-size:11px;
 font-weight:500;
 color: #000;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:5px 0px 5px 0px;
}
 .zA_sta_bbr1 {
 border-bottom:4px solid #F00;
 padding:0px 0px 0px 0px;
 margin:5px 0px 5px 0px;
}
 .zA_account_h1 {
 position:relative;
 float:left;
 font-size:13px;
 font-weight:500;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_account_sub_h1 {
 color:#011119;
 font-size:13px;
 text-align:left;
 line-height:1.3;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_account_edit_ot {
 position:absolute;
 float:right;
 top:12px;
 right:0;
}
 .zA_account_edit_h1 {
 font-size:21px;
}
 .zA_account_hide_opt {
 position:absolute;
 float:right;
 top:1px;
 right:25px;
}
 .zA_account_btn1 {
 position:absolute;
 float:left;
 font-size: 13px;
 color:#F00;
 text-align:left;
 z-index:1;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_account_btn1:hover {
 color: #0056cc;
 text-decoration:none;
}
 .card_buy1 {
 position: relative;
	/*background: #f9f9f9;*/
	background:#598cc6;
 border-bottom-right-radius:5px;
 border-bottom-left-radius:5px;
 /*border-bottom:1px solid #f2f2f2;
 border-left:1px solid #f2f2f2;
 border-right:1px solid #f2f2f2;
 border-top:none;*/
 border:none;
 /*height:90px;*/
 /*height:66px;*/
 padding:2px 10px 25px 10px;
}
.buy_credit_text {
 position:relative;
 float:left;
 font-size: 12px;
 font-weight:500;
 color:#fff;
 line-height:15px;
 text-align:center;
 padding:0px 0px 0px 0px;
 margin:3px auto;
}
 .buy_credit_btn_ot {
 text-align:center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}
 .buy_credit_btn1 {
 display: block;
 font-size: 12px;
 line-height: 1.42857143;
 color:#fff;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 40px;
 border:none;
 border-bottom:1px solid #598cc6;
 border-left:1px solid #598cc6;
 border-right:1px solid #598cc6;
 border-top:1px solid #598cc6;
 outline:none;
 text-align:center;
 padding: 2px 25px 2px 25px;
 margin:0px 0px 0px 0px;
 background-color:#c6c6c6;
}
.buy_credit_btn1:hover {
 color:#999999;
 background-color:#ffffff;
}
 .buy_credit_btn2 {
 display: block;
 font-size: 12px;
 line-height: 1.42857143;
 color:#598cc6;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 40px;
 border:none;
 border-bottom:1px solid #598cc6;
 border-left:1px solid #598cc6;
 border-right:1px solid #598cc6;
 border-top:1px solid #598cc6;
 outline:none;
 text-align:center;
 padding: 2px 25px 2px 25px;
 margin:0px 0px 0px 0px;
 background-color:#fff;
}
.buy_credit_btn2:hover {
 color:#fff;
 background-color:#1558a4;
}
.buy_ST_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #ffffff;
	background-color: #4CAF50 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border: none;
	outline: none;
	text-align: center;
	padding: 4px 18px 4px 18px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
.buy_ST_btn1:hover {
	color:#ffffff;
	background-color:#2c9d31 !important;
	/*background-color:#1558a4;*/
}
.buy_NN_btn1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#fff;
	background-color:#FC3D32!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 40px;
	border:none;
	outline:none;
	text-align:center;
	padding: 4px 18px 4px 18px;
	margin:0px 0px 0px 0px;
}
.buy_NN_btn1:hover {
	color:#ffffff;
	background-color:#CA002A!important;
}
.type_msg {
	background-color: rgba(0, 0, 0) !important;
	/*background-color: rgba(35, 35, 35) !important;*/
	border:0 !important;
	border-radius:50px;
	color:white !important;
	height: 46px !important;
	overflow-y: auto;
	padding:6px 95px 5px 15px;
}
.type_msg:focus {
	box-shadow:none !important;
	outline:0px !important;
}
.zA_conversation_avt_2 {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 20px;
	color: #098cb8;
	font-weight: 600;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	/*background: rgb(255, 255, 255, 0.8);*/
	background: radial-gradient(#cceefa, #eaf9ff, #e2f3fa);
	/*border:1px solid #ccc;*/
	margin: 0px 0px 0px 0px;
}
.lg_gen_h1_1 {
	position: relative;
	float: left;
	left: 0px;
	/*font-size: 34px !important;*/
	font-size: 24px !important;
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	text-align:center;
	color: #000000;
	line-height: 28px !important;
	padding: 0px 0px;
	margin: 2px 0px 5px 0px;
}
.cs_crd_ot {
	padding-left:15px;
	padding-bottom:10px;
}
.wrap-inside {
	width: 100% !important;
	min-height: 370px !important;
	border-radius: 0px 0px 25px 25px;
	overflow: hidden;
	background: #fff;
	padding: 10px 6px 10px 6px;
	margin: 0px 0px 0px 0px;
}
.zA_home_brand_ot {
 width:100%;
 text-align: center;
 padding:0px 0px 0px 0px;
 /*margin:90px auto 0px;*/
 margin:10px auto 0px;
}
 .zA_prof_edit_img_ot {
 position:absolute;
 float:left;
 top:45px;
 left:15px;
 width:80px;
 z-index:100;
}
 .zA_profile_img_ot {
 position:absolute;
 float:left;
 top:18px;
 left:20px;
 width:100px;
 z-index:100;
}
 .zA_fpwd_h1a {
 position:relative;
 float:left;
 font-size:21px;
 font-weight:500;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
	.zA_fpwd_t1 {
		position: relative;
		float: left;
		/*font-size: 13px;*/
		font-size: 16px;
		font-weight: 500;
		color: #202124;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 2px 0px 0px 0px;
	}
	.zA_fpwd_bh1 {
		position: relative;
		float: left;
		/*font-size: 13px;*/
		font-size: 16px;
		font-weight: 500;
		color: #1e78e5;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 6px 0px;
	}
 .zA_fpwd_ot {
 width:100%;
 text-align: right;
 padding:0px 0px 0px 0px;
 margin:8px auto;
}
 .zA_fpwd_sh1a {
 position:relative;
 float:left;
 font-size:26px;
 font-weight:500;
 color:#1e78e5;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:5px 0px 5px 0px;
}

	/**********************************----------STORE---------************************************/

	.wrap_common_store {
		position: relative;
		float: none;
		width: 900px;
		overflow: hidden;
		vertical-align: top;
		/*background: #fff;*/
		background: #f0f4f9 !important;
		border-radius: 0px 0px 0px 0px !important;
		overflow: hidden;
		vertical-align: top;
		padding: 0px 20px 0px 20px;
		/*margin-top: 50px;*/
		margin-top: 5px !important;
		margin-bottom: 50px;
	}

	.wrap_store_scl1 {
		position: relative;
		float: left;
		width: 80%;
		min-height: 100vh;
		max-height: 100vh;
		overflow: auto;
		vertical-align: top;
		background: #ff0;
		margin: 0px;
	}

	.zA_store_h1 {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		top: 0px;
		left: 0px;
		font-size: 36px;
		color: #0056cc;
		text-align: center;
		line-height: 42px;
		padding: 0px 20px 0px 20px;
		margin: 15px 0px 10px 0px;
	}

	.zA_store_sh1a {
		position: relative;
		float: left;
		font-size: 15px;
		font-weight: 800;
		color: #000000;
		line-height: 24px;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_store_t1a {
		position: relative;
		float: left;
		color: #333333;
		font-size: 15px;
		text-align: left;
		line-height: 18px;
		list-style-type: disc;
		padding: 0px 5px 0px 26px;
		margin: 0px 0px 0px 0px;
	}

	.zA_store_t_link1 {
		color: #333333;
		font-size: 15px;
		text-align: left;
		line-height: 18px;
		text-decoration: underline;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

		.zA_store_t_link1:hover {
			color: #0056cc;
		}

/**********************************----------STORE ENDS---------************************************/

	.zA_HIW_h1 {
		font-size:36px;
		font-weight: 600;
		/*color: #1374eb;*/
		color: #414141;
		text-align: center;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 30px 0px 10px 0px;
	}

	.zA_HIW_t1 {
		font-size: 16px;
		font-weight: 400;
		color: #000000;
		line-height: 26px;
		text-align: center;
		width: 100%;
		letter-spacing: 1px;
		padding: 0px 0px 0px 0px;
		/*margin:0px 0px 10px 0px;*/
		margin: 0px 0px 25px 0px;
	}

	.zA_HIW_blank1 {
		height: 130px;
		min-height: 130px;
		padding: 0px 0px 10px 0px;
		/*margin:6px 0px 10px 0px;*/
		margin: 0px 0px 10px 0px;
	}

	.zA_HIW_h2 {
		font-size: 36px;
		font-weight: 600;
		/*color: #1374eb;*/
		color: #414141;
		text-align: center;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 30px 0px 10px 0px;
	}

	.zA_HIW_h2a {
		font-size: 30px;
		font-weight: 600;
		/*color: #1374eb;*/
		color: #414141;
		text-align: center;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	.zA_HIW_t2 {
		font-size: 18px;
		font-weight: 300;
		color: #000000;
		line-height: 20px;
		text-align: center;
		width: 100%;
		letter-spacing: 0.1px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 15px 0px;
	}

	.zA_brand_ot_h2 {
		font-size: 21px;
		line-height: 26px;
		color: #212121;
		/*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
		font-family: Roboto,Arial,Helvetica,sans-serif;
		width: 100%;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;

	}



	/*-------------------- MAIN WALL CATEGORY START --------------------*/

	.zA_WALL_C_ot {
		width: 100%;
		text-align: center;
		vertical-align: text-top;
		padding: 0px 0px 0px 0px;
		margin: 0px auto;
	}

	.zA_WALL_va1 {
		vertical-align: top;
		margin-bottom: 12px;
	}

	.zA_WALL_cat_ico {
		width: 80px;
		height: 80px;
		border-radius: 12%;
		font-size: 16px;
		font-weight: 400;
		color: #0056cc;
		line-height: 80px;
		text-align: center;
		vertical-align: top;
		text-transform: uppercase;
		background: rgba(255, 255, 255, 0.85);
		border: 1px solid #e2e2e2;
		margin: 0px auto;
	}

		.zA_WALL_cat_ico:hover {
			font-size: 20px;
			border-radius: 5px 5px 5px 5px;
			text-decoration: none;
			box-shadow: 0 0 6px rgba(33, 33, 33, .2);
		}

	.zA_WALL_cat_h1a {
		position: relative;
		float: none;
		font-size: 12px;
		font-weight: 400;
		color: #3a3e41;
		text-align: center;
		/*width: 78%;*/
		width: 68%;
		line-height: 1.4;
		/*background-color:#3F9;*/
		padding: 8px 0px 3px 0px;
		margin: 0px auto;
	}

	.zA_WALL_cat_btn {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 800;
		color: #000000;
		text-align: center;
		/*width: 112px;*/
		width: 100px;
		height: auto;
		padding: 5px 0px 2px 0px;
	}

		.zA_WALL_cat_btn:hover {
			text-decoration: none;
		}

	.zA_WALL_cat_ot1 {
		width: 100%;
		text-align: center;
		vertical-align: text-top;
		padding: 0px 0px 0px 0px;
		margin: 150px auto;
	}

	.zA_WALL_cat_ico1 {
		width: 140px;
		height: 80px;
		border-radius: 10px 10px;
		font-size: 16px;
		font-weight: 400;
		color: #0056cc;
		line-height: 80px;
		text-align: center;
		vertical-align: top;
		text-transform: uppercase;
		background: rgba(255, 255, 255, 0.85);
		border: 1px solid #e2e2e2;
		margin: 0px auto;
	}

		.zA_WALL_cat_ico1:hover {
			font-size: 20px;
			border-radius: 5px 5px 5px 5px;
			text-decoration: none;
			box-shadow: 0 0 6px rgba(33, 33, 33, .2);
		}

	.zA_WALL_cat_h2a {
		position: relative;
		float: none;
		font-size: 12px;
		font-weight: 400;
		color: #3a3e41;
		text-align: center;
		width: 85%;
		line-height: 1.4;
		padding: 8px 0px 3px 0px;
		margin: 0px auto;
	}

	.zA_WALL_cat_btn1 {
		position: relative;
		float: left;
		font-size: 12px;
		font-weight: 800;
		color: #000000;
		text-alig: center;
		width: 150px;
		height: auto;
		padding: 5px 0px 2px 0px;
	}

		.zA_WALL_cat_btn1:hover {
			text-decoration: none;
		}


	/* -------------------- MAIN WALL CATEGORY ENDS -------------------- */

/*********** home start ************/

.control-home {
 /*padding-top: 70px;*/
 padding-top: 50px;
 text-align: center;
 color: #fff;
}
.section-home .phone-image {
 padding: 40px 40px 0;
 margin-bottom: -35px;
}
.section-two {
 padding: 0px 40px 0;
 margin-bottom: -15px;
}
.band1-home {
 padding-top: 10px;
 text-align: center;
 color: #fff;
}
.band2-home {
 padding-top: 30px;
 text-align: center;
 color: #fff;
}
.band3-home {
 padding-top: 30px;
 text-align: center;
 color: #fff;
}
.band4-home {
 padding-top: 30px;
 text-align: center;
 color: #fff;
}
.section-three {
 padding: 0px 40px 0;
 margin-bottom: -15px;
}
.section-four {
 padding: 0px 40px 0;
 margin-bottom: -15px;
}
.section-five {
 padding: 0px 40px 0;
 margin-top:50px;
 margin-bottom:50px;
}
#home {
 position: relative;
 padding: 10px 0 15px;
 overflow: hidden;
 background-attachment: fixed;
}
.header-section .drop-nav {
 position: absolute;
 top: 0px;
 border: none;
}
#home_slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*min-height: 530px;*/
	min-height:380px;
}
.home_ot {
 background-color:#FFF;
 padding-bottom:15px;
 margin-bottom:30px;
 /*top:0px;
 width:90%;
 background-color:rgba(255, 255, 255, 0.8);
 padding-bottom:25px;
 margin-top:90px;
 margin-bottom:30px;
 margin-left:18px;*/
}
.home_sup_ot {
 background-color:#FFF;
 padding-bottom:15px;
 margin-bottom:30px;
}
.home_bx_h1 {
 font-size:36px;
 font-weight:400;
 color:#000;
 text-align:left;
 letter-spacing:-2px;
 line-height:40px;
 padding-left:20px;
 margin-top:35px;
/* font-size:26px;
 font-weight:400;
 color:#000;
 text-align:left;
 letter-spacing:1.4px;
 line-height:30px;
 padding-left:5px;
 margin-top:15px;*/
}

.home_bx_sh1 {
 font-size:14px;
 font-weight:400;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:19px;
 padding-left:5px;
 margin-top:5px;
}
.home_bx_sh1a {
	font-size:24px;
	font-weight:500;
	color:#000;
	text-align:left;
	line-height:26px;
	padding-left:20px;
	margin-top:20px;
}
.home_bx_sh1b {
	font-size:18px;
	font-weight:400;
	color:#000;
	text-align:left;
	line-height:24px;
	padding-left:20px;
	margin-top:10px;
}
.home_bx_sh1c {
	font-size:18px;
	font-weight:400;
	color:#000;
	text-align:left;
	line-height:24px;
	padding-left:20px;
	margin-top:10px;
}
.home_bx_btn_ot1 {
 margin-top:15px;
 margin-left:-10px;
 text-align:left;
}
.home_rd_ot {
	position: relative;
	float: left;
	left: -15px;
	bottom:15px;
}
.home_rd_btn {
	position: relative;
	float: left;
	left:0px;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	background-color: #000;
	padding: 5px 22px 5px 22px;
}
.home_rd_btn:hover {
	color:#FFF;
	background-color:#333333;
}
/*.home_bx_h1 {
 font-size:36px;
 font-weight:400;
 color:#000;
 text-align:left;
 letter-spacing:-2px;
 line-height:40px;
 padding-left:25px;
 margin-top:20px;
}
.home_bx_sh1 {
 font-size:16px;
 font-weight:400;
 color:#000;
 text-align:left;
 line-height:24px;
 padding-left:25px;
 margin-top:15px;
}
.home_bx_btn_ot1 {
 margin-top:20px;
 margin-left:10px;
 text-align:left;
}*/
.home_bx_btn_ot2 {
 margin-top:20px;
 margin-left:-25px;
 text-align:left;
}
.home_bx_btn {
 font-size:13px;
 font-weight:400;
 color:#FFF;
 text-align:left;
 background-color:#000;
 padding:10px 18px 10px 18px;
}
.home_bx_btn:hover {
 color:#FFF;
 background-color:#333333;
}
.home_band1_h1 {
 position:relative;
 float:left;
 left:-12px;
 /*font-size:26px;*/
 font-size:24px;
 font-weight:500;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:28px;
 letter-spacing:-.5px;
 padding-left:0px;
 margin-top:10px;
}
.home_band1_sh1 {
 position:relative;
 float:left;
 left:-12px;
 font-size:16px;
 font-weight:400;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:24px;
 padding-left:0px;
 margin-top:10px;
}

.home_band1_Psh1 {
 /*position:relative;
 float:left;
 left:-12px;*/
 font-size:16px;
 font-weight:400;
 color:#000;
 text-align:left;
 line-height:24px;
 padding-left:0px;
 margin-top:10px;
}
.home_band1_Psh1:hover {
 color:#FFF;
 background-color:#333333;
}
.home_band2_h1 {
 position:relative;
 float:left;
 left:4px;
 /*font-size:26px;*/
 font-size:22px;
 font-weight:400;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:26px;
 padding-left:0px;
 margin-bottom:10px;
 margin-top:10px;
}
.home_band2_img1 {
 padding:0px;
 margin:0px 0px 0px 0px;
}
.band2_div_ot1 {
 padding:0px;
 margin:0px 0px 0px 0px;
}
.band2_div_ot1a {
 padding:0px;
 margin:0px 0px 0px 0px;
}
.home_band2_sh1 {
 font-size:18px;
 font-weight:500;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:24px;
 padding-left:0px;
 margin-top:15px;
}
.home_band2_LINK {
	position:relative;
	float:left;
	left:-14px;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	text-align: left;
	line-height: 24px;
	padding-left:0px;
	margin-top: 15px;
}
.home_band2_LINK:hover {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
.home_band2_LINK1 {
	position: relative;
	float: left;
	left:-14px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 22px;
	padding-left:0px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.home_band2_LINK1:hover {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.home_band2_txt1 {
 font-size:14px;
 font-weight:400;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:20px;
 padding-left:0px;
 margin-top:10px;
 margin-bottom:30px;
}
.home_band2_txt2 {
 font-size:16px;
 font-weight:500;
 color:#000;
 text-align:left;
 line-height:32px;
 text-decoration:underline;
 padding-left:14px;
 margin-top:0px;
 margin-bottom:30px;
}
.band3_div_ot1 {
 padding:0px;
 margin:0px 0px 0px 0px;
}
.band3_img_ot {
 padding:0px;
 margin:0px 0px 0px 0px;
}
.home_band3_sh1 {
 font-size:16px;
 font-weight:500;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:24px;
 padding-left:0px;
 margin-top:20px;
}
.home_band3_txt1 {
 font-size:14px;
 font-weight:400;
 color:#000;
 /*color:#b20101;*/
 text-align:left;
 line-height:20px;
 padding-left:0px;
 margin-top:10px;
 margin-bottom:20px;
}
.home_band3_txt2 {
 font-size:16px;
 font-weight:500;
 color:#000;
 text-align:left;
 line-height:32px;
 text-decoration:underline;
 padding-left:0px;
 margin-top:0px;
 margin-bottom:30px;
}
.band4_box {
 text-align:left;
 border:1px solid #CCC;
 background-color:#FFF;
 padding:20px 6px 20px 6px;
}
.band4_box_img1 {
 width:140px;
 height:auto;
}
.band4_box_bot1 {
 text-align:left;
 border-bottom:2px solid #CCC;
 padding-bottom:20px;
 padding-top:20px;
 margin-bottom:50px;
}
.band4_box_pr1 {
 padding-right:0px;
 margin-right:0px;
}
.band4_box_btn {
 position:relative;
 float:left;
 left:-16px;
 font-size:28px;
 font-weight:600;
 color:#000000;
 text-align:left;
 padding:0px 0px 0px 0px;
}
.band4_box_btn:hover {
 color:#545454;
}
.band4_box_btn_ot1 {
 padding-left:5px;
 padding-bottom:0px;
 padding-top:0px;
 margin-bottom:20px;
}
.band4_box_btn_ot1a {
 padding-left:5px;
 padding-bottom:0px;
 padding-top:0px;
 margin-bottom:150px;
}
.band4_box_zero {
 padding:0px;
 margin:0px;
}
.band4_box_btn1 {
 position:relative;
 float:left;
 background:url('../../images/landing/zeozapp_job_arw_2a.png');
 background-position:right;
 background-repeat:no-repeat;
 font-weight:600;
 color:#000000;
 /*color:#b20101;*/
 display:inline-block;
 font-size:24px;
 text-align:left;
 text-decoration:none;
 border-radius: 0px;
 width:100%;
 border-bottom:2px solid #CCC;
 padding:8px 0px 10px 0px;
 margin:0px 0px 0px 0px;
}
.band4_box_btn1:hover {
 padding-right:-30px;
 color:#545454;
 text-decoration:none;
 background:url('../../images/landing/zeozapp_job_arw_2b.png');
 background-position:right;
 background-repeat:no-repeat;
}
/*********** home end ************/

.zA_result_heard_avt_1 {
	position: relative;
	float: left;
	top: 0px !important;
	width: 65px !important;
	height: 65px !important;
	border-radius: 50%;
	font-size: 18px !important;
	color: #0056cc;
	line-height: 65px !important;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 2px dotted #ccc;
	margin: 2px 6px 0px 0px;
}
.zA_result_heard_avt_1a {
	position: relative;
	float: left;
	top: 0px !important;
	width: 65px !important;
	height: 65px !important;
	border-radius: 50%;
	font-size: 18px !important;
	color: #0056cc;
	line-height: 65px !important;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 2px dotted #ccc;
	margin: 2px 6px 0px 0px;
}
/*.zA_result_heard_avt_1b {
	position: relative;
	float: left;
	top: 40px !important;
	width: 85px !important;
	height: 85px !important;
	border-radius: 50% !important;
	font-size: 18px !important;
	color: #0056cc;
	line-height: 85px !important;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 2px dotted #ccc;
	margin: 0px 6px 0px 0px;
}*/
.zA_street_avt_1 {
	position: relative;
	float: left;
	border: none;
	width: 62px !important;
	height: 62px !important;
	/*top: -10px !important;*/
	padding-left: 1px;
	/*background: red;*/
}
.lg_gen_sbtn1 {
  display: inline-block;
  line-height: 28px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0c5dcd;
  background: #0c5dcd;
  font-size: 14px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  padding: 0 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_gen_sbtn1:hover {
  color: #fff;
  background: #0f53b2;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}
.lg_gen_sbtn2 {
  display: inline-block;
  line-height: 28px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  border:1px solid #0ca191;
  background: #0ca191;
  font-size: 14px !important;
  color: #fff;
  font-family: inherit;
  font-weight: 500 !important;
  text-decoration:none;
  padding: 0 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.lg_gen_sbtn2:hover {
  color: #fff;
  background: #0c9385;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
}

}
/**************************************** XS ENDS ****************************************/

.zA_intro_1a {
	min-height:360px;
	padding: 10px 0px 0px 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top:1px solid #dadce0;
	border-bottom:none;
	border-right:1px solid #dadce0;
	border-left:1px solid #dadce0;
	background-color:#fff;
}
.zA_intro_1b {
	padding: 10px 20px 20px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top:none;
	border-bottom:1px solid #dadce0;
	border-right:1px solid #dadce0;
	border-left:1px solid #dadce0;
	background-color:#fff;
}
.zA_intro_img {
	position:relative;
	float:left;
	width:100%;
	height: auto;
	border-bottom:1px solid #f0f0f0;
	padding: 0px 0px 0px 0px;
	margin:18px 0px 8px 0px;
}
.zA_intro_h1 {
	position:relative;
	float:left;
	width:100%;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #000000;
	line-height: 1.4;
	font-weight:600;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
.zA_intro_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #1374eb;
	line-height: 1.2;
	font-weight:500;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_intro_txt {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.1;
	letter-spacing:0.005em;
	font-weight:500;
	text-align:center;
	padding: 3px 3px 0px 3px;
	margin:0px 0px 0px 0px;
}
.zA_intro_condition {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.3;
	font-weight:500;
	text-align:center;
	padding: 3px 3px 0px 3px;
	margin:0px 0px 0px 0px;
}
.zA_intro_small {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.3;
	font-weight:500;
	text-align:center;
	padding: 3px 10px 10px 10px;
	margin:0px 0px 0px 0px;
}
.carousel {
	position:relative
}
.carousel-inner {
	position:relative;
	overflow:hidden;
	width:100%
}
.carousel-inner>.item {
	display:none;
	position:relative;
	-webkit-transition:0.6s ease-in-out left;
	-o-transition:0.6s ease-in-out left;
	transition:0.6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto;
	line-height:1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
-webkit-transition:-webkit-transform 0.6s ease-in-out;
-moz-transition:-moz-transform 0.6s ease-in-out;
-o-transition:-o-transform 0.6s ease-in-out;
transition:transform 0.6s ease-in-out;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-perspective:1000px;
-moz-perspective:1000px;
perspective:1000px
}
.carousel-inner>.item.next, .carousel-inner>.item.active.right {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
left:0
}
.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
left:0
}
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
left:0
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:15%;
	opacity:0.5;
	filter:alpha(opacity=50);
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	background-color:transparent
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	left:auto;
	right:0;
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline:0;
	color:#fff;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	margin-top:-10px;
	z-index:5;
	display:inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left:50%;
	margin-left:-10px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width:20px;
	height:20px;
	line-height:1;
	font-family:serif
}
.carousel-control .icon-prev:before {
	content:'\2039'
}
.carousel-control .icon-next:before {
	content:'\203a'
}
.carousel-indicators {
	position:absolute;
	bottom:0px;
	left:50%;
	z-index:15;
	width:60%;
	margin-left:-30%;
	padding-left:0;
	list-style:none;
	text-align:center;
	top:0px;
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	border:1px solid #1374eb;
	border-radius:10px;
	cursor:pointer;
	background-color:#000 \9;
	background-color:transparent
}
.carousel-indicators .active {
	margin:0;
	width:12px;
	height:12px;
	background-color:#1374eb
}
.carousel-caption {
	position:absolute;
	left:15%;
	right:15%;
	bottom:20px;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
width:30px;
height:30px;
margin-top:-10px;
font-size:30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
margin-left:-10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
margin-right:-10px
}
.carousel-caption {
left:20%;
right:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:20px;
}
icon-title {
 width: 183px;
}
 .container-login100 {
 width: 100%;
 min-height:100%;
 /*min-height: 81vh;
 max-height:100vh;*/
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 /*background-color:#0FC;*/
 background: #f0f4f9;
 padding: 8px;
/*background-image:url(../images/zeozapp_bg1b.jpg);
 background-size: cover;
 background-repeat: no-repeat;*/
}
 .container-other {
 width: 100%;
/* min-height: 65vh;*/
 max-height:100vh;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding: 8px;
}
	.zA_brand_txt {
		position: relative;
		float: left;
		font-size: 12px;
		line-height: 1.7;
		color: #212121;
		/*font-family: Poppins-Regular;*/
		font-family: Roboto,Arial,Helvetica,sans-serif;
		left: 0px;
		top: 35px;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}
}
.jumbotron {
	margin-bottom:20px;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2)
}
.container .jumbotron {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.jumbotron>.jumbotron-photo img {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	width:100%
}
.jumbotron .jumbotron-contents {
	padding:20px;
	color:#434A54
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner>.item.active img {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0
}
.jumbotron .carousel-inner>.item>a>img, .jumbotron .carousel-inner>.item>img {
	width:100%
}
.jumbotron .carousel-control.left {
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0
}
.jumbotron .carousel-control.right {
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0
}
.jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 {
	font-weight:400
}
.jumbotron h1, .jumbotron .h1 {
	font-size:28px
}
.jumbotron h2, .jumbotron .h2 {
	font-size:24px
}
.jumbotron p {
	font-size:14px
}
@media screen and (min-width: 768px) {
.jumbotron, .container .jumbotron {
padding:0
}
.jumbotron h1, .jumbotron .h1 {
font-size:28px
}
}
.zA_green_btn {
	border:1px solid #77dd77;
	background-color:none;
	color: #77dd77;
	padding:5px 4px;
	display:inline-block;
	font-size:16px;
	text-align:center;
	border-radius: 3px;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
.zA_green_btn:hover {
	border:1px solid #22b222;
	color:#ffffff;
	background-color:#22b222;
	text-decoration:none;
}
.zA_green_lnk {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #40cd40;
	line-height: 1.3;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_green_lnk:hover {
	color:#40cd40;
}
.zA_rights_txt1 {
	position:relative;
	float:left;
	font-size: 10px;
	font-weight:500;
	color: #cccccc;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:18px 0px 0px 0px;
}
.zA_rights_txt2 {
	position:relative;
	float:left;
	font-size: 10px;
	font-weight:500;
	color: #777;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:18px 0px 0px 0px;
}
.zA_confim_tick {
	position:relative;
	float:left;
	font-size: 80px;
	font-weight:600;
	color: #4de6b9;
	line-height: 1.0;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_confim_h1 {
	position:relative;
	float:left;
	font-size: 24px;
	font-weight:600;
	color: #1374eb;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:10px 0px 16px 0px;
}
.zA_confim_T1a {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
/*.zA_recv_h1 {
	position:relative;
	float:left;
	font-size: 24px;
	font-weight:600;
	color: #1374eb;
	line-height: 1.3;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 16px 0px;
}
.zA_recv_txt {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}

.zA_recv_txt_1 {
	font-size: 16px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}

.zA_recv_cnt_1 {
	font-size: 12px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}

.zA_recv_lnk1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#1374eb;
	line-height: 1.3;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_recv_lnk1:hover {
	color:#40cd40;
}
*/

.zA_confim_T1b {
	font-size: 12px;
	font-weight:500;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
.zA_confim_small {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #757575;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	border-top: 1px dotted #999;
	padding:10px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_confim_lnk1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_confim_lnk1:hover {
	color:#40cd40;
}
.zA_confim_lnk2 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#1374eb;
	line-height: 1.3;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_confim_lnk2:hover {
	color:#40cd40;
}
.zA_confim_lnk3 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #757575;
	line-height: 1.3;
	text-align:left;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_confim_lnk3:hover {
	color:#40cd40;
	text-decoration:none;
}
.noti_dd_1 {
	position:absolute;
	float:right;
	right:50px;
	top:6px;
}
#noti_dd_1 {
	position:absolute;
	float:right;
	right:50px;
	top:6px;
}
.noti_dd_2 {
	color:#FFF;
	font-size:21px;
	font-weight:300;
}
#noti_dd_2 {
	color:#FFF;
	font-size:21px;
	font-weight:300;
}
.dropdown-menu {
	top: 60px;
	right: 0px;
	left: unset;
	width: 220px;
	box-shadow: 0px 5px 7px -1px #c1c1c1;
	padding-bottom: 0px;
	padding: 0px;
}
.dropdown-menu:before {
	content: "";
	position: absolute;
	top: -20px;
	right: 12px;
	border:10px solid #343A40;
	border-color: transparent transparent #343A40 transparent;
}
.head {
	padding:5px 15px;
	border-radius: 3px 3px 0px 0px;
}
.footer {
	/*background-color:#3FF;*/
	padding:5px 150px;
	border-radius: 0px 0px 3px 3px;
}
.notification-box {
	padding: 10px 0px;
}
.bg-gray {
	background-color: #eee;
}
@media (max-width: 640px) {
 .dropdown-menu {
 position:relative;
 float:left;
 top: 50px;
 right:0px;
 width: 290px;
}
 .nav {
 display: block;
}
 .nav .nav-item, .nav .nav-item a {
 padding-left: 0px;
}
 .message {
 font-size: 13px;
}
/*.container-login100 {
	width: 100%;
	min-height: 65vh;
	max-height:100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
	background-image:url(../images/zeozapp_bg1a.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	
}*/

}
/* CSS used here will be applied after bootstrap.css */

.dropdown {
	display:inline-block;
	margin-left:20px;
	padding:10px;
}
.glyphicon-bell {
	font-size:1.5rem;
}
.notifications {
	min-width:270px;
}
.notifications-wrapper {
	overflow:auto;
	max-height:270px;
}
.menu-title {
	color:#ff7788;
	/* color:#b721ff;*/
     font-size:1.3rem;
	display:inline-block;
}
.glyphicon-circle-arrow-right {
	padding-top:3px;
	margin-left:5px;
}
.notification-heading, .notification-footer {
	padding:8px 10px;
}
.dropdown-menu.divider {
	margin:5px 0;
}
.item-title {
	font-size:1.3rem;
	color:#000;
}
.item-time {
	text-align:left;
	top:0;
	font-size:1.1rem;
	color:#000;
	padding:0px;
	margin:0px;
}
.notifications a.content {
	text-decoration:none;
	background:#f0f0f0;
}
.notification-item {
	padding:10px 10px 4px 10px;
	margin:4px;
	background:#f0f0f0;
	border-radius:4px;
}
 @media (max-width: 640px) {
 .dropdown-menu {
 top: 50px;
 left: -16px;
 width: 220px;
}
 .nav {
 display: block;
}
 .nav .nav-item, .nav .nav-item a {
 padding-left: 0px;
}
 .message {
 font-size: 13px;
}
/*.container-login100 {
	width: 100%;
	min-height: 35vh;
	max-height:100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
	background-image:url(../images/zeozapp_bg1a.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}*/




}
* .copyright1 {
	position:absolute;
	bottom:0;
	width:100%;
	font-size:11px;
	color:#858585;
	text-align:center;
	border-top:1px solid #f2f2f2;
	/*background-color:#404040;*/
	background-color:#fff;
}
.copyright1 a {
	text-align:center;
	font-size:11px;
	color:#858585;
}
.copyright1 a:hover {
	color:#656565;
}
.copyright1 p {
	position:absolute;
	bottom:0;
	width:100%;
	font-size:11px;
	color:#b1aca1;
	text-align:center;
	margin:3px 0px;
}
.zA_footer_ot1 {
	width:100%;
	z-index:10;
}
footer {
	position: fixed;
	/*line-height:16px;*/
	bottom:0px;
	width:100%;
	background:#f2f2f2;
	border-top:1px solid #f2f2f2;
	padding: 5px 0px 2px 0px;
	z-index:100;
	left:0px !important;
}
footer .menu li a {
	position:relative;
	float:left;
	/*font-size:12px;*/
	font-size:13px;
	/*color:#000;*/
	color:#000000;
	line-height:14px;
	padding:0px 0px 2px 0px;
	text-decoration:none;
}
footer .menu li a:hover {
	color:#000;
}
 .fa.fa-facebook 1, .fa.fa-dropbox 1, .fa.fa-flickr 1, .fa.fa-github 1, .fa.fa-linkedin 1, .fa.fa-zeoz 1, .fa, fa-tumblr 1, .fa.fa-google-plus 1, .fa.fa-tumblr 1 {
 color:#b1aca1;
 font-size:16px;
 padding:0px 2px 0px 2px;
}
 .fa.fa-facebook 1:hover, .fa.fa-dropbox 1:hover, .fa.fa-flickr 1:hover, .fa.fa-github 1:hover, .fa.fa-linkedin 1:hover, .fa.fa-zeoz 1:hover, .fa, fa-tumblr 1:hover, .fa.fa-google-plus 1:hover, .fa.fa-tumblr 1:hover {
 color:#faf5eb;
}
.footer_social {
	position:relative;
	float:right;
	color:#656565;
	font-size:14px;
	line-height:15px;
	padding:0px 0px 0px 0px;
}
.footer_social:hover {
	color:#000;
}
footer .bg {
	background:#f2f2f2;
}
footer .bbr {
	border-bottom:1px solid #e4e4e4
}
footer .c1 {
	position:relative;
	float:left;
	font-size:13px;
	color:#454545;
	padding:7px 0px 0px 0px;
	text-decoration:none;
}
footer .dvr {
	font-size:11px;
	color:#6f6f6f;
	line-height:14px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}
footer .ver {
	position:relative;
	float:left;
	font-size:11px;
	color:#454545;
	line-height:14px;
	padding:0px 0px 2px 5px;
	text-decoration:none;
}
footer .c1a {
	position:relative;
	float:left;
	/*font-size:12px;*/
	font-size:13px;
	color:#000000;
	line-height:14px;
	padding:0px 0px 2px 0px;
	text-decoration:none;
}
footer .c1a_1 {
	position:relative;
	float:left;
	font-size:12px;
	color:#bebebe;
	line-height:14px;
	padding:0px 4px 2px 4px;
	text-decoration:none;
}
footer .c1a_2 {
	font-size:12px;
	color:#bebebe;
	line-height:14px;
	padding:0px 4px 2px 4px;
	text-decoration:none;
}
footer .c1b {
	position:relative;
	float:left;
	font-size:10px;
	color:#454545;
	padding:2px 3px 0px 0px;
	text-decoration:none;
}
footer .c1c {
	font-size:13px;
	font-weight:800;
	color:#454545;
	padding:5px 0px 0px 6px;
	text-decoration:none;
}
footer .c1d {
	position:relative;
	float:left;
	font-size:11px;
	color:#000;
	line-height:12px;
	padding:0px 3px 2px 0px;
	text-decoration:none;
}
footer .c1e {
	position:relative;
	float:left;
	font-size:12px;
	color:#454545;
	line-height:14px;
	padding:0px 8px 2px 0px;
	text-decoration:none;
}
footer .dot1 {
	border-radius: 100%;
	display: inline-block;
	width: 9px;
	height: 9px;
	vertical-align: middle;
	background:#9e9e9e;
	margin: 0px 6px 0px 0;
}
.zA_support_h1 {
	position:relative;
	float:left;
	font-size: 24px;
	font-weight:600;
	color: #1374eb;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:10px 0px 8px 0px;
}
.zA_support_sh1 {
	font-size: 15px;
	font-weight:900;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_support_t1 {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
}
.zA_support_t1a {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 10px 0px;
}
.zA_support_t1aS {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 10px 0px;
}
.zA_support_t1b {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_support_blank1 {
	position:relative;
	float:left;
	width:100%;
	min-height:250px;
	padding:0px 0px 10px 0px;
	margin:6px 0px 10px 0px;
}
.zA_support_small {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #757575;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	width:100%;
	border-top: 1px dotted #e3e3e3;
	padding:10px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_support_lnk1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #757575;
	line-height: 1.3;
	text-align:left;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_support_lnk1:hover {
	color:#40cd40;
	text-decoration:none;
}
.zA_support_lnk2_ot {
	position:absolute;
	float:right;
	right:0;
	bottom:20px;
	padding:0;
	margin:0px;
}
.zA_support_lnk2 {
	border:1px solid #33bb14;
	background-color:#33bb14;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
	text-align:center;
	padding:3px 20px;
	margin:0px 0px 0px 0px;
}
.zA_support_lnk2:hover {
	font-size:14px;
	border:1px solid #67d44a;
	color:#67d44a;
	background-color:#ffffff;
	text-decoration:none;
	padding:3px 20px;
	margin:0px 0px 0px 0px;
}
.zA_misc_p_h1a {
	position:relative;
	float:left;
	font-size: 28px;
	font-weight:500;
	color: #000;
	line-height: 1.3;
	text-align:center;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
}
.zA_misc_p_h1b {
	position:relative;
	float:left;
	font-size: 21px;
	font-weight:500;
	color:#03F;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_misc_p_h1c {
	font-size: 16px;
	font-weight:500;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_misc_p_t1a {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px;
}
.zA_misc_p_h1 {
	font-size: 16px;
	font-weight:900;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_misc_p_t1 {
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 25px 0px;
}
.zA_misc_p_t1_1 {
	font-size: 12px;
	font-weight:400;
	font-style:italic;
	color: #757575;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_misc_p_lnk {
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	text-decoration:underline;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_misc_p_lnk:hover {
	color:#06F;
	text-align:center;
	text-decoration:none;
}
.zA_misc_p_lnk1 {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 1.3;
	text-align:left;
	text-decoration:underline;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_misc_p_lnk1:hover {
	color:#06F;
	text-align:center;
	text-decoration:none;
}
.zA_search_ot1 {
	position:absolute;
	float:left;
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}
.zA_search_ot2 {
	position:absolute;
	float:left;
	left:60px;
	top:100px;
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}
.zA_search_ot3 {
	position:absolute;
	float:right;
	right:90px;
	top:200px;
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}
.zA_search_tag_s1 {
	position:relative;
	float:left;
	width:40px;
	height:auto;
	padding:0px 0px 10px 0px;
	margin:6px 0px 10px 0px;
}
.zA_search_holder {
	width:40px;
	height:4px;
	min-height:4px;
	display:block;
	z-index:1;
	text-align:center;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background-color:#dadce0;
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}
.zA_search_ac_bg1 {
	position:absolute;
	float:left;
	bottom:0;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	/*background-color:#FFF;*/
	background-image:url(../images/bg1.png);
}
.zA_search_ac_bg1a {
	position:absolute;
	float:left;
	bottom:2px;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	background-color:#FFF;
}
.zA_search_BL1a {
	border-bottom:1px solid #f1f1f1;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_search_BL1b {
	border-bottom:1px solid #f1f1f1;
	padding:0px 0px 10px 0px;
	margin:6px 0px 0px 0px;
}
.zA_search_TL1a {
	position:relative;
	float:left;
	width:100%;
	/*border-bottom:1px dotted #e0e0e0;*/
	border-bottom:1px dotted #fff;
	padding: 0px 0px 32px 0px;
	margin:0px 0px 0px 0px;
}
.zA_search_h1 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.3;
	font-weight:500;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_search_h1a {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.3;
	font-weight:400;
	text-align:left;
	padding: 0px 0px 0px 10px;
	margin:10px 0px 0px 0px;
}
.zA_search_list_btn {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #0056cc;
	line-height: 1.3;
	font-weight:400;
	text-align:left;
	padding: 0px 0px 0px 10px;
	margin:8px 0px 5px 0px;
}
.zA_search_list_btn:hover {
	color: #6a7dfe;
	text-align:center;
	text-decoration:underline;
}
.zA_search_avt_1 {
	position:relative;
	float:left;
	width: 66px;
	height:66px;
	border-radius: 50%;
	font-size:28px;
	color:#FFF;
	/*color: #0056cc;*/
	line-height: 66px;
	text-align: center;
	/*background: #5f889e;*/
	background:#9378e3;
	/*border:1px solid #5f889e;*/
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_search_sh1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #757575;
	line-height: 1.3;
	font-weight:500;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:5px 0px 8px 0px;
}
.zA_search_job_bg1 {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	/*border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;*/
	/*border:1px solid #e5e5e5;*/
	/*border:1px solid #e1e1e1;*/
	background-color:#fff;
	padding: 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_search_job_tf {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	font-weight:400;
	width:100%;
	text-align:left;
	background:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	outline:none;
	padding: 9px 10px;
	margin:0px 0px 0px 0px;
}
.zA_search_job_img {
	position:absolute;
	float:right;
	top:0;
	right:0;
	width: 38px;
	height:38px;
	/*background-color:#0056cc;*/
	background-color:none;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	/*border-top-right-radius:0px;
	border-bottom-right-radius:4px;
	border-top-left-radius:0px;
	border-bottom-left-radius:4px;*/
	padding: 8px 8px 8px 8px;
	margin:0px 0px 0px 4px;
}
.zA_search_map_ot {
	position:absolute;
	float:right;
	right:0;
	top:0;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.zA_search_img_map {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 0px;
}
.zA_cdt_btn1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #6983fb;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.card-header, .card-link, .card-link:hover {
	background-color:#000;
	text-align:left;
	color:hotpink;
}
.card-body {
	padding:10px 10px;
}
.card {
	width:500px;
}*/


#box-servizi {
	background: #ffffff;
	margin: 50px 0px;
	padding-bottom: 50px;
	padding-top: 20px;
	overflow: hidden;
}
#box-servizi>div {
	margin-top: 25px;
	min-height: 100px;
	position: relative;
	padding-right: 50px;
}
#box-servizi>div>a>img {
	display: block;
	position: absolute;
    /* transitions */
    -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 -ms-transition: all .4s ease;
 -o-transition: all .4s ease;
 transition: all .4s ease;
}
#box-servizi>div>a>img.normal {
	filter: alpha(opacity=100); /* IE stuff */
	opacity: 1;
	z-index: 2;
}
#box-servizi>div>a>img.hover {
	filter: alpha(opacity=0); /* IE stuff */
	opacity: 0;
	z-index: 1;
}
/* hover */
#box-servizi>div>a:hover>img.normal {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}
#box-servizi>div>a:hover>img.hover {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 2;
}
.buttonImage {
	float:left;
	position:relative;
	height:100px;
	width:200px;
	border:5px solid #FFF;
	margin:0 20px 20px 0;
}
.zA_ttl_vL1 {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dotted #e0e0e0;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}
.zA_ttl_vh1 {
	position:relative;
	float:left;
	/*font-size: 16px;*/
	font-size: 15px;
	/*color: #0056cc;*/
	color: #2b00cc;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_footer_txt1 {
	font-size: 12px;
	font-weight:300;
	color: #999;
	text-align:center;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_footer_links_ot {
	position:absolute;
	float:none;
	top:50px;
	right:0;
}
.zA_footer_btn1a {
	font-size: 11px;
	font-weight:500;
	color: #fff;
	text-align:center;
	width:100%;
	text-decoration:none;
	padding:0px 4px 0px 4px;
	margin:0px 0px 0px 0px;
}
.zA_footer_btn1a:hover {
	color: #6a7dfe;
	text-align:center;
	text-decoration:underline;
}
.zA_footer_btn1b {
	font-size: 10px;
	font-weight:500;
	color: #999;
	text-align:center;
	width:100%;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	margin:0px 0px 0px 0px;
}
.zA_footer_btn1b:hover {
	color: #fff;
	text-align:center;
	text-decoration:underline;
}
ol.d {
	list-style-type: lower-alpha;
}
 ul:nth-of-type(14) {
 list-style-type: upper-alpha;
}
.zA_section_h1 {
	font-size:28px;
	font-weight:400;
	color:#1374eb;
	line-height:28px;
	text-transform:capitalize;
	margin:0px 0px 8px 0px;
}
.zA_left_heading_wraper {
	text-align:left;
	width:100%;
	padding-bottom:15px;
}
.zA_left_heading_wraper h1 {
	margin:0px 0px 0px 0px;
	color:#1d3571;
	font-size:32px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}
.zA_left_heading_wraper h2 {
	margin:0px 0px 0px 0px;
	color:#1d3571;
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}
.zA_dark_heading_wraper h1 {
	color:#fff !important;
}
.zA_dark_heading_wraper h2 {
	color:#fff !important;
}
.zA_left_heading_wraper h1 {
	margin:0px 0px 0px 0px;
	color:#1d3571;
	line-height:28px;
	font-size:32px;
	font-weight:400;
	margin-bottom:10px;
	text-transform:capitalize;
}
.zA_center_heading_wrapper {
	width:100%;
	text-align:center;
	margin-top:25px;
}
.zA_center_heading_wrapper {
	width:100%;
	text-align:center;
}
.zA_center_heading_wrapper h1 {
	/*color:#1d3571;*/
	color:#1374eb;
}
.zA_center_heading_wrapper p {
	color:#6b84ad;
}
.logo-rule {
	background-image:url(../images/acc/zeoz-badge-bg.png);
	background-size:auto 3px;
	background-repeat:no-repeat;
	background-position:center center
}
.zA_leads_wrapper {
	float:left;
	width:100%;
	background:#f6fbff;
	padding-top:100px;
	padding-bottom:100px;
}
.zA_leads_index {
	background:#e8f5ff;
}
.zA_letter_img_wrapper {
	float:left;
}
.zA_leads_accordian .panel-group .panel+.panel {
	margin-top:0px;
}
.zA_leads_accordian .panel-group {
	margin-bottom:0;
}
.zA_leads_accordian .panel-default {
	border:0;
}
.zA_leads_accordian .panel {
	background-color:transparent;
	box-shadow:none;
	border-radius:0;
	margin:0;
}
.zA_leads_accordian .panel .panel-heading a {
	display:block;
	background:transparent;
	padding-bottom:8px;
	color:#1d3571;
	font-size:18px;
	font-weight:500;
	border:0;
	font-family:'Montserrat', sans-serif;
}
.zA_leads_accordian .panel .panel-heading a.collapsed {
	color:#0a4caf;
	background-color:transparent;
	display:block;
	border:0;
	font-family:'Montserrat', sans-serif;
}
.zA_leads_accordian .panel-default>.panel-heading {
	border-radius:0px;
	padding:0px;
	background:transparent;
}
.zA_leads_accordian .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:0;
	padding-top:0;
	padding-left:25px;
	color:#fff;
	background:transparent;
}
.zA_leads_accordian .panel-group .panel-heading+.panel-collapse>.panel-body p {
	border-top:0;
	padding-left:27px;
	color:#6b84ad;
	font-size:21px;
	font-weight:300;
}
.zA_leads_accordian .panel .panel-heading a:before, .sw_leads_accordian .panel .panel-heading a.collapsed:before {
	font-family:'FontAwesome';
	font-size:16px;
	float:left;
	margin-right:60px;
	margin-left:20px;
	display:block;
}
.zA_leads_accordian .panel .panel-heading a:after, .sw_leads_accordian .panel .panel-heading a.collapsed:after {
	font-family:'FontAwesome';
	font-size:16px;
	float:right;
	width:50px;
	height:25px;
	line-height:24px;
	display:block;
	border-radius:50%;
}
.zA_leads_accordian .panel .panel-heading a:after {
	content:"\2212";
	color:#328fd1;
	float:left;
	font-size:30px;
}
.zA_leads_accordian .panel .panel-heading a.collapsed:after {
	content:"Q";
	color:#328fd1;
	float:left;
	font-size:30px;
}
.zA_FAQs_h1 {
	font-size: 18px;
	font-weight:500;
	/*color:#0a4caf;*/
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_FAQs_t1 {
	font-size: 16px;
	font-weight:400;
	color: #000000;
	line-height: 1.4;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	/*padding:0px 0px 0px 22px;*/
	padding:0px 0px 0px 2px;
	margin:0px 0px 10px 0px;
}
.zA_FAQs_btn {
	font-size: 16px;
	font-weight:400;
	color: #000000;
	text-align:left;
	width:100%;
	text-decoration:underline;
	padding:0px 0px 0px 2px;
	margin:0px 0px 10px 0px;
}
.zA_FAQs_btn:hover {
	color:#0e6eff;
	text-decoration:none;
}
.zA_TERMS_T_h1 {
	font-size: 12px;
	font-weight:400;
	font-style:italic;
	color: #757575;
	line-height: 1.3;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_TERMS_h1 {
	font-size: 18px;
	font-weight:500;
	font-style:italic;
	color:#09F;
	text-align:left;
	/*width:100%;*/
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_TERMS_t1 {
	font-size: 16px;
	font-weight:400;
	font-style:italic;
	color: #000000;
	line-height: 1.4;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	/*padding:0px 0px 0px 22px;*/
	padding:0px 0px 0px 2px;
	margin:0px 0px 10px 0px;
}
.zA_ABOUT_h1 {
	font-size: 18px;
	font-weight:500;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ABOUT_t1 {
	font-size: 16px;
	font-weight:400;
	color: #000000;
	line-height: 1.4;
	text-align:left;
	width:100%;
	letter-spacing:0.6px;
	/*padding:0px 0px 0px 22px;*/
	padding:0px 0px 0px 2px;
	margin:0px 0px 10px 0px;
}
.zA_status_1 {
	position:absolute;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#0C0;
	left:0;
	line-height: 1.4;
	font-weight:350;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_1 {
	position:absolute;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#0C0;
	left:0;
	line-height: 1.4;
	font-weight:350;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_1 {
	position:absolute;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#0C0;
	left:0;
	line-height: 1.4;
	font-weight:350;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/*.zA_status_1 {
	position:absolute;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#0C0;
	left:0;
	line-height: 1.4;
	font-weight:350;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}*/

.zA_result_spacer1 {
	position:relative;
	float:left;
	width:100%;
	/*padding:0px 0px 0px 0px;*/
	padding:0px 15px 0px 16px;
	margin:0px 0px 0px 0px;
	/*margin:0px 0px 5px 0px;*/
}
.zA_result_map_h1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #252525;
	line-height: 1.9;
	font-weight:500;
	text-align:left;
	padding:20px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_result_map_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #252525;
	line-height: 1.9;
	font-weight:500;
	text-align:left;
	padding:6px 0px 6px 0px;
	margin:0px 0px 2px 0px;
}
.zA_result_map {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_result_h1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #1d6bcf;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_result_h1b {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:500;
	color: #656565;
	line-height: 1.3;
	left:22px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_result_h1c {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #656565;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_result_h1a_1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #1d6bcf;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_result_h1a_2 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_result_h1a_3 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #757575;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_status_acti {
	position:absolute;
	float:left;
	font-size:20px;
	color: #0C0;
	font-weight:400;
	left:50px;
	top:0px;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_open {
	font-size:14px;
	color: #0C0;
	font-weight:400;
	left:50px;
	top:0px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_result_away {
	position:absolute;
	float:left;
	font-size:20px;
	color: #ffba00;
	font-weight:400;
	left:50px;
	top:0px;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_result_dont {
	position:absolute;
	float:left;
	font-size:20px;
	color:#F00;
	font-weight:400;
	left:50px;
	top:0px;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_result_invi {
	position:absolute;
	float:left;
	font-size:20px;
	color:#666;
	font-weight:400;
	left:50px;
	top:0px;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_result_txt1a {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
.zA_result_txt1b {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.3;
	font-weight:500;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_rating_ot {
	position:relative;
	float:left;
	left:52px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_active1a {
	position:absolute;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#0C0;
	left:12px;
	top:3px;
	line-height: 1.4;
	font-weight:350;
	text-align:left;
	text-transform:uppercase;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_active1b {
	position:absolute;
	float:left;
	font-size:13px;
	color: #0C0;
	font-weight:400;
	left:0;
	top:3px;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_away1a {
	position:absolute;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#ffba00;
	left:12px;
	top:3px;
	line-height: 1.4;
	font-weight:350;
	text-align:left;
	text-transform:uppercase;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_status_away1b {
	position:absolute;
	float:left;
	font-size:13px;
	color: #ffba00;
	font-weight:400;
	left:0;
	top:3px;
	width:40px;
	text-align:left;
	z-index:1;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_DATE_1f {
	display: block;
	font-size: 16px;
	line-height: 1.42857143;
	color:#000000;
	text-align:center;
	background:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
	padding: 1px 1px;
	margin:0px 0px 0px 0px;
	outline:none;
}
.zA_profile_avt_1 {
	/*position:relative;
	float:left;*/
	font-size: 38px;
	font-weight:400;
	color: #fff;
	border-radius: 50%;
	width:80px;
	height:80px;
	line-height:80px;
	text-align: center;
	background: #ef532c;
	/*border:1px solid #ccc;*/
	margin:20px 0px 0px 0px;
}
.zA_profile_pp_h1 {
	font-size:24px;
	font-weight:400;
	color: #202124;
	text-align: center;
	margin:20px 0px 0px 0px;
}
.zA_profile_pp_sh1 {
	font-size:16px;
	font-weight:350;
	color: #5f6368;
	text-align: center;
	margin:0px 0px 0px 0px;
}
.zA_profile_pp_btn {
	font-size: 14px;
	font-weight:400;
	color: #000000;
	text-align:left;
	text-decoration:none;
	border-radius:30px;
	border:1px solid #ccc;
	padding:6px 20px 6px 20px;
	margin:10px 0px 10px 0px;
}
.zA_profile_pp_btn:hover {
	color:#0e6eff;
	text-decoration:none;
}
.zA_logo_wiz_ot {
	padding:0px 0px 0px 15px;
	margin:0px auto;
}
.zA_logo_wiz_h1a {
	/*	position:relative;
	float:left;
*/	font-size:36px;
	font-weight:500;
	color:#03F;
	/*text-align:left;*/
	padding:0px 0px 0px 15px;
	margin:10px 0px 0px 0px;
}
.zA_logo_wiz_h1b {
	/*	position:relative;
	float:left;
*/	font-size:36px;
	font-weight:500;
	color:#3CC;
	/*text-align:left;*/
	/*padding:0px 0px 0px 0px;*/
	margin:10px 0px 0px 0px;
}
.zA_logo_wiz_h1c {
	/*	position:relative;
	float:left;
*/	font-size:36px;
	font-weight:500;
	color:#F00;
	/*text-align:left;*/
	/*padding:0px 0px 0px 0px;*/
	margin:10px 0px 0px 0px;
}
.zA_logo_wiz_h1d {
	/*	position:relative;
	float:left;
*/	font-size:36px;
	font-weight:500;
	color:#49bc62;
	/*text-align:left;*/
	/*padding:0px 0px 0px 0px;*/
	margin:10px 0px 0px 0px;
}
/*.zA_signup_wiz_h1 {
	position:relative;
	float:left;
	font-size:26px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	margin:0px 0px 0px 0px;
}*/

.zA_signup_wiz_h1_1 {
	position:relative;
	float:left;
	font-size:28px;
	font-weight:500;
	color: #000;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh1 {
	position:relative;
	float:left;
	font-size:17px;
	font-weight:500;
	color: #000;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh1_1 {
	position:relative;
	float:left;
	font-size:17px;
	font-weight:500;
	color: #000;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:10px 0px 25px 0px;
}
.zA_signup_wiz_sh1_2 {
	position:relative;
	float:left;
	font-size:17px;
	font-weight:500;
	color: #000;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh1a {
	position:relative;
	float:left;
	font-size:17px;
	font-weight:500;
	color:#03F;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_signup_wiz_sh1b {
	position:relative;
	float:left;
	font-size:17px;
	font-weight:500;
	color:#03F;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 10px 0px;
}
.zA_signup_wiz_sh1c {
	position:relative;
	float:left;
	font-size:17px;
	font-weight:500;
	color:#03F;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh2a {
	position:relative;
	float:left;
	font-size:16px;
	font-weight:500;
	color:#03F;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh3a {
	position:relative;
	float:left;
	font-size:16px;
	font-weight:500;
	/*color: #1774a9;*/
	color:#089de3;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh3b {
	position:relative;
	float:left;
	font-size:16px;
	font-weight:500;
	/*color: #1774a9;*/
	color:#089de3;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_sh3c {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:500;
	/*color: #1774a9;*/
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_signup_wiz_sh4a {
	position:relative;
	float:left;
	font-size:18px;
	font-weight:600;
	color:#1e78e5;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}
.zA_wiz_edit_ot {
	position:absolute;
	float:right;
	top:12px;
	right:0;
}
.zA_wiz_edit_h1 {
	font-size:21px;
}
.zA_wiz_hide_opt {
	position:absolute;
	float:right;
	top:1px;
	right:25px;
}
.zA_signup_alerts_ot {
	position:relative;
	float:left;
	/*top:-2px;*/
	top:2px;
	right:3px;
}
.zA_signup_alerts_ot1 {
	position:relative;
	float:left;
	top:4px;
	right:3px;
}
.zA_signup_alerts_img {
	width:16px;
	height:auto;
}
.zA_signup_alerts_img_1 {
	width: 13px;
	height: auto;
}
/*.zA_resend_ot {
	position:absolute;
	float:left;
	left:186px;
	top:-2px;
}*/
.zA_resend_ot {
	position:absolute;
	float:right;
	right:0px;
	top:-2px;
}
.zA_resend_btn {
	position:relative;
	float:right;
	right:6px;
	font-size:12px;
	font-weight:400;
	color:#0c82f7;
	text-align:right;
}
.zA_MAIN_alert_ot {
	/*position: relative;
	float: left;*/
	/*left: 5px*/;
	/*left: -14px;
	width: 100%;*/
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_MAIN_alerts_img {
	position: relative;
	float: left;
	/*top:20px;*/
	right:3px;
	width: 16px;
	height: auto;
	padding-top:2px;
}
.zA_MAIN_alert1 {
	position: relative;
	float: left;
	/*left: 5px*/;
	/*left: -14px;*/
	left: 0px;
	/*top: -21px;*/
	top: 0px;
	color: #ea2114;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	text-decoration: none;
	border-radius: 0px;
	/*width: 100%;*/
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}
.zA_signup_wiz_alerts {
	position: relative;
	float: left;
	/*left: 5px*/;
	left: -10px;
	color: #ea2114;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	text-decoration: none;
	border-radius: 0px;
	width: 100%;
	padding: 0px 0px;
	margin: 3px 0px 0px 0px;
}
.zA_signup_wiz_alerts_G {
	position:relative;
	float:left;
	left:5px;
	color:#00d537;
	font-size:13px;
	text-align:left;
	font-weight:600;
	text-decoration:none;
	border-radius: 0px;
	width:100%;
	padding:0px 0px;
	margin:3px 0px 0px 0px;
}
.zA_signup_wiz_alerts1 {
	
	position:relative;
	float:left;
	left:2px;
	color:#d5342d;
	font-size:13px;
	text-align:left;
	font-weight:600;
	text-decoration:none;
	border-radius: 0px;
	/*width:100%;*/
	padding:0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_alerts1_1 {
	position: relative;
	float: left;
	left: 0px;
	color: #d5342d;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	text-decoration: none;
	border-radius: 0px;
	/*width:100%;*/
	padding:4px 0px;
	margin: 0px 0px 0px 0px;
}

.zA_signup_wiz_alerts1a {
	position:relative;
	float:left;
	left:2px;
	color:#d5342d;
	font-size:13px;
	text-align:left;
	font-weight:600;
	text-decoration:none;
	border-radius: 0px;
	width:100%;
	padding:0px 0px;
	margin:20px 0px 0px 0px;
}

.zA_signup_wiz_b1 {
	color:#011119;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_b1:hover {
	color:#011119;
	text-decoration:underline;
}
.zA_signup_wiz_btn1 {
	color:#78d74f;
	font-size:24px;
	text-align:left;
	text-decoration:none;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_signup_wiz_btn1:hover {
	color:#011119;
	text-decoration:underline;
}
.zA_cam_ot {
	position:absolute;
	float:right;
	right:0;
	top:95px;
	z-index:100;
}
.zA_cam_size {
	width:18px;
	height:auto;
}
/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-img-1 {
	background:#FFF;/*background-image: -webkit-linear-gradient(134deg, #4158d0 0%, #c850c0 50%, #ffcc70 100%);
  background-image: -moz-linear-gradient(134deg, #4158d0 0%, #c850c0 50%, #ffcc70 100%);
  background-image: -o-linear-gradient(134deg, #4158d0 0%, #c850c0 50%, #ffcc70 100%);
  background-image: linear-gradient(316deg, #4158d0 0%, #c850c0 50%, #ffcc70 100%);*/
}
/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-15 {
	padding-top: 15px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-t-275 {
	padding-top: 275px;
}
 @media (max-width: 767px) {
 .p-t-275 {
 padding-top: 120px;
}
}
.p-t-395 {
	padding-top: 395px;
}
 @media (max-width: 767px) {
 .p-t-395 {
 padding-top: 120px;
}
}
.p-t-290 {
	padding-top: 290px;
}
 @media (max-width: 767px) {
 .p-t-290 {
 padding-top: 120px;
}
}
.p-t-240 {
	padding-top: 240px;
}
 @media (max-width: 767px) {
 .p-t-240 {
 padding-top: 150px;
}
}
.p-t-200 {
	padding-top: 200px;
}
 @media (max-width: 767px) {
 .p-t-200 {
 padding-top: 150px;
}
}
.p-t-165 {
	padding-top: 165px;
}
 @media (max-width: 767px) {
 .p-t-165 {
 padding-top: 120px;
}
}
.p-b-100 {
	padding-bottom: 100px;
}
 @media (max-width: 767px) {
 .p-b-100 {
 padding-bottom: 250px;
}
}
.p-b-120 {
	padding-bottom: 120px;
}
 @media (max-width: 767px) {
 .p-b-120 {
 padding-bottom: 250px;
}
}
.m-r-45 {
	margin-right: 45px;
}
 @media (max-width: 767px) {
 .m-r-45 {
 margin-right: 15px;
}
}
/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
	margin: 0 auto;
}
.wrapper--w680 {
	max-width: 680px;
}
.wrapper--w690 {
	max-width: 690px;
}
.wrapper--w720 {
	max-width: 720px;
}
.wrapper--w900 {
	max-width: 900px;
}
.wrapper--w1070 {
	max-width: 1070px;
}
om .wrapper--w1226 {
	max-width: 1226px;
}
 @media (max-width: 767px) {
 .btn-next, .btn-back, .btn-last {
 display: block;
 text-align: center;
}
 .btn-next-list {
 display: block;
 text-align: center;
}
}
.btn-back {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #999;
	/*margin-right: 10px;*/
	margin-right: 0px;
}
.btn-back:hover {
	background: #666;
}
 @media (max-width: 767px) {
 .btn-back {
 margin-right: 0;
 margin-bottom: 15px;
}
}
.m-t-0 {
	margin-top: 0;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-35 {
	margin-top: 35px;
}
/* ==========================================================================
   #FORM
   ========================================================================== */
input, textarea {
	outline: none;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-size: 18px;
	font-family: inherit;
}
input:disabled {
	cursor: pointer;
	background: transparent;
}
textarea {
	resize: none;
}
button {
	cursor: pointer;
}
.input-group {
	position: relative;
	margin-bottom: 20px;
}
.input-group-icon {
	position: relative;
}
.input-group-icon .input--style-1 {
	padding-left: 40px;
}
.input-icon {
	font-size: 15px;
	color: #333;
	position: absolute;
	line-height: 38px;
	left: 14px;
	top: 1px;
	width: 20px;
	background: #fff;
	text-align: center;
}
.label {
	font-size: 15px;
	color: #666;
	text-transform: capitalize;
	display: block;
	margin-bottom: 11px;
}
.input--style-1 {
	font-size: 15px;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-weight: 700;
	font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
	max-width: 300px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
 .input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
 .input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
 opacity: 1;
}
 .input--style-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
 opacity: 1;
}
 .input--style-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
 .input--style-1:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
.input--style-1:focus {
	border-color: #36c240;
}
 @media (max-width: 767px) {
 .input--style-1 {
 max-width: 100%;
 width: 100%;
}
}
/* ==========================================================================
   #SELECT
   ========================================================================== */
.quantity {
	font-size: 18px;
	color: #333;
}
.icon-con {
	position: absolute;
	width: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	background: #f2f2f2;
	right: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.minus, .plus {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #b2b2b2;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.minus:hover, .plus:hover {
	background: #2c6ed5;
	color: #fff;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* ==========================================================================
   #SELECT2
   ========================================================================== */
/* ==========================================================================
   #TAB
   ========================================================================== */
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .tab-pane.active {
	display: block;
}
.nav-tab {
	height: 0;
	visibility: hidden;
}
/* ==========================================================================
   #TITLE
   ========================================================================== */
/* ==========================================================================
   #PROGRESS
   ========================================================================== */
.progress-ot {
	position:absolute;
	float:right;
	right:0;
	top:10px;
}
.progress {
	height: 15px;
	margin-bottom: 2px;
	overflow: hidden;
	background-color: #f5f5f5;
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	border-radius: 17.5px;
	border: 1px solid #e5e5e5;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	border-radius: 17.5px;
	background-color: #36c240;
 -webkit-transition: width .6s ease;
 -o-transition: width .6s ease;
 -moz-transition: width .6s ease;
 transition: width .6s ease;
	position: relative;
}
.progress-val {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
 @media (max-width: 767px) {
 .card-1 .card-heading {
 left: 0;
 top: -54px;
}
 .card-1 .card-heading .title {
 font-size: 40px;
}
}
.card-1 .card-body {
	/*padding: 40px 30px;*/
  padding: 0px 0px;
	padding-bottom: 30px;
}
.zA_header_BL1 {
	border-bottom:1px solid #f2f2f2;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_header_BL1a {
	border-bottom:1px solid #f2f2f2;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_broadcast_btn1 {
	position:absolute;
	float:right;
	right:6px;
	bottom:-52px;
	font-size:38px;
	color:#F00;
	text-decoration:none;
	padding:0px;
	margin:0px;
	z-index:100;
}
.zA_broadcast_btn1:hover {
	color:#0056cc;
	text-decoration:none;
}
.zA_broadcast_btn2 {
	position:absolute;
	float:right;
	top:-8px;
	right:6px;
	/*bottom:-52px;*/
	font-size:38px;
	color:#F00;
	text-decoration:none;
	padding:0px;
	margin:0px;
	z-index:100;
}
.zA_broadcast_btn2:hover {
	color:#0056cc;
	text-decoration:none;
}
.zA_result_heard_ot_1 {
	position:relative;
	float:left;
	width: 75px;
	height:auto;
	/*border-radius: 50%;
	font-size: 15px;
	color: #0056cc;
	line-height: 66px;
	text-align: center;
	background: #fff;*/
	margin:0px 0px 0px 0px;
}
.zA_result_heard_img_1 {
	position:relative;
	float:left;
	width: 68px;
	height:68px;
	border-radius: 50%;
	font-size: 16px;
	color: #0056cc;
	line-height: 68px;
	text-align: center;
	background: #fff;
	border:1px solid #ccc;
	margin:0px 0px 0px 0px;
}
.zA_result_heard_image_1 {
	position:absolute;
	float:right;
	width: 140px;
	height:auto;
	line-height:118px;
	bottom:5px;
	right:0px;
	border-radius: 2%;
	border:1px solid #f3f3f3;
	font-size: 24px;
	font-weight:300;
	color: #cccccc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
.zA_result_time_1 {
	position:absolute;
	float:right;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999999;
	top:9px;
	right:0;
	font-weight:500;
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_service_h1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.3;
	font-weight:400;
	text-align:left;
	/*left:58px;*/
	left:0px;
	padding: 0px 0px 0px 0px;
	margin:8px 0px 0px 0px;
}
/*.zA_service_h1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.3;
	font-weight:400;
	text-align:left;
	left:0px;
	padding: 0px 0px 0px 0px;
	margin:8px 0px 0px 0px;
}*/
.zA_signup_skip {
	position:absolute;
	float:left;
	color:#999;
	font-size:12px;
	text-decoration:underline;
	left:0;
	top:36px;
	z-index:100;
}
.zA_signup_skip:hover {
	color:#06F;
	text-decoration:none;
}
.box_ppc_ot {
	width:100%;
	text-align: center;
	/*padding: 4px 3px 0px 3px;*/
	margin:0px auto;
}
.box_ppc_box1 {
	/*display: flex;*/
    float: none;
	/*color: #333333;*/
    width: 280px;
	height: 100px;
	overflow: hidden;
	align-items: center;
	justify-content: space-around;
	border-radius: 4px;
	background-color:#eef6fa;
	padding: 10px 0;
	margin: 0 auto;
}
.box_ppc_txt1 {
	width:100%;
	color: #333333;
	font-size: 14px;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}
.box_ppc {
	width: 30%;
	height:100px;
	border-radius: 4px;
	background-color:#eef6fa;
	/*left:5px;*/
	text-align: center;
	/*font-weight: 500;
	color: #00bfb6;
	font-family: arial;*/
	padding: 4px 3px 0px 3px;
	margin: 0px auto;
}
.box_alert1_h1 {
	position:relative;
	float:left;
	top:6%;
	font-size: 14px;
	font-weight:500;
	color:#0c5460;
	text-align:center;
	padding: 0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_btn1 {
	/*position:absolute;
	float:right;*/
	/*right:6px;*/
	/*bottom:-52px;*/
	font-size:14px;
	color:#fff;
	background:#0f7ad2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	margin:0px auto;
	z-index:100;
}
.zA_ppc_btn1:hover {
	color:#fff;
	background:#148bed;
	text-decoration:none;
}
.zA_ppc_con_ava_ot1 {
	width: 55px;
	height:55px;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	font-weight:600;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_ppc_con_ava_img_1 {
	width:100%;
	height:auto;
	border-radius: 100%;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	background: #fff;
	margin:0px auto;
}
.zA_ppc_con_btn {
	font-size: 14px;
	color:#000;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_con_btn:hover {
	color: #0056cc;
	text-decoration:none;
}
.zA_ppc_con_BL1 {
	border-bottom:1px dotted #ededed;
	padding-bottom:1px;
	margin:12px 0px 0px 0px;
}
.zA_ppc_cov_attach {
	position:absolute;
	float:left;
	width: 24px;
	height:auto;
	left:8px;
	top:5px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_img_2a {
	position:absolute;
	float:right;
	width: 30px;
	height: auto;
	right:0;
	top:2px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_img_2b {
	position:absolute;
	float:right;
	width: 30px;
	height: auto;
	right:0;
	top:3px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_img_2b_1 {
	position:absolute;
	float:right;
	width: 30px;
	height: auto;
	left:0;
	top:3px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_field_1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	text-align:left;
	background:#fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:1px solid #CCC;
	outline:none;
	padding: 5px 8px;
	margin:2px 0px 0px 0px;
}
.zA_ppc_cov_field_1:hover {
	background-color:#f1f3f4;
}
.zA_ppc_cov_img_snd {
	position:absolute;
	float:right;
	width: 28px;
	height: auto;
	top:4px;
	right:12px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_img_snd1 {
	position:absolute;
	float:right;
	width: 28px;
	height: auto;
	top:1px;
	right:2px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_btn1 {
	/*position:absolute;
	float:right;*/
	/*right:6px;*/
	/*bottom:-52px;*/
	font-size:14px;
	color:#fff;
	background:#0f7ad2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	margin:0px auto;
	z-index:100;
}
.zA_ppc_cov_btn1:hover {
	color:#fff;
	background:#148bed;
	text-decoration:none;
}
.zA_ppc_cov_btn2 {
	width: 34px;
	height: 34px;
	z-index:-100;
	display:inline-block;
	border-radius:50%;
	border:2px solid #FFF;
}
.zA_ppc_cov_btn2:hover {
	z-index:-100;
	border-radius:50%;
	border:2px solid #F00;
}
.zA_ppc_cov_btn3_ot {
	position:relative;
	float:left;
	top:5px;
	/*width:100%;*/
	text-align:center;
	z-index:100;
	margin:0px auto;
}
.zA_ppc_cov_btn3 {
	/*position:relative;
	float:left;*/
	font-size:14px;
	color:#000;
	left:0px;
	top:0px;
	text-align:center;
	z-index:100;
	margin:0px auto;
}
.zA_ppc_cov_btn3:hover {
	color:#999;
}
.zA_ppc_cov_count {
	position:relative;
	float:left;
	top:6px;
	font-size: 15px;
	font-weight:500;
	color:#0c5460;
	text-align:center;
	padding: 0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_ply_bg1 {
	height:32px;
	background:#FFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:1px solid #CCC;
	outline:none;
	padding: 5px 8px;
	margin:2px 0px 0px 0px;
}
.zA_ppc_cov_player {
	position:absolute;
	float:left;
	width: 18px;
	height:auto;
	left:15px;
	top:6px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
.zA_ppc_cov_seek {
	position:relative;
	float:left;
	top:-1px;
	left:30px;
	width:82%
}
.zA_ppc_cov_seek_line {
	width:100%;
	height:1px;
}
.zA_ppc_cov_btn_ot {
	border-top:1px solid #e9e9e9;
	margin-top:10px;
}
.zA_ppc_cov_btn_ot1 {
	border-right:1px solid #e9e9e9;
	height:38px;
}
.zA_ppc_cov_N1 {
	position:relative;
	float:left;
	font-size:15px;
	color:#06C;
	left:0px;
	top:0px;
	width:100%;
	text-align:center;
	z-index:100;
	padding:4px 0px 10px 0px;
	margin:0px auto;
}
.zA_ppc_cov_N1:hover {
	color:#999;
}
.zA_reserve_img_1 {
	width: 190px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
}
.zA_reserve_coin_img1 {
	width: 145px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
}
.zA_reserve_h1a {
	position:relative;
	float:left;
	font-size: 24px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:10px auto;
}
.zA_reserve_h1b {
	position:relative;
	float:left;
	font-size: 18px;
	color:#09F;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_reserve_h2a_1 {
	position:relative;
	float:left;
	font-size: 18px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_reserve_h2a_1_1 {
	position:relative;
	float:left;
	font-size: 18px;
	font-weight:600;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_h2a_1a {
	position:relative;
	float:left;
	font-size: 18px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_h2a_2 {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:400;
	color: #333333;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_h2a_2a {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:400;
	color:#0C6;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_h2a_2b {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:400;
	color:#F00;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_h2a_3 {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px auto;
}
.zA_reserve_h2a_3a {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_reserve_list_1a {
	position:relative;
	float:left;
	/*color:#011119;*/
	color: #333333;
	font-size:14px;
	text-align:left;
	line-height:1.2;
	list-style-type:disc;
	padding:0px 15px 0px 42px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_h2a {
	position:relative;
	float:left;
	font-size: 18px;
	font-weight:400;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:10px auto;
}
.zA_reserve_h2b {
	position:relative;
	float:left;
	font-size: 15px;
	font-weight:500;
	color: #1374eb;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px auto;
}
.zA_reserve_list {
	position:relative;
	float:left;
	color:#011119;
	font-size:16px;
	text-align:left;
	line-height:1.2;
	/*left:90px;*/
	list-style-type:disc;
	padding:0px 0px 0px 18px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_list_1 {
	position:relative;
	float:left;
	/*left:42px;*/
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:1.2;
	list-style-type:disc;
	padding:0px 15px 0px 42px;
	margin:0px 0px 10px 0px;
}
.zA_reserve_btn_ot {
	position:relative;
	float:left;
	left:5px;
	top:23px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:2px 0px 10px 0px;
}
.zA_reserve_tt_h1 {
	color:#011119;
	font-size:14px;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
}
.zA_reserve_tt_h2 {
	font-size: 14px;
	font-weight:900;
	color:#f00;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.zA_reserve_input_ot {
	/*border:1px solid #c8e1fe;*/
	border:1px solid #d9d9d9;
	border-radius:2px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
.zA_reserve_input {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	padding: 6px 6px 6px 6px;
	margin:0px 0px 1px 0px;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*border:1px solid #25bce9;*/
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
}
.zA_legal_lgn_ot1 {
	position:absolute;
	float:left;
	text-align:center;
	width:100%;
	top:7px;
	z-index:10;
}
.zA_reserve_lgn_ot1 {
	/*position:absolute;*/
	float:left;
	text-align:center;
	width:100%;
	top:-11px;
	z-index:10;
}
.zA_reserve_lgn_h1 {
	color:#1374eb;
	font-size:18px;
	background:#fff;
	width:160px;
	margin:0px auto;
}
.zA_coming_lgn_h1 {
	color:#1374eb;
	font-size:18px;
	background:#fff;
	width:135px;
	margin:0px auto;
}
.zA_redeem_lgn_h1 {
	color:#1374eb;
	font-size:18px;
	background:#fff;
	width:195px;
	margin:0px auto;
}
.zA_redeem_lgn_h1a {
	color:#1374eb;
	/*font-size:18px;*/
	font-size:16px;
	background:#fff;
	/*width:120px;*/
	padding-bottom:15px;
	margin:-10px auto;
}
.zA_legal_lgn_h1 {
	color:#1374eb;
	font-size:18px;
	background:#fff;
	width:215px;
	margin:0px auto;
}
.zA_statement_img_1 {
	width: 130px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
}
.zA_statement_border {
	/*border:1px solid #e0e0e0;*/
	border:1px solid #fff;
}
.zA_statement_header_bg1 {
	background-color:#fff;
	/*background-color:#f5f5f5;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_h1a {
	position:relative;
	float:left;
	font-size: 20px;
	font-weight:600;
	color: #000;
	line-height:20px;
	text-align:left;
	/*width:100%;*/
	padding:0px 0px 0px 0px;
	margin:10px auto;
}
.zA_statement_b_ot1 {
	text-align:right;
	padding:8px 0px 0px 0px;
	margin:0px auto;
}
.zA_statement_bh1 {
	font-size:18px;
	font-weight:900;
	color:#000;
	text-align:left;
	line-height:1.4;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_bh2 {
	font-size: 18px;
	font-weight:900;
	color:#000;
	text-align:left;
	width:100%;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_header_line {
	border-bottom:1px dotted #ddd;
	z-index:100;
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}
.zA_statement_bh2a {
	position:relative;
	float:right;
	font-size:14px;
	font-weight:900;
	color:#000;
	top:0px;
	text-align:right;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_bh2b {
	font-size: 14px;
	font-weight:900;
	color:#000;
	text-align:left;
	line-height:1.4;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_h1 {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:700;
	color:#000;
	left:0px;
	top:0px;
	text-align:left;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_h2 {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:700;
	/*color:#06C;*/
	color:#000;
	left:0px;
	top:0px;
	text-align:right;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_t1 {
	position:relative;
	float:left;
	font-size:13px;
	font-weight:500;
	color:#000;
	left:0px;
	top:0px;
	text-align:left;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_t2 {
	position:relative;
	float:left;
	font-size:13px;
	font-weight:500;
	color:#000;
	left:0px;
	top:0px;
	text-align:right;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_date_input {
	display: block;
	font-size: 13px;
	font-weight:400;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*border-left:1px solid #b9babc;*/
	border-bottom:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding: 4px 3px 3px 0px;
	margin:0px 0px 0px 0px;
}
.zA_statement_R_h1 {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:700;
	/*color:#06C;*/
	/*width:100%;*/
	color:#000;
	left:0px;
	top:0px;
	text-align:right;
	padding:2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
}
.zA_terms_ot {
	position:absolute;
	float:left;
	left:30px;
	top:0px;
}
.zA_terms_ot1 {
	position:relative;
	float:left;
	left:0;
	top:-100;
}
.zA_terms_r_h1 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
}
.zA_terms_r_h1 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding-top:10px;
	padding-left:5px;
	margin: 0px 0px 0px 0px;
}
/*.action_menu_btn1 {
	font-size:15px;
	font-weight:500;
	color:#1e78e5;
	text-align:left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #dfe1e5;
	background-color:#ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 0px 0px;
}

.action_menu_btn1:hover {
  color:#1e78e5;
}*/

.msg_credit_btn {
	position:absolute;
	float:right;
	top:10px;
	right:10px;
	font-size: 13px;
	font-weight:400;
	color: #ffffff;
	text-align:center;
	background-color:#06C;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.msg_credit_btn:hover {
	color:#434343;
	text-decoration:underline;
}
 @media(max-width: 576px) {
 .contacts_card {
 margin-bottom: 15px !important;
}
}
.zA_quickMenu_ot {
	position:absolute;
	float:right;
	top:-15px;
	right:5px;
}
.zA_quickMenu_1a {
	position: absolute;
	float: right;
	top: 3px;
	right: 0px;
	/*width: 32px;
	height: 32px;*/
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	/*color: #0056cc;*/
	color: #000000;
	line-height: 28px;
	text-align: center;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.zA_header_avt_1a {
	position:absolute;
	float:right;
	width: 32px;
	height:32px;
	top:0px;
	right:0px;
	border-radius: 50%;
	font-size: 16px;
	font-weight:800;
	color: #0056cc;
	text-align: center;
	background: #f3f3f3;
	padding:6px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_close_1 {
	position:absolute;
	float:right;
	top:-12px;
	right:-3px;
	font-size:18px;
	color:#CCC;
}
.zA_close_1:hover {
	color:#0056cc;
}
.zA_reserve_blk_sh1 {
	position:relative;
	float:left;
	font-size: 14px;
	font-weight:400;
	color: #737373;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px auto;
}
.zA_legal_blk_text {
	position:relative;
	float:left;
	color: #333333;
	font-size:12px;
	text-align:justify;
	line-height:1.2;
	list-style-type:disc;
	padding:0px 5px 0px 5px;
	margin:1px 0px 10px 0px;
}
.zA_reserve_blk_list {
	position:relative;
	float:left;
	color: #333333;
	font-size:13px;
	text-align:left;
	line-height:1.2;
	list-style-type:disc;
	padding:0px 15px 0px 42px;
	margin:1px 0px 10px 0px;
}
.zA_reserve_blk_BL1 {
	border-bottom:1px solid #eeeded;
	padding:8px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
.zA_reserve_blk_SPC {
	padding:8px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
.zA_reserve_blk_link {
	color: #333333;
	font-size:13px;
	text-align:left;
	line-height:1.2;
	text-decoration:underline;
}
.zA_reserve_blk_link:hover {
	color: #333333;
	text-decoration:none;
}
 @media (min-width: 750px) .dynamic-checkout {
 margin-top: 1.5em;
}
.dynamic-checkout__title {
	color: #1374eb;
	font-size:18px;
	font-weight: 600;
	/*padding-top:0px;*/
    margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
}
 .dynamic-checkout__title::before {
 border-left: 0;
 border-right: 0;
 border-top-left-radius: 5px;
/*margin-left: 0.5em;*/
    /*margin-right: 0.1em;*/
	
}
 .dynamic-checkout__title::before, .dynamic-checkout__title::after {
 content: '';
 border: 1px #e6e6e6 solid;
 border-bottom: 0;
 height: 0.5em;
 -webkit-box-flex: 1;
 -webkit-flex: 1 0 2em;
 -ms-flex: 1 0 2em;
 flex: 1 0 2em;
}
.dynamic-checkout__content {
	border: 1px #e6e6e6 solid;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0.9285714286em 1.4285714286em 1.4285714286em;
}
.dynamic-checkout__skeleton {
	display: none;
}
.anyflexbox body, .anyflexbox .content, .anyflexbox .content .wrap, .anyflexbox .main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.paypal-powered-by {
	text-align: center;
	margin: 10px auto;
	height: 14px;
	font-family: PayPal-Sans, HelveticaNeue, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	color: #7b8388;
	position: relative;
	margin-right: 3px;
	bottom: 3px;
}
.paypal-powered-by > .paypal-button-text, .paypal-powered-by > .paypal-logo {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
}
.up_img_btn1 {
	width: 100%;
	height:auto;/*background:url(../images/prof/ZEOZ_COVER_IMG1a.jpg) no-repeat;*/
}
.up_img_btn1:hover {
	background:url(../images/prof/ZEOZ_COVER_IMG1a.png)no-repeat;
}
.button_scl1 {
	display:inline-block;
	position:relative;
	color:rgba(0, 0, 0, .54);
	background:rgba(0, 0, 0, 0);
	font-size:16px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	vertical-align:bottom;
	white-space:nowrap;
	text-rendering:auto;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	letter-spacing:0;
	font-weight:400;
	font-style:normal;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-font-feature-settings:"liga" on
}
.button_scl1:active, .button:focus {
	outline:0;
	color:rgba(0, 0, 0, .84)
}
.button_scl1:hover {
	color:rgba(0, 0, 0, .68);
	border-color:rgba(0, 0, 0, .54)
}
/*.zA_sgn_btn_ot {
	top:0;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}*/


.zA_sgn_btn_ot {
	/*width:100%;*/
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:5px auto;
}
.zA_sgn_img_scl1 {
	line-height: 37px;
	width:18px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

.zA_sgnG_img_scl1 {
	line-height: 32px;
	width: 16px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
.zA_sgnG_btn1 {
	/*width:280px;*/
	width:170px;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #292929;
	background: #ffffff;
	border-radius: 4px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	outline: none;
	height: 34px;
	line-height: 34px;
	text-align: left;
	/*box-shadow: 0 1px 7px rgba(0, 0, 0, .05);*/
	padding: 0px 0px 3px 9px;
	margin: 0px auto;
}
.zA_sgnG_btn1:hover {
	color:#292929;
	background-color:#ffffff;
	border-bottom:1px solid #525252;
	border-left:1px solid #525252;
	border-right:1px solid #525252;
	border-top:1px solid #525252;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
}

.zA_sgn_btn1 {
	/*width:280px;*/
	width: 310px;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color: #292929;
	background: #ffffff;
	border-radius: 4px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	outline: none;
	height: 35px;
	line-height: 34px;
	text-align: left;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
	padding: 0px 0px 3px 25px;
	margin: 0px auto;
}
.zA_sgn_btn1:hover {
	color:#292929;
	background-color:#ffffff;
	border-bottom:1px solid #525252;
	border-left:1px solid #525252;
	border-right:1px solid #525252;
	border-top:1px solid #525252;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
}

.zA_sgn_btn1a {
	width:280px;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#292929;
	background:#ffffff;
	border-radius: 4px;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	outline:none;
	height: 37px;
	line-height: 34px;
	text-align:left;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
	padding: 0px 0px 3px 0px;
	margin:0px auto;
}
.zA_sgn_btn1a:hover {
	color:#292929;
	background-color:#ffffff;
	border-bottom:1px solid #525252;
	border-left:1px solid #525252;
	border-right:1px solid #525252;
	border-top:1px solid #525252;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
}



.zA_sgn_btn1_text {
	width:280px;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#292929;
	background:#ffffff;
	border-radius: 4px;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	outline:none;
	height: 37px;
	line-height: 34px;
	text-align:left;
	/*box-shadow: 0 1px 7px rgba(0,0,0,.05);*/
	padding: 0px 0px 3px 0px;
	margin:0px auto;
}
.zA_scl_h1 {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:400;
	/*color: #1374eb;*/
	color: #8bb3e4;
	line-height: 1.1;
	text-align:center;
	width:100%;
	border-top:1px dotted #e5e5e5;
	padding:10px 0px 0px 0px;
	margin:18px 0px 10px 3px;
}
.zA_scl_comingsoon {
	position:relative;
	float:left;
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:400;
	color: #8bb3e4;
	line-height: 1.1;
	text-align:center;
	width:100%;
	padding:10px 0px 0px 0px;
	margin:18px 0px 10px 3px;
}
.zA_scl_account_ot {
	width:100%;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:15px auto;
}
.zA_scl_account_ot1 {
	width:100%;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
.zA_scl_account_h1 {
	font-family:"Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:400;
	color: #000000;
	line-height: 1.1;
	width:100%;
	margin:0 auto;
}
.zA_scl_account_btn1 {
	top:18px;
	left:0px;
	font-size: 14px;
	font-weight:600;
	color: #20c58f;
	text-decoration:none;
	z-index:100;
}
.zA_scl_account_btn1:hover {
	color: #03a87c;
	text-decoration:none;
}



.zA_sgn_label_h1a {
	position: relative;
	float: left;
	/*font-size: 12px;*/
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	/*color: #1e78e5;*/
	/*text-align: center;*/
	text-align: left;
	width: 100%;
	line-height: 1.4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
.zA_sgn_ot {
	/*width: 280px;*/
	width: 310px;
	padding: 0px 0px 3px 0px;
	margin: 0px auto;
}
.zA_sgn_input_ot {
	text-align:left;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:3px 0px 6px 0px;
	margin:0px auto;
}
.zA_sgn_input1 {
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	color:#000000;
	width:100%;
	background:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
	outline:none;
	padding:2px 3px 0px 6px;
	margin:0px 0px 1px 0px;
}
.zA_home_cat_ot {
	width:100%;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:8px auto;
}
.zA_home_cat_ico1 {
	width:55px;
	height:55px;
	/*border:2px solid #FFF;*/
	border-radius: 100%;
	font-size: 14px;
	color: #0056cc;
	line-height:55px;
	text-align: center;
	text-transform:uppercase;
	/*background: #fff;*/
	background: rgba(255, 255, 255, 0.85);
	border:1px solid #e2e2e2;
	margin:0px auto;
}
.zA_result_heard_avt_1 {
	position: relative;
	float: left;
	top:20px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	font-size: 18px !important;
	color: #0056cc;
	line-height: 85px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 2px dotted #ccc;
	margin: 0px 6px 0px 0px;
}
.zA_result_heard_avt_1a {
	position: relative;
	float: left;
	top: 0px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	font-size: 18px !important;
	color: #0056cc;
	line-height: 80px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 2px dotted #ccc;
	margin: 0px 6px 0px 0px;
}
.zA_result_heard_avt_1b {
	position: relative;
	float: left;
	top: 34px !important;
	width: 85px !important;
	height: 85px !important;
	border-radius: 50% !important;
	font-size: 18px !important;
	color: #0056cc;
	line-height: 85px !important;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 2px dotted #ccc;
	margin: 0px 6px 0px 0px;
}
.zA_street_avt_1 {
	border: none;
	width: 70px;
	height: 70px;
	top: 0px !important;
	padding-left: 1px;
	border-radius:50%;
}
.zA_home_cat_ico2 {
	width:55px;
	height:55px;
	border:2px solid #FFF;
	border-radius: 100%;
	font-size: 18px;
	color: #202124;
	font-weight:300;
	text-align: center;
	background: #e5e7e8;
	padding:12px 0px 0px 0px;
	margin:0px auto;
}

.zA_home_cat_btn1 {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	/*width:95px;*/
	width: 160px;
	height: auto;
	padding: 5px 0px 2px 0px;
}

	.zA_home_cat_btn1:hover {
		border-radius: 5px 5px 5px 5px;
		background-color: rgba(0, 0, 0, 0.03);
		text-decoration: none;
	}
/*.zA_home_cat_btn1 {
	position:relative;
	float:left;
	font-size: 10px;
	font-weight:800;
	color:#000000;
	text-align:center;
	width:95px;
	height:auto;
	padding:8px 0px 2px 0px;
}
.zA_home_cat_btn1:hover {
	border-radius: 5px 5px 5px 5px;*/
	/*background-color:#f2f2f2;*/
	/*background-color: rgba(242, 242, 242, 0.2);*/
	/*background-color: rgba(0, 0, 0, 0.03);
	text-decoration:none;
}*/
.zA_home_header_cat_ico1 {
	width:46px;
	height:46px;
	border:2px solid #FFF;
	border-radius: 100%;
	font-size: 11px;
	color: #0056cc;
	line-height:44px;
	text-align: center;
	text-transform:uppercase;
	background: #fff;
	border:1px solid #ccc;
	margin:0px auto;
}
.zA_home_header_cat_h1a {
	position:relative;
	float:left;
	font-size: 10px;
	font-weight:800;
	color:#3a3e41;
	text-align:center;
	line-height:1.4;
	width:100%;
	padding:8px 0px 0px 0px;
	margin:0px 0px 3px 0px;
}
.zA_home_header_cat_btn1 {
	/*position:relative;
	float:left;*/
	font-size: 10px;
	font-weight:800;
	color:#000000;
	text-align:center;
	width:95px;
	height:auto;
	padding:8px 0px 2px 0px;
	margin:5px 0px 5px 0px;
}
.zA_home_header_cat_btn1:hover {
	border-radius: 5px 5px 5px 5px;
	background-color:#ff0;
	text-decoration:none;
}
.zA_home_header_cat_Scroll {
	overflow:auto;
	/*width:200px;*/
	height:372px;
}
.zA_res_header_btn_1a {
	position:absolute;
	float:right;
	top:5px;
	right:75px;
	width: 32px;
	height:32px;
	border-radius: 50%;
	font-size: 18px;
	font-weight:800;
	color: #0056cc;
	line-height:30px;
	text-align: center;
	background: #f3f3f3;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_res_header_btn_1a:hover {
	color:#fff;
	text-decoration:none;
	background: #f1f1f1;
}
.zA_res_header_btn_1b {
	position:absolute;
	float:right;
	top:5px;
	right:40px;
	width: 32px;
	height:32px;
	border-radius: 50%;
	font-size: 18px;
	font-weight:500;
	color: #0056cc;
	line-height:30px;
	text-align: center;
	background: #f3f3f3;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_res_header_btn_1b:hover {
	color:#fff;
	text-decoration:none;
	background: #f1f1f1;
}
.zA_res_header_img {
	width:16px;
	height:auto
}
.zA_res_header_img1 {
	width:15px;
	height:auto
}


.zA_header_btn_a1 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_a1:hover {
	color: #000;
	text-decoration: none;
}

/*.zA_header_btn_a2 {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: none;*/
	/*padding: 5px 6px 5px 6px;*/
	/*padding: 5px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_a2:hover {
	color: #000000;
	text-decoration: none;
	background: #ffffff;
}*/


.zA_header_btn_1 {
	position: absolute;
	float: right;
	top: 8px;
	right: 185px;
	/*width: 84px;*/
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_1:hover {
	color: #000;
	text-decoration: none;
}
/*.zA_header_btn_1 {
	position: absolute;
	float: right;
	top: 8px;
	right: 185px;
	width: auto;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_1:hover {
	color: #000;
	text-decoration: none;
}*/
.zA_header_btn_2 {
	position: absolute;
	float: right;
	top: 8px;
	/*right: 118px;*/
	right:103px;
	width: auto;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_2:hover {
	color: #000;
	text-decoration: none;
}

.zA_header_btn_3 {
	position: absolute;
	float: right;
	top: 8px;
	right: 36px;
	width: auto;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 0px 0px;
}

.zA_header_btn_3:hover {
	color: #000;
	text-decoration: none;
}

.zA_header_store_btn1 {
	position: absolute;
	float: right;
	top: 8px;
	right: 36px;
	width: auto;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight:400;
	color: #000000;
	line-height: 26px;
	letter-spacing:0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 11px 0px 11px;
	margin: 0px 0px 0px 0px;
}
.zA_header_store_btn1:hover {
	color:#000;
	text-decoration:none;
}	

.zA_header_RQ_btn {
	position: absolute;
	float: right;
	top: 8px;
	right:98px;
	width:70px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing:0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.zA_header_RQ_btn:hover {
	color:#000;
	text-decoration:none;
}

.zA_header_HM_btn {
	position: absolute;
	float: right;
	top: 8px;
	right: 174px;
	width: 56px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	letter-spacing: 0.4px;
	text-align: center;
	background: #ffffff;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.zA_header_HM_btn:hover {
	color: #000;
	text-decoration: none;
}






/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:55px;
 width:290px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	  
/* Home  */

.header_bg1 {
	background-color:#FFF;
	/*background-image: linear-gradient(to right, #8ddad5 0%, #00cdac 100%);*/ /* (1) */
	/*background-color:#329d9c;*/
	/*box-shadow:0px 2px 8px #f9f9f9;*/
	/*box-shadow:0px 1px 0px #f9f9f9;*/
	height:45px;
	padding-bottom:0px;
	margin-bottom:0px;
}

 .zA_brand_BSP_size {
	position:relative;
	float:left;
	width:110px;
	height:auto;
	top:10px;
	left:6px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_home_BSP_brand_size {
 	width:190px;
	height:auto;
	top:120px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

.zA_fixedSearch_home_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:34px;
 border-width: 0 0 0px;
 background-color:#FFF;
 /*background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);*/
 padding-top:6px;
 padding-left:10px;
 padding-right:10px;
 margin:0 auto;
 z-index: 1;
}

.wrap_common_home {
 position:relative;
 float:none;
 width:700px;
 overflow: hidden;
 vertical-align:top;
 border-radius: 6px 6px 6px 6px;
 background:none;
 padding: 0px 15px 10px 15px;
 margin-top:2px;
}
 .zA_home_spacer1 {
 position:relative;
 float:left;
 width:100%;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 5px 0px;
}
 .zA_home_brand_ot {
 width:100%;
 text-align: center;
 padding:30px 0px 0px 0px;
 /*padding:55px 0px 0px 0px;*/
 margin:0px auto;
}
 .zA_home_brand_size {
 width:0px;
 height:auto;
 top:120px;
 left:16px;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}

.zA_main_total_h1b {
	position:relative;
	float:left;
	font-size: 14px;
	color: #000000;
	/*text-align:center;*/
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}



/* Home header buttons */

.zA_signin_btn_1a {
 position:absolute;
 float:right;
 top:5px;
 right:4px;
 font-size: 11px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
 background-color:#1e78e5;
 padding:5px 7px 5px 7px;
 margin:0px 0px 0px 0px;
}
.zA_signin_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}
 .zA_shop_btn_1a {
 position:absolute;
 float:right;
 top:5px;
 right:65px;
 font-size: 11px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
 background-color:#1e78e5;
 padding:5px 7px 5px 7px;
 margin:0px 0px 0px 0px;
}
.zA_shop_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}

/* Home Listing  */

.zA_home_cat_ot {
 width:100%;
 text-align:center;
 padding:0px 0px 0px 0px;
 margin:8px auto;
}
 .zA_home_cat_ico1 {
 width:44px;
 height:44px;
 /*border:2px solid #FFF;*/
 border-radius: 100%;
 font-size: 12px;
 color: #0056cc;
 line-height:44px;
 text-align: center;
 text-transform:uppercase;
 /*background: #fff;*/
 background: rgba(255, 255, 255, 0.85);
 border:1px solid #e2e2e2;
 margin:0px auto;
}
 .zA_home_cat_btn1 {
 position:relative;
 float:left;
 font-size: 10px;
 font-weight:800;
 color:#000000;
 text-align:center;
 width:44px;
 height:auto;
 padding:8px 0px 2px 0px;
}
.zA_home_cat_btn1:hover {
 border-radius: 5px 5px 5px 5px;
 background-color:#f2f2f2;
 text-decoration:none;
}
 .zA_home_cat_ico2 {
 width:46px;
 height:46px;
 border:2px solid #FFF;
 border-radius: 100%;
 font-size: 18px;
 color: #202124;
 font-weight:300;
 text-align: center;
 background: #e5e7e8;
 padding:7px 0px 0px 0px;
 margin:0px auto;
}
 .zA_home_cat_btn1 {
 position:relative;
 float:left;
 font-size: 9px;
 font-weight:800;
 color:#000000;
 text-align:center;
 width:80px;
 height:auto;
 padding:8px 0px 2px 0px;
}
.zA_home_cat_btn1:hover {
 border-radius: 5px 5px 5px 5px;
 background-color:#f2f2f2;
 text-decoration:none;
}
 .zA_home_header_cat_ico1 {
 width:40px;
 height:40px;
 border:2px solid #FFF;
 border-radius: 100%;
 font-size: 10px;
 color: #0056cc;
 line-height:40px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px auto;
}
 .zA_home_header_cat_h1a {
 position:relative;
 float:left;
 font-size: 10px;
 font-weight:800;
 color:#3a3e41;
 text-align:center;
 line-height:1.4;
 width:100%;
 padding:8px 0px 0px 0px;
 margin:0px 0px 3px 0px;
}


/* Sign in / Sign up */

.wrap_all_signin_1a {
 position:relative;
 float:none;
 width:800px;
 height:auto;
 border:8px solid #f2f2f2;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
 padding: 12px 0px 12px 0px;
 margin-top:80px;
 margin-bottom:80px;
}
.wrap_all_signup_1a {
 position:relative;
 float:none;
 width:800px;
 height:auto;
 background:#fff;
 border:1px solid #f2f2f2;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
 box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
 padding: 12px 0px 12px 0px;
 margin-top:80px;
 margin-bottom:80px;
}
 .zA_signin_h1a {
 position:relative;
 float:left;
 font-size:21px;
 font-weight:500;
 color:#1e78e5;
  /*text-align:center;*/
 text-align:left;
 padding: 0px 0px 0px 8px;
 margin:0px 0px 10px 0px;
}

 .zA_signin_t_ot{
	 /*position:relative;
 float:left;
	text-align:center;*/
	padding:0px;
	margin:0px auto;
 }
 .zA_signin_sh2a {
 position:relative;
 float:left;
 font-size:14px;
 font-weight:500;
 color: #202124;
 text-align:center;
 margin:0px 0px 0px 0px;
}

.zA_signin_btxt1 {
/* position:relative;
 float:left;*/
 font-size:14px;
 font-weight:500;
 color: #202124;
 text-align:center;
 padding-left:0px;
 margin:2px auto;
}

 .zA_sgn_btn_ot {
 /*width:100%;*/
 text-align: center;
 padding:0px 0px 0px 0px;
 margin:2px auto;
}
	.zA_sgn_label_h1a {
		position: relative;
		float: left;
		/*font-size: 12px;*/
		font-size: 15px;
		font-weight: 400;
		color: #000000;
		/*color: #1e78e5;*/
		/*text-align: center;*/
		text-align: left;
		width: 100%;
		line-height: 1.4;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 2px 0px;
	}
	.zA_sgn_ot {
		/*width: 325px;*/
		padding: 0px 0px 3px 0px;
		margin: 0px auto;
	}

.zA_sgn_input_ot1 {
 text-align:left;
 border-bottom:1px solid #d9d9d9;
 border-left:1px solid #d9d9d9;
 border-right:1px solid #d9d9d9;
 border-top:1px solid #d9d9d9;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 padding:3px 0px 6px 0px;
 margin:0px auto;
}	
.zA_sgn_input_ot {
 text-align:left;
 border-bottom:1px solid #d9d9d9;
 border-left:1px solid #d9d9d9;
 border-right:1px solid #d9d9d9;
 border-top:1px solid #d9d9d9;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 padding:3px 0px 6px 0px;
 margin:0px auto;
}
.zA_sgn_input1 {
 display: block;
 font-size: 13px;
 line-height: 1.42857143;
 color:#000000;
 width:100%;
 background:#FFF;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border-bottom:none;
 border-left:none;
 border-right:none;
 border-top:none;
 outline:none;
 padding:2px 3px 0px 6px;
 margin:0px 0px 1px 0px;
}
 .btn-fpwd_btn1 {
 position:absolute;
 float:left;
 float:left;
 top:-10px;
 left:0px;
 font-size: 12px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
 z-index:100;
}
.btn-fpwd_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .btn-create_btn1 {
 position:absolute;
 float:left;
 float:left;
 top:10px;
 left:0px;
 font-size: 12px;
 font-weight:500;
 color: #1e78e5;
 text-align:left;
 text-decoration:none;
 padding:0px 0px 0px 0px;
 margin:3px 0px 0px 0px;
 z-index:100;
}
.btn-create_btn1:hover {
 color:#0e6eff;
 text-decoration:none;
}
 .zA_sgn_btn_1a {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 font-size: 13px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
background-color:#1e78e5;
 padding:5px 12px 5px 12px;
 margin:0px 0px 0px 0px;
}
zA_sgn_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}
	  
/* Common Search / Posted Job - Result */
	  
.zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:51px;
 width:298px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 padding-left:0px;
 padding-right:0px;
 margin:0 auto;
 z-index: 1;
}

.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:135px 0px 0px 0px;
}
.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:298px;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	z-index: 1;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 48px;
 height:48px;
 border-radius: 50%;
 font-size: 12px;
 color: #0056cc;
 line-height: 48px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
 font-size: 13px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:15px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 5px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:15px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 5px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 9px;
 color: #ffffff;
 line-height: 18px;
 text-align: center;
 width: 18px;
 height: 18px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
 color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}

.online_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

.away_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

/* Quick Menu */

.active {
/*background-color: rgba(0, 0, 0, 0.3);*/
}
.action_name {
 color:#007dfa;
font-size:14px;
}
.action_menu_ot {
 position:absolute;
 float:right;
 right:0px;
}
#action_menu_btn {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
}
.action_menu {
 position: absolute;
 z-index: 100;
 width:180px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 20px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 0;
}
.action_menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu ul li {
 width: 100%;
 padding: 2px 8px;
 text-align:left;
}
.action_menu ul li i {
 padding-right: 10px;
}
.action_menu ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .action_menu_ot1 {
 position:absolute;
 float:right;
 right:10px;
 z-index:100;
}
#action_menu_btn1 {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
 font-size: 20px;
 z-index:100;
}
.action_menu1 {
 position: absolute;
 z-index: 100;
 width:298px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 6px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 10px;
}
.action_menu1 ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu1 ul li {
 padding: 2px 5px;
 margin: 7px;
 text-align:left;
}
.action_menu1 ul li i {
 padding-right: 10px;
}
.action_menu1 ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .zA_quickMenu_ot1 {
 position:absolute;
 float:right;
 top:-15px;
 right:40px;
}
.zA_quickMenu_2a {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 font-size: 18px;
 font-weight:800;
 color: #0056cc;
 line-height:32px;
 text-align: center;
 background: #f3f3f3;
 padding:1px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_quickMenu_2b {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 line-height:28px;
 text-align: center;
 background: #f3f3f3;
 padding:0px 2px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_home_cat_h1a {
 position:relative;
 float:left;
 font-size: 9px;
 font-weight:800;
 /*color:#3a3e41;*/
 color:#fff;
 text-align:center;
 width:100%;
 line-height:1.4;
 /*border-radius: 20px 20px 20px 20px !important;*/
 /*background:#FFF;*/
 padding:3px 0px 3px 0px;
 margin:2px 0px 0px 0px;
}
 .boxScroll {
 overflow-y: auto;
 height: calc(100vh - 310px);
}


/* Conversation */

.card_buy1 {
 position: relative;
 background:#598cc6;
 /*border-bottom-right-radius:5px;
 border-bottom-left-radius:5px;
 border-bottom:1px solid #f2f2f2;
 border-left:1px solid #f2f2f2;
 border-right:1px solid #f2f2f2;
 border-top:none;*/
 border:none;
 /*height:90px;*/
 /*height:66px;*/
 padding:2px 10px 25px 10px;
}
.buy_credit_text {
 position:relative;
 float:left;
 font-size: 11px;
 font-weight:500;
 color:#fff;
 line-height:15px;
 text-align:center;
 padding:0px 0px 0px 0px;
 margin:3px auto;
}
 .buy_credit_btn_ot {
 text-align:center;
 padding:0px 0px 0px 0px;
 margin:0px auto;
}
 .buy_credit_btn1 {
 display: block;
 font-size: 11px;
 line-height: 1.42857143;
 color:#fff;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 40px;
 border:none;
 border-bottom:1px solid #598cc6;
 border-left:1px solid #598cc6;
 border-right:1px solid #598cc6;
 border-top:1px solid #598cc6;
 outline:none;
 text-align:center;
 padding: 2px 25px 2px 25px;
 margin:0px 0px 0px 0px;
 background-color:#c6c6c6;
}
.buy_credit_btn1:hover {
 color:#999999;
 background-color:#ffffff;
}
 .buy_credit_btn2 {
 display: block;
 font-size: 11px;
 line-height: 1.42857143;
 color:#598cc6;
 background:none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 40px;
 border:none;
 border-bottom:1px solid #598cc6;
 border-left:1px solid #598cc6;
 border-right:1px solid #598cc6;
 border-top:1px solid #598cc6;
 outline:none;
 text-align:center;
 padding: 2px 25px 2px 25px;
 margin:0px 0px 0px 0px;
 background-color:#fff;
}
.buy_credit_btn2:hover {
 color:#fff;
 background-color:#1558a4;
}
/* .zA_conversation_avt_1 {
 position:relative;
 float:left;
 width: 55px;
 height:55px;
 border-radius: 50%;
 font-size: 14px;
 color: #0056cc;
 line-height: 55px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 10px 15px 0px;
}*/
.zA_conversation_avt_2 {
 position:relative;
 float:left;
 width: 32px;
 height:32px;
 border-radius: 50%;
 font-size: 10px;
 color: #0056cc;
 line-height: 32px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 0px 0px 0px;
}


/* User profile */

.zA_profile_img_ot_1 {
 position:absolute;
 float:left;
 top:5px;
 left:20px;
 width:100px;
 z-index:100;
}

.zA_profile_img_ot {
 position:absolute;
 float:left;
 top:25px;
 left:20px;
 width:100px;
 z-index:100;
}
 .zA_pro_avt_1 {
 position:relative;
 float:left;
 width: 75px;
 height:75px;
 border-radius: 50%;
 font-size: 18px;
 color: #0056cc;
 line-height: 75px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 10px 0px 0px;
}
 .online_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #4cd137;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.1em;
 border:1.5px solid white;
}
.offline_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #c23616;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.1em;
 border:1.5px solid white;
}

/* Search List */

.zA_job_list_btn2 {
 position:relative;
 float:left;
 background:url(../images/job/zeozapp_job_arw_2a.png);
 background-position:right;
 background-repeat:no-repeat;
 /*color: #0056cc;*/
 color:#000000;
 display:inline-block;
 font-size:12px;
 text-align:left;
 text-decoration:none;
 border-radius: 0px;
 width:100%;
 padding:3px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_list_btn2:hover {
 border-radius: 30px;
 padding-left:15px;
 color:#ffffff;
 text-decoration:none;
 background:url(../images/job/zeozapp_job_arw_2b.png);
 background-position:right;
 background-repeat:no-repeat;
 /*background-color:#0056cc;*/
 background-color:#000000;
}

/* Messsage */

.zA_h2a {
 position:relative;
 float:left;
 font-size: 18px;
 font-weight:500;
 color: #1374eb;
 line-height: 1.1;
 text-align:center;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:16px 0px 5px 0px;
}
.zA_h2a_j1 {
 position:relative;
 float:left;
 font-size: 16px;
 font-weight:400;
 color: #1374eb;
 line-height: 1.3;
 text-align:center;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px;
}
.zA_h2b {
 position:relative;
 float:left;
 font-size: 24px;
 font-weight:400;
 color: #1374eb;
 line-height:20px;
 text-align:left;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:10px 0px 8px 0px;
}
.zA_h2b_c1 {
font-size: 24px;
 font-weight:400;
 color: #1374eb;
 line-height:20px;
 text-align:center;
 width:100%;
 padding:0px 0px 0px 0px;
 margin:10px auto;
}
 .zA_cdt_h2 {
 font-size: 12px;
 font-weight:500;
 color: #000000;
 line-height:20px;
 text-align:center;
 width:100%;
 letter-spacing:1px;
 padding:0px 0px 0px 3px;
 margin:0px 0px 10px 0px;
}
.zA_cdt_msg1 {
 position:relative;
 float:left;
 left:0px;
 /*filter: alpha(opacity=50);*/
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_cdt_msg_btn1 {
 z-index:-100;
 display:inline-block;
 border-radius:50%;
 -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.zA_cdt_msg_btn1:hover {
 z-index:-100;
 border-radius:50%;
 -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
}

/* Messsage Post Receipt */

.zA_recv_h1 {
 position:relative;
 float:left;
 font-size: 18px;
 font-weight:500;
 color: #1374eb;
 line-height: 1.3;
 text-align:center;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 16px 0px;
}
.zA_recv_txt {
 font-size: 12px;
 font-weight:500;
 color: #000000;
 line-height: 1.3;
 text-align:center;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 15px 0px;
}
 .zA_recv_txt_1 {
 font-size: 12px;
 font-weight:500;
 color: #000000;
 line-height: 1.3;
 text-align:left;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 15px 0px;
}
 .zA_recv_cnt_1 {
 font-size: 12px;
 font-weight:500;
 color: #000000;
 line-height: 1.3;
 text-align:center;
 width:100%;
 letter-spacing:0.6px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 15px 0px;
}
 .zA_recv_lnk1 {
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 14px;
 color:#1374eb;
 line-height: 1.3;
 text-align:left;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px;
}
.zA_recv_lnk1:hover {
 color:#40cd40;
 text-decoration:underline;
}

/* Reserve */

.zA_reserve_blk_sh1 {
 position:relative;
 float:left;
 font-size: 12px;
 font-weight:400;
 color: #737373;
 line-height:20px;
 text-align:left;
 padding:0px 0px 0px 15px;
 margin:0px auto;
}
.zA_reserve_blk_list {
 position:relative;
 float:left;
 color: #333333;
 font-size:11px;
 text-align:left;
 line-height:1.2;
 list-style-type:disc;
 padding:0px 15px 0px 42px;
 margin:1px 0px 10px 0px;
}
.zA_reserve_blk_BL1 {
 border-bottom:1px solid #eeeded;
 padding:8px 0px 5px 0px;
 margin:0px 0px 0px 0px;
}
.zA_reserve_blk_SPC {
 padding:8px 0px 5px 0px;
 margin:0px 0px 0px 0px;
}
.zA_reserve_blk_link {
 color: #333333;
 font-size:13px;
 text-align:left;
 line-height:1.2;
 text-decoration:underline;
}
.zA_reserve_blk_link:hover {
 color: #333333;
 text-decoration:none;
}
 .zA_reserve_lgn_ot1 {
 /*position:absolute;*/
 position:relative;
 float:left;
 text-align:center;
 width:100%;
 top:9px;
 z-index:10;
}
.zA_reserve_lgn_h1 {
 color:#1374eb;
 font-size:15px;
 background:#fff;
 width:140px;
 margin:0px auto;
}
.zA_coming_lgn_h1 {
 color:#1374eb;
 font-size:15px;
 background:#fff;
 width:115px;
 margin:0px auto;
}
 .zA_redeem_lgn_h1 {
 color:#1374eb;
 font-size:15px;
 background:#fff;
 width:165px;
 margin:0px auto;
}
 .zA_res_outline_ot {
 position:relative;
 float:left;
 text-align:left;
 border-bottom:1px solid #1e78e5;
 border-left:1px solid #1e78e5;
 border-right:1px solid #1e78e5;
 border-top:1px solid #1e78e5;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 padding:5px 0px 10px 8px;
 margin:0px auto 10px;
/*z-index:-1;*/
}
.zA_res_outline_ot1 {
 position:relative;
 float:left;
 text-align:left;
 border-bottom:1px solid #d9d9d9;
 border-left:1px solid #d9d9d9;
 border-right:1px solid #d9d9d9;
 border-top:1px solid #d9d9d9;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 padding:5px 0px 10px 8px;
 margin:0px auto 10px;
/*z-index:-1;*/
}
 .zA_redeemP_h1 {
 position:relative;
 float:left;
 font-size: 13px;
 color:#000000;
 text-align:left;
 width:100%;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:0px 0px 4px 0px;
}
.zA_buyN_h1 {
 position:relative;
 float:left;
 font-size: 13px;
 color:#000000;
 text-align:left;
 width:100%;
 line-height:1.4;
 padding:0px 0px 0px 0px;
 margin:0px 0px 4px 0px;
}
 .zA_buyN_btn1a {
 position:absolute;
 float:left;
 top:0px;
 left:2px;
 font-size: 12px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 4px;
 background-color:#1e78e5;
 padding:8px 12px 8px 12px;
 margin:0px 0px 0px 0px;
 z-index:100;
}
.zA_buyN_btn1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}
 .zA_ppl_ot {
 text-align:left;
	/*border-bottom:1px solid #bbbdbe;*/
	border-bottom:1px solid #d9d9d9;
 border-left:1px solid #d9d9d9;
 border-right:1px solid #d9d9d9;
 border-top:1px solid #d9d9d9;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 height:36px;
 padding:2px 0px 2px 0px;
	/*padding: 2px 6px 2px 6px;*/
	margin:0px auto;
}
 .zA_ppl_input1 {
 display: block;
 font-size: 13px;
 line-height: 1.42857143;
 color:#000000;
 width:100%;
 background:#FFF;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 border-bottom:none;
 border-left:none;
 border-right:none;
 border-top:none;
 outline:none;
 padding:6px 3px 0px 6px;
 margin:0px 0px 1px 0px;
}
 zA_ppl_paypal_ot {
 position:relative;
 float:left;
 text-align:left;
 border-bottom:1px solid #e1e1e1;
 border-left:1px solid #e1e1e1;
 border-right:1px solid #e1e1e1;
 border-top:1px solid #e1e1e1;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 padding:2px 0px 2px 0px;
 margin:0px auto 10px;
/*z-index:-1;*/
}
 .zA_res_continue_btn_1a {
 position:relative;
 float:right;
 top:0px;
 right:0px;
 font-size: 13px;
 font-weight:600;
 color: #fff;
 text-align:right;
 border-radius: 3px;
background-color:#1e78e5;
 padding:5px 12px 5px 12px;
 margin:0px 0px 0px 0px;
}
.zA_res_continue_btn_1a:hover {
 color:#fff;
 text-decoration:none;
 background-color:#0072ff;
}

/* Footer */

footer {
 position: fixed;
	bottom:0px;
 width:100%;
 background:#f2f2f2;
 border-top:1px solid #f2f2f2;
 padding: 5px 0px 2px 0px;
 z-index:100;
}
footer .menu li a {
 position:relative;
 float:left;
 font-size:11px;
	color:#454545;
 line-height:14px;
 padding:0px 0px 0px 0px;
 text-decoration:none;
}
footer .menu li a:hover {
 color:#000;
}
 .fa.fa-facebook 1, .fa.fa-dropbox 1, .fa.fa-flickr 1, .fa.fa-github 1, .fa.fa-linkedin 1, .fa.fa-zeoz 1, .fa, fa-tumblr 1, .fa.fa-google-plus 1, .fa.fa-tumblr 1 {
 color:#b1aca1;
 font-size:16px;
 padding:0px 2px 0px 2px;
}
 .fa.fa-facebook 1:hover, .fa.fa-dropbox 1:hover, .fa.fa-flickr 1:hover, .fa.fa-github 1:hover, .fa.fa-linkedin 1:hover, .fa.fa-zeoz 1:hover, .fa, fa-tumblr 1:hover, .fa.fa-google-plus 1:hover, .fa.fa-tumblr 1:hover {
 color:#faf5eb;
}
.footer_social {
 position:relative;
 float:right;
 color:#656565;
 font-size:11px;
 line-height:12px;
 padding:0px 0px 0px 0px;
}
.footer_social:hover {
 color:#000;
}
footer .bg {
 background:#f2f2f2;
}
footer .bbr {
 border-bottom:1px solid #e4e4e4
}
footer .c1 {
 position:relative;
 float:left;
 font-size:11px;
 color:#454545;
 padding:0px 0px 0px 0px;
 text-decoration:none;
}
footer .dvr {
 font-size:11px;
 color:#6f6f6f;
 line-height:14px;
 padding:0px 0px 0px 0px;
 text-decoration:none;
}
footer .ver {
 position:relative;
 float:left;
 font-size:11px;
 color:#454545;
 line-height:14px;
 padding:0px 0px 2px 5px;
 text-decoration:none;
}
footer .c1a {
 position:relative;
 float:left;
 font-size:11px;
 color:#454545;
 line-height:14px;
 padding:0px 0px 2px 0px;
 text-decoration:none;
}
footer .c1a_1 {
 position:relative;
 float:left;
 font-size:11px;
 color:#bebebe;
 line-height:14px;
 padding:0px 4px 2px 4px;
 text-decoration:none;
}
footer .c1a_2 {
 font-size:12px;
 color:#bebebe;
 line-height:9px;
 padding:0px 4px 2px 4px;
 text-decoration:none;
}
footer .c1b {
 position:relative;
 float:left;
 font-size:12px;
 color:#454545;
 padding:2px 3px 0px 0px;
 text-decoration:none;
}
footer .c1c {
 font-size:11px;
 font-weight:800;
 color:#454545;
 padding:5px 0px 0px 6px;
 text-decoration:none;
}
footer .c1d {
 position:relative;
 float:left;
 font-size:11px;
 color:#000;
 line-height:12px;
 padding:0px 3px 2px 0px;
 text-decoration:none;
}
footer .c1e {
 position:relative;
 float:left;
 font-size:11px;
 color:#454545;
 line-height:14px;
 padding:0px 8px 2px 0px;
 text-decoration:none;
}
footer .dot1 {
 border-radius: 100%;
 display: inline-block;
 width: 9px;
 height: 9px;
 vertical-align: middle;
 background:#9e9e9e;
 margin: 0px 6px 0px 0;
}


.zA_alert_count_1 {
	position:relative;
	float:right;
	top:2px;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0056cc;
	margin-left:3px;
}

.zA_job_img_share {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}



.zA_share_ot {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_ot_1 {
	position:absolute;
	float:right;
	top:20px;
	right:28px;
}
.zA_share_ot_2 {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_size_1 {
	width: 20px;
	height: 20px;
	top:0px;
	/*right:28px;*/
}

.zA_share_ico_size {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ico_size_1 {
	width: 45px;
	height:auto;
	top:0px;
	padding:0px 4px 0px 4px;
}




}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	
.zA_brand_BSP_size {
	position:relative;
	float:left;
	width:135px;
	height:auto;
	top:10px;
	left:6px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.zA_home_BSP_brand_size {
 	width:190px;
	height:auto;
	top:120px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
	
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:51px;
 width:350px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 padding-left:0px;
 padding-right:0px;
 margin:0 auto;
 z-index: 1;
}

.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:170px 0px 0px 0px;
}
.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:360px;
	height:auto;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	z-index: 1;
}

 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 48px;
 height:48px;
 border-radius: 50%;
 font-size: 13px;
 color: #0056cc;
 line-height: 48px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
	font-size: 14px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.online_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

.away_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

 .active {
/*background-color: rgba(0, 0, 0, 0.3);*/
}
.action_name {
 color:#007dfa;
font-size:14px;
}
.action_menu_ot {
 position:absolute;
 float:right;
 right:0px;
}
#action_menu_btn {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
}
.action_menu {
 position: absolute;
 z-index: 1;
 width:180px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 20px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 0;
}
.action_menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu ul li {
 width: 100%;
 padding: 2px 8px;
 text-align:left;
}
.action_menu ul li i {
 padding-right: 10px;
}
.action_menu ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .action_menu_ot1 {
 position:absolute;
 float:right;
 right:10px;
 z-index:100;
}
#action_menu_btn1 {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
 font-size: 20px;
 z-index:100;
}
.action_menu1 {
 position: absolute;
 z-index: 100;
 width:298px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 26px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 10px;
}
.action_menu1 ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu1 ul li {
 padding: 2px 5px;
 margin: 7px;
 text-align:left;
}
.action_menu1 ul li i {
 padding-right: 10px;
}
.action_menu1 ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .zA_quickMenu_ot1 {
 position:absolute;
 float:right;
 top:-15px;
 right:40px;
}
.zA_quickMenu_2a {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 font-size: 18px;
 font-weight:800;
 color: #0056cc;
 line-height:32px;
 text-align: center;
 background: #f3f3f3;
 padding:1px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_quickMenu_2b {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 line-height:28px;
 text-align: center;
 background: #f3f3f3;
 padding:0px 2px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_home_cat_h1a {
 position:relative;
 float:left;
 font-size: 9px;
 font-weight:800;
 /*color:#3a3e41;*/
 color:#fff;
 text-align:center;
 width:100%;
 line-height:1.4;
 /*border-radius: 20px 20px 20px 20px !important;
 background:#FFF;*/
 padding:3px 0px 3px 0px;
 margin:2px 0px 0px 0px;
}
 .boxScroll {
 overflow-y: auto;
 height: calc(100vh - 310px);
}

.zA_alert_count_1 {
	position:relative;
	float:right;
	top:2px;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0056cc;
	margin-left:3px;
}

.zA_job_img_share {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ot {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_ot_1 {
	position:absolute;
	float:right;
	top:20px;
	right:28px;
}
.zA_share_ot_2 {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_size_1 {
	width: 20px;
	height: 20px;
	top:0px;
	/*right:28px;*/
}

.zA_share_ico_size {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ico_size_1 {
	width: 42px;
	height:auto;
	top:0px;
	padding:0px 6px 0px 6px;
}






}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:55px;
 width:400px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:55px;
 width:390px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}

.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:390px 0px 0px 0px;
}
.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:765px;
	height:auto;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	z-index: 1;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 48px;
 height:48px;
 border-radius: 50%;
 font-size: 16px;
 color: #0056cc;
 line-height: 48px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
	/*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	/*color: #000000;*/
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}

.online_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

.away_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}


.zA_alert_count_1 {
	position:relative;
	float:right;
	top:2px;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0056cc;
	margin-left:3px;
}

.zA_job_img_share {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ot {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_ot_1 {
	position:absolute;
	float:right;
	top:20px;
	right:28px;
}
.zA_share_ot_2 {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_size_1 {
	width: 20px;
	height: 20px;
	top:0px;
	/*right:28px;*/
}

.zA_share_ico_size {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ico_size_1 {
	width: 42px;
	height:auto;
	top:0px;
	padding:0px 6px 0px 6px;
}



}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	
	
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {



}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {



.limiter_main_homeZEOZ1 {
	width: 100%;
	/*min-height:100vh;
	max-height:100vh;*/
	/*background-color:#329d9c;*/
	background-image: linear-gradient(to right, #8ddad5 0%, #00cdac 100%); /* (1) */
	/*background-image: linear-gradient(to right, #80bc85 , #329d9c);*/
	/*background-position:center;
	background-repeat:no-repeat;*/
	margin: 0 auto;
}


.wrap_contact_us_1 {
	position:relative;
	float:none;
	width:700px;
	height:auto;
	background-color:#FFF;
	/*background:url(../images/signup/pk_signin_bg1c.png);
	background-position:center;
	background-repeat:no-repeat;*/
	border:1px solid #f2f2f2;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	vertical-align:top;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
	padding: 12px 0px 12px 0px;
	margin-top:80px;
	margin-bottom:80px;
}

.zA_contact_map_img {
	width:100%; height:auto;  border-bottom:1px solid #f2f2f2; padding-top:10px; padding-bottom:10px;
}

.zA_contact_tag_img {
	width:20px;
	height:28px;
	text-align:right; position:absolute; float:right; right:10px;
}

.zA_contact_h1a {
	position:relative;
	float:left;
	font-size:14px;
	color:#009;
	font-weight:500;
	/*color:#1e78e5;*/
	text-align:left;
	margin:0px 0px 0px 0px;
}

.zA_contact_h1b {
	position:relative;
	float:left;
	font-size:14px;
	color:#454545;
	font-weight:500;
	/*color:#1e78e5;*/
	text-align:left;
	margin:0px 0px 0px 0px;
}


/*.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:30%;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	z-index: 1;
}*/


	

.myoverlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	height:100%;
	width:100%;
	z-index: 1273;
}
.myform {
	border-radius: 30px !important;
	height:35px;
	/*line-height:50px;
	padding-top:10px;*/
}
.mybg-dark {
	/*background-color:#F00;*/
	background: rgba(0, 0, 0, 0.98);
}


.header_bg1 {
	background-color:#FFF;
	/*background-image: linear-gradient(to right, #8ddad5 0%, #00cdac 100%);*/ /* (1) */
	/*background-color:#329d9c;*/
	/*box-shadow:0px 2px 8px #f9f9f9;*/
	/*box-shadow:0px 1px 0px #f9f9f9;*/
	height:45px;
	padding-bottom:0px;
	margin-bottom:0px;
}
	
.zA_main_total_h1a {
	position:relative;
	float:left;
	font-size: 14px;
	color: #ffffff;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:2px 0px 0px 0px;
}
 
 .zA_home_BSP_brand_size {
 	width:190px;
	height:auto;
	top:120px;
	left:16px;
	font-size: 16px;
	color: #0056cc;
	text-align: center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}


.zA_fixedSearch_home_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:40px;
 /*top:51px;*/
	/*width:360px;*/
    border-width: 0 0 0px;
 background-color:#FFF;
/*background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);*/
 padding-top:6px;
 padding-left:10px;
 padding-right:10px;
 margin:0 auto;
 z-index: 1;
}
 
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:51px;
	/*width:360px;*/
    border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 padding-left:0px;
 padding-right:0px;
 margin:0 auto;
 z-index: 1;
}


.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:170px 0px 0px 0px;
}
.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:350px;
	height:auto;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	z-index: 1;
}

.zA_signup_wiz_alerts1a {
	position:relative;
	float:left;
	left:2px;
	color:#d5342d;
	font-size:13px;
	text-align:left;
	font-weight:600;
	text-decoration:none;
	border-radius: 0px;
	width:100%;
	padding:0px 0px;
	margin:65px 0px 0px 0px;
}

 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:7px;
 top:38%;
}
.zA_job_inout_size {
 width:9px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 48px;
 height:48px;
 border-radius: 50%;
 font-size: 14px !important;
 color: #0056cc;
 line-height: 48px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px dotted #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
	/*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 14px !important;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}

.zA_posted_OT1{
	border:1px solid #ebebeb;
	border-radius:8px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.zA_posted_inR {
	/*border: 1px solid #d9d9d9;*/
	border-radius: 8px 0px 0px 8px;
	background: #fff;
	padding: 6px 0px 6px 5px;
	margin: 0px 0px 0px 0px;
}
.zA_posted_inL {
	height: 66px;
	border-left: 1px solid #ebebeb;
	border-radius: 0px 8px 8px 0px;
	background: #f2f2f2;
	padding: 6px 10px 6px 4px;
	margin: 0px 0px 0px 0px;
}
.zA_ico_color1 {
    /* color: #ffffff !important; */
    color: #527f5e !important;
    font-size: 26px !important;
}
.zA_job_posted_ico1 {
    position: absolute;
    text-align: center;
    top: 22%; 
    margin: 0px auto;
}
.zA_job_posted_h1a {
    font-size: 26px;
    color: #1e78e5;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px 5px 0px;
}

.zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #000000;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 letter-spacing:-.5px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}


.zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}

.online_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

.away_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}


/* Sign in / Sign up */

.wrap_all_signin_1a {
 position:relative;
 float:none;
 width:800px;
 height:auto;
 border:1px solid #f2f2f2;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
 padding: 12px 0px 12px 0px;
 /*margin-top:-240px;*/
 margin-top:60px;
 margin-bottom:80px;
}
.wrap_all_signup_1a {
 position:relative;
 float:none;
 width:800px;
 height:auto;
 background:#fff;
 border:1px solid #f2f2f2;
 border-radius: 6px 6px 6px 6px;
 overflow: hidden;
 vertical-align:top;
 box-shadow: 0px 0px 12px rgba(0, 0, 0, .09);
 padding: 12px 0px 12px 0px;
 margin-top:80px;
 margin-bottom:80px;
}
 .active {
/*background-color: rgba(0, 0, 0, 0.3);*/
}
.action_name {
 color:#007dfa;
font-size:14px;
}
.action_menu_ot {
 position:absolute;
 float:right;
 right:0px;
}
#action_menu_btn {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
}
.action_menu {
 position: absolute;
 z-index: 100;
 width:180px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 20px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 0;
}
.action_menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu ul li {
 width: 100%;
 padding: 2px 8px;
 text-align:left;
}
.action_menu ul li i {
 padding-right: 10px;
}
.action_menu ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .action_menu_ot1 {
 position:absolute;
 float:right;
 right:10px;
 z-index:100;
}
#action_menu_btn1 {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
 font-size: 20px;
 z-index:100;
}
.action_menu1 {
 position: absolute;
 z-index: 100;
 width:298px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 26px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 10px;
}
.action_menu1 ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu1 ul li {
 padding: 2px 5px;
 margin: 7px;
 text-align:left;
}
.action_menu1 ul li i {
 padding-right: 10px;
}
.action_menu1 ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .zA_quickMenu_ot1 {
 position:absolute;
 float:right;
 top:-15px;
 right:40px;
}
.zA_quickMenu_2a {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 font-size: 18px;
 font-weight:800;
 color: #0056cc;
 line-height:32px;
 text-align: center;
 background: #f3f3f3;
 padding:1px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_quickMenu_2b {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 line-height:28px;
 text-align: center;
 background: #f3f3f3;
 padding:0px 2px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_home_cat_h1a {
 position:relative;
 float:left;
 font-size: 9px;
 font-weight:800;
 /*color:#3a3e41;*/
 color:#fff;
 text-align:center;
 width:100%;
 line-height:1.4;
 /*border-radius: 20px 20px 20px 20px !important;
 background:#FFF;*/
 padding:3px 0px 3px 0px;
 margin:2px 0px 0px 0px;
}
 .boxScroll {
 overflow-y: auto;
 height: calc(100vh - 310px);
}

/* User profile */

.zA_profile_img_ot {
 position:absolute;
 float:left;
 top:25px;
 left:20px;
 width:100px;
 z-index:100;
}
 .zA_pro_avt_1 {
 position:relative;
 float:left;
 width: 95px;
 height:95px;
 border-radius: 50%;
 font-size: 18px;
 color: #0056cc;
 line-height: 95px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 10px 0px 0px;
}
 .online_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #4cd137;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.4em;
 border:1.5px solid white;
}
.offline_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #c23616;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.4em;
 border:1.5px solid white;
}


.zA_alert_count_1 {
	position:relative;
	float:right;
	top:2px;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0056cc;
	margin-left:3px;
}

.zA_job_img_share {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ot {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_ot_1 {
	position:absolute;
	float:right;
	top:20px;
	right:28px;
}
.zA_share_ot_2 {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_size_1 {
	width: 20px;
	height: 20px;
	top:0px;
	/*right:28px;*/
}

.zA_share_ico_size {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ico_size_1 {
	width: 42px;
	height:auto;
	top:0px;
	padding:0px 6px 0px 6px;
}

	.zA_MAIN_TOP_sh1 {
		position: relative;
		float: left;
		font-size: 16px;
		font-weight: 500;
		/*color: #000;*/
		color: #1e78e5;
		text-align: left;
		line-height: 21px;
		/*margin: 10px 0px 0px 0px;*/
		margin: 8px 0px 0px 0px;
	}

	.zA_MAIN_TOP_sh1a {
		position: relative;
		float: left;
		font-size: 15px;
		font-weight: 300;
		/*color: #000;*/
		color: #202124;
		text-align: left;
		padding: 0px 30px 0px 0px;
		/*margin: 0px 0px 0px 0px;*/
		margin: 0px 0px 0px 0px;
	}






}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
 .wrap_common_z {
 position:relative;
 float:none;
 width:790px;
 /*overflow: hidden;*/
 vertical-align:top;
 border-radius: 6px 6px 6px 6px;
 background:#fff;
 padding: 5px 15px 10px 15px;
	/*margin-top:0px;*/
	margin-top:50px;
}

 .wrap_common_st {
 position:relative;
 float:none;
 width:790px;
 overflow: hidden;
 vertical-align:top;
 border-radius: 6px 6px 6px 6px;
 background:#fff;
 padding: 5px 15px 10px 15px;
	/*margin-top:0px;*/
	margin-top:50px;
}
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:55px;
 width:760px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 52px !important;
 height:52px !important;
 border-radius: 50%;
 font-size: 14px;
 color: #0056cc;
 line-height: 52px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}

 .zA_job_posted_h1a {
 font-size: 15px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 1px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	/*color: #000000;*/
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}

.online_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

.away_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}



/* User profile */

.zA_profile_img_ot {
 position:absolute;
 float:left;
 top:100px;
 left:20px;
 width:100px;
 z-index:100;
}
 .zA_profile_img_p1 {
 width:100%;
 height:auto;
 border:2px solid #FFF;
 border-radius: 100%;
 box-shadow: 0px 1px 1px #d6d6d6;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 background: #fff;
 margin:0px auto;
}
 .zA_pro_avt_1 {
 position:relative;
 float:left;
 width:100px;
 height:100px;
 border-radius: 50%;
 font-size: 18px;
 color: #0056cc;
 line-height: 100px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 10px 0px 0px;
}
 .online_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #4cd137;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.5em;
 border:1.5px solid white;
}
.offline_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #c23616;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.5em;
 border:1.5px solid white;
}

.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:380px 0px 0px 0px;
}
.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:740px;
	height:auto;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	z-index: 1;
}

}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:155px;
 width:352px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 48px;
 height:48px;
 border-radius: 50%;
 font-size: 16px;
 color: #0056cc;
 line-height: 48px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
	/*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	/*color: #000000;*/
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
}

/* Landscape */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:55px;
 width:790px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 margin:0 auto;
 z-index: 1;
}

.zA_job_posted_outer1 {
	position:relative;
	float:left;
	margin:390px 0px 0px 0px;
}
.zA_fixedAudio_list1 {
	position: fixed;
	right: 0;
	left: 0px;
	top:48px;
	width:765px;
	height:auto;
	border-width: 0 0 0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	margin:0 auto;
	z-index: 1;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
.zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 52px;
 height:52px;
 border-radius: 50%;
 font-size: 14px;
 color: #0056cc;
 line-height: 52px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
 font-size: 15px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 13px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 1px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	/*color: #000000;*/
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}

.online_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}
.offline_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #c23616;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

.away_icon_1 {
	position: absolute;
	height: 12px;
	width:12px;
	background-color: #fdb92c;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.01em;
	border:1.5px solid white;
}

/* User profile */

.zA_profile_img_ot {
 position:absolute;
 float:left;
 top:110px;
 left:20px;
 width:100px;
 z-index:100;
}
 .zA_profile_img_p1 {
 width:100%;
 height:auto;
 border:2px solid #FFF;
 border-radius: 100%;
 box-shadow: 0px 1px 1px #d6d6d6;
 font-size: 16px;
 color: #0056cc;
 text-align: center;
 background: #fff;
 margin:0px auto;
}
 .zA_pro_avt_1 {
 position:relative;
 float:left;
 width:100px;
 height:100px;
 border-radius: 50%;
 font-size: 18px;
 color: #0056cc;
 line-height: 100px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 10px 0px 0px;
}
 .online_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #4cd137;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.5em;
 border:1.5px solid white;
}
.offline_icon_av1 {
 position: absolute;
 height: 15px;
 width:15px;
 background-color: #c23616;
 border-radius: 50%;
 bottom: 0.2em;
 right: 0.5em;
 border:1.5px solid white;
}


.zA_alert_count_1 {
	position:relative;
	float:right;
	top:2px;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0056cc;
	margin-left:3px;
}

.zA_job_img_share {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ot {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_ot_1 {
	position:absolute;
	float:right;
	top:20px;
	right:28px;
}
.zA_share_ot_2 {
	position:absolute;
	float:right;
	top:20px;
	right:0px;
}
.zA_share_size_1 {
	width: 20px;
	height: 20px;
	top:0px;
	/*right:28px;*/
}

.zA_share_ico_size {
	position:relative;
	float:left;
	width: auto;
	height: 12px;
	padding: 0px 2px 0px 5px;
	margin:2px 0px 0px 0px;
}

.zA_share_ico_size_1 {
	width: 55px;
	height:auto;
	top:0px;
	padding:0px 6px 0px 6px;
}



}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:51px;
 width:330px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 padding-bottom:2px;
 margin:0 auto;
 z-index: 1;
}
 .zA_job_inout_ot1 {
 position:absolute;
 float:right;
 right:1px;
 top:30%;
}
.zA_job_inout_size {
 width:11px;
 height:auto;
}
 .zA_result_heard_avt_1 {
 position:relative;
 float:left;
 width: 48px;
 height:48px;
 border-radius: 50%;
 font-size: 16px;
 color: #0056cc;
 line-height: 48px;
 text-align: center;
 text-transform:uppercase;
 background: #fff;
 border:1px solid #ccc;
 margin:0px 2px 0px 0px;
}
 .zA_job_posted_h1a {
	/*font-family:"Montserrat", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
 color: #000000;
 line-height:14px;
 font-weight:500;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_h1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #5b5b5a;
 top:0px;
 font-weight:400;
 line-height:14px;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_img_audio {
 position:relative;
 float:left;
 width: auto;
 height: 12px;
 padding: 0px 5px 0px 0px;
 margin:2px 0px 0px 0px;
}
 .zA_job_posted_txt1a {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_txt1b {
 position:relative;
 float:left;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 11px;
 color: #757575;
 top:0px;
 font-weight:500;
 text-align:left;
 line-height:18px;
 padding: 0px 0px 0px 6px;
 margin:0px 0px 0px 0px;
}
.zA_job_posted_time {
 position:absolute;
 float:right;
 font-family:"Montserrat", Helvetica, Arial, sans-serif;
 font-size: 10px;
 color: #757575;
 top:0;
 right:0;
 font-weight:500;
 text-align:right;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_job_alert_1 {
 position:absolute;
 float:right;
 font-size: 10px;
 color: #ffffff;
 line-height: 20px;
 text-align: center;
 width: 20px;
 height: 20px;
 top:20px;
 right:0;
 border-radius: 50%;
 background: #0056cc;
}
 .zA_result_total_h1a {
 position:relative;
 float:left;
 left:-2px;
 font-size: 12px;
	/*color: #000000;*/
	color:#70757a;
 text-align:left;
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .active {
/*background-color: rgba(0, 0, 0, 0.3);*/
}
.action_name {
 color:#007dfa;
font-size:14px;
}
.action_menu_ot {
 position:absolute;
 float:right;
 right:0px;
}
#action_menu_btn {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
}
.action_menu {
 position: absolute;
 z-index: 1;
 width:180px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 20px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 0;
}
.action_menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu ul li {
 width: 100%;
 padding: 2px 8px;
 text-align:left;
}
.action_menu ul li i {
 padding-right: 10px;
}
.action_menu ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .action_menu_ot1 {
 position:absolute;
 float:right;
 right:10px;
 z-index:100;
}
#action_menu_btn1 {
 position: absolute;
 right: 0px;
 top: 20px;
 color: black;
 cursor: pointer;
 font-size: 20px;
 z-index:100;
}
.action_menu1 {
 position: absolute;
 z-index: 100;
 width:298px;
 background-color: rgba(255, 255, 255);
 color: black;
 border-radius: 5px;
 top: 35px;
 right: 26px;
 display: none;
 box-shadow: 0 0 6px rgba(33, 33, 33, .2);
 padding: 8px 10px;
}
.action_menu1 ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.action_menu1 ul li {
 padding: 2px 5px;
 margin: 7px;
 text-align:left;
}
.action_menu1 ul li i {
 padding-right: 10px;
}
.action_menu1 ul li:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.1);
}
 .zA_quickMenu_ot1 {
 position:absolute;
 float:right;
 top:-15px;
 right:40px;
}
.zA_quickMenu_2a {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 font-size: 18px;
 font-weight:800;
 color: #0056cc;
 line-height:32px;
 text-align: center;
 background: #f3f3f3;
 padding:1px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
.zA_quickMenu_2b {
 position:absolute;
 float:right;
 top:0px;
 right:0px;
 width: 32px;
 height:32px;
 border-radius: 50%;
 line-height:28px;
 text-align: center;
 background: #f3f3f3;
 padding:0px 2px 0px 0px;
 margin:0px 0px 0px 0px;
}
 .zA_home_cat_h1a {
 position:relative;
 float:left;
 font-size: 9px;
 font-weight:800;
 /*color:#3a3e41;*/
 color:#fff;
 text-align:center;
 width:100%;
 line-height:1.4;
 /*border-radius: 20px 20px 20px 20px !important;
 background:#FFF;*/
 padding:3px 0px 3px 0px;
 margin:2px 0px 0px 0px;
}
 .boxScroll {
 overflow-y: auto;
 height: calc(100vh - 310px);
}
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
}

/* ----------- Google Pixel 2 XL ----------- */

/* Portrait */
@media screen and (device-width: 412px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: portrait) {
}

/* Landscape */
@media screen and (device-width: 412px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {
 .zA_fixedSearch_list1 {
 position: fixed;
 right: 0;
 left: 0px;
 top:51px;
 width:390px;
 border-width: 0 0 0px;
 background-color:#FFF;
 padding-top:10px;
 padding-bottom:2px;
 margin:0 auto;
 z-index: 1;
}
}

/* Target Portrait and Landscape */
@media screen and (device-width: 412px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {
}


/************* updated signin start ***********/

.boxsi {
	width: 300px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
}

	.boxsi h1 {
		font-size: 2.6rem;
		font-weight: 400;
		margin: 0 0 95px;
		padding: 0;
		color: #000000;
		text-align: center;
	}

	.boxsi h2 {
		font-size: 1.9rem;
		font-weight: 600;
		margin: 0 0 30px;
		padding: 0;
		color: #000000;
		text-align: center;
	}

	.boxsi h3 {
		font-size: 1rem;
		font-weight: 400;
		color: #000000;
		text-align: left;
		line-height: 24px;
		letter-spacing: -.35px;
		padding: 0;
		margin: 0 0 20px;
	}

	.boxsi p {
		margin-bottom: 0;
	}

		.boxsi p:nth-child(even) {
			margin-top: 0;
		}

	.boxsi .input-box {
		position: relative;
	}

		.boxsi .input-box input {
			width: 100%;
			padding: 15px 10px;
			font-size: 16px;
			margin-bottom: 20px;
			color: #000000;
			border-radius: 3px 3px 3px 3px;
			border: 1px solid #c2c8d0;
			outline: none;
			letter-spacing: 1px;
			background: transparent;
		}

			.boxsi .input-box input:focus {
				width: 100%;
				padding: 15px 10px;
				font-size: 16px;
				margin-bottom: 20px;
				color: #000000;
				border-radius: 3px 3px 3px 3px;
				border: 1px solid #1e78e5;
				outline: none;
				letter-spacing: 1px;
				background: transparent;
			}

		.boxsi .input-box label {
			position: absolute;
			color: #000000;
			font-size: 15px;
			font-weight: 400;
			top: 0;
			left: 0;
			padding: 15px 20px;
			pointer-events: none;
			transition: .5s;
		}

		.boxsi .input-box input:focus ~ label, .boxsi .input-box input:valid ~ label {
			top: -22px;
			left: 8px;
			color: #1e78e5;
			font-size: 15px;
			background: #FFF;
			padding: 5px 4px;
			margin: 8px 0px 0px 0px;
		}

	.boxsi input[type=submit] {
		font-size: 16px;
		width: 100%;
		background: transparent;
		border: 1px solid #dfdfdf;
		outline: none;
		background: #f8f8f8;
		color: #666666;
		padding: 20px 20px;
		cursor: pointer;
		border-radius: 100px;
	}

.boxsi_btn {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #1f77e7;
	background-color: #1f77e7;
	letter-spacing: .8px;
	padding: 12px 10px;
	margin: 0px 0px 0px 0px;
}

	.boxsi_btn:hover {
		color: #ffffff;
		text-decoration: none;
		border: 1px solid #176ede;
		background-color: #176ede;
	}

.boxsi_t1 {
	font-size: .92rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	line-height: 24px;
	letter-spacing: -.35px;
	padding: 0;
	margin: 15px 20px 0px 20px;
}
.boxsi_t2 {
	font-size: .92rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	line-height: 24px;
	letter-spacing: -.35px;
	padding: 0;
	margin: 2px 0px 0px 0px;
}

.boxsi_t1_lnk {
	font-size: .92rem;
	font-weight: 400;
	color: #1f77e7;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: -.35px;
	padding: 0;
	margin: 15px 20px 0px 20px;
}
	.boxsi_t1_lnk:hover {
		color: #176ede;
		text-decoration: none;
	}
.boxsi_t2_lnk {
	font-size: .92rem;
	font-weight: 400;
	color: #1f77e7;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: -.35px;
	padding: 0;
	margin: 0px 0px 0px 0px;
}	
	.boxsi_t2_lnk:hover {
		color: #176ede;
		text-decoration: none;
	}

.floating-form {
	width: 310px;
}

.floating-form-su {
	width: 100%;
}

/****  floating-Lable style start ****/
.floating-label {
	position: relative;
	margin-bottom: 20px;
}

.floating-input, .floating-select {
	font-size: 16px;
	color: #000000 !important;
	/*padding:4px 4px;*/
	padding: 24px 10px;
	display: block;
	width: 100%;
	height: 30px;
	background-color: transparent;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #c2c8d0 !important;
}

	.floating-input:focus, .floating-select:focus {
		outline: none;
		color: #000000 !important;
		border: 1px solid #1f77e7 !important;
		/*border-bottom:2px solid #5264AE;*/
	}

label {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 13px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
	top: -10px;
	font-size: 14px;
	color: #1f77e7;
	background: #ffffff;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
	top: -18px;
	font-size: 14px;
	color: #5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
	width: 50%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.floating-textarea {
	min-height: 30px;
	max-height: 260px;
	overflow: hidden;
	overflow-x: hidden;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}
}

/****  floating-Lable style end ****/


/************* updated signin ends ***********/

@media (max-width:767px) {

	.zA_result_heard_avt_1b {
		position: relative;
		float: left;
		top: 0px !important;
		width: 65px !important;
		height: 65px !important;
		border-radius: 50%;
		font-size: 18px !important;
		color: #0056cc;
		line-height: 65px !important;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border: 2px dotted #ccc;
		margin: 2px 6px 0px 0px;
	}
}

.mobileviewtai {
	margin-top: 10px;
}

@media only screen and (max-width: 995px) {
	.mobileviewtai {
		margin-top: 40px;
	}
}