
/*You can add your won color also */

body {
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
p{
}
h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
	font-size:25px;
}
h4{
	font-family: 'Poppins', sans-serif;
}
h4.panel_tab-title a {
	color: #000;
}
a {
	color: #12887a;
	-webkit-transition:none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
a:hover {
	color: #12887a;
	text-decoration: none;
}
/**home org **/
th.org_view a {
	border: 1px solid #fff;
	padding: 5px;
	margin-left: 8px;
	font-size: 13px;
	font-weight: 400;
	background-color: #666;
	color: #fff;
}
th.admin_home a {
	border: 1px solid #fff;
	padding: 5px;
	margin-left: 8px;
	font-size: 13px;
	font-weight: 400;
	background-color: #ccc;
	color: #fff;
}
th.add_team a {
	border: 1px solid #fff;
	padding: 5px;
	margin-left: 8px;
	font-size: 13px;
	font-weight: 400;
	background-color: #666;
	color: #fff;
}

.row {
	padding: 0px 0 0px;
}
.ordinary-row {
	padding: 20px 0 5px;
}
.section-title + .row {
	padding: 40px 0 90px;
}


.no-list {
	list-style-type:none;
}

/* added by sem 2021.02.14 */
.zbutton {
	position: relative;
	height:26px;
	padding: 2px 8px;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 12px;
	background: #12887a;
	border: 2px solid #12887a;
	text-transform:none;
	font-family: 'Poppins', sans-serif;
}

.btn, button {
	position: relative;
	padding: 10px 30px;
	line-height: 17px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	background: #12887a;
	border: 2px solid #12887a;
	text-transform:none;
	font-family: 'Poppins', sans-serif;
}
.btn:hover,
button:hover {
	color: #fff;
}
.input-group-btn button {
	padding: 11px 20px;
}
.btn-common {
	color: #fff;
}
.btn-common:hover {
	background: #9c0;
	color: #fff;
	border-color:#fff;
}
.btn-common.active {
	background: transparent;
	border: 2px solid #2e6da4;
	color: #e74c3c;
}
.btn-border {
	background: rgba(255, 255, 255, 0.18);
	border: 2px solid #fff;
	color: #fff;
}
.btn-border:hover {
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #ffffff;
	color: #fff;
}
.input-group .form-control {
	border-radius: 30px 0 0 30px;
}
.form-group label {
	margin-bottom: 24px;
}
.form-group .radius-input {
	border-radius: 30px;
	height: 45px;
}
.form-group .flat-input {
	border-radius: 0;
}
.form-group .form-control {
	background: #ffffff;
	padding-right: 30px;
	color: #666;
	position: relative;
	box-shadow: none;
	margin-top: 5px;
}
.form-group .form-control:focus {
	border: 1px solid #e74c3c;
}
.form-group .help-block {
	font-weight: 700;
}

.label {
	font-weight: normal;
	margin: 2px 5px 0px 5px;
	float: left;
}
.social-links {
	display: inline-block;
}
.social-links a {
	display: inline-block;
	margin: 0 0 0 5px;
}
.social-links a i {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	border-radius: 100%;
	line-height: 32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-links a i:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-links a .fa-twitter:hover {
	color: #00aced;
}
.social-links a .fa-facebook:hover {
	color: #3b5998;
}
.social-links a .fa-google-plus:hover {
	color: #dd4b39;
}
.social-links a .fa-youtube-play:hover {
	color: #bb0000;
}
.social-links a .fa-linkedin:hover {
	color: #007bb6;
}
li.search {
	position: inherit;
	padding-right: 10px;
}
li.search .open-search {
	margin-right: 0 !important;
}
li.search .open-search i {
	font-size: 13px;
}
.navbar-plain .navbar-nav > li.search > a:before {
	display: none;
}
.full-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #333;
	padding: 15px 0;
	z-index: 999;
}
.full-search input[type="text"] {
	outline: medium none;
	display: inline-block;
	width: 97%;
	background: transparent;
	color: #FFF;
	font-size: 28px;
	padding: 4px 16px 8px;
	line-height: 39px;
	border-radius: 3px;
	height: auto;
	border: 1px solid #444;
}
.section-title {
	text-align: center;
	font-size: 50px;
	font-family: 'loveloblack';
	position: relative;
	padding: 80px 0 15px;
	margin-bottom: 0;
	margin-top: 0;
}
.section-title:before {
	position: absolute;
	content: " ";
	width: 50px;
	bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 3px solid #e74c3c;
}
.section-subtitle {
	text-align: center;
	font-weight: 100;
	padding-bottom: 30px;
	position: relative;
	color: #bdc3c7;
}
.small-title {
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-family: 'loveloblack';
	text-align: left;
	font-size: 24px;
}
.small-title:before {
	position: absolute;
	content: " ";
	width: 25px;
	bottom: 25px;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 2px solid #e74c3c;
}
/* ScrollToTop */
.scroll-top {
	right: 30px;
	bottom: 30px;
	border: 2px solid rgba(153, 153, 153, 0.51);
	border-radius: 100%;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.scroll-top:hover {
	background: #e74c3c;
	border-color: #e74c3c;
}
.scroll-top:hover i {
	color: #fff;
}
.scroll-top i {
	padding: 5px 12px;
	color: rgba(153, 153, 153, 0.51);
	width: 45px;
	height: 45px;
}
.scroll-top.affix {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.no-gap-left {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.no-gap-bottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.small-spacer {
	padding: 15px 0;
}
.small-spcer-bottom {
	margin-bottom: 30px;
}
.medium-spacer {
	padding: 30px 0;
}
.dark-bg {
	background: #c0392b;
}
.preset-bg {
	background: #e74c3c;
}
.progress-bottom {
	padding-top: 112px;
}
.page-header {
	padding: 0;
	margin: 0;
	position: relative;
	background:#fff;
	min-height: 55px;
}
.page-header .page-header-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
}
.page-header .page-header-inner:before {
	background: rgba(231, 76, 60, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
}
.page-header .page-title {
	text-align: left;
	font-size: 40px;
	padding: 15px 0;
	margin-bottom: 10px !important;
}
.page-header .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 9;
}
.page-header .breadcrumb li {
	line-height: 25px;
}
.page-header .section-title:before {
	width: 40px;
}
.switcher-box {
	position: fixed;
	width: 140px;
	top: 20%;
	left: -140px;
	z-index: 9999;
	background: #FFF;
	border: 1px solid #F3F3F3;
	padding: 15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-0-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.switcher-box h4 {
	color: #292929;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
.switcher-box .colors-list {
	margin: 0px 0px 0px -4px;
}
.switcher-box .colors-list li {
	display: inline-block;
	font-size: 0px;
	list-style: none;
	margin: 0px 4px;
}
.switcher-box .colors-list li a {
	width: 25px;
	cursor: pointer;
	height: 25px;
	display: block;
}
.switcher-box .colors-list li a.default {
	background-color: #E74C3C;
}
.switcher-box .colors-list li a.lightblue {
	background-color: #00D3F9;
}
.switcher-box .colors-list li a.gray {
	background-color: #9BB5AC;
}
.switcher-box .colors-list li a.coffee {
	background-color: #998675;
}
.switcher-box .colors-list li a.green {
	background-color: #9C3;
}
.switcher-box .colors-list li a.orange {
	background-color: #F60;
}
.switcher-box .colors-list li a.wisteria {
	background-color: #9b59b6;
}
.switcher-box .colors-list li a.mblue {
	background-color: #34495e;
}
.switcher-box .colors-list li a.greensea {
	background-color: #1abc9c;
}
.switcher-box .open-switcher {
	position: absolute;
	right: -50px;
	top: -1px;
	width: 50px;
	border-radius: 0px;
	border: 0px none;
	padding: 0px;
	height: 50px;
	background: #DDD;
}
.switcher-box .open-switcher i {
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 25px;
	color: #292929;
	display: block;
}
.switcher-massage {
	font-size: 12px;
	line-height: 15px;
	color: 808080;
	margin: 10px 0px 0px;
}
#accordionSubItems_911 {
	padding-left: 15px !important;
}

.panel-body1 {
	padding-left: 15px;
}
#loader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}
.square-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.square-spin img {
	max-width: 64px;
}
.footer-bottom {
position: relative;
padding: 5px 0px;
text-align: center;
margin-top: 0px;
background-color: #191919;
}
#carousel-area {
	overflow: hidden;
	background: #2c3e50;
	/*
	WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	now override the 3.3 new styles for modern browsers & apply opacity
	*/
}
#carousel-area .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
#carousel-area .carousel-inner .active {
	opacity: 1;
}
#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
	opacity: 1;
}
#carousel-area .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	#carousel-area .carousel-inner > .item.next,
	#carousel-area .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
	#carousel-area .carousel-inner > .item.prev,
	#carousel-area .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
	#carousel-area .carousel-inner > .item.next.left,
	#carousel-area .carousel-inner > .item.prev.right,
	#carousel-area .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}
#carousel-area .item {
	background-size: 100%;
	background-size: cover;
	height: 560px;
}
#carousel-area .item .carousel-caption {
	top: 22%;
	right: 10%;
	left: 10%;
	text-shadow: none;
}
#carousel-area .item .carousel-caption h2 {
	font-family: 'loveloblack';
	font-size: 70px;
	text-transform: uppercase;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
#carousel-area .item .carousel-caption h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 100;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
#carousel-area .item .carousel-caption .btn {
	margin: 30px 15px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
#carousel-area .active {
	opacity: 1;
}
#carousel-area .active.left,
#carousel-area .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-control {
	z-index: 10;
	width: 35px;
	height: 55px;
	top: 50%;
	padding: 10px 5px;
	box-shadow: none;
	background-image: none;
	margin-top: -35px;
	text-shadow: none;
}
#carousel-area .carousel-control i {
	border-radius: 100%;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	padding: 15px;
}
#carousel-area .carousel-control i:hover {
	background: rgba(255, 255, 255, 0.2);
}
#carousel-area .left.carousel-control {
	left: 5%;
}
#carousel-area .right.carousel-control {
	right: 5%;
}
#carousel-area .carousel-indicators {
	bottom: 45px;
}
#carousel-area .carousel-indicators li {
	border-radius: 4px;
	width: 40px;
	height: 8px;
	margin: 0 5px;
	opacity: 0.5;
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
	opacity: 1.0;
}
#carousel-area:hover .carousel-control {
	display: block;
}
#carousel-area i {
	margin-right: 10px;
}
div#accordionSubItems_102 {
	padding-left: 15px;
}
/*** login csss ***/
.login-box, .register-box {
	width: 360px;
	margin: 5% auto;
}
.login-logo, .register-logo {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 35px;
}
.login-box-body, .register-box-body {
	background: #1e282c;
	padding: 20px;
	border-top: 0;
	color: #666;
}
.org_th{
	width:50%;
	border-bottom: 0px solid #ddd;
}
.org_th1{
	width:50%;
	border-bottom: 0px solid #ddd;
}
.from_cc_text{
	margin-left: 20px;
	line-height: 17px;
	font-size: 13px;
}
.city_zip_box{
	width:210px;
	float:left;
}
.city_box {
	width: 55px;
	float: left;
	padding-left: 20px;
}
.city_State_box{
	width:185px;
	float:left;
}
.city_state {
	width: 65px;
	float: left;
	padding-left:15px;
}
.city_country_box{
	width:220px;
	float:left;
}
.city_country{
	width:68px;
	float:left;
 padding-left:10px;
}
.phone_box{
	width:270px;
	float:left;
}
.city_phone{
	width:80px;
	float:left;
	padding-left:20px;
}
.row.buttons {
	margin-left: 20px;
	margin-bottom: 25px;
}
/*** Core Providers css ***/
/*.logo_img{width:200px;}
img.icon {
	height: 200px;
}*/
.logo_img {
	width: 270px;
	padding-top: 13px;
}
.footer-content p {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: #000;
}
.copay {
	width: 100%;
	min-height: 50px;
	float: left;
	background-color: #0875A8;
	/* border-bottom: 1px solid #666; */
}
.rights{
	text-align:center;
	color:#FFF;
	font-size:12px;
	padding-top:8px;
}
.online_tools{
	width: 100%;
	/*float: left;*/
	padding-top: 20px;
}
.strenth{
	width: 100%;
	float: left;
	padding-top: 35px;
}
.box1{
	width: 31%;
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
}
.to_stre h1{
	font-family: "loveloblack";
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #505050;
}
.to_stre span h1 {
	padding-left: 20px;
	margin-top: 0px;
}
.lead_ing h1{
	font-family: "loveloblack";
	font-size: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #505050;
	margin-bottom:0px;
}

.lead_ing span h1{
	padding-left: 25px;
	margin-top: 0px;
}
.lead_ing span p{
	text-align: center;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}
.lead_ing p{
	text-align: center;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: "loveloblack";
}
.box2{
	width: 31%;
	float: left;
	margin-right: 20px;
}
.mange_ing{
	width: 100%;
	float: left;
	border:3px solid #BADA55;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:3px 3px 5px 6px #ccc;
}
.mange_ing span3 p{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding-top: 20px;
	line-height: 21px;
	padding-bottom: 0px;
}
.mange_ing span p{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	padding-top: 10px;
	line-height: 21px;
	padding-bottom: 10px;
	text-align: center;
}
.mange_ing span1 p{
	width: 100%;
	font-size: 30px;
	text-align: center;
	float: left;
	line-height: 30px;
	padding-bottom:0px;
	font-family: 'Poppins', sans-serif;
}
.mange_ing span2 p{
	text-align: center;
	font-size: 12px;
	font-family:'Roboto', sans-serif;
}
.box3{
	width: 31%;
	float: left;
}
.your_answer{
	width: 100%;
	float: left;
	border:3px solid #BADA55;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:3px 3px 5px 6px #ccc;
}
.your_answer span3 p{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding-top: 20px;
	line-height: 21px;
	padding-bottom: 0px;
}
.your_answer span p{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	padding-top: 2px;
	line-height: 21px;
	padding-bottom: 3px;
	text-align: center;
}
.your_answer span1 p{
	font-size: 21px;
	text-align: center;
	float: left;
	line-height: 18px;
	padding-bottom:0px;
	font-family: 'Poppins', sans-serif;
}
.your_answer span2 p{
	text-align: center;
	font-size: 12px;
	font-family:'Roboto', sans-serif;
}

.start_trial{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-bottom: 20px;
}
.start_trial .trial_img{
	float: left;
	width: 36%;
	vertical-align: middle;
}
.start_trial .credit_card{
	width: 64%;
	float: left;
}
.credit_card p {
	font-size: 16px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-top: 24px;
	padding-left: 0px;
}
.accelerate{
	width: 100%;
	float: left;
	margin: 0 auto;
}
.accelerate .accele_img{
	width:26%;
	text-align: left;
	float: left;
}
.accele_img .growth{
	height: 250px;
	vertical-align: middle;
}
.accelerate .accel_text{
	width: 72%;
	float: left;
}
.accel_text h1{
	color: #606060;
	font-size: 32px;
	font-family: "loveloblack";
	padding-top: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 15px;
}
.accel_text p{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 15px;
	padding-right: 30px;

}
.accelerate_a{
	width: 100%;
	float: left;
	margin: 0 auto;
}
.accelerate_a .accele_img_a{
	width:37%;
	text-align: left;
	float: left;
}
.accele_img_a .growth_a{
	height: 250px;
	vertical-align: middle;
}
.accelerate_a .accel_text_a{
	width: 63%;
	float: left;
}
.accel_text_a h1{
	color: #606060;
	font-size: 32px;
	font-family: "loveloblack";
	padding-top: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 15px;
}
.accel_text_a p{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 15px;
	padding-right: 30px;
}
.accelerate_b{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 25px;
}
.accelerate_b .accele_img_b{
	width:36%;
	text-align: left;
	float: left;
}
.accele_img_b .growth_b{
	height: 250px;
	vertical-align: middle;
}
.accelerate_b .accel_text_a{
	width: 64%;
	float: left;
}
.accel_text_b h1{
	color: #606060;
	font-size: 32px;
	font-family: "loveloblack";
	padding-top: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 15px;
}
.accel_text_b p{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 15px;
	padding-right: 30px;
}
.accelerate_c{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
}
.accelerate_c .accele_img_c {
	width:37%;
	text-align: left;
	float: left;
}
.accele_img_c .growth_c{
	height: 250px;
	vertical-align: middle;
}
.accelerate_c .accel_text_c{
	width: 63%;
	float: left;
}
.accel_text_c h1{
	color: #606060;
	font-size: 32px;
	font-family: "loveloblack";
	padding-top: 30px;
	margin-bottom: 20px;
	padding-right: 43px;
	padding-left: 15px;
}
.accel_text_c p{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 15px;
	padding-right: 33px;
}
/**** Core Providers css end ****/
footer {
	background: #ffffff;
	color: #ecf0f1;
	/* border-top: 2px solid #c9e0ed;*/
}

