body{
	margin:0;
	padding:0;
	font-family:'Open Sans';
	color:#000000;  
	font-size:15px;
}

/*-- Common Styles --*/
h2{  
	font-size:50px;
	margin:0;
	font-family:Open Sans Light;
}
h2.small{
	font-size:40px;
}
h3{
	font-size:35px; 
	font-family:'Open Sans';  
	margin:0; 
}
h4{ 
	font-size:30px;
	font-family:'Open Sans Semibold';
	margin:0;
}
h6{
	font-size:25px;
	font-family:'Open Sans Semibold';
	margin:0;
}
h6.medium{
	font-size:23px;
	margin:0;
}
h6.small{
	font-size:18px;
}
p {
	font-size: 15px;
	margin: 0;
	line-height: 25px;
}
.cmn-btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	max-height: 53px;
	text-transform: uppercase;
	font-size: 19px;
	font-family: 'Open Sans Semibold';
	padding: 13px 50px;
	margin-top: 40px;
	line-height: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.cmn-btn:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color:#222222;
}

.npl{
	padding-left:0;
}
.npr{
	padding-right:0;
}
/*-- Common Styles --*/
/*-- Top bar --*/
.main-content-of-admin-page {
	float: left;
	width: 100%;
	padding-left: 315px;
}
.main-content-of-admin-page.clicked {
	padding-left: 0;
}
.toggle-btn {
	float: left;
	width: 30px;
	margin-right:15px;
}
.toggle-btn span {
	width: 100%;
	height: 3px;
	color: ;
	background: #ffffff;
	float: left;
	margin: 3px 0;
}
.toggle-btn span:last-child{
	margin-bottom:0;
}
.main-top-bar.pull-left {
	width: 50%;
	padding-top: 8px;
}
.main-top-bar.pull-right {
	float: right;
	width: 50%;
}
.top-bar-full {
	float: left;
	width: 100%;
	max-height: 82px;
	background: #000000;
	padding: 18px 25px;
}
.main-admin-page-title h4 {
	color: #ffffff;
	line-height: 0.8;
}
.main-top-bar-search.pull-right form .form-search-group {
	width: 270px;
	float: left;
	position:relative;
}
input {
	width: 100%;
	height: 46px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: hidden;
	padding: 0 20px 0 22px;
}
.form-search-group .search-btn {
	position: absolute;
	right: 10px;
	top: 13px;
	background: transparent;
	color: #757575;
	border: hidden;
	font-size: 14px;
}
/*-- Top bar --*/
/*-- Consumer List --*/
.main-section-main-content {
	float: left;
	width: 100%;
	padding: 0;
	background: #f4f4f4;
}
.welcome-back-sec {
	float: left;
	width: 100%;
	background-image: url("../images/welcome-bg.jpg");
	background-size: 100% 100%;
	max-height: 206px;
	padding: 84px 0px;
	margin-bottom: 62px;
}
.welcome-back-sec h3 {
	text-align: center;
	color: #ffffff;
	float:left;
	width:100%;
}
.filter-data-sec {
	float: left;
	width: 100%;
	padding: 20px;
	background: #eaeaea;
	margin-bottom:10px;
}
.filter-data-sec .form-group {
	width: 300px;
	float: left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 0;
	margin-bottom: 0;
}
.filter-data-sec .form-group input {
	height: 55px;
	padding-left: 40px;
	font-size: 15px;
	color: #757575;
}
.form-group i {
	position: absolute;
	left: 19px;
	top: 23px;
	color: #757575;
	font-size: 13px;
}
.filter-data-sec button {
	float: left;
	background: #00b26b;
	border: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #ffffff;
	width: 53px;
	height: 53px;
	line-height: 1;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.filter-data-sec button:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
table{
	width:100%;
}
table th {
	padding: 20px 15px 20px 80px;
	font-size:17px;
	font-family:'Open Sans Semibold';
}
tbody tr td {
	padding: 10px 15px 10px 80px;
}
table tr {
	border-bottom: 1px solid #dfdfdf;
}
table a.activate, a.activate {
	background: #00b26b;
	float: left;
	padding: 5px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 93px;
	text-decoration: none;
	color: #ffffff;
	font-family: Open Sans Semibold;
}
table a.deactivate, a.deactivate {
	background: #fa0000;
	float: left;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 93px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Open Sans Semibold;
}
table.experience-list a.deactivate, .experience-list a.deactivate {
    float: none;
    display: inline-block;
}
.table-if-scroll {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
/*-- Consumer List --*/

/*-- Login-Page --*/
.admin-login-page {
	background-image: url("../images/login-bgadmin.jpg");
	width: 100%;
	height: auto;
	background-size: cover;
}
.admin-login-center {
	float: none;
	position: absolute;
	width: 770px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-logo-black {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 54px;
}
.admin-login-form {
	min-height: 416px;
	background: #ffffff;
	float: left;
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #dfdfdf;
}
.admin-form-heading {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	max-height: 58px;
	background: #00b26b;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	color: #ffffff;
}
.admin-form-heading h6{
	font-size:18px;
	text-transform:uppercase;
}
.admin-form-heading h6 i{
	margin-right:7px;
}
.complete-fields-form {
	float: left;
	width: 100%;
	padding: 35px 50px;
}
.form-group-admin input {
	border-bottom: 1px solid #e4e4e4;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 15px;
}
.form-group-admin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:'Open Sans';
  color:#a7a7a7;
}
.form-group-admin input::-moz-placeholder { /* Firefox 19+ */
  font-family:'Open Sans';
  color:#a7a7a7;
}
.form-group-admin input:-ms-input-placeholder { /* IE 10+ */
	font-family:'Open Sans';
	color:#a7a7a7;
}

.form-group-admin input:-moz-placeholder { /* Firefox 18- */
  font-family:'Open Sans';
  color:#a7a7a7;
}
.admin-login-form input[type="checkbox"] {
	float: left;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.remember-me {
	float: left;
	width: 100%;
	position: relative;
}
.remember-me {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	color: #7b7b7b;
}
.form-group-admin {
	float: left;
	width: 100%;
	position: relative;
}
.form-group-admin i {
	position: absolute;
	left: 0;
	top: 14px;
	color: #cecece;
}
.copyright-login {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #dfdfdf;
	width: 1170px;
	font-size:14px;
	color:#555555;
}
/*-- Login-Page --*/

/*-- Talent List Page --*/
.fi-btn {
	margin-right: 10px;
	float: left;
}
.both-btn:last-child{
	margin-right:0;
}
.eye-o {
	margin: 0;
	float: left;
}
.eye-o a{
	text-decoration:none;
	color:#3a3a3a;
}
.both-btn {
	float: left;
	max-width: 200px;
	width: auto;
}
.both-btn.text-o {
	float: left;
	width: 100%;
	text-align: center;
}
.green-text {
	color: #00b26b;
}
.both-btn.text-o .green-text {
	font-size: 17px;
	font-family:'Open Sans Semibold';
}
.red-text {
	color: #fa0000;
}
.both-btn.text-o .red-text {
	font-size: 17px;
	font-family:'Open Sans Semibold';
}

/*-- Talent List Page --*/
/*-- Events List Page --*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #ffffff;
	cursor: pointer;
	background-color: #00b26b;
	border: 2px solid #00b26b;
	border-bottom-color: 2px solid #00b26b;
}
.nav-tabs > li.active > a span, .nav-tabs > li.active > a:focus span, .nav-tabs > li.active > a:hover span {
	color:#000000;
	background:#ffffff;
}
.nav-tabs > li > a:hover span{
	color:#000000;
	background:#ffffff;
}
.nav-tabs > li > a {
	margin-right: 10px;
	line-height: 1.3;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: auto;
	position: relative;
	display: block;
	padding: 10px 35px 10px 15px;
	background-color: transparent;
	border: 2px solid #1f1f1f;
	color: #1f1f1f;
	font-size: 17px;
}
.nav-tabs > li > a:hover {
	border-color: initial;
	background: #00b26b;
	border-color: #00b26b;
	color: #ffffff;
}
.nav-tabs {
	border-bottom: inherit;
}
.counting-o {
	width: 25px;
	height: 25px;
	background: #1f1f1f;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #ffffff;
	margin-right: 15px;
	float: left;
	text-align: center;
	padding-top: 6px;
	font-size: 11px;
}
.tabing-top-at-events .nav.nav-tabs {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.form-group-inner {
	position: relative;
	float: left;
	width: 15.3%;
	margin-right: 10px;
}
.custom-filter-bar .form-group-inner i {
	position: absolute;
	left: 20px;
	top: 50% !important;
	color: #757575;
	transform: translateY(-50%);
}
.form-group-inner input, .form-group-inner select {
	padding-left: 40px;
	height: 54px;
	font-size: 15px;
}
.form-group-inner select {
	width: 100%;
	border: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #757575;
}
.form-group-inner select {
	width: 100%;
	border: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #757575;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-right: 40px;
}
.form-group-inner i.fa-angle-down {
	right: 20px;
	left: initial;
	position: absolute;
	font-weight: 300;
	font-size: 16px;
	pointer-events: none;
}
table.long-table th {
	padding: 20px 10px 20px 15px;
	font-size: 17px;
	font-family: 'Open Sans Semibold';
}
table.long-table tbody tr td {
	padding: 10px 10px 10px 15px;
}
.delete-o {
	float: left;
	margin-left: 20px;
	margin-right: -10px;
	font-size: 20px;
	cursor: pointer;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 10px;
}
/*-- Events List Page --*/
/*-- Review Page --*/
.table-if-scroll.review-table table th {
	padding: 10px 20px;
	color: #ffffff;
	background: #00b26b;
	text-transform:uppercase;
	text-align:center;
}
.table-if-scroll.review-table table th i{
	margin-right:5px;
}
.table-if-scroll.review-table table tr:nth-child(2n+1) {
	height: 115px;
	background: #ffffff;
}
.table-if-scroll.review-table table tr:nth-child(2n) {
	height: 100px;
}
.table-if-scroll.review-table tbody tr td {
	padding: 10px 20px 10px 20px;
}
.review-by {
	font-size: 17px;
	font-weight: 400;
}
.review-to {
	font-size: 17px;
	font-weight: 400;
}
.table-if-scroll.review-table table tr.heading-row{
	height:auto;
}
.review-review {
	max-width: 200px;
	text-align: center;
	vertical-align: middle;
}
.table-if-scroll.review-table table{
	text-align:center;
}
.star-rating {
	float: left;
	padding-top: 8px;
	margin-right: 10px;
}
.star-rating .checked{
	color:#00b26b;
}
.rating-no {
	float: left;
	padding-top: 7px;
	font-size: 16px;
	font-family: 'Open Sans Semibold';
}
.flag {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 27px;
}
.all-n-one-span-rating {
	margin: 0 auto;
	display: table;
}
.table-if-scroll.review-table table th {
	border-right: 1px solid #d5d5d5;
}
.table-if-scroll.review-table table{
	border:1px solid #eaeaea;
}
.filter-data-sec.review-filter .form-group {
	width: 20%;
}
/*-- Review Page --*/

/*-- Talents list review --*/
.about-review-by h3 {
	font-family:'Open Sans Bold';
	padding-bottom:25px;
}
.talent-list-review .nav-tabs > li > a {
	padding: 10px 40px 10px 40px;
	min-width: 225px;
	text-align:center;
}
.about-review-by {
	float: left;
	width: 100%;
}
.tabing-top-at-events.talent-list-review .nav.nav-tabs {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.review-link-btn a {
	margin-right: 10px;
	line-height: 1.3;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: auto;
	position: relative;
	display: block;
	padding: 10px 35px 10px 15px;
	background-color: #00b26b;
	border: 2px solid #00b26b;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
}
.review-link-btn a span{
	color:#000;
	background:#ffffff;
}
.review-link-btn {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.photo-gen-sec {
	float: left;
	width: 100%;
}
.cover-photo img.covr-photo {
	width: 100%;
	height: 100%;
}
.cover-photo {
	float: left;
	width: 100%;
	position: relative;
}
.profile-photo {
	float: left;
	max-width: 140px;
	height: auto;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.profile-photo img{
	border-radius:100%;
	-webkit-border-radius: 100%;
}
.general-detail-text {
	float: left;
	width: 100%;
}
.user-id-talent {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.user-id-talent h6 span {
	font-weight: ;
	font-family: 'Open Sans Light';
}
.user-title-detial-talent {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-height: inherit;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.user-title-detial-talent span {
	font-size: 17px;
	float: left;
	padding-right: 7px;
	font-family: 'Open Sans Bold';
}
.user-title-detial-talent.description-talent span {
	width: 100%;
	line-height: 40px;
}
.social-list-talent {
	float: left;
	width: 100%;
}
.social-list-talent ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #1f1f1f;
	font-family: Open Sans Semibold;
}
.social-list-talent ul {
	padding: 0;
	padding-left: 0;
	list-style: none;
}
.social-list-talent ul li {
	float: left;
	width: 10%;
	margin-bottom: 10px;
}
.social-list-talent {
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 19px;
}
.social-list-talent ul li a i{
	font-size:30px;
}
.gen-per-detail-talent {
	float: left;
	width: 100%;
	padding-bottom: 100px;
	border-bottom: 1px solid #d5d5d5;
}
.agent-detail-talent {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
.filter-data-sec.review-filter.experience-tal {
	background: #333333;
}
.bio-six-sec ul li {
	float: left;
	width: 33%;
	padding: 20px 80px;
	list-style: none;
}
.bio-six-sec ul li:nth-child(3n){
	border-right:1px solid transparent;
}
.bio-six-sec {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 50px;
}
.list-title {
	font-size: 19px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
	font-family: 'Open Sans Semibold';
	position: relative;
	padding-left: 32px;
}
.list-title img {
	position: absolute;
	left: 0;
	top: 2px;
}
.bio-six-sec ul li {
	float: left;
	width: 100%;
	padding: 0 40px;
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
	height: 200px;
	display: table;
	position: relative;
}
.li-li {
	display: table-cell;
	vertical-align: middle;
}
.bottom-nav-like-struc {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.full-sec-struc-heading {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	background: #00b26b;
	color: #ffffff;
}


.full-sec-struc ul li a {
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	padding: 10px 15px;
}
.full-sec-struc ul {
	list-style: none;
	padding: 30px 0;
	float: left;
	background: #ffffff;
	margin: 0;
	width: 100%;
}
.full-sec-struc {
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
}

/*-- Talents list review --*/




.event-details{
	background: #fff;
}
.general-detail-text.event-details {
  margin-top: 140px;
}
.event-details h4 {
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
.event-details .user-title-detial-talent.description-talent > span {
  line-height: 23px;
  width: auto;
}
.event-details .user-title-detial-talent.description-talent > p {
  margin-bottom: 20px;
}
.events-detials-location{
	float: left;
	width: 100%;
	background: #eaeaea;
	padding: 20px 20px;
	margin-bottom: 10px;
	font-size: 18px;
}
.events-detials-location p {
  font-family: "Open Sans Semibold";
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.events-detials-location p span{
	font-family:'Open Sans';
}
.event-img-section{
	width: 100%;
	float: left;
}
.event-img-section > ul {
  padding: 0;
}
.event-img-section li {
	list-style: outside none none;
	margin-right: 0;
	width: 16%;
	float: left;
}
.event-img-section li img {
	width: 100%;
	padding: 3px;
}
.event-img-section > h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.event-img-section {
  float: left;
  padding-top: 20px;
  width: 100%;
}
.event-btn {
  float: left;
  width: 100%;
}
.event-btn button {
  margin-top: 0px;
}
.event-btn {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.event-btn button {
	margin-bottom: 10px;
}
.event-details .user-title-detial-talent.description-talent {
  padding-bottom: 0;
}
.login-btn.cmn-btn.without-bor {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.icon-fa i {
  margin-right: 8px;
}
.login-btn.cmn-btn.without-bor:nth-child(2) {
  margin-left: 10px;
}
.login-btn.cmn-btn:nth-child(2) {
  margin-left: 10px;
}
.login-btn.cmn-btn > img {
  margin-top: -7px;
}
.icon-fa .general-detail-text .small.text-center {
  font-size: 19px;
  font-family:'Open Sans';
}
.icon-fa .general-detail-text .small.text-center span {
  font-family: "Open Sans Semibold";
}
.price-evt {
  font-size: 20px;
  margin-top: 12px;
  text-align: center;
}
.icon-fa .profile-photo {
  bottom: -90px;
}
/*-- Chat --*/
.list-ad {
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
	cursor:pointer;
}
.list-ad img {
	float: left;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 90px;
	width: 90px;
}
.list-ad h6 {
	padding-top: 25px;
}
.list-ad span {
	float: left;
	padding-top: 5px;
	font-style: italic;
	color: #949494;
	font-size: 15px;
}
.chat-ad {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 20px 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	max-height: 1000px;
	overflow-y: auto;
}
.search-bar-1 .form-search-group {
	float: left;
	width: 100%;
	position: relative;
}
.search-bar-1 input {
	background: #f4f4f4;
}
.search-bar-1 h6 {
	padding-bottom: 15px;
}
.search-bar-1 {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
}
.search-bar-1 .form-group-inner {
	position: relative;
	float: left;
	width: 100%;
	margin-right: 10px;
}
.form-group-inner select {
	background: #f4f4f4;
	padding-left: 15px;
	height:46px;
}
.search-bar-1 .form-group-inner .fas {
	position: absolute;
	right: 20px;
	left: auto;
	top: 16px;
	font-size: 16px;
	color: #696969;
}
.list-de img {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-right: 15px;
}
.list-de h6 {
	padding-bottom: 5px;
}
.list-de p {
	padding-bottom: 5px;
	font-family:'Open Sans Light';
}
.list-de span {
	float: left;
	font-style: italic;
	color: #949494;
	font-size: 15px;
}
.list-de {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #f4f4f4;
	display: flex;
}
.list-ad i.fa-chevron-right {
	position: absolute;
	right: 0;
	top: 45%;
	color: #000000;
}
.list-ad-content {
	float: left;
	padding-left: 15px;
}
.list-de-content {
	width: auto;
}
/*-- Chat --*/

/*-- Consumer-pages --*/
nav {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 99999;
}
nav.con-nav {
	background: #f6f6f6;
}
nav.con-nav .main-logo.smo {
	float: left;
	width: auto;
	padding-top: 27px;
}
nav.con-nav .navi {
	float: left;
	width: auto;
}
nav.con-nav .main-top-bar-search.consumer-seo {
	float: left;
	width: 220px;
	height: 46px;
	margin-left: 15px;
}
nav.con-nav .navi ul li {
	float: left;
	padding-left: 45px;
	padding-right: 0;
}
.main-logo.smo {
	padding-top: 27px;
}
.navi {
	float: left;
	width: 60%;
}
.navi ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	display: table;
	float: left;
	padding-top: 18px;
	padding-right: 30px;
}
.navi ul li {
	float: left;
	padding-right: 50px;
}
.rioght-nav .navi ul {
  padding: 3px 0 0 0;
}
.front-header .rioght-nav .navi ul {
	padding: 7px 0 0 0;
}
.front-header .login-btn {
	margin-top: 1px;
}
.rioght-nav .navi ul li a {
	font-size: 20px;
}
.navi ul li a {
	font-size: 18px;
	color: #1d1d1d;
	font-family: 'Open Sans Semibold';
	line-height: 60px;
	text-decoration: none;
}
.main-top-bar-search.consumer-seo {
	float: left;
	width: 275px;
	height: 46px;
}
.main-top-bar-search.consumer-seo {
	position: relative;
	margin-top: 8px;
}
.main-top-bar-search.consumer-seo input {
	float: left;
	width: 100%;
	height: 46px;
	position: relative;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.consumer-panel-intro.smo {
	float: left;
	position: relative;
	border-left: 1px solid #efefef;
	width: 240px;
	padding: 24px 0 24px 30px;
}
.consumer-panel-intro .admin-img {
	float: left;
	margin-right: 15px;
	width: 47px;
	height: 47px;
	position: relative;
}
.consumer-panel-intro .admin-img img {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	height: auto;
	width: 65px;
}
.consumer-panel-intro .admin-img span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 12px;
	height: 12px;
	background: #00b26b;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.consumer-panel-intro .admin-intro h6 {
	font-size: 20px;
	font-family: Open Sans;
	padding-top: 0;
	padding-bottom: 5px;
	padding-top: 9px;
}
.consumer-panel-intro .admin-detail {
	font-size: 17px;
	font-family: Open Sans Bold;
}
.consumer-panel-intro .fas {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.whole-nav {
	float: left;
	width: 100%;
	padding: 0 40px;
}
.smo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.consumer-panel {
	float: left;
	width: 100%;
	background: #f4f4f4;
}
.main-top-bar-search.consumer-seo .search-btn {
	top: 28px;
}
.page-heading-o {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 20px;
}
.page-heading-o h3 {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	font-family:'Open Sans SemiBold';
}
.social-list-talent.consumer-stl ul li a {
	font-family: Open Sans;
}
.form-group i {
	position: absolute;
	left: 17px;
	top: 20px;
	color: #757575;
}
.bio-six-sec {
	padding: 50px 20px;
}
.bio-six-sec ul li {
	padding: 0 20px;
}
.navi.smo ul li:last-child {
	padding-right: 0;
}
/*-- Talent-general-list --*/
.go-back {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.go-back a {
	font-size: 18px;
	text-decoration: none;
	color: #00b26b;
}
.user-title-detial-talent.col-dt {
	padding: 0;
	background: transparent;
}
.w-des-here {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.w-des-here h6 {
	text-align: center;
	padding-bottom: 20px;
}
.sec-w-des-here {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 30px 20px 30px;
	box-shadow: 0 0 10px #d5d5d5;
}
.sec-w-des-here h4 {
	padding-bottom: 20px;
}
.user-title-detial-talent.description-talent.co-dt {
	padding: 0;
	background: transparent;
	padding-bottom: 20px;
}
.sec-w-des-here input {
	padding: 0;
	background: transparent;
	font-size: 16px;
	height: 40px;
	font-family: Open Sans Light;
}
.sec-w-des-here input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:'Open Sans';
}
.sec-w-des-here input::-moz-placeholder { /* Firefox 19+ */
 font-family:'Open Sans';
}
.sec-w-des-here input:-ms-input-placeholder { /* IE 10+ */
  font-family:'Open Sans';
}
.sec-w-des-here input:-moz-placeholder { /* Firefox 18- */
  font-family:'Open Sans';
}
.images-media-li {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.images-media-li ul {
	padding: 0;
	list-style: none;
}
.images-lis li {
	float: left;
	max-width: ;
	min-width: 85px;
	max-width: 85px;
	overflow: auto;
	margin-right: 10px;
	max-height: 87px;
	margin-bottom: 10px;
}
.images-lis li img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	width: auto;
}
.images-lis h6 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.images-lis {
	float: left;
	width: auto;
	margin-bottom: 30px;
	max-width: 100%;
}
.bili-sec-sec {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 20px 0 20px;
}
.bili-sec-sec h6 {
	float: left;
	font-size: 18px;
	min-width: 110px;
	padding-top: 11px;
}
.whp {
	margin-bottom: 25px;
}
.bili-sec-sec input {
	width: auto;
	padding: 0 20px;
	border: 1px solid #d2d2d2;
	margin: 0 10px;
}
.whp span {
	position: relative;
}
.whp span i {
	position: absolute;
	left: 26px;
	top: 1px;
	color: #a1a1a1;
}
.bili-sec-sec .whp.cal input{
	padding-left:35px;
}
.right-sec-bili-sec input {
	max-width: 120px;
	padding: 0 15px;
}
.container {
	width: 1240px;
}
.whp.cal input {
	width: 160px;
	padding: 0;
}
.who {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.who.no{
	margin-bottom:0;
}
.who.no .cmn-btn {
	width: 120px;
	font-size: 15px;
	text-transform: capitalize;
	padding: 0;
	height: 40px;
	margin-top: 3px;
	font-family: Open Sans Semibold;
	margin-left: 17px;
}
.right-sec-bili-sec {
	border-left: 1px solid #d5d5d5;
	float: left;
	width: 100%;
	padding-left: 40px;
}
.btn-nor-sec button {
    width: auto;
    background: #00b26b;
    border: hidden;
    padding: 15px 42.5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 15px;
    font-size: 17px;
    color: #ffffff;
    font-family: Open Sans Semibold;
    margin-left: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-nor-sec button:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-nor-sec.pull-right button.width-btn {
	width: 597px;
}
.btn-nor-sec.pull-right button img {
	margin-right: 5px;
	margin-top: -3px;
}
.btn-nor-sec.pull-right button i {
	margin-right: 6px;
}
.btn-nor-sec.pull-right {
	margin-bottom: 20px;
}
.add-images-img {
	height: 85px;
	width: 85px;
	background: #00b26b;
}
.add-images-img span.icon {
	font-size: 40px;
	width: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
}
.add-images-img span.text-icon {
	float: left;
	width: 100%;
	font-size: 12px;
	font-family: Open Sans Semibold;
	text-align: center;
	color: #ffffff;
}
/*-- Talent-general-list --*/
/*-- chat --*/
.bg-color {
	background: #f4f4f4;
	float: left;
	width: 100%;
}
.head-page {
	float: left;
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
.chat-writing {
	float: left;
	width: 100%;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	z-index: -1;
	padding: 40px 30px 20px 30px;
}
.chat-writing input {
	float: left;
	width: 80%;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
}
.chat-writing button {
	float: right;
	margin-right: 0;
	background: transparent;
	border: hidden;
	font-size: 17px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	margin-top: 7px;
	background: #00b26b;
	color: #ffffff;
	padding: 7px 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.chat-de {
	float: left;
	width: 100%;
	padding: 20px 35px;
	background: #ffffff;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	max-height: 1000px;
	overflow-y: auto;
	margin-top: 20px;
}
.two-ad-btn {
	float: left;
	width: 80%;
	margin-top: 10px;
}
.two-ad-btn button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: hidden;
	margin-right: 10px;
	padding: 3px 20px;
	font-style: normal;
	font-family: Open Sans Semibold;
	font-size: 14px;
	color:#ffffff;
}
.two-ad-btn .red-btn button{
	background-color: #f20000;
}
.two-ad-btn .green-btn button{
	background-color: #00b26b;
}
.drop-down ul {
	padding: 0;
	list-style: none;
	margin:0;
}
.drop-down ul li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d6d6d6;
}
.drop-down ul li:last-child{
	border-bottom:hidden;
	padding-bottom:0;
}
.drop-down ul li:first-child{
	padding-top:0;
}
.drop-down ul li a {
	font-size: 16px;
	text-decoration: none;
	color: #313131;
}
.drop-down {
	position: absolute;
	bottom: auto;
	right: 0;
	background: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d6d6d6;
	z-index: 999999999999;
	top: 92px;
}
.drop-down::before {
	content: "";
	top: -18px;
	right: 30px;
	position: absolute;
	background-image: url(../images/sd.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}
.consumer-panel-intro .drop-down .fas {
	position: relative;
	margin-right: 5px;
	width: 20px;
	float: left;
	top: 3px;
}
.drop-down ul li img {
	margin-right: 9px;
}
.sdfe {
	cursor: pointer;
}
/*-- chat --*/
/*-- Manage Profile --*/
.m-p-form {
	float: none;
	width: 886px;
	margin: 0 auto;
	background: #ffffff;
	display: table;
	padding: 40px 70px;
}
.m-p-form .form-grp {
	float: left;
	width: 50%;
	padding: 0 10px;
	position: relative;
}
.m-p-form .form-grpo {
	float: left;
	width: 100%;
	padding: 25px 10px;
	position: relative;
}
.m-p-form input {
	border: 1px solid #e0e0e0;
	height: 53px;
	padding-left: 50px;
}
.m-p-form form i {
	position: absolute;
	left: 40px;
	top: 18px;
	color: #5c5c5c;
}
.m-p-form h4 {
	font-family: Open Sans Bold;
	padding-bottom: 30px;
	padding-left: 10px;
}
.m-p-form input[type="submit"] {
	width: auto;
	margin-top: 20px;
	margin-left: 10px;
	padding: 8px 50px;
	font-size: 19px;
	font-family: Open Sans Semibold;
	text-align: ;
	text-transform: uppercase;
	color: #ffffff;
	background: #00b26b;
	border: hidden;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.m-p-form input[type="submit"]:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tabing-table-mp .nav.nav-tabs {
	width: 885px;
	margin: 0 auto;
	display: table;
	margin-top: 40px;
}
.tabing-table-mp .nav-tabs > li > a {
	padding: 10px 35px 10px 35px;
}
.table-if-scroll.review-table.talent-list-r thead tr {
	height: 50px;
}
.table-if-scroll.review-table.talent-list-r.manage-profile i {
	font-size: 20px;
}
.table-if-scroll.review-table.talent-list-r.manage-profile {
	margin-top: 40px;
}
.head-page h4 img {
	margin-right: 10px;
}
/*-- Manage Profile --*/
/*-- Signup-page --*/
.bg-color.sign-up-consumer{
	background-image:url("../images/sign-up-bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-color.sign-up-consumer .main-section-main-content {
	float: left;
	width: 100%;
	background: transparent;
	padding: 100px 0;
}
.bg-color.sign-up-consumer .m-p-form {
	float: none;
	width: 770px;
	padding: 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.bg-color.sign-up-consumer .m-p-form .form-grpo {
	float: left;
	width: 100%;
	padding: 25px 20px;
	position: relative;
}
.bg-color.sign-up-consumer .m-p-form .form-grp {
	float: left;
	width: 50%;
	padding: 0 20px;
	position: relative;
	margin: 10px 0;
}
.bg-color.sign-up-consumer .form-grpr input[type="radio"] {
	float: left;
	width: 10px;
	padding: 0;
	margin: 0;
	height: 21px;
	margin-right:10px;
}
.bg-color.sign-up-consumer .form-grpr {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 20px;
}
.bg-color.sign-up-consumer form {
	padding: 20px 20px;
}
.bg-color.sign-up-consumer .form-grpr span {
	font-size: 15px;
	margin-top: -2px;
	float: left;
}
.bg-color.sign-up-consumer .form-grpr span a {
	text-decoration: underline;
	color: #00b26b;
}
.bg-color.sign-up-consumer .m-p-form form i {
	position: absolute;
	left: 25px;
	top: 18px;
	color: #dadada;
	font-size: 16px;
}
.bg-color.sign-up-consumer .m-p-form .form-grpo i {
	position: absolute;
	top: 44px;
	font-size: 18px;
	left: 25px;
}
.bg-color.sign-up-consumer .m-p-form input {
	border: hidden;
	height: 53px;
	padding-left: 35px;
	border-bottom: 1px solid #ddddde;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 15px;
}
.bg-color.sign-up-consumer .m-p-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Open Sans';
}
.bg-color.sign-up-consumer .m-p-form input::-moz-placeholder {
	font-family: 'Open Sans';
}
.bg-color.sign-up-consumer .m-p-form input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Open Sans';
}
.bg-color.sign-up-consumer .m-p-form input:-moz-placeholder { /* Firefox 18- */
  font-family: 'Open Sans';
}
.bg-color.sign-up-consumer .admin-form-heading i {
	margin-right: 8px;
}
.bg-color.sign-up-consumer .m-p-form input[type="submit"] {
	margin-left: 25px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	padding: 8px 40px;
	font-size: 19px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bg-color.sign-up-consumer .m-p-form input[type="submit"]:hover{
	background-color:#000000;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*-- newletter --*/
.newletter-form {
	float: left;
	width: 100%;
}
.newletter-form .new-grp {
	float: left;
	width: 65%;
	position:relative;
}
.newsletter-content input {
	height: 65px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-right: hidden;
	padding-left: 45px;
}
.newsletter-section .newsletter-btn {
	float: left;
	border: hidden;
	height: 65px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	background: #00b26b;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
	text-align: center;
	width: 35%;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newsletter-content h6 {
	color: #ffffff;
	font-size: 24px;
	padding-top: 19px;
}
.newsletter-content {
	float: left;
	width: 100%;
	padding: 45px 0;
	border-bottom: 1px solid #444444;
}
.newsletter-content .new-grp i {
	position: absolute;
	left: 25px;
	top: 25px;
	color:#bfbfbf;
}
/*-- newletter --*/
footer {
	background: #2f2f2f;
}
.main-footer ul {
	padding: 0;
	list-style: none;
}
.main-footer {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}
.main-footer li a {
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	font-family: Open Sans;
}
.footer-img {
	float: left;
	width: 100%;
	padding-bottom: 40px;
}
.main-footer li {
	position: relative;
	float: left;
	width: 100%;
	line-height: 30px;
	padding-left: 20px;
}
.main-footer li i {
	position: absolute;
	color: #ffffff;
	left: 0;
	top: 8px;
}
.footer-logo-sec.footer-sec {
	float: left;
	width: 35%;
}
.quick-link-sec.footer-sec {
	float: left;
	width: 25%;
}
.main-footer h6 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.main-footer li img {
	position: absolute;
	left: 5px;
	top: 12px;
}
.categorieso-sec.footer-sec {
	float: left;
	width: 20%;
}
.features-sec.footer-sec {
	float: left;
	width: 20%;
}
.main-footer .view-mr a {
	font-style: italic;
	color: #00b26b;
}
.footer-line {
	background: #141414;
	color: #ffffff;
}
.footer-line-content span {
	font-family: 'Open Sans Light';
	padding-top: 5px;
	float: left;
}
.footer-line-content .social-icons li {
	float: left;
	list-style: none;
	background: #ffffff;
	margin-left: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 30px;
	width: 30px;
	text-align: center;
	text-align: center;
	padding-top: 4px;
}
.social-icons {
	float: right;
}
.footer-line-content {
	float: left;
	width: 100%;
	padding: 15px 0;
}
.social-icons li a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social-icons li:hover a i {
	color: #ffffff;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social-icons li:hover{
	background:#00b26b;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*-- Signup-page --*/
/*-- Pop-up-event-detail-page --*/
.popup-event-de-page {
	background: #f4f4f4;
	float: left;
	width: 100%;
	padding-bottom: 90px;
}
.intro-pic-pics {
	float: left;
	width: 100%;
	padding-bottom: 0;
	position: relative;
	height: auto;
	border: 1px solid #d5d5d5;
}
.profle-pic {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 160px;
	width: 160px;
	border: 2px solid #f4f4f4;
}
.profle-pic.edv {
	position: relative;
	border: 1px solid #d5d5d5;
	top: -80px;
	background: #f4f4f4;
	z-index: 9;
}
.profle-pic img {
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.two-sec-sec-popup .user-title-detial-talent span.descrip {
	float: left;
	width: 100%;
	padding-bottom: 8px;
}
.general-detail-text.event-details {
	float: left;
	width: 100%;
	border: 1px solid #e2e2e2;
	margin-top: 0;
}
.grp-btn.btn-nor-sec i {
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.book-new-sec-rtl {
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.book-new-sec-rtl button.book-now {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: hidden;
	background: #00b26b;
	color: #ffffff;
	font-size: 19px;
	font-family: Open Sans Semibold;
}
.duration-text {
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 20px 0 10px;
	font-family: Open Sans Semibold;
}
.duration-text i {
	margin-right: 3px;
	font-size: 14px;
	color: #4b4a4a;
}
.book-new-sec-rtl .book-now.black-btn{
	background-color:#000000;
	font-size:17px;
	font-family:Open Sans
}
.date-info span.labelo {
	float: left;
	font-size: 15px;
	font-family: Open Sans Semibold;
	width: 50px;
	padding-top: 10px;
}
.date-info span {
	position: relative;
	float: left;
}
.date-info input {
	float: left;
	width: 160px;
	margin-bottom: ;
	padding: 0 0 0 40px;
	border: 1px solid #e4e4e4;
	margin-bottom:15px;
}
.date-info-input i {
	position: absolute;
	left: 20px;
	top: 14px;
	color: #757575;
}
.map-bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
	font-style: italic;
	color: #909090;
}
.map-bottom iframe {
	float: left;
	width: 100%;
	height: 250px;
	padding-top: 10px;
}
/*-- Pop-up-event-detail-page --*/
/*-- Consumer-pages --*/

/*-- Front End Pages --*/
/*-- Pop up Event --*/
.navbar-brands {
	float: left;
}
.navigation-new {
	float: right;
}
.navigation-new ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 13px;
}
.navigation-new ul li a {
	font-size: 20px;
	font-family: Open Sans Semibold;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navigation-new ul li a:hover{
	border-bottom:2px solid #00b26b !important;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom:10px;
}
.navigation-new ul li {
	float: left;
	padding-left: 25px;
	position:relative;
}
.navigation-new ul li.login-btn a, .con-nav ul li.login-btn a {
	font-size: 14px;
	background: #00b26b;
	padding: ;
	float: left;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 3px;
	padding: 5px 20px;
	line-height: normal;
	color: #ffffff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: hidden !important;
}
.navigation-new ul li.login-btn a:hover, .con-nav ul li.login-btn a:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.con-nav ul li.login-btn a {
	margin-top: 15px;
}
.navigation-new ul li.login-btn span.logout-btna {
	font-size: 14px;
	background: #00b26b;
	padding: ;
	float: left;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 3px;
	padding: 5px 40px 5px 20px;
	line-height: normal;
	position: relative;
}
.navigation-new ul li.login-btn span.logout-btna:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color:#222222;
}
.navigation-new ul li.login-btn span.logout-btna a {
	font-size: inherit;
	background: inherit;
	float: inherit;
	text-align: inherit;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	margin-top: 0;
	padding: 0;
	line-height: inherit;
}
.navigation-new ul li.login-btn {
	padding-left: 20px;
}
.banner-sec{
	background-image: url("../images/main-banner-bg-1.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

.nav-new {
	padding: 40px 0;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 999;
}
.main-banner-content {
	float: left;
	width: 100%;
	padding-top: 225px;
	padding-bottom: 150px;
	z-index: 9999;
}
.main-banner-content h2 {
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.main-banner-content h2 span {
	font-family: Open Sans Bold;
	letter-spacing: ;
}
.bread-crumb span {
	font-size: 15px;
	color: #ffffff;
	text-transform: capitalize;
}
.bread-crumb span a {
	text-decoration: none;
	padding-right: 5px;
	color: #00b26b;
}
.search-sec {
	background: #00b26b;
	width: 100%;
}
.search-sec-content {
	width: 770px;
	padding: 30px 0 30px 0;
	display: table;
	float: left;
}
.event-search {
	float: left;
	width: 49%;
	position:relative;
}
.event-search-2 {
	float: right;
	width: 49%;
}
.search-sec-content input {
	height: 60px;
}
.search-sec-content input[type="submit"] {
	background: #000000;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
	text-align: center;
	padding: 0;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.event-search input {
	padding-left: 48px;
	font-size: 15px;
}
.event-search i {
	position: absolute;
	left: 25px;
	top: 23px;
	color: #9f9f9f;
}
.li-se-f-img img {
	width: 100%;
	height: 100%;
}
.li-se-f-img {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	overflow: hidden;
	position: static;
	left: 0;
	top: 0;
	display: table;
	border: 1px solid #d5d5d5;
	right: 0;
	margin: 0 auto;
}
.li-sec-f-content h6 {
	padding-bottom: 10px;
}
.li-sec-f-content p span {
	font-family: Open Sans Semibold;
}
.li-sec-f-content p {
	padding-bottom: 10px;
	width: 100%;
}
.map-bottom.f-sec {
	float: left;
	width: 100%;
	padding-top: 5px;
}
.li-sec-f-content {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 200px;
}
.grpo-btn button {
	font-size: 17px;
	border: hidden;
	padding: 15px 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	color: #ffffff;
	margin-top: 17px;
	background: #00b26b;
	line-height: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.li-sec-filter {
	float: left;
	width: 100%;
	padding: 55px 0 50px 0;
	border-bottom: 1px solid #d5d5d5;
	min-height: 340px;
}
.filter-sec {
	background: #f4f4f4;
}
.sort-by-right.pull-right {
	padding: 39px 0 37px;
}
.sort-by-right button {
	width: auto;
	padding: 10px 20px;
	background: #000000;
	border: hidden;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.sort-by-right button:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color:#ffffff;
  color:#222222;
}
.filter-main-sec {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	margin-bottom: 80px;
}
.filter-seco {
	float: left;
	width: 100%;
	background: #f4f4f4;
}
.filter-head {
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: #000000;
	color: #ffffff;
	padding: 8px 0;
}
.filter-head h6{
	font-size:20px;
}
.filter-seco {
	float: left;
	width: 100%;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: #ffffff;
	border-bottom: 2px solid #00b26b;
}
.input-filter {
	float: left;
	width: 100%;
	padding: 10px 5px 10px 5px;
}
.inputsec-filter {
	float: left;
	width: 16.666667%;
	padding: 0 5px;
}
.inputsec-filter span {
	font-size: 15px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	font-family: Open Sans Semibold;
}
.inputsec-filter span i {
	font-size: 13px;
	margin-right: 2px;
}
.inputsec-filter:last-child{
	border-bottom:hidden;
}
/*-- Pop up Event --*/

/*-- Talent Frontend --*/
.star-counting {
	font-size: 18px;
	float: left;
	padding-left: 10px;
}
.rating-social {
	float: left;
	width: 100%;
}
.social-icon-li-fil li {
	list-style: none;
	float: left;
	margin-right: 9px;
}
.social-icon-li-fil li a {
	text-decoration: none;
	color: #000000;
	font-size: 23px;
}
.social-icon-li-fil {
	float: none;
	width: auto;
	margin: 0 auto;
	display: table;
	padding-top: 5px;
}
.rating-fil {
	float: left;
	width: auto;
	margin-right: 0;
	padding-top: 4px;
}
.rating-social {
	float: left;
	width: 100%;
	padding: 0;
}
.fil-intro {
	float: left;
	margin-right: 10px;
	font-size: 17px;
}
.fil-intro i{
	font-size:13px;
	margin-right:3px;
}
.fil-intro span{font-family:Open Sans Semibold;}
.fil-intro2 span{font-family:Open Sans Semibold;}
.fil-intro2 {
	margin-right: 10px;
	font-size: 17px;
}
.rating-fil .fa.fa-star.checked {
	color: #00b26b;
}
.main-top-bar-search.consumer-seo.pull-left {
	padding: 26px 0 30px;
}
.main-top-bar-search.consumer-seo.pull-left .search-btn {
	top: 13px;
}
/*-- Talent Frontend --*/
/*-- Login Page --*/
.bg-color.sign-up-consumer.login-page .form-grpo {
	padding: 6px 25px 7px 25px;
}
.bg-color.sign-up-consumer.login-page .m-p-form .form-grpo i {
	position: absolute;
	top: 27px;
	font-size: 15px;
	left: 32px;
}
.remember-forgot input {
	float: left;
	width: 10px;
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 20px !important;
	margin-left: 28px;
	margin-right: 7px;
}
.remember-forgot {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 8px;
}
.forgot-pass {
	text-decoration: underline;
	padding-left: 80px;
	color: #00b26b;
	font-size: 14px;
	margin-top: 8px;
	float: left;
}
.forgot-pass:hover{
	color:#00b26b;
}
.bg-color.sign-up-consumer.login-page .m-p-form input[type="submit"] {
	padding: 8px 55px;
}
.new-user-h {
	float: left;
	width: 100%;
	padding: 15px 30px 0;
	font-size: 15px;
}
.new-user-h a {
	text-decoration: underline;
	color: #00b26b;
	font-family: Open Sans Semibold;
}
.select-type-r {
	width: auto;
	margin: 0 auto;
	display: table;
	padding: 0;
}
.select-type-r li {
	list-style: none;
	float: left;
	text-align: center;
}
.select-type-r li span {
	font-size: 18px;
	font-family: Open Sans Semibold;
}
.select-type-r li input {
	float: left;
	width: 10px;
	height: 21px !important;
	margin-right: 6px;
}
.select-type-r li {
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 12px;
	padding: 6px 30px 11px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	line-height: 1;
}
/*-- Login Page --*/
/*-- Sign-up-step-1 --*/
.form-grp .fa-envelope {
	font-size: 16px;
	margin-top: 0px;
}
.sim-btn {
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.bg-color.sign-up-consumer .m-p-form form .sim-btn i {
	position: absolute;
	left: auto;
	top: 39px;
	color: #dadada;
	right: 38px;
	color: #ffffff;
}
.bg-color.sign-up-consumer.talent-sup .m-p-form input[type="submit"] {
	margin-left: 20px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	padding: 8px 60px 8px 40px;
	font-size: 19px;
}
.steps-sec {
	margin: 0 auto;
	display: table;
}
.steps-sec ul li {
	float: left;
	margin: 0 10px;
}
.steps-sec ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 12px 35px;
	border: 2px solid aliceblue;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	font-size: 17px;
	-webkit-transition:  0.25s all;
    -moz-transition:  0.25s all;
    -o-transition:   0.25s all;
    transition:   0.25s all;
}
.steps-sec ul li:hover a{
	background-color:#00b26b;
	-webkit-transition:   0.25s all;
    -moz-transition:   0.25s all;
    -o-transition:  0.25s all;
    transition:   0.25s all;
	border-color: #00b26b;
}
.steps-sec ul li.active a{
	background-color:#00b26b;
	border-color: #00b26b;
}
.steps-sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 50px;
	float: left;
}
.form-grp sup {
	position: absolute;
	top: 20px;
	left: 45px;
	color: red;
	font-size: 13px;
}
/*-- Sign-up-step-1 --*/
/*-- Sign-up-step-2 --*/
/* .step-t-sign-up .steps-sec ul li a {
	color: #000000;
	border: 2px solid #000000;
} */
.step-t-sign-up .steps-sec ul li:hover a, .step-t-sign-up .steps-sec ul li.active a{
	color:#ffffff;
	border-color:#00b26b;
}
.upload-sec-img {
	float: none;
	width: 370px;
	margin: 0 auto;
	display: table;
}
.upload-img {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border: 2px solid #e2e2e2;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding-top: 0;
	overflow: hidden;
	position: relative;
}
.upload-img-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.upload-img-img {
	float: left;
	width: 100%;
	height: 145px;
}
.upload-img-text {
	float: left;
	width: 100%;
	font-size: 15px;
	font-family: Open Sans Semibold;
	padding-top: 8px;
	color: #999999;
}
.upload-category {
	float: left;
	width: 100%;
	margin-top: 27px;
	position:relative;
}
.upload-category select {
	width: 100%;
	height: 52px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	padding-left: 35px;
	font-size: 15px;
	color: #999999;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.upload-category img {
	position: absolute;
	left: 16px;
	top: 19px;
}
.upload-category i {
	position: absolute;
	right: 20px;
	top: 19px;
	color: #999999;
	pointer-events: none;
}
.sec-1-sign-up-content {
	float: left;
	width: 100%;
	padding: 40px 0 55px 0;
}
.question-sec {
	background: #f6f6f6;
}
.question-sec-content h3 {
	text-align: center;
	font-family: Open Sans Semibold;
	padding-bottom: 50px;
}
.qa-sec h6 {
	font-family: Open Sans;
	padding-bottom: 13px;
	line-height: 26px;
}
.answer-q {
	float: left;
	width: 100%;
	position: relative;
}
.answer-q textarea {
	width: 100%;
	-webkit-border-radius: 15px;
	border-radius: 5px;
	border: hidden;
	height: 110px;
	padding: 18px 20px 18px 40px;
	resize: none;
	border: 1px solid #e4e4e4;
}
.answer-q i {
	position: absolute;
	left: 20px;
	top: 23px;
	color: #d9d9d9;
	font-size: 16px;
}
.qa-sec:nth-child(2n+1) {
	float: left;
	width: 48%;
	margin-bottom: 35px;
	margin-right: 30px;
}
.qa-sec:nth-child(2n) {
	float: right;
	width: 47%;
	margin-bottom: 35px;
	margin-left: 30px;
}
.q-a-sec.qasec-left {
	float: left;
	width: 100%;
	padding-right: 30px;
}
.q-a-sec.qasec-right {
	padding-left: 30px;
	float: left;
	width: 100%;
}
.social-inputs {
	float: right;
	width: 100%;
	background: #e4e4e4;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 20px 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.social-inputs li {
	list-style: none;
	width: 33%;
	padding: 8px 8px;
	position: relative;
	float: left;
}
.social-inputs li input {
	height: 30px;
	padding: 0 15px 0 38px;
}
.social-inputs li i {
	position: absolute;
	left: 23px;
	top: 14px;
	font-size: 19px;
}
.nxt-btn {
	float: left;
	width: 100%;
}
.nxt-btn .sim-btn {
	float: right;
	position: relative;
}
.nxt-btn .sim-btn input {
	background: #00b26b;
	color: #ffffff;
	font-size: 19px;
	font-family: Open Sans Semibold;
	text-transform: uppercase;
	padding: 7px 50px 6px 30px;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nxt-btn .sim-btn input:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.nxt-btn i {
	position: absolute;
	right: 25px;
	top: 17px;
	color: #ffffff;
}
.question-sec-content {
	float: left;
	width: 100%;
	padding: 50px 0 70px 0;
}
.answer-q textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:'Open Sans';
}
.answer-q textarea::-moz-placeholder { /* Firefox 19+ */
  font-family:'Open Sans';
}
.answer-q textarea:-ms-input-placeholder { /* IE 10+ */
  font-family:'Open Sans';
}
.answer-q textarea:-moz-placeholder { /* Firefox 18- */
  font-family:'Open Sans';
}
/*-- Sign-up-step-2 --*/
/*-- Sign-up-step-3 --*/
.bg-color.sign-up-consumer.talent-sign-up-3 .m-p-form {
	float: none;
	width: auto;
	padding: 0;
	-webkit-border-radius: 26px;
	border-radius: 26px;
}
.bg-color.sign-up-consumer.talent-sign-up-3 .m-p-form .form-grpo {
	float: left;
	width: 100%;
	padding: 15px 20px 12px 20px;
	position: relative;
}
.bg-color.sign-up-consumer.talent-sign-up-3 .m-p-form .form-grpo i {
	position: absolute;
	top: 31px;
	font-size: 18px;
	left: 25px;
}
.bg-color.sign-up-consumer.talent-sign-up-3 #consumer-add-bank .m-p-form .form-grpo i {
	position: absolute;
	top: 33px;
	font-size: 16px;
	left: 25px;
}
.talent-sign-up-3 .admin-form-heading h6 {
	font-size: 18px;
	text-transform: capitalize;
}
.admin-form-heading.black-color {
	background: #333333;
}
.bg-color.sign-up-consumer.talent-sign-up-3 form {
	float: left;
}
.sign-up-com-btn .sim-btn {
	float: none;
	margin: 0 auto;
	display: table;
	width: auto;
	position: relative;
}
.sign-up-com-btn i {
	position: absolute;
	right: 20px;
	top: 16px;
}
.sign-up-com-btn input {
	width: 285px;
	font-size: 19px;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
	background: #00b26b;
	color: #ffffff;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sign-up-com-btn input:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color:#222222;
}
#consumer-add-bank .sign-up-com-btn input {
	padding: 8px 40px !important;
	height: auto;
}
.sign-up-com-btn i {
	position: absolute;
	right: 40px;
	top: 16px;
	color: #ffffff;
}
.sign-up-com-btn {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
/*-- Sign-up-step-3 --*/

/*-- Black navigation bar --*/
.navigation-bar {
	float: left;
	width: 100%;
	background: #333333;
}
.navigation-bar-content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.navigation-bar-content ul li a img.d-n {
    display: none;
}
.navigation-bar-content ul li {
	float: left;
	width: auto;
	padding: 2px 15px;
	text-align: center;
	position: relative;
}
.navigation-bar-content ul li:last-child{
	border-right:hidden;
}
.navigation-bar-content ul li a {
    font-size: 18px;
    font-family: Open Sans Semibold;
    color: #ffffff;
    text-decoration: none;
}
.navigation-bar-content {
	float: left;
	width: 100%;
	padding: 15px 0 !important;
}
.navigation-bar-content ul li a img {
	margin-right: 6px;
	float: left;
	margin-top: 6px;
}
.navigation-bar-content ul li a i {
	font-size: 10px;
	margin-left: 12px;
	position: relative;
	top: -2px;
}
.navigation-bar-content ul li::after {
	content: "";
	position: absolute;
	height: 25px;
	width: 1px;
	background: #717171;
	right: 0;
	top: 8px;
}
.m-p-form .form-grpo i {
	color: #dadada;
}
.navigation-bar-content ul li:last-child::after{
	display:none;
}
.navigation-bar-content ul li:last-child{
	padding-right:0;
}
.navigation-bar-content ul li a {
	padding: 5px 15px;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
}
.navigation-bar-content ul li a:hover, .navigation-bar-content ul li.b-active a{
	background:#ffffff;
	color:#333333;
}
.navigation-bar-content ul li a:hover img.d-b, .navigation-bar-content ul li.b-active a img.d-b{
	display:none;
}
.navigation-bar-content ul li a:hover img.d-n, .navigation-bar-content ul li.b-active a img.d-n{
	display:block;
}
a.comn-btn-last:hover{
	text-decoration:none;
	color:#ffffff;
}

/*-- Black navigation bar --*/
/*-- Front End Pages --*/
/*-- Calender --*/
.calender-page {
	float: left;
	width: 100%;
	background: #f4f4f4;
}
.calender-content {
	float: left;
	width: 100%;
}
.page-heading-o.wo-border {
	padding: 55px 0 30px 0;
	margin-bottom: 0;
}
.page-heading-o.wo-border h3 {
	border-bottom: hidden;
}
.calender-img-sec {
	float: left;
	width: 100%;
	padding: 30px 55px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
}
.show-calender-img-left {
	float: left;
	width: 350px;
}
.show-calender-content-right {
	float: left;
	width: auto;
	display: table;
	height: 320px;
	position: relative;
	padding-left: 20px;
}
.v-mid {
	display: table-cell;
	vertical-align: middle;
}
.show-calender-content-right li {
	list-style: none;
	font-size: 21px;
	font-family: Open Sans Semibold;
	line-height: 45px;
	position: relative;
	padding-left: 30px;
}
.show-calender-content-right li::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color:#00b26b;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	top: 13px;
	left: 0;
}
.show-calender-content-right li.grey::before{
	background: #1f1f1f;
}
.show-calender-content-right button {
	font-size: 17px;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
	background: #00b26b;
	color: #ffffff;
	border: hidden;
	padding: 8px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.show-calender-content-right button:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.show-calender-content-right::before {
	content: "";
	position: absolute;
	height: 200px;
	width: 1px;
	background: #d5d5d5;
	left: -15px;
	top: 60px;
}
.calender-page-t .form-group-inner select {
	background: #ffffff;
	padding-left: 37px;
	height: 54px;
}
.calender-page-t .form-group-inner {
	width: 25%;
	margin-right: 0;
	padding: 5px;
}
.calender-page-t .form-group-inner i.fa-chevron-down {
	position: absolute;
	right: 25px;
	top: 50%;
	color: #757575;
	font-size: 15px;
	left: auto;
	pointer-events: none;
}
.tabing-top-at-events.calender-page-t {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}
.if-d {
	font-size: 18px;
	text-align: center;
	float: left;
	width: 100%;
	font-family: Open Sans Semibold;
	color: #fa0000;
	padding-top: 4px;
}
.if-d.a {
	color: #00b26b;
}
/*-- Calender --*/
/*-- Pop-Up-Event-page --*/
.page-heading-o.wo-border {
	padding: 55px 0 0 0;
	margin-bottom: 0;
	position: relative;
}
.popupaddevent .both-btn {
	float: left;
	max-width: 210px;
	width: auto;
	margin-right: 12px;
}
.page-heading-o.wo-border.pop-up-add a {
	position: absolute;
	right: 0;
	top: 51px;
	background: #00b26b;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	line-height: 1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 255px;
	height: 47px;
	padding-top: 14px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.page-heading-o.wo-border.pop-up-add a:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} 
/*-- Pop-Up-Event-page --*/

/*-- Add New event --*/
.cover-phto-new-sec {
	float: left;
	width: 100%;
	position: relative;
}
.cover-photo {
	float: left;
	width: 100%;
	height: 300px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
}
.profile-pic {
	width: 145px;
	height: 145px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
}
.profile-pic img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
button.add-photo {
	margin: 0 auto;
	display: table;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	width: 220px;
	height: 47px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 17px;
	font-family: Open Sans Semibold;
	position: relative;
	top: 70px;
}
button.add-photo:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color:#222222;
}
.set-price-sec {
	float: left;
	width: 100%;
}
.set-price-sec span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: Open Sans Semibold;
	padding-bottom:5px;
}
button.edit {
	margin: 0 auto;
	display: table;
	font-size: 13px;
	background: #00b26b;
	color: #ffffff;
	border: hidden;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.des-tagline-sec {
	float: left;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 0 10px #d5d5d5;
	margin-top: 55px;
	margin-bottom: 90px;
	padding: 20px 30px;
}
.des-tagline-sec h4 {
	text-align: center;
	padding-bottom: 25px;
}
.dis-tag .text-area-write > span {
	float: left;
	font-size: 17px;
	font-family: Open Sans Semibold;
	margin-right: 10px;
}
.dis-tag .text-area-write > span {
	float: left;
	font-size: 17px;
	font-family: Open Sans Semibold;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -3px;
}
.text-area-write {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 110px;
}
.text-area-write textarea {
	height: 80px;
	width: 100%;
	border: hidden;
	resize: none;
	font-size: 15px;
	line-height: 20px;
	border-radius: 4px;
}
.text-area-write textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:'Open Sans';
}
.text-area-write textarea::-moz-placeholder { /* Firefox 19+ */
  font-family:'Open Sans';
}
.text-area-write textarea:-ms-input-placeholder { /* IE 10+ */
  font-family:'Open Sans';
}
.text-area-write textarea:-moz-placeholder { /* Firefox 18- */
  font-family:'Open Sans';
}

.dis-tag.dis-tag2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:'Open Sans';
}
.dis-tag.dis-tag2 input::-moz-placeholder { /* Firefox 19+ */
  font-family:'Open Sans';
}
.dis-tag.dis-tag2 input:-ms-input-placeholder { /* IE 10+ */
  font-family:'Open Sans';
}
.dis-tag.dis-tag2 input	:-moz-placeholder { /* Firefox 18- */
  font-family:'Open Sans';
} 
.dis-tag.dis-tag2 .text-area-write {
	padding-left: 70px;
}
.dis-tag.dis-tag2 .text-area-write textarea {
	height: 27px;
}
.dis-tag {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.des-tagline-sec form button {
	float: left;
}
.dis-tag.dis-tag2 input {
	height: 21px;
	padding: 0;
	font-size: 15px;
}
.create-new-event-page-right-sec .btn-nor-sec button {
	margin-right: 10px;
	margin-left:0;
	padding:15px 30px;
}
.create-new-event-page-right-sec .images-media-li {
	padding: 0;
}
.create-new-event-page-right-sec .btn-nor-sec {
	float: left;
	margin-top: -20px;
}
.create-new-event-page-right-sec .one-nor-btn button {
	width: 100%;
}
.b-select {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.form-sel-b {
    float: left;
    width: 200px;
    height: 47px;
    position: relative;
}
.form-sel-b select {
	width: 100%;
	height: 100%;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 35px;
	line-height: 1;
	font-size: 15px;
	padding-top: 2px;
	color: #757575;
}
.sto {
	float: left;
	padding: 13px 15px 0;
	font-size: 15px;
	color: #7f7f7f;
}
.form-sel-b i {
	position: absolute;
	left: 18px;
	top: 18px;
	color:#757575;
}
.form-sel-b i.fa-chevron-down {
	right: 15px;
	left: auto;
	top: 19px;
	font-size: 11px;
	pointer-events: none;
}
.total-no-ticket {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.total-no-ticket-heading {
	font-size: 19px;
	margin-right: 10px;
}
.anot {
	font-size: 19px;
	font-family: Open Sans Semibold;
	padding: 2px 35px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
}
.total-no-ticket input.anot {
	width: 70px;
	height: 33px;
	padding: 0;
	empty-cells: ;
	text-align: center;
}
.area-section span {
	float: left;
	font-size: 18px;
	margin-right: 10px;
	width: 135px;
}	
.area-section input {
	width: 350px;
	height: 33px;
	margin-top: -3px;
	border: 1px solid #d5d5d5;
}
.area-section-o {
	padding: 0;
	padding-bottom: 10px;
}
.area-section {
	float: left;
	width: 100%;
	background: #eaeaea;
	padding: 20px 20px;
	margin-bottom: 30px;
}
.create-new-event-page-right-sec {
	margin-bottom: 80px;
	float: left;
	width: 100%;
}
.set-price-sec input {
	width: 100px;
	margin: 0 auto;
	float: none;
	display: table;
	height: 35px;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	text-align: center;
	padding: 0;
}
/*-- Add New event --*/
/*-- Experience Page --*/
.para-td p {
	text-align: left;
	width: 400px;
	margin: 0 auto;
}
.edvalue {
	float: left;
	width: 120px;
	text-align: center;
}
.experience-list .edvalue {
	float: left;
	width: auto;
	text-align: center;
	font-size: 20px;
	float: none;
	display: inline-block;
	padding: 0 15px;
}
.edit-pen {
	float: left;
	width: 140px;
	text-align: center;
}
.pullleft {
	text-align: left !important;
}
/*-- Experience Page --*/
/*-- Experience Request --*/
.cmmnt {
	float: left;
	font-size: 0;
}
/*-- Experience Request --*/
/*-- Experience Request Detial --*/
.erd-content .sec-w-des-here {
	float: left;
	width: 100%;
	padding: 20px 20px;
}
.whp {
	margin-bottom: 25px;
	width: 100%;
	float: left;
}

.green-txto {
	float: left;
	font-size: 18px;
	padding-top: 9px;
	color: #000000;
}
.green-txto {
	margin-left: 5px;
}
.green-txt {
	float: left;
	font-size: 18px;
	padding-top: 7px;
	color: #00b26b;
}
.map-fix {
	float: left;
	width: 140px;
	height: 80px;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
	overflow: hidden;
}
.map-fix img {
	width: 100%;
	height: auto;
}
.cver-phot {
	float: left;
	width: 100%;
	position: relative;
	min-height: 300px;
}
.cver-phot > img {
	width: 100%;
	object-fit: cover;
	height: 300px;
}
.profile-c {
	width: 150px;
	height: 150px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -70px;
	border: 2px solid #00b26b;
}
.profile-c img{
	width:100%;
	height:100%;
}
.user-id-talent.erdp h6 {
	margin: 20px 0;
}
.user-id-talent.erdp {
	padding-bottom: 0;
}
.rating-social.faserd {
	padding: 0;
}
.social-icon-li-fil.erdps{
	margin-left: 0;
	margin-top: 15px;
}
.end-btn {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.exp-r-d-page {
	float: left;
	width: 100%;
	padding-bottom:120px;
}
/*-- Experience Request Detial --*/



/***Home***/

.carausel-control-btns {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
#myCarousel .carousel-control {
	left: 5px;
	 width: auto;
	 border: 1px solid #ffffff;
	 height: 80px;
}
#myCarousel .carousel-control.right {
	right: 5px;
	left: auto;
}
#myCarousel .carousel-control img {
	width: 25px;
	padding: 21px 0px;
	margin: 5px;
}
.banner-sec-home  h2 {
color: #ffffff;
text-transform: unset;
padding-bottom: 25px;
font-size: 65px;
text-align: center;
font-weight: 700;
text-shadow: 0 0 14px #000;
font-family: Open Sans Bold;
}
.banner-sec-home  p {
color: #ffffff;
text-align: center;	
font-size: 23px;
}
.banner-buttons {
text-align: center;
display: inline-block;
margin: 42px auto;
display: table;
}
.banner-sec-home .banner-buttons .btn.btn-success {
	padding: 17px 42px;
	margin: 0 5px;
	line-height: 1.3;
	border: 1px solid #00b26b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: auto;
	display: block;
	background-color: #00b26b;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banner-sec-home .banner-buttons .btn.btn-success:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-color:#222222;
}
.banner-sec-home #myCarousel .carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.date-info span {
    position: relative;
    float: left;
    width: 160px;
}
.date-info input {
	float: left;
	width: 160px;
	margin-bottom: ;
	padding: 0 0 0 30px;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
}
.date-info-input i {
	position: absolute;
	left: 15px;
	top: 35%;
	color: #757575;
	transform: translateY(-50%);
}
.event-search-form .form-sel-b, .event-search-form .date-info-input, .event-search-form .form-group-inner, .event-search-form button.search {
	float: left;
	width: 24%;
	height: 63px;
	position: relative;
	margin: 0 0.5%;
}
.event-search-form .form-group-inner select {
	background: #fff;
	padding-left: 40px;
	height: 63px;
	border: 1px solid #d5d5d5;
	background:#fff;
}
.event-search-form .form-sel-b i.fa-chevron-down {
	right: 25px;
	left: auto;
	top: 50%;
	font-size: 14px;
	pointer-events: none;
	z-index: 99;
	transform: translateY(-50%);
}
.event-search-form  .form-sel-b select {
	padding-left: 20px;
}
.event-search-form .form-group-inner i {
	position: absolute;
	right: 25px;
	top: 50%;
	color: #757575;
	left: auto;
	transform: translateY(-50%);
}
.event-search-form .form-group-inner img {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 15px;
	transform: translateY(-50%);
}
.event-search-form .date-info-input input {
	height: 63px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 30px 0 40px;
}
.event-search-form .date-info-input i {
	position: absolute;
	left: 20px;
	top: 50% !important;
	color: #757575;
	transform: translateY(-50%);
}
.event-search-form button.search {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00b26b;
	background: #00b26b;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.event-search-form button.search:hover{
	background-color:#222222;
	border-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.event-search-form-inner {
	padding: 15px;
	float: left;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 9px #333;
	margin-top: -43px;
	background: #fff;
	-webkit-border-radius: 5px;
}
.engage-makes-inner {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.engage-makes-inner h2 {
	font-size: 40px;
	font-family: 'Open Sans Semibold';
	margin-bottom: 71px;
}
.engage-makes-boxes h5 {
	font-size: 19px;
	margin-top: 30px;
	font-family: 'Open Sans Semibold';
	text-transform: uppercase;
}
.engage-makes-inner p {
	font-size: 15px;
	color: #292929;
}
footer {
	float: left;
	width: 100%;
}
.footer-line {
	background: #141414;
	color: #ffffff;
	float: left;
	width: 100%;
}
.about-engage {
	float: left;
	width: 100%;
	padding-top: 100px;
}
.about-engage-inner {
	padding-left: 70px;
	position: relative;
}
.about-engage-inner h2, .featured-experiences h2 {
	font-size: 40px;
	font-family: 'Open Sans Semibold';
	margin-bottom: 17px;
}
.about-engage-inner p {
	font-size: 15px;
	color: #292929;
}
.about-engage {
	float: left;
	width: 100%;
	padding-top: 156px;
	padding-bottom: 170px;
	position: relative;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 54%, #f2faff 79%, #f1f9ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 54%,#f2faff 79%,#f1f9ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 54%,#f2faff 79%,#f1f9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f9ff',GradientType=0 ); /* IE6-9 */
}
.about-box-boxes {
	display: inline-block;
	text-align: center;
}
.about-box-boxes:last-child {
	margin-left: 100px;
}
.about-engage-inner .about-box p {
	font-size: 18px;
	color: #3a3a3a;
}
.about-box-boxes img {
	margin-bottom: 25px;
}
.about-engage-right img {
	position: absolute;
	top: -112px;
	max-width: 602px;
	right: 50px;
	z-index: 9;
}
.about-engage-inner .about-box {
	margin-top: 44px;
	position: relative;
	z-index: 99;
}
.about-engage-right {
	float: left;
	width: 38%;
	position: relative;
}
.about-engage-right::after {
	position: absolute;
	content: "";
	background: url(../images/triangle-bigger.png);
	width: 530px;
	height: 525px;
	left: -20px;
	top: -69px;
}
.engage-makes {
	float: left;
	width: 100%;
	position: relative;
}
.engage-makes:before {
position: absolute;
	content: "";
	background: url(../images/triangle-shape.png);
	width: 178px;
	height: 175px;
	left: 10px;
	top:30px;
}
.featured-event-boxes .left-side li {
	text-align: right;
	padding-right: 78px;
	position: relative;
}
.featured-event-boxes .right-side li {
	text-align:left ;
	padding-left: 78px;
	position: relative;
}
.featured-event-boxes li {
	list-style: none;
	margin-bottom: 65px;
}
.featured-event-boxes li h4 {
	font-size: 19px;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.featured-event-boxes ul li p {
	font-size: 15px;
	color: #444444;
	font-family: 'Open Sans';
}
.featured-event-inner h2 {
	font-size: 40px;
	font-family: 'Open Sans Semibold';
	margin-bottom: 40px;
	text-align: center;
	color: #00b26b;
}
.featured-event-inner-men {
	text-align: center;
	position: relative;
}
.featured-event-inner-men::before {
	content: "";
	position: absolute;
	background: url(../images/triangle-bigger.png);
	width: 530px;
	height: 526px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
}
.featured-event-boxes .left-side {
	padding-left: 0;
}
.featured-event-boxes .left-side {
	padding-right: 0;
}
.featured-event-boxes .left-side li img {
	position: absolute;
	right: 0;
	top: 4px;
}
.featured-event-boxes .right-side li img {
	position: absolute;
	left: 0;
	top: 4px;
}
.featured-event {
	float: left;
	width: 100%;
	padding-top: 73px;
	background: url(../images/features-event-bg.png);
	background-repeat: no-repeat;
	background-position: center 80%;
	padding-bottom: 50px;
}
.featured-event-boxes ul {
	padding: 0;
}
.featured-experiences {
	float: left;
	width: 100%;
	background: transparent;
	padding: 0 0 135px;
}
.featured-experiences h2 {
	text-align: left;
	margin-bottom: 42px;
}
.featured-experiences .data-area-sections h4 {
	text-align: center;
	font-size: 19px;
	color: #212121;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.data-area-sections .owl-carousel .owl-nav button.owl-prev {
	left: -101px;
	position: absolute;
	width: 48px;
	height: 48px;
	text-align: center;
	top: -20px;
}
.data-area-sections .owl-carousel .owl-nav button.owl-next {
	right: -104px;
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	top: -20px;
}
.owl-carousel .owl-nav button.owl-prev span {
	font-size: 0;
	position:relative;
}
.owl-carousel .owl-nav button.owl-prev span::before {
	position: absolute;
	content: "";
	background: url(../images/slider-arrow-left.png);
	width: 47px;
	height: 47px;
	left: -25px;
	top: -29px;
}
.owl-carousel .owl-nav button.owl-next span::before {
	position: absolute;
	content: "";
	background: url(../images/slider-arrow-right.png);
	width: 50px;
	height: 47px;
	right: -25px;
	top: -31px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent!important;
}
.owl-carousel .owl-nav button.owl-next span {
	font-size: 0;
	position:relative;
}
.data-area-sections .owl-nav {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.data-area-sections {
	position: relative;
}
.want-listed {
    float: left;
    width: 100%;
    background: url(../images/footer-bk.png);
    padding: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.want-listed h2 {
	font-family: 'Open Sans Semibold';
	color:#ffffff;
}
.want-listed button {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00b26b;
	background: #00b26b;
	padding: 17px 40px;
}
/***END***/
/*-- Finance Tab --*/
.finance-sec-tal {
	float: left;
	width: 100%;
}
.right-add-acc-btn .add-account-detail-btn {
	background: #00b26b;
	color: #ffffff;
	font-size: 17px;
	border: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px 13px;
	float: right;
	margin-bottom: 20px;
	line-height: 1;
}
.right-add-acc-btn .add-account-detail-btn:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.table-bank tbody tr:nth-child(2n){
	height:85px;
	background-color:#f8f8f8;
}
.table-bank tbody tr:nth-child(2n+1){
	height:100px;
	background-color:#fff;
}
.table-bank thead tr{
	height: 54px;
	background-color: #000000;
	color: #ffffff;
	padding: 0;
}
.table-bank tr th:first-child{
	text-align:center;
	padding:0;
}
.table-bank tr td:first-child {
    padding-left: 0;
}
.table-bank tr td:first-child input[type="radio"] {
	width: 10px;
	float: none;
	margin: 0 auto;
	display: table;
}
.table-bank tr td{
	text-align:center;
}
.table-bank th {
    text-transform: uppercase;
    font-size: 21px;
    font-family: Open Sans Bold;
	text-align:center;
	padding:0;
}
.table-bank tr td {
	text-align: center;
	font-size: 18px;
	font-family: Open Sans;
	padding: 0;
}
.table-bank th:last-child {
	padding: 0;
	width: 200px;
}
.table-bank {
    width: 100%;
    border: 1px solid #d5d5d5;
}
.table-bank th:nth-child(1), .table-bank th:nth-child(2) {
    border-right: 1px solid;
}
.table-bank.bank-bottom thead tr {
	background-color: #00b26b;
}
.table-bank.bank-bottom tr td i {
	margin: 0 10px;
}
.table-bank.bank-bottom th:nth-child(3){
    border-right: 1px solid;
}
#finance-modal .modal-dialog {
	width: 1200px;
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.two-body-modal .m-p-form {
	float: left;
	width: 100%;
	padding: 0;
}
.modal-body {
	float: left;
	border: hidden;
}
.two-body-modal .m-p-form .form-grpo {
	float: left;
	width: 100%;
	padding: 10px 10px;
	position: relative;
}
.modal-content {
	background-color: rgba(31, 31, 31, 0.8);
	border: 1px solid #8c8c8c;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.modal-body {
	padding: 40px 40px 20px;
}
.two-body-modal .m-p-form .form-grpo i {
    top: 26px;
}
.modal-header {
	border: hidden;
	height: 0;
	position: relative;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: hidden;
    padding: 15px 40px 15px;
}
.modal-header .close {
	position: absolute;
	right: -14px;
	top: -14px;
	font-size: 32px;
	background: #ffffff !important;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
	line-height: 1;
	padding-bottom: 2px;
	z-index: 999999999999999999999999;
}
.two-body-modal .admin-form-heading {
	border-radius: 0;
}
.padding-up-down {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.two-body-modal .sign-up-com-btn input {
	padding: 7px 50px;
	width:auto;
}
.two-body-modal .sign-up-com-btn .sim-btn {
	float: right;
	margin-top: -30px;
}
#myModal {
	background: rgba(0, 0, 0, 0.7);
}
.two-body-modal .admin-form-heading h6 {
	text-transform: none;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #00b26b;
	border-color: #00b26b;
}
/*-- Finance Tab --*/
/*-- manage-profile talent --*/
/*-- Experience category --*/
.inner-page-ex-cate-content {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.list-category-ex h2 {
	text-align: center;
	font-family: Open Sans Semibold;
}
.list-category-ex-content {
	float: left;
	width: 100%;
	padding: 70px 0 40px;
}
.list-category-ex-content .li-for-list {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 30px 45px;
	height: 265px;
}
.list-category-ex-content .img-sec-1 {
	display: table;
	height: 70px;
	text-align: center;
	width: 100%;
}
.img-sec-2 {
	display: table-cell;
	vertical-align: middle;
}
.img-sec-2 img.display-none {
	display: none;
}
.list-category-ex-content .li-for-list:hover .img-sec-2 img.display-none{display:block;}
.list-category-ex-content .li-for-list:hover .img-sec-2 img.display-block{display:none;}
.li-for-list img {
	margin: 0 auto;
	display: table;
}
.li-for-list-content h6 {
	font-size: 19px;
	padding-top: 12px;
	padding-bottom: 15px;
	position: relative;
}
.li-for-list-content h6::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #000000;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.li-for-list-content p {
	font-size: 15px;
	padding-top: 10px;
}
.hover-content {
	font-size: 17px;
	font-family: Open Sans Bold;
}
.hover-content {
	font-size: 17px;
	font-family: Open Sans Bold;
	padding-top: 7px;
	float: left;
	width: 100%;
	display:none;
}
.list-category-ex-content .li-for-list:hover .hover-content{
	display:block;
}
.list-category-ex-content .li-for-list:hover {
	padding: 14px 45px;
	background-color:#00b26b;
	color:#ffffff;
	
}
.list-category-ex-content .li-for-list {
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	z-index: 999999999999999999999;
	position: relative;
}
.list-category-ex-content .li-for-list:nth-child(3n){
	border-right:hidden;
}
.list-category-ex-content .li-for-list.no-border{
	border-bottom:hidden;
}
.list-category-ex-content .li-for-list:hover h6::after{
	background-color:#ffffff;
	
}
.inner-page-ex-cate{
	background-image:url("../images/back-1.png");
	position:relative;
	background-position:top left;
	background-repeat:no-repeat;
}
.inner-page-ex-cate::after {
	content: "";
	position: absolute;
	background-image: url("../images/back-2.png");
	width: 350px;
	height: 320px;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.listed-on-engage-sec {
	background-image: url("../images/bg-sign-up.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}
.listed-on-engage-sec-content {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0;
}
.listed-on-engage-sec-content h2{
	font-family:Open Sans Semibold;
	color:#ffffff;
	padding-bottom:30px;
}
.listed-on-engage-sec-content button {
	background: #00b26b;
	font-size: 20px;
	font-family: Open Sans Semibold;
	color: #ffffff;
	border: hidden;
	padding: 17px 50px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.listed-on-engage-sec-content button:hover{
	background: #222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.client-exper-content .fil-intro {
	float: left;
	width: 100%;
}
.client-exper-content p {
	font-family: Open Sans Light;
}
.client-exper-content button {
	text-transform: uppercase;
	font-family: Open Sans Semibold;
	margin-top: 0;
	padding: 10px 30px;
	line-height: 1;
}
.client-exper-content .li-se-f-img {
	border-radius: 0;
	border: 1px solid #d5d5d5;
	display: table;
	width: 185px;
	height: 185px;
}
.li-se-f-img-2 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.client-exper-content .li-sec-f-content {
	padding-left: 205px;
}
.client-exper-content .rating-social {
	padding: 5px 0;
}
.client-exper-content .li-se-f-img span {
	font-size: 17px;
	padding-top: 8px;
	float: left;
	width: 100%;
	text-align: center;
}
.client-exper-content .li-se-f-img span i{
	margin-right:5px;
}
.exper-cate-page-right {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
}
.exper-cate-page-right .client-exper{
	float:left;
	width:100%;
	padding:0 20px;
	border-bottom:1px solid #d5d5d5;
}
.exper-cate-page-right .client-exper:last-child{
	border-bottom:hidden;
}
.exper-cate-page-right .client-exper:nth-child(2n){
	background-color:#f7f7f7;
}
.exper-cate-page-right .li-sec-filter {
	padding: 30px 0;
	border: hidden;
	min-height: 280px;
}
.exper-cate-page-content {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.social-icons-new-ex li {
	float: left;
	list-style: none;
	margin: 0 5px;
}
.social-icons-new-ex li a {
	width: 28px;
	height: 28px;
	float: left;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background: #dc4e42;
}
.social-icons-new-ex li a.insta{background-color:#00446d}
.social-icons-new-ex li a.twitter{background-color:#32cdfd}
.social-icons-new-ex li a.face{background-color:#4867aa}
.social-icons-new-ex li a.linked{background-color:#007bb6}
.social-icons-new-ex {
	position: absolute;
	top: 0;
	right: 0;
}
.head-left-ex h6 {
	float: left;
	width: 100%;
	background: #000000;
	color: #ffffff;
	padding: 15px 20px;
	font-size: 21px;
}
.left-form-ex {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 10px 20px 35px;
	border-bottom: 2px solid #00b26b;
}
.left-form-ex .upload-category select {
	height: 40px;
}
.left-form-ex .upload-category img {
	top: 14px;
}
.left-form-ex .upload-category i {
	position: absolute;
	right: 15px;
	top: 9px;
	color: #999999;
	pointer-events: none;
	border-left: 1px solid #d5d5d5;
	padding-left: 10px;
	height: 26px;
	padding-top: 7px;
	font-size: 12px;
}
.left-form-ex button {
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 17px;
	font-family: Open Sans Semibold;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.left-form-ex button:hover{
	background: #222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.left-form-ex .upload-category {
	margin-top: 15px;
}
/*-- Experience category --*/
/*-- About Page --*/
.about-page-section-1-content {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.about-page-section-1-content h2 {
	padding-bottom: 15px;
}
.about-page-section-1-content p {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	line-height: 30px;
}
.point-list ul {
	padding: 0;
	padding-left: 15px;
	padding-top:10px;
}
.point-list ul li {
	font-size: 17px;
	padding: 5px 0;
}
.point-list {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.about-page-section-1.about-page-section-2 {
	background: #f7f7f7;
	float: left;
	width: 100%;
}
.point-list.ptn {
	padding-top: 0;
	margin-top: -5px;
}
.faq-content {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.faq-content h2 {
	text-align: center;
	padding-bottom: 40px;
	font-family: Open Sans Semibold;
}
.panel a {
	text-decoration: none;
	color: #FFFFFF;
}
.panel-heading {
	background: #00b26b;
	min-height: 50px;
	padding-top: 16px;
	position: relative;
}
.panel {
	float: left;
	width: 100%;
	margin-bottom: 10px !important;
}
.panel-heading i {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 25px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	color: #ffffff;
}
.panel-heading.intro i {
	transform: rotate(180deg);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
/*-- About Page --*/
/*-- 15 May --*/
.sign-in-talent.active-user-type, .sign-in-user.active-user-type, .sign-in-agent.active-user-type{
	background: #00b26b;
	color: #ffffff;
}
#experienceModal .modal-header h4, #experienceeditModal .modal-header h4, #refund-modal .modal-header h4, #Term_condtion_modal .modal-header h4{
	text-align: center;
	color: #ffffff;
	float: left;
	width: 100%;
}
#experienceModal .modal-header, #experienceeditModal .modal-header, #refund-modal .modal-header, #Term_condtion_modal .modal-header{
	float: left;
	width: 100%;
	padding-bottom: 40px;
}
#experienceModal .modal-body form input, #experienceeditModal .modal-body form input{
	width: 400px;
	margin: 0 auto;
	display: table;
}
#experienceModal .modal-body form textarea, #experienceeditModal .modal-body form textarea, #refund-modal .modal-body textarea, #Term_condtion_modal .modal-body textarea {
	width: 400px;
	-webkit-border-radius: 30px;
	border-radius: 5px;
	border: hidden;
	margin: 0 auto;
	padding: 20px 20px;
	height: 150px;
	resize: none;
	-webkit-border-radius: 5px;
}
#refund-modal .modal-body  textarea, #Term_condtion_modal .modal-body textarea{
	width:100%;
}
#experienceModal .modal-dialog, #experienceeditModal .modal-dialog {
	width: 483px;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
}
#experienceModal .text-area-ex-new, #experienceeditModal .text-area-ex-new{
	float: left;
	width: 100%;
	margin-top: 20px;
}
#experienceModal .modal-body form input[type="checkbox"], #experienceeditModal .modal-body form input[type="checkbox"]{
	float: left;
	width: 10px;
	margin-right: 6px;
	height: 26px;
}
#experienceModal .enable-req, #experienceeditModal .enable-req{
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	color: #ffffff;
}
#experienceModal .modal-body form button, #experienceeditModal .modal-body form button{
	margin-top: 0;
	padding: 15px 40px;
	line-height: 1;
}
.description-th {
	width: 215px;
}
.edit-pen a {
	text-decoration: none;
	color: #000000;
}
/*-- 15 May --*/

/*-- 16 may --*/
.select-type-r {
	position: relative;
}
#user_type-error {
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: red;
	text-transform: capitalize;
	text-align: center;
	font-family: Open Sans Semibold;
}
#password-error, #email-error, #error, #first_name-error, #last_name-error, #phone_no-error, #password_confirmation-error, #accept-error {
	color: red;
	position: absolute;
	bottom: -9px;
	font-weight: 300;
	left: 25px;
}
table.long-table th {
	padding: 20px 10px 20px 15px;
	font-size: 15px;
	font-family: 'Open Sans Semibold';
}
.description-th {
	width: 200px;
	max-width: 250px;
}
.venue-th {
	width: 120px;
}
a.delete-talent-event {
	text-decoration: none;
	color: #000000;
}
a.edit-experience {
	color: #000000;
}
.manage-profiel-n .nav-tabs > li > a {
	padding: 10px 35px 10px 35px;
}
.mp-tag {
	background: #ffffff;
	padding: 15px;
}
.mp-users h6 {
	padding: 7px 0;
}
.add-photo.mp-new-btn {
	float: left;
	margin: 0;
	top: 0;
	margin-top: 10px;
}
.gen-per-detail-talent.manage-profile-content-n {
	padding-bottom: 50px;
}
.add-content-heading.tab-table-mp h3 {
	float: left;
	padding-bottom: 20px;
	width: 100%;
	color: #000000;
	text-align: left;
}
.full-sec-struc.list-wthree.mp-list-att li {
	width: 33%;
}
.full-sec-struc.list-wthree.mp-list-att li input {
	float: left;
	width: 10px;
	height: 21px;
	margin-right: 10px;
}
.full-sec-struc.list-wthree.mp-list-att li {
	width: 33%;
	padding: 5px 0 5px 60px;
	border: hidden;
	font-size: 17px;
	text-align: left;
	display: inline-block;
}
.button-for-save.btn-new-a-mp button {
	float: right;
	top: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
.cmn-btn.new-btn-new {
	float: right;
	margin: 0;
	margin-bottom: 40px;
	padding: 10px 60px;
}
.intro-pic-pics img {
	width: 100%;
	/* height: 500px; */
	/* object-fit: cover; */
	/* object-position: center; */
}
.images-lis li {
	height: 87px;
	display: table;
}
#Refund .modal-title, #Conditions .modal-title{
	text-align: center;
	color: #ffffff;
}
#Refund .modal-body p, #Conditions .modal-body p{
	color: #ffffff;
}
#Refund .modal-dialog, #Conditions .modal-dialog, #refund-modal .modal-dialog, #Term_condtion_modal .modal-dialog {
	width: auto;
	margin: 30px auto;
	max-width: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.cover-photo img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	min-width: 100%;
	max-width: 100%;
}
button.add-photo.a {
	margin: 0 auto;
	display: table;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	width: 220px;
	height: 47px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 17px;
	font-family: Open Sans Semibold;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	display:none;
}
.cover-photo:hover button.add-photo.a{
	display:block;
}
/*-- End 16 may --*/

/*-- 17 May --*/
.swal2-confirm.swal2-styled {
	background: #00b26b !important;
	font-family: Open Sans;
}
.swal2-cancel.swal2-styled {
	background: red !important;
	font-family: Open Sans;
}
#swal2-content {
	font-family: Open Sans;
}
.swal2-icon.swal2-warning {
	color: red !important;
	border-color: red !important;
}
#tittle-error, #description-error {
	font-size: 15px;
	color: red;
}
.form-sel-b .date-info-input input, .time-select.b-select .form-sel-b input {
	padding-left: 35px;
	padding-right: 15px;
}
.show-event-image li {
	position: relative;
}
input.error {
	border-color: ;
	border: 2px solid red;
}
.consumer-panel-intro .admin-img img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: auto;
    width: 100%;
    min-height: 47px;
    max-height: 47px;
}
.event_title input {
	font-size: 35px;
	margin-bottom: 20px;
}
.create-new-event-content .cover-photo{
	position:relative;
}
.create-new-event-content #add-event-cover{
	display:none;
	position: absolute;
	left: 0;
	right: 0;
}
.create-new-event-content .cover-photo:hover #add-event-cover{
	display:block;
}
.images-lis li, .images-lis.media-lis li {
	position: relative;
}
.remove-event-media, .remove-event-video, .remove-experience-media, .remove-experience-video, .remove-experience-pdf {
	position: absolute;
	right: -7px;
	top: -12px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	cursor: pointer;
	background: #00b26b;
	padding: 0;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	text-align: center;
	padding-top: 0;
	font-size: 12px;
}
.pagination {
	float: right;
	display: table;
	clear: both;
}
.pagination span, .pagination a {
	background: transparent !important;
	border: hidden !important;
	font-size: 20px;
	font-family: Open Sans Semibold;
	color: #333333 !important;
	text-decoration: none !important;
	padding: 0px 10px !important;
}
.pagination li.active span {
	background: #00b26b !important;
	color: #ffffff !important;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 0;
	text-align: center;
	float: left;
	margin-top: 7px;
}
.pagination li span:hover, .pagination li a:hover{
	background: #00b26b !important;
	color: #ffffff !important;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 0;
	text-align: center;
	float: left;
	margin-top: 3px;
}
.pagination li {
	margin: 0 5px;
	float: left;
}
.pagination li.active span {
	background: #00b26b !important;
	color: #ffffff !important;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	float: left;
	margin-top: 3px;
}
.disabled {
	display: none !important;
}
.table-if-scroll.review-table.talent-list-r .cmn-btn {
	margin: 0;
	line-height: 1;
	padding: 10px 25px;
	text-transform: capitalize;
	font-family: Open Sans;
}
.full-sec-struc ul {
	float: none;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.full-sec-struc ul li {
	float: none;
	border-right: 1px solid;
	display: inline-block;
	text-align: center;
}
.full-sec-struc ul li:last-child{
	border-right:hidden;
}
.social-list-talent.consumer-stl ul li {
	position: relative;
	padding-right: 15px;
}
.social-list-talent.consumer-stl ul li i {
	position: absolute;
	left: 15px;
	top: 11px;
}
.social-list-talent.consumer-stl li input {
	height: 35px;
	padding-left: 35px;
}
.add-content-heading.tab-table-mp h3 a i {
	text-decoration: none;
	color: #00b26b;
}
#createagent .modal-dialog, #edit-agent-model .modal-dialog {
	width: 500px;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#createagent .modal-header, #edit-agent-model .modal-header{
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding-bottom:25px;
}
#createagent .modal-body form input, #edit-agent-model .modal-body form input{
	margin-bottom: 10px;
}
#createagent .modal-body input[type="submit"], #edit-agent-model .modal-body input[type="submit"]{
	width: auto;
	font-size: 18px;
	font-family: Open Sans Semibold;
	text-transform: capitalize;
	padding: 13px 30px;
	line-height: 1;
	background: #00b26b;
	color: #ffffff;
	height: auto;
}
body a:focus{outline:none;}
/*-- End 17 May --*/

/*-- 21-May-2018 --*/
.profile-pic {
	position: relative;
	top: -70px;
	cursor: pointer;
	float: left;
}
.profile-pic i {
	position: absolute;
	bottom: 10px;
	left: auto;
	right: 0px;
	font-size: 30px;
	text-align: center;
	opacity: 1;
	color: #00b26b;
	pointer-events: none;
}
.pp-center {
	margin: 0 auto;
	display: table;
}
table a{
	text-decoration:none;
	color:#252525;
}
/*-- 21-May-2018 -- End*/

/*-- 22-May-2018 --*/
.nav-consumer .drop-down {
	bottom: auto;
	top: 90px;
}
.profile-photo img {
	max-height: 140px;
}
.cmn-btn.btn-cus.pull-right {
	margin-top: -20px;
	margin-bottom: 50px;
}
.submit-btn-pop {
	margin-top: 20px !important;
} 
.bio-six-sec ul li i {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 25px;
	padding: 10px;
	color: #00b26b;
	cursor:pointer;
}
#google-map {
	position: relative !important;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#googlemap .modal-body {
	padding: 10px 40px 20px;
	float: left;
	width: 100%;
}
#googlemap .modal-header {
	text-align: center;
	color: #ffffff;
	padding-bottom: 30px;
}
/*-- 22-May-2018 End --*/

/*-- 24-May-2018 --*/
.select-type-r li {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.select-type-r li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 24px;
	top: 12px;
	z-index: 9;
	width: 14px;
	height: 14px !important;
	margin: 0;
	-webkit-border-radius: 100% !important;
	border-radius: 100% !important;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 12px;
	left: 24px;
	height: 14px;
	width: 14px;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d5d5d5;
}

/* On mouse-over, add a grey background color */
.select-type-r li:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.select-type-r li input:checked ~ .checkmark {
	background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.select-type-r li input:checked ~ .checkmark::after {
    display: block;
}

/* Style the indicator (dot/circle) */
.select-type-r li .checkmark::after {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #00b26b;
}
.select-type-r li.active-user-type .checkmark::after {
	background: #ffffff;
}
.changepassword .m-p-form .form-grpo i {
	top: 24px;
}
.changepassword .m-p-form {
	width: 700px;
	background:transparent;
}
.m-p-form .form-grpo {
	padding: 7px 10px;
}
.changepassword #sign-up-user {
	float: left;
	width: 100%;
	padding: 30px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
input[value="Filter"] {
	background: #00b26b;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 20px;
	font-family: Open Sans Semibold;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
input[value="Filter"]:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inputsec-filter select {
	width: 100%;
	height: 46px;
	border: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.category-select-filter {
	float: left;
	width: 100%;
	position: relative;
}
.category-select-filter i {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #333333;
	pointer-events: none;
	z-index: 9;
	transform: translateY(-50%);
}
.error-page {
	float: left;
	width: 100%;
}
.error-page-content {
	float: left;
	width: 100%;
	padding: 250px 0 250px;
	text-align:center;
}
.very-large-text {
	font-size: 200px;
	color: #00b26b;
}
.error-page{
	background-image:url("../images/login-bgadmin.jpg");
	background-size:cover;
	width:100%;
}
/*-- 24-May-2018 -End-*/

/*-- 28-May-2018 --*/
	.sec-w-des-here h4 input {
	text-align: center;
	font-size: 30px;
}
.bili-sec-sec .whp span {
	position: relative;
	display: inline-block;
}
.bili-sec-sec .whp span i {
	left: 29px;
	top: 14px;
}
.modal-footer button {
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 30px;
	line-height: 1;
	font-weight: 600;
}
.bili-sec-sec .right-sec-bili-sec .whp.cal input {
	padding-left: 20px;
	padding-right: 20px;
}
.bg-color.sign-up-consumer.login-page.forgot-password {
	padding: 150px 0 90px 0;
}
.forgot-password-sec {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.bg-color.sign-up-consumer.login-page.forgot-password .panel-heading {
	text-align: center;
	font-size: 22px;
	padding: 15px 0;
	height: initial;
	min-height: inherit;
	line-height: 1;
	background: #00b26b !important;
	color: #ffffff !important;
	font-weight: 600;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.bg-color.sign-up-consumer.login-page.forgot-password .panel-heading i {
	position: static;
}
.bg-color.sign-up-consumer.login-page.forgot-password .panel.panel-default {
	border: hidden;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 700px;
	margin: 0 auto;
	display: table;
	float: none;
}
.panel-body .form-group {
	float: left;
	width: 100%;
}
.bg-color.sign-up-consumer.login-page.forgot-password .panel.panel-default .panel-body input[type="email"] {
	border: hidden;
	box-shadow: none;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	margin-bottom: 10px;
	padding-left: 25px;
}
button.btn-for-pass {
	background: #00b26b !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px;
	line-height: 1;
	font-weight: 600;
	font-family: Open Sans Semibold;
}
.bg-color.sign-up-consumer.login-page.forgot-password .panel.panel-default .panel-body {
	padding: 20px 40px;
}
.input-before-div {
	float: left;
	width: 100%;
	position: relative;
}
.form-group .input-before-div i {
	position: absolute;
	left: 2px;
	top: 11px;
	color: #757575;
	font-size: 15px;
}
.des-tagline-sec .event_title input {
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.cover-phto-new-sec .profile-pic {
	cursor: pointer;
	float: none;
	margin: 0 auto;
}
.set-price-sec {
	margin-top: 20px;
}
#update_talent_password {
	background: #ffffff;
	padding: 90px 20px 40px;
}
/*-- 28-May-2018 End --*/

/*-- 29-May-2018 --*/
.bg-color.sign-up-consumer form {
	float: left;
	width: 100%; 
}
.panel-body .forgot-pass-sec-radio  .form-group {
	float: left;
	width: 100%;
	margin: 0;
}
button.btn-for-pass {
	margin-top: 20px;
	border:hidden;
}
button.btn-for-pass:hover, button.btn-for-pass:focus, button.btn-for-pass:active{
	background-color:#00b26b;
}
.forgot-pass-sec-radio .select-type-r {
	padding: 0 0 20px 0;
}
.changepassword .main-section-main-content {
	position: relative;
	margin-top: 30px;
}
.changepassword .main-section-main-content .alert.alert-info.password-message {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	background: #ffffff;
	color: #00b26b;
	font-size: 20px;
	padding: 15px 0 15px 0;
	line-height: 1;
	border: 2px solid #00b26b;
}
#update_talent_password {
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 30px;
}
.login-page .help-block {
	text-align: center;
	color: red;
	font-family: Open Sans Semibold;
}
#review-box .modal-dialog {
	width: 600px;
	margin: 30px auto;
}
#review-box .modal-dialog textarea {
	float: left;
	width: 100%;
	margin-top: 40px;
	height: 150px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	resize: none;
	border: hidden;
	padding: 15px 22px;
}
#review-box .add-review-btn {
	width: auto;
	float: right;
	margin-top: 20px;
	line-height: 1;
	background: #00b26b;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 50px;
}
#review-box .modal-header h4 {
	text-align: center;
	color: #ffffff;
}
.stars-text {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 25px;
	color: #ffffff;
	font-weight: 700;
}







@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label::before {
	margin: 5px;
	font-size: 25px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
	margin-top: 9px;
	cursor: pointer;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
	color: #00b26b;
}

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
	color: #00b26b;
}
.rating-pop-up {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 90px;
	margin-bottom: -30px;
}
/*-- 29-May-2018 -End-*/
/*-- 31-05-2018 --*/
/*-- About Page --*/

.banner-sec {
	background-image: url("../images/background-about.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
.about-page-content {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
.our-story-section h2.small {
	font-family: Open Sans Semibold;
	padding-bottom: 20px;
}
.our-story-section p {
	font-size: 15px;
	font-family: Open Sans;
	line-height: 30px;
	color:#444444;
	padding-bottom:25px;
}
.a-new-way-section h6 {
	padding-bottom: 13px;
}
.a-new-way-section {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.our-story-section {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.img-sec-team img {
	float: left;
	width: 100%;
}
.about-team-content h6 {
	font-size: 19px;
	float: left;
	width: 100%;
	line-height: 36px;
	text-transform: uppercase;
	padding-top: 8px;
}
.team-m-pro {
	float: left;
	width: 100%;
	font-size: 15px;
	font-family: Open Sans;
	color: #a9a3a3;
	margin-top: 3px;
	line-height: 1;
	margin-bottom: 7px;
	margin-top: 6px;
}
ul.team-social-links {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: table;
}
.team-social-links li a {
	width: 30px;
	height: 30px;
	float: left;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	color: #000000;
	box-shadow: 0 0 5px rgba(36, 36, 36, 0.4);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding-top: 3px;
}
.team-social-links li a:hover{
	background: #05b26c;
	color:#ffffff;
	-webkit-transition: 0.5s;
    -moz-transition:  0.5s;
    -o-transition:  0.5s;
    transition:  0.5s;
	box-shadow:none;
}
.team-social-links li {
	float: left;
	display: inline-block;
	margin: 15px 5px;
}
.team-mem-list {
	float: left;
	width: 100%;
	margin: 17px 0;
}
.about-our-team-sec {
	background: #f7f7f7;
	width: 100%;
}
.about-team-content h2 {
	font-family: Open Sans Semibold;
	margin-bottom: 28px;
}
.about-team-content {
	text-align: center;
	float: left;
	width: 100%;
	padding: 25px 0;
}
.nav-new.about-page {
	position: absolute;
}
.footer-img img {
	max-width: 229px;
	height: auto;
}
/*-- About page End --*/
body input:hover, body input:focus {
    outline: none;
}
body .custom-select {
  position: relative;
  font-family: Arial;
  display:none;
}
body .custom-select select {
  display: none; /*hide original SELECT element:*/
}
body .select-selected {
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #757575;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-right: 40px;
	background: #fff;
	padding-left: 40px;
	height: 63px;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding-top: 18px;
	font-size: 15px;
}

/*style the arrow inside the select element:*/
body .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
body .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
body .select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
body .select-items {
	position: absolute;
	background-color: #ffffff;
	top: 109%;
	left: 0;
	right: 0;
	z-index: 99999999999999;
	-webkit-border-radius: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000000;
	-webkit-border-radius: 5px;
	max-height: 300px;
	overflow-y: auto;
}
body .select-items div{
	color:#000000 !important;
}
/*hide the items when the select box is closed:*/
body .select-hide {
  display: none;
}
.form-group-inner.select-custom-div select {
	display: none;
}
.event-search-form .form-group-inner img {
	z-index: 9;
}
.event-search-form .form-group-inner i {
	z-index: 9;
}
body .select-items div:hover, .same-as-selected {
	background-color: transparent;
	color: #00b26b !important;
}
.form-sel-b.select-custom-div select {
    display: none;
}
body .select-items div, .select-selected {
	padding: 5px 16px;
}
body .select-items div:last-child{
	border-bottom:hidden;
}
body .category-select-filter.select-custom-div .select-selected {
	position: relative;
	padding-right: 40px;
	background: #fff;
	padding-top: 13px;
	font-size: 14px;
	width: 100%;
	height: 46px;
	border: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000000;
}
body .category-select-filter.select-custom-div select{
	display:none;
}
/*-- 31-05-2018 -End-*/

/*-- 04-06-2018 --*/
#addattribures .modal-dialog {
	width: auto;
	margin: 30px auto;
	max-width: 700px;
}
#addattribures .text-area-ex-new textarea {
	width: 100%;
	height: 200px;
	margin-top: 20px;
	resize: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: hidden;
	padding: 10px 20px;
}
#addattribures .modal-header h4 {
	text-align: center;
	color: #ffffff;
	margin-bottom: -15px;
	float: left;
	width: 100%;
}
.bio-six-sec ul li {
	padding: 20px 20px;
}
.list-title img {
	margin-top: 4px;
}
.biography-talent {
	float: left;
	width: 100%;
}
.biography-talent button {
	float: right;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 40px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
}
#show-event-video li, .show-event-image li {
	height: 88px;
	display: table;
	float: left;
	margin-bottom: 10px;
}
#show-event-video li video, .show-event-image li span.images-event {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/*-- 04-06-2018 -End-*/

/*-- 05-06-2018 --*/
body input:-webkit-autofill, body textarea:-webkit-autofill, body select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
body button, body input, body select{
	outline:none;
}

.list-category-ex-content a {
    color: #000000;
    text-decoration: none;
}
#talent_calender table th {
    padding: 0;
    height: 32px;
    width: 32px;
    text-align: right;
}
#talent_calender table th {
	font-size: 15px;
	font-family: 'Open Sans Semibold';
	vertical-align: top;
	padding-right: 2px;
}
#talent_calender table {
    border-collapse: collapse;
}

#talent_calender table, #talent_calender th, #talent_calender td {
	border: 1px solid #cfcfcf;
}
#talent_calender tbody tr td {
	padding: 0;
	width: 32px;
	height: 32px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	vertical-align: top;
	opacity: 1;
}
#talent_calender tbody tr td span {
	float: right;
	padding: 0;
	line-height: 1;
	height: 25px;
	width: 25px;
	padding-top: 5px;
	text-align: center;
	margin-top: 3px;
	margin-right: 2px;
}
#talent_calender table.ui-datepicker-calendar {
	width: 220px;
	position: absolute;
	left: 36px;
	top: 117px;
	background: linear-gradient(#fdfcfc 14%, #d5dadc);
}
#talent_calender {
	width: 293px;
	position: relative;
	background-image: url("http://1.6.46.132/Engage/images/calendar.png");
	background-size: 100% 100%;
	height: 370px;
	background-repeat: no-repeat;
}
.show-calender-content-right {
	margin-left: 50px;
}
#talent_calender td.busy-day span {
	background: #1f1f1f;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color:#ffffff;
}
#talent_calender td.available-days span{
	background: #00b26b;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color:#ffffff;
}
#talent_calender .ui-datepicker-next.ui-corner-all {
	float: right;
	top: -17px;
	position: absolute;
	padding: 5px 20px;
	background: #00b26b;
	line-height: 1;
	right: 0;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	font-family: Open Sans Semibold;
}
#talent_calender .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 999999999999;
}
#talent_calender .ui-datepicker-title {
	text-align: center;
	position: relative;
	top: 0;
}
#talent_calender .ui-datepicker-title span {
	top: -18px;
	position: relative;
	font-weight:600;
}
.calender-img-sec {
	padding: 30px 55px 50px;
}
#talent_calender .ui-datepicker-prev.ui-corner-all {
	background: #00b26b;
	line-height: 1;
	float: left;
	top: -17px;
	position: absolute;
	padding: 5px 20px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Open Sans Semibold;
}
#talent-signup-from #password-error, #talent-signup-from #email-error, #talent-signup-from #error, #talent-signup-from #first_name-error, #talent-signup-from #last_name-error, #talent-signup-from #phone_no-error, #talent-signup-from #password_confirmation-error, #talent-signup-from #accept-error {
	color: red;
	position: absolute;
	bottom: -23px;
	font-weight: 300;
	left: 20px;
}
#talent-signup-from .email-talent-error, #agent-register_form .email-talent-error {
	position: absolute;
	color: red;
}
body .upload-category .select-selected {
	height: 52px;
	text-align: left;
	padding-top: 14px;
	color: #999999;
}
.upload-category select {
	display: none;
}
.upload-category.select-custom-div i, .upload-category.select-custom-div img {
	z-index: 9;
}
.image-profile-sec-con {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	position:relative;
}
.m-p-form #update-profile .form-grpo i {
	position: absolute;
	top: 26px;
	font-size: 18px;
	left: 35px;
	color: #5c5c5c !important;
}
#update-profile #password-error, #update-profile #email-error, #update-profile #error, #update-profile #first_name-error, #update-profile #last_name-error, #update-profile #phone_no-error, #update-profile #password_confirmation-error, #update-profile #accept-error, #update-profile #name-error {
	color: red;
	position: relative;
	bottom: -2px;
	font-weight: 300;
	left: 0;
}
.bg-color.sign-up-consumer.talent-sign-up-3 .m-p-form {
	padding-bottom: 10px;
}
.contact-mail {
	float: left;
	width: 100%;
	text-align: center;
}
.contact-mail a {
	text-decoration: underline;
	color: #00b26b;
	font-family: Open Sans Semibold;
	font-size: 30px;
	margin-top: 30px;
	float: left;
	width: 100%;
	outline: none;
}
.banner-sec-home-contact {
	background-image:url("../images/background-about.jpg");
	background-size: cover;
}
.banner-sec-home-contact .content-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sign-up-tc {
	float: left;
	width: 100%;
}
#sign-up-tc .sign-up-btns {
	float: none;
	margin: 0 auto;
	display: table;
	list-style: none;
	padding:0;
	padding-bottom:20px;
}
#sign-up-tc .modal-body {
	padding: 40px 40px 20px;
	float: left;
	width: 100%;
}
#sign-up-tc .sign-up-btns li {
	float: none;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
}
#sign-up-tc .sign-up-btns {
	float: left;
	list-style: none;
	width: 100%;
	text-align: center;
}
#sign-up-tc .sign-up-btns li a {
	font-size: 18px;
	color: #ffffff;
	background: #00b26b;
	padding: 10px 20px;
	line-height: 1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Open Sans Semibold;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#sign-up-tc .sign-up-btns li a:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#sign-up-tc .modal-dialog {
    width: 700px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    position: absolute;
}
	#sign-up-tc .modal-header {
	float: left;
	width: 100%;
	text-align: center;
	color: #333333;
	height: 125px;
}
#sign-up-tc .modal-content {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #8c8c8c;
	border-radius: 0;
}
.form-grpr.sign-step-check-input input {
	width: 10px;
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	height: 10px !important;
}
.form-grpr.sign-step-check-input {
	margin-bottom: 0 !important;
}
.form-grpr.sign-step-check-input {
	padding: 10px 23px !important;;
}
#talent-signup-from .form-grpr.sign-step-check-input #accept-error {
	color: red;
	position: absolute;
	bottom: -23px;
	font-weight: 300;
	left: 32px;
}
#bank_details_step3 label.error-talent-bank {
	position: absolute;
	left: 19px;
	bottom: -10px;
	font-weight: 300;
	color: red;
}
#bank_details_step3 .m-p-form .form-grpo:last-child {
	margin-bottom: 30px;
}
.sign-up-com-btn .sim-btn input {
	padding-left: 0;
}
/*-- 05-06-2018 -End-*/


/*-- 07-06-2018 --*/
.main-logo.smo.cstm-logo-nav {
	float: left;
	width: auto;
}
.navi.custom-nav-nav.smo {
	float: right;
	position: relative;
	padding-right: 0;
	width: auto;
	padding: 0;
}
.whole-nav {
	padding: 0 40px;
	min-height: 100px;
}
.drop-down ul li a {
    line-height: 1;
}
.drop-down ul li {
	float: left;
	width: 100%;
}
.drop-down ul li:nth-last-child(2) {
	border-bottom: hidden;
}
.form-grp i {
	position: absolute;
	left: 35px;
	top: 20px;
}
.m-p-form .form-grpo i {
	position: absolute;
	top: 26px;
	font-size: 18px;
	left: 33px;
	color: #000000 !important;
}
.rating > label::before {
	display: none;
}
.rating label {
	margin-right: 10px;
	font-size: 25px;
	margin-top: 7px;
	margin-bottom: 10px;
	cursor:pointer;
}
.upload-category.select-custom-div .error {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0;
    display: table;
    color: red;
    text-align: center;
    width: 100%;
    background: #ff0000;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #ffff;
    padding: 3px 0;
    margin: -11px 0;
}
.social-lable {
	float: left;
	width: 47%;
	margin-left: 32px;
}
.date-info-input input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d5d5d5 !important;
}
#newsletter_email-error {
	position: absolute;
	left: 0;
	bottom: -30px;
	color: red;
	right: 0;
	margin: 0 auto;
	display: table;
}
.sign-up-consumer #name-error, .sign-up-consumer #last_name-error, .sign-up-consumer #email-error, .sign-up-consumer #password-error, .sign-up-consumer #password-confirm-error, .sign-up-consumer #accept-error {
	position: absolute;
	left: 20px;
	bottom: -25px;
	font-weight: 300;
	color: red;
}
.sign-up-consumer #email-error {
	bottom:0;
}
#mailchimp_newsletter .modal-body p {
    text-align: center;
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#mailchimp_newsletter .modal-body {
    float: left;
    width: 100%;
}
#mailchimp_newsletter .modal-header {
	padding: 0;
}
.consumer_message {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 30px;
	color: #00b26b;
	font-size: 16px;
}
.consumer_message a {
	font-weight: 600;
	color: #00b26b;
}
#event_map > div {
	width: 100% !important;
	height: 200px !important;
	overflow: hidden;
	position: relative !important;
	margin-top: 20px;
}
#event_map {
	float: left;
	width: 100%;
	position:static;
}

/*-- 07-06-2018 --*/

/*--11-06-2018 --*/
body input[type="date"], body input[type="time"]{
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance:none;
}
.remember-forgot {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.remember-forgot input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9999999999999;
}

/* Create a custom checkbox */
.remember-forgot .checkmark {
	position: absolute;
	top: 25px;
	left: 26px;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border-radius: 0;
}

/* On mouse-over, add a grey background color */
.remember-forgot:hover input ~ .checkmark {
	background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.remember-forgot input:checked ~ .checkmark {
	background-color: #00b26b;
	border: hidden;
}

/* Create the checkmark/indicator (hidden when not checked) */
.remember-forgot .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember-forgot input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.remember-forgot .checkmark::after {
	left: 5px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.remember-forgot input {
	margin-left: -8px;
	margin-top: 8px;
	position: absolute;
	left: 35px;
}
.remember-me-cstm {
	margin-left: 15px;
	font-size: 14px;
	margin-top: 7px;
	float: left;
}
.m-p-form input[type="submit"].login-btn-login {
	margin-top: 2px;
}
.m-p-form .form-grpo i{
	color:#cecece !important;
}
.form-grpo input[type="password"] {
	padding-top: 4px;
}
.login-page #sign-up-user #email-error {
	bottom: -16px;
	z-index: 9;
	left: 25px;
}
.login-page #sign-up-user #password-error{
	left: 25px;
	bottom: -16px;
}
.news_loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 35%;
	bottom: 0;
	text-align: center;
}
.bg-color.sign-up-consumer.sign-up-form-consumer-section form {
	padding: 13px 20px 23px 20px;
}
.bg-color.sign-up-consumer.sign-up-form-consumer-section .m-p-form .form-grpo {
	padding: 13px 20px;
}.bg-color.sign-up-consumer.sign-up-form-consumer-section .m-p-form .form-grpo i {
	top: 30px;
}
.bg-color.sign-up-consumer.sign-up-form-consumer-section .form-grpr {
	margin-top: 25px;
	margin-bottom: 0;
}
.sign-up-consumer.sign-up-form-consumer-section #email-error {
	bottom: -10px;
}
.sign-up-consumer.sign-up-form-consumer-section #accept-error {
	position: relative;
	float: left;
	width: 100%;
	top: 4px;
	left: 0;
}
.form-grpr.cstm-fg span {
	padding: ;
	position: absolute;
	left: 40px;
	top: -1px;
}
/*--11-06-2018 -End-*/

/*-- 13-06-2018 --*/
.rating-fil .fa.fa-star-half.checked {
	color: #00b26b;
}
body .exper-cate-page .upload-category .select-selected {
	height: 44px;
	text-align: left;
	padding-top: 8px;
	color: #999999;
}
.li-se-f-img-2 img {
	width: 100%;
	min-height: 180px;
	max-width: 180px;
	max-height: 150px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	object-fit: cover;
}
.li-sec-filter:last-child {
    border: hidden;
}
.consumer-panel-intro .fa-chevron-down::before {
	content: "\f078";
	float: right;
	padding-top: 36px;
}
.profle-pic-edv-2 {
	display: table-cell;
	vertical-align: middle;
}
.profle-pic-edv-2 img {
	width: 100%;
	height: auto;
	max-width: 165px;
	height: 165px;
	object-position: center;
	object-fit: cover;
}
.vam-image {
	display: table-cell;
	vertical-align: middle;
}
.images-lis li {
	border: 1px solid #d5d5d5;
	text-align: center;
	cursor: pointer;
}
.two-sec-sec-popup .grp-btn.btn-nor-sec button:first-child {
	margin-left: 0;
}
.head-page.after-image-header {
	margin-top: -90px;
	position: relative;
	z-index: 0;
}
.list-ad-content h6 {
	color: #000000;
	text-transform: capitalize;
}
.chat-writing {
	margin-bottom: 40px;
}
.navi .drop-down ul {
	padding-top: 0;
	padding-right: 0;
}
.navi .drop-down ul li {
	padding-right: 0;
}
#update-profile .m-p-form .form-grpo i {
	color: #000000 !important;
}
.modal .modal-footer button:hover{
	background-color:#00b26b;
}
.table-if-scroll {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	overflow-x: auto; 
}
.navigation-bar-content ul li.li-cstm-el a img {
	margin-top: 7px;
}

/*-- 13-06-2018 -End-*/

/*-- 15-06-2018 --*/
.form-group-inner.capacity-icon i {
    left: 18px;
}
table.l-table th.experience-name {
    width: 300px;
}
#name-error {
	float: left;
	color: red;
} 
.venue-cstm {
	width: 180px;
}
.images-media-li ul li span.verticle-align-middle-div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.user-title-detial-talent.col-dt p {
	margin-top: 2px;
}
.block-btn a.blocked {
	color: red;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	float: left;
}
.chat-msg-approve {
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
}

/*-- 15-06-2018 --End*/


/*-- 18-06-2018 --*/
.mp-list-att ul li {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.mp-list-att ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	z-index:9999999999999999999999999;
}

/* Create a custom checkbox */
.mp-list-att ul li .checkmark {
	position: absolute;
	top: 13px;
	left: 60px;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-radius: 0;
}

/* On mouse-over, add a grey background color */
.mp-list-att ul li:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.mp-list-att ul li input:checked ~ .checkmark {
	background-color: #00b26b;
	border: hidden;
}
/* Create the checkmark/indicator (hidden when not checked) */
.mp-list-att ul li .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mp-list-att ul li input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mp-list-att ul li .checkmark::after {
	left: 4px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.full-sec-struc.list-wthree.mp-list-att ul li a {
	text-decoration: none;
	pointer-events: none;
	margin-left: 8px;
}
.sign-up-com-btn .sim-btn input[type="submit"] {
	padding-left: 50px;
	color: #ffffff;
}
/*-- 18-06-2018 -End-*/

/*21-06-18*/
/* The container */
.custom_chk {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
	font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom_chk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	left: 0;
}

/* Create a custom checkbox */
.checkmark-rt {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b3b3b3;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.custom_chk input:checked ~ .checkmark-rt {
  background-color: #00b26b;
  border: 0 none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-rt:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_chk input:checked ~ .checkmark-rt:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_chk .checkmark-rt:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom_chk > a {
  color: #00b26b;
  text-decoration: underline;
}
.bg-color.sign-up-consumer .form-grpr span.checkmark-rt {
  margin: 0;
}
.question-sec-content .qa-sec h6 {
  min-height: 60px;
}
.social_url_error {
	border: 2px solid red;
}
#bank_details_step3 .sign-up-com-btn .sim-btn input[type="submit"] {
    padding-left: 0;
}
#sign-up-user .remember-me-cstm {
  float: left;
  font-size: 14px;
  margin: 0px;
}
#sign-up-user .forgot-pass {
  margin-top: 0;
}
.step4-msg {
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto 40px;
  max-width: 600px;
  text-align: center;
}
.sec-1-sign-up {
	background-image: url("../images/sign-up-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.step-t-sign-up .steps-sec ul li a {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.upload-sec-img .upload-img, body .sec-1-sign-up-content .select-selected {
  border: 0 none;
}
.sec-1-sign-up-content.step_three_section {
  padding-top: 100px;
}
.step_teo_rap .sec-1-sign-up-content {
  padding-bottom: 60px;
  padding-top: 60px;
}

/*End 21*/


/*-- 26-06-2018 --*/
.reset-password-page-engage input {
	border: 1px solid #d5d5d5 !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	padding-left: 15px !important;
}
.btn.btn-primary.reset-password-btn {
	background: #00b26b;
	font-weight: 600;
	border: hidden;
}
.reset-password-page-engage .panel.panel-default .panel-body input[type="email"] {
	border: hidden;
	box-shadow: none;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
	margin-bottom: 0;
	padding-left: 25px;
}
/*-- 26-06-2018 -End-*/

/*-- 27-06-2018 --*/
.consumer-manage-probile-tab {
	float: left;
	width: 100%;
}
.consumer-manage-probile-tab .nav-tabs > li > a {
	padding: 10px 35px 10px 35px;
}
.already.reviewed {
	color: #00b26b;
	position: relative;
	top: -2px;
	margin-left: 10px;
	font-size: 17px;
}
.images-lis.media-lis li video {
	display: table-cell;
	vertical-align: middle;
	width: 100% !important;
}
/*-- 27-06-2018 -End-*/


/*-- 28-06-2018 --*/
.give_review {
	background: #00b26b;
	color: #ffffff;
	text-transform: capitalize;
	border: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	padding: 5px 20px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	font-family: Open Sans Semibold;
}
.consumer-manage-probile-tab ul.nav.nav-tabs {
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
}
/*-- 28-06-2018 -End-*/

/*-- 02-07-2018 --*/
.select-your-category-section {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.select-your-category-section h4 {
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	margin-bottom: -10px;
}
.step-2-sign-up .qa-sec:nth-child(2n+1) {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-right: 0;
}
.step-2-sign-up .qa-sec.bio_about_textarea h4 {
	text-align: center;
	margin-bottom: 30px;
}
.step-2-sign-up .answer-q textarea {
	min-height: 200px;
}
/*-- 02-07-2018 -End-*/

#bank_details_step3 .m-p-form .form-grpo.double-col {
	margin-bottom: 0px;
}

.col-md-6.bank-no-padding {
	padding: 0px;
}
.checkout-heading-content {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-family: Open Sans Semibold;
	padding: 20px 0;
}
.checkout-page table, .checkout-page tr, .checkout-page td {
	border: 1px solid #d5d5d5 !important;
}
.checkout-page tbody tr td {
	padding: 10px 20px 10px 20px;
	font-size:17px;
}
.checkout-page table th {
	padding: 20px 20px 20px 20px;
	font-size: 18px;
	background: #000000;
	color: #ffffff;
}
th.ticket-qty {
	text-align: center;
	width: 300px;
}
span.input-group-btn {
	float: left;
	width: 36px;
	margin-top: -3px;
}
.input-group-btn button {
	font-size: 20px;
	background: transparent;
	color: #00b26b;
	border: hidden;
	box-shadow: none !important;
}
.input-group-btn button.btn-danger:hover, .input-group-btn button.btn-success:hover, .input-group-btn button.btn-danger:active, .input-group-btn button.btn-danger:focus, .input-group-btn button.btn-success:active, .input-group-btn button.btn-success:focus {
	color: #00b26b;
	background-color: transparent;
	border-color: transparent;
}
#popupProduct-qty-1 {
	max-width: 60px;
	padding: 0;
	text-align: center;
	background: transparent;
	border: 2px solid #d5d5d5;
	font-size: 20px;
	float: left;
	margin-left: 7px;
}
span.whole-plus-minus-td {
	float: none;
	margin: 0 auto;
	display: table;
	width: 140px;
}
.action-cout {
	text-align: right;
}
td.action-cout i {
	font-size: 25px;
}
.total-section-checkout td {
	font-size: 20px !important;
	font-weight: 600;
}
.credit-card-sec-content {
	float: left;
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 30px 20px;
	margin-bottom: 20px;
	line-height: 1;
}
.form-group-checkout {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.credit-card-sec-content form label {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}
.credit-card-sec-content form input {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sg-checkout {
	float: left;
	width: 50%;
	position: relative;
}
.credit-card-sec-content .sg-checkout:first-child{
	padding-right:10px;
}
.credit-card-sec-content .sg-checkout:last-child{
	padding-left:10px;
}
.sg-checkout label {
	float: left;
	width: 100%;
}
.sg-checkout select {
	width: 100%;
	height: 46px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 22px;
	background: #ffffff;
}
.credit-card-sec-content form button {
	font-size: 18px;
	border: none;
	background: #00b26b;
	color: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 40px;
	float: right;
}
.npr{
	padding-right:0;
}
.event-image {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.event-image img {
	width: 100%;
	/* height: 400px;
	overflow: hidden;
	object-fit: cover;
	object-position: center; */
}
.event-details {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.event-details > ul {
	/* list-style: none; */
	padding: 0;
	margin: 0;
}
/* .event-details ul li {
	font-size: 20px;
	line-height: 40px;
	font-family: Open Sans Semibold;
} */
.event-details ul li span {
	font-family: Open Sans;
	font-size: 16px;
}
.event-details ul li span.event-about-checkout {
	font-weight: 300;
	line-height: ;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
}
.table-checkout-below {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.event-check-out-headings {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}
.credit-card-sec-content .fas.fa-chevron-down {
	position: absolute;
	right: 10px;
	top: 64% !important;
	color: #d5d5d5;
	transform: translateY(-50%);
}
.credit-card-sec-content .sg-checkout:first-child i {
	right: 20px;
}

/*-- 09-07-2018 --*/
/*-- Crop image style --*/
.modal-content.crop-main-class {
	float: left;
	width: 100%;
}
.modal-body {
	float: left;
	width: 100%;
}
.parent-pop img {
    max-width: 500px;
    height: auto;
    border: 2px solid #ffffff;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}
.modal-dialog {
	width: 585px;
	margin: 30px auto;
}
/*-- Crop image style -End-*/
#bio_title {
	font-size: 20px;
	color: #ffffff;
	padding-left: 26px;
	position: relative;
	line-height: 25px;
}
#bio_title::before {
	content: "Q.";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 1px;
}
/*-- 09-07-2018 -End-*/


.consumer_message.splashpage.activation-message {
	float: none;
	width: 100%;
	max-width: 600px;
	font-size: 28px;
	padding: 50px 20px;
	margin: 0 auto;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	position: static;
	left: 50%;
	transform: translate(0, 0);
	top: 50%;
	border: 5px solid #00b26b;
	color: #ffffff;
	margin-bottom: 80px;
}
.consumer_message.splashpage.activation-message img {
	margin: 0 auto;
	display: table;
	margin-bottom: 20px;
}
.col-md-6.bank-no-padding {
	padding: 0px;
}
/*-- 11-07-2018 --*/
#image_resolution .modal-content, #myModal-invalid .modal-content{
	background-color: rgba(31, 31, 31, 0.8);
	border: 1px solid #8c8c8c;
	border-radius: 0;
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
}
#image_resolution .modal-dialog, #myModal-invalid .modal-dialog{
	max-width: initial !important;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto !important;
}
#wait img {
	max-width: 20px;
	margin-right: 10px;
}
#wait {
	float: none !important;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	right: 100px;
}
#wait span {
	color: #ffffff;
}
/*-- 11-07-2018 -End-*/
/*-- 12-07-2018 --*/
.signup-crop-new {
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,.4);
	bottom: 0;
	overflow: auto;
	text-align: center;
	top: 0;
	width: 100%;
}
#cropimg-talent-pic{
	color: #ffffff;
	line-height: normal;
	font-size: 16px;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 50px;
	background-color:#00b26b;
}
.signup-crop-new .close {
	color: #ffffff;
	opacity: 1;
	position: absolute;
	top: -20px;
	right: -20px;
	background: #00b26b;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-weight: 600;
	font-size: 27px;
}
#crop-content, #crop-event-cover-image {
    background-color: #000000;
    border: 1px solid #888;
    padding: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100% !important;
    max-width: 650px !important;
    text-align: center;
    position: absolute;
    display: table;
    left: 50%;
}
/*-- 12-07-2018 - End -*/
/*-- New HTML 12-07-2018 --*/
.talent-name-top h2{
	font-family:Open Sans Semibold;
	color:#ffffff;
}
.talent-detail-new .social-list-talent {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.talent-detail-new {
	padding-top: 55px;
}
.talent-detail-new .optional-profile-pictures ul {
	float: none;
	margin: 0 auto;
	display: table;
	list-style: none;
	padding: 0;
}
.talent-detail-new .optional-profile-pictures ul li {
	float: left;
	padding: 0 6px;
	
}
.talent-detail-new .optional-profile-pictures ul li img{
	border:2px solid transparent;
}
.talent-detail-new .optional-profile-pictures ul li.active img{
	border-color:#00b26b;
}
.talent-detail-new .optional-profile-pictures {
	float: left;
	width: 100%;
	margin-top: 85px;
}
.talent-detail-new .gen-per-detail-talent {
	padding-bottom: 30px;
	border: hidden;
	background: #fff;
	margin-bottom: 50px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 30px 20px 30px 0;
	border-bottom: 3px solid #00b26b;
}
.add-detial-sec-new {
	background-image: url("../images/addiional-bg-img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	width: 100%;
}
.add-detial-sec-new h3 {
	color: #ffffff;
	font-family: Open Sans Semibold;
}
.add-detial-sec-new-content {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}
.addi-detail-list {
	float: left;
	width: 100%;
}
.addi-detail-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.addi-detail-list ul li {
	color: #ffffff;
	float: left;
	width: 50%;
}
.addi-detail-list {
	float: left;
	width: 100%;
	padding-top: 55px;
}
.addi-detail-list ul li .add-question {
	float: left;
	width: 100%;
	font-size: 19px;
	font-family: Open Sans Semibold;
	margin-bottom: 10px;
}
.addi-detail-list ul li .addi-answer {
	font-size: 15px;
	line-height: 24px;
	min-height: 50px;
	float: left;
	width: 100%;
}
.addi-detail-list ul li {
	color: #ffffff;
	float: left;
	width: 50%;
	padding: 35px 45px;
}
.agent-detail-talent.addi-talent h3 {
	text-align: left;
	font-family: Open Sans Bold;
	margin-bottom: 25px;
}
.agent-detail-talent.addi-talent .filter-data-sec {
	float: left;
	width: 100%;
	padding: 20px;
	background: #00b26b;
	margin-bottom: 0;
}
.agent-detail-talent.addi-talent .filter-data-sec .form-group {
	margin-bottom: 0;
}
.agent-detail-talent.addi-talent .filter-data-sec button {
	background: #000000;
}
button.request-btn {
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	font-size: 17px;
	font-family: Open Sans Semibold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px;
	line-height: normal;
	min-width: 185px;
	min-height: 45px;
}
.agent-detail-talent.addi-talent .table-if-scroll.review-table table th {
	padding: 35px 20px 20px;
	color: #000000;
	background: #ffffff;
	text-transform: capitalize;
	text-align: left;
	border: hidden;
	border-bottom: 1px solid #f5f5f5;
}
.agent-detail-talent.addi-talent .table-if-scroll.review-table table {
	text-align: left;
}
.adi-talent-event .table-if-scroll.review-table table tr:nth-child(2n+1) {
	height: 50px;
}
.adi-talent-event .table-if-scroll.review-table table tr:nth-child(2n) {
	height: 50px;
	background: #ffffff;
}
.agent-detail-talent.addi-talent table tr {
	border-bottom: 1px solid #f5f5f5;
}
.agent-detail-talent.addi-talent td .fas.fa-eye {
	font-size: 19px;
	padding: 0 30px;
}
.agent-detail-talent.addi-talent .table-if-scroll.review-table table {
	border: 1px solid #eaeaea;
	border-collapse: inherit;
}
.agent-detail-talent.addi-talent.adi-talent-event{
	border-collapse:collapse;
}
.addi-detail-list ul li .addi-answer a {
	text-decoration: underline;
	color: #00b26b;
}

.talent-detail-new .profile-photo {
	max-height: 140px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #d5d5d5;
	height: 140px;
}
#talent-detials-question {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
#talent-detials-answer {
	color: #ffffff;
}
#experienceeditModal .modal-body {
	padding: 20px 40px 20px;
}
.agent-detail-talent.addi-talent.adi-talent-event {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.talent-details-no-data {
	float: left;
	width: 100%;
	text-align: center;
	border: 1px dashed #d5d5d5;
	padding: 30px 0;
	font-size: 20px;
}
/*-- New HTML 12-07-2018 -End-*/

/*-- 13-07-2018 --*/
/*-- 13-07-2018 --*/
.ul-class-section-1 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #3a4336;
	position:relative;
}
.ul-class-section-1:last-child{
	border-bottom:hidden;
}
.ul-class-section-1::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background: #3a4336;
	left: 50%;
}
.no-event-found {
	text-align: center;
	font-size: 40px;
	padding-top: 30px;
	color: #d7d7d7;
	padding-bottom: 30px;
}
.social-list-talent.consumer-stl ul li {
	float: left;
	width: 33%;
}
.cropping-instruction {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}
/*-- 13-07-2018 -End-*/
/*-- 18-07-2018 --*/
.mobile-only{
	display:none;
}
/*-- 18-07-2018 --End*/
/*-- 19-07-2018 --*/
.profile-picture-div {
	float: left;
	width: 100%;
}
.li-sec-f-content p span {
	margin-right: 5px;
}
#myModal {
	padding-right: 0 !important;
}
.profile-category-image img {
	width: 100%;
	height: auto;
}
.absolute-img-div {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 185px;
}
.profile-category-image {
	max-width: 184px;
	max-height: 184px;
	float: left;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}
.absolute-img-div span {
	text-align: center;
	float: left;
	width: 100%;
}
.absolute-img-div span a {
	font-size: 17px;
	font-family: Open Sans;
	margin-top: 5px;
	float: left;
	width: 100%;
	color: #000;
	text-align: ;
	text-decoration: none;
}
.fil-intro span {
	text-transform: capitalize;
}
/*-- 19-07-2018 -End-*/
/*-- 20-07-2018 --*/
.nxt-btn .sim-btn {
	margin-right: 14px;
}
.step4-msg h3 {
	margin-bottom: 15px;
}
/*-- 20-07-2018 --End*/
/*-- 23-07-2018 --*/
.term-condition-content, .privacy_policy-content {
	float: left;
	width: 100%;
	padding: 60px 0 50px;
}
.term-condition-content p, .privacy_policy-content p {
	line-height: 30px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.term-condition-content h3, .privacy_policy-content h3 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 25px;
}
.term-condition-content li, .privacy_policy-content li {
	font-size: 14px;
	margin-bottom: 10px;
}
.term-condition-content ol, .privacy_policy-content ol{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.main-logo img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
.navbar-brands img {
	max-width: 250px;
	height: auto;
	width: 100%;
}
.mobile-intro {
	display: none;
}
.filter-btn i {
	float: left;
	width: 100%;
	text-align: center;
	font-size:20px;
}
#exp_request_filter button i {
	font-size: 20px;
	text-align: center;
	float: left;
	width: 100%;
}
.padding-up-down .col-md-6 {
	padding: 0;
}
.profile-pic-o img {
	max-width: 145px;
	min-height: 145px;
	max-height: 145px;
	min-width: 145px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #d5d5d5;
	    object-fit: cover;
    object-position: center;
}
.profile-pic-o {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -80px;
	position: relative;
}
.full-sec-struc.list-wthree.mp-list-att ul {
	float: left;
	margin: auto;
	width: 100%;
	display: block;
	text-align: left;
}
.profile-picture-div .profile-pic {
	top: 0 !important;
	background: #ffffff;
}
.profile-picture-div {
	float: left;
	width: 100%;
	margin-top: -70px;
}
#agent-search button i {
	font-size: 20px;
	float: left;
	width: 100%;
}
.both-btn {
	text-align: center;
}
.form-group-c i {
	position: absolute;
	left: 27px;
	top: 19px;
}
.form-group-c {
	position: relative;
	float: left;
	width: 23%;
	height: auto;
	padding: 0 5px;
}
.form-group-c i.fa-chevron-down {
	position: absolute;
	right: 30px;
	left: auto;
	top: 19px;
}
.form-group-c input {
	height: 54px;
	padding-left: 45px;
}
#exp-filter button i {
	font-size: 20px;
	float: left;
	width: 100%;
}
.upload-category {
	margin-bottom: 20px;
}
.modal-title {
	float: left;
	width: 100%;
}
#Conditions li{
	font-size: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}
#Conditions h3{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 25px;
	color: #ffffff;
}
#Conditions .general_term {
	float: left;
	width: 100%;
	border-top: 1px solid;
	padding-top: 20px;
}
#Conditions .term-condition-content {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 0;
}
.checkout-event-details .event-details {
	background: transparent;
}
.checkout-page {
	float: left;
	width: 100%;
}
/*-- 23-07-2018 --End*/

/*-- 01-08-2018 --*/
.ui-timepicker-wrapper {
	height: 250px;
	width: 170px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 6px;
	padding: 10px;
}
#Conditions .modal-body {
	height: 400px;
	overflow-y: auto;
}
.form-group-checkout input {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
}
.form-group-checkout label {
	margin-bottom: 5px;
	font-family: Open Sans Semibold;
}
.credit-card-sec-content button {
	font-size: 16px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: hidden;
	padding: 5px 30px;
	float: right;
	background: #00b26b;
	font-weight: 600;
}
/*-- 01-08-2018 --End*/

/*-- Blog Page --*/
.blog-content {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.blog-sec-sec .blog-img img {
	width: 100%;
	height: 341px;
	object-fit: cover;
	object-position: center;
}
.blog-detail-sec-img {
    padding: 30px;
    border: 1px solid #e8e8e8;
    height: 341px;
    border-left: hidden;
}
.blog-page {
	background: #f7f7f7;
	float: left;
	width: 100%;
}
.blog-detail-sec-img h6 {
	color: #242424;
	line-height: normal;
	float:left;
	width:100%;
}
ul.by-and-calender-blog {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
}
ul.by-and-calender-blog li i {
	font-size: 13px;
	color: 05b26c;
	margin-right: 7px;
}
ul.by-and-calender-blog li {
	float: left;
	padding-right: 50px;
}
ul.by-and-calender-blog li {
	float: left;
	padding-right: 30px;
	font-size: 14px;
	color: #909090;
}
.blog-detail-sec-img p {
	float: left;
	width: 100%;
	line-height: 30px;
	color: #444444;
	padding-top: 10px;
	word-break: break-word;
}
.blog-detail-sec-img a.read-more-blog {
	font-size: 14px;
	color: #ffffff;
	background: #05b26c;
	border: hidden;
	font-family: Open Sans Semibold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	line-height: normal;
	margin-top: 15px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-detail-sec-img a.read-more-blog:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.blog-page .blog-sec-sec {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.blog-page .blog-sec-sec:last-child{
	margin-bottom:0;
}
.bdd-content {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: -2px;
}
.bdd-content h2 {
	font-family: Open Sans Semibold;
	font-size: 40px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	line-height: normal;
}
.bdd-img img {
	width: 100%;
}
.bdd-content .blog-detail-bdd {
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 30px;
}
.list-of-some-content-bdd {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.list-of-some-content-bdd h6 {
	font-family: Open Sans;
	margin-bottom: 20px;
}
.list-of-some-content-bdd ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-of-some-content-bdd ul li {
	font-size: 15px;
	color: #444444;
	padding-left: 15px;
	padding-bottom: 10px;
	position:relative;
}
.list-of-some-content-bdd ul li::before {
	content: "";
	position: absolute;
	background-image: url("../images/list-icon-blog.png");
	left: 0;
	top: 8px;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
}
.blog-side-bar-heading h6 {
	font-size: 27px;
	font-family: Open Sans Bold;
}
.blog-side-bar-heading hr {
	width: 60px;
	float: left;
	height: 2px;
	background: #05b26c;
	margin: 0;
	margin-top: 10px;
}
.blog-side-bar-heading {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.img-sec-side-blog {
	float: left;
	width: 30%;
}
.img-sec-side-blog img {
	width: 100%;
	max-width: 115px;
	height: 70px;
	object-fit: cover;
}
.content-sec-side-blog {
	float: left;
	width: 70%;
	padding-left:20px;
}
.content-sec-side-blog span {
	font-size: 14px;
	font-family: Open sans;
	line-height: 20px;
	margin-top: 0;
	float: left;
	width: 100%;
}
.content-sec-side-blog ul li {
	padding-right: 15px;
	font-size:13px;
}
.content-sec-side-blog ul li i {
	font-size: 12px;
	color: 05b26c;
	margin-right: 3px;
}
.content-sec-side-blog ul {
	margin-top: 10px;
}
.side-bar-blog-detail .blog-side-bar-sec {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
}
.side-bar-blog-detail .blog-side-bar-sec:last-child{
	border-bottom:hidden;
}
/*-- Blog Page -End-*/
/*-- 02-08-2018--*/
.chat-help-button {
	position: fixed;
	top: 50%;
	left: 0;
}
.chat-help-button a {
	background: #00b26b;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px 10px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: -232px;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration:none;
}
.chat-help-button a:hover {
	margin-left: -35px;
	text-decoration: none;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.chat-help-button a span {
	font-weight: 900;
	margin-left: 10px;
}
.payment-errors {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: red;
}
.payment-successful {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0;
}
.payment-successful img {
	margin-bottom: 20px;
}
.payment-successful h4 {
	margin-bottom: 20px;
}
/*-- 02-08-2018--End*/
/*-- Invoice Page --*/
.invoice-page-content {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.invoice-page-left {
	float: left;
	width: 50%;
}
.invoice-page-content ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.invoice-page-right {
	float: left;
	text-align:right;
	width: 50%;
}
.invoice-page-content ul li {
	line-height: 35px;
	font-size: 16px;
}
.before-table-invoice {
	float: left;
	width: 100%;
}
.table-invoice-out-div {
	float: left;
	width: 100%;
	margin-top: 60px;
}
table.table-invoice th {
	background: #00b272;
	color: #ffffff;
	text-align: center;
	line-height: normal;
	height: 60px;
	padding: 0 0 0 30px;
}
table.table-invoice th:first-child{
	text-align:left;
}
table.table-invoice td {
	background: #f7f7f7;
	height: 100px;
	padding: 0 0 0 30px;
	text-align:center;
}
table.table-invoice td:first-child{
	text-align:left;
}
.total-of-table-invoice {
	float: right;
	max-width: 550px;
	width: 100%;
	margin-top: 50px;
}
.total-of-table-invoice ul li span {
	border: 1px solid #e8e8e8;
	width: 50%;
	float: left;
	padding: 5px 20px;
}
.total-of-table-invoice ul li span:last-child {
	text-align: right;
	font-size: 18px;
}
.last-total {
	color: #00b26b;
	font-weight: 600;
	letter-spacing: 1px;
}
.before-table-invoice li i {
	float: left;
	margin-right: 10px;
	min-width: 18px;
	padding-top: 10px;
}
/*-- Invoice Page -End-*/
/*-- 10-08-2018 --*/
.blog-img {
    max-height: 341px;
    overflow: hidden;
}
blockquote {
    padding: 0;
    margin: 0;
    font-size: initial;
    border-left: hidden;
    float: left;
    width: 100%;
}
body select:focus, body select:hover, body input:focus, body input:hover, body input, body select{
	outline:none !important;
	box-shadow:inherit !important;
	-webkit-box-shadow:inherit !important;
	box-shadow:inset 0 0 0 0;
	-webkit-box-shadow:inset 0 0 0 0;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.bdd-content img {
    width: 100% !important;
}
.agent-page th {
    background: #000000;
    color: #ffffff;
    padding: 20px 20px;
    font-size: 18px;
}
.agent-page td {
    padding: 15px 20px;
}
.agent-page {
    margin: 50px 0 0;
}
a.manage-agent {
    background: #00b26b;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    float: left;
	text-decoration:none;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}
body input, body textarea {
	box-shadow: inset 0px 0px 0px 0px transparent;
	-webkit-box-shadow: inset 0px 0px 0px 0px transparent;
}
.form-search-group a {
	position: absolute;
	top: 6px;
	right: 20px;
	font-size: 20px;
	color: #000000;
}
.form-search-group {
	position: relative;
	width: 100%;
}
.message-show {
	text-align: center;
	color: red;
	font-weight: 600;
}
/*-- 10-08-2018 --End*/

/*-- 16-08-2018 --*/
.sign-up-under-hood {
	float: none;
	width: 100%;
	padding-bottom: 10px;
	max-width: 500px;
	margin: 0 auto;
}
.modal-title {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.date-info {
	float: left;
	width: 100%;
}
.select-type-r input {
	width: 100% !important;
}
#mailchimp_newsletter .modal-dialog {
	margin: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sign-up-bttn {
	background: grey;
	font-size: 19px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 5px;
	line-height: normal;
	padding: 13px 30px;
	margin-left: 10px;
	font-family: Open Sans Semibold;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 5px;
}
.sign-up-bttn:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sign-up-bttn:hover, .sign-up-bttn:focus {
	text-decoration: none;
	color: #ffffff;
}
span.carret {
	font-size: 17px;
	color: #ffffff;
	position: ;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	border-left: 1px solid #009f2f;
	padding-top: 2px;
	padding-right: 3px;
}
.drop-down-wfwn {
	position: absolute;
	right: 0;
	width: 200px;
	top: 40px;
	background: #ffffff;
	border-radius: 5px;
	display: none;
}
.navigation-new ul li.login-btn .drop-down-wfwn a {
	font-size: 14px;
	background: transparent;
	text-align: left;
	margin-top:0;
	padding: 5px 20px;
	color: #000000;
}
.drop-down-wfwn ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.drop-down-wfwn ul li {
	float: left;
	padding: 0;
	margin: 0;
	width:100%;
}
.navigation-new ul li.login-btn .drop-down-wfwn .login-btn {
	padding-left: 0;
}
.navigation-new ul li.login-btn .drop-down-wfwn ul li a {
	font-size: 14px;
	background: transparent;
	text-align: left;
	margin-top: 0;
	padding: 10px 20px;
	color: #000000;
	width: 100%;
	border-radius: 0;
}
.drop-down-wfwn ul li img {
	margin-right: 5px;
	margin-top: -1px;
}
.drop-down-wfwn ul li i {
	margin-right: 2px;
}
/*-- 16-08-2018 -End-*/
/*-- 17-08-2018 --*/
.input-price-ranger {
	float: left;
	width: 100%;
	margin-top: 22px;
}
.price-ranger .ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	height: 15px;
}
.price-ranger .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background: #00b26b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.price-ranger .ui-slider-handle.more-price.ui-corner-all.ui-state-default {
	margin-left: -14px;
}
.price-ranger .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 100%;
	background: #ffffff !important;
	border: hidden !important;
	top: 0.291px;
	margin-left: 1px;
}
.input-price-ranger input {
	background: transparent;
	padding-left: 0;
	color: #000000 !important;
}
/*-- 17-08-2018 --End*/
/*-- Reset-Password --*/
.reset-password-page-engage {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.reset-password-page-engage .panel.panel-default {
	max-width: 600px;
	margin: 0 auto;
	display: table;
	float: none;
}
.reset-password-page-engage .panel-body form {
	width: 100%;
	float: left;
	padding: 30px 20px;
}
.reset-password-page-engage .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.reset-password-page-engage .form-horizontal input {
	border-radius: 5px !important;
	height: 45px;
	padding-left: 35px !important;
	font-size: 16px;
	line-height: 1;
	-webkit-border-radius:5px !important;
}
.reset-password-page-engage .reset-password.btn.btn-primary {
	float: right;
	background: #00b26b;
	border-radius: 5px;
	border: hidden;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 40px;
	line-height: 30px;
	-webkit-border-radius:5px;
}
.reset-password-page-engage .panel-heading i {
	position: static;
}
.reset-password-page-engage .panel {
	border-radius: 20px;
}
.reset-password-page-engage .panel.panel-default .panel-heading {
	background: #00b26b;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: Open Sans Bold;
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
}
.reset-password-page-engage .form-group {
	margin-bottom: 25px;
}
.alert.alert-success {
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
	color: #00b26b;
	font-family: Open Sans Semibold;
}
.description-th-new {
	width: 350px;
}
/*-- Reset-Password -End-*/
/*-- 20/08/2018 --*/
.nav-new.custom-nav-details {
	position: static;
	padding:20px 0;
}
.nav-new.custom-nav-details .navigation-new ul li a {
	font-size: 20px;
	font-family: Open Sans Semibold;
	color: #000000;
	text-decoration: none;
}
.nav-new.custom-nav-details .navigation-new ul li.login-btn a {
	font-size: 14px;
	color: #ffffff;
}
#agent-register_form #email-error {
	bottom: -25px;
}
#agent-register_form #phone_no-error{
	bottom: -21px;
}
.alert.alert-danger {
	float: left;
	width: 100%;
	text-align: center;
	color: red;
	font-weight: 600;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
}
/*-- 20/08/2018 -End-*/
/*-- 21-08-2018 --*/
.talent-experience-content-heading h3 {
	font-family: Open Sans Bold;
	color: #ffffff;
	padding-left: 30px;
	padding: 25px 0 25px 30px;
}
.talent-experience-content .data-area-sections {
	float: left;
	width: 100%;
}
.talent-experience-content-heading {
	float: left;
	width: 100%;
	background: #00b26b;
	margin-bottom: 30px;
}
.img-cicrle {
	height: 245px;
	background: #d5d5d5;
}
.img-cicrle img {

    height: 245px;
    object-fit: cover;
    object-position: top;

}
.image-content-box {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 15px 15px;
	box-shadow: 0 0 8px 0px #d2d5d5;
	margin-bottom: 20px;
}
.image-content-box h6 {
	font-size: 20px;
	font-family: Open Sans;
	color: #00b26b;
	margin-bottom: 10px;
}
.image-content-box p {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e8e8e8;
    font-size: 15px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 10px;
}
.bottom-image-content-box {
	float: left;
	width: 100%;
	padding-top: 15px;
}
.bottom-image-content-box .left {
	float: left;
	width: 50%;
}
.bottom-image-content-box .right {
	float: right;
	width: 50%;
	text-align: right;
}
.bottom-image-content-box .left span.price {
	font-size: 20px;
	font-family: Open Sans Semibold;
}
.bottom-image-content-box .right button {
	font-size: 17px;
	background: #00b26b;
	border: hidden;
	border-radius: 5px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	line-height: 20px;
	padding: 10px 30px;
	-webkit-border-radius: 5px;
}
.talent-experience-content {
	float: left;
	width: 100%;
	padding-top: 85px;
}
.talent-experience-details {
	float: left;
	width: 100%;
	padding-bottom: 85px;
}
.talent-experience-content .item {
	float: left;
	width:100%;
}
.upper-image-content-box {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6e8e8e8;
	padding-bottom: 15px;
}
.upper-image-content-box span {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	font-size: 17px;
	font-family: Open Sans Semibold;
}
.upper-image-content-box p {
	border-bottom: hidden;
	padding-bottom: 10px;
}
.upper-image-content-box span i {
	margin-right: 5px;
	font-size: 15px;
}
.bottom-image-content-box button {
	margin: 0;
}
.img-cicrle img {
	width: 100%;
}
.single-request-experience-request-list {
	text-align: center;
}
.single-request-experience-request-list .bottom-image-content-box .left {
	width: 100%;
	margin-bottom: 15px;
}
.single-request-experience-request-list .bottom-image-content-box .right {
	float: left;
	width: 100%;
	text-align: center;
}
.single-request-experience-request-list .right button {
	margin: 0 5px;
}
/*-- 21-08-2018 -End-*/
/*-- 22-08-2018 --*/
#image-ul-li li span.images-event {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.time-sec-ex-req span {
	width: 160px;
	float: left;
}
.time-sec-ex-req input {
    width: 100%;
    margin: 0;
}
.time-sec-ex-req span.sto {
    margin: 0 10px;
    width: 15px;
    padding: 11px 0 0;
    text-align: center;
}
.bili-sec-sec .time-sec-ex-req .whp span i {
	left: 18px;
	top: 14px;
}
.modal-body p {
	color: #ffffff;
}
.modal-body textarea, .modal-body input{
	color:#000000;
}
.btn-default:focus, .btn-default:hover {
	color: #ffffff;
	background-color: initial;
	border-color: transparent;
}
.event-names-new {
	width: 270px;
}
/*-- 22-08-2018 -End-*/
/*-- 23-08-2018 --*/
.action-cout.coupon-code input[type="text"] {
	width: 250px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	padding: 0 10px;
	float: left;
}
.apply_discount_coupon input, .hide_read_only input {
	float: left;
	width: auto;
	font-size: 15px;
	border-radius: 5px;
	margin-left: 5px;
	background: #00b26b;
	color: #ffffff;
	padding: 0 25px;
}
.action-cout.coupon-code span {
	float: right;
}
th.event-name-checkout {
	width: 450px;
}
/*-- 23-08-2018 -End-*/
/*-- 24-08-2018 --*/
.total-table-checkout {
	width: 100%;
	display: table;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	margin-top: 40px;
	border-radius:5px;
}
.total-table-checkout .section-chekout-total {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.left-chek-total {
	border-right: 1px solid #d5d5d5;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	float: left;
	width: 70%;
	padding: 15px 10px;
	position: relative;
	font-family: Open Sans;
}
.right-chek-total{
	float:left;
	width:30%;
	font-weight:600;
	text-align:right;
	padding:15px ;
	font-size: 17px;
}
.coupon-code input[type="text"] {
	height: 35px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	max-width: 150px;
	width:100%;
	padding: 0 10px;
	float:left;
}
.coupon-code {
	float: left;
	width: auto;
	margin-top: 5px;
}
.coupon-code .apply_discount_coupon input, .coupon-code .hide_read_only input {
	float: left;
	width: auto;
	font-size: 14px;
	border-radius: 5px;
	margin-left: 5px;
	background: #00b26b;
	color: #ffffff;
	padding: 0 10px;
	height: 35px;
}
.event-price.discount-coupon-amount {
	color: red;
}
.event-price.final-exp-price {
	color: #00b26b;
}
.discount-text {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-top: 7px;
}
.request-list-experience th {
	padding: 10px 15px;
	background: #000000;
	color: #ffffff;
	border-right: 1px solid #888888;
}
.request-list-experience td {
	padding: 20px 15px;
}
.request-list-experience td .img-cicrle {
	float: left;
	max-width: 140px;
	max-height: 140px;
	overflow: hidden;
	border-radius: 100%;
}
.req-experi-title h6 {
	font-size: 15px;
	text-transform: capitalize;
	font-family: Open Sans;
}
th.experience-name-req {
	width: 250px;
}
.request-list-experience {
	border: 1px solid #d5d5d5;
}
.request-list-experience td {
	font-size: 15px;
}
.request-list-experience td i {
	font-size: 20px;
}
.request-list-experience td .cmn-btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	max-height: 53px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans Semibold';
	padding: 5px 20px;
	margin-top: 0;
	line-height: normal;
}
.consumer-accept-wait {
	font-size: 14px;
	margin-bottom: 5px;
}
.last-td-ex-res-list {
	width: 250px;
}
.alert.alert-success {
	float: left;
	width: 100%;
}
.action-cout.coupon-sec span.discount-text {
	float: left;
	width: auto;
}
.bili-sec-sec .time-sec-ex-req .whp span i.far.fa-clock {
	top: 16px;
}
.bili-sec-sec .who span.dollar-sign-set i {
	left: 27px;
	top: 15px;
	position: absolute;
	color: #a8a8a8;
}
.bili-sec-sec .who span.dollar-sign-set {
	position: relative;
	float: left;
}
.dollar-sign-set input {
	margin-top: -6px;
	max-width: 170px;
	padding-left: 33px;
	padding-right: 0;
}
a i {
	color: #000000;
	text-decoration: none;
}
.answer-q.form-grpo textarea {
	padding: 15px 20px 15px 50px;
}
.xtra-table th {
	border-right: 1px solid #a8a8a8;
}
.already-review {
	float: left;
	color: #00b26b;
	font-weight: 500;
}
textarea.error {
	border: 1px solid red !important;
}
.bdd-img {
	max-height: 400px;
	overflow: hidden;
}
.bdd-img img {
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.bdd-content img {
	margin: 20px 0;
}
th.width-custom-container {
	width: 175px;
}
.form-sel-b i.far.fa-clock {
	top: 16px;
}
.dollar-sign-set.dds2 input {
	margin-top: 0;
	width: 150px;
	padding-left: 33px;
	padding-right: 10px;
	margin:0;
}
.bili-sec-sec .who span.dollar-sign-set.dds2 i {
    left: 13px;
    top: 50%;
    position: absolute;
    color: #a8a8a8;
    transform: translateY(-50%);
}
.approve-text span {
	width: auto;
	float: left;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.approv_by_consumer {
    margin-top: 0;
    display: table;
    float: right;
    margin-left: 10px;
}
/*-- 24-08-2018 -End-*/
/*-- 27-08-2018 --*/
.only-icon-social-list {
	float: left;
	width: 100%;
}
.only-icon-social-list ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.only-icon-social-list ul li {
	float: left;
	width: auto;
	font-size: 30px;
	margin-right: 15px;
	margin-top: 20px;
}
.social-icons-new-ex li a i {
	color: #ffffff;
	text-align: center;
}
.coupon-message {
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: red;
	float: left;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
.event-list-checkout-page .coupon-message {
	text-align: right;
}
/*-- 27-08-2018 -End-*/

/*-- 28-08-2018 --*/
.radio-bank {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-bank input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	left: 0;
	z-index: 99999;
	margin-top: 0;
	top: 0;
}
.radio-bank .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 50%;
}
.radio-bank input:checked ~ .checkmark {
	background-color: #ffffff;
}
.radio-bank .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-bank input:checked ~ .checkmark:after {
    display: block;
}
.radio-bank .checkmark::after {
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00b26b;
	right: 0;
	margin: 0 auto;
}
.pay-with-bank {
	float: left;
	width: 100%;
}
.pay-with-bank-text {
	margin-top: 0;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.ach-bank-name label {
	min-width: 125px;
}
.ach-bank-name {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.no-exp-request-consumer {
	text-align: center;
	width: 100%;
	float: left;
	border: 3px dashed #d5d5d5;
	padding: 30px;
	font-size: 25px;
}
.conusmer-bank-form {
	float: none;
	margin: 0 auto;
	max-width: 600px;
	display: table;
	width: 100%;
}
.conusmer-bank-form .m-p-form {
	padding: 40px 0;
	width: 100%;
}
#consumer-add-bank .sign-up-com-btn i {
	right: 40px;
}
#consumer-add-bank .sign-up-com-btn .sim-btn input[type="submit"] {
	padding-left: 0;
}
.comn-btn-last {
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	font-size: 19px;
	text-transform: uppercase;
	padding: 7px 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 20px;
	float: left;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration:none;
}
.comn-btn-last:hover{
	text-decoration:none;
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.com-sign-cousmer {
	float: left;
	width: auto;
	position: relative;
}
#consumer-add-bank .form-sel-b {
	width: 100%;
	height: 53px;
	padding: 0px 20px;
	margin-bottom: 30px;
	margin-top: 14px;
}
body #consumer-add-bank .select-selected {
	border-radius: 0;
	padding-right: 40px;
	background: #fff;
	padding-left: 35px;
	height: 53px;
	border: hidden;
	padding-top: 14px;
	border-bottom: 1px solid #d5d5d5;
}
#consumer-add-bank .form-sel-b i.fa-chevron-down {
	right: 35px;
	left: auto;
	top: 50%;
	font-size: 18px;
	pointer-events: none;
	z-index: 9;
	color: #d5d5d5;
	transform: translateY(-50%);
}
#consumer-add-bank .form-sel-b.select-custom-div .fa-user {
	z-index: 9;
	left: 25px;
	font-size: 16px;
	font-size: ;
	color: #d5d5d5;
}
body #consumer-add-bank .select-items {
	margin: 0 20px;
}
span.discount-coupon-amount {
    color: red;
}
body input{
	box-shadow:none;
}
.checkout-page tbody tr td.action-cout-action {
    font-size: 20px !important;
    text-align: center;
}
/*-- 28-08-2018 -End-*/
/*-- 30-08-2018 --*/
.conusmer-bank-form.bank-form-consumer .m-p-form {
	background: transparent;
}
.whole-form-consumer-bank {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 20px;
}
.whole-form-consumer-bank .admin-form-heading {
	margin-bottom: 20px;
}
body #consumer-add-bank .whole-form-consumer-bank .select-selected {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 40px;
	background: #fff;
	padding-left: 50px;
	height: 53px;
	padding-top: 14px;
	border: 1px solid #d5d5d5;
}
#consumer-add-bank .whole-form-consumer-bank .form-sel-b.select-custom-div .fa-user {
	left: 33px;
}
#consumer-add-bank .bank-form-consumer .form-sel-b {
	padding: 0px 10px;
}
.sign-up-com-btn.button-consumer-banbtn input {
	width: auto;
	padding: 5px 70px !important;
	margin-bottom: 50px;
}
.sign-up-com-btn.button-consumer-banbtn {
	margin: 0;
}
.consumer_bank-added {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 16px;
	font-family: Open Sans Semibold;
	color: #00b26b;
}
.table-bank th {
	text-transform: uppercase;
	font-size: 17px;
	font-family: Open Sans Semibold;
	text-align: center;
	padding: 0;
	text-transform: capitalize !important;
}
.less-then-ten {
	text-align: center;
	color: red;
}
.event-details-out-of-stock {
	font-size: 20px;
	font-family: Open Sans Semibold;
	text-align: center;
	color: red;
}
.bg-color.sign-up-consumer.talent-sign-up-3 #consumer-add-bank .m-p-form {
	padding-bottom: 10px;
	background: #ffffff;
}
/*-- 30-08-2018 -End-*/
/*-- 31-08-2018 --*/
.remember-forgot.enable-chat-n {
	padding-left: 13px;
}
.remember-forgot.enable-chat-n .remember-me-cstm {
	margin-left: 0;
	font-size: 14px;
	margin-top: 0;
	float: left;
}
.alert.alert-info.password-message {
	text-align: center;
	background: transparent;
	border: hidden;
	font-size: 20px;
	padding: 0;
	color: #00b26b;
	font-family: Open Sans Semibold;
}
/*-- 31-08-2018 -End-*/
/*-- 03-09-2018 --*/
.add-bank-error {
	color: red;
	line-height: 20px;
	margin-top: 10px;
}
/*-- 03-09-2018 --End*/
body .select-without-padding-left .select-selected {
	padding-left: 0;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
}
#talent-catrgory-filter .inputsec-filter {
	float: left;
	width: 100%;
	padding: 25px 0;
	border-bottom: hidden;
	position: relative;
}
.category-select-filter.input-fil-cat {
	margin: 15px 0;
}
.input-fil-cat input {
	border: 1px solid #d5d5d5 !important;
	padding-left: 42px;
}
.left-form-ex .upload-category i.fa-map-marker, .left-form-ex .upload-category i.fa-street-view, .left-form-ex .upload-category i.fa-align-justify {
	position: absolute;
	right: auto;
	top: 7px;
	color: #999999;
	pointer-events: none;
	left: 9px;
	border: hidden;
	font-size: 16px;
}
.chat-help-under-seciton {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.involved-admin-in {
	background: #00b26b;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Open Sans Semibold;
	display: table;
	margin: 0 auto;
}
.upper-text-chat {
	float: left;
	width: 100%;
	font-size: 16px;
}
a.involved-admin-in:hover, a.involved-admin-in:focus{
	text-decoration:none;
	color:#ffffff;
}
.lower-text-chat {
	font-family: Open Sans;
	font-size: 12px;
	float: left;
	width: 100%;
}
sub, sup {
	font-size: 50%;
}
sup {
	top: -.7em;
}
.btn-success.focus, .btn-success:focus{
	background-color:#222222;
	border-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-success:hover{
	background-color:#222222;
	border-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newsletter-section .newsletter-btn:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}	
.team-social-links li a:hover i {
	color: #ffffff;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-sec-content input[type="submit"]:hover{
	background-color:#ffffff;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color:#222222;
}
.grpo-btn button:hover{
	background-color:#222222;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.image-content-home-page {
	position: absolute;
	top: 340px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	padding: 10px 5px;
	border: 2px solid #00b26b;
}
.image-content-home-page span {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.image-content-home-page span.man-name {
	font-size: 20px;
	font-family: Open Sans Semibold;
}
.image-content-home-page span.man-degis {
	font-size: 14px;
	font-family: Open Sans;
}
.featured-event-inner-men .image-content-home-page {
	left: 0;
	right: 0;
	max-width: 400px;
	margin: 0 auto;
	top:380px;
}
body a:hover{
	color:#00b26b;
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body a{
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}
body #accordion a:hover {
	color: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.general-detail-text.event-details.pen-remove-event-details {
	padding: 10px 0 0;
}
.step4-msg-add-bank {
	float: left;
	width: 100%;
	text-align: center;
	font-family: Open Sans Semibold;
	font-size: 18px;
	color: #00b26b;
}
/*-- Calendar --*/
#talent_calender .ui-widget.ui-widget-content {
	border: hidden;
}
#talent_calender .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 999999999999;
	background: transparent;
	border: hidden;
}
.filter-btn.margin-top-fb {
	margin-top: 6px;
}
/*-- Calendar --*/
/*-- 10-09-2018 --*/
.banner-for-talent {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.banner-for-talent img {
	width: 100%;
	height: 285px;
	object-fit: cover;
	object-position: center;
}
.banner-for-talent span {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	border: 1px solid #d5d5d5;
}
.banner-for-talent span i {
	margin-right: 4px;
	font-size: 16px;
}
.single-about-content {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.single-line-intro {
	font-size: 18px;
	text-align: center;
}
.socila-media-single-links li {
	float: left;
	width: auto;
	list-style: none;
	margin:0 20px;
}
.socila-media-single-links {
	padding: 0;
	margin: 0;
}
.img-div-single-about {
	text-align: center;
	margin-bottom: 20px;
}
.socila-media-single-links {
	padding: 0;
	margin: 0 auto;
	display: table;
}
.single-line-intro.name-single-about {
	font-size: 30px;
	font-family: Open Sans Bold;
	color: #00b26b;
}
.single-page-content .team-social-links li a {
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding:5px;
}
.about-single-content {
	float: left;
	width: 100%;
}
.content-about-single {
	float: left;
	width: 100%;
	margin-top: 0; 
}
.content-about-single h6 {
	margin-bottom: 10px;
}
.about-team-content-li a {
	color: #555555;
	text-decoration:none
}
.credit-card-section-form {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.checkout-add-bank .whole-form-consumer-bank {
	float: left;
	width: 100%;
	border: hidden;
	border-radius: 0;
	margin-top: 30px;
}
.whole-form-consumer-bank .form-grpo {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.whole-form-consumer-bank .form-grpo input {
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	padding-left: 40px;
	padding-right: 10px;
}
.whole-form-consumer-bank .form-grpo i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #d5d5d5;
}
.whole-form-consumer-bank .form-sel-b {
	float: left;
	width: 100%;
	height: 45px;
	position: relative;
}
body .whole-form-consumer-bank .select-selected {
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #757575;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-right: 40px;
	background: #fff;
	padding-left: 40px;
	height: 45px;
	border: 1px solid #d5d5d5;
	/* background: #fff; */
	padding-top: 13px;
	font-size: 15px;
}
.whole-form-consumer-bank .form-sel-b i {
	position: absolute;
	left: 18px;
	top: 50%;
	color: #d5d5d5;
	z-index: 9;
	transform: translateY(-50%);
}
.credit-card-sec-content .whole-form-consumer-bank .fas.fa-chevron-down {
	position: absolute;
	right: 20px;
	top: 23px !important;
	color: #d5d5d5;
	width: 10px;
	left: auto;
	transform: translateY(-50%);
	font-size: 16px;
}
.first-name-last-name-center {
	float: left;
	width: 100%;
}
/*-- 10-09-2018 -End-*/
/*-- 1109-2018 --*/
body table a:hover {
	color: #ffffff;
}
.agent-top-navigation {
	background: #00b26b;
	float: left;
	width: 100%;
}
.agent-top-navigation ul {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	float: left;
}
.agent-top-navigation ul li {
	float: left;
	display: inline-block;
	padding: 0 20px;
}
.agent-top-navigation ul li a {
	font-size: 16px;
	padding: 7px 25px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1;
	color:#ffffff;
	text-decoration:none;
	font-family:Open Sans Semibold;
}
.agent-top-navigation ul li a i {
	font-size: 14px;
	margin-right: 2px;
	color: #ffffff;
}
.agent-top-navigation ul li.active a {
	background: #ffffff;
	color: #00b26b;
}
.agent-top-navigation ul li a:hover{
	background: #ffffff;
	color: #00b26b;
}
.agent-top-navigation ul li a:hover i{
	color: #00b26b;
}
.agent-top-navigation ul li.active a  i{
	color: #00b26b;
}
.agent-headings {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0 40px;
}
.agent-headings h3 i {
	font-size: 25px;
}
table.table-agent tr th {
	background: #00b26b;
	color: #ffffff;
	border-bottom: hidden;
	padding: 10px 0 10px 20px;
}
table.table-agent tr td {
	padding: 10px 0 10px 20px;
	display: table-cell;
	vertical-align: middle;
}
table.table-agent tr td a.manage-agent {
	background: #00b26b;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 30px;
	line-height: 1;
	font-family: Open sans Semibold;
	text-decoration: none;
}
.image-for-marketing {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto;
}
.image-for-marketing span {
	font-size: 13px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	text-transform: uppercase;
	width: auto;
	text-align: left;
	padding-top: 17px;
	margin-right: 20px;
}
.img-from-market img {
	margin-top: 5px;
	max-width: 150px;
}
.img-from-market {
	float: left;
}
/*-- 1109-2018 -End-*/
/*-- 12-092018 --*/
.conusmer-bank-form.bank-form-consumer .whole-form-consumer-bank .form-grpo input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 50px;
}
.conusmer-bank-form.bank-form-consumer .whole-form-consumer-bank .form-grpo i {
	left: 33px;
	font-size: 16px;
}
.footer-line-copy {
	padding-top: 0 !important;
}
.footer-line-content .social-icons {
	padding-top: 10px;
}
.submit-pay {
	background: #00b26b;
	border: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	font-size: 16px;
	padding: 5px 30px;
	float: right;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.submit-pay:hover{
	background-color:#222222;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.chat-de.no-chat-message {
	font-size: 20px;
	text-align: center;
	color: #00b26b;
}
.form-group-inner i {
	position: absolute;
	left: 20px;
	top: 50% !important;
	transform: translateY(-50%);
	color: #757575;
}
/*-- 12-092018 -END-*/
/*-- 13-09-2018 --*/
.checkout-page tbody tr td {
	font-size: 15px;
	font-family: Open Sans Semibold;
}
.event-qnt-error {
	font-size: 12px;
	font-family: Open Sans Semibold;
	color: red;
	line-height: 20px;
}
.mobile-checkout-table {
	display: none;
}
.who.no.upload-contract-new input {
	height: auto;
	padding: 10px 15px;
	width: 100%;
	margin-top: 15px;
	float: left;
}
.create-event-date-time .date-info-input i {
	top: 50% !important;
}
.create-event-date-time .b-select {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.who.no.upload-contract-new {
	float: left;
	width: 100%;
}
.who.no.upload-contract-new input {
	height: auto;
	padding: 6px 15px;
	width: 100%;
	margin-top: 15px;
	float: left;
}
.bili-sec-sec .who span.dollar-sign-set.dds2 i.fas.fa-percent {
	left: 10px;
}
.select-type-r.new-radio-request-experience {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.select-type-r.new-radio-request-experience li {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
	padding-left: 25px;
}
.select-type-r.new-radio-request-experience li .checkmark {
	left: 0;
}
.select-type-r.new-radio-request-experience li input {
	left: 0;
}
.left-location-map.location-map-tal {
	margin-top: 40px;
	float: left;
}
/*-- 13-09-2018 -End-*/
/*-- 17-09-2018 --*/
.featured-experiences h5 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 0;
	font-family: Open Sans Semibold;
	color: #00b26b;
}
.bank-details {
	float: left;
	width: 100%;
	padding-top: 25px;
}
.bank-details .ach-bank-name span{
	font-family: Open Sans;
	font-size: 16px;
}
.bank-details .ach-bank-name {
	font-family: Open Sans Semibold;
	font-size: 16px;
}
.pay-with-bank.pay-with-define-bank {
	padding-top: 10px;
}
/*-- 17-09-2018 -End-*/
/*-- 18-09-2018 --*/
.whole-div-for-payment-terms {
	float: left;
	width: 100%;
}
.whole-div-for-payment-terms span.payment-terms-heading {
	font-size: 20px;
	float: left;
	width: 100%;
	font-size: ;
	color: #00b26b;
	font-family: Open Sans bold;
	margin-bottom: 15px;
}
.who.no.full-width-location {
	float: left;
	width: 100%;
	margin-top: 20px;
}
/*-- 18-09-2018 -End-*/
/*-- 19-09-2018 --*/
.full-travel-expense-page {
	float: left;
	width: 100%;
}
.names-expense-page {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
}
.names-expense-page i {
	width: 25px;
}
.value-travel {
	font-weight: 500;
	text-transform: capitalize;
	color: #00b26b;
}
.names-expense-page label {
	width: 100%;
	float: left;
	max-width: 240px;
}
.names-expense-page {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	font-family: Open Sans Semibold;
}
#add-experiance-media {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-of-documents {
	padding-left: 0;
	border-left: hidden;
	margin-top: 0;
	padding-top: 0;
}
.list-of-documents h5 {
	float: left;
	width: 100%;
	font-size: 22px;
	margin: 0;
	padding-bottom: 30px;
}
#add-experiance-media li {
	float: left;
	padding: 0 !important;
	width: auto;
}
#add-experiance-media li:first-child{
	padding-left:0;
}
#add-experiance-media li a {
	float: left;
	width: 100%;
	text-align: center;
}
.full-travel-expense-page input[type="button"] {
	width: auto;
	float: right;
	background: #00b26b;
	color: #ffffff;
	font-size: 17px;
	font-family: Open Sans Semibold;
	padding: 5px 30px;
	margin-left: 20px;
	margin-top: 50px;
	height: auto;
}
.full-travel-expense-page {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
#travel-Negotiate h4.modal-title {
	font-size: 20px;
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
}
#travel-Negotiate .modal-body {
	padding: 0 40px 20px;
}
#travel-Negotiate input#negotiate-amount {
	float: left;
	width: 48%;
	margin-right:2%;
}
#travel-Negotiate input[type="submit"] {
	float: right;
	width: 48%;
	margin-left: 2%;
	background: #00b26b;
	color: #ffffff;
	font-size: 18px;
	font-family: Open Sans Semibold;
}
#travel-Negotiate label {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-family: Open Sans Semibold;
	margin-bottom: 10px;
}
#travel-Negotiate {
	padding: 0 !important;
}
.input-sec-travel-expense {
	float: left;
	width: 100%;
}
.input-sec-travel-expense label, .upload-files-expensen label {
	float: left;
	width: auto;
	padding-right: 30px;
	font-size: 20px;
	font-family: Open Sans Semibold;
	margin-top: 5px;
}
.input-sec-travel-expense span.green-txt {
	position: relative;
}
.input-sec-travel-expense span.green-txt i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.upload-files-expensen {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.upload-files-expensen span {
	float: left;
	width: 100%;
	max-width: 300px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding:10px;
}
.upload-files-expensen span input {
	padding: 0;
	height: auto;
}
.send-travel {
	background: #00b26b;
	color: #ffffff;
	border: hidden;
	border-radius: 4px;
	font-size: 18px;
	font-family: Open Sans Semibold;
	padding: 10px 30px;
	line-height: 1;
	margin-top: 50px;
	float: right;
}
.whole-form-expense {
	float: none;
	display: table;
	max-width: 580px;
	margin: 0 auto;
	border: 1px solid #00b26b;
	padding: 30px 20px;
}
.calender-page.travel-expense-page {
	padding: 0px 0 80px 0;
}
.list-of-documents.list-docu-of {
	float: left;
	width: 100%;
	padding-left: 0;
	margin-top: 50px;
	border-left: hidden;
}
/*-- 19-09-2018 -End-*/
#update-consumer-profile .form-grp, #update-consumer-profile .form-grpo {
	margin-bottom: 20px;
}
#update-consumer-profile #password-error, #update-consumer-profile #email-error, #update-consumer-profile #name-error, #update-consumer-profile #last_name-error{
	color: red;
	position: absolute;
	bottom: -23px;
	font-weight: 300;
	left: 11px;
}
#update-consumer-profile #email-error{
	bottom: -15px;
}
#review-box .modal-dialog {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	margin: 0;
}
.venue-review {
	width: 400px;
}
#consumer-add-bank .error {
	border: 2px solid red !important;
}
#consumer-add-bank .add-bank-error {
	color: red;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	font-size: 17px;
	font-family: Open Sans Semibold;
}
.set-price-sec .price-of-event {
	display: table;
	margin: 0 auto;
	max-width: 120px;
	width: 100%;
	float: none;
	position: relative;
}
.price-of-event i {
	position: absolute;
	left: 10px;
	top: 18px;
	transform: translateY(-50%);
	color: #00b26b;
}
.set-price-sec .price-of-event input {
	width: 120px;
	margin: 0 auto;
	float: none;
	display: table;
	height: 35px;
	margin-bottom: 0;
	border: 1px solid #d5d5d5;
	text-align: center;
	padding: 0;
	padding-left: 15px;
}
.area-section span.checkmark-rt {
	width: 18px;
	background:#ffffff;
}
.area-section .form-grpr.sign-step-check-input {
	padding: 10px 0 !important;
}
.area-section .custom_chk {
	padding-left: 25px;
	font-size:15px;
}
.consumer_message.splashpage.activation-message {
	margin-top: 60px;
}
.checkout-add-bank .error{
	border-color:red !important;
}
.talent-name-top {
	float: left;
	width: 100%;
	position:relative;
}
.talent-name-top img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.talent-name-top h2 {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: capitalize;
	z-index: 9;
}
.event-image-required {
	border: 1px solid red;
}
.add-bank-event-booking {
	color: red;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-family: Open Sans Semibold;
}
.show-bank-error {
	float: left;
	width: 100%;
	text-align: center;
	color: red;
	margin-top: -28px;
	padding-bottom: 20px;
	font-family: Open Sans Semibold;
	font-size: 15px;
}
.create-new-event-page-right-sec .date-info-input i {
    top: 50%;
}
.accept-expense-talent {
	background: #00b26b;
	color: #ffffff;
	font-size: 15px;
	font-family: Open Sans Semibold;
	padding: 9px 20px;
	border-radius: 5px;
	line-height: 1;
	float: left;
	margin-right: 4px;
}
.travel-info {
	font-size: 14px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	text-transform: capitalize;
	text-align: left;
	line-height: 18px;
}
.content-about-single h6 {
	color: #00b26b;
}
.content-about-single p {
	font-size: 16px;
	padding-bottom: 20px;
}
#c-cropimg-event-pic, #cropimg-event-pic {
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	margin-top: 20px;
}
/*-- 25-09-2018 --*/
.event-search-form .date-info-input i.fa-chevron-down {
	left: auto;
	right: 25px;
}
.list-category-ex-content a {
	float: left;
	width: 33.3333%;
}
.list-category-ex-content .li-for-list {
	width: 100%;
	height: 300px;
}
.time-select.b-select input {
    border: 1px solid #d5d5d5;
}
table.mobile-checkout-page {
    display: none;
}
.price-ranger .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    top: -6px;
    margin-left: -14px;
    border: 1px solid #d5d5d5 !important;
    outline: none !important;
}
.event-filters .inputsec-filter.price-ranger {
	padding: 0 20px;
}
.input-price-ranger input {
	height: 20px;
	padding: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-left: -4px;
}
.input-price-ranger {
	margin-top:21px;
}
.event-filters .inputsec-filter.price-ranger span {
	margin-left: -10px;
}
/*-- 25-09-2018 -End-*/
/*-- 27-09-2018 --*/
.event-list-out-of-order {
	font-weight: 600;
	color: red;
	padding-top: 20px;
	float: left;
	width: 100%;
	font-family: Open Sans bold;
	font-size: 16px;
}
/*-- 27-09-2018 -End-*/
/*-- 28-09-2018 --*/
.img-div-single-about img {
	width: 100%;
}
.content-about-single p a {
	color: #00b26b;
	text-decoration: underline;
}
.main-section-main-content.login-page {
	margin-top: 100px;
}
.sec-1-sign-up.step_teo_rap.login-page {
	padding-top: 130px;
}
.padding-top-haeder {
	padding-top: 130px;
}
.step-t-sign-up.login-page-step-22 .sec-1-sign-up {
	padding-top: 70px;
}
.filter-btn {
	margin-left: 5px;
}
.expri-pen { 
	float: left;
	margin-right: 10px;
}
.experience-list .expri-pen {
	float: none;
}
.expri-pen a {
	float: left;
	padding: 0 15px;
}
.experience-list .expri-pen a {
	float: none;
}
.expri-btn a {
	float: left;
	margin-top: -8px;
}
body textarea:focus, body textarea:hover, body textarea:active{
	outline:none;
}
.general-detail-text .social-list-talent.consumer-stl ul li {
	float: left;
	width: 23px;
	padding-right: 0 !important;
	margin-left: 0;
}
.exclable {
	max-width: 170px;
	width: 100%;
}
span.green-dollar input {
	color: #000000;
	font-family: Open Sans;
	font-size: 15px;
}
.left-location-map.location-map-tal {
    width: 100%;
}
.fil-intro.talent-name span {
	font-size: 20px;
	color: #00b26b;
	font-family: Open Sans Bold;
}
.add-content-heading.tab-table-mp h3 {
	position: relative;
	float: left;
	width: 100%;
}
.add-content-heading.tab-table-mp h3 a {
	position: absolute;
	right: ;
	right: 0;
	top: 31%;
	background: #00b26b;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Open Sans Semibold;
	line-height: 1;
	transform: translateY(-50%);
	text-decoration:none;
}
.general-detail-text .social-list-talent.consumer-stl.manage-social ul li {
	width: 80%;
	margin-right: 0;
}
#image_resolution .modal-body {
    padding: 20px 40px 20px;
}
.agent-no-talent {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 25px;
	border: 2px dashed #d5d5d5;
	padding: 30px 0;
	margin-bottom: 50px;
}
#agent-register_form #email-error {
	bottom: -15px;
}
.error-pdf-size {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: Open Sans Semibold;
    color: red;
    margin-top: -12px;
    margin-bottom: 10px;
}
.carousel, .carousel-inner {
	position: relative;
	float: left;
	width: 100%;
}
.event-request-page .cmmnt i.fa-comment {
	margin-top: 6px;
	float: left;
}
.full-width-location button {
    margin-left: 0 !important;
}
.contract-pdf-name {
	height: 33px;
	line-height: 16px;
	font-size: 12px;
	float: left;
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 178, 107, 0.9);
	height: 100%;
	padding: 5px;
	color: #ffffff;
	display:none;
}
.pdf-li:hover .contract-pdf-name{
	display:block;
}
span.exp-contract-name {
    line-height: 16px;
    color: #00b26b;
    text-decoration: underline;
    height: 39px;
    overflow: hidden;
    float: left;
    width: 100%;
    word-break: break-all;
    padding: 5px 2px;
}
.contract-name{
	line-height: 16px;
	color: #000000;
	height: 39px;
	overflow: hidden;
	padding-top: 5px;
	float: left;
	width: 100%;
	word-break: break-all;
}
button.fil-btn {
    margin-top: 6px;
    margin-left: 5px; 
}
.term-condition-content ol, .term-condition-content ul  {
    padding-left: 15px;
}
.fishomepage {
	float: left;
	width: 100%;
	min-height: 110px;
}
/*-- 28-09-2018 -End-*/
/*-- 09-10-2018 --**/
body .add-bank-drop-pop .select-selected {
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 53px;
	padding-top: 13px;
	font-size: 15px;
	border:hidden;
	border-bottom: 1px solid #d5d5d5;
}
.form-sel-b.add-bank-drop-pop.select-custom-div {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 48px;
	margin-top: 15px;
}
.form-sel-b.add-bank-drop-pop i {
    position: absolute;
    left: 18px;
    top: 18px;
    color: #cecece;
    z-index: 9;
}
.form-sel-b.add-bank-drop-pop i.fa-chevron-down {
    right: 30px;
    left: auto;
    top: 19px;
    font-size: 11px;
    pointer-events: none;
}
body .add-bank-drop-pop.inner-drop-pop .select-selected {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 53px;
    padding-top: 13px;
    font-size: 15px;
    border: 1px solid #d5d5d5;
}
.form-sel-b.add-bank-drop-pop.inner-drop-pop i {
	left: 32px;
	font-size: 18px;
}
.form-sel-b.add-bank-drop-pop.inner-drop-pop i.fa-chevron-down {
	right: 30px;
	font-size: 18px;
	left: auto;
}
.form-sel-b.add-bank-drop-pop.inner-drop-pop.select-custom-div{
	margin-bottom: 15px;
	margin-top: 11px;
}
#sign-wait img {
	margin: 0 auto;
	display: table;
	float: none;
	max-width: 30px;
}
#sign-wait{
float: none;
margin-top: 10px;
color: #ffffff;
}
.list-category-ex-content a:nth-child(3n) > div {
    border-right: hidden;
}
.overflow-scroll-table {
    float: left;
    width: 100%;
    overflow-x: auto;
}
.time-i-custom .form-sel-b i.far.fa-clock {
    left: 16px;
}
.agent-filter-custom .form-group i {
    left: 20px;
    top: 21px;
}
body input, body select {
    background: #ffffff;
}
.multiselect-native-select button {
	width: 100%;
	float: left;
	text-align: left;
	height: 52px;
	margin-top: 20px;
}
.multiselect-native-select .btn-group {
    float: left;
    width: 100%;
}
.multiselect-container {
    width: 100%;
}
ul.multiselect-container.dropdown-menu li input {
    display: none;
}
ul.multiselect-container.dropdown-menu li {
	border-bottom:1px solid #d5d5d5;
}
ul.multiselect-container.dropdown-menu li a {
    padding: 10px 12px;
    line-height: 1;
    font-size: 14px;
}
.multiselect-container>li>a>label {
    padding: 0;
}
ul.multiselect-container.dropdown-menu>.active>a, ul.multiselect-container.dropdown-menu>.active>a:focus, ul.multiselect-container.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00b26b;
}
button.multiselect.dropdown-toggle.btn.btn-default {
	background-image: url(../images/layer-icon-2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 46px;
	font-size: 18px;
	padding-right: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.btn-default:focus, .btn-default:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
/*-- 09-10-2018 --End*--/
/*-- 11-010-2018 --*/
.contact-us-page-content {
	float: left;
	width: 100%;
	padding: 90px 0;
}
.user-title-detial-talent.title-user-talent p {
    font-size: 18px;
    padding-top: 3px;
    text-transform: capitalize;
}
.talent-experience-content.top-section-crowsel-detial {
	padding-top: 0;
}
.two-group-buttons {
	float: left;
	padding-top: 0;
	text-align: left;
	padding-top: 30px;
}
.two-group-buttons a {
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 4px;
	line-height: 1;
	text-decoration: none;
	margin: 0 5px;
}
.two-group-buttons a:hover{
	background-color:#000000;
	color:#ffffff;
} 
.full-div-of-contact-us-page {
	float: left;
	width: 100%;
}
.form-group-contact.culeft-input {
	float: left;
	width: 50%;
	padding-right: 5px;
	position: relative;
	margin-bottom: 25px;
}
.form-group-contact.curight-input {
	float: right;
	width: 50%;
	padding-left: 5px;
	position: relative;
	margin-bottom: 25px;
}
.form-group-contact.culeft-input i, .form-group-contact.curight-input i, .form-group-contact i, .form-group-contact-textarea i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #a3a3a3;
}
.form-group-contact.curight-input i{
	left:20px;
} 
.form-group-contact.culeft-input input, .form-group-contact.curight-input input, .form-group-contact input {
    padding-left: 40px;
	border:1px solid #d5d5d5;
	height:50px;
}
.form-group-contact, .form-group-contact-textarea {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}
.form-group-contact-textarea textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	resize: none;
	padding: 10px 10px 10px 40px;
}
.form-group-contact-textarea i {
	top: 22px;
}
.full-div-of-contact-us-page p {
	font-size: 22px;
	font-family: Open Sans Semibold;
	padding-bottom: 25px;
	line-height: 35px;
}
.form-group-button {
	float: left;
	width: 100%;
}
.form-group-button input {
	font-family: Open Sans Semibold;
	font-size: 18px;
	background: #00b26b;
	color: #ffffff;
	width: auto;
	padding: 5px 30px;
	min-height: 50px;
}
.contact-us-page {
	background: #ffffff;
}
.img-of-contact-us img {
	width: 100%;
}
.four-section-below-form {
	background: #f3f3f3;
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
	float: left;
	width: 100%;
}
.section-inside-contact {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	background-color: transparent;
	border: 1px solid #00b26b;
	padding: 40px 40px;
}
.img-div-single-sec-c {
	max-width: 70px;
	height: 70px;
	background: #00b26b;
	text-align: center;
	border-radius: 100%;
	font-size: 30px;
	color: #ffffff;
	padding: 10px;
	float: none;
	margin: 0 auto;
}
.contact-us-content-form-b {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-family: Open Sans bold;
	line-height: 30px;
	padding-top: 20px;
	min-height: 80px;
}
.contact-us-content-form-b a {
	text-decoration: none;
	color: #333333;
}
.map-section-contact-us {
	float: left;
	width: 100%;
	padding: 50px 0 0;
}
.heading-map-section span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin-bottom: 20px;
	font-family: Open Sans Semibold;
}
.iframe-map-section iframe {
	margin-bottom: -5px;
}
.contact-us-content-form-b span {
	float: left;
	width: 100%;
}
.for-mobile-center {
	position: absolute;
	left: 0;
	max-width: 180px;
	width: 100%;
	text-align: center;
}
.banner-sec.black-background::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
}
.main-banner-content { 
	position: relative;
}
.banner-sec.talent-listing {
	background-image: url("../images/banner-talent-detail.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.inputsec-filter input {
	border: 1px solid #d5d5d5;
}
body .inputsec-filter .category-select-filter.select-custom-div .select-selected {
	border: 1px solid #d5d5d5;
	padding-top: 9px;
}
.inputsec-filter.button-filter input {
	margin-top: 31px;
	border: hidden;
}
#upadate-consumer-profile .m-p-form .form-grpo i {
	color: #000001;
}
.modal {
	z-index: 9999999;
}
td.select-type-r li {
	margin: 0 12px;
	padding: 0;
}
.bottom-nav-bar {
	position: relative;
	z-index: 9;
}
.banner-sec.about-page-banner {
	background-image: none;
} 
.banner-sec.about-page-banner .main-banner-content {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 1235px;
	right: 0;
	margin: 0 auto;
}
.image-team {
	float: left;
	width: 100%;
	position: relative;
}
.image-team img{
	width: 100%;
}
.display-im2, .display-im3{
	display:none;
}
#update-consumer-profile .m-p-form i {
	color: #222222 !important;
}
.banner-sec.about-page-banner {
	background-image: none;
}
.about-box-boxes img {
	max-width: 115px;
	width: 100%;
}
.sort-by-right.pull-right ul {
	position: absolute;
	left: 0;
	top: 83px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	line-height: normal;
	list-style: none;
	max-width: 200px;
	width: 100%;
	display:none;
}
.sort-by-right.pull-right ul.show-sort{
	display:block;
}
.sort-by-right.pull-right {
	position: relative;
}
.sort-by-right.pull-right ul li {
	float: left;
	width: 100%;
}
.sort-by-right.pull-right ul li a {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	padding: 4px 10px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	font-family: Open Sans Semibold;
}
.sort-by-right.pull-right ul li:last-child a{
	border-bottom:hidden;
}
.resend-user-verification {
	float: left;
	width: 100%;
	margin-left: 27px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	font-size: 15px;
	margin-top: 10px;
	text-decoration: underline;
}
.clear-filter a {
	font-size: 18px;
	background: #a8a8a8;
	width: 100%;
	float: left;
	margin-top: 5px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	text-align: center;
	padding: 8px 0;
	border-radius: 4px;
	text-decoration: none;
}
.clear-filter a:hover{
	color:#ffffff;
	background:#000000;
}
.msg-for-talent {
	float: left;
	width: 100%;
}
.msg-for-talent span {
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: Open Sans Semibold;
	margin-bottom: 5px;
}
.msg-for-talent textarea {
	width: 100%;
	float: left;
	min-height: 100px;
	max-height: 100%;
	resize: none;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding:5px;
}
.msg-section-text {
	font-size: 15px;
}
.msg-section-text {
	float: left;
	width: 100%;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 15px;
}
.featured-talent {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #00b26b;
	font-family: Open Sans Semibold;
}
.banner-sec.blog-page {
	background: url(../images/news-banner.jpg);
	z-index: -1;
}.error-page.\34 04-page {
	background: url("../images/404-page.jpg");
}
.error-page-content h2 {
	color: #ffffff;
}
/*-- 11-010-2018 -End-*/
/*-- 18-10-2018 --*/
span.labelo-date-time {
	font-size: 16px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	float: left;
	width: 100%;
}
.fromto-ed {
	float: left;
	width: 100%;
	font-family: Open Sans Semibold;
	max-width: 50px;
	font-size: 16px;
	clear: both;
}
.d-t-event-detail {
	margin-bottom: 15px;
}
.d-t-event-detail {
	font-size: 14px;
} 
.invite-consumer-for-experience {
	background: #00b26b;
	float: left;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 93px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Open Sans Semibold;
	margin-left: 15px;
	text-decoration: none;
}
.invite-consumer-for-experience:hover, .invite-consumer-for-experience:focus {
	text-decoration: none;
}
#invite-consumer .modal-title {
	float: left;
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	color: #ffffff;
}
#invite-consumer .modal-body {
	padding: 10px 40px 0px;
}

#invite-consumer .message-show {
	color: red !important;
	font-family: Open Sans Semibold;
	margin-top: 10px;
}
#invite-consumer .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    position: absolute;
}
#invite-consumer #agnet_name {
	margin-top: 15px;
}
.invite-consumer-for-exp {
	background: #00b26b;
	float: right;
	color: #ffffff;
	font-family: Open Sans Semibold;
	font-size: 18px;
	padding: 10px 30px;
	line-height: 1;
	border-radius: 4px;
	border: hidden;
	margin-top: 15px;
}
.invite-consumer-for-exp:hover, .invite-consumer-for-exp:focus{
	color:#ffffff;
	text-decoration:none;
	background:#00b26b;
}
.final-price-for-exp {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #00b26b;
	font-family: Open Sans Semibold;
	font-size: 18px;
	padding: 10px 3px;
}
.erv-date-time .exp-request-view-start-date {
	font-size: 16px;
	margin-top: 10px;
	width: auto !important;
}
.erv-date-time.time-sec-ex-req span.sto {
	margin: 0 13px;
	width: 15px;
	padding: 11px 0 0;
	text-align: center;
	color: #00b26b;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
}
.filter-seco.ipad-till-only.sticky-filter {
	position: fixed;
	top: 0;
	z-index: 99999999999;
	margin-top: 0;
	max-width: 1240px;
	transition: 0.5s;
}
.banner-sec.events-page {
	background-image: url("../images/events-bg.jpg");
	z-index: 1;
}
.content-sec-side-blog span a {
	color: #05b26c;
	text-decoration: none !important;
}
/*-- 18-10-2018 -End-*/
/*-- 19-10-2018 --*/
.experience-request .about-review-by h3 {
	text-align: center;
	text-transform: capitalize;
	color: #00b26b;
}
.sm-label {
	float: left;
	width: 100%;
	font-size: 17px;
	font-family: Open Sans Semibold;
	margin-bottom: 10px;
}
.social-icon-li-fil li:last-child {
	margin: 0; 
}
.talent-detail-so i {
	position: static !important;
}
.social-list-talent.talent-detail-so ul li a i {
	font-size: 25px;
}
.two-group-buttons a:first-child {
	margin-left: 0;
}
.fa-google-plus-square {
	color: #ed4e40;
}
.fa-linkedin, .fa-linkedin-in {
	color: #0274b3;
}
.fa-twitter-square, .fa-twitter {
	color: #00aced;
}
.fa-instagram {
	color: #f11203;
}
.fa-facebook, .fa-facebook-square, .fa-facebook-f {
	color: #395498;
}
.two-nor-btn button:last-child {
	margin-right: 0;
}
.dis-tag.dis-tag2.mp-tag.fn-field-new input {
	padding-left: 33px;
}
.dis-tag.dis-tag2.mp-tag.lm-field-new input {
	padding-left: 33px;
}
.hosted-by {
	font-size: 15px;
	font-style: italic;
	color: #7e7575;
}
.experience-view-o {
	float: right;
	margin-top: -30px;
	margin-bottom: 60px;
}
/*-- 19-10-2018 -End-*/
/*-- 22-10-2018 --*/
.read-more-tb, .read-more-tb-2 {
	bottom: 0px;
	right: 0;
	background: #000;
	color: #ffffff;
	font-family: Open Sans Semibold;
	border: hidden;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 13px;
	-webkit-border-radius: 4px;
}
.user-title-detial-talent.description-talent.Read_More {
	height: auto;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.read-more-tb.Read_More_hide {
	display: none;
}
.user-title-detial-talent.description-talent.Read_More .read-more-tb-2 {
	display: block !important;
}
/*-- 22-10-2018 -End-*/
/*-- 23-10-2018 --*/
.full-div-of-contact-us-page input.error {
	border: 2px solid red;
}
.feature-bio-limit {
	float: right;
	width: 100%;
	line-height: 1;
	background: #dddada;
	max-width: 180px;
	text-align: center;
	padding: 8px 5px;
	font-size: 12px;
	border-radius: 0 0 4px 4px;
	margin-top: -20px;
	font-family: Open Sans;
}
.black-background::after {
	content: "";
	position: absolute;
	background: rgba(0, 0 , 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.black-background {
	position: relative;
}
/*-- 23-10-2018 -End-*/
/*-- 30-10-2018 --*/
.multiselect-container.dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
}
#ui-datepicker-div {
	z-index: 99999 !important;
}
#c-cropimg-exp-pic, #cropimg-exp-front-pic {
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	padding: 10px 30px;
	line-height: 1;
	margin-top: 20px;
}
.experience-request-heading {
	float: left;
	width: 100%;
	text-align: center;
}
.experience-request-heading h3 {
	font-family: Open Sans Semibold;
	color: #00b26b;
}
.request-btn-eview button {
	margin-top: 0;
	margin-bottom: 50px;
	float: right;
}
.filter-sec {
	padding-top: 40px;
}
.content-filter-secb {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.social-list-talent.consumer-stl.talent-detail-so {
	float: right;
	width: auto;
	padding-top: 28px;
}
.read-more-tb-2.Read_less_show {
	display: block !important;
	float: right;
}
.readmore-readless {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: -10px;
}
.text-area-write.feature-bio span {
	position: static;
}
.text-area-write.feature-bio{
	padding-left:0;
}
/*-- 30-10-2018 -End-*/
/*-- 31-10-2018 --*/
.paid-time {
	float: none;
	width: 100%;
	font-size: 18px;
	font-family: Open Sans Semibold;
	color: #222222;
	max-width: 350px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0;
}
.paid-time b {
	float: left;
	min-width: 130px;
	text-align: left;
	color: #00b26b;
}
.whole-paid-time {
	float: none;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	padding: 20px 10px;
	border-bottom: 3px solid #00b26b;
	margin-bottom: 20px;
	background: #ffffff;
}
/*-- 31-10-2018 -End-*/
.talent-detail-new .profile-photo {
	max-height: 350px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #d5d5d5;
	height: 300px;
	max-width: 300px;
	width: 100%;
	position: static;
	min-width: 300px;
}
.talent-detail-new .profile-photo img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.cover-photo-talent-datial {
	float: none;
	display: table;
	margin: 0 auto;
}
.talent-detail-new .social-list-talent.consumer-stl.talent-detail-so {
	float: left;
	width: 100%;
	padding-top: 28px;
	margin-right: 0;
}
.manage-profile .profile-pic {
	position: relative;
	top: 0;
	cursor: pointer;
	float: left;
	width: 350px;
	height: 350px;
}
.manage-profile .profile-pic i {
	bottom: 20px;
	right: 50px;
}
.manage-profile .banner-for-talent img {
	width: 100%;
	height: 285px;
	object-fit: cover;
	object-position: top;
}
.talent-name-top img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}
.under_the_bar {
	float: left;
	width: 100%;
	border-top: 1px solid #d5d5d5;
}
.center-line::after {
	content: "";
	position: absolute;
	left: 0;
	border-left: 1px solid #d5d5d5;
	height: 300px;
	top: 50%;
	transform: translateY(-50%);
}
.images-jake-olson iframe {
	width: 100%;
}
/*-- 09-11-2018 --*/
a.view-chat-button {
	background: #00b26b;
	color: #ffffff;
	line-height: 1;
	padding: 9px 20px;
	border-radius: 5px;
	font-family: Open Sans Semibold;
	text-decoration: none;
	font-size: 14px;
	float: left;
}
.manage-profile-table .give_review {
	top: 0;
}
.experi-req-table .eye-o {
	margin: 0 0 0 12px;
}
.experi-acc-req .eye-o {
	margin: 0 0 0 12px;
}
.experi-pending-req .eye-o {
	margin: 0 0 0 12px;
}
.ex-dec-req .eye-o {
	margin: 0 0 0 12px;
}
.create-new-event-page-right-sec .images-lis {
	width: 100%;
}
.social-list-talent.consumer-stl.talent-detail-so ul li {
	float: left;
	width: auto;
	text-align: center;
}
.social-list-talent.talent-detail-so ul {
	padding: 0;
	padding-left: 0;
	list-style: none;
	margin: 0 auto;
	display: table;
}
/*-- 09-11-2018 -End-*/
/*-- 12-11-2018 --*/
.ex-req-view .experience-request-detail-detail {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 80px;
}
.ex-req-view .rating-social.faserd.erdpoo {
	margin: 0 auto;
	display: table;
	float: none;
	width: auto;
}
.ex-req-view .social-icon-li-fil.erdps {
	float: none;
	margin: 0 auto;
}
.ex-req-view .end-btn.btn-two-o {
	float: none;
	margin: 0 auto;
	display: table;
	width: auto;
	padding-top: 20px;
}
.ex-req-view .user-id-talent.erdp.erdpo h6 {
	font-size: 25px;
}
.ex-req-view .exp-r-d-page {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}
body .ex-req-view  a.activate:hover {
	color: #ffffff;
}
.ex-req-view .deactivate.requestapprove:hover {
	color: #ffffff;
}
/*-- 12-11-2018 -End-*/ 
.btn-nor-sec.pull-right.main-2inone .two-nor-btn.\32 inone {
	float: left;
	width: 50%;
}
.btn-nor-sec.pull-right.main-2inone .one-nor-btn {
	float: left;
	width: 50%; 
}
.btn-nor-sec.pull-right.main-2inone {
	max-width: 660px;
	width: 100%;
	margin-right: 10px;
}
.btn-nor-sec.pull-right.main-2inone button.width-btn {
	width: 100%;
	padding: 15px 0;
}
.btn-nor-sec.pull-right.main-2inone .two-nor-btn.\32 inone button {
	width: 100%;
	margin-left: 0;
	padding: 15px 0;
}
.caret {
	display: none;
}
button.multiselect.dropdown-toggle.btn.btn-default{
	position:relative;
} 
button.multiselect.dropdown-toggle.btn.btn-default::after {
	background-image: url("../images/down-step-2.png");
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	width: 21px;
	height: 18px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
}
.select-your-category-section .error {
	color: red;
	text-align: center;
	padding-top: 10px;
	float: left;
	width: 100%;
}
.form-grpo sup {
	position: absolute;
	top: 30px;
	left: 45px;
	color: red;
	font-size: 13px;
}
.input-group-btn button.btn-danger:hover, .input-group-btn button.btn-success:hover, .input-group-btn button.btn-danger:active, .input-group-btn button.btn-danger:focus, .input-group-btn button.btn-success:active, .input-group-btn button.btn-success:focus {
	outline: none;
}
input.error {
	border: 1px solid red !important;
}
/*-- 15-11-2018 --*/
.pay-with-old form input[type="submit"] {
	float: right;
	width: auto;
	background: #00b26b;
	color: #ffffff;
	padding: 0;
	height: auto;
	padding: 4px 30px;
	font-family: Open Sans Semibold;
	font-size: 18px;
	margin-top: -3px;
}
.pay-with-old .radio-bank .checkmark {
	top: 4px;
}
.pay-with-old span {
	float: left;
	width: auto;
	margin-bottom: 0;
}
.pay-with-new {
	float: left;
	width: 100%;
}
.pay-with-new .radio-bank .checkmark {
	top: 4px;
}
.pay-with-old {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 15px 15px 13px;
	background: #ffffff;
	border-radius: 4px 4px 0 0;
}
.pay-with-new {
	float: left;
	width: 100%;
	padding: 15px 15px;
	border: 1px solid #d5d5d5;
	border-radius: 0 0 4px 4px;
	background: #ffffff;
	border-top: hidden;
}
.method-section-pay {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.manage-profile-table a.view-chat-button {
	padding: 5px 20px;
	float:none;
}
.who.no.full-width-location.location-sec-add h6.medium {
	margin-bottom: 10px;
}
.request-list-experience.xl-table tr td:nth-child(2) {
	text-align: center;
}
#sign-up-user input.error {
	border: hidden !important;
	border-bottom: 1px solid red !important;
}
.general-detail-text .two-group-buttons {
	padding-top: 40px;
}
.talent-list-r.manage-profile a.view-chat-button {
	float:none;
	padding: 6px 20px;
}
#contact-us input[type="submit"]:hover{
	background:#000000;
}
.table-for-book th.action-cout-action {
	text-align: center;
}
#experience-ta-detail .cmn-btn:hover, .talent-experience-content button:hover{
	background-color: #000000;
}
#finance-modal .two-body-modal .col-md-6:nth-child(1) {
	padding-left: 0;
}
#finance-modal .two-body-modal .two-body-modal .col-md-6{
	padding-right:0;
}
.travel-expense-table span.cmmnt {
	margin-right: 15px;
	margin-left: -8px;
}
.upload-files-expensen span input {
	background: transparent;
}
.travel-expense-table thead th {
	padding: 5px 15px;
	background: #00b26b;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
.travel-expense-table tbody td {
	padding: 5px 15px;
	height: 60px;
	background: #ffffff;
	border: hidden;
}
/*-- 15-11-2018 -End-*/
/*-- Concierge --*/
.laptop-img {
	margin-left: -110px;
	float: left;
	width: 100%;
}
.laptop-content {
	margin-right: -122px;
	margin-left: -40px;
	float: left;
	padding-top: 70px;
}
.Concierge-page h2 {
	font-size: 45px;
	font-family: Open Sans BOld;
	color: #141414;
	float: left;
	width: 100%;
	line-height: 60px;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.loptop-content-headings h3 {
	font-size: 40px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	line-height: 60px;
	letter-spacing: 1px;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}
.loptop-content-headings {
	float: left;
	width: 100%;
}
.Concierge-page p {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 1px;
	float: left;
}
.laptop-content-para{
	float:left;
	width:100%;
	padding-top: 25px;
}
.engage-concierge-content {
	float: left;
	width: 100%;
	padding-top: 95px;
}
.concierge-create-profile {
	float: left;
	width: 100%;
	background: url(../images/Creating-profile-bg.jpg);
	height: 580px;
	display: table;
	margin-top: -22px;
	background-position: right;
}
.concierge-create-profile .concierge-create-profile-2 {
	display: table-cell;
	vertical-align: middle;
}
.creating-profile-heading h2 {
	padding-bottom: 10px;
}
.crafting-experience-content {
	float: left;
	width: 100%;
	padding: 90px 0 117px;
}
.CE-right-content {
	float: left;
	margin-right: -100px;
	padding-top: 55px;
}
.CE-left-img img {
	width: 100%;
}
.CE-left-img {
	float: left;
	width: 100%;
	position: relative;
}
.CE-left-img::before {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 8px solid #d5d5d5;
	left: -28px;
	top: 28px;
	content: "";
	z-index: -1;
}
.CE-right-content p {
	padding-top: 10px;
}
.assistance-section {
	float: left;
	width: 100%;
	background-image: url("../images/Assistant-bg.jpg");
	min-height: 520px;
	background-size: cover;
	background-position: center;
}
.assistance-content {
	float: none;
	width: 100%;
	padding-top: 125px;
	max-width: 980px;
	margin: 0 auto;
	display: table;
}
.assistance-content p {
	padding-top: 20px;
}
.connecting-engage-img {
	float: left;
	margin-left: -150px;
}
.connecting-engage-right {
	float: left;
	margin-right: -80px;
	padding-top: 65px;
}
.connecting-engage-right p {
	padding-top: 15px;
}
.connecting-engage-content {
	float: left;
	width: 100%;
	padding-top: 125px;
}
.helping-section {
	float: left;
	width: 100%;
	background-image: url("../images/helping-section-bg.jpg");
	height: 620px;
	display: table;
}
.helping-section-2 {
	display: table-cell;
	vertical-align: middle;
}
.helping-content-heading h2 {
	color: #ffffff;
}
.helping-content-heading p {
	color: #ffffff;
	padding-top: 15px;
}
.answering-question-content {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.answering-question-section-right-content {
	float: left;
	width: 100%;
}
.answering-question-section-right-content p {
	padding-top: 15px;
}
.answering-question-section {
	float: left;
	width: 100%;
	background: #edeef3;
}
.engage-concierge::after {
	background-image: url("../images/triange-c-page.png");
	width: 432px;
	height: 425px;
	content: "";
	position: absolute;
	right: -220px;
	bottom: 19px;
}
.connecting-engage-section {
	float: left;
	width: 100%;
	position: relative;
	overflow:hidden;
}
.connecting-engage-section::after {
	background-image: url("../images/triange-c-page.png");
	width: 432px;
	height: 425px;
	content: "";
	position: absolute;
	right: -190px;
	top: -71px;
}
.engage-concierge {
	position: relative; 
	float: left;
	width: 100%;
	overflow:hidden;
}
.Concierge-page {
	float: left;
	width: 100%;
	background-color: #ffffff;
}
/*-- Concierge -End-*/
/*-- 22-11-2018 ---*/
.talent-frame-section {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 10px 15px;
	border-top: 2px solid #00b26b;
	margin-bottom: 30px;
	margin-top: 30px;
}
.show-your-profile {
	font-size: 16px;
	font-family: Open Sans Semibold;
	margin-bottom: 10px;
}
.talent-frame-section .frame-code {
	float: left;
	width: 100%;
	border: 1px dashed #d5d5d5;
	padding: 5px 10px;
	background: #f7f7f7;
}
.iframe-hints {
	font-size: 12px;
	margin-top: 14px;
	float: left;
	color: #00b26b;
}
.iframe-hints i {
	margin-right: 3px;
	color: red;
}
.you-tube-section {
	float: left;
	width: 100%;
}
.you-tube-section {
	float: left;
	width: 100%;
}
.you-tube-inline input[type="url"] {
	float: left;
	width: 100%;
	padding-left: 35px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #d5d5d5;
	border-right: hidden;
	padding-right: 35px;
}
.you-tube-inline input[value="Add"] {
	float: right;
	width: 25%;
	background: red;
	color: #ffffff;
	font-size: 18px;
	font-family: Open Sans Semibold;
	border-radius: 0 4px 4px 0;
}
.for-youtube-icon i {
	position: absolute;
	left: 10px;
	top: 15px;
	color: red;
	font-size: 16px;
}
.for-youtube-icon {
	float: left;
	width: 75%;
	position: relative;
}
.video-u {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.merge-field {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.merge-field i {
	position: absolute;
	right: 10px;
	top: 16px;
	color: red;
}
.merge-field i.fa-youtube {
	position: absolute;
	left: 10px;
	top: 15px;
	color: red;
	right: auto;
	font-size: 16px;
}
.you-tube-inline .merge-field input[type="url"]{
	border:1px solid #d5d5d5;
	border-radius:4px;
}
.youtube-heading {
	float: left;
	width: 100%;
	font-size: 17px;
	font-family: Open Sans Semibold;
	margin-bottom: 5px;
}
.utube-error-message {
	float: left;
	width: 100%;
	color: red;
}
.get-in-touch {
	float: left;
	width: 100%;
}
.get-in-touch h4 {
	background: #01b26c;
	color: #ffffff;
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.button-section-concierge {
	float: left;
	width: 100%;
}
.button-section-concierge ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin:0 auto;
	display:table;
	padding: 30px 0;
}
.button-section-concierge ul li {
	float: left;
	display: inline;
	padding: 0 5px;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	width: 50%;
}
.button-section-concierge ul li:last-child {
	border-right:hidden;
}
.button-section-concierge ul li a i {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 25px;
	border-radius: 100%;
	padding-top: 17px;
	background: #000000;
	border: hidden;
	color: #ffffff;
}
.button-section-concierge ul li a i.fa-phone{
	transform:rotate(90deg);
}
.social-media-links {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #d5d5d5;
}
.social-media-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin:0 auto;
	display:table;
}
.social-media-links ul li {
	float: left;
	padding: 0 10px;
}
.social-media-links ul li a i {
	width: 40px;
	height: 40px;
	background: #efefef;
	text-align: center;
	padding: 11px;
	border-radius: 100%;
	font-size: 17px;
}
.social-media-links h6 {
	margin-bottom: 20px;
	text-align: center;
}
.all-icon-in-touch {
	float: left;
	width: 100%;
	padding: 0 30px;
	border: 1px solid #d5d5d5;
	border-radius: 0 0 4px 4px;
	background: #ffffff;
}
.button-section-concierge ul li a span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-top:5px;
}
.bdd-content p a {
	color: #00b26b;
	text-decoration: none;
}
.full-div-of-contact-us-page {
	margin-top: -9px;
}
#talent_calender .ui-datepicker-next.ui-corner-all:hover {
	background: #000000;
}
.request-list-experience a.view-chat-button {
	padding: 4px 20px;
	font-size: 14px;
	float: none;
}
.one-nor-btn {
	float: right !important;
	width: 100%;
}
.main-section-main-content.for-chat-sec {
	margin-bottom: 40px;
}
.verify-table-section.verify-msg {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.verify-table-section.verify-msg p {
	font-size: 18px;
}
.verify-table-section.verify-msg p a {
	color: #00b26b;
	text-decoration: underline;
}
.verification-form-section input {
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 1px solid #d5d5d5;
}
.verification-form-section input[type="submit"] {
	margin-right: 0;
}
.verification-form-section input[type="submit"] {
	margin-right: 0;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	font-size: 18px; 
	font-family: Open Sans Semibold;
}
.verification-form-section {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 15px 20px;
	background: #ffffff;
	margin-top: 30px;
}
/*-- 22-11-2018 -End--*/
.pending-bank-notification {
	background: red;
	width: 100%;
	font-size: 16px;
	padding: 10px 40px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	float: left;
}
.pending-bank-notification a {
	color: #ffffff !important;
	text-decoration: underline;
}
#register_form input.error, #talent-signup-from input.error{
	border:hidden !important;
	border-bottom: 1px solid #ddddde !important;
}
.experience-request-heading {
	float: left;
	width: 100%;
	margin: -20px 0 20px 0;
}
.view-checkout {
	background: #00b26b;
	padding: 5px 25px;
	line-height: 1; 
	font-family: Open Sans Semibold;
	font-size: 15px;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: capitalize;
}
.chat-section {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.user-title-detial-talent.description-talent {
	max-height: initial;
	margin-bottom: 20px;
	height: 230px;
}
.events-page .user-title-detial-talent.description-talent {
	max-height: initial;
	margin-bottom: 20px;
}
.user-title-detial-talent.description-talent.Read_More {
	max-height: initial;
}
.experience-request-detail-detail .both-btn {
	max-width: 210px;
}
.talent-experience-content.talent-event-content iframe {
	width: 100%;
}
.select-your-category-section.manage-profile-price h4 {
	text-align: left;
	color: #000000;
	font-size: 17px;
}
.select-your-category-section.manage-profile-price {
	background: #ffffff;
	padding: 0;
	margin-top: 30px;
	padding: 20px 20px;
	border-top: 3px solid #00b26b;
}
.selected-price-range {
	float: left;
	width: 100%;
	color: #00b26b;
}
.select-your-category-section.manage-profile-price button.multiselect.dropdown-toggle.btn.btn-default {
	height: 40px;
	font-size: 16px;
}
.select-your-category-section.manage-profile-price .btn-group button::after {
	width: 15px;
	height: 14px;
	background-size: 15px;
}
.select-your-category-section.manage-profile-price .btn-default:focus, .select-your-category-section.manage-profile-price .btn-default:hover {
	color: #000000;
	background-color: #ffffff;
	border-color: #d5d5d5;
}
.bank-not-yet-verified {
	float: left;
	background: #f7f7f7;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 10px 35px;
	color: red;
	text-align: center;
	font-family: Open Sans Semibold;
}
#agent-register_form input.error {
	border: hidden !important;
	border-bottom: 1px solid #d5d5d5 !important;
}
.bio-six-sec ul {
	padding: 0;
}
.modal .modal-footer button:hover {
	background-color: #000;
	color: #fff;
}
.featured-event-boxes ul li img {
	max-width: 61px;
	max-height: 61px;
}
.drop-down ul {
    width: 100%;
}
.main-section-main-content.consumer.talent-detail-new {
	padding-top: 30px;
}
a.view-chat-button span {
    font-size: 14px;
}
span.both-btn a {
    font-size: 14px;
}
.calender-page-t span.both-btn {
    margin-right: 10px;
}
body .modal-dialog{
	position:absolute;
}
.review-link-btn a:hover {
    color: #ffffff;
}
.talent-experience-content.talent-event-content.video-section-td {
	padding-top: 0;
	margin-bottom: 90px;
}
/*-- 03-12-2018 --*/
.agency-upload-img {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.agency-upload-img span.upload-agency-img {
	width: 100%;
	height: 100%;
	max-height: 140px;
	max-width: 140px;
	border: 1px solid #d5d5d5;
	display: table;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-border-radius:100%;
	overflow:hidden;
}
.agency-upload-img img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius:100%;
	-webkit-border-radius:100%;
}
.textarea-agent #description {
	width: 100%;
	resize: none;
	height: 130px;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	padding: 10px 10px 10px 35px;
}
.bg-color.sign-up-consumer.sign-up-form-consumer-section .m-p-form .form-grpo.textarea-agent i {
	top: 28px;
	left: 27px;
}
.form-grpo.textarea-agent {
	padding-bottom: 0 !important;
}
.form-grpo.textarea-agent sup {
	left: 49px;
}
.agency-detials {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #d5d5d5;
	border-bottom: 3px solid #00b26b;
	background: #ffffff;
	min-height: 230px;
	padding: 20px 30px 20px 215px;
	margin-bottom: 20px;
}
.company-logo img {
	width: 100%;
	height: 100%;
	min-height: 180px;
	min-width: 180px;
	object-fit: cover;
}
.company-logo {
	position: absolute;
	left: 14px;
	max-width: 180px;
	max-height: 180px;
	width: 100%;
	height: 100%;
	display: table;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}
.agency-details h5 {
	margin: 0;
	font-size: 25px;
	font-family: Open Sans Semibold;
	padding-bottom: 10px;
}
#youtube-videos .modal-body {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 20px 25px 20px;
	position:relative;
}
#youtube-videos .modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.heading-youtube {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: Open Sans Semibold;
	font-size: 20px;
	margin-bottom: 15px;
}
.youtube-field i {
	position: absolute;
	left: 15px;
	top: 16px;
	color: red;
}
.add-youtube-link input {
	padding-left: 35px;
}
.add-youtube-link button {
	font-family: Open Sans Semibold;
	background: red;
	color: #ffffff;
	border: hidden;
	padding: 5px 30px;
	border-radius: 4px;
	margin: 0 auto;
	display: table;
}
.youtube-field {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#youtube-videos .close {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #ffffff;
	opacity: 1;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	border-radius: 100%;
	font-size: 30px;
	float: none;
	padding-left: 10px;
}
.close:focus, .close:hover {
	opacity: 1;
}
.utube-error-message {
	float: left;
	width: 100%;
	color: red;
	text-align: center;
}
.remove-youtube-video {
	position: absolute;
	right: -7px;
	top: -12px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	cursor: pointer;
	background: #00b26b;
	padding: 0;
	padding-top: 0px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	text-align: center;
	padding-top: 0;
	font-size: 12px;
}
#show-event-video li iframe {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.agency-details {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.agency-details h5 {
	color: #00b26b;
	text-transform: capitalize;
	font-size: 22px;
}
/*-- 03-12-2018 -End-*/
#agency_name-error {
	color: red;
	position: absolute;
	bottom: -21px;
	font-weight: 300;
	left: 20px;
}
.form-grpo.textarea-agent {
	margin-top: 15px;
}
#agenncy-logo-upload-error {
	width: 100%;
	text-align: center;
	left: 20px;
	font-weight: 300;
	color: red;
}
/*-- Player --*/
#player-bar {
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	bottom: -100%;
	width: 100%;
	box-shadow: 0 -4px 18px 0 rgba(0,0,0,0.05);
	z-index: 100;
	padding: 1.25em 1em 1em 1em;
	display: table;
	table-layout: fixed;
	z-index: 9999;
}
.mejs-player-bar {
	position: absolute;
	top: -0.7em;
	left: 0;
	width: 100%;
}
.mejs__controls .mejs__time-rail .mejs__time-total {
	background-color: #ddd;
	background-image: none;
	height: 1em;
	margin: 0;
	width: 100%;
}
.mejs__container {
	background: transparent;
	position: relative;
	width: 100% !important;
	z-index: 150;
}
.mejs__container .mejs__controls {
	background: transparent;
}
.mejs__controls .mejs__time-rail span {
	height: 1em;
}
.mejs__controls .mejs__time-rail .mejs__time-loaded {
	background: #bbb;
}
.mejs__controls .mejs__time-rail span {
	height: 1em;
}
.mejs__controls .mejs__time-rail .mejs__time-current {
	background: #00b26b;
}
.mejs__controls .mejs__time-rail .mejs__time-float {
	background: #00b26b;
	border: 0;
	color: #fff;
	font-size: 1.5rem;
	width: 5em;
	text-align: center;
	height: 1.8em;
	top: -2.2em;
	margin-left: -2.5em;
}
.mejs__controls .mejs__time-rail .mejs__time-float-current {
	width: 100%;
	margin: 0.55em 0;
	font-weight: 500;
	text-align: center;
}
.mejs__controls .mejs__time-rail .mejs__time-float-corner {
	border-color: #00b26b transparent transparent;
	bottom: -0.6em;
	top: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
} 



#player-bar .episode-details {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#player-bar .episode-details .episode-cover {
  border-radius: 0.25em;
  display: inline-block;
  height: 4em;
  overflow: hidden;
  vertical-align: middle;
  width: 4em;
}
#player-bar .episode-details .episode-cover a {
  border-bottom: 0 none;
  display: block;
}
#player-bar .episode-details .episode-cover img {
  display: block;
  height: auto;
  width: 100%;
}
#player-bar .episode-details .episode-title {
  display: inline-block;
  line-height: 1.2;
  padding: 0 0.5em 0 0.75em;
  vertical-align: middle;
  width: calc(100% - 6.5em);
}
#player-bar .episode-details .episode-title a {
  border-bottom: 0 none;
  color: #00b26b;
  font-size: 1.6rem;
  text-decoration:none;
  font-weight: 500;
}
#player-bar .play-pause {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 12em;
}
#player-bar .play-pause .current-time, #player-bar .play-pause .total-time {
  color: #aaaaaa;
  display: inline-block;
}
#player-bar .play-pause .current-time, #player-bar .play-pause .total-time {
  color: #aaaaaa;
  display: inline-block;
}
#player-bar .episode-controls {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
#player-bar #volume-range {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0.15em;
  cursor: pointer;
  display: inline-block;
  height: 0.9em;
  margin: 0 0 0 auto;
  max-width: 12em;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#player-bar #volume-range .control {
  background-color: #00b26b;
  border-radius: 0.15em;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 0;
}
#player-bar #volume-range .knob {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  height: 1.4em;
  position: absolute;
  right: -0.7em;
  top: -0.2em;
  width: 1.4em;
}
#player-bar .episode-details .episode-title a {
  border-bottom: 0 none;
  color: #00b26b;
  font-size: 1.6rem;
  font-weight: 500;
}
#player-bar .play-pause.playing button::before {
  color: #00b26b;
  content: "\f04c";
}
#player-bar .play-pause button::before {
  color: #cccccc;
  content: "\f04b";
  font-family: "FontAwesome";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#player-bar .play-pause.playing button {
  border-color: #00b26b;
}
#player-bar .play-pause button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-shadow: none;
  border: 2px solid #aaaaaa; 
  display: inline-block;
  height: 3.5em;
  margin: 0 0.5em;
  outline: 0 none;
  position: relative;
  vertical-align: middle;
  width: 3.5em;
}
#player-bar .volume-down:hover::before, #player-bar .volume-down:focus::before, #player-bar .volume-up:hover::before, #player-bar .volume-up:focus::before {
  color: #00b26b;
}
#player-bar .volume-down::before {
  content: "\f027";
  font-family: "FontAwesome";
}
#player-bar .volume-down::before, #player-bar .volume-up::before {
  color: #999999;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#player-bar .volume-down:hover, #player-bar .volume-down:focus, #player-bar .volume-up:hover, #player-bar .volume-up:focus {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
}
#player-bar .volume-down, #player-bar .volume-up {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;	
  display: inline-block;
  height: 2em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2em;
}
#player-bar .volume-up::before {
  content: "\f028";
  font-family: "FontAwesome";
}
.mejs__time-rail {
  margin: 0;
}
.mejs__controls {
  padding:0;
}
.episode-controls .download {
  color: #00b26b;
  text-decoration: none;
}

/*-- Player -End-*/

/*-- Player -Button-*/
.podcasting .play-section .play-pause::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.2rem;
  left: 53%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.podcasting .play-section .play-pause {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.3rem solid #00b26b;
  border-radius: 50%;
  color: #00b26b;
  display: block;
  margin: 0 auto;
  height: 7.6rem;
  position: relative;
  right: 0;
  top: 0;
  transition: color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  -webkit-transition: color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  width: 7.6rem;
}
.podcasting .play-section .play-pause span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.podcasting .play-section .play-pause.currently-playing::before {
  content: "";
  left: 50%;
}
.podcasting .play-section .play-pause::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.2rem;
  left: 53%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.podcasting .play-section .play-pause.currently-playing {
  background-color: #00b26b;
  color: #ffffff;
}
.blog-img {
  position: relative;
}
.podcasting .play-section {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.podcasting .blog-detail-sec-img {
  position: relative;
}
.podcasting .download-section {
  background: #eeeeee none repeat scroll 0 0;
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  left: 0;
  padding: 8px 13px;
  position: absolute;
  right: 0;
  width: 100%;
}
.podcasting .download-section a.download-music::before {
  content: "\f019";
  font-family: "FontAwesome";
  left: -8px;
  position: relative;
}
.podcasting .download-section a.play-pause::before {
  content: "\f144";
  font-family: "FontAwesome";
  left: -8px;
  position: relative;
}
.podcasting .download-section a.read-more-blog.read-podcast::before {
  content: "\f138";
  font-family: "FontAwesome";
  left: -8px;
  position: relative;
}
.podcasting .download-section a:hover, .podcasting .download-section a:focus {
  background: #00b26b;
  color: #fff;
  border-color:#00b26b;
  
}
.podcasting .download-section a.download-music {
  float: right;
  margin: 0 10px;
}
.download-rightside {
  float: right;
}
.podcasting .download-section a {
	background: #00b26b;
	border: hidden;
	border-radius: 5px;
	color: #ffffff;
	float: left;
	margin: 0;
	padding: 3px 18px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	font-family:Open Sans Semibold;
}
.podcasting .download-section a.read-podcast {
  padding: 6px 18px;
}
.podcasting .download-section a.play-pause.currently-playing {
    background: #00b26b none repeat scroll 0 0;
    border-color: #00b26b;
    color: #ffffff;	
}
.podcasting .download-section a.play-pause.currently-playing::before, .podcasting-detials .by-and-calender-blog .play-pause.currently-playing::before {
   content: "\f04c";	
   font-size: 13px;
}
.podcasting-detials .podcasting .download-section {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: medium none;
  bottom: 0;
  left: 0;
  padding: 0;
  position: relative;
  right: 0;
  width: 100%;
}
.podcasting-detials .podcasting .download-section a.download-music {
  border: medium none;
  float: none;
  margin: 0;
}
.podcasting-detials .by-and-calender-blog .play-pause {
  color: #999999;
  position: relative;
  text-decoration:none;
  padding: 3px 18px;
  border-radius: 5px;
}
.podcasting-detials .by-and-calender-blog .play-pause.currently-playing, .podcasting-detials .by-and-calender-blog .play-pause:hover {
	background: #00b26b none repeat scroll 0 0;
    border-color: #00b26b;
    color: #ffffff;	
}
.podcasting-detials .by-and-calender-blog .play-pause::before {
  content: "\f144";
  font-family: "FontAwesome";
  left: -8px;
  position: relative;
}
/*-- Player Button-End-*/
.close-player {
	position: absolute;
	right: 10px;
	top: -30px;
	background: #00b26b;
	color: #ffffff;
	width: 30px;
	line-height: 1;
	text-align: center;
	height: 30px;
	border-radius: 4px 4px 0 0;
	padding-top: 7px;
	font-family: Open Sans Bold;
	cursor: pointer;
}
.play-button a, .download-section a {
	background: #00b26b;
	color: #ffffff !important;
	padding: 5px 20px !important;
	text-transform: capitalize;
	font-family: Open Sans Semibold;
}
.add-consumer-bank .credit-card-section-form {
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	padding: 20px 15px;
	margin-bottom: 20px;
}
.month-select {
	float: left;
	width: 100%;
	padding-right: 3px;
	position:relative;
}
.year-select {
	float: left;
	width: 100%;
	padding-left: 3px;
	position:relative;
}
.month-select i, .year-select i{
	position: absolute;
	right: 15px;
	top: 16px;
}
.add-consumer-bank-page.consumer-card-add .loading {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999;
	position: absolute;
	top: 0;
	left: 0;
}
.add-consumer-bank-page.consumer-card-add{
	position:relative;
}
.add-consumer-bank-page.consumer-card-add .loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.heading-saved-cards {
	float: left;
	width: 100%;
	background: #00b26b;
	color: #ffffff;
	padding: 5px 29px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.saved-card {
	font-family: Open Sans Semibold;
	font-size: 20px;
}
/*-- Rajat Design --*/
body {
    background-color: #f4f4f4!important;
}
.cont_bottom h3 {
	color: #00b26b;
	font-size: 23px;
	margin: 10px 0px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	min-height: inherit;
	float: left;
	width: 100%;
}
.cont_bottom p {
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
}

.cont_bottom p>strong {
    margin-right: 5px;
}
.cont_bottom p.talent_nm {
	font-size: 18px;
	font-family: Open Sans Semibold;
	text-transform: capitalize;
	min-height: initial;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.cont_bottom .fa {
    margin-right: 10px;
}
.price_but span {
    padding-top: 4px;
    float: left;
    font-size: 18px;
    color: #000;
    font-family: Open Sans Semibold;
}
.price_but a {
	background: #00a651;
	font-size: 17px;
	color: #ffffff;
	border: hidden;
	padding: 7px 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	font-family: Open Sans Semibold;
	transition: 0.5s;
	font-weight: 600;
	float: right;
}
.price_but a:hover {
    background-color: #222222;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	color:#fff;
	text-decoration:none;
}
.inner_book_main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px 20px 15px;
}
.price_but {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}
.inner_book_experience {
	float: left;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
}
/*-- Rajat Design -End-*/
/*-- 27-12-2018 --*/
.img_top img {
	height: 245px;
	object-fit: cover;
	width: 100%;
	object-position: top;
}
.cont_bottom p {
	font-size: 15px;
	font-weight: 300;
	font-family: Open Sans;
	min-height: 95px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.cont_bottom p strong {
	font-size: 17px;
	font-family: Open Sans Semibold;
}
.cont_bottom a {
	font-size: 20px;
	color: #00a651 !important;
	color: #00a651 !important;
	text-decoration: none !important;
	font-family: Open Sans Semibold;
}
.cont_bottom p.talent_nm i {
	font-size: 13px;
	margin-top: 5px;
	float: left;
}
.inner_book_experience {
	margin: 20px 0 !important;
}
table.exp-list-tal-table a.deactivate, table .invite-consumer-for-experience{
	float:none;
	display: inline-block;
	margin:0;
}
/*-- 27-12-2018 -End-*/
/*-- 21-01-2019 --*/
.exp-tabing {
	float: left;
	width: 100%;
}
.exp-tabing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.exp-tabing ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right:10px;
	float:left;
}
.exp-tabing ul li:last-child{
	margin-right:0;
}
.exp-tabing ul li a {
	color: #ffffff;
	cursor: pointer;
	background-color: #00b26b;
	border: 2px solid #00b26b;
	border-bottom-color: 2px solid #00b26b;
	padding: 10px 35px;
	border-radius: 4px;
	font-weight: ;
	font-family: Open Sans Semibold;
	font-size: 16px;
	display: table;
	text-decoration: none !important;
}
.banner-for-talent video {
	max-height: 285px;
	width: 100%;
	background: #000;
}
.video-section-TP {
	float: left;
	width: 100%;
	position: relative;
}

/* The container */
.contain-radio {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Open Sans Semibold;
	font-size: 18px;
	line-height: 22px;
}
/* Hide the browser's default radio button */
.contain-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	width: 243px;
	height: 22px;
}
/* Create a custom radio button */
.VI-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contain-radio:hover input ~ .VI-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contain-radio input:checked ~ .VI-radio {
	background-color: transparent;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.VI-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contain-radio input:checked ~ .VI-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contain-radio .VI-radio::after {
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00b26b;
	right: 0;
	margin: 0 auto;
}
.image-section-TP {
	float: left;
	width: 100%;
	position: relative;
}
.banner-for-talent span.change-talent-banner-video, .banner-for-talent span.change-talent-banner-image {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #00b26b;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	border-radius: 4px 0 0 0;
	cursor: pointer;
	width: auto;
	height: auto;
	border: hidden;
}
.change-talent-banner-image{
	bottom:0;
}
.change-talent-banner-video em {
	line-height: 1;
	display: block;
	font-size: 12px;
}
.or-section-VI {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: Open Sans Semibold;
	padding: 40px 0;
	color: #00b26b;
}
.talent-name-top video {
	height: 400px;
	background: #000;
}
/*-- 21-01-2019 -End-*/
.nobankadded-modal .modal-dialog {
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%) !important;
}
.nobankadded-modal .modal-header {
	padding: 0;
}
.nobankadded-modal .modal-body p {
	font-size: 16px;
}
.nobankadded-modal .modal-footer a {
	margin: 0 auto;
	display: table;
	font-weight: ;
}
.nobankadded-modal .modal-footer a button {
	font-family: Open Sans Semibold;
}
/*-- 24-01-2018 --*/
.no-question {
	text-align: left;
	font-size: 40px;
	font-family: Open Sans Bold;
	color: rgba(255, 255, 255, 0.4);
}
.banner-sec.podcast-page {
	background-image: url("../images/podcast-bg-img.jpg");
	background-position: center;
}
/*-- 24-01-2018 -End-*/
/*-- 25-01-2019 --*/
.red-btn{
	background: #fa0000;
	float: none;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 93px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Open Sans Semibold;
	display: inline-block;
	text-decoration:none !important;
}
.green-btn{
	background: #00b26b;
	padding: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 93px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Open Sans Semibold;
	text-decoration: none;
	display:inline-block;
	text-decoration:none !important;
}
#description-error {
	font-size: 15px;
	font-family: Open Sans;
	font-weight: 300;
}
.navbar-collapse.collapse {
	padding-right: 0;
}
.episode-cover a img {
	height: 4em !important;
	object-fit: cover;
	float: left;
}
.textarea-experience-rquest {
	width: 100%;
	height: auto;
	max-height: 120px;
	border: hidden;
	resize: none;
}
#crop-banner-image {
	margin-top: 20px;
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	font-size: 16px;
	padding: 5px 20px;
}
/*-- 25-01-2019 -End-*/
/*-- 30-01-2019 --*/
ul li.hover-li i {
	color: #fff;
	margin-left: 5px;
	display: inline-block;
}
.sub-menu-ul {
	position: absolute;
	left: 0; 
	top: 245%; 
	background: #ffffff;
	padding: 5px 10px 5px 10px !important;
	width: 100%;
	min-width: 150px;
	border-bottom: 2px solid #00b26b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity:0;
}
.sub-menu-ul li {
	padding: 10px 0 !important;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.sub-menu-ul li:last-child {
	border-bottom: hidden;
}
.sub-menu-ul li a {
	color: #000 !important;
	font-size: 16px !important;
	width: 100% !important;
}
.navigation-new ul.sub-menu-ul li a:hover{
	border:hidden !important;
}
li.hover-li:hover .sub-menu-ul {
    visibility: visible;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 110%;
    opacity: 1;
    box-shadow: 0 0 5px 1px #d5d5d5;
}
.hover-li{
	position:relative;
}
.hover-li ul li a {
	line-height: 1.6;
}
.navi .fas.fa-angle-down {
	color: #000000;
}
/*-- 30-01-2019 -End-*/
/*-- 31-01-2019 --*/
.image_resolution .modal-dialog {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	position: absolute;
	background: #ffffff;
	border-radius:7px;
	-webkit-border-radius:7px;
}
.image_resolution .modal-content {
    border: hidden;
}
.modal-body .message h3 {
	color: #000000;
	font-size: 20px !important;
	width: 100%;
	text-align: center;
}
.image_resolution .modal-body {
	padding: 20px 40px 20px;
}
.experience-list a:focus{
	color: #ffffff;
}
.sign-up-consumer textarea.error {
	border: 1px solid #d5d5d5 !important;
}
#post-cropimg-exp-pic {
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	margin-top: 15px;
}
/*-- 31-01-2019 -End-*/
ul.by-and-calender-blog li:last-child{
	padding-right:0;
}
/*--06-02-2019 --*/
.when-start-event {
	float: left;
	width: 100%;
}
.when-start-event span i {
	color: #00b26b;
	font-size: 16px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}
.when-start-event span {
	float: left;
	width: auto;
	font-size: 16px;
	font-family: Open Sans Semibold;
}
.modal-body .message h3 {
	color: #fff;
}
.event-dt-middle-two {
	padding: 0 20px;
}
.a-new-way-section .col-md-5 img {
	width: 100%;
	border-radius: 10px 0 10px 0;
	border: 2px solid #00b26b;
	box-shadow: 0 0 10px 1px #d5d5d5;
}
.a-new-way-section .col-md-5{
	padding-left:0;
}
.a-new-way-section .col-md-7 {
	padding-right: 0;
	padding-top: 50px;
}
.about-our-team-sec {
    background: #ffffff;
}
.privcary-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.privcary-ul li {
	float: left;
	padding-right: 15px;
}
.privcary-ul li a {
	font-size: 14px;
	color: #fff !important;
	text-decoration:none !important;
}
.privcary-ul li a:hover {
	color: #00b26b !important;
}
.agentnav .fas.fa-angle-down {
	color: #000;
}
.about-page-main-sec::after {
	position: absolute;
	content: "";
	background: url(../images/triangle-bigger.png);
	width: 310px;
	height: 305px;
	left: 250px;
	top: 8px;
	background-size: 220px;
	background-repeat: no-repeat;
}
.about-page-main-sec {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #fff;
}
.our-story-section {
	padding-bottom: 10px;
}
.about-our-team-sec {
	background: #fff url("../images/dot-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 100%;
}
/*--06-02-2019 -End-*/
/*-- 07-02-2019 --*/
.experience-request .page-heading-o h3 {
	border-bottom: hidden;
	color: #00b26b;
	padding-bottom: 14px;
}
.experience-request .page-heading-o h4 {
	float: left;
	width: 100%;
	font-size: 20px;
}
.experience-request .page-heading-o {
	margin-bottom: 0;
}
.experience-request .description-talent textarea {
	border: hidden;
	min-height: 200px;
	width: 100%;
	resize: none;
	margin-top: -6px;
}
.exper-img-left img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.banner-sec.talent-listing.experience-listing {
	background-image: url("../images/experience-bg-new.jpg");
}
body #googlemap .modal-dialog {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
}
#google-map {
	height: 280px;
}
/*-- 07-02-2019 -End-*/
/*-- 08-02-2019 --*/
.fil-intro.talent-name span a {
	color: #00b26b !important;
	text-decoration: none !important;
}
.li-sec-f-content h6 a {
	color: #00b26b !important;
	text-decoration: none !important;
}
.hosted-by a {
	color: #7e7575 !important;
	text-decoration: none !important;
}
.fil-intro span a {
	color: #00b26b !important;
	text-decoration: none !important;
}
.talent_nm a {
	color: #000 !important;
	text-decoration: none !important;
}

/*-- 08-02-2019 -End-*/
/*-- 13-02-2019 --*/
/* .user-title-detial-talent.description-talent p {
	font-size: 17px;
	color: #696969;
	text-align: justify;
} */
.list-of-icons-TL ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-of-icons-TL ul li i {
	font-size: 18px;
	color: #e4e4e4;
}
.list-of-icons-TL ul li {
	display: inline-block;
	margin: 0 5px;
}
.list-of-icons-TL {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.talent-willing-section ul li {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.talent-willing-section ul li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9999999999999999999999999;
	left: 0;
	width: 20px;
	height: 20px;
	top: -6px;
}
.talent-willing-section ul li a {
	color: #000;
	text-decoration:none;
}
/* Create a custom checkbox */
.talent-willing-section ul li .checkmark {
	position: absolute;
	top: 13px;
	left: 60px;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-radius: 0;
	left: 0;
	top: 0;
}
/* On mouse-over, add a grey background color */
.talent-willing-section ul li:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.talent-willing-section ul li input:checked ~ .checkmark {
	background-color: #00b26b;
	border: hidden;
}
/* Create the checkmark/indicator (hidden when not checked) */
.talent-willing-section ul li .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.talent-willing-section ul li input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.talent-willing-section ul li .checkmark::after {
	left: 4px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.talent-willing-section {
	float: left;
	width: 100%;
	margin-top: 30px;
	background: #fff;
	padding: 25px 20px 10px 20px;
	border-left: 3px solid #00b26b;
}
.talent-willing-section ul {
	float: left;
	width: 100%;
	padding-left: 0;
	margin: 0;
}
.list-of-icons-TL ul li.active a i {
	color: #00b26b;
}
.event-filters .filter-main-sec {
	margin-top: 40px;
}
.two-sec-sec-popup .event-details .user-title-detial-talent.description-talent > p {
	padding: 0 15px;
	margin-bottom:0;
}


.list-of-icons-TL li a{
  position: relative;
  display: inline-block;
}

.list-of-icons-TL li a .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: -80px;
    margin-left: 0;
    opacity: 0;
    transition: opacity 1s;
    margin-right: 0;
    font-size: 13px;
    border: 1px solid #ccc;
    font-weight: 500;
}

.list-of-icons-TL li a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.list-of-icons-TL li a .tooltiptext::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    background-image: url(../images/tooltip-arrow.png);
    width: 19px;
    height: 13px;
}
#travel-Negotiate .modal-dialog {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}
/*-- 13-02-2019 -End-*/
/*-- 21-02-2019 --*/
#cropimg-talent-manage-pic {
	background: #00b26b;
	color: #fff;
	font-family: Open Sans Semibold;
	margin-top: 20px;
}
.exp-image-left-invite img {
	width: 100%;
}
.content-invite-consumer {
	float: left;
	width: 100%;
	margin-top: -8px;
}
.page-heading-o h3 {
	border-bottom: hidden;
	color: #000;
	padding-bottom: 14px;
}
.main-section-main-content.consumer.invite-con-ex .page-heading-o {
	margin: 0;
}
/*-- 21-02-2019 -End-*/
/*-- 26-02-2019 --*/
.list-de span i {
	margin-right: 5px;
}
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
	background: #e5e5e5;
	border: hidden !important;
	padding: 4px 6px !important;
}
#contract-form .contract-name {
	height: auto;
}
#contract-form .contract-name input#contract-title {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #d5d5d5;
	font-size: 20px;
}
#contract-form-editor {
	margin-bottom: 70px;
}
.contacts h4 {
	font-size: 20px;
	color: #00b26b;
	padding-bottom: 10px;
	line-height: 1;
	margin-top: -4px;
}
#contract-form #contactList li {
	background: #eaeaea !important;
	height: auto !important;
	line-height: 1 !important;
	cursor: pointer;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	cursor: grab;
}
#contract-form .contact.h-card {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px 15px;
	font-size: 18px;
	text-transform: capitalize;
}
#contract-form #contactList li:hover {
    background: #FFFDE3 ;
    border-left: 0;
    margin-left: 0;
}
.save-contract-form {
	float: left;
	width: 100%;
	background: #00b270;
	color: #fff;
	font-size: 20px;
	font-family: Open Sans Semibold;
}
.images-lis.media-lis select {
	width: 100%;
	max-width: 300px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 50px;
	padding: 0 15px 0 15px;
	font-size: 17px;
	background-image: url(../images/down-step-2.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
}
#contract-modal .modal-body {
	overflow-y: auto;
	max-height: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contract-modal .modal-body font {
	line-height: 27px;
	font-family: Open Sans;
}
#contract-modal h4.modal-title.exp-contract_title {
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-size: 28px;
	color: #000;
}
#contract-modal .contract-poup-submit, .contract-poup-final-submit {
	width: auto;
	margin: 0 auto;
	display: table;
	background: #00b270;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-family: Open Sans semibold;
}
#contract-modal .modal-footer {
	display: table;
	width: 100%;
}
#contract-modal .contract-data p input {
	width: 100%;
	border-bottom: 1px solid #000;
	background: transparent;
	border-radius: 0;
	margin-bottom: 10px;
	color: #000;
	padding: 0;
	max-width: 150px;
	color: #00b26b;
	font-size: 19px;
}
#contract-modal .contract-data p input.required {
	border-color: red !important;
}
#contract-modal .contract-data p input[type="checkbox"] {
	width: 10px;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	margin: 0;
	position: relative;
	top: 19px;
	margin-left: 10px;
}
#contract-modal #clear, #contract-modal #save-png {
	background: red;
	border: hidden;
	font-size: 16px;
	font-family: Open Sans Semibold;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 20px;
	margin-top: 10px;
}
#contract-modal #save-png{
	background-color:#00b270;
}
/*-- 26-02-2019 -End-*/
/*-- 05-03-2019 --*/
.recent_exp_request a {
	float: right;
	color: #00b26b !important;
	font-family: Open Sans Semibold;
	font-size: 14px;
	text-decoration: underline;
	padding-bottom: 15px;
}
.list-de-content a {
	color: #00b26b;
	text-decoration: underline;
	font-size: 14px;
}
.page-heading-o.wo-border.pop-up-add a.create-new-contract {
	left: 0;
}
#contract-id-error {
	color: red;
	font-family: Open Sans Semibold;
	float: left;
	width: 100%;
}
.signature-section div {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
#contract-modal input[name="text[]"] {
	height: 20px;
}
/*-- 05-03-2019 -End-*/
/*-- 06-03-2019 --*/
#contract-modal .modal-content {
	background-color: rgb(255, 255, 255);
	-webkit-border-radius: 0;
	border-radius: 0;
}
#contract-modal .modal-body p {
	color: #000;
}
#contract-modal .modal-header .close {
	background: #000 !important;
	color:#ffffff !important;
}
.signature-pad {
	border: 1px solid #d5d5d5;
}
/*-- 06-03-2019 End --*/
/*-- 07-03-2019 --*/
.recent_exp_request {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
	border-left: 3px solid #00b26b;
	padding: 0;
	box-shadow: 0 0 0px 1px #d5d5d5;
	position: absolute;
	top: 50px;
	right: 30px;
	max-width: 760px;
	z-index: 9;
}
.recent_exp_request ul {
	list-style: none;
	padding: 0;
}
.recent_exp_request ul li {
	float: left;
	padding: 6px 20px 6px 20px;
	position: relative;
	color: #00b26b;
	font-size: 15px;
	font-family: Open Sans Semibold;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	display: flex;
}
.recent_exp_request ul li:last-child{
	border-bottom:hidden;
}
#attach_file_error {
	margin-bottom: 10px;
}
#attach_filename {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	color: #00b26b;
	font-size: 15px;
}
#btn_attach_file {
	float: left;
	padding: 5px 25px;
	border-radius: 5px;
	border: 2px solid #00b26b;
	font-size: 18px;
	font-family: Open Sans Semibold;
	background: transparent;
	color: #00b26b;
	margin-top: 0;
}
.recent_exp_request ul li span {
	color: #4a4242;
	float: left;
	max-width: 120px;
	width: 100%;
}
.recent_exp_request ul li span i {
	font-size: 12px;
	min-width: 13px;
	text-align: center;
}
/*-- 07-03-2019 -End-*/
/*-- 08-03-2019 --*/
.btn-showing-recent-experience button {
	float: right;
	margin-right: 0;
	background: transparent;
	border: hidden;
	font-size: 15px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	margin-top: 9px;
	background: #00b26b;
	color: #ffffff;
	padding: 6px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.recent_exp_request {
	display: none;
}
.btn-showing-recent-experience button i {
	margin-left: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.rotate-down i {
	transform: rotate(-180deg);
	padding-bottom: 1px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.recent_exp_request ul li.description-recent-chat-ex em {
	font-style: inherit;
	font-size: 14px;
	font-family: Open Sans;
}
/*-- 08-03-2019 -End-*/
/*-- 12-03-2019 --*/
.whole-new-chat-page {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 320px;
}
.left-side-chat-page {
	float: left;
	width: 100%;
	max-width: 320px;
	background: #fff;
	border-right: 1px solid #d5d5d5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
}
.search-chat-page-left {
	float: left;
	width: 100%;
	padding: 20px 15px;
	background: #03b26c;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 1;
}
.search-chat-page-left form input {
	border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 30px;
	padding-right: 10px;
}
.search-chat-page-left .form-search-group .search-btn {
	right: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #00b26b;
}
.left-side-chat-page .list-ad img {
	height: 60px;
	width: 60px;
	object-fit: cover;
	border: 1px solid #d5d5d5;
}
.left-side-chat-page .list-ad-content h6 {
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 0px;
}
.left-side-chat-page .list-ad {
	display: flex;
	padding:10px 15px;
}
.left-side-chat-page .list-ad span {
	font-size: 15px;
	padding-top:0;
}
.left-side-chat-page .list-ad {
	display: flex;
	padding: 15px 15px;
	border-bottom: 1px solid #ececec;
}
.left-side-chat-page {
	float: left;
	width: 100%;
	max-width: 320px;
	background: #fff;
	border-right: 1px solid #d5d5d5;
}
.right-side-chat-new .chat-de {
	padding: 0;
	max-height: inherit;
	overflow-y: inherit;
	margin-top:0;
}
.right-top-calender-section {
	float: left;
	width: auto;
	padding: 1px 20px;
	background: transparent;
	border-bottom: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 55px;
	padding-top: 14px;
	font-size: 16px;
}
.right-side-chat-new .list-de {
	padding: 20px 30px;
}
.right-side-chat-new .list-de img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
/*-- 12-03-2019 -End-*/
.chatpage .right-side-chat-new {
	height: 100vh;
	float: left;
	width: 100%;
	position: relative;
	height: -webkit-calc(100vh - 170px);
	height: -moz-calc(100vh - 170px);
	height: calc(100vh - 170px);
}
.right-side-chat-new .chat-de {
	overflow-y: auto;
	height: -webkit-calc(100vh - 435px);
	height: -moz-calc(100vh - 435px);
	height: calc(100vh - 435px);
}
body.chatpage {
	overflow: hidden;
}
.chat-writing {
	padding: 20px 65px 10px 65px;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-top: 1px solid #d5d5d5;
	margin-bottom: 0;
}
.chat-writing button[type="submit"]{
	font-size: 18px;
	padding: 5px 40px;
	border: 2px solid #00b26b;
	margin-left:10px;
	float:left;
	margin-top:0;
}
.chat-writing #cke_1_contents, .chat-writing #cke_1_contents iframe {
	height: 70px !important;
}
.chat-help-under-seciton {
	float: right;
	width: auto;
	text-align: left;
	margin-bottom: 0;
	max-width: 420px;
}
#attach_filename {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
.right-side-chat-new .cke_top {
	padding: 0;
}
.right-side-chat-new .list-de span {
	float: left;
	font-style: italic;
	color: #949494;
	font-size: 10px;
}
.list-de.admin-message {
	background: rgba(0, 178, 107, 0.1);
}
.call-left {
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 9;
	background: #00b26b;
	border: hidden;
	color: #fff;
	padding: 30px 10px;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	box-shadow: 0 0 9px 1px #d5d5d5;
	display: none;
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.call-left i{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.chat-de.no-chat-message {
	float: left;
	width: 100%;
	padding-top: 50px;
	height: 100% !important;
}
.chatpage.consumer-chat .right-side-chat-new {
	height: -webkit-calc(100vh - 100px);
	height: -moz-calc(100vh - 100px);
	height: calc(100vh - 100px);
}
.chatpage.consumer-chat .whole-new-chat-page {
	border-top: 1px solid #d5d5d5;
}
.list-de .two-ad-btn .red-btn {
	margin-left: 5px;
}
.consumer-chat .right-side-chat-new .chat-de {
	height: -webkit-calc(100vh - 423px);
	height: -moz-calc(100vh - 423px);
	height: calc(100vh - 423px);
}
.time-select.b-select.whp.cal h6{
	position:relative;
}
.time-select.b-select.whp.cal h6 span {
	position: absolute;
	left: 0;
	bottom: -13px;
	font-size: 12px;
	font-family: Open Sans;
	color: #00b26b;
	font-style: italic;
}
/*-- 20-03-2019 --*/
body #contract-modal .modal-dialog.modal-lg {
	transform: translate(0, 0) !important;
	position: static;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
body #contract-modal .modal-dialog.modal-lg .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d5d5d5;
}
.contract-section {
	float: left;
	width: 100%;
}
.contract-section h6 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 15px; 
}
.send-request-btn button{
	width: 100%;
	background: #00b26b;
	border: hidden;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	font-size: 17px;
	color: #ffffff;
	font-family: Open Sans Semibold;
	margin-left: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-width:300px;
}
.one-nor-btn.send-request-btn {
	text-align: right;
	margin-bottom: 80px;
}
/*-- 20-03-2019 -End-*/
/*-- 04-04-2019 --*/
span.event-type-heading {
	font-size: 16px;
	font-family: Open Sans Semibold;
	min-width: 150px;
	float: left;
}
.event-type-seciton {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom:30px;
}
.event-type-seciton select {
	width: 100%;
	height: 45px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 15px;
	max-width: 293px;
	background-image: url("../images/down-step-2.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px;
}
.Sweepstakes-pack {
	float: left;
	width: 100%;
	background: #eaeaea;
	margin: 20px 0 30px;
	padding: 15px 30px;
}
.Sweepstakes-pack label {
	font-size: 16px;
	font-family: Open Sans Semibold;
	margin-bottom: 10px;
	color: #00b26b;
}
.sweepstake_ticket_sec, .sweepstake_ticket_lable_sec, .sweepstake_ticket_price_sec{
	float: left;
	width: 49%;
	margin-right:2%;
	margin-bottom:10px;
}
.sweepstake_ticket_price_sec{
	margin-right:0;
}
.sweepstake_ticket_lable_sec{
	margin-bottom:0;
}
.add-more-sweepstakes {
	float: left;
	width: 49%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #00b26b;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: Open Sans Semibold;
	padding: 8px 0;
	text-transform: uppercase;
	cursor:pointer;
}
.Sweepstakes-pack-ul input, .Sweepstakes-pack input.anot, .Sweepstakes-pack input {
	font-size: 15px;
	font-family: Open Sans;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #d5d5d5;
}
.Sweepstakes-pack-ul .child-class, .Sweepstakes-pack .child-class{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d5d5d5;
}
.Sweepstakes-pack-ul span.remove-li, .Sweepstakes-pack span.remove-li {
	float: left;
	width: 49%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: red;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: Open Sans Semibold;
	padding: 8px 0;
	text-transform: uppercase;
	cursor:pointer;
}
.book-new-sec-rtl button {
	margin: 5px 0;
}
.book-now.black-btn.remaining-ticket-btn {
	cursor: inherit;
}
.alternative-entry-method {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: hidden;
	color: #00b26b !important;
	font-size: 16px;
	float: left;
	text-align: center;
	padding: 8px 0;
	margin-top: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-family: Open Sans Semibold;
	text-decoration: underline;
}
/*-- 04-04-2019 -End-*/
/*-- 11-04-2019 --*/
.talent-gallery-section {
	float: left;
	width: 100%;
	margin-bottom: 90px;
}
.heading-gallery {
	float: left;
	width: 100%;
	background: #00b26b;
}
.heading-gallery h3 {
	font-family: Open Sans Bold;
	color: #ffffff;
	padding: 25px 0 25px 30px;
}
.single-photo-cat {
	float: left;
	width: 100%;
	position: relative;
	margin: 15px 0;
}
.img-and-heading-section-cat img {
	width: 100%;
	max-height: 373px;
}
.img-and-heading-section-cat {
	float: left;
	width: 100%;
	position: relative;
}
.img-and-heading-section-cat h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	text-align: center;
	width: 100%;
	font-family: Open Sans Semibold;
	background: rgba(255, 255, 255, 0.4);
	padding: 10px 0;
}
.img-and-heading-section-cat h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	text-align: center;
	width: 100%;
	font-family: Open Sans Semibold;
	background: rgba(255, 255, 255, 0.4);
	padding: 10px 0;
	transform: scale(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.absolute-content-section-cat {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	right: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.inner-div-content-section-cat {
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 0 15px;
}
.content-vertically-center-cat {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.content-vertically-center-cat h6 {
	font-size: 25px;
	color: #fff;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.content-vertically-center-cat p {
	font-size: 16px;
	line-height: 29px;
	color: #fff;
}
.single-photo-cat:hover .img-and-heading-section-cat h6{
	transform: scale(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-photo-cat:hover .absolute-content-section-cat{
	transform: scale(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.photo-catalogue-section-gallery {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 3px 1px #d5d5d5;
}
/** **/
.alter-entry-section {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0 0 0;
	margin-top: 30px;
}
.alter-entry-section h6 {
	color: #00b26b;
	font-size: 20px;
	float: left;
	width: 100%;
	padding: 0 15px 20px 15px;
}
.content-free-entry {
	float: left;
	width: 100%;
	height: 100px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 0 15px 0 15px;
}
.exp-legal__overlay {
	z-index: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	min-height:100px;
	background: #fff;
	background: linear-gradient(to top,#f4f4f4 0,#f1f1f1 20%,rgba(255,255,255,0) 100%);
}
.read-more-free-event, .read-less-free-event {
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 999;
	font-family: Open Sans Semibold;
	color: #00b26b;
	cursor: pointer;
}
.content-free-entry.change-height {
	height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding-bottom:10px;
}
.exp-legal__overlay.change-height {
	display: none !important;
}
.content-free-entry.change-height h3 {
	font-size: 20px;
	margin-top: 35px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}



/*-- --*/
.add-content-heading.tab-table-mp {
	float: left;
	width: 100%;
}
.add-content-heading.tab-table-mp #add-talent-gallery {
	float: left;
	width: 100%;
}
#add-talent-gallery input.upload-gallery {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
}
#add-talent-gallery .input-type-file-div{
	float: left;
	width: 49%;
	height: auto;
	margin-right:1%;
}
#add-talent-gallery .title-image-div-gal{
	float: right;
	width: 49%;
	margin-left: 1%;
}
#add-talent-gallery input[type="text"] {
	width: 100%;
	border: 1px solid #d5d5d5;
}
.gallery-desc {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.gallery-desc textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 15px;
	resize: none;
	margin-top: 15px;
	color: #000000;
	font-style: initial;
}
.gallery-desc {
	float: right;
	width: 100%;
	text-align: right;
	margin: 0 0 10px 0;
	color: #00b26b;
	font-size: 14px;
	font-style: italic;
}
#add-talent-gallery input[type="submit"] {
	display: table;
	background: #00b26b;
	border: hidden;
	color: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 17px;
	font-family: Open Sans Semibold;
	float: right;
	width: auto;
	padding: 0 30px;
}
.talent-profile-div-gallery .add-content-heading.tab-table-mp {
	background: #fff;
	padding: 20px 30px;
	box-shadow: 0 0 4px 1px #d5d5d5;
	margin-bottom: 50px;
}
.talent-profile-div-gallery .talent-gallery-list {
	float: left;
	width: 100%;
}
.talent-profile-div-gallery .talent-gallery-list h3 {
	margin-bottom: 20px;
}
.talent-profile-div-gallery .add-content-heading.tab-table-mp h3 {
	font-size: 25px;
	font-family: Open Sans Semibold;
	color: #00b26b;
}
#gallery-error, #title-error {
	font-weight: 300;
	color: red;
	font-size: 13px;
	float:left;
	width:100%;
}
#gallery-desc-error {
	float: left;
	width: 100%;
	text-align: left;
	color: red;
	font-size: 13px;
	font-weight: 300;
	font-style: initial;
}
/** **/
.fromto-ed {
	line-height: 20px;
}
.event-detail-start-date {
	float: left;
	width: 100%;
}
.gallery-close {
	background: #00b26b;
	border: hidden;
	font-family: OPen Sans Semibold;
	color: #fff;
	line-height: 1;
	padding: 10px 20px 12px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}
#contactList li input {
	border: 1px solid #d5d5d5;
}
.contract-name label#contract-title-error {
	color: red;
	font-weight: 300;
	float: left;
	width: 100%;
	padding-top: 5px;
}
#contract-form-editor .error {
	color: red;
	font-weight: 300;
	display: inline-block;
}
#contract-form #contactList li:first-child {
	background: transparent !important;
}
.contacts #contactList .message-dv {
	float: left;
	width: 100%;
	color: red;
	line-height: 20px;
}
.term-condition .form-grpr.sign-step-check-input {
	float: left;
	width: 100%;
	padding: 0 !important;
}
.term-condition .custom_chk {
	font-size: 20px;
	line-height: 22px;
}
.term-condition .form-grpr.sign-step-check-input input[type="submit"] {
	width: auto;
	margin-right: 10px;
	height: auto !important;
	background: #00b26b;
	color: #fff;
	line-height: 1;
	padding: 15px 50px;
	font-size: 18px;
	font-family: Open Sans Semibold;
	margin-bottom: 60px;
	margin-top: 40px;
}
#accept-error { 
	float: left;
	width: 100%;
	position: static;
	left: 0;
	font-size: 14px;
	padding-top: 9px;
}
.popup-event-de-page {
	margin-top: 30px;
}
.button-showing-price {
	float: left;
	width: 100%;
}
.book-new-sec-rtl .button-showing-price button.book-now {
	height: auto !important;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
}
.book-new-sec-rtl .button-showing-price button.book-now span {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
/*-- 11-04-2019 -End-*/
.event-details .user-title-detial-talent.description-talent ul {
	list-style: initial;
	padding: 0 15px 0 35px;
}
.content-free-entry.change-height a {
	color: #00b26b !important;
	text-decoration: none !important;
}
.user-title-detial-talent.description-talent a {
	color: #00b26b !important;
	text-decoration: none;
}
.modal {
	z-index: 9999;
}
/*-- -- */
.sweepstake-question {
	float: left;
	width: 100%;
	background: #eaeaea;
	margin: 20px 0 30px;
	padding: 15px 30px;
}
.sweepstake-question label {
	font-size: 16px;
	font-family: Open Sans Semibold;
	margin-bottom: 10px;
	color: #00b26b;
}
.sweepstake_question_sec {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.add-more-sweepstakes-option, .remove-opt {
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #00b26b;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: Open Sans Semibold;
	padding: 8px 40px;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	margin-top: 10px;
}
.remove-opt{
	background:red;
}
.Sweepstakes-question-ul input {
	border: 1px solid #d5d5d5;
	padding: 0 15px;
}
.option-for-question {
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #d5d5d5;
}
.sweepstake_question_option-sec.option-for-question {
	padding-top: 0;
	margin-top: 0;
	border: hidden;
}
.event-about-checkout a {
	color: #00b26b !important;
	text-decoration: none !important;
}
.text-area-write.editor-error #cke_event-desc {
	border: 1px solid red;
}
.ans-of-que {
	float: left;
	width: 100%;
}
.ans-of-que .radio-bank {
	line-height: 20px;
	font-size: 16px;
}
.event-question-section label {
	float: left;
	width: 100%;
	font-size: 19px;
	font-family: Open Sans Semibold;
	margin-bottom: 15px;
}
.popup-event-de-page > .head-page {
	padding: 0;
}
.event-details > ul > li {
	list-style: none;
}
.head-page.after-image-header {
	padding: 40px 0;
}
/*-- -- */
/*-- 22-04-2019 --*/
.main-banner-content {
	padding-top: 150px;
	padding-bottom: 40px;
}
.heading-checkout-li b {
	font-family: Open Sans Semibold;
	font-size: 15px;
}
.for-mobile-alter{
	display:none;
}
/*-- 22-04-2019 -End-*/
/*-- 24-04-2019 --*/

.linktree-talent .linktree-single-section {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.linktree-single-section span {
	float: left;
	width: 100%;
	font-size: 17px;
	color: #00b26b;
	font-family: Open Sans Semibold;
}
.linktree-single-section input {
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
}
.linktree-talent .linktree-single-section:nth-child(2n){
	margin-right:0;
}
.link-tree-exp-section {
	margin: 30px 0 30px 0;
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: 100%;
	background: #fff;
	padding: 25px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px 1px #d5d5d5;
}
.talent-exp-select select {
	max-width: 281px;
	width: 100%;
	height: 50px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 35px 0 15px;
	font-size: 16px;
	background-image: url("../images/down-step-2.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 17px;
}
.link-tree-exp-section .talent-exp-select span {
	float: left;
	font-size: 14px;
	font-family: Open Sans Semibold;
	margin-right: 20px;
	padding-top: 12px;
}
.linktree-page input[type="submit"] {
	width: auto;
	padding: 0 0 0 0;
	height: auto;
	font-size: 18px;
	font-family: Open Sans Semibold;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 35px;
	background: #00b26b;
	color: #fff;
	float: right;
	margin-bottom: 50px;
}
.linktree-talent {
	float: left;
	width: 100%;
	padding: 25px 35px;
	background: #fff;
	box-shadow: 0 0 6px 1px #d5d5d5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.link-exp-img {
	float: left;
	width: 100%;
	max-width: 200px;
	padding-right:15px;
}
.link-exp-img img {
	width: 100%;
	border: 2px solid #00b26b;
}
.linktree-exp-title {
	float: left;
	font-size: 15px;
	font-family: Open Sans Semibold;
	color: #00b26b;
}
.linktree-exp-title {
	float: left;
	font-size: 15px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	width: 100%;
}
.linktree-exp-title {
	float: left;
	font-size: 15px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	width: 100%;
}
.show-exp-link .link-tree-exp {
	float: left;
	display: flex;
	width: 100%;
	border: 2px dashed #e4e4e4;
	padding: 10px 15px;
	position: relative;
	margin-top: 30px;
}
.delete-linked-exp, .delete-exp {
	background: red;
	line-height: 1;
	color: #ffffff;
	font-family: Open Sans Semibold;
	width: 30px;
	position: absolute;
	right: -15px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	padding-top: 7px;
	top: -15px;
	cursor: pointer;
}
.whole-content-link-ex-tree {
	float: left;
	width: 100%;
	margin-top: -8px;
}
.d-flex.single-linkhub-seciton {
	display: flex;
	float: left;
	width: 100%;
}
.add-more-and-remove-btn {
	max-width: 150px;
	width: 100%;
}
.linktree-single-inner {
	display: flex;
	width: 100%;
}
.linktree-single-inner input {
	margin-right: 10px;
}
.add-more-and-remove-btn span {
	width: 100%;
	background: #00b26b;
	height: ;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	font-family: Open Sans Semibold;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
.add-more-and-remove-btn span.remove-links, .add-more-and-remove-btn span.removes-links {
	background: red;
}
.footer-link-tree img {
	max-width: 91px;
	margin-top: -2.5px;
	margin-left: 4px;
}
/*---------------*/
.only-for-sweep-successful {
	float: none;
	width: 100%;
	max-width: 740px;
	margin: 50px auto 0;
	display: table;
	text-align: left;
	background: #fff;
	padding: 25px 15px;
	box-shadow: 0 0 10px 1px #d5d5d5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.only-for-sweep-successful h6 {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	color: #00b26b;
}
.only-for-sweep-successful input {
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
}
.only-for-sweep-successful .sweet-address-csz input {
	width: 49%;
	margin-right: 2%;
	float: left;
}
.only-for-sweep-successful input[type="submit"] {
	background: #00b26b;
	color: #fff;
	font-family: Open Sans Semibold;
	font-size: 18px;
	max-width: 130px;
	float: right;
	padding: 0;
	border: hidden;
	margin: 0;
}
.only-for-sweep-successful .sweet-address-csz input:nth-child(2n) {
	margin-right: 0;
}
.header-top-div h4 {
	font-size: 16px;
	margin: 0;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}
.header-top-div {
	background: #00b26b;
	float: left;
	width: 100%;
	padding: 8px 15px;
	position: relative;
	z-index: 99999;
}
.header-top-div h4 a {
	font-size: 15px;
	color: #ffffff;
	border: 2px solid #fff;
	padding: 7px 20px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 15px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-top-div h4 a:hover {
	color: #00b26b;
	background-color:#ffffff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*-- 24-04-2019 -End-*/
.new-banner-header-div {
	float: left;
	width: 100%;
	position: relative;
}
/*-- 29-04-2019 --*/
.user-detail-link-tree {
	float: left;
	width: 100%;
}
.avtar-link-tree {
	float: left;
	width: 100%;
}
.avtar-link-tree img {
	width: 100%;
	height: auto;
}
.avtar-link-tree img {
	width: 100%;
	height: auto;
}
.detail-avatar-link-tree {
	float: left;
	width: 100%;
}
.name-avatar-link-tree {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	padding-top: 0;
	font-family: Open Sans Semibold;
	margin-top: -10px;
}
.ocp-avatar-link-tree {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
}
.full-page-link-tree {
	float: left;
	width: 100%;
	background: #444;
}
.ocp-avatar-link-tree {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	padding-top: 5px;
	font-family: Open Sans Semibold;
	padding-bottom: 30px;
}
.social-media-avatar-link-tree {
	float: left;
	width: 100%;
	padding: 0;
	list-style: none;
}
.social-media-avatar-link-tree {
	float: left;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0 0;
}
.social-media-avatar-link-tree li {
	display: inline-block;
	margin: 0 5px;
}
.social-media-avatar-link-tree li a {
	float: left;
	line-height: 1;
	color: #000;
	background: #fff;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: ;
	padding-top: 11px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social-media-avatar-link-tree li a:hover{
	background-color:#00b26b;
	color:#ffffff;
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.link-button-link-tree {
	float: left;
	width: 100%;
}
.link-button-link-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.link-button-link-tree ul li {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-bottom:20px;
}
.link-button-link-tree ul li a {
	font-size: 16px;
	background: #00b26b;
	color: #fff;
	line-height: 1;
	padding: 20px 30px;
	float: left;
	text-decoration: none;
	font-family: Open Sans Semibold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	text-align: center;
}
.link-button-link-tree ul li a:hover{
	background: #000000;
	color: #fff;
}
.single-section-ex-link-tree {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.ex-image-link-tree {
	float: left;
	width: 100%;
}
.ex-image-link-tree img {
	width: 100%;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	height: 245px;
	object-fit: cover;
	width: 100%;
	object-position: top;
}
.experiences-section-link-tree h2 {
	font-size: 28px;
	font-family: Open Sans Semibold;
	padding-bottom: 20px;
}
.ex-content-link-title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	padding-top: 10px;
}
.content-section-ex-link-tree {
	float: left;
	width: 100%;
	background: #fff;
	padding: 5px 15px 10px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border: 1px solid #d5d5d5;
}
.des-content-link-title {
	float: left;
	width: 100%;
	padding-top: 10px;
	margin: 0 0 20px 0;
	min-height: 160px;
}
.button-and-request-section-ltitle {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	border-top: 1px solid #d5d5d5;
}
.button-and-request-section-ltitle span {
	float: left;
	font-size: 15px;
	font-family: Open Sans Semibold;
	padding-top: 6px;
}
.button-and-request-section-ltitle a {
	float: right;
	display: table;
	background: #00b26b;
	line-height: 1;
	padding: 11px 20px;
	color: #fff;
	font-family: Open Sans Semibold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
.button-and-request-section-ltitle a:hover {
	background-color: #000000 !important;
	color:#ffffff !important;
}
.experiences-section-link-tree {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-link-tree {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.upper-link-tree-section {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.social-media-avatar-link-tree li a i {
	color: #000;
}
.social-media-avatar-link-tree li a:hover i{
	color:#ffffff;
}
.mobile-slider {
	display: none;
}
.linktree-backgrount-manage {
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: Open Sans Semibold;
	color: #00b26b;
	margin-bottom:20px;
}
.linktree-backgrount-manage input {
	padding: 0;
	margin-top: 10px;
	border: 1px solid #d5d5d5;
}
/*-- 29-04-2019 -End-*/
/*-- 29-04-2019 --*/
.mobile-slider .no-js .owl-carousel, .mobile-slider .owl-carousel.owl-loaded {
	display: block;
	float: left;
}
.mobile-slider {
	float: left;
	width: 100%;
	padding: 0 20px;
}
.mobile-slider .owl-next span::before {
	display: none;
}
.mobile-slider .owl-carousel .owl-nav button.owl-prev span::before {
	display: none;
}
.mobile-slider .owl-carousel .owl-nav button.owl-next span {
	font-size: 30px;
	position: absolute;
	line-height: 1;
	right: -20px;
	top: 41%;
	transform: translateY(-50%);
	color: #ffffff !important;
}
.mobile-slider .owl-carousel .owl-nav button.owl-prev span {
	font-size: 30px;
	position: absolute;
	left: -20px;
	top: 41%;
	transform: translateY(-50%);
	color: #ffffff !important;
}
.mobile-slider .owl-theme .owl-nav {
	margin-top: 0;
	height: 0;
}
/*-- 29-04-2019 -End-*/
.new-banner-header-div {
	float: left;
	width: 100%;
	position: relative;
}
.whole-content-link-ex-tree .linktree-exp-desc {
	float: left;
	margin-top: -7px;
}
.link-show-seciton {
	float: left;
	width: 100%;
	border: 2px dashed #d5d5d5;
	padding: 10px 15px;
	font-size: 16px;
	text-align: center;
	font-family: Open Sans Semibold;
	margin-bottom: 30px;
}
.link-show-seciton a {
	color: #00b26b !important;
	text-decoration: none !important;
}
/*-- 07-5-2019 --*/ 
.right-side-chat-new #talent-message-list.chat-de {
	height: -webkit-calc(100vh - 490px);
	height: -moz-calc(100vh - 490px);
	height: calc(100vh - 490px);
}
.modal-open .modal {
	z-index: 99999;
}
/*-- 07-5-2019 -End-*/
/*-- 22-05-2019 --*/
.financial-form-talent .search-financial-talent {
	float: right;
	width: 50%;
}
.tabing-top-at-events .financial-form-talent .nav.nav-tabs {
	width: 50%;
}
.financial-form-talent .form-group-inner {
	float: right;
	width: 100%;
	margin-right:0;
	max-width: 300px;
}
.financial-form-talent .form-group-inner input {
	padding-left: 10px;
	height: 46px;
	padding-right: 35px;
	border: 1px solid #d5d5d5;
}
.financial-form-talent .form-group-inner i {
	position: static;
	transform: translate(0);
	color: #d5d5d5;
} 
.financial-form-talent .form-group-inner button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	margin: 0 !important; 
	background: transparent;
	border: hidden;
	color: #d5d5d5;
	padding: 0 10px 0 0 !important;
}
.review-table.financial-form-talent table tr.total-tr {
	height: auto !important;
	background: #00b26b !important;
}
.review-table.financial-form-talent table tr.total-tr td {
	color: #fff !important;
	font-family: Open Sans Semibold !important;
	padding: 10px 0 !important;
} 
.table-bank tr td.icon-td-finan {
	width: 50px;
}
.table-bank tr td.view-button-td-finan {
	width: 80px;
}
.financial-form-talent .pagination {
	margin: 0 0 42px;
}
/*-- 22-05-2019 -End-*/
/*-- 27-05-2019 --*/
#contract-form-editor .columns{
	float:left;
	width:100%;
}
.default-template-section span {
	float: left;
	width: 100%;
	font-size: 17px;
	font-family: Open Sans Semibold;
}
.default-template-section input {
	float: left;
	width: auto;
	background: #00b26b;
	color: #ffffff;
	font-family: Open Sans Semibold;
	margin: 5px 10px 5px 0;
}
.default-template-section {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#contactList span {
	font-size: 13px;
	font-style: italic;
	margin-top: -6px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 16px;
}
#update-consumer-profile .alert.alert-danger {
	margin-bottom: 20px;
}
table th a#send-toall-mail {
	color: #fff !important;
}
/*-- 27-05-2019 -End-*/
/*-- 10-07-2019 --*/
.sig-tips {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #a8a8a8;
	font-style: italic;
	font-family: Open Sans Semibold;
}
#contract-modal .contract-data p input[type="checkbox"] {
	height: 10px;
}
#contract-modal .contract-data p input[type="checkbox"].required {
	outline: 1px solid red !important;
}
.final-sub-tip {
	float: left;
	width: 100%;
	text-align: left;
	font-family: Open Sans Semibold;
	font-style: italic;
	color: #a8a8a8;
}
/*-- 10-07-2019 End --*/
.message-by-agent {
    font-style: italic;
    color: #00b26b;
    float: left;
    margin-top: -7px;
    margin-bottom: 10px;
}
.private-event-section {
	float: left;
	width: 100%;
}
.private-event-section label {
	margin-bottom: 0;
}
.private-event-section .checkmark-rt {
	top: 5px;
}
.private-event-section .custom_chk {
	font-size: 16px;
	font-weight: 600;
}
.page-heading-o.wo-border h3 a.view-event {
	color: #00b26b !important;
	text-decoration: underline;
}
/*-- 22-11-2019 --*/
	.about-team-content-li {
		float: left;
		width: 100%;
		min-height: 140px;
	}
	/*-- 22-11-2019 End --*/
/*-- 26-11-2019 --*/
.rating-social {
	float: none;
	width: auto;
	padding: 0;
	margin: 5px auto 0;
	display: table;
}
.general-detail-talent .star-counting, .filter-sec .star-counting{
	font-size: 16px;
	float: left;
	padding-left: 0;
	width: 100%;
	text-align: center;
	color: #757575;
	font-family: Open Sans Semibold;
}
.general-detail-talent .rating-fil, .filter-sec .rating-fil{
	float: left;
	width: 100%;
	padding-top: 0;
	text-align: center;
}
.talent-review-show {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.talent-review-show .rating-social {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
.talent-review-show .li-sec-f-content {
	padding-left: 100px;
}
.talent-review-show .for-mobile-center {
	max-width: 80px;
}
.talent-review-show .li-se-f-img {
	width: 80px;
	height: 80px;
}
.talent-review-show .li-se-f-img-2 img {
	min-height: 80px;
	max-width: 80px;
	max-height: 80px;
}
.talent-review-show  .fil-intro.talent-name span {
	font-size: 17px;
	color: #151515;
}
.talent-review-show .row .col-md-6:last-child .li-sec-filter {
	border-bottom:hidden !important;
}
.talent-review-show .li-sec-filter {
	padding: 15px 0 10px 0;
	min-height: 120px;
	border-bottom: 1px solid #d5d5d5;
}
.talent-review-show .col-md-6 {
	width: 100%;
	padding: 0;
}
.talent-review-show .under_the_bar {
	display: none;
}
.talent-review-show .center-line::after {
	display: none;
}
.talent-review-show h3 {
	text-transform: capitalize;
	float: left;
	width: 100%;
	background: #00b26b;
	margin-bottom: 30px;
	font-family: Open Sans Bold;
	color: #ffffff;
	padding: 25px 0 25px 30px;
}
/*-- 26-11-2019 End --*/


h1 {
	font-size: 48px;
	font-family: 'Open Sans Bold';
	margin: 0;
}
h2 {
	font-size: 40px;
}
h5 {
	font-size: 28px;
	font-family: 'Open Sans Semibold';
	margin: 0;
}

.bdd-content h2 {
	font-family: 'Open Sans Semibold';
}
ul.by-and-calender-blog {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	padding-left:0 !important;
}
.bdd-content li {
	font-size: 17px;
	line-height: 28px;
	padding: 3px 0;
}
.bdd-content p {
	font-size: 17px;
	line-height: 28px;
	padding: 5px 0 20px;
}
.bdd-content ul, .bdd-content ol {
	padding: 0 0 0 15px;
}
.list-de p {
	float: left;
	width: 100%;
}
.message-by-agent {
	margin-top: 0;
}

/*-- 10-12-2019 --*/
.trusted-image-list li {
	float: left;
	width: -webkit-calc(25% - 30px);
	height: 107px;
	background: #fff;
	width: calc(25% - 23px);
	margin-right: 30px;
	margin-bottom: 20px;
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
}
.trusted-image-list {
	margin: 0;
	padding: 0;
}
.trusted-image-list li:nth-child(4n) {
	margin-right: 0;
}
.listed-on-engage-sec-content {
	padding: 35px 0 50px;
}

/*-- 10-12-2019 End --*/

/*-- 12-12-2019 --*/
.banner-sec-home {
	position: relative;
	float: left;
	width: 100%;
}
.logos-engine-section {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 6px;
	left: 0;
	z-index: 9;
}
.logos-engine-section-inner {
	max-width: 1170px;
	margin: 0 auto;
	display: -webkit-box;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 26px 0;
}
.logos-engine-section-inner h6 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: Open Sans Bold;
	width: 310px;
	max-width: 310px;
	min-width: 310px;
}
.logos-engine-section-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logos-engine-section-inner ul li {
	float: left;
	display: inline-block;
	padding: 0 27px;
}
.logos-engine-section-inner ul li:last-child {
	padding-right: 0;
}
.logos-engine-section-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
/*-- 12-12-2019 End --*/

/*-- 14-01-2020 --*/
.single-feature-section .content-section-sfe h4 {
	font-size: 18px;
	color: #212121;
	margin-bottom: 4px;
}
.content-section-sfe p {
	line-height: 22px;
}
.content-section-sfe {
	float: left;
	width: 100%;
}
.single-feature-section {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 15px 15px 15px 90px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	min-height: 95px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.single-feature-section img {
	position: relative;
	z-index: 9;
}
.image-div-sfe {
	position: absolute;
	left: 15px;
	top: 15px;
}
/*-- 14-01-2020 End --*/

/*-- 16-01-2020 --*/
.left-section-landing-page {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 20px 40px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.left-section-landing-page .li-sec-filter {
	padding: 30px 0 30px 0;
	min-height: 244px;
}
.right-form-landing-page {
	float: left;
	width: 100%;
	background: #00b26b;
	padding: 20px 20px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.right-form-landing-page .form-group-contact.culeft-input input, .right-form-landing-page .form-group-contact.curight-input input, .right-form-landing-page .form-group-contact input {
	border: hidden;
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
}
.right-form-landing-page .form-group-contact-textarea textarea {
	border: hidden;
	border-radius:3px;
	font-size: 14px;
}
.right-form-landing-page  .form-group-contact, .right-form-landing-page  .form-group-contact-textarea {
	margin-bottom: 15px;
}
.right-form-landing-page .form-group-button input {
	font-size: 16px;
	padding: 8px 30px;
	min-height: 10px;
	height: auto;
	background-color:#222222;
}
.right-form-landing-page h6 {
	color: #ffffff;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.right-form-landing-page .fa.fa-phone {
	transform: rotate(95deg);
	top: 13px;
}
.landing-page-main-div {
	float: left;
	width: 100%;
	margin: 70px 0;
}
.right-form-landing-page .form-group-contact.culeft-input i, .right-form-landing-page .form-group-contact.curight-input i, .right-form-landing-page .form-group-contact i{
	top: 20px;
}
.right-form-landing-page .form-group-contact-textarea i{
	top:22px;
}
.right-form-landing-page .form-group-contact .error, .right-form-landing-page .form-group-contact-textarea .error {
	float: left;
	width: 100%;
	position: static !important;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 20px;
	color: #a20000 !important;
}
.page-description {
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.page-description ul, .page-description ol {
	padding-left: 16px;
}
.hover-content i {
	color: #ffffff !important;
}
.right-form-landing-page div.form-text {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #ffffff;
	padding-bottom: 20px;
	line-height: 22px;
}
.left-section-landing-page .li-sec-filter:nth-last-child(2) {
	border-bottom: hidden;
	margin-bottom: 30px;
}
/*-- 16-01-2020 End --*/

.page-description-bottom p{
	display:none;
}
.page-description-bottom {
	float: left;
	width: 100%;
	background: #eee;
	color: #252525;
	padding: 10px 20px;
	text-align: center;
	font-size: 15px;
	font-family: 'Open Sans Semibold';
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-style: italic;
	line-height: 25px;
	border: 1px solid #e8e8e8;
}
.page-description-bottom br {
	display: none;
}
body .inputsec-filter .category-select-filter.select-custom-div .select-selected {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner-sec.blog-page, .banner-sec {
	z-index: 1;
}

/*-- 29-01-2020 --*/
.bread-crumb ol {
	padding: 0;
	list-style: none;
	margin: 0;
}
.bread-crumb ol li {
    float: left;
    width: auto;
}
.bread-crumb ol li a span {
    color: #00b26b;
    position: relative;
    padding-right: 20px;
}
.bread-crumb ol li a span::after {
    content: "/";
    position: absolute;
    right: 8px;
    top: -3px;
    color: #fff;
    font-size: 17px;
}
.bread-crumb ol li a {
    text-decoration: none !important;
	color:#00b26b;
}
/*-- 29-01-2020 End --*/

/*-- 03-02-2020 --*/
.ui-widget.ui-widget-content {
	-webkit-border-radius:4px;
	border-radius:4px;
}
#ui-id-1 li {
	float: left;
	width: 100%;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 10px 15px;
	position: relative;
	padding-left: 90px;
	min-height: 85px;
	border: hidden !important;
	display: -webkit-box;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	justify-content: center;
	float:left;
	width:100%;
}
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active{
	background-color:#eee;
	margin:0;
}
.ui-menu .ui-menu-item-wrapper img {
	position: absolute;
	left: 15px;
	width: 65px;
	height: 65px;
	top: 10px;
	-webkit-border-radius:4px;
	border-radius:4px;
	object-fit:cover;
}
.ui-menu .ui-menu-item-wrapper span{
	color:#000;
}
.ui-menu .ui-menu-item-wrapper span:nth-child(2) {
	font-size: 17px;
	font-family: Open Sans Bold;
	text-transform: capitalize;
	color: #00b26b;
}
/*-- 03-02-2020 End --*/

/*-- 04-02-2020 --*/
#ui-id-1 {
	max-width: 378px !important;
	max-height: 200px;
	overflow-y: auto;
	width: 100% !important;
	z-index: 99999999999 !important;
}
.ui-menu .no-data-found .ui-menu-item-wrapper {
	cursor: default;
	min-height: 10px;
	padding: 10px 25px;
	text-align: left;
	pointer-events: none;
	position: relative;
}
.no-data-found.ui-menu-item { 
	position: relative;
	pointer-events: none;
}
/*-- 04-02-2020 End --*/
.single-photo-cat span.remove_photo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: red;
	line-height: 1;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	font-weight: ;
	font-family: Open Sans Semibold;
	-webkit-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

/*-- 18-03-2020 --*/
.tabing-top-at-events.mps-tal.manage-profiel-n .tab-content #menu2 .review-link-btn a:last-child {
	float: right;
	margin: 0;
}
.tabing-top-at-events.mps-tal.manage-profiel-n .tab-content #menu2 .review-link-btn a {
    padding: 10px 15px 10px 15px;
}
.rating-pop-up {
    margin-bottom: 0;
}
#review-box .modal-dialog textarea {	
    margin-top: 20px;
}
#review-box input[type="text"].error, #review-box textarea.error {
    border: 1px solid red;
}
#review-box .modal-dialog textarea {
    border-radius: 5px;
}
/*-- 18-03-2020 End --*/
#review-box .modal-body {
	padding: 0 40px 20px;
}
/*-- 20-03-2020 --*/
.addi-detail-list ul li {
    width: 100%;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.addi-detail-list ul li:last-child{
	border-bottom:hidden;
}
.addi-detail-list ul li .addi-answer {
    min-height: 10px !important;
}
/*-- 20-03-2020 End--*/

/*-- 23-03-2020 --*/
.user-title-detial-talent.description-talent ul {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.user-title-detial-talent.description-talent li {
	float: left;
	width: 100%;
	margin: 2px 0;
}
/*-- 23-03-2020 End --*/
/*-- 25-03-2020 --*/
.steaming-sectio-field {
	float: left; 
	width: 100%;
	margin: 5px 0 20px;
}
.steaming-sectio-field input {
	width: 100%;
	border: 1px solid #d5d5d5;
}
.single-time-date-div {
	float: left;
	width: 100%;
	max-width: 90px;
	text-align: center;
	background-color: #fff;
	margin: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 5px;
	border: 5px solid rgba(0, 178, 107, 0.5);
}
.single-time-date-div span {
	text-transform: uppercase;
}
.well {
	float: left;
	width: 100%;
	background: #ffffff;
	border: hidden;
	padding: 20px 0;
	margin: 0;
}
.single-time-date-div div.text-center {
	font-size: 30px;
	font-family: 'Open Sans Semibold';
	color: #00b26b;
}
.countdown-well-inner {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
	float: left;
	width: 100%;
}
.live_youtube_embed {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 30px 20px;
}
.live_youtube_embed iframe {
    margin: 0 auto;
    display: block;
}
.live_youtube_embed h3 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
/*-- 25-03-2020 End --*/

/*-- 30-03-2020 --*/
.inputsec-filter {
	width: 33.3333333%;
}

/*-- 30-03-2020 End --*/
/*-- 03-04-2020 --*/
.popup-event-de-page .user-title-detial-talent.description-talent {
	height: auto;
}
/*-- 03-04-2020 End --*/

/*-- 06-05-2020 --*/
.blockElement {
	float: left;
	width: 100%;
}
.agency-page-logos.blockElement ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.agency-page-logos.blockElement ul li {
	float: left;
	width: calc(25% - 30px);
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid #d5d5d5;
	padding: 30px 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color:#ffffff;
}
.agency-page-logos.blockElement ul li:nth-child(4n){
	margin-right:0;
}
.img-div-main-agency img {
	max-width: 230px;
	height: auto;
	margin: 0 auto;
	display: table;
	max-height: 100px;
	width: auto;
}
.img-div-main-agency {
	display: flex;
	align-items: center;
	height: 110px;
}
.agency-page-logos.blockElement ul li h5 {
	font-size: 18px;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 22px;
	margin-top: 30px;
	min-height: 45px;
}
.content-top-agency-page.blockElement h4 {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 35px;
	margin-bottom: 40px;
	font-size: 27px;
}
.agency-page.blockElement {
	padding: 50px 0;
}
.agency-page-logos.blockElement ul li:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.20);
	box-shadow: 0 0 20px rgba(0,0,0,0.20);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*-- 06-05-2020 End --*/

/*-- 07-05-2020 --*/
.engage-proud-with-section.blockElement h2 {
	float: left;
	width: 100%;
	font-family: Open Sans Semibold;
	padding: 0 15px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 40px;
}
.view-all-btn.blockElement {
	text-align: center;
}
.view-all-btn.blockElement a {
	padding: 9px 32px;
	margin: 0 5px;
	line-height: 1.3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: none;
	width: auto;
	background-color: #00b26b;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	text-decoration: none !important;
}
.view-all-btn.blockElement a:hover{
	background-color:#000;
	color:#ffffff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.engage-proud-with-section.blockElement {
	padding: 40px 0;
}
/*-- 07-05-2020 End --*/

/*-- 03-06-2020 --*/
.whole-ul-li-talent-list-home {
	float: left;
	width: 100%;
	padding: 55px 0;
}
.list-parent-li-talent-list-new {
	padding: 0 0 0 665px;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
}
.right-main-image-section .list-parent-li-talent-list-new{
	padding: 0 665px 0 0;
}
img{
	max-width:100%;
}
.list-parent-li-talent-list-new > li:first-child{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 635px;
	width: 100%;
	margin:0;
}
.list-parent-li-talent-list-new li {
	float: left;
	width: calc(33.33333% - 20px);
	margin-right: 30px;
	margin-bottom: 24px;
}
.list-parent-li-talent-list-new li:nth-child(4) {
	margin-right: 0;
}
.list-parent-li-talent-list-new li:nth-child(7) {
	margin-right: 0;
}
.list-parent-li-talent-list-new li:first-child span.image-section-new-list-talent img {
	height: 595px;
	width: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home{
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 0 35px;
	width: 100%;
	z-index: 9;
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home h6 {
	font-size: 20px;
	font-family: Open Sans Bold;
	color: #ffffff;
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home p{
	font-size: 17px;
	color: #ffffff;
	float: left;
	width: 100%;
	height: auto;
	margin: 15px 0 0;
	font-family:'Open Sans';
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home a.view-profile-nb-tl:hover {
	background-color:#000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home a.view-profile-nb-tl {
    font-size: 15px;
    background: #00b26b;
    float: left;
    line-height: 1;
    padding: 12px 29px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 17px;
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/* .list-parent-li-talent-list-new > li:first-child::after {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 77%);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-border-radius:10px;
	border-radius:10px;
} */
.list-parent-li-talent-list-new li span.image-section-new-list-talent img {
	height: 221px;
	object-fit: cover;
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.list-parent-li-talent-list-new li .content-section-new-tl-home h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: Open Sans Bold;
    text-transform: uppercase;
    margin-top: 12px;
    height: 40px;
    overflow: hidden;
}
.list-parent-li-talent-list-new li .content-section-new-tl-home p {
	float: left;
	width: 100%;
	color: #6d6d6d;
	font-size: 14px;
	height: 24px;
	overflow: hidden;
	font-family: Open Sans Semibold;
	margin-top: 10px;
}
.heading-section-with-view-new {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.heading-section-with-view-new h2 {
	font-family: Open Sans Bold;
	padding-right: 30px;
	position: relative;
	z-index: 9;
	background-color: #ffffff;
}
.heading-section-with-view-new a.view-all-heading-anchor {
	margin-left: auto;
	font-size: 15px;
	text-transform: capitalize;
	background: #00b26b;
	line-height: 1;
	float: left;
	padding: 10px 28px;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	position:relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.heading-section-with-view-new a.view-all-heading-anchor:hover{
	background-color:#000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.heading-section-with-view-new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d5d5d5;
	transform: translateY(-50%);
	z-index: -1;
}
.heading-section-with-view-new a.view-all-heading-anchor::before {
	content: "";
	position: absolute;
	left: -30px;
	width: 30px;
	height: 100%;
	background: #ffffff;
	top: 0;
}
body {
	background-color: #ffffff !important;
}
.single-section-talent-list {
	float: left;
	width: 100%;
	padding: 28px 0;
}
section.engage-makes {
    background: #f4f4f4;
}
/*-- 03-06-2020 End --*/

/*-- 05-06-2020 --*/
.list-parent-li-talent-list-new {
	min-height: 595px;
}
.left-main-image-section ul li:nth-child(7), .left-main-image-section ul li:nth-child(6), .left-main-image-section ul li:nth-child(5) {
	margin-bottom: 0;
}
.right-main-image-section ul li:nth-child(4), .right-main-image-section ul li:nth-child(5), .right-main-image-section ul li:nth-child(6){
	margin-bottom:0;
} 
.list-parent-li-talent-list-new li .content-section-new-tl-home h6 a {
    color: #000000 !important;
    text-decoration: none;
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home h6 a{
    color: #fff !important;
}
.list-parent-li-talent-list-new li:first-child .content-section-new-tl-home h6 {
    height: 26px;
}
.dis-tag.mp-tag.talent-short-des-new-o .text-area-write {
    padding: 0;
}
.dis-tag.mp-tag.talent-short-des-new-o span {
    position: static;
}
.dis-tag.mp-tag.talent-short-des-new-o input {
    padding: 0;
    height: 40px;
}
/*-- 05-06-2020 End --*/

/*-- 11-06-2020 --*/
.right-main-image-section .list-parent-li-talent-list-new li:first-child {
	right: 0;
	left: auto;
}
/*-- 11-06-2020 End --*/

/*-- 25-06-2020 --*/
.filter-main-sec {
	border: hidden;
}
.Talent-Listing-point-o .container {
	max-width:1330px;
	width: 100%;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li span.image-section-new-list-talent img {
	height: 180px;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child span.image-section-new-list-talent img {
	height: 595px;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .image-section-new-list-talent .talent-rating, .Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .image-section-new-list-talent .talent-more-data {
	display: none;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home h6 {
	float: left;
	width: auto;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home .talent-rating {
	float: left;
	width: auto;
	margin: 10px 0 0 15px;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home p {
	margin: 10px 0 0;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home .talent-more-data {
	float: left;
	width: 100%;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home .talent-more-data ul li {
	float: left;
	width: auto;
	list-style: none;
	margin: 0;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home .talent-more-data ul li a i {
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home .talent-more-data ul {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
.image-section-new-list-talent > a {
	float: left;
	width: 100%;
	position: relative;
}
.image-section-new-list-talent > a::after {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 77%);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.Talent-Listing-point-o  .image-section-new-list-talent .talent-rating {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.Talent-Listing-point-o .image-section-new-list-talent .talent-rating {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
}
.Talent-Listing-point-o  .image-section-new-list-talent .talent-more-data {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index:99;
}
.Talent-Listing-point-o  .talent-more-data ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	float: none;
	display: inline-block;
}
.Talent-Listing-point-o .talent-more-data ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.Talent-Listing-point-o .talent-more-data ul li a i {
	margin: 0 5px;
	color: #fff;
}
.Talent-Listing-point-o .talent-rating .rating-fil .fa.fa-star.checked, .Talent-Listing-point-o .rating-fil .fa.fa-star-half.checked {
	color: #fff;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li .content-section-new-tl-home h6 {
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li .content-section-new-tl-home p {
	font-size: 13px;
	height: 42px;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 19px;
}
.Talent-Listing-point-o .list-parent-li-talent-list-new li:first-child .content-section-new-tl-home p {
	margin: 10px 0 0;
	text-align: left;
	line-height: normal;
	font-size:17px;
	height:auto;
}
.Talent-Listing-point-o .image-section-new-list-talent .talent-rating, .Talent-Listing-point-o .image-section-new-list-talent .talent-more-data {
	visibility:hidden;
	opacity:0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.list-parent-li-talent-list-new li:hover .talent-rating, .list-parent-li-talent-list-new li:hover .talent-more-data{
	visibility:visible!important;
	opacity:1 !important;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
} 
.Talent-Listing-point-o .image-section-new-list-talent {
	float: left;
	width: 100%;
	position: relative;
}
.Talent-Listing-point-o .input-filter {
	padding: 0;
}
.Talent-Listing-point-o .inputsec-filter {
	padding: 0;
}
#event-filters .input-filter .inputsec-filter {
	margin-right: 20px;
}
#event-filters .input-filter .inputsec-filter:last-child {
	margin-right: 0;
}
.Talent-Listing-point-o .inputsec-filter {
	width: calc(33.333% - 13.333px);
}
.Talent-Listing-point-o .search-sec-content {
    width: 100%;
    padding: 0;
    display: inline-block;
    max-width: 230px;
    float: right;
    margin-right: 20px;
}
.Talent-Listing-point-o .event-search {
	width: 100%;
}
.Talent-Listing-point-o .event-search input {
	padding: 0 15px 0;
	font-size: 15px;
	height: 46px;
	border: 1px solid #d5d5d5;
}
.Talent-Listing-point-o .sort-by-right.pull-right {
	padding: 0;
}
.Talent-Listing-point-o .sort-by-right button:hover {
	background-color:#000;
}
.Talent-Listing-point-o .sort-by-right button {
	background: #00b26b ;
	color:#fff !important;
}
.Talent-Listing-point-o .sort-by-search {
    float: right;
    max-width: 100%;
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
}
.Talent-Listing-point-o #event-filters .input-filter .inputsec-filter:last-child {
	position: relative;
}
.Talent-Listing-point-o .clear-filter a {
	font-size: 15px;
	background: transparent !important;
	margin-top: 0;
	color: #222 !important;
	padding: 0 0;
	text-decoration: underline;
}
.Talent-Listing-point-o .inputsec-filter span.clear-filter {
	position: absolute;
	top: 77px;
	left: 0;
}
.new-filters-talent-listing.Talent-Listing-point-o {
	float: left;
	width: 100%;
	padding: 38px 0 43px;
	border-bottom: 2px solid #00b26b;
}
/*-- 25-06-2020 End --*/

/*-- 26-06-2020 --*/
.filter-sec.Talent-Listing-point-o {
	background-color: #ffffff;
}
body .inputsec-filter .category-select-filter.select-custom-div .select-selected {
    padding-top: 11px;
}
.container {
	max-width:1300px;
    width: 100%;
}
.sort-by-right.pull-right ul {
	top: 47px;
}
.new-filters-talent-listing.Talent-Listing-point-o {
	background-color: #f3f3f3;
}
.pagination {
    float: none;
    margin: 0 auto 0;
    padding-top: 30px;
}
/*-- 26-06-2020 End --*/

/*-- 29-06-2020 --*/
.section-talent-listing-inner-mobile {
    display: none;
}
/*-- 29-06-2020 End --*/

/*-- 30-06-2020 --*/
table.table.table-agent.xl-table span.both-btn {
    float: none;
}
table.table.table-agent.xl-table span.both-btn span {
    float: left;
    margin: 5px 2px;
}
/*-- 30-06-2020 End --*/

/*-- 01-07-2020 --*/
.Talent-Details_Page-New .container {
    max-width: 1200px;
    width: 100%;
}
.consumer-panel.Talent-Details_Page-New {
    background: #fff;
}
.Talent-Details_Page-New .cover-photo-talent-datial {
    float: left;
    display: block;
    width: 100%;
}
.Talent-Details_Page-New .talent-detail-new .profile-photo {
    max-height: 380px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: hidden;
    height: auto;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.Talent-Details_Page-New .talent-detail-new .profile-photo img {
    border-radius: 5px;
}
.Talent-Details_Page-New .user-title-detial-talent.title-user-talent p {
    font-size: 40px;
    height: auto;
    float: left;
    width: 100%;
    line-height: 50px;
    font-family: Open Sans Semibold;
    color: #222;
    margin-top: -12px;
}
.Talent-Details_Page-New .user-title-detial-talent.description-talent p {
    font-size: 16px;
    line-height: 28px;
    color: #222;
}
.Talent-Details_Page-New .rating-social {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
}
.Talent-Details_Page-New .general-detail-talent .rating-fil {
    text-align: left;
}
.Talent-Details_Page-New .one-unknown-section-talent-detail {
    float: left;
    width: 100%;
}
.Talent-Details_Page-New .booking-buttons-talent-detail .two-group-buttons a:last-child{
	margin-right:0;
	background-color:#000;
}
.Talent-Details_Page-New .booking-buttons-talent-detail .two-group-buttons {
    float: left;
    width: 100%;
	padding:0;
}
.Talent-Details_Page-New .booking-buttons-talent-detail {
    float: left;
    width: 100%;
}
.Talent-Details_Page-New .booking-buttons-talent-detail .two-group-buttons a {
    float: left;
    width: calc(50% - 15px);
    margin: 0 30px 0 0;
    text-align: center;
    font-size: 21px;
    padding: 15px 20px;
}
.Talent-Details_Page-New .talent-detail-new .gen-per-detail-talent {
    border-bottom: hidden;
	padding-bottom:0;
}
.Talent-Details_Page-New .main-section-main-content.consumer.talent-detail-new {
    background: #fff;
}
.Talent-Details_Page-New .talent-experience-content-heading h3 {
    font-family: Open Sans Semibold;
    color: #222;
    font-size: 40px;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.Talent-Details_Page-New .talent-experience-content-heading{
	background-color:transparent;
}
.Talent-Details_Page-New .image-content-box {
    box-shadow: none;
    padding: 15px 0 0 0;
}
.Talent-Details_Page-New .image-content-box h6 {
    margin-bottom: 10px;
	text-transform:capitalize;
}
.Talent-Details_Page-New .image-content-box a {
    text-decoration: none;
}
.Talent-Details_Page-New .image-content-box p {
    font-size: 16px;
    line-height: 28px;
	padding-bottom:0;
	margin-bottom:0;
	border:hidden;
}
.Talent-Details_Page-New .img-cicrle img {
    height: 435px;
    border-radius: 8px;
}
.Talent-Details_Page-New .img-cicrle {
    height: auto;
    border-radius: 8px;
}
.Talent-Details_Page-New  .talent-review-show h3 {
    font-family: Open Sans Semibold;
    color: #222;
    padding: 0;
    font-size: 40px;
    float: left;
    width: 100%;
    text-align: center;
	background:transparent;
}
.Talent-Details_Page-New .talent-review-show .li-se-f-img {
    width: 170px;
    height: 170px;
}
.Talent-Details_Page-New .talent-review-show .li-sec-f-content {
    padding-left: 195px;
}
.Talent-Details_Page-New .talent-review-show .li-se-f-img-2 img {
    min-height: 170px;
    max-width: 170px;
    max-height: 170px;
}
.Talent-Details_Page-New .talent-review-show .li-sec-filter {
    padding: 30px 0;
    min-height: 220px;
    border-bottom: hidden;
}
.Talent-Details_Page-New .for-mobile-center {
    position: static;
}
.Talent-Details_Page-New .talent-review-show .for-mobile-center {
    max-width: 170px;
    margin-right: 25px;
}
.Talent-Details_Page-New .talent-review-show .li-sec-f-content {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    align-items: center;
}
.add-detial-sec-new .container {
    width: 100%;
    max-width: 1200px;
}
.add-detial-sec-new {
    background-image: none;
}
.add-detial-sec-new h3 {
    color: #222;
    font-family: Open Sans Semibold;
    font-size: 40px;
    float: left;
    width: 100%;
    text-align: center;
}
.add-detial-sec-new .addi-detail-list ul li {
    color: #222;
}
.add-detial-sec-new .addi-detail-list ul li .addi-answer {
    font-size: 16px;
    line-height: 28px;
}
.add-detial-sec-new .addi-detail-list ul li .add-question {
    margin-bottom: 0;
}
.add-detial-sec-new span.add-question i.fa {
    font-family: FontAwesome;
    font-size: 28px;
    font-weight: normal;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
.add-detial-sec-new .addi-detail-list {
    padding-top: 47px;
}
.add-detial-sec-new .add-detial-sec-new-content {
    padding-top: 50px;
	padding-bottom:75px;
}
.talent-details-no-data {
    border: hidden;
    padding: 0;
    font-size: 20px;
    font-family: Open Sans Semibold;
    color: #000;
}
.Talent-Details_Page-New .talent-experience-content.talent-event-content h3 {
    margin-bottom: 10px;
}
.Talent-Details_Page-New .talent-experience-details {
    padding-bottom: 50px;
}
.Talent-Details_Page-New .talent-experience-content.talent-event-content {
    border-top: 1px solid #d5d5d5;
    padding-top: 50px;
}
.Talent-Details_Page-New .talent-experience-content.talent-event-content h3 {
    text-transform: capitalize;
}
.Talent-Details_Page-New .first-name-last-name-center {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.Talent-Details_Page-New .li-sec-filter .star-counting {
    font-family: Open Sans Semibold;
    position: relative;
    top: 2.5px;
    margin-left: 5px;
}
.Talent-Details_Page-New .talent-review-show {
    border-top: 1px solid #d5d5d5;
    padding-top: 55px;
}
div#experience-ta-detail {
    float: left;
    width: 100%;
    padding-bottom: 55px;
    padding-top: 50px;
}
div#experience-ta-detail h3 {
    margin-bottom: 22px;
}
/*-- 01-07-2020 End --*/

/*-- 02-07-2020 --*/
.talent-experience-content.talent-event-content.video-section-td iframe {
	height: 325px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}
.talent-experience-content.talent-event-content.video-section-td {
	margin-bottom: 0;
	padding-top: 60px;
	border: hidden;
	padding-bottom: 55px;
	border-bottom: 1px solid #d5d5d5;
}
.Talent-Details_Page-New .booking-buttons-talent-detail {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.bottom-image-content-box {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.owl-carouselw.talent-experiences-new.owl-theme .item {
	float: left;
	width: calc(33.333% - 20px);
	margin-right: 30px;
	margin-bottom: 5px;
}
.owl-carouselw.talent-experiences-new.owl-theme .item:nth-child(3n) {
	margin-right: 0;
}
.show-more-text a {
	font-size: 20px;
	font-family: Open Sans Bold;
	color: #222;
	text-decoration: underline;
	line-height: 20px;
}
.show-more-text {
	float: left;
	width: 100%;
	text-align: center;
	padding-top:40px;
}
.talent-detail-new .gen-per-detail-talent {
	padding: 30px 0 30px 0;
}
.owl-talent-details-video .owl-nav.disabled {
    display: block !important;
}
.heading-gallery h3 {
    font-family: Open Sans Semibold;
    color: #222;
    font-size: 40px;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.heading-gallery {
    background: transparent;
}
.photo-catalogue-section-gallery {
    padding: 0;
    box-shadow: none;
}
.img-and-heading-section-cat {
    border-radius: 8px;
    overflow: hidden;
}
.absolute-content-section-cat {
    border-radius: 8px;
}
.talent-gallery-section {
    margin-bottom: 0;
}
.photo-catalogue-section-gallery {
    padding-bottom: 55px;
    border-bottom: 1px solid #d5d5d5;
}
.talent-experience-content.talent-event-content {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 25px;
}
.Talent-Details_Page-New .booking-buttons-talent-detail .two-group-buttons a:last-child:hover{
	background-color:#00b26b;
}
.Talent-Details_Page-New .bottom-image-content-box .left span.price {
    font-size: 19px;
}
.Talent-Details_Page-New .image-content-box p {
    height: 60px;
}
.Talent-Details_Page-New .image-content-box h6 {
    height: 29px;
    overflow: hidden;
    line-height: 25px;
}
.add-detial-sec-new .add-detial-sec-new-content {
    padding-top: 0;
}
.talent-experience-content.talent-event-content {
    padding-bottom: 55px;
}
.photo-catalogue-section-gallery {
    margin-bottom: 55px;
}
.owl-talent-details-video .data-box {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 56.3%;
    height: 0px;
}
.owl-talent-details-video .data-box iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100% !important;
}
/*-- 02-07-2020 End --*/

/*-- 08-07-2020 --*/
.main-section-conferrence-page {
	float: left;
	width: 100%;
	padding: 122px 0 85px;
}
.top-main-video-section-conference {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: flex;
	position: relative;
}
.left-section-participents {
	float: left;
	min-width: 285px;
	padding-bottom: 65px;
	max-width: 285px;
	background: #f5f3ef;
}
.participents-list-main ul li img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-right: 10px;
	min-width: 50px;
	max-width: 50px;
}
.mute-and-video-icons {
	float: right;
	min-width: 50px;
	max-width: 50px;
}
.participents-list-main ul li span {
	width: 100%;
}
.participents-list-main ul li {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #d5d5d5;
}
.mute-and-video-icons i:last-child {
	margin-right:0;
}
.mute-and-video-icons i {
	display: inline-block;
	margin-right: 11px;
	font-size: 18px;
}
.participents-list-main ul li span {
	width: 100%;
	font-size: 18px;
	padding-right: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}
.left-section-participents h5 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 20px;
}
.left-section-participents ul {
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	max-height: 414px;
	overflow-y: auto;
	padding: 0 10px;
	scrollbar-width: thin;
	margin: 0;
}
.invite-and-mute-buttons {
	float: left;
	width: 100%;
	padding: 40px 10px 22px;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.invite-and-mute-buttons button {
	font-size: 15px;
	line-height: 1;
	border: 1px solid #d5d5d5;
	background: transparent;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 7px 17px;
	background: #fff;
}
.participents-list-main ul li:last-child{
	border-bottom:hidden;
}
.second-section-video-participents {
	float: left;
	min-width: 264px;
	max-width: 264px;
	padding-bottom: 65px;
	background: #f5f3ef;
}
.second-section-video-participents ul {
	list-style: none;
	padding: 0;
	float: left;
	width: 100%;
	overflow-y: auto;
	max-height: 582px;
	scrollbar-width: thin;
	margin: 0;
}
.second-section-video-participents ul li {
	float: left;
	width: 100%;
	height: 194px;
	position: relative;
}
.second-section-video-participents ul li img {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.div-inside-li-ab span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.div-inside-li-ab {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9;
	left: 0;
	padding: 5px 10px 5px 30px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	color: #fff;
}
.third-main-section-main-video {
	float: left;
	width: 100%;
}
.main-video-big {
	height: 645px;
	float: left;
	width: 100%;
	position: relative;
}
.main-video-big img {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bottom-green-bar-conference {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 178, 107, 0.8);
	z-index: 9;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
}
.left-section-bottom-greenbar ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.left-section-bottom-greenbar ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}
.left-section-bottom-greenbar ul li span {
	width: 46px;
	height: 46px;
	float: left;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.right-section-bottom-green ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.right-section-bottom-green ul li {
	float: left;
}
.right-section-bottom-green ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-right: 5px;
	display: inline;
}
.right-section-bottom-green ul li i {
	font-size: 18px;
	color: #fff;
}
.right-section-bottom-green li button {
	background: #000;
	border: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	padding: 7px 26px 11px;
	border-radius: 6px;
	margin-left: 15px;
}
.right-section-bottom-green ul li sup {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}
.more-about-conference-call-section {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.more-about-conference-call-inner {
	float: left;
	width: 100%;
}
.more-about-conference-call-inner h2 {
	float: left;
	width: 100%;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.more-about-conference-call-inner p {
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 34px;
	color: #333333;
	padding-left: 20px;
}
.more-about-conference-call-inner p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #333333;
}
/*-- 08-07-2020 End --*/
/*-- 09-07-2020 --*/
.request-conference-left-main h2 {
	float: left;
	width: 100%;
	font-weight: bold;
	font-family: Open Sans Semibold;
	margin-bottom: 28px;
}
.request-conference-left-main p {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 31px;
	color: #535353;
}
.right-image-top-request-conference {
	margin-right: -317px;
	position: relative;
	display: block;
}
.right-image-top-request-conference img {
	float: left;
	width: 100%;
}
.top-request-conference-section {
	float: left;
	width: 100%;
	overflow: hidden;
}
.right-image-top-request-conference img.image-in-mobile {
	position: absolute;
	top: 132px;
	left: 139px;
	width: 147px;
	height: 281px;
	object-fit: cover;
	z-index: 2;
}
.right-image-top-request-conference img.image-in-laptop {
	position: absolute;
	right: 0;
	top: 16px;
	width: 566px;
	height: 393px;
	object-fit: cover;
	z-index: 1;
}
.right-image-top-request-conference img.mobile-dif-image {
	position: absolute;
	left: 139px;
	top: 107px;
	width: 147px;
	z-index: 2;
}
.request-conference-left-main {
	float: left;
	width: 100%;
	padding-top: 43px;
}
.top-request-conference-section .col-md-7 {
	padding-left: 0;
}
.top-request-conference-section {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 120px 0 80px;
}




.inner-form-request-page {
	float: left;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 40px 0 64px;
}
.inner-form-request-page h2 {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 15px 0;
}
.left-section-re-con label {
	font-size: 22px;
	font-weight: 600;
	min-width: 135px;
	max-width: 135px;
}
.form-group-re-con {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 10px 0;
	float: left;
	width: 100%;
}
.form-group-re-con input {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.form-group-inner-pst-time {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.form-group-inner-pst-time span {
	min-width: 40px;
	max-width: 40px;
	text-align: center;
	font-size: 16px;
}
.form-group-re-con .div-for-select-dur {
	width: 100%;
	float: left;
	position:relative;
}
.div-for-select-dur select {
	width: 100%;
	height: 60px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 0 15px;
	padding-right: 30px;
}
.form-group-re-con.purpose-textarea textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	resize: none;
	padding: 10px;
}
.form-group-re-con.purpose-textarea {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.form-group-re-con.purpose-textarea label {
	padding-top: 8px;
}
.div-for-select-dur::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	width: 8px;
	height: 8px;
	border: 3px solid #707070;
	border-top: hidden;
	border-right: hidden;
	transform: rotate(-45deg) translateY(-50%);
	top: 46%;
	pointer-events: none;
}
.bottom-form-request-page {
	float: left;
	width: 100%;
	padding-bottom: 90px;
}
.time-pst-single {
	float: left;
	width: 100%;
	position: relative;
}
.time-pst-single i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #707070;
}
.calentder-div-date-call {
	float: left;
	width: 100%;
	position: relative;
}
.calentder-div-date-call i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #707070;
	right: 12px;
}
.time-pst-single input {
	padding: 0 10px 0 35px;
}
.calentder-div-date-call input {
	padding-right: 30px;
}
.price-input-list-call > label {
	font-size: 22px;
	font-weight: 600;
	float: left;
	width: 100%;
}
.price-input-list-call ul li:last-child {
	margin-right:0;
}
.price-input-list-call ul li {
	float: left;
	width: calc(33.3333% - 7px);
	margin-right: 10.5px;
}
.price-input-list-call ul li input {
	width: 100%;
	height: 60px;
	border: 1px solid #d5d5d5;
	padding: 0 10px 0 10px;
}
.price-input-list-call ul li label {
	font-size: 16px;
	font-weight: normal;
	color: #707070;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}
.price-input-list-call ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 17px;
}
.invite-btn-main-call {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.invite-btn-main-call button {
	font-size: 18px;
	font-weight: bold;
	background: #00b26b;
	border: hidden;
	border-radius: 7px;
	padding: 21px 29px;
	color: #fff;
	line-height: 1;
	float: left;
	cursor: pointer;
}
.message-for-talent-div-call {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.message-for-talent-div-call label {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.message-for-talent-div-call textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	padding: 10px;
}
.send-request-btn-call button {
	font-size: 18px;
	font-weight: bold;
	background: #00b26b;
	border: hidden;
	border-radius: 7px;
	padding: 21px 29px;
	color: #fff;
	line-height: 1;
	float: left;
	cursor: pointer;
}
.send-request-btn-call {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.call-record-section {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.new-label-call-record {
	font-size: 22px;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.call-record-section .remember-forgot {
	padding: 0;
	margin: 0;
}
.call-record-section label {
	margin: 0;
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
}
.call-record-section input {
	margin: 0;
}
.call-record-section span.remember-me-cstm {
	margin: -2px 0 0 10px;
	font-size: 16px;
}
.left-section-re-con {
	padding: 0 25px 0 15px;
}
.right-section-request-confre {
	padding: 0 15px 0 25px;
}
.inner-form-request-page h2 {
	padding: 0 15px 55px;
}
.call-record-section .checkmark-rt {
	background: #fff;
}
.Talent-Details_Page-New .general-detail-talent .rating-fil {
    text-align: center;
}
.talent-detail-new .social-list-talent.consumer-stl.talent-detail-so {
    margin-bottom: 0;
}
.Talent-Details_Page-New .general-detail-talent .rating-fil span {
    font-size: 20px;
    margin: 0 3px;
}

/*-- 09-07-2020 End --*/

/*-- 17-07-2020 --*/
.Talent-Details_Page-New .img-cicrle {
    height: auto;
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 245px;
	background:#fbfbfb;
}
.Talent-Details_Page-New .img-cicrle img {
    height: auto;
    border-radius: 8px;
    width: auto;
}
.inner_book_experience .img_top img {
    height: 400px;
}
.inner_book_experience .img_top {
    position: relative;
}
#event-filters .input-filter .inputsec-filter:last-child {
    margin-right: 0 !important;
}
#event-filters .input-filter .inputsec-filter {
    width: calc(33.333% - 20px);
    margin-right: 30px !important;
}
.ex-image-link-tree {
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
}
.ex-image-link-tree img {
    height: auto;
    width: auto;
}
span.experience-icon-new-ex-page {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ffffff;
    width: 65px;
    height: 65px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    pointer-events: none;
}
.inner_book_experience .img_top span.experience-icon-new-ex-page img {
    max-width: 40px;
    height: auto;
}
.exper-img-left img {
    width: auto;
    margin: 0 auto;
	height:auto;
}
.talent-name-top img {
    height: 290px;
    object-position: center;
}
.talent-name-top h2 {
    top: 50%;
}
/*-- 17-07-2020 End --*/

/*-- 18-07-2020 --*/
.area-section.new-section-a-removal input {
	width: calc(100% - 146px);
}
.des-tagline-sec.detail-new-a-removal {
	margin-bottom: 50px;
}
.new-label-after-removal {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: Open Sans Semibold;
	color: #00b26b;
}
.create-new-event-page-right-sec {
	margin-top: 24px;
}
/*-- 18-07-2020 End --*/

.talent-name-top h2 {
    position: static;
    transform: translate(0, 0);
}
.talent-name-top.black-background {
    background-image: url(../images/q.jpg);
    background-position: center;
}
.main-banner-content {
    z-index: 99;
}

.whole-ul-li-talent-list-home .list-parent-li-talent-list-new li .content-section-new-tl-home p {
    height: 42px;
    line-height: 19px;
}
.list-parent-li-talent-list-new li:first-child span.image-section-new-list-talent img {
    height: 670px;
}
/*-- 27-07-2020 --*/
.notification-page-main {
    float: left;
    width: 100%;
}
.inner-section-notification-page {
    float: left;
    width: 100%;
}
.inner-section-notification-page .alert {
    float: left;
    width: auto;
    margin: 0;
    background: #efefef;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 22px;
    border-left: 4px solid #00b26b;
    clear: both;
}
.inner-section-notification-page {
    padding: 50px 0;
}
/*-- 27-07-2020 End --*/

/*-- 29-07-2020 --*/
div#bs-example-navbar-collapse-y li.live-stream-li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    border-bottom: 2px solid #00b26b;
}
div#bs-example-navbar-collapse-y ul li {
    position: relative;
}
div#bs-example-navbar-collapse-y li ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
}
div#bs-example-navbar-collapse-y li ul li::after {
    display: none;
}
div#bs-example-navbar-collapse-y li ul li a {
    color: #000 !important;
    padding: 10px 10px;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    font-size: 15px;
}
div#bs-example-navbar-collapse-y li ul li:last-child a{
	border-bottom:hidden;
}
li.live-stream-li a i {
    color: #fff;
    margin: 0 !important;
    font-size: 12px !important;
}
li.live-stream-li a:hover i{
	color:#000;
}
li.live-stream-li > i {
    display: none;
}

.navigation-bar-content ul li a {
    font-size: 17px;
}
li.live-stream-li a i.fa-caret-down {
    font-size: 13px !important;
    position: relative;
    top: 0px;
    margin-left: 3px !important;
}
.navigation-bar-content ul li {
    padding: 2px 16px;
}



/*-- 03-08-2020 --*/
.invitation-section {
	float: left;
	width: 100%;
}
.invitation-section span {
	background: rgba(0, 178, 107, 0.5);
	padding: 5px 10px;
	border-radius: 4px;
	float: left;
	margin: 0 5px 5px 0;
}
.invitation-section label {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-bottom: 5px;
}
.invitation-section {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.message-for-talent-div-call label, .new-label-call-record, .form-group-re-con.purpose-textarea label, .left-section-re-con label, .invitation-section label, .price-input-list-call > label {
	font-family: Open Sans Semibold;
}
.call-record-section label {
	min-width: 20px;
}
.send-request-btn-call button {
	font-family: Open Sans Semibold;
}
.invitation-section span a {
	color: #fff;
	font-family: Open Sans bold;
	margin-left: 10px;
	font-size: 8px;
	background: #e12626;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	text-decoration: none;
}
/*-- 03-08-2020 End --*/

@media (min-width:1200px){
div#bs-example-navbar-collapse-y ul > li.live-stream-li > ul {
    visibility:hidden;
	opacity:0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	top:200%;
}
div#bs-example-navbar-collapse-y ul > li.live-stream-li:hover > ul {
    visibility: visible;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 100%;
    opacity: 1;
    box-shadow: 0 0 5px 1px #d5d5d5;
}
}
/*-- 29-07-2020 End --*/
/*-- 03-08-2020 --*/
.area-section.time-multiselect label {
	float: left;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Open Sans Semibold;
}
.area-section.time-multiselect span.multiselect-native-select {
	width: 100%;
}
.area-section.time-multiselect button.multiselect {
	margin-top: 5px;
}
.create-new-event-page-right-sec.before-removing-left-img {
	margin-top: 0;
}
.area-section.time-multiselect ul.multiselect-container.dropdown-menu li {
	float: left;
	width: 100%;
}
.area-section.time-multiselect ul.multiselect-container.dropdown-menu li a {
	float: left;
	width: 100%;
	padding: 8px 10px;
}
.area-section.time-multiselect label {
	font-size: 16px;
}
.area-section.time-multiselect .multiselect-container.dropdown-menu {
	max-height: 150px;
}
.area-section.time-multiselect button.multiselect.dropdown-toggle.btn.btn-default {
	border: 1px solid #d5d5d5 !important;
}
.area-section.time-multiselect .multiselect-native-select button {
	height: 40px;
}
.area-section.time-multiselect  span {
	font-size: 16px;
}
/*-- 03-08-2020 End --*/

/*-- 05-08-2020 --*/
.exp-tabing.tabing-consumer ul li.active a, .exp-tabing.tabing-consumer ul li a:hover {
	color: #ffffff;
	cursor: pointer;
	background-color: #00b26b;
	border: 2px solid #00b26b;
}
.exp-tabing.tabing-consumer ul li a {
	margin-right: 10px;
	line-height: 1.3;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: auto;
	position: relative;
	display: block;
	padding: 10px 20px 10px 20px;
	background-color: transparent;
	border: 2px solid #1f1f1f;
	color: #1f1f1f;
	font-size: 17px;
	font-family: Open Sans;
}
.exp-tabing.tabing-consumer {
	margin-bottom: 20px;
}
#invite-modal .modal-dialog {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#invite-modal .modal-header h4 {
	float: left;
	width: 100%;
	padding: 0 25px;
	color: #ffffff;
	font-size: 22px;
}
#add-email {
	border-radius: 4px;
}
.invitation-section span.remove-email {
	float: right;
	padding: 0;
	font-size: 9px;
	font-family: Open Sans Semibold;
	width: 15px;
	height: 15px;
	text-align: center;
	color: #fff;
	background: #ce1111;
	border-radius: 100%;
	padding-top: 0.5px;
	margin-left: 5px;
	margin-bottom: 0;
	margin-right: 0;
}
.invitation-section > span {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.top-request-conference-section {
	overflow: initial;
}
.consumer-panel {
	overflow: hidden;
}
/* .third-main-section-main-video .main-video-big {
	padding-top: 0;
	height: 100%;
} */
/*-- 05-08-2020 End --*/

/*-- video streaming --*/
.OT_root video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width:768px){
.third-main-section-main-video .main-video-big {
	padding-top: 0 !important;
	height: 100% !important;
}
}
/*-- video streaming end --*/

/*-- 06-08-2020 --*/
table .conference-btns a.activate, .conference-btns a.activate {
	float: none;
}
.area-section.time-multiselect .multiselect-native-select::before {
	content: '\f017';
	font-family: fontawesome;
	color: grey;
	font-size: 20px;
	position: absolute;
	left: 13px;
	z-index: 9;
	top: 9px;
}
.area-section.time-multiselect button.multiselect.dropdown-toggle.btn.btn-default {
	background-image: none;
	padding-left: 40px;
}
.ex-req-view .exp-r-d-page.conference-section-wb {
	border-bottom: hidden;
}
.banner-conference-live-consumer {
	float: left;
	width: 100%;
	background-image: url("../images/banner-talent-detail.jpg");
	padding: 100px 0;
	background-size: 100% auto;
	background-position: center;
	position:relative;
}
.banner-conference-live-consumer h2 {
	font-size: 45px;
	font-family: Open Sans Semibold;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	position:relative;
	z-index:1;
}
.banner-conference-live-consumer::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
}
.top-request-conference-section {
	padding: 90px 0 80px;
}
.left-section-re-con .calentder-div-date-call i {
	right: auto;
	left: 13px;
}
.left-section-re-con .time-pst-single input, .left-section-re-con .calentder-div-date-call input {
	padding: 0 10px 0 35px;
	text-transform: capitalize;
}
.inner-form-request-page h2 {
	font-family: Open Sans Semibold;
}
.financial-form-talent .search-financial-talent {
	width: 30%;
}
.tabing-top-at-events .financial-form-talent .nav.nav-tabs {
	width: 70%;
}
.inner-section-notification-page .alert {
	font-size: 18px;
	text-transform: capitalize;
	font-family: Open Sans Semibold;
}
.left-section-participents h5 {
	pointer-events: none;
}
.third-main-section-main-video {
	float: left;
	width: 100%;
}
.third-main-section-main-video .main-video-big video:last-child {
	height: auto !important;
	transform: translateY(-50%) !important;
	top:50% !important;
}
.third-main-section-main-video .main-video-big video:first-child {
	height:100% !important;
	transform: translateY(0) !important;
	top:0 !important; 
}
/*-- 06-08-2020 End --*/


/*-- 11-08-2020 --*/
.invitation-section span.remove-email {
	padding-top: 0;
}
.Reviews-list-page.experience-request.consumer-request-live {
	background: #ffffff;
}
.inner-form-request-page {
	background-color: #f4f4f4;
}
div#conference-ta-detail {
    padding: 55px 0 50px;
    border-top: 1px solid #d5d5d5;
}
.navigation-bar-content > ul > li:first-child {
    padding-left: 0;
}
.navigation-bar-content > ul > li:last-child {
    padding-right: 0;
}
.navigation-bar-content > ul > li {
    padding: 2px 41px;
}
div#invite-modal .modal-body {
    padding-top: 10px;
}
div#invite-modal .modal-footer button {
    display: inline-block;
    border-radius: 4px;
    font-family: Open Sans Semibold;
    font-weight: normal;
    margin: 0 0 10px 10px;
}
div#invite-modal p.invited-emails {
    float: left;
    width: 100%;
	margin-top:10px;
}
div#invite-modal p.invited-emails span {
    float: left;
    width: auto;
    padding: 3px 8px;
    background: #00b26b;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.top-request-conference-section {
    padding: 0 0 80px;
}
.bottom-form-request-page {
    padding-top: 80px;
}
.form-group-re-con.purpose-textarea label {
    line-height: 25px;
}
/*-- 11-08-2020 End --*/

/*-- 13-08-2020--*/
#event-filters .input-filter.live-stream-filters .inputsec-filter {
	width: calc(25% - 15px);
	margin-right: 20px !important;
}
#event-filters .input-filter.live-stream-filters .inputsec-filter:last-child {
	margin: 0 !important;
}
.final-price-hint {
	float: left;
	width: 100%;
	font-family: Open Sans Semibold;
	color: #00b26b;
	font-size: 16px;
}
/*-- 13-08-2020 End --*/

/*-- 17-08-2020 --*/
.chat-section-new {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 260px;
    width: 100%;
    border: 1px solid #d5d5d5;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.chat-section-new.open-chat {
    right: -260px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.heading-section-chat {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #d5d5d5;
}
.chat-section-main {
    float: left;
    width: 100%;
    position: relative;
    height: calc(100% - 115px);
    overflow-y: auto;
}
.write-and-sendsection {
    display: -webkit-box;
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0 -2px 4px #d5d5d5;
}
.write-and-sendsection input {
    padding: 0;
    border-bottom: 3px solid #00b26b;
    border-radius: 0;
    box-shadow: none !important;
    background-color: white;
    font-size: 11px;
    height: 35px;
}
.write-and-sendsection input:hover, .write-and-sendsection input:focus{
	box-shadow:none !important; 
}
.write-and-sendsection button {
    border: hidden;
    background: transparent;
    float: right;
    padding: 0;
    width: 30px;
    min-width: 30px;
    text-align: right;
}
.heading-section-chat h3 {
    font-size: 20px;
    font-family: Open Sans semibold;
}
span#close-chat {
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.chat-section-main > div {
    display: -webkit-box;
    display: flex;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.chat-section-main > div img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 100%;
    min-width: 35px;
    margin-right: 10px;
}
.content-message-with-name {
    float: left;
    background: #d5d5d5;
    border-radius: 0 10px 10px 10px;
    padding: 5px 10px;
}
span.name-user-here {
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: Open Sans Semibold;
    margin-bottom: 5px;
    color: #00b26b;
}
span.message-here {
    float: left;
    width: 100%;
    font-size: 16px;
}
.chat-section-main > div.own-message-o img {
    order: 2;
    margin: 0 0 0 10px;
}
.chat-section-main > div.own-message-o > div {
    border-radius: 10px 0 10px 10px;
}
.chat-section-main {
    padding: 10px 15px;
}
li.chat-icon.main span img:first-child {
    display: none;
}
li.chat-icon.main span img:last-child {
    display: inline-block !important;
}
li.chat-icon.main span {
    background-color: #fff;
}
.third-main-section-main-video {
    position: relative;
}








.chat-section-new {
    width: 0;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    border: hidden;
}
.chat-section-new.open-chat {
    right: 0;
    z-index: 99;
    border: 1px solid #d5d5d5;
    width: 100%;
    background: #fff;
}
div#upcoming_timer {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #00b26b;
}
/*-- 17-08-2020 End --*/

/*-- 18-08-2020 --**/
.des-tagline-sec {
	margin-bottom: 50px;
}
.right-image-top-request-conference > img {
	pointer-events: none;
}
.invitation-section span.remove-email {
	cursor: pointer;
}
.live-steam-form-action-section {
	float: left;
	width: 100%;
	padding: 5px 15px 0 25px;
}

#manual_review-box  .modal-dialog {
	width: 600px;
}
#manual_review-box .modal-dialog {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	margin: 0;
}
#manual_review-box .modal-header h4 {
	text-align: center;
	color: #ffffff;
}
#manual_review-box .modal-body {
	padding: 0 40px 20px;
}
#manual_review-box .modal-dialog textarea {
	float: left;
	width: 100%;
	margin-top: 40px;
	height: 150px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	resize: none;
	border: hidden;
	padding: 15px 22px;
}
#manual_review-box .modal-dialog textarea {
	margin-top: 20px;
}
#manual_review-box .modal-dialog textarea {
	border-radius: 5px;
}
#manual_review-box .add-review-btn {
	width: auto;
	float: right;
	margin-top: 20px;
	line-height: 1;
	background: #00b26b;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 50px;
}
.live_give_review {
	background: #00b26b;
	color: #ffffff;
	text-transform: capitalize;
	border: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	padding: 5px 20px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	font-family: Open Sans Semibold;
}
.manage-profile-table .live_give_review  {
	top: 0;
}
.rating1 {
	border: none;
	float: left;
}
.rating1 > input {
	display: none;
}
.rating1 label {
	margin-right: 10px;
	font-size: 25px;
	margin-top: 7px;
	margin-bottom: 10px;
	cursor: pointer;
}
.rating1 > input:checked ~ label, .rating1:not(:checked) > label:hover, .rating1:not(:checked) > label:hover ~ label {
	color: #00b26b;
}
.rating1 > label {
	color: #ddd;
	float: right;
}
.already-review {
	float: none;
	margin-left: 10px;
}
.experience-booked-status {
	float: left;
	width: 100%;
	font-size: 25px;
	font-family: Open Sans Semibold;
	color: #03a84e;
	margin-top: 20px;
}
.consumer-accept-wait {
	float: left;
	width: 100%;
	font-size: 18px;
	font-family: Open Sans Semibold;
	color: #03a84e;
}
.single-leaf-section {
	float: left;
	width: calc(33.333% - 13.3333px);
	margin-right: 20px;
	background-image: url("../images/leaf1bg.jpg");
}
.banner-for-talent {
	display: none;
}
/*-- 18-08-2020 End --**/

/*-- 24-08-2020 --*/
#invite-modal .modal-footer input {
	font-size: 18px;
	font-family: Open Sans Semibold;
	background: #00b26b;
	width: auto;
	color: #fff;
	padding: 5px 36px;
	height: 38px;
	line-height: 1;
	min-height: 10px;
}
#invite-modal .modal-footer {
	padding-top: 0;
}
div#invite-modal .modal-body {
	padding-bottom: 10px;
}
/*-- 24-08-2020 End --*/

.total-invite-message-section {
    float: left;
    width: -webkit-fill-available;
    background: #222;
    width: auto;
    font-size: 14px;
    font-family: Open Sans Semibold;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0 0 8px 8px;
}

/*-- 03-09-2020 --*/
.exp-r-d-page.conference-section-wb .cver-phot {
	height: auto;
	min-height: 100px;
}
.exp-r-d-page.conference-section-wb .cver-phot > img {
	display: none;
}
.Reviews-list-page.conference-page-view .user-title-detial-talent.description-talent {
	height: auto;
	margin: 0;
	padding: 0 !important;
}
.Reviews-list-page.conference-page-view .w-des-here {
	margin-bottom: 0;
}
/*-- 03-09-2020 End --*/

/*-- 04-09-2020 --*/
.screenelement video:first-child {
    display: none;
}
/*-- 04-09-2020 End --*/

/*-- 08-09-2020 --*/
.record-section-design {
	float: left;
	width: 100%;
	background: #eaeaea;
	padding: 20px;
	margin-bottom: 20px;
}
.record-section-design .set-price-sec > span {
	float: left;
	margin: 0 20px 0 0 !important;
	text-align: left;
	width: auto;
	font-size: 16px;
	padding: 0;
}
.record-section-design .set-price-sec > span.price-of-event {
	margin-right: 0 !important;
}
.record-section-design .set-price-sec {
	margin-top: 0;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.inner-form-request-page h4 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.no-data-found {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-family: Open Sans Bold;
	color: #222;
	opacity: 0.1;
}
.bottom-form-request-page.recording-sectin .inner-form-request-page {
	padding: 30px 20px;
}
.main-form-re-con ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*-- 08-09-2020 End --*/
label#recording_price-error {
    float: left;
    width: 100%;
    font-size: 14px;
    color: red;
    margin-top: 5px;
}
.price-input-list-call span.totalprice {
    position: absolute;
    left: 100px;
    top: -1px;
    font-size: 22px;
    color: #00b26b;
    font-family: Open Sans bold;
}
.price-input-list-call {
    float: left;
    width: 100%;
    position: relative;
}
.set-price-sec.recording-section #recording_price-error {
    position: absolute;
    bottom: -27px;
    left: 0;
    font-weight: normal;
}
.record-section-design {
    padding: 20px 20px 35px;
}
.set-price-sec.recording-section {
    position: relative;
}
.time-sec-ex-req span.multiselect-native-select {
    width: 100%;
}
.price-input-list-call > label {
    margin-bottom: 10px;
}
.bottom-form-request-page.recording-sectin .main-form-re-con ul li a {
    background: #00b26b;
    font-family: Open Sans Semibold;
    font-size: 15px;
    padding: 10px 30px;
    float: left;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    color: #fff !important;
    text-decoration: none !important;
    width: 100%;
    line-height: 20px;
    text-align: center;
}
.bottom-form-request-page.recording-sectin .main-form-re-con ul li {
    float: left;
    width: auto;
    padding: 5px 10px;
    width: 33.3333%;
}
.bottom-form-request-page.recording-sectin .main-form-re-con ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-form-request-page.recording-sectin .inner-form-request-page h2 {
    padding: 0 15px 25px;
    font-size: 30px;
}
.main-section-conferrence-page .notifyjs-corner {
    z-index: 99999 !important;
}
.main-section-conferrence-page .notifyjs-bootstrap-error {
    background-position: left 3px top 10px !important;
}
.main-section-conferrence-page .notifyjs-container {
	position:static !important;
}
.main-section-conferrence-page .notifyjs-arrow {
    display: none !important;
}
.main-section-conferrence-page .notifyjs-wrapper {
    z-index: 9 !important;
}
.main-section-conferrence-page .notifyjs-wrapper {
    top: -60px;
    width: 100% !important;
    height: auto !important;
    min-height: 40px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
}
.main-section-conferrence-page .full_target .notifyjs-wrapper {
    top: 10px;
}
.main-section-conferrence-page .notifyjs-container {
    text-align: left !important;
}
.chat-section-new.open-chat {
    z-index: 9999;
}

.inner-section-notification-page .alert {
    text-transform: none;
}
.header-top-notify h4 a {
    font-size: 13px;
    color: #ffffff;
    border: 2px solid #fff;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 15px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}
.header-top-notify h4 a:hover{
	color:#2b2b2b;
	background-color:#fff;
	border-color:#fff;
}
.header-top-notify {
    float: left;
    width: 100%;
    background: #2b2b2b;
    padding: 10px 15px;
}
.header-top-notify h4 {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
}

/*-- 14-09-2020 --*/
.new-filters-talent-listing.Talent-Listing-point-o {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}
/*-- 14-09-2020 End --*/

/*-- 15-09-2020 --*/
.main-form-re-con ul li span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-family: Open Sans bold;
    color: #2b2b2b;
    opacity: 0.3;
}
.main-video-big {
    background: #222;
}
/*-- 15-09-2020 End --*/

/*-- 18-09-2020 --*/
span.mute-all-btn.stop::after {
    position: absolute;
    left: 20px;
    top: 6px;
    width: 0;
    height: 70%;
    background: #fff;
    content: "";
    transform: rotate(-45deg);
    border-left: 2px solid #fff;
    border-right: 2px solid rgba(0, 178, 107, 0.8);
}
.chat-section-new.open-chat {
    z-index: 9999;
}
nav {
    z-index: 999999;
}
/*-- 18-09-2020 End --*/

/*-- 22-09-2020 --*/
.some-other-agencies {
    float: left;
    width: 100%;
}
.some-other-agencies h6 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.agency-page-logos.blockElement .some-other-agencies ul li {
    padding: 10px 15px;
    min-height: 80px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans Semibold;
    font-size: 16px;
    text-align: center;
}
.Talent-Details_Page-New .booking-buttons-talent-detail .two-group-buttons {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}
.Talent-Details_Page-New .booking-buttons-talent-detail .two-group-buttons a {
    width: 100%;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-tree-exp {
    float: left;
    display: flex;
    width: 100%;
    border: 2px dashed #e4e4e4;
    padding: 10px 15px;
    position: relative;
    margin-top: 30px;
}
span.delete-stream, span.delete-linked-stream {
    background: red;
    line-height: 1;
    color: #ffffff;
    font-family: Open Sans Semibold;
    width: 30px;
    position: absolute;
    right: -15px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    padding-top: 7px;
    top: -15px;
    cursor: pointer;
}
.upper-link-tree-section .owl-carousel .owl-item img {
    width: auto;
}

.bottom-form-request-page.recording-sectin .main-form-re-con ul li.not-available-li {
    width: 100%;
}
/*-- 22-09-2020 End --*/
span.request-limit {
    float: left;
    width: 100%;
    font-family: Open sans Semibold;
    font-style: italic;
    margin-top: -20px;
    color: #2b2b2b;
    opacity: 0.8;
}
span.exp-.request-limit {
    margin: 5px 0 0 0;
}
/*-- 08-10-2020 --*/
.you-are-shareing {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #00b26b;
    transform: translate(-50%, -50%);
    background: #ffffff;
    line-height: 1;
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Open Sans Semibold;
}

.bottom-green-bar-conference {
    background: rgb(0 178 107);
}
span.message-here {
    word-break: break-all;
}
.content-message-with-name {
    width: 100%;
}
span.pcount {
    position: absolute !important;
    right: -5px;
    top: -5px;
    width: 25px !important;
    height: 24px !important;
    background: red;
    border: hidden !important;
    font-size: 12px !important;
	pointer-events:none;
}
.left-section-bottom-greenbar ul li {
    position: relative;
}
.talent-login .third-main-section-main-video .main-video-big video:nth-child(2) {
    height: 100% !important;
    object-fit: cover;
}
.third-main-section-main-video .main-video-big video:last-child {
    max-height: 100%;
}
.third-main-section-main-video.screenelement.participants-off .main-video-big video:last-child {
    width: auto;
    margin: 0 auto;
    float: none;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
/*-- 08-10-2020 End --*/

/*-- 20-10-2020 --*/
.new-filter-design .event-search {
    float: left;
    width: calc(40% - 22.5px);
    margin-right: 30px;
    margin-top: 32px;
}
.new-filter-design {
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 2px solid #00b26b;
    padding: 20px 0;
}
.new-filter-design .event-search input {
    padding-left: 15px;
    height: 40px;
    border: 1px solid #d5d5d5;
    padding-right: 40px;
}
.new-filter-design .event-search i {
    left: auto;
    top: 13px;
    right: 15px;
}
.new-filter-design .inputsec-filter {
    float: left;
    width: calc(20% - 22.5px);
    margin-right: 30px;
    padding: 0;
}
.new-filter-design .inputsec-filter.button-filter {
    margin-right: 0;
}
body .new-filter-design .inputsec-filter .category-select-filter.select-custom-div .select-selected {
    padding-top: 8px;
    height: 40px;
}
.new-filter-design .inputsec-filter.button-filter input {
    margin-top: 30px;
    height: 40px;
    font-size: 18px;
}
.filter-sec {
    background-color: #ffffff;
}
.single-section-events {
    float: left;
    width: 100%;
}
.agency-detials .company-logo {
    display: inline-block;
}
/*-- 20-10-2020 End --*/