footer a {
	color: #12887a;
}
footer .subscription-form .form-control {
	border: 1px solid #fff;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	line-height: 25px;
}
footer ul li a {
	color:#0875A8;
}
footer ul li.tweet {
	margin-bottom: 15px;
}
footer ul li.tweet .fa-twitter {
	padding: 5px;
	color: #fff;
	background: #e74c3c;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}
footer ul li.tweet .tweet-date {
	font-size: 12px;
	font-style: italic;
	color: #bdc3c7;
}
footer .plain-flicker-gallery {
	margin-right: -5px;
	margin-left: -5px;
}
footer .plain-flicker-gallery a {
	display: inline-block;
	width: 32%;
	font-size: 0px;
	padding: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-0-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer .plain-flicker-gallery a:hover {
	opacity: 0.7;
}
footer .plain-flicker-gallery a img {
	width: 100%;
}
footer .tagcloud a {
	color: #FFF;
	font-size: 9pt;
	display: inline-block;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px 10px;
	background: #666;
	border-radius: 30px;
}
footer .tagcloud a:hover {
	background: #565454;
}
footer .tagcloud a i {
	padding-right: 5px;
}
footer #copyright {
	background: #0875A8;
}
footer #copyright .row {
	padding: 5px 0;
}
footer #copyright .copyright-text {
	margin-top: 15px;
	text-align:center;
}


.skill-wrapper {
	text-align: center;
}
.skill-wrapper .progress {
	height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #ecf0f1;
	border: 0px;
	border-radius: 30px;
}
.skill-wrapper .progress .progress-bar {
	background-color: #e74c3c;
	z-index: 0;
	position: relative;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
	transition: width 0.6s ease;
	border-radius: 30px;
}
.skill-wrapper .progress .percent {
	line-height: 30px;
	padding-left: 5px;
	font-weight: 400;
	color: #e74c3c;
	font-size: 16px;
}
.skill-wrapper p {
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	padding-left: 30px;
	text-align: left;
}
/*** HEAD LINES CSS ***/
.content_alin {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mem_info ul {
	margin-bottom: 0px;
}
.align_tm {
	width: 15%;
	float: left;
}
input#newANWDSubmit {
	text-transform: none;
	color: #fff;
	margin-left: 0px;
	border-radius:.25em;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight: 500;
}
.align_tm p {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0px;
}
.align_tm p span{
font-size:7px;
}

.user_title {
	width: 14%;
	float: left;
}

#carform_a select {
	width: 118px;
	background: #fff;
	border-radius: 2px;
	color: #727272;
	padding: 2px;
	border-radius: 4px;
	height: 26px;
	border: 1px solid #ccc;
}

div#cssmenu2 ul {
	padding-left: 0px;
}
div#cssmenu2 ul .dropdown-menu {
	min-width: 94px;
	min-width: 94px;
	max-height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}
.search_button {
	width: 22%;
	float: right;
}
.weeak_format {
	width: 18%;
	float: left;
}
.weeak_format p{
	font-size: 14px;
	text-align: left;
}
.weekaly_button{
	width: 16%;
	float: left;
}
#wrap {
	width: 14%;
	float: left;
	font-size: 13px;
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
}
li#xyz .dropdown-menu li a {
	color: #000;
}
li#xyz a {
	color: #fff;
}
li#xyz {
	background-color: #12887a;
	border-radius: .25em;
	line-height: 23px;
	font-size: 13px;
	padding-left: 9px;
}
.user_title .form-inline {
	margin-bottom: 0px;
}
.user_title .form-control {
	margin-top: 0px;
	height: 25px;
	padding: 3px;
}
.new-wkly {
	display: inline-block;
	padding: 3px 12px;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 1px;
	/* box-shadow: 0 6px #999; */
	float: left;
	margin-top: 0px;
	margin-left:6px;
}
.new-wkly:hover {
	background: rgb(4, 4, 4);
}
.new-wkly:active {
	background-color: #3e8e41;
}
.healins_test{
	width: 100%;
	padding-top: 11px;
	border-bottom: 2px solid #12887a;
	margin-bottom: 0px;
	float: left;
	padding-left:10px;
	border-left: 1px solid #12887a;
	border-right: 1px solid #12887a;
}
#accordionSubItems_306 {
	margin-left: 15px;
}
.list_order {
	margin-top: 0px;
	color: #333333;
	padding-left: 10px;
	width: 25px;
	float: left;
	font-weight:bold;
}
#accordionSubItems_99 {
	margin-left: 15px;
}
.line_one {
	width: 37%;
}
.line_one span {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.purp_se{
	width:100%;
	float:left;
}
.purp_se p {
	text-align: left;
	font-size: 17px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 15%;
	float: left;
}
.purp_se span {
	text-align: left;
	font-size: 15px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 85%;
	float: left;
}
.line_one p{
	width: 87px;
	font-size: 18px;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
	padding-right:10px;
}
.new_but{
	width: 5%;
	float: left;
}
#new-wkly_btn {
	display: inline-block;
	padding: 3px 12px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 1px;
	/* box-shadow: 0 6px #999; */
	float: left;
}
#new-wkly_btn:hover{
	background: rgba(231, 76, 60, 0.7);
}
#new-wkly_btn:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.core_pro {
	width: 100%;
	float: left;
	border-bottom: 2px solid #12887a;
	padding-top: 10px;
}
.test_name{
	width: 64%;
	float: left;
}
.test_name p{
	font-weight: 500;
	margin-bottom: 0px;
}
.tols_one{
	width: 8%;
	float: left;
}
.tols_one ul{
	margin-bottom:0px;
}
.tols_one p{
	font-size: 14px;
	text-align: left;
	margin-bottom: 0px;
}
.mem_info {
	width: 14%;
	float: left;
	text-align: right;
}
.mem_info ul li{
	list-style: none;
}
td.td_4 a {
	width: 50px;
	border: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
label.input_date {
	width: 8%;
	float: left;
}
input#newweeklydate {
	min-width: 16%;
	float: left;
}
label.input_carry {
	float: left;
	min-width: 25%;
	padding-right: 5px;
}
img.ui-datepicker-trigger {
	float: left;
	padding-right: 10px;
	padding-top: 8px;
}
div#dialog_nwdfrom {
	min-height: 280px !important;
}

/**** coreproviders table css ****/
.userhomepage {
	padding-top:0px;
	width: 100%;
	float: left;
}
.user-main-tittle{
	float:left;
}
.user-main-tittle h4 {
	padding-bottom: 5px;
	margin-top: 4px;
	font-family: 'Poppins', sans-serif;
}
.gyt_b {
	width: 50%;
	float: left;
	font-family: 'Poppins', sans-serif;
}
.gyt_b span5 {
	color: purple;
	font-size: 23px;
}
.gyt_b span1 {
	font-size: 25px;
	color: #03C;
}
.gyt_b span2 {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	color: white;
}
.usernews {
	border-radius: 6px;
	/* border: 5px solid #ddd; */
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	float: left;
	border-radius: 10px;
	padding: 13px;
	margin-bottom: 25px;
}
.td_3 a {
	padding-left: 11px;
}
.panel_tab-default {
	border-radius: 0px;
	border: none;
}
.panel_tab-default .panel_tab-heading	{
	padding-top:2px;
	outline: none;
	border: none;
	border-radius: 0px;
	width: 100%;
	position:relative;
	background-color: #dddddd;
}
.panel_tab-default .panel_tab-heading .panel_tab-title h4 a {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: inherit;
	width: 100%;
	float: left;
	display:inline-block;
}
.panel_tab-default .panel_tab-heading .admin_home {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 7%;
	float: left;
}
.panel_tab-default .panel_tab-heading .admin_home a{

	font-weight: 300;
	padding: 0px 2px 0px 9px;
	display: inline-block;
	background-color: #ccc;
	color: #ffffff;
	position: relative;
	margin-top: 7px;
	text-decoration: none;
	border: 1px solid #fff;
	width: 50px;

}

.panel_tab-default .panel_tab-heading .add_team {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 25%;
	float: left;
}
.panel_tab-default .panel_tab-heading .add_team a {
	font-weight: 300;
	padding: 0px 2px 0px 9px;
	display: inline-block;
	background-color: #ccc;
	color: #ffffff;
	position: relative;
	margin-top: 7px;
	text-decoration: none;
	border: 1px solid #fff;
	width: 75px;
}
.panel_tab-default .panel_tab-heading a {
	font-weight: 400;
	padding: 5px 35px 0px 15px;
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
	color: #000;
	position: relative;
	text-decoration: none;
}
.panel_tab-default .panel_tab-heading a i {
	padding-right: 10px;
	font-size: 20px;
}

.panel_tab-default .panel_tab-heading a:after {
	font-family: "FontAwesome";
	content: "";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
	height:6px;
}
.panel_tab-default .panel_tab-heading .collapsed::after {
	content: "";
font-family: "FontAwesome";
}
.raju{
	content: "";
}


.panel_tab-default .panel_tab-collapse .panel_tab-body {
	background-color: #fafafa;
}
.panel_tab-dark .panel_tab-heading a {
	background-color: #333;
}
.panel_tab-transparent .panel_tab-heading a.collapsed {
	background-color: transparent;
	color: inherit;
}
.panel_tab-transparent .panel_tab-heading a.collapsed:hover {
	background-color: #E84C3D;
	color: #ffffff;
}


select.headline-order {
	float:left;
	z-index: 10;
	margin-top: 3px;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	max-width: 50px;
}

td.td_1 {
	width: 250px;
}
td.td_2 {
	width: 250px;
}
td.td_3 {
	width: 250px;
	border-bottom: 1px solid #fff;
}
td.td_4 {
	width: 250px;
	border-bottom: 1px solid #fff;
}
td.td_1 li {
	list-style: none;
}
td.td_2 li {
	list-style: none;
}
td.td_3 li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
	padding-left: 5px;
}
td.td_4 li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 19px;
	border: 1px solid #fff;
	width: 22px;
	margin-bottom: 4px;
	/* left: 5px; */
	padding-left: 7px;
	font-size: 12px;
}
/**** password reset ****/
.reset_pass {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
.reset_pass label {
	padding-right: 65px;
	padding-bottom: 7px;
}
.reset_pass #People_newPasswordRepeat {

	width: 20%;
}
.reset_pass #People_newPassword {
	width: 20%;
}
/***** add org ****/
.or_ti {
	padding-top: 25px;
}
#organization-form {
	padding-bottom: 30px;
}
.user_or {
	padding-top: 30px;
}
.ta_am {
	padding-top: 30px;
	padding-bottom: 50px;
}

/**** org admin *****/
.tools {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tools_tittle {
	text-align: center;
	background-color: #12887a;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
	margin: 0px;
}
.tools {
	width: 100%;
	background-color: rgba(0,0,0,.075);
	padding: 20px;
	border-radius: 10px;
	border: thin solid #12887a;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 3px 3px 3px #888;
}
.admin_ho {
	width: 100%;
	float: left;
	padding-top: 15px;
}
.admin_ho h4 {
	margin-bottom: 4px;
}
.administrator {
	background: #EFFDFF;
}
.corevalues {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.administrator ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #f1f1f1;
}
.administrator li a.active {
	background-color: #383A35;
	color: white;
}
.administrator li a {
	display: block;
	color: #000;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}
.administrator li a:hover:not(.active) {
	background-color: #383A35;
	color: white;
}
.corevalues {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: none;
}
.administrator ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #f1f1f1;
}
.administrator li a.active {
	background-color: #383A35;
	color: white;
}
.administrator li a {
	display: block;
	color: #000;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}
.administrator li a:hover:not(.active) {
	background-color: #383A35;
	color: white;
}
.view {
	padding: 4px;
	width: 30%;
	float: left;
}
.update {
	padding-top: 4px;
	width: 30%;
	float: left;
}
.delete {
	float: left;
	width: 33%;
	padding-top: 4px;
}

.update_a h3 {
	padding-right: 10px;
	padding-bottom: 10px;
}
.update_a {
	padding-top: 13px;
	width:100%;
	float:left;
}
.gyt_bXXX_a {
	margin-top: -40px;
	margin-right: 175px;
}
.gyt_bXXX_a span {
	margin-bottom: 10px !important;
	float: left;
}
p.note {
	padding-left: 250px;
}
.requried {
	margin-top: -50px;
	/* text-align: center; */
	padding-left: 256px;
}
.update_a a {
	float: left;
	margin-right:10px;
}
.update_pas {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
#organization-form .form-group {
	margin-bottom: 20px;
}
.ad_pr .row {
	padding-bottom: 8px;
}
.form-group.has-feedback {
	padding-bottom: 20px;
}
.grid-view table.items th {
	color: white;
	background: url("/images/bg.gif") repeat scroll left top white;
	text-align: center;
}
.grid-view table.items th, .grid-view table.items td {
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}
.mang_t {
	padding-top: 20px;
}
.mm_p {
	padding-top: 20px;
	padding-bottom: 30px;
}
#people-form .form-group {
	padding-bottom: 0px;
	padding-bottom: 0px;
}
.adad_mr {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ma_t {
	padding-top: 20px;
}
#msg_btn {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom: 2px solid #12887a;
	margin-bottom: 0px;
	border-right: 1px solid #12887a;
	border-left: 1px solid #12887a;
	padding-left: 13px;
}
#msg_btn .msg_button{
	padding-top: 10px;
	float:left;
	width:5%;
}
#msg_btn .message_btn {
	float: left;
	width: 56%;
	margin-bottom: 0px;
}
#msg_btn .message_btn span{

	float:right;
	font-size:12px;
}
#msg_btn .message_btn h4{
	float:left;
	margin-bottom:0px !important;
	font-weight: 400;
	padding-top: 8px;
}
.team_feac {
	padding-top: 20px;
}
.te_team {
	padding-top: 20px;
}
.tts {
	padding-top: 25px;
}
.mai_box{
	width: 100%;
	min-height: 190px;
	padding: 23px;
	background: #f1efef;
	border: thin solid #198a7d;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 3px 3px 3px #888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.mai_box1{
	width:100%;
	float:left;
	text-align:center;
	border: 3px solid #40998e;
	border-radius: 12px;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}
.mai_box2{
	width:100%;
	float:left;
	text-align:center;
	border: 3px solid #40998e;
	border-radius: 12px;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}
.mai_box3{
	width:100%;
	float:left;
	text-align:center;
	border: 3px solid #40998e;
	border-radius: 12px;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 20px;
	background-color: #fff;
}
.purp_p{
	width:100%;
	float:left;
}
.butt_p{
	float:left;
	text-align:left;
	padding:16px;
}
.star_b {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 12px;
}
.tt_c{
	width:100%;
	text-align:right;
	padding-bottom: 25px;
}
.member_li {
	width: 85%;
	text-align: left;
	border-top: 2px solid #12887a;
	float:left;
}
.edit_but{
	width:100%;
	margin:0px;
	float:left;
	text-align:right;
	font-size:14px;
	padding-bottom:20px;
}
.member_lit {
	width: 85%;
	text-align: left;
	border-top: 2px solid #12887a;
	float:left;
	margin-top: 10px;
}
.updat_purpose {
	/* padding-left: 25px; */
	margin-left: 115px;
	margin-bottom: 50px;
}
.edit_team_mem {
	padding-bottom: 5px;
}
.purp-s{
	width:100%;
	float:left;
}
.purps_ter{
	width:8%;
	float:left;
}
.purps_ter p {
	text-align: left;
	padding-top: 0px;
	margin-bottom: 0px;
	font-weight:500;
	font-size: 16px;
}
.visso_n{
	float:left;
	width:90%;
}
.team_eme{
	padding-top:20px;
}

.span-5.last {
	width: 100%;
	background-color: rgba(0,0,0,.075);
	padding: 20px;
	border-radius: 10px;
	border: thin solid #aaccff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 3px 3px 3px #888;
	float:left;
	margin-top: 50px;
	margin-bottom: 25px;
}
.portlet-title {
	width: 100%;
	text-align: center;
	background-color: #0875A8;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
	margin: 0px;
}
.portlet-content ul {
	background: #f1f1f1;
	padding-left: 0px;
}
#yw3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #f1f1f1;
}

#yw3 li a.active {
	background-color: #383A35;
	color: white;
}
#yw3 li a {
	display: block;
	color: #000;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}
#yw3 li a:hover:not(.active) {
	background-color: #383A35;
	color: white;
}
.ro_re .form-group {
	margin-bottom: 15px;
}
.tt_r {
	margin-bottom: 20px;
	margin-top: 12px;
}
.pur_pser{
	width:100%;
	float:left;
	font-size:12px;
	color:#12887a;
	margin-bottom:10px;
}
.create_button {
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 68px;
}
.prup_es{
 width:99%;
 padding:4px 0;
 float:left;
}
.pur_psose{
	width:8%;
	float:left;
}
.purp_echo{
	width:90%;
	float:left;
}
.addre_ss{
	width:100%;
	font-size:14px;
	float:left;
	padding:10px 0;
	line-height:20px;
}
.add_ress {
	width: 12%;
	float: left;
	font-weight: bold;
}
.add_ress3 {
	width: 18%;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.addre_ss_2{
	width:80%;
	font-size:14px;
	float:left;
	line-height:20px;
	text-align:right;
	font-weight:bold;
}
.tablr_name {
	margin-bottom: 75px;
}
.box_le{
	width: 50%;
	float: left;
}
.box_le{
	width: 50%;
	float: left;
}
.to_stre1 p {
	font-size: 23px;
	line-height: 40px;
}
.to_stre1 span{
	text-align: left;
	float: left;
	font-size: 16px;
	padding-right: 5px;
}
.box_le1{
	width: 50%;
	float: left;
}
.box_le2{
	width: 50%;
	float: left;
}
.to_stre2 p {
	font-size: 23px;
	line-height: 40px;
}
.to_stre2 span{
	text-align: left;
	float: left;
	font-size: 16px;
	padding-right: 5px;
}
.to_stre2 h1 {
	font-family: "loveloblack";
	font-size: 25px;
	letter-spacing: 1px;
	color: #505050;
}
.to_stre1 h1{
	font-family: "loveloblack";
	font-size: 25px;
	letter-spacing: 1px;
	color: #505050;
}

.strenth_a {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 30px;
}
.mange2_ing {
	width: 100%;
	float: left;
}
.zynity_on{
	width: 100%;
	float:left;
	padding-top: 23px;
}
.zynity_on p {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: 100;
	padding-left: 25px;
}
.zynity_on span {
	float: left;
	text-align: left;
	font-size: 18px;
	padding-top: 33px;
	padding-left: 10px;
	font-weight: 700;
}
.zynity_on h1{
	float: left;
	text-align: left;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
}
.zynity_on span1 {
	float: left;
	text-align: left;
	font-size: 18px;
	/* padding-top: 38px; */
	padding-left: 10px;
	background-attachment: #000;
	font-weight: 700;
	background-color: yellow;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 25px;
}
.our_online_to{
	width: 100%;
	float: left;
}
.our_online_to h1 {
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	float: left;
	width: 100%;
}
.our_online_to p{
text-align: left;
margin: 0 0 26px 0;
color: #ff9200;
text-shadow: #ffc373 0.05em 0.05em 0.05em;
font-size: 24px;
font-weight: 100;
	padding-left: 0px;
}
.the_tools_vie{
	float: left;
	width: 100%;
	background: #f8f8f8;
	border: thin solid #ddd;
	border-radius: 12px;
}
.bulid_for{
	width:100%;
	float:left;
}
.bulid_for h2{
	font-size:26px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	float:left;
	margin-top:10px;
}
.bo_1{
	width: 33%;
	float:left;
}
.bo_1 h1{
	text-align:center;
	font-size: 23px;
	font-family: "loveloblack";
	width: 100%;

}
.bo_1 p {
	font-size: 12px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.bo_2 p {
	font-size: 12px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.bo_3 p {
	font-size: 12px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.bo_2 h1{
	text-align:center;
	font-size: 23px;
	font-family: "loveloblack";
	width: 100%;

}
.bo_3 h1{
	text-align:center;
	font-size: 23px;
	font-family: "loveloblack";
	width: 100%;
}
.bo_2{
	width: 33%;
	float:left;
}
.bo_3{
	width: 33%;
	float:left;
}
.main_booker{
width:250px;
float:left;
margin-top: 55px;
}
.book_are{
	height:20px;
	background:#aaa;
	color:#fff;
	margin:0;
	padding:5px 0 0 10px;
	font-size:14px;
	line-height:14px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: gray url('/images/menuBG.gif') repeat-x;

	width: 250px;
}
.bokk_arwe{
	padding:6px; border:thin solid #ccc;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	background: #ebf1f6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,	#ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,	#ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,	#ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,	#ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
	background: linear-gradient(135deg,	#ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 250px;
}
.book_frame{
	text-align:center;
}
.book_front{
	width:175px;
}
.let_gets{
	float:left;
	padding:0px;
	margin:0px 0px;
	margin-top:25px;
	text-align:top;
	width: 100%;
}
.easy_forma{
	width:100%;
	padding:30px;
	font-size:14px;
	background:#cae8f9;
	-moz-border-radius: 35px;
	float:left;
	border-radius: 35px;
}
.high_impact .tech_measu {
	text-align: center;
	margin-left: 90px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.high_impact{
	width:100%;
	float:left;
	font-size:18px;
}
.high_impact p {
	font-size: 18px;
	text-align: left;
}
.measure_men {
	text-align: center;
	padding-left: 200px;
	margin-top: -15px;
}
.two_colums{
	width:100%;
	float:left;
}
.col-box1{
	width:50%;
	float:left;
	padding:5px;">
}
.col-box1 p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
.col-box2 p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
.col-box2{
	width:50%;
	float:left;
	padding:5px;">
}
.vide_co {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.red_butt{
	width:100%;
	text-align:left;
	margin-top:20px;
	margin-bottom:12px;">
}
.contct_lablres{
	padding-bottom: 25px;
}
.contct_lablres .required {
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}
#ContactForm_subject {
	margin-left: -11px;
}
#ContactForm_body {
	margin-left: 6px;
}
#ContactForm_name {
	margin-left: -2px;
}
.sign_up {
	padding-bottom: 25px;
}
.sign_up label {
	padding-right: 45px;
	padding-bottom: 8px;
}
.sign_up #People_newPasswordRepeat {
	margin-left: -35px;
}
.sign_up #People_newPassword {
	margin-left: 13px;
}
.sign_up #People_KnownAs {
	margin-left: -12px;
}
.sign_up #People_OrganizationName {
	margin-left: -18px;
}
.sign_up #People_EmailAddressRepeat {
	margin-left: -36px;
}
.sign_up #People_EmailAddress {
	margin-left: 12px;
}
.sign_up #People_LastName {
	margin-left: 34px;
}
.sign_up #People_FirstName {
	margin-left: 33px;
}
.sign_up #LoginHelpForm_email {
	margin-bottom: 15px;
}
.frame_work_of{
	width:100%;
	float:left;
}
.frame_work_of p{
	text-align:left;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	color:#000;
}
.four_suites{
	width:100%;
	float:left;
}
.managin_team{
	width:270px;
	float:left;
	text-align:center;
	padding-right: 0px;
}
.managin_team ul{
	list-style-type:none;
	margin-top:24px;
}
.team_tex{
	width:600px;
	float:left;
}
.team_tex ul{
 	list-style-type:none;
 	margin-top:28px;"
}
.team_tex li{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	color: black;
}
.manag_ing{
	width:100%;
	float:left;
}
.your_leasd{
	width:100%;
	float:left;
}
.your_leasd p{
	font-size:16px;
	text-align:left;
	padding-bottom: 15px;
}
.three_clou{
	width:100%;
	float:left;
	margin-top: -22px;
}
.col_one{
	width:200px; float:left; margin:12px; background:#EFF4FA; border:thin solid #ccc; text-align:center;
	-moz-border-radius:10px; border-radius:10px; -moz-box-shadow:10px 10px 10px #888; -webkit-box-shadow:10px 10px 10px #888; box-shadow:5px 5px 5px #888;
	/* IE10 */
	background-image: -ms-radial-gradient(center, circle cover, #FFFFFF 25%, #7375d8 150%);
	/* Mozilla Firefox */
	background-image: -moz-radial-gradient(center, circle cover, #FFFFFF 25%, #7375d8 150%);
	/* Opera */
	background-image: -o-radial-gradient(center, circle cover, #FFFFFF 25%, #7375d8 150%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(radial, center center, 0, center center, 416, color-stop(0, #FFFFFF), color-stop(1, #7375d8));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-radial-gradient(center, circle cover, #FFFFFF 25%, #7375d8 150%);
	/* Proposed W3C Markup */
	background-image: radial-gradient(center, circle cover, #FFFFFF 25%, #7375d8 150%);
}
.col_heade{
	height:40px; background:#4e51d8; border-bottom:2px solid #fff; color:#fff; padding:5px 0 5px 0; font-size:22px;
	letter-spacing:3px; text-align:center;
	-moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; border-top-left-radius:10px;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px;
}
.col_two{
	width:200px; float:left; margin:12px; background:#EFF4FA; border:thin solid #ccc; text-align:center;
	-moz-border-radius:10px; border-radius:10px; -moz-box-shadow:10px 10px 10px #888; -webkit-box-shadow:10px 10px 10px #888; box-shadow:5px 5px 5px #888;
	/* IE10 */
	background-image: -ms-radial-gradient(center, circle cover, #FFFFFF 25%, #ffc273 150%);
	/* Mozilla Firefox */
	background-image: -moz-radial-gradient(center, circle cover, #FFFFFF 25%, #ffc273 150%);
	/* Opera */
	background-image: -o-radial-gradient(center, circle cover, #FFFFFF 25%, #ffc273 150%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(radial, center center, 0, center center, 416, color-stop(0, #FFFFFF), color-stop(1, #ffc273));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-radial-gradient(center, circle cover, #FFFFFF 25%, #ffc273 150%);
	/* Proposed W3C Markup */
	background-image: radial-gradient(center, circle cover, #FFFFFF 25%, #ffc273 150%);
}
.col_two_heade{
	height:40px; background:#ffac40; border-bottom:2px solid #fff; color:#fff; padding:5px 0 5px 0;
	font-size:22px; letter-spacing:3px; text-align:center;
	-moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; border-top-left-radius:10px;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px;
}
.col_three{
	width:200px; float:left; margin:12px; background:#EFF4FA; border:thin solid #ccc; text-align:center;
	-moz-border-radius:10px; border-radius:10px; -moz-box-shadow:10px 10px 10px #888; -webkit-box-shadow:10px 10px 10px #888; box-shadow:5px 5px 5px #888;
	/* IE10 */
	background-image: -ms-radial-gradient(center, circle cover, #FFFFFF 25%, #61d8a2 150%);
	/* Mozilla Firefox */
	background-image: -moz-radial-gradient(center, circle cover, #FFFFFF 25%, #61d8a2 150%);
	/* Opera */
	background-image: -o-radial-gradient(center, circle cover, #FFFFFF 25%, #61d8a2 150%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(radial, center center, 0, center center, 416, color-stop(0, #FFFFFF), color-stop(1, #61d8a2));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-radial-gradient(center, circle cover, #FFFFFF 25%, #61d8a2 150%);
	/* Proposed W3C Markup */
	background-image: radial-gradient(center, circle cover, #FFFFFF 25%, #61d8a2 150%);
}
.col_three_heade{
	height:40px; background:#36d88e; border-bottom:2px solid #fff; color:#fff; padding:5px 0 5px 0;
	font-size:22px; letter-spacing:3px; text-align:center;
	-moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; border-top-left-radius:10px;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px;
}
.col_four{
	width:200px;
	float:left;
	margin:12px;
}
.col_four_heade{
	text-align:center;
}
.belo_text{
	width:100%;
	float:left;
	font-size:12px;
	padding-bottom: 30px;
}
.team_sut {
	float: left;
}
.team_he{
	width:100%;
	float:left;
	padding-top:25px;
}
.pricein {
	color: white; background: #125e8e url('../../images/buttonBlueGrad.png') repeat-x center; border: thin solid #888; margin-left: 17px; padding: 6px; display: inline; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 5px 5px 5px #888; -webkit-box-shadow: 5px 5px 5px #888; box-shadow: 5px 5px 5px #888;float: left;margin-top: 13px;
}
.pricein a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.content_p {
	width: 100%;
	float: left;
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.content_p ol {
	font-size: 16px;
}
.cert_fied{
	width:100%;
	float:left;
	padding-bottom: 25px;
}
.left_cert{
	width:74%;
	float:left;
}
.right_cert{
	width:24%;
	float:left;
	min-height:200px; padding:6px; float:right; border:thin solid #ccddff;
	-moz-border-radius:10px; border-radius:10px; -moz-box-shadow:5px 5px 5px #888; -webkit-box-shadow:5px 5px 5px #888; box-shadow:3px 3px 3px #888; margin:5px;
}

#searchBlock{
	width:50%; margin:4px; padding:6px; border:thin solid #ccddff;
	-moz-border-radius:10px; border-radius:10px; -moz-box-shadow:5px 5px 5px #888; -webkit-box-shadow:5px 5px 5px #888; box-shadow:3px 3px 3px #888;
}
.main_cloum{
	width:100%;
	float:left;
}
.become_a{
	width:100%;
	color:#000080;
	padding-top:25px;
}
.we_are{
	width:100%;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}
.butt_cc{
	width: 95%;
	text-align:center;
	margin-top: 0px;
	margin-bottom:0px;
	padding-right:0px;
}
.but_ccimg{
	height: 50px;
	vertical-align: middle;
	padding-bottom: 12px;
}
.cert_fia_te{
	color: white;
	margin-top: -10px;
	margin-bottom: -10px;
	background: #125e8e url('../../images/buttonBlueGrad.png') repeat-x center;
	border: thin solid #888; margin-left: 4px;
	padding: 14px;
	display: inline;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.cert_fia_te a{
	color: white;
	font-size: 16px;
}
.enrich{
	width:100%;
	float:left;
	padding-bottom:25px;
}
.enrich h2{
	font-size:16px;
	color:#000080;
}
.enrich ol{
	font-size:17px;
	text-align:left;
}
.enrich ol li{
	line-height:25px;
}
.enrich	p{
	font-size:18px;
	font-weight:500;
}
.three_an{
	width:100%;
	float:left;
}
.three_an h2{
	text-align:center;
}
.three_an h3{
	font-family: Abel;
	font-size: 32px;
	text-align: center;
}
.three_an h4{
	font-size: 48px;
	color: #a4224b;
	font-family: Abel;
	text-align: center;
}
.recivr {
	padding-top: 10px;
}
#AssessmentForm_title {
	margin-left: 54px;
	margin-bottom: 5px;
}
#AssessmentForm_lastName {
	margin-left: 2px;
	margin-bottom: 5px;
}
#AssessmentForm_firstName {
	margin-left: 1px;
	margin-bottom: 5px;
}

#AssessmentForm_organization {
	margin-bottom: 5px;
}
.give {
	width: 54%;
	margin-top: 14px;
}
.how_lead{
	width:100%;
	float:left;
}
.how_lead h5{
	font-size:16px;
	text-align:left;
}
.how_lead h4{
	font-size:16px;
	text-align:left;
}
.how_lead h2{
	text-align:left;
	font-size:20px;
}
.how_lead h3{
	font-family: Abel;
	font-size: 32px;
	text-align: left;
}
.how_lead h6{
	font-size: 36px;
	color: #a4224b;
	font-family: Abel;
}
.profilo_cand{
	width:100%;
	float:left;
}
.profilo_cand h5{
	font-size:14px;
	font-weight:200;
	line-height:25px;
}
#HowLeadForm_title {
	margin-top: 5px;
}
#HowLeadForm_lastName {
	margin-left: 3px;
	margin-top: 5px;
}
#HowLeadForm_organization {
	margin-top: 5px;
}
#HowLeadForm_email {
	margin-top: 5px;
}
#dumpy textarea {
	width: 50%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */ ::i-block-chrome, select.headline-order { margin-top: -3px !important; background-color: #F0F0F0; border: 1px solid #F0F0F0; max-width: 50px; } }
select.headline-order {
	margin-top: 2px;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
	max-width: 50px;
}
.mm_intrduction{
	width:100%;
	float:left;
}
.mm_intrduction_1{
	width:100%;
	float:left;
	padding-bottom:25px;
}
.mm_box1{
	width:33.3%;
	float:left;
	padding:10px;
}
.mm_box2{
	width:33.3%;
	float:left;
	padding:10px;
}
.mm_box2_img {
	width: 265px;
}
.mm_box3{
	width:33.3%;
	float:left;
	padding:10px;
}
.video_cli{
	margin-left:20px;
	float:left;
}
.click_img{
	height:30px;
	vertical-align:middle;
	padding-bottom:12px;
}
.buut_bg{
	color:white;
	background: #125e8e url('/images/buttonBlueGrad.png') repeat-x center;
	border:thin solid #888;
	margin-left:4px;
	padding:7px;
	display:inline;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.buut_bg a{
	color:white;
	font-size:14px;
	vertical-align:middle;
	padding-bottom:0px;
}
.conten_text_mm{
	float:left;
	width:100%;
	margin:12px 0 0 0;
	padding:12px;
	font-size:11px;
	border:thin solid goldenrod;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.mm2_box1{
	width:33.3%;
	float:left;
	margin:0;
	padding:12px;
	font-size:11px;
	border:thin solid goldenrod;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.mm2_box2{
	width:33.3%;
	float:left;
	padding:5px;
}
.mm2_box3{
	width:33.3%;
	float:left;
	padding:5px;
	text-align: center;
}
.team_conte{
	width:100%;
	float:left;
	font-size: 14px;
	text-align: justify;
}
.team_mimg{
	width:20%;
	float:left;
}
.tea_img{
	width:160px;
	height:160px;
}
.story_ou{
	width:100%;
	float:left;
	padding-bottom:25px;
}
.story_ou p{
	font-size:16px;
	text-align: justify;
}
.purpose_p{
	width:100%;
	float:left;
	padding-left:30px;
	font-size:22px;
	padding-top: 10px;
}
.purpose_p p {
	padding-left:30px;
	font-size:20px;
	color: #333399;
}
.purpose_p span1{
	font-size: 14px;
}
.ethos{
	width:100%;
	float:left;
	font-family: 'Poppins', sans-serif;
	padding-bottom:25px;
}
.ethos h1{
	width:100%;
	color: #000080;
	font-size:30px;
	font-family: 'Poppins', sans-serif;
	float:left;
}
.ethos h1 span {
	color: #666;
	font-size: 22px;
	font-weight: 100;
}
.ethos h2{
	width:100%;
	font-style:italic;
	font-size: 22px;
	color: #000080;
	font-family: 'Poppins', sans-serif;
	float:left;
}
.ethos p{
	font-size: 20px;
	padding-left: 30px;
}
.an_applied{
	width:100%;
	float:left;
}
.an_applied p{
	font-size:18px;
	font-family: 'Poppins', sans-serif;
}
.an_applied h2{
	font-size:22px;
	font-family: 'Poppins', sans-serif;
}
.objectve{
	width:100%;
	float:left;
	font-family: 'Poppins', sans-serif;
}
.objectve h4{
	font-size:18px;
	font-family: 'Poppins', sans-serif;
}
.objectve p{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}
.faq_co{
	width:100%;
	float:left;
}
.faq_co p{
	font-size:16px;
	text-align:left;
}
.libary_s{
	float:left;
	width:100%;
	padding-bottom: 20px;
}
.libary_s p{
	text-align:left;
	font-size:18px;
}
.libary_s h4{
	font-size:22px;
	font-family: 'Poppins', sans-serif;
	float: left;
	margin-top: 0px;
	width: 100%;
	padding-bottom: 10px;
}
.libary_s	h4 span{
	font-size:16px;
	font-size: 18px;
	font-weight: 100;
}
.certfi_cate{
	width:100%;
	float:left;
}
.cert_ficate{
	width:70%;
	float:left;
}
.certfi_right{
	width:20%;
	float:left;
	min-height:100px;
	background:#f6f6f6;
	color:#777; padding:6px;
	border:2px solid #ddd;
	vertical-align:top;
	font-size:11px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-right: 50px;
	margin-left: 15px;
}
.ser_vice{
	width:100%;
	float:left;
}
.train_apply{
	width:100%;
	float:left;
}
.train_box1_m p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #008000;
}
.train_box2_m p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #008000;
}
.train_box3_m p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #008000;
}
.train_box4_m p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #008000;
}
.train_box1_m{
	width:25%;
	float:left;
}
.train_box1_m h4{
	text-align: center;
}
.train_box2_m h4{
	text-align: center;
}
.train_box3_m h4{
	text-align: center;
}
.train_box4_m h4{
	text-align: center;
}
.train_box2_m{
	width:25%;
	float:left;
}
.train_box3_m{
	width:25%;
	float:left;
}
.train_box4_m{
	width:25%;
	float:left;
}
.train_box1{
	width:94%;
	float:left;
	text-align: center;
	margin: 4px;
	border: 3px solid #BADA55;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 15px;
	min-height: 245px;
}
.train_box2{
	width:94%;
	float:left;
	text-align: center;
	margin: 4px;
	border: 3px solid #BADA55;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 15px;
	min-height: 245px;
}
	.train_box3{
	width:94%;
	float:left;
	text-align: center;
	margin: 4px;
	border: 3px solid #BADA55;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 15px;
	min-height: 245px;
}
.train_box4{
	width:94%;
	float:left;
	text-align: center;
	margin: 4px;
	border: 3px solid #BADA55;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
	padding: 15px;
	min-height: 245px;
}
.two_journy{
	width:100%;
	float:left;
}
.two_journy p{
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	float: left;
}
.two_journy a{
	font-size:16px;
	background-color:#ffff00;
	font-family: 'Poppins', sans-serif;
	margin-left:30px;
	margin-bottom:10px;
	float:left;
}
.movent_h {
	width:100%;
	float:left;
}
.movent_h h4{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color: #333399;
}
.movent_h ul{
	list-style:none;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
}
.movent_h p{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
}
.movent_h span{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color: #333399;
	text-align: justify;
	padding-left: 35px;
	float: left;
}
	#searchheadlineform {
	margin-bottom: 0px;
}
.closed_item_h {
	padding-top: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-top: 6px;
}
.closed_message_h {
	padding-top: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-top: 6px;
}
#searchmessageform {
	margin-bottom: 0px;
	padding-top: 6px;
}
/*********************************************************************************************************/
@media (max-width:1024px) {
	/*** reset password ***/
	.reset_pass #People_newPassword {
		width: 30%;
	}
	.reset_pass #People_newPasswordRepeat {
		margin-left: -48px;
		width: 30%;
	}
	#searchBlock {
		width: 75%;
	}
	.book_are{
		width:240px;
	}
	.bokk_arwe{
		width:240px;
	}
	.high_impact .tech_measu {
		text-align: center;
		margin-left: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.measure_men {
		text-align: center;
		padding-left: 150px;
		margin-top: -15px;
	}
	.form-group {
		margin-bottom: 0px;
	}
	.line_one {
		width: 34%;
		float: left;
		}
	select.headline-order {
		z-index: 10;
		margin-top: 5px;
		background-color: #F0F0F0;
		border: 1px solid #F0F0F0;
		max-width: 50px;
	}
	.mange_ing span1 p {
		width: 100%;
		font-size: 28px;
		text-align: center;
		float: left;
		line-height: 21px;
		padding-bottom: 0px;
		font-family: 'Poppins', sans-serif;
	}
	.to_stre h1 {
		font-family: "loveloblack";
		font-size: 23px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #505050;
		text-align: center;
		margin-top: 15px;
	}
	.lead_ing h1 {
		font-family: "loveloblack";
		font-size: 30px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #505050;
		margin-bottom: 0px;
		text-align: center;
		margin-top: 10px;
	}
	.start_trial {
		width: 100%;
		float: left;
		margin: 0 auto;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.strenth {
		width: 100%;
		float: left;
		padding-top: 36px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		position: absolute;
		top: 0;
	}
	/* #menu is the original menu */
	#wpb-mobile-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	ul.dropdown-menu .sub-menu {
		left:0;
		margin-top: -37px;
		text-align: left;
	}
}

@media only screen and (min-device-width : 641px) and (max-device-width : 768px) {
	/*** reset password ***/
	.reset_pass #People_newPassword {
		width: 40%;
	}
	.reset_pass #People_newPasswordRepeat {
		margin-left: -48px;
		width: 40%;
	}
	/*** team ***/
	.team_mimg {
		width: 25%;
		float: left;
	}
	.mm_box2_img {
		width: 240px;
	}
	.give {
		width: 88%;
		margin-top: 14px;
	}
	#searchBlock {
		width: 80%;
	}
	.main_booker {
		width: 250px;
		float: left;
		margin-top: 25px;
		padding-bottom: 25px;
	}
	.to_stre1 h1 {
		font-family: "loveloblack";
		font-size: 20px;
		letter-spacing: 1px;
		color: #505050;
	}
	.to_stre2 h1 {
		font-family: "loveloblack";
		font-size: 20px;
		letter-spacing: 1px;
		color: #505050;
	}
	.consla_tant {
		width: 95%;
	}
	.to_stre2 p {
		font-size: 18px;
		line-height: 35px;
	}
	.to_stre1 p {
		font-size: 18px;
		line-height: 33px;
	}
	.consal_img2 {
		width: 97%;
	}
	.form-group {
		margin-bottom: 0px;
	}
	/*** head lines	***/
	.align_tm {
		width: 16%;
		float: left;
	}
	.align_tm p {
		font-size: 12px;
		font-weight: 500;
		text-align: left;
		margin-bottom: 0px;
	}
	.head_auth {
		font-size: 11px !important;
		font-weight: 900;
	}
	.weekaly_button {
		width: 16%;
		float: left;
	}

	input#newANWDSubmit {
		text-transform: none;
		color: #fff;
		margin-left: 0px;
		font-size: 11px;
	}
	#wrap {
		font-size: 11px;
		font-weight: 700;
		width: 16%;
	}
	.search_button {
		width: 18%;
		float: left;
	}
	.header-style-two .main-menu .navbar-header .navbar-toggle {
		margin: 9px 0px 0px 0px !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#headlinesearch {
		width: 65% !important;
		float: left;
		border: 1px solid #ccc;
		height: 27px;
	}
	.search_button input {
		font-size: 9px;
	}
	#carform_a select {
		width: 108px;
		background: #fff;
		border-radius: 2px;
		color: #727272;
		padding: 2px;
		border-radius: 4px;
		height: 26px;
		border: 1px solid #ccc;
	}
	.weeak_format p {
		font-size: 12px;
		text-align: left;
	}
	.user_title .form-control {
		margin-top: 0px;
		padding: 3px;
		font-size: 12px;
	}
	.weeak_format {
		width: 18%;
		float: left;
	}
	.user_title {
		width: 16%;
		float: left;
	}
	.new-wkly {
		display: inline-block;
		padding: 3px 4px;
		font-size: 13px;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		outline: none;
		border: none;
		border-radius: 1px;
		float: left;
	}
	#wrap ul {
		list-style: none;
		text-align: left;
		margin-left: 0px;
		padding: 3px;
		padding-left: 20px;
	}
	.line_one {
		width: 50%;
		float: left;
	}

	.navbar-toggle {
		display: none;
		}
		.strenth {
		width: 100%;
		float: left;
		padding-top: 40px;
	}
	.to_stre h1 {
		font-family: "loveloblack";
		font-size: 22px;
		}
	.lead_ing h1 {
		font-family: "loveloblack";
		font-size: 30px;
		}
	.start_trial .trial_img {
		float: left;
		width: 43%;
		vertical-align: middle;
	}
	.start_trial .credit_card {
		width: 56%;
		float: left;
	}
	.start_trial {
		width: 100%;
		float: left;
		margin: 0 auto;
		padding-bottom: 13px;
		padding-top: 13px;
	}
	.accelerate .accele_img {
		width: 28%;
		text-align: left;
		float: left;
	}
	.accel_text_a h1 {
		color: #606060;
		font-size: 32px;
		font-family: "loveloblack";
		padding-top: 7px;
		margin-bottom: 10px;
		padding-right: 30px;
		padding-left: 0px;
	}
	.accele_img_a .growth_a {
		height: 198px;
		vertical-align: middle;
		/* padding-top: 18px; */
		margin-top: 35px;
	}
	.accelerate_b {
		width: 100%;
		float: left;
		margin: 0 auto;
		padding-top: 0px;
	}
	.accel_text_b h1 {
		color: #606060;
		font-size: 32px;
		font-family: "loveloblack";
		padding-top: 10px;
		margin-bottom: 10px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.accelerate_b .accele_img_b {
		width: 41%;
		text-align: left;
		float: left;
	}
	.accelerate_c {
		width: 100%;
		float: left;
		margin: 0 auto;
		padding-top: 2px;
		padding-bottom: 10px;
	}
	.accel_text_c h1 {
		color: #606060;
		font-size: 32px;
		font-family: "loveloblack";
		padding-top: 9px;
		margin-bottom: 10px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.accel_text_c p {
		text-align: left;
		font-size: 16px;
		line-height: 30px;
		font-family: 'Poppins', sans-serif;
		color: #999;
		padding-left: 0px;
		padding-right: 33px;
	}
	.accel_text_a p {
		text-align: left;
		font-size: 16px;
		line-height: 30px;
		font-family: 'Poppins', sans-serif;
		color: #999;
		padding-left: 0px;
		padding-right: 0px;
	}
	.accele_img_c .growth_c {
		height: 198px;
		vertical-align: middle;
		margin-top: 29px;
	}
	.your_answer span1 p {
		font-size: 16px;
		text-align: center;
		float: left;
		line-height: 18px;
		padding-bottom: 0px;
		font-family: 'Poppins', sans-serif;
	}
	footer {
		width: 100%;
		background: #ffffff;
		padding: 13px;
		color: #fff;
		margin-top: 0px;
		border-top: 2px solid #c9e0ed;
	}
	img.icon {
		height: 194px;
		width: 110px;
	}
	.purp_se span {
		width: 80% !important;
		float: left;
	}
	.purp_se p {
		width: 20% !important;
		float: left;
	}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 640px) {

.user_title .form-control {
	margin-top: 10px;
	height: 25px;
	padding: 3px;
}

	.checkbox_all {
	float: left;
	width: 32% !important;
	padding-left: 0px;
}
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	width: 94% !important;
	float: left;
	left: 0px !important;
	margin-left: 15px !important;
	margin-right: 0px !important;
	top: 165px !important;
	overflow-x:none;
}
	.line_one_test {
	width: 85% !important;
	float: left;
}
	.test_name p {
	font-size: 12px;
	font-weight: 500;
}
	.datepicker.datepicker-dropdown.dropdown-menu {
	display:none;
	top: 145.85px!important;
	left: 150px!important;
	z-index: 1060;
	margin-right: 20px !important;
}
	/*** reset password ***/
	.reset_pass #People_newPassword {
	width: 50%;
	}
	.reset_pass #People_newPasswordRepeat {
	margin-left: -48px;
	width: 50%;
}
	/*** team ***/
	.team_mimg {
	width: 30%;
	float: left;
}
	/*** book ***/
.mm_box1{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2_img {
	width:100%;
}
.mm_box3{
	width:100%;
	float:left;
	padding: 0px;
	margin-bottom: 10px;
}
.mm2_box1{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box2{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box3{
	width:100%;
	float:left;
	padding:5px;
	text-align: center;
}
/*** end book ***/
	.how_lead h2 {
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
}
.how_lead h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
.how_lead h6 {
	font-size: 21px;
	color: #a4224b;
	font-family: Abel;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h4 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.three_an h2 {
	text-align: center;
	font-size: 17px;
	margin-top: 5px;
}
.three_an h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: center;
}
.three_an h4 {
	font-size: 25px;
	color: #a4224b;
	font-family: Abel;
	text-align: center;
}
.give {
	width: 88%;
	margin-top: 14px;
}
.left_cert{
width:100%;
}
.right_cert{
width:100%;
}
#searchBlock {
	width: 98%;
}
.col_one {
	width: 180px;
	float: left;
	margin: 10px;
}
.col_two {
	width: 180px;
	float: left;
	margin: 10px;
}
.col_three {
	width: 180px;
	float: left;
	margin: 10px;
}
	.to_stre1 h1 {
	font-family: "loveloblack";
	font-size: 17px;
	letter-spacing: 1px;
	color: #505050;
	padding-top: 6px;
}
.to_stre1 p {
	font-size: 17px;
	line-height: 30px;
}
.consal_img2 {
	width: 100%;
}
.consla_tant {
	width: 96%;
}
.to_stre2 h1 {
	font-family: "loveloblack";
	font-size: 17px;
	letter-spacing: 1px;
	color: #505050;
	padding-top: 7px;
}
.to_stre2 p {
	font-size: 17px;
	line-height: 29px;
}

.pur_psose{
	width:100%;
	float:left;
}
.purp_echo{
	width:100%;
	float:left;
}
h3{
font-size:20px;
}
.update .form-group label {
	margin-bottom: 0px;
	padding-top: 10px;
}
.update_pas .form-group label {
	margin-bottom: 0px;
	padding-top: 10px;
}
.tools {
	float: left;
	width: 100%;
margin-top: 15px;
}
/**** addorg ****/
.or_ti h1 {
	font-size: 25px !important;
	padding-top: 10px;
}
.form-group {
	margin-bottom: 0px !important;
}
#people-form .form-group {
	padding-bottom: 0px;
	padding-bottom: 0px;
}
.form-group label {
	margin-bottom: 0px;
	padding-top: 10px;
}
	/*** head lines ***/
	.panel_tab-default .panel_tab-heading a {
	font-weight: 400;
	padding: 4px 31px 10px 5px;
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
	color: #000;
	position: relative;
	text-decoration: none;
}
.panel_tab-default .panel_tab-heading .panel_tab-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: inherit;
	width: 100%;
	float: left;
}
.panel_tab-heading {
	padding: 9px 7px;
	min-height: 38px;}
.panel_tab-default .panel_tab-heading .admin_home {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 9%;
	float: left;
}
.org_th1 h4 {
	width: 50%;
	text-align: right;
	padding-right: 30px;
}
.panel_tab-default .panel_tab-heading .add_team {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 13%;
	float: left;
}
.user-main-tittle h4 {
	padding-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.gyt_b span4 {
	font-size: 12px;
}
.table > thead > tr > th > h4 {
	padding: 1px;
	margin: 1px;
	color: white;
	float: left;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}
.align_tm {
	width: 20%;
	float: left;
}
	.align_tm p {
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 0px;
}
#carform_a select {
	width: 97px;
	background: #fff;
	border-radius: 2px;
	color: #727272;
	padding: 2px;
	border-radius: 4px;
	height: 26px;
	border: 1px solid #ccc;
}
.weeak_format p {
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}
.weeak_format {
	width: 32%;
	float: left;
	padding-left: 0%;
}
.user_title {
	width: 48%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: -13px;
}
.weekaly_button {
	width: 30%;
	float: left;
}
.new-wkly {
	display: inline-block;
	padding: 3px 4px;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 1px;
	float: left;
}
#wrap ul {
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding: 3px;
	padding-left: 20px;
}
#wrap {
	width: 27%;
	float: left;
	margin-bottom: 0px;
	padding-left: 0%;
}
.search_button {
	width: 43%;
	float: left;
	padding-left: 12%;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 150px;
	padding: 0px 0;
	margin: 5px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.mem_info {
	width: 21%;
	float: left;
}
.mem_info ul {
	margin-bottom: 0px;
}

.line_one {
	width: 52%;
	float: left;
}

.to_stre h1 {
	font-family: "loveloblack";
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.lead_ing h1 {
	font-family: "loveloblack";
	font-size: 25px;
	margin-bottom: 0px;
}
.your_answer span3 p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding-top: 13px;
	line-height: 17px;
	padding-bottom: 0px;
}
.start_trial .trial_img .tr_img {
	float: left;
	width: 97%;
	vertical-align: middle;
}
.start_trial .trial_img {
	float: left;
	width: 43%;
	vertical-align: middle;
}
.start_trial .credit_card {
	width: 56%;
	float: left;
}
.start_trial {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-bottom: 13px;
	padding-top: 20px;
}
.credit_card p {
	font-size: 16px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-top: 17px;
	padding-left: 0px;
}
.accele_img .growth {
	height: 225px;
	vertical-align: middle;
}
.accel_text h1 {
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 25px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 20px;
}
.accelerate .accele_img {
	width: 28%;
	text-align: left;
	float: left;
}
.accel_text_a h1 {
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 7px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.accele_img_a .growth_a {
	height: 170px;
	vertical-align: middle;
	padding-top: 18px;
	margin-top: 65px;
}
.accelerate_b {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 0px;
}
.accel_text_b h1 {
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.accele_img_b .growth_b {
	height: 193px;
	vertical-align: middle;
}
.accelerate_b .accele_img_b {
	width: 38%;
	text-align: left;
	float: left;
	padding-top: 25px;
}
.accelerate_c {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 0px;
}
.accel_text_c h1 {
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 9px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.accel_text_c p {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 15px;
}
.accel_text_a p {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;
}
.accel_text_b p {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 15px;
	padding-right: 0px;
}
.accele_img_c .growth_c {
	height: 169px;
	vertical-align: middle;
	margin-top: 65px;
}
.your_answer span1 p {
	font-size: 16px;
	text-align: center;
	float: left;
	line-height: 18px;
	padding-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}
img.icon {
	height: 175px;
}
/*** learn more link ***/
.high_impact .tech_measu {
	text-align: center;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}
.bulid_for h2 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	float: left;
	margin-top: 10px;
}
.high_impact p {
	font-size: 16px;
	text-align: left;
}
.measure_men {
	text-align: center;
	margin-top: -15px;
	width: 100%;
	padding-left: 0px;
}
.easy_forma {
	margin-bottom: 10px;
}
.main_booker {
	width: 100%;
	float: left;
	margin-top: 22px;
	margin-bottom:25px;
}
.book_are {
	width: 100%;
}
.bokk_arwe {
	width: 100%;
}
.purp_se span {
	width: 78%;
	float: left;
}
.purp_se p {
	width: 22%;
	float: left;
}
.test_name {
	width: 57%;
	float: left;
}

}
@media only screen and (min-device-width : 360px) and (max-device-width : 480px) {
	.search_button {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.search_button	input {
	font-size: 11px;
}

	input.btn.btn-primary.new-btn {
	margin-right: 0px !important;
	padding: 0px 12px;
	border-radius: 0px;
	float: left;
}

	.tag_line {
	padding-left: 12px;
	font-size: 12px;
}

	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	width: 94% !important;
	float: left;
	left: 0px !important;
	margin-left: 15px !important;
	margin-right: 0px !important;
	top: 165px !important;
}
	#dialog_nwdfrom{
	width:100%;
	height:auto;
	float:left;
	}
	/*new css*/
select.headline-order {
	z-index: 10;
	margin-top: 3px !important;
	}
.headline_title {
padding-left: 5px !important;
}
#headlinesearch{
 width:70% !important;
 float:left;
 margin-bottom:10px;
}
.line_one_test {
	width: 69% !important;
	float: left;
}

span.back_btn a {
	float: left;
	width: 18% !important;
	padding-left: 5px;
	font-size: 15px;
	padding-top: 5px;
	margin-top: 2px;
}

	.user_title .form-control {
	margin-top: 0px;
	height: 25px;
	padding: 3px;
	margin-bottom: 0px;
}
	.datepicker.datepicker-dropdown.dropdown-menu {
	display:none;
	top: 145.85px!important;
	left: 150px!important;
	z-index: 1060;
	margin-right: 20px !important;
}
	.dropdown:hover .dropdown-menu { display: block; }
	/*** reset password ***/

.reset_pass #People_newPassword {
	width: 85%;
}
.reset_pass #People_newPasswordRepeat {
	margin-left: 0px;
	width: 85%;
	margin-bottom: 10px;
}
.reset_pass label {
	padding-bottom: 0px;
}
	/*** team ***/
	.team_mimg {
	width: 39%;
	float: left;
}
	/*** book ***/
.mm_box1{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2_img {
	width:100%;
}
.mm_box3{
	width:100%;
	float:left;
	padding: 0px;
	margin-bottom: 10px;
}
.mm2_box1{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box2{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box3{
	width:100%;
	float:left;
	padding:5px;
	text-align: center;
}
/*** end book ***/

	.org_th1 h4 {
	text-align: right;
	width: 60%;
}
	.login-box {
	margin: 12% auto;
}
	.how_lead h2 {
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
}
.how_lead h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
.how_lead h6 {
	font-size: 21px;
	color: #a4224b;
	font-family: Abel;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h4 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
	#dumpy textarea {
	width: 100%;
}
.three_an h2 {
	text-align: center;
	font-size: 17px;
	margin-top: 5px;
}
.three_an h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: center;
}
.three_an h4 {
	font-size: 25px;
	color: #a4224b;
	font-family: Abel;
	text-align: center;
}
.give {
	width: 88%;
	margin-top: 14px;
}
.left_cert{
width:100%;
}
.right_cert{
width:100%;
}
#searchBlock {
	width: 98%;
}
	.manag_ing {
	width: 100%;
	float: left;
}
.team_sut {
	float: left;
	font-size: 20px;
}
.content_p {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.content_p ol {
	font-size: 14px;
	line-height: 30px;
}
.three_clou {
	width: 100%;
	float: left;
	padding-left: 100px;
}
.managin_team ul {
	list-style-type: none;
	margin-top: 20px;
	padding-right: 35px;
}
.team_tex ul {
	list-style-type: none;
	margin-top: 15px;
	padding-left: 0px;
}

.managin_team{
	width:100%;
	float:left;
	text-align:center;
	padding-right: 0px;
}
.team_tex{
	width:100%;
	float:left;
}

.pur_psose{
	width:100%;
	float:left;
}
.purp_echo{
	width:100%;
	float:left;
}
h3{
font-size:18px;
}
#people-form .form-group {
	padding-bottom: 0px;
	padding-bottom: 0px;
}
.update .form-group label {
	margin-bottom: 0px;
	padding-top: 0px;
}
.update_pas .form-group label {
	margin-bottom: 0px;
	padding-top: 0px;
}
.tools {
	float: left;
	width: 100%;
margin-top: 15px;
}
/**** addorg ****/
h1{
font-size:20px;
}
.or_ti h1 {
	font-size: 20px !important;
	padding-top: 10px;
}
.form-group {
	margin-bottom: 0px !important;
}
.form-group label {
	margin-bottom: 0px;
	padding-top: 3px;
}


	/*** orgngation home ***/
	.gyt_b span5 {
	color: purple;
	font-size: 20px;
}
.gyt_b span1 {
	font-size: 20px;
	color: #03C;
}
.gyt_b span2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
.gyt_b span4 {
	font-size: 6px;
}
.userhomepage {
	padding-top: 5px;
	width: 100%;
	float: left;
}
.user-main-tittle h4 {
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
}
	.panel_tab-heading {
	padding: 24px 0px;
}
.panel_tab-default .panel_tab-heading a {
	font-weight: 400;
	padding: 1px 7px 0px 7px;
	display: inline-block;
	width: 100%;
	color: #000;
	position: relative;
	text-decoration: none;
}
	.panel_tab-default .panel_tab-heading .panel_tab-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: inherit;
	width: 100%;
	float: left;
}
.panel_tab-default .panel_tab-heading .admin_home {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 12%;
	float: left;
}
.panel_tab-default .panel_tab-heading .add_team {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 18%;
	float: left;
}
td.td_1 {
	width: 25%;
}
td.td_2 {
	width: 25%;
}
td.td_3 {
	width: 40%;
}
td.td_4 {
	width: 10%;
}
	/*** head lines ***/
.core_pro {
	width: 100%;
	float: left;
	border-bottom: 2px solid #C9E0ED;
	padding-top: 10px;
}
	.test_name {
	width: 100%;
	float: left;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	padding: 0px 0;
	margin: 5px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.mem_info ul {
	margin-bottom: 0px;
}

.align_tm {
	width: 50%;
	float: left;
}
.user_title {
	width: 50%;
	float: left;
}
.weeak_format {
	width: 51%;
	float: left;
	padding-top: 10px;
}
.weekaly_button {
	width: 49%;
	float: left;
	padding-top: 10px;
}
.weeak_format p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 10px;
}
.head_auth {
	margin-left: 0% !important;
	margin-top: -5%;
	margin-bottom: 0px;
}
.new-wkly {
	display: inline-block;
	padding: 3px 21px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 1px;
	box-shadow: 0 0px #999;
	float: left;
}
.healins_test {
	width: 100%;
	float: left;
	padding-top: 0px;
	border-bottom: 2px solid #C9E0ED;
	margin-bottom: 2px;
}
.panel-title {
	margin-top: 0;
	font-size: 12px;
	color: inherit;
}
h4, .h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}
#msg_btn .message_btn h4 {
	float: left;
	margin-bottom: 0px !important;
	font-weight: 400;
	margin-top: 7px;
}

div#accordionMessages {
	margin-bottom: 20px;
}
#wrap {
	width: 50%;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}
#wrap ul {
	list-style: none;
	padding-left: 0px;
}
.line_one {
	width: 81%;
	float: left;
}
.line_one p {
	width: 75px;
	font-size: 17px;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
}
.line_one span {
	font-size: 11px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 1px;
}
.content_alin {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 0px;
}
.tols_one {
	width: 50%;
	float: left;
}
.tols_one ul {
	padding-left: 0px;
}
.mem_info {
	width: 50%;
	float: left;
	text-align:left;
}
.mem_info ul {
	padding-left: 0px;
}
.purp_se {
	width: 100%;
	float: left;
}
.purp_se p {
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 33%;
	float: left;
	font-weight: 600;
}
.purp_se span {
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 67%;
	float: left;
}
.form-control{
	width:100%;
}

.box1{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.box2 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	/* margin-right: 25px; */
	/* margin-left: 25px; */
	padding-left: 25px;
	padding-right: 25px;
}
.box3 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	/* margin-right: 10px; */
	padding-left: 25px;
	padding-right: 25px;
}
.your_answer span1 p {
	font-size: 24px;
	text-align: center;
	float: left;
	line-height: 27px;
	padding-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}
.mange_ing span1 p {
	width: 100%;
	font-size: 28px;
	text-align: center;
	float: left;
	line-height: 21px;
	padding-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}
.start_trial {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-top: 0px;
}
.start_trial .trial_img{
	float: left;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.start_trial .credit_card{
	width: 100%;
	float: left;
}
.credit_card p {
	padding-top: 0px;
	text-align: center;
}
.accel_text h1{
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text p{
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}

.accelerate .accele_img{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img .growth{
	height: 250px;
	vertical-align: middle;
}
.accelerate .accel_text{
	width: 100%;
	float: left;
}
.accelerate_a{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accel_text_a h1{
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_a p{
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_a .accele_img_a{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_a .growth_a{
	height: 220px;
	vertical-align: middle;
}
.accelerate_a .accel_text_a{
	width: 100%;
	float: left;
}
.accelerate_b{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accel_text_b h1{
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_b p{
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_b .accele_img_b{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_b .growth_b{
	height: 250px;
	vertical-align: middle;
}
.accelerate_b .accel_text_b{
	width: 100%;
	float: left;
}
.accelerate_c{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accelerate .accele_img {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 968px;
	left: 0px;
}
.accelerate .accel_text {
	width: 100%;
	float: left;
	padding-bottom: 235px;
}
.accelerate_b .accele_img_b {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 1815px;
	left: 0px;
}
	.accelerate_b .accel_text_b {
	width: 100%;
	float: left;
	padding-bottom: 240px;
}
/*** learn more ***/
.strenth {
	width: 100%;
	float: left;
	padding-top: 17px;
}
.box_le {
	width: 100%;
	float: left;
}
.to_stre1 h1 {
	font-family: "loveloblack";
	font-size: 18px;
	letter-spacing: 1px;
	color: #505050;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 6px;
}
.to_stre1 p {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
}
.mange2_ing {
	width: 100%;
	float: left;
}
.consal_img2 {
	width: 100%;
}
.box_le1 {
	width: 100%;
	float: left;
}
.mange2_ing {
	width: 100%;
	float: left;
}
.consla_tant {
	width: 90%;
	position: absolute;
	top: 680px;
}
.consla_tant {
	width: 90%;
	position: absolute;
	top: 755px;
}
.box_le2 {
	width: 100%;
	float: left;
}
.to_stre2 {
	padding-bottom: 200px;
}
.to_stre2 h1 {
	font-family: "loveloblack";
	font-size: 18px;
	letter-spacing: 1px;
	color: #505050;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 6px;
}
.to_stre2 p {
	font-size: 17px;
	line-height: 25px;
}
.to_stre2 {
	padding-bottom: 270px;
}
.strenth_a {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 55px;
}
/*** learn more end ***/
.sign_up label {
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.sign_up #People_newPasswordRepeat {
	margin-left: 0px;
}
.sign_up #People_newPassword {
	margin-left: 0px;
}
.sign_up #People_KnownAs {
	margin-left: 0px;
}
.sign_up #People_OrganizationName {
	margin-left: 0px;
}
.sign_up #People_EmailAddressRepeat {
	margin-left: 0px;
}
.sign_up #People_EmailAddress {
	margin-left: 0px;
}
.sign_up #People_LastName {
	margin-left:0px;
}
.sign_up #People_FirstName {
	margin-left:0px;
}
/*** contact us sign up end ***/

.zynity_on {
	width: 100%;
	float: left;
	padding-top: 10px;
}
.zynity_on h1 {
	float: left;
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	margin-bottom: 0px;
}
.zynity_on span {
	float: left;
	text-align: left;
	font-size: 15px;
	padding-top: 22px;
	padding-left: 7px;
	font-weight: 700;
}
.zynity_on span1 {
	float: left;
	text-align: left;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	background-attachment: #000;
	font-weight: 700;
	background-color: yellow;
	margin-top: 23px;
	margin-left: 8px;
	margin-bottom: 19px;
}
.our_online_to h1 {
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	float: left;
	width: 100%;
	margin-top: 5px;
}
.zynity_on p {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 100;
	padding-left: 24px;
	line-height: 20px;
}
.our_online_to p {
	font-size: 20px;
	line-height: 23px;
}
.bo_1 {
	width: 100%;
	float: left;
}
.bo_2 {
	width: 100%;
	float: left;
}
.bo_3 {
	width: 100%;
	float: left;
}
.bulid_for h2 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	float: left;
	margin-top: 15px;
}
.high_impact p {
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
}
.high_impact .tech_measu {
	text-align: center;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}
.easy_forma {
	margin-bottom: 15px;
}
.measure_men {
	text-align: center;
	padding-left: 0px;
	margin-top: 0px;
	width: 100%;
}
.col-box1 {
	width: 100%;
	float: left;
	padding: 0px;
}
.col-box2 {
	width: 100%;
	float: left;
	padding: 0px;
}
.main_booker {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
}
.book_are {
	width: 100%;
}
.bokk_arwe {
	width: 100%;
}
/*** learn more link end ***/

footer {
	width: 100%;
	background: #ffffff;
	padding: 13px;
	color: #fff;
	margin-top: 0px;
	border-top: 2px solid #c9e0ed;
}
.accel_text_c h1{
	color: #606060;
	font-size: 25px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_c p{
	text-align: left;
	font-size: 14px;
	line-height: 25px;

	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_c .accele_img_c{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_c .growth_c{
	height: 220px;
	vertical-align: middle;
}
.accelerate_c .accel_text_c{
	width: 100%;
	float: left;
}
}
@media only screen and (min-device-width : 321px) and (max-device-width : 359px) {

	.checkbox_all {
	float: left;
	width: 32% !important;
	padding-left: 0px;
}
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	width: 94% !important;
	float: left;
	left: 0px !important;
	margin-left: 15px !important;
	margin-right: 0px !important;
}
	#dialog_nwdfrom{
	width:100%;
	height:auto;
	float:left;
	}
	/*new css*/
select.headline-order {
	z-index: 10;
	margin-top: 3px !important;
	}
.headline_title {
padding-left: 5px !important;
}
	#headlinesearch{
 width:80% !important;
 float:left;
 margin-bottom:10px;
}
.line_one_test {
	width: 69% !important;
	float: left;
}

span.back_btn a {
	float: left;
	width: 18% !important;
	padding-left: 5px;
	font-size: 15px;
	padding-top: 5px;
	margin-top: 2px;
}
	.user_title .form-control {
	margin-top: 2px;
	height: 25px;
	padding: 3px;
	margin-bottom: 10px;
}
.search_button {
	width: 100%;
	float: left;
}

	.datepicker.datepicker-dropdown.dropdown-menu {
	display:none;
	top: 145.85px!important;
	left: 149px!important;
	z-index: 1060;
	margin-right: 20px !important;
}

	/*** reset password ***/

.reset_pass #People_newPassword {
	width: 85%;
}
.reset_pass #People_newPasswordRepeat {
	margin-left: 0px;
	width: 85%;
	margin-bottom: 10px;
}
.reset_pass label {
	padding-bottom: 0px;
}
	/*** senior dev ***/
.team_mimg{
	width:100%;
	float:left;
}
.tea_img{
	width:100%;
	height:100%;
}
/*** book ***/
.mm_box1{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2_img {
	width:100%;
}
.mm_box3{
	width:100%;
	float:left;
	padding: 0px;
	margin-bottom: 10px;
}
.mm2_box1{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box2{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box3{
	width:100%;
	float:left;
	padding:5px;
	text-align: center;
}
/*** end book ***/
	.how_lead h2 {
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
}
.how_lead h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
.how_lead h6 {
	font-size: 21px;
	color: #a4224b;
	font-family: Abel;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h4 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
	#dumpy textarea {
	width: 100%;
}
.three_an h2 {
	text-align: center;
	font-size: 17px;
	margin-top: 5px;
}
.three_an h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: center;
}
.three_an h4 {
	font-size: 25px;
	color: #a4224b;
	font-family: Abel;
	text-align: center;
}
.give {
	width: 88%;
	margin-top: 14px;
}
.butt_cc {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}
.left_cert{
width:100%;
}
.right_cert{
width:100%;
}
#searchBlock {
	width: 98%;
}
	.manag_ing {
	width: 100%;
	float: left;
}
.team_sut {
	float: left;
	font-size: 20px;
}
.content_p {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.content_p ol {
	font-size: 14px;
	line-height: 30px;
}
.three_clou {
	width: 100%;
	float: left;
	padding-left: 50px;
}
.team_tex ul {
	list-style-type: none;
	margin-top: 15px;
	padding-left: 0px;
}
.managin_team ul {
	list-style-type: none;
	margin-top: 20px;
	padding-right: 35px;
}
.managin_team{
	width:100%;
	float:left;
	text-align:center;
	padding-right: 0px;
}
.team_tex{
	width:100%;
	float:left;
}

	.sign_up label {
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.sign_up #People_newPasswordRepeat {
	margin-left: 0px;
}
.sign_up #People_newPassword {
	margin-left: 0px;
}
.sign_up #People_KnownAs {
	margin-left: 0px;
}
.sign_up #People_OrganizationName {
	margin-left: 0px;
}
.sign_up #People_EmailAddressRepeat {
	margin-left: 0px;
}
.sign_up #People_EmailAddress {
	margin-left: 0px;
}
.sign_up #People_LastName {
	margin-left:0px;
}
.sign_up #People_FirstName {
	margin-left:0px;
}
#ContactForm_subject {
	margin-left: -11px;
	width: 75%;
}
#ContactForm_body {
	margin-left: 6px;
	width: 75%;
}
#ContactForm_name {
	margin-left: -2px;
	width: 75%;
}
#ContactForm_email {
	width: 75%;
	margin-left: 1px;
}
#ContactForm_verifyCode {
	width: 100%;
}
.contct_lablres .required {
	padding-right: 12px;
	padding-bottom: 7px;
	vertical-align: top;
}
	.red_butt {
	width: 100%;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 12px;
}
	.bulid_for h2 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	float: left;
	margin-top: 14px;
}
.easy_forma {
	margin-bottom: 15px;
}
	.tech_measu {
	width: 100%;
}
.measure_men {
	text-align: center;
	padding-left: 0px;
	margin-top: 0px;
	width: 100%;
}
.col-box1 {
	width: 100%;
	float: left;
	padding: 0px;
}
.high_impact p {
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
}
.bo_1 {
	width: 100%;
	float: left;
}
.bo_2 {
	width: 100%;
	float: left;
}
.bo_3 {
	width: 100%;
	float: left;
}
.our_online_to h1 {
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
}
.zynity_on h1 {
	float: left;
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	margin-bottom: 0px;
}
.our_online_to p {
	font-size: 20px;
	line-height: 23px;
}
.zynity_on {
	width: 100%;
	float: left;
	padding-top: 10px;
}
.zynity_on span {
	float: left;
	text-align: left;
	font-size: 15px;
	padding-top: 22px;
	padding-left: 7px;
	font-weight: 700;
}
.zynity_on span1 {
	float: left;
	text-align: left;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	background-attachment: #000;
	font-weight: 700;
	background-color: yellow;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 16px;
}
.zynity_on p {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 100;
	padding-left: 24px;
	line-height: 20px;
}
.col-box2 {
	width: 100%;
	float: left;
	padding: 0px;
}
.box_le {
	width: 100%;
	float: left;
}
.strenth_a {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 55px;
}
.strenth {
	width: 100%;
	float: left;
	padding-top: 18px;
}
.box_le1 {
	width: 100%;
	float: left;
}
.to_stre1 h1 {
	font-family: "loveloblack";
	font-size: 18px;
	letter-spacing: 1px;
	color: #505050;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 6px;
}
.to_stre2 {
	padding-bottom: 200px;
}
.to_stre2 p {
	font-size: 17px;
	line-height: 25px;
}
.consla_tant {
	width: 90%;
	position: absolute;
	top: 660px;
}

.to_stre2 h1 {
	font-family: "loveloblack";
	font-size: 18px;
	letter-spacing: 1px;
	color: #505050;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 6px;
}
.main_booker {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
}
.book_are {
	width: 100%;
}
.bokk_arwe {
	width: 100%;
}
.consal_img2 {
	width: 100%;
}
.box_le2 {
	width: 100%;
	float: left;
}
.to_stre1 p {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
}
	.add_ress3 {
	width: 31%;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
	.pur_psose{
	width:100%;
	float:left;
}
.purp_echo{
	width:100%;
	float:left;
}
.star_b {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 12px;
}
#msg_btn .message_btn {
	float: left;
	width: 50%;
}
h3{
font-size:18px;
}
#people-form .form-group {
	padding-bottom: 0px;
	padding-bottom: 0px;
}
.update a {
	float: left;
	font-size: 16px;
	padding-left: 1px;
	padding-top: 0px;
}
.update h3 {
	float: left;
	margin-bottom: 0px;
}
.update .form-group label {
	margin-bottom: 0px;
	padding-top: 0px;
}
.update_pas .form-group label {
	margin-bottom: 0px;
	padding-top: 0px;
}
.tools {
	float: left;
	width: 100%;
margin-top: 15px;
}
/**** addorg ****/
h1{
font-size:20px;
}
.or_ti h1 {
	font-size: 20px !important;
	padding-top: 10px;
}
.form-group {
	margin-bottom: 10px !important;
}

.form-group label {
	margin-bottom: 5px;
	padding-top: 0px;
}
	/*** org home ***/
	.user-main-tittle h4 {
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.gyt_b span5 {
	color: purple;
	font-size: 16px;
}
.gyt_b span1 {
	font-size: 16px;
	color: #03C;
}
.gyt_b span2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
.table > thead > tr > th > h4 {
	padding: 1px;
	margin: 1px;
	color: white;
	float: left;
	font-size: 12px;
}
.gyt_b span4 {
	font-size: 10px;
}
.gyt_b span3 {
	font-size: 12px;
}
.user-main-tittle {
	width: 100%;
	float: left;
}
.gyt_b {
	width: 100%;
	float: left;
	font-family: 'Poppins', sans-serif;
}
.org_th1 h4 {
	width: 47%;
	border-bottom: 0px solid #ddd;
	text-align: right;
}
.addorg {
	width: 49px;
	padding: 3px;
	padding-top: 1px;
	background: #e0e0e0;
	border: thin solid white;
	display: inline;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: text-top;
	float: left;
	height: 21px;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin-top: 1px;
}
.td_3 a {
	padding-left: 0px;
	font-size: 12px;
}
td.td_4 a {
	width: 50px;
	border: 1px solid #fff;
	padding: 3px;
	font-size: 12px;
}
.panel_tab-default .panel_tab-heading .panel_tab-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 100%;
	float: left;
}
.panel_tab-default .panel_tab-heading {
	padding-top: 0px;
	outline: none;
	border: none;
	border-radius: 0px;
	width: 100%;
	position: relative;
	background-color: #dddddd;
	overflow: hidden;
	height: auto;
}
.panel_tab-default .panel_tab-heading .collapsed::after {
	content: "";
}
.panel_tab-heading {
	padding: 6px 0px;
}
.panel_tab-default .panel_tab-heading .add_team a {
	font-weight: 300;
	padding: 0px 0px 0px 9px;
	display: inline-block;
	background-color: #ccc;
	color: #ffffff;
	position: relative;
	margin-top: 3px;
	text-decoration: none;
	border: 1px solid #fff;
	width: 70px;
}
.panel_tab-default .panel_tab-heading .admin_home {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: inherit;
	width: 14%;
	float: left;
	display: none;
}
.userhomepage {
	padding-top: 10px;
	width: 100%;
	float: left;
}


	/*** head lines ***/
.core_pro {
	width: 100%;
	float: left;
	border-bottom: 2px solid #C9E0ED;
	padding-top: 30px;
}
	.test_name {
	width: 100%;
	float: left;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	padding: 0px 0;
	margin: 5px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.mem_info ul {
	margin-bottom: 0px;
}

.align_tm {
	width: 50%;
	float: left;
}
.user_title {
	width: 50%;
	float: left;
}
.weeak_format {
	width: 50%;
	float: left;
}
.weekaly_button {
	width: 50%;
	float: left;
}
.weeak_format p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 10px;
}
.head_auth {
	margin-left: 0%;
	margin-top: -5%;
	margin-bottom: 0px;
}
.new-wkly {
	display: inline-block;
	padding: 3px 30px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 1px;
	box-shadow: 0 0px #999;
	float: left;
}
.healins_test {
	width: 100%;
	float: left;
	padding-top: 0px;
	border-bottom: 2px solid #C9E0ED;
	margin-bottom: 2px;
}
.panel-title {
	margin-top: 0;
	font-size: 12px;
	color: inherit;
}
h4, .h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}
#msg_btn .message_btn h4 {
	float: left;
	margin-bottom: 0px !important;
	font-weight: 400;
	margin-top: 7px;
}

div#accordionMessages {
	margin-bottom: 20px;
}
#wrap {
	width: 100%;
	float: left;
	padding-top: 0px;
}
#wrap ul {
	list-style: none;
	padding-left: 0px;
}
.line_one {
	width: 82%;
	float: left;
}
input.btn.btn-primary.new-btn {
	margin-right: 5px !important;
	padding: 0px 12px;
	border-radius: 0px;
}
.line_one p {
	width: 75px;
	font-size: 17px;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
}
.line_one span {
	font-size: 11px;
}
.content_alin {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 0px;
}
.tols_one {
	width: 50%;
	float: left;
}
.tols_one ul {
	padding-left: 0px;
}
.mem_info {
	width: 50%;
	float: left;
}
.mem_info ul {
	padding-left: 0px;
}
.purp_se {
	width: 100%;
	float: left;
}
.purp_se p {
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 18%;
	float: left;
}
.purp_se span {
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 82%;
	float: left;
}
.login-box, .register-box {
	width: 100%;
	padding-top: 20px;
}

.form-control{
	width:100%;
}

.box1{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.box2{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.box3{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.start_trial .trial_img{
	float: left;
	width: 100%;
	vertical-align: middle;
}
.start_trial .credit_card{
	width: 100%;
	float: left;
}
.credit_card p {
	padding-top: 0px;
	text-align: center;
}
.accel_text h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}

.accelerate .accele_img{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img .growth{
	height: 250px;
	vertical-align: middle;
}
.accelerate .accel_text{
	width: 100%;
	float: left;
}
.accelerate_a{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accel_text_a h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_a p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_a .accele_img_a{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_a .growth_a{
	height: 220px;
	vertical-align: middle;
}
.accelerate_a .accel_text_a{
	width: 100%;
	float: left;
}
.accelerate_b{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accel_text_b h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_b p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_b .accele_img_b{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_b .growth_b{
	height: 250px;
	vertical-align: middle;
}
.accelerate_b .accel_text_b{
	width: 100%;
	float: left;
}
.accelerate_c{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accelerate .accele_img {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 1090px;
	left: 0px;
}
.accelerate .accel_text {
	width: 100%;
	float: left;
	padding-bottom: 235px;
}
.accelerate_b .accele_img_b {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 2041px;
	left: 0px;
}
	.accelerate_b .accel_text_b {
	width: 100%;
	float: left;
	padding-bottom: 240px;
}

footer {
	width: 100%;
	background: #ffffff;
	padding: 13px;
	color: #fff;
	margin-top: 0px;
	border-top: 2px solid #c9e0ed;
}
.accel_text_c h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_c p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_c .accele_img_c{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_c .growth_c{
	height: 220px;
	vertical-align: middle;
}
.accelerate_c .accel_text_c{
	width: 100%;
	float: left;
}

}


@media only screen and (min-device-width : 241px) and (max-device-width : 320px) {
	.logo {
	width: 251px !important;
	height: 43px;
	margin-top: -6px;
}
	table.detail-view th {
	text-align: right;
}
	.healins_test_view p {
	font-size: 14px !important;
	font-weight: 400;
	margin-bottom: 0px;
}
.healins_test_closed p {
	font-size: 14px !important;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
}
input.btn.btn-primary.new-btn {
	margin-right: 0px !important;
	padding: 0px 12px;
	border-radius: 0px;
	float: left;
}
	.logo_img {
	width: 250px;
	padding-top: 13px;
}
	.tag_line {
	padding-left: 0px;
	font-size: 11px;
	margin-top: -11px;
}
	.checkbox_all {
	float: left;
	width: 32% !important;
	padding-left: 0px;
}
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	width: 94% !important;
	float: left;
	left: 0px !important;
	margin-left: 15px !important;
	margin-right: 0px !important;
	top: 165px !important;
}
	#dialog_nwdfrom{
	width:100%;
	height:auto;
	float:left;
	}
	/*new css*/
select.headline-order {
	z-index: 10;
	margin-top: 3px !important;
	}
.headline_title {
padding-left: 5px !important;
}
	#headlinesearch{
 width:76% !important;
 float:left;
 margin-bottom:10px;
}
.line_one_test {
	width: 67% !important;
	float: left;
}

span.back_btn a {
	float: left;
	width: 18% !important;
	padding-left: 5px;
	font-size: 15px;
	padding-top: 5px;
	margin-top: 2px;
}
	.user_title .form-control {
	margin-top: 2px;
	height: 25px;
	padding: 3px;
	margin-bottom: 10px;
}
.search_button {
	width: 100%;
	float: left;
}

	.datepicker.datepicker-dropdown.dropdown-menu {
	display:none;
	top: 145.85px!important;
	left: 100px!important;
	z-index: 1060;
	margin-right: 20px !important;
}
/*** reset password ***/

.reset_pass #People_newPassword {
	width: 85%;
}
.reset_pass #People_newPasswordRepeat {
	margin-left: 0px;
	width: 85%;
	margin-bottom: 10px;
}
.reset_pass label {
	padding-bottom: 0px;
}
/*** the movement ***/
.movent_h ul{
	list-style:none;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}
.movent_h p{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
}
.movent_h span{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #333399;
	text-align: justify;
	padding-left: 20px;
	float: left;
}

	/*** learn apply ***/
	.train_box1 {
	min-height: 203px;
}
.train_box2 {
	min-height: 203px;
}
.train_box3 {
	min-height: 203px;
}
.train_box4 {
	min-height: 203px;
}
	.train_box1_m {
	width: 100%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
.train_box2_m {
	width: 100%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
.train_box3_m {
	width: 100%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
.train_box4_m {
	width: 100%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
.train_box1_m h4 {
	text-align: center;
	font-size: 20px;
}
.train_box2_m h4 {
	text-align: center;
	font-size: 20px;
}
.train_box3_m h4 {
	text-align: center;
	font-size: 20px;
}
.train_box4_m h4 {
	text-align: center;
	font-size: 20px;
}

/*** certficate ***/
	.cert_ficate{
	width:100%;
	float:left;
}
.certfi_right{
	width:100%;
	float:left;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}
/*** shop ***/
.libary_s h4 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	float: left;
	margin-top: 0px;
	width: 100%;
}
.libary_s h4 span {
	font-size: 16px;
	font-weight: 100;
}
.libary_s a{
	font-size:11px;
}

	/*** senior dev ***/
.team_mimg{
	width:100%;
	float:left;
}
.tea_img{
	width:100%;
	height:100%;
}
	/*** book ***/
.mm_box1{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2{
	width:100%;
	float:left;
	padding:10px;
}
.mm_box2_img {
	width:100%;
}
.mm_box3{
	width:100%;
	float:left;
	padding: 0px;
	margin-bottom: 10px;
}
.mm2_box1{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box2{
	width:100%;
	float:left;
	padding:5px;
}
.mm2_box3{
	width:100%;
	float:left;
	padding:5px;
	text-align: center;
}
/*** end book ***/
	.btn, button {
	padding: 7px 15px;
	border-radius: 30px;
	font-weight: 300;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
	.how_lead h2 {
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
}
.how_lead h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
.how_lead h6 {
	font-size: 21px;
	color: #a4224b;
	font-family: Abel;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h4 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
	#dumpy textarea {
	width: 100%;
}
.three_an h2 {
	text-align: center;
	font-size: 17px;
	margin-top: 5px;
}
.three_an h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: center;
}
.three_an h4 {
	font-size: 25px;
	color: #a4224b;
	font-family: Abel;
	text-align: center;
}
.give {
	width: 88%;
	margin-top: 14px;
}
.butt_cc {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}
.left_cert{
width:100%;
}
.right_cert{
width:100%;
}
#searchBlock {
	width: 98%;
}
	.manag_ing {
	width: 100%;
	float: left;
}
.team_sut {
	float: left;
	font-size: 18px;
}
.content_p {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.content_p ol {
	font-size: 14px;
	line-height: 30px;
}
.content_p ol {
	font-size: 14px;
	line-height: 30px;
}
.three_clou {
	width: 100%;
	float: left;
	padding-left: 35px;
}
.team_tex ul {
	list-style-type: none;
	margin-top: 15px;
	padding-left: 0px;
}
.managin_team ul {
	list-style-type: none;
	margin-top: 20px;
	padding-right: 35px;
}
.managin_team{
	width:100%;
	float:left;
	text-align:center;
	padding-right: 0px;
}
.team_tex{
	width:100%;
	float:left;
}

.star_b {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 12px;
}
#msg_btn .message_btn {
	float: left;
	width: 50%;
}
h3{
font-size:18px;
}
#people-form .form-group {
	padding-bottom: 0px;
	padding-bottom: 0px;
}
.update .form-group label {
	margin-bottom: 0px;
	padding-top: 0px;
}
.update_pas .form-group label {
	margin-bottom: 0px;
	padding-top: 0px;
}
.tools {
	float: left;
	width: 100%;
margin-top: 15px;
}
.user_or {
	padding-top: 30px;
}
h1{
font-size:20px;
}
/**** addorg ****/

.or_ti h1 {
	font-size: 20px !important;
	padding-top: 10px;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-group label {
	margin-bottom: 0px;
	padding-top: 1px;
}
.user-main-tittle h4 {
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.gyt_b span5 {
	color: purple;
	font-size: 16px;
}
.gyt_b span1 {
	font-size: 16px;
	color: #03C;
}
.gyt_b span2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
.table > thead > tr > th > h4 {
	padding: 1px;
	margin: 1px;
	color: white;
	float: left;
	font-size: 12px;
}
.gyt_b span4 {
	font-size: 10px;
}
.gyt_b span3 {
	font-size: 12px;
}
.user-main-tittle {
	width: 100%;
	float: left;
}
.gyt_b {
	width: 100%;
	float: left;
	font-family: 'Poppins', sans-serif;
}
.org_th1 h4 {
	width: 100%;
	border-bottom: 0px solid #ddd;
	text-align: center;
}
.addorg {
	width: 50px !important;
	padding: 2px;
	padding-top: 1px;
	background: #e0e0e0;
	border: thin solid white;
	display: inline;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: text-top;
	float: left;
	height: 20px;
	font-size: 11px;
	color: #000;
	text-align: center;
	margin-top: 1px;
	font-weight: 100;
	margin-top:2px !important;
}
.td_3 a {
	padding-left: 0px;
	font-size: 12px;
}
td.td_4 a {
	width: 50px;
	border: 1px solid #fff;
	padding: 3px;
	font-size: 12px;
}
.panel_tab-default .panel_tab-heading .panel_tab-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: inherit;
	width: 100%;
	float: left;
}
.panel_tab-default .panel_tab-heading {
	padding-top: 3px;
	outline: none;
	border: none;
	border-radius: 0px;
	width: 100%;
	position: relative;
	background-color: #dddddd;
	overflow: hidden;
}
.panel_tab-default .panel_tab-heading .collapsed::after {
	content: "";
}
.panel_tab-heading {
	padding: 5px 0px;
}
.panel_tab-default .panel_tab-heading .add_team a {
	font-weight: 300;
	padding: 0px 0px 0px 9px;
	display: inline-block;
	background-color: #ccc;
	color: #ffffff;
	position: relative;
	margin-top: 3px;
	text-decoration: none;
	border: 1px solid #fff;
	width: 70px;
}
.panel_tab-default .panel_tab-heading .admin_home {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: inherit;
	width: 14%;
	float: left;
	display: none;
}
.userhomepage {
	padding-top: 10px;
	width: 100%;
	float: left;
}


	/*** head lines ***/
.core_pro {
	width: 100%;
	float: left;
	border-bottom: 2px solid #C9E0ED;
	padding-top: 30px;
}
	.test_name {
	width: 100%;
	float: left;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 100px;
	padding: 0px 0;
	margin: 5px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.mem_info ul {
	margin-bottom: 0px;
}

.align_tm {
	width: 50%;
	float: left;
}
.user_title {
	width: 50%;
	float: left;
}
.weeak_format {
	width: 50%;
	float: left;
}
.weekaly_button {
	width: 50%;
	float: left;
}
.weeak_format p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 10px;
}
.head_auth {
	margin-left: 0%;
	margin-top: -5%;
	margin-bottom: 0px;
}
.new-wkly {
	display: inline-block;
	padding: 3px 19px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 1px;
	box-shadow: 0 0px #999;
	float: left;
}
.healins_test {
	width: 100%;
	float: left;
	padding-top: 0px;
	border-bottom: 2px solid #C9E0ED;
	margin-bottom: 2px;
}
.panel-title {
	margin-top: 0;
	font-size: 12px;
	color: inherit;
}
h4, .h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}
.tols_one {
	width: 50%;
	float: left;
}
.tols_one ul {
	padding-left: 0px;
}
.mem_info {
	width: 50%;
	float: left;
}
.mem_info ul {
	padding-left: 0px;
}
.purp_se {
	width: 100%;
	float: left;
}
.purp_se p {
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 20%;
	float: left;
}
.purp_se span {
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 78%;
	float: left;
	padding-left: 5px;
}
#msg_btn .message_btn h4 {
	float: left;
	margin-bottom: 0px !important;
	font-weight: 400;
	margin-top: 7px;
}

div#accordionMessages {
	margin-bottom: 20px;
}
.test_name p {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
}
#wrap {
	width: 100%;
	float: left;
	padding-top: 0px;
}
#wrap ul {
	list-style: none;
	padding-left: 0px;
}
/*** contact us ***/
#ContactForm_subject {
	margin-left: 0px;
	width: 66%;
}
#ContactForm_body {
	margin-left: 15px;
	width: 66%;
}
#ContactForm_name {
	margin-left: 10px;
	width: 65%;
}
#ContactForm_verifyCode {
	width: 100%;
}
#ContactForm_email {
	width: 65%;
	margin-left: 13px;
}
.contct_lablres .required {
	padding-right: 12px;
	padding-bottom: 7px;
	vertical-align: top;
}
/*** contact us end ***/
.sign_up label {
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.sign_up #People_newPasswordRepeat {
	margin-left: 0px;
	width: 100%;
}
.sign_up #People_newPassword {
	margin-left: 0px;
	width: 100%;
}
.sign_up #People_KnownAs {
	margin-left: 0px;
	width: 100%;
}
.sign_up #People_OrganizationName {
	margin-left: 0px;
	width: 100%;
}
.sign_up #People_EmailAddressRepeat {
	margin-left: 0px;
	width: 100%;
}
.sign_up #People_EmailAddress {
	margin-left: 0px;
	width: 100%;
}
.sign_up #People_LastName {
	margin-left:0px;
	width: 100%;
}
.sign_up #People_FirstName {
	margin-left:0px;
	width: 100%;
}
/*** contact us sign up ***/
/*** learn more ***/
.box_le {
	width: 100%;
	float: left;
}
.to_stre1 h1 {
	font-family: "loveloblack";
	font-size: 15px;
	letter-spacing: 1px;
	color: #505050;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 6px;
}
.strenth {
	width: 100%;
	float: left;
	padding-top: 17px;
}
.to_stre1 p {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
}
.mange2_ing {
	width: 100%;
	float: left;
}
.consal_img2 {
	width: 100%;
}
.box_le1 {
	width: 100%;
	float: left;
}
.mange2_ing {
	width: 100%;
	float: left;
}
.consla_tant {
	width: 90%;
	position: absolute;
	top: 630px;
}
.consla_tant {
	width: 90%;
	position: absolute;
	top: 625px;
}
.box_le2 {
	width: 100%;
	float: left;
}
.to_stre2 {
	padding-bottom: 200px;
}
.to_stre2 h1 {
	font-family: "loveloblack";
	font-size: 15px;
	letter-spacing: 1px;
	color: #505050;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 6px;
}
.to_stre2 p {
	font-size: 17px;
	line-height: 25px;
}
.to_stre2 {
	padding-bottom: 200px;
}
.strenth_a {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 25px;
}
/*** learn more end ***/
.zynity_on {
	width: 100%;
	float: left;
	padding-top: 10px;
}
.zynity_on h1 {
	float: left;
	text-align: left;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	margin-bottom: 0px;
}
.zynity_on span {
	float: left;
	text-align: left;
	font-size: 15px;
	padding-top: 22px;
	padding-left: 7px;
	font-weight: 700;
}
.zynity_on span1 {
	float: left;
	text-align: left;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	background-attachment: #000;
	font-weight: 700;
	background-color: yellow;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 16px;
}
.zynity_on p {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 100;
	padding-left: 24px;
	line-height: 20px;
}
.our_online_to p {
	font-size: 20px;
	line-height: 23px;
}
.bo_1 {
	width: 100%;
	float: left;
}
.bo_2 {
	width: 100%;
	float: left;
}
.bo_3 {
	width: 100%;
	float: left;
}
.bulid_for h2 {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	float: left;
	margin-top: 10px;
}
.high_impact p {
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
}
.high_impact .tech_measu {
	text-align: center;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}
.easy_forma {
	margin-bottom: 17px;
}
.measure_men {
	text-align: center;
	padding-left: 0px;
	margin-top: 0px;
	width: 100%;
}
.col-box1 {
	width: 100%;
	float: left;
	padding: 0px;
}
.col-box2 {
	width: 100%;
	float: left;
	padding: 0px;
}
.main_booker {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
}
.book_are {
	width: 100%;
}
.bokk_arwe {
	width: 100%;
}
.our_online_to h1 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}
/*** learn more link end ***/

.line_one {
	width: 80%;
	float: left;
}
.line_one p {
	width: 63px;
	font-size: 14px;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
}
.line_one span {
	font-size: 10px;
}
.content_alin {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top: 0px;
}
.login-box, .register-box {
	width: 100%;
	padding-top: 20px;
}

.accelerate .accele_img {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 1040px;
	left: 0px;
}
.accelerate .accel_text {
	width: 100%;
	float: left;
	padding-bottom: 250px;
}
.accelerate_b .accele_img_b {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 2020px;
	left: 0px;
}
.accelerate_b .accel_text_b {
	width: 100%;
	float: left;
	padding-bottom: 240px;
}
.box1{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.box2{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.box3{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}
.start_trial .trial_img{
	float: left;
	width: 100%;
	vertical-align: middle;
}
.start_trial .credit_card{
	width: 100%;
	float: left;
}
.credit_card p {
	padding-top: 0px;
	text-align: center;
}
.accel_text h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
	margin-top: 0px;
}
.accel_text p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}

.accelerate .accele_img{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img .growth{
	height: 250px;
	vertical-align: middle;
}
.accelerate .accel_text{
	width: 100%;
	float: left;
}
.accelerate_a{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accel_text_a h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_a p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_a .accele_img_a{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_a .growth_a{
	height: 220px;
	vertical-align: middle;
}
.accelerate_a .accel_text_a{
	width: 100%;
	float: left;
}
.accelerate_b{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accel_text_b h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_b p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;

}
.accelerate_b .accele_img_b{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_b .growth_b{
	height: 250px;
	vertical-align: middle;
}
.accelerate_b .accel_text_b{
	width: 100%;
	float: left;
}
.accelerate_c{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding-top:0px;
}
.accelerate .accele_img {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 1033px;
	left: 0px;
}
.accelerate .accel_text {
	width: 100%;
	float: left;
	padding-bottom: 235px;
}
.accelerate_b .accele_img_b {
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 2008px;
	left: 0px;
}
	.accelerate_b .accel_text_b {
	width: 100%;
	float: left;
	padding-bottom: 240px;
}

footer {
	width: 100%;
	background: #ffffff;
	padding: 0px;
	color: #fff;
	margin-top: 0px;
	border-top: 2px solid #c9e0ed;
}
.accel_text_c h1{
	color: #606060;
	font-size: 20px;
	font-family: "loveloblack";
	padding-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left:0px;
}
.accel_text_c p{
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins', sans-serif;
	color: #999;
	padding-left: 0px;
	padding-right: 0px;
}
.accelerate_c .accele_img_c{
	width:100%;
	text-align: center;
	float: left;
}
.accele_img_c .growth_c{
	height: 207px;
	vertical-align: middle;
}
.accelerate_c .accel_text_c{
	width: 100%;
	float: left;
}
.start_trial .trial_img img {
	float: left;
	vertical-align: middle;
	width: 239px;
}
img.icon {
	height: 196px;
	width: 130px;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}

}
@media (max-width:240px) {
.user_title .form-control {
	margin-top: -11px;
	height: 25px;
	padding: 3px;
	margin-bottom: 10px;
}
	.how_lead h2 {
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
}
.how_lead h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
.how_lead h6 {
	font-size: 21px;
	color: #a4224b;
	font-family: Abel;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h4 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.how_lead h5 {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
	#dumpy textarea {
	width: 100%;
}
.three_an h2 {
	text-align: center;
	font-size: 17px;
	margin-top: 5px;
}
.three_an h3 {
	font-family: Abel;
	font-size: 20px;
	text-align: center;
}
.three_an h4 {
	font-size: 25px;
	color: #a4224b;
	font-family: Abel;
	text-align: center;
}
.give {
	width: 88%;
	margin-top: 14px;
}
.left_cert{
width:100%;
}
.right_cert{
width:100%;
}
#searchBlock {
	width: 98%;
}
	.manag_ing {
	width: 100%;
	float: left;
}
.team_sut {
	float: left;
	font-size: 18px;
}
.content_p {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.content_p ol {
	font-size: 14px;
	line-height: 30px;
}
.team_tex ul {
	list-style-type: none;
	margin-top: 15px;
	padding-left: 0px;
}
.managin_team{
	width:100%;
	float:left;
	text-align:center;
	padding-right: 0px;
}
.team_tex{
	width:100%;
	float:left;
}
.managin_team ul {
	list-style-type: none;
	margin-top: 20px;
	padding-right: 35px;
}
.pur_psose{
	width:100%;
	float:left;
}
.purp_echo{
	width:100%;
	float:left;
}

h3{
font-size:18px;
}

.form-control{
	width:100%;
}
}
.modal-dialog.modal-sm {
	overflow: scroll;
	overflow-x: hidden;
	max-height: 500px;
}

.headline_title p {
	padding-left: 10px;
	margin-bottom: 5px;
}
.headline_title {
	border-bottom: 1px solid #12887a;
	padding-top: 5px;
	border-right: 1px solid #12887a;
	border-left: 1px solid #12887a;
	padding-left: 10px;
	float:left;
	width:100%;
}

.headline_title .label-info {
	margin-left: 5px;
	margin-top: 4px !important;
	/* float: left; */
	/* margin-top: 2px; */
	/* margin-right: 5px; */
	padding-top: 4px;
}
.healins_test_closed {
	width: 100%;
	padding-top: 0px;
/*	border-bottom: 2px solid #12887a; */
	margin-bottom: 0px;
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.healins_test_closed p{
	font-size: 18px;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
	padding-right:5px;
}
.tab-content {
	padding-bottom: 30px;
}
.healins_test_test {
	width: 100%;
	padding-top: 11px;
	border-bottom:2px solid #12887a;
	margin-bottom: 0px;
	float: left;
}
table.detail-view {
	background: white;
	border-collapse: collapse;
	width: 98%;
	margin: 0;
}
.line_one_test {
	width: 87%;
	float: left;
}
.healins_test_view {
	width: 100%;
	padding-top: 10px;
	border-bottom: 2px solid #12887a;
	margin-bottom: 0px
}
.healins_test_view p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}
span.back_btn a {
	float: left;
	width: 7%;
	padding-left: 5px;
	font-size: 13px;
	padding-top: 4px;
	margin-top: 3px;
	border-radius: .25em;
}
.col-md-9.head_line_title {
	padding-left: 0px;
}
.action_test {
	float: right;
	/* bottom: 3px; */
	right: 0px;
	color: #000;
	/* padding: 6px; */
	border: 1px solid #12887a;
	padding-left: 10px;
	padding-right: 10px;
	/* margin-bottom: 10px; */
	padding-top: 0px;
	padding-bottom: 0px;
}
.line_one_test p {
	font-size: 18px;
	font-weight: 400;
	float: left;
	margin-bottom: 0px;
}
.comment_content {
	padding-left: 15px;
}
.comment_reply {
	padding-left: 35px;
}
.comment_reply_reply {
	padding-left: 55px;
}
input[type="checkbox"] {
	margin: 6px 4px 0;
	margin-top: 1px \9;
	line-height: normal;
	float: left !important;
}
.checkbox_all {
	float: left;
	/* width: 17%; */
	min-width: 40px;
}
#headlinesearch {
	width: 69%;
	float: left;
	border: 1px solid #ccc;
	height: 27px;
}
#dialog_nwdfrom{
	width:100%;
	height:auto;

	}
#dialog_nheadlinrfrom{
	width:100%;
	height:auto;

	}
#dialog_mssgfrom{
	width:100%;
	height:auto;

}
#dialog_editheadlinrfrom{
	width:100%;
	height:auto;

}
#mceu_8 {
	width: 100% !important;
	height: auto;

	margin-bottom:5px;
}
#dialog_commentrfrom{
	width:100%;
	height:auto;
}
#dialog_commentrfromedit{
	width:100%;
	height:auto;
}
#dialog_subitemfrom{
	width:100%;
	height:auto;
}
.ui-dialog {

	float: left;
	left: 100px;
	z-index:999;
	margin:30px auto;
}
.mce-notification-warning *, .mce-notification-warning .mce-progress .mce-text {
	color: #8a6d3b;
	display: none !important;
}
.mce-notification-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	display: none !important;
}

/* new Header 19-09-2017 */

/* Zynity - Scale Leadership Along With Sales And Operations. */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style Two
5. Main Slider
6. Welcome Section
7. Fact Counter
8. Activities Section
9. Why Us Section
10. Gallery Section
11. Testimonial Section
12. News Block / News Block Two
13. Accordian Style
14. Main Footer / Footer Style Two
15. About Section
16. Call To Action Section
17. Stories Section
18. FullWidth Section
19. Page Title
20. Team Section
21. Gallery Full Width
22. Our Blogs
23. Blogs Single
24. Contact Map
25. Contact Form

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:300,400,500,600,700');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lora', serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/***

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#000000 !important;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#12887a;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;
}

.grey-bg{
	background-color:#fafafa;
}

p{
	/*position:relative;*/
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
}

.auto-container{
	position:static;
	max-width:1200px;
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

.text-uppercase {
	text-transform: uppercase !important;
}

ul,li{
	padding:0px;
	margin:0px;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:12px 40px;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	background:#99cc00;
	border:2px solid #99cc00;
	/*text-transform:uppercase;*/
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover{
	color:#99cc00;
	background:none;
	border-color:#99cc00;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:12px 40px;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	background:none;
	border:2px solid #ffffff;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover{
	background:#99cc00;
	color:#ffffff;
	border-color:#99cc00;
}

.theme_color{
	color:#99cc00;
}

img{
	display:inline-block;
	max-width:100%;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#99cc00;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top{
	position:relative;
	font-size:13px;
	padding:15px 0px;
	color:#ababab;
	background-color:#222222;
}

.main-header .header-top.style-two{
	background-color:#222222;
}

.main-header .header-top.style-two .contact-number,
.main-header .header-top.style-two .links-nav li.language{
	border-color:#4a4a4a;
}

.main-header .header-top.style-two .contact-number span,
.main-header .header-top.style-two a{
	color:#ababab;
	border-color:#4a4a4a;
}

.main-header .header-top a{
	color:#ababab;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .links-nav li{
	position:relative;
	float:left;
	color:#777777;
	font-size:14px;
	margin-right:25px;
	line-height:1.4em;
}

.main-header .top-right .links-nav li{
	margin-right:0px;
	margin-left:25px;
}

.main-header .links-nav li a{
	position:relative;
	font-size:14px;
	line-height:1em;
	padding-right:20px;
	text-transform:capitalize;
	border-right:1px solid #515151;
}

.main-header .links-nav li .icon{
	padding-right:8px;
}

.main-header .links-nav li a:hover{
	color:#99cc00;
}

.main-header .links-nav li:last-child a{
	padding-right:0px;
	border:0px;
}

.main-header .sticky-header .navigation li a:after{
	display:none;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	border-bottom:1px solid #e0e0e0;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:9px 0px 8px;
	width: 243px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .header-upper{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .auto-container{
	position:relative;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 350px;
	padding:12px 0px;
	z-index:12;
	background: none;
	text-align: center;
	line-height: 0px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding:38px 0px 0px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:50px;
	font-size:13px;
	color:#777777;
	max-width:275px;
	padding:0px 0px 0px 40px;
}

.main-header .info-box:last-child{
	padding-left:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#99cc00;
	font-size:24px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:22px;
	color:#777777;
	font-size:14px;
}

.main-header .info-box li a{
	color:#777777;
}

.main-header .header-lower{
	position:absolute;
	width:100%;
	background-color:rgba(34,34,34,0.60);
}

.main-header .nav-outer{
	position:relative;
	padding-right:0px;
}

.main-header .links-nav-two{
	position:relative;
	float:right;
}

.main-header .links-nav-two li{
	position:relative;
	display:inline-block;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
}

.main-menu .navigation.left-nav{
	float:left;
}

.main-menu .navigation.right-nav{
	float:right;
}

.main-menu .navigation.right-nav > li{
	margin-left:40px;
	margin-right:0px;
}

.main-menu .navigation{
	position:relative;
	margin-top:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:40px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:38px 0px;
	font-size:14px;
	color:#222222;
	line-height:30px;
	font-weight:400;
	opacity:1;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li:last-child > a{
	background:none;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818;
	background:none;
	border:0px;
	padding:15px 15px !important;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#12887a;
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#12887a;
	color:#ffffff;
	opacity:1;
	border:0px;
}

.main-header .main-menu .navigation > li.current > a:after,
.main-header .main-menu .navigation > li:hover > a:after,
.sticky-header .main-menu .navigation > li > a:after{
	display:none !important;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:175px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:#101010;
	border-top:2px solid #12887a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 15px;
	line-height:19px;
	font-weight:500;
	font-size:13px;
	color:#e0e0e0;
	text-align:left;
	text-transform:capitalize;

	-moz-transition:none !important;

	-ms-transition:none !important;
	-o-transition:none !important;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#12887a;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	/* content: "\f105"; */
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left: -102%;
	top:20px;
	width:175px;
	z-index:100;
	display:none;
	background:#101010;
	border-top:2px solid #12887a;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li	> ul > li > a{
	position:relative;
	display:block;
	padding:6px 15px;
	line-height:19px;
	font-weight:500;
	font-size:13px;
	color:#e0e0e0;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.main-menu .navigation > li > ul > li	> ul > li > a:hover{
	color:#ffffff;
	background-color:#12887a;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:12px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#99cc00;
	cursor:pointer;
	z-index:5;
	display:none;
}

.header-style-two .main-menu .navigation > li > a{
	padding:16px 0px;
}

.header-style-two .logo-outer{
	position:relative;
	left: 0px;
	float:left;
	margin-left: 0px;
	padding:8px 0px;
}

.header-style-two .nav-outer {
	float: left;
	/* padding-right: 90px; */
	padding-left: 50px;
}

.main-header .search-box-outer{
	position:absolute;
	right:0px;
	top: 50%;
	z-index:16;
	margin-top:-18px;
}

.main-header .search-box-btn{
	position:relative;
	font-size:14px;
	width:40px;
	height:40px;
	top:50%;
	margin-top:0px;
	line-height:38px;
	color:#9f9f9f;
	cursor:pointer;
	border-radius:50%;
	background:#f4f4f4;
}

.main-header.header-style-two .search-box-btn{
	color:#ffffff;
	background:#99cc00;
}

.main-header .search-box-outer .dropdown-menu{
	top:68px;
	border-top:3px solid #99cc00;
	padding:0px;
	width:280px;
	border-radius:0px;
}

.main-header.header-style-two .search-box-outer .dropdown-menu{
	top:75px;
}

.main-header .search-panel .form-container{
	padding:25px 20px;
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#99cc00;
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.header-style-two .header-upper:after{
	display:none;
}
.logo {
	width: 251px !important;
	height: 43px;
	margin-top: -6px;
}
header.main-header.header-style-two {
	height: 61px;
	border-bottom: 1px #127cad solid;
}
p.logo_sub {
	color: #000;
	margin-top: -8px;
	font-size: 10px;
	float: left;
	margin-left: 5px;

}
.sticky-header p.logo_sub {
margin-top: -8px;
margin-left: 5px;
width: 122%;
}
h2.is_there {
	color: #383a35;
}
h3.a_brief {
	padding-top: 20px;
	color: #1b7fad;
}
.row.ask_yourself {
	border: 1px #127cad solid;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.ad_pr input {
	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;
}
.ad_pr textarea{
	border: 1px solid #ccc;
	border-radius: 4px;
}
td.td_3 a {
	color: #000;
}
td.td_4 a {
	color: #000;
}
.headline_title a {
	color: #000;
}
.comment_content p {
	margin-bottom: 0px;

}
.urlsupload {
	margin-bottom: 10px;
	margin-top: 10px;
}
.filesupload input {
	margin-bottom: 6px;
}
button.btn.btn-primary.new-btn.filesuploadplus {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-radius: 0px;
}
.urlsupload {
	margin-bottom: 10px;
	margin-top: 10px;
}
.urlsupload input{
	margin-bottom: 6px;
}
button.btn.btn-primary.new-btn {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 0px;
	text-transform: capitalize;
}
button.btn.btn-primary.new-btn.urlsuploadplus {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 0px;
	text-transform: capitalize;
}
button.btn.btn-primary.new-btn.editfileuploadplus {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 0px;
	text-transform: capitalize;
}
.members {
	padding-top: 8px !important;
}
.ui-dialog-buttonset button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px !important;
	border-radius: 0px;
	text-transform: capitalize;
}
div#isUndone a {
	color: #fff;
	/* padding-top: 5px; */
}

h3.organization {
	padding-top: 15px;
	color: #127cad;
}
.default-form .form-group input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	height: 52px;
	background: #f0f0f0;
	border: 1px solid #ececec;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.default-form .form-group {
	position: relative;
	margin-bottom: 16px;
	padding: 0px 8px;
}
.main-footer {
	position: relative;
	padding: 0px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background: #000000 url(../images/background/pattern-2.html);
}
div#mceu_23 {
	width: 100% !important;
}
.together_zynity {
	width: 96%;
	margin-bottom: 10px;
	/* padding: 4px; */
	background-color: #fff;
	border: 1px dotted #99cc00;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 3px 3px 3px #babbbb;
	font-family: 'Poppins', sans-serif;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}
.cca_step2 {
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 15px;
	max-height: 200px;
	overflow: scroll;
	overflow-x: hidden;
margin-bottom: 10px;
}
input.check_box_ccpa {
	width: 12px !important;
	float: left;
	height: 21px !important;
	/* padding-right: 5px; */
	margin-right: 2px;
}
.agree_ment {
	padding-left: 0px;
}
textarea.text_area_cc {
	max-height: 85px;
	color: #000 !important;
}
.cca_step2_2 {
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	width: 100%;
	/* padding: 23px; */
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
text-align: center;
}
.cca_update{
box-shadow: 0 0 8px rgba(0,0,0,.5);
	width: 100%;
	/* padding: 23px; */

	margin-top: 10px;
	margin-bottom: 10px;
}
/*.cca_update p {
	background-color: #040404;
	!* text-align: left; *!
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}*/
.row.clearfix.cc_update_row {
	margin-bottom: 10px;
}
#searchBlocklist{
	width: 60%;
	float: left;
	padding: 6px;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	border: 1px dotted #92bb0a;
	margin-bottom: 8px;
}
div#dumpyX {
	border: 1px solid #eee;
	margin-right: 15px;
	width: 98%;
}

.container {
	margin-bottom: 60px;
}

.main-footer {
	margin-top: 20px;
	background: none !important;
	position: fixed !important;
	left: 0;
	bottom: 0;
	width: 100%;
}