﻿@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#BebasNeueRegular') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url('../fonts/HelveticaNeueItalic.eot');
    src: url('../fonts/HelveticaNeueItalic.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueItalic.woff') format('woff'),
         url('../fonts/HelveticaNeueItalic.ttf') format('truetype'),
         url('../fonts/HelveticaNeueItalic.svg#BebasNeueRegular') format('svg');
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'gothambold1';
	src: url('../fonts/gothambold1.eot');
	src: url('../fonts/gothambold1.eot') format('embedded-opentype'), url('../fonts/gothambold1.woff') format('woff'), 
		 url('../fonts/gothambold1.ttf') format('truetype');
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue.eot');
    src: url('../fonts/bebasneue.eot') format('embedded-opentype'),
         url('../fonts/bebasneue.woff') format('woff'),
         url('../fonts/bebasneue.ttf') format('truetype'),
         url('../fonts/bebasneue.svg#BebasNeueRegular') format('svg');
}

@font-face {
	font-family: 'Conv_GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GothamMedium';
	src: url('../fonts/GothamMedium.eot');
	src: url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway-black-webfont.eot');
    src: url('../fonts/raleway-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-black-webfont.woff2') format('woff2'),
         url('../fonts/raleway-black-webfont.woff') format('woff'),
         url('../fonts/raleway-black-webfont.ttf') format('truetype'),
         url('../fonts/raleway-black-webfont.svg#ralewayblack') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fonts/copyfonts.com_gotham_black-webfont.eot');
    src: url('../fonts/copyfonts.com_gotham_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/copyfonts.com_gotham_black-webfont.woff2') format('woff2'),
         url('../fonts/copyfonts.com_gotham_black-webfont.woff') format('woff'),
         url('../fonts/copyfonts.com_gotham_black-webfont.ttf') format('truetype'),
         url('../fonts/copyfonts.com_gotham_black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.gothambold{font-family: 'gothambold1';}
.gothambook{font-family: 'Conv_GothamBook';}
.gothamMedium{font-family: 'Conv_GothamMedium';}
.gothamblack{font-family: 'gotham_blackregular';}
.ralewayblack{font-family: 'ralewayblack';}
.ralewayregular{font-family: 'ralewayregular';}
.ralewaybold{font-family: 'ralewaybold';}
.ralewaysemibold{ font-family: 'ralewaysemibold';}

input:focus,textarea:focus,select:focus{
outline:none;border-color:#f8a00f !important;
}
textarea:focus{
outline:none;
}
select:focus{
outline:none;
}
label{font-weight:normal !important;}
input[type=image]:{border:none !important;}
.editing{
	display:none;
}
.editable{
	display:block;
}
input{font-family:ralewayregular !important;padding: 0 5px;}
a:focus{border:none;outline:none; }

*{margin:0px; padding:0px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{ margin-top: 0px;
width:100%; height:100%;}

.clr{clear:both;}
.flt{float:left;}
.flr{float:right;}
a{text-decoration:none !important;color:#555555;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;text-decoration:none;}
a:hover{color:#f8a00f;}
ul{list-style:none;}
ul li{float:left;}

h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p {margin:0px;font-family: 'ralewayregular';}
ul,ol,li,div,span{margin:0px; font-family: 'ralewayregular';}
img{max-width:100%;border:none;}
a{border:none; font-family: 'ralewayregular';}
a:hover{text-decoration:none !important;color:#007ec1;}
body{width:100%;  font-size:14px !important;   font-family: 'ralewayregular '!important;background:#191919; line-height: 1.42857 !important;padding-bottom: 53px;position: relative;float:left;min-height:100%;}
/*header*/
header{width:100%;padding:20px 0px;  background: rgba(255, 255, 255, 0.95) ; position: relative; z-index: 9999;}
header.gray-header{background: #333333;border-bottom: 3px solid rgba(255, 255, 255, 0.2);padding: 10px 0;}
.logo{ display: inline-block; float: left; width: 271px;}
.gray-header .logo {padding: 8px 0;width:345px;}
nav.main-nav {display: inline-block; float: right;font-size: 11px;}
nav.main-nav ul { float: left; margin: 0; width: auto;padding: 10px 0;}
nav.main-nav ul li{width:auto;display:inline-block;padding:0px 9px;background:url(../imgs/dot.png)no-repeat right center;}
nav.main-nav ul li:last-child{padding-right:0px;background:none;}
/*header end*/
/*banner*/
.relative {float: left; position: relative; width: 100%;}
.banner{width:100%; float:left;}
.banner-main{ left: 0; margin: auto; position: absolute; top: 0; width: 100%;height:100%;}
.prev {  bottom: 0;  float: left;  height: 36px;  left: 32px;  margin: auto;  position: absolute;  top: 0;  width: 29px;opacity:0.4;}
.prev.next{left:auto;right:32px;}
.prev:hover{opacity:1;}
.figuretxt-main { left: 0; margin: auto; position: absolute; top: 0; width: 100%;height:100%;}
.figuretxt { display:table;vertical-align:middle;height:100%;width:100%;}
.fullheight{height:100%;}
.banner-content {
    display: table-cell;
    position: relative;
    text-align: center;
    top: 18px;
    vertical-align: middle;
}
.banner-innertxt{display:inline-block;width:729px; }
.banner-innertxt h2{color:#fff;font-size:35px;margin:0px 0px 10px;}
.banner-innertxt h2 span{color:#f8a00f;}
.form-content{width:100%; float:left;background:rgba(255,255,255,0.4);}
.form-heading{width:100%;float:left;background:rgba(0, 0, 0, 0) url("../imgs/steps-bg1.png") repeat-x scroll left top / 100% 40px;}
.step1{width:auto;float:left;padding:10px 30px 10px 20px ;background:#f8a00f;color:#fff;font-size:19px;height:42px;}
.numbering {background: #ffffff ;border: 2px solid #f8a00f;border-radius: 40px;color: #f8a00f;font-size: 25px;height: 42px;line-height: 36px;position: absolute;right: -24px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);  top: 0;width: 42px;box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-moz-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-webkit-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-o-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-ms-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;}
.form-heading h3{font-size:25px;float:left;color:#fff;margin:0px;padding:6px 0px 6px 40px;}
.form-banner{padding:20px 20px 0;float:left;width:100%; }
.reg-social-link{width:100%; float:left;background:rgba(255,255,255,0.8);margin: 10px 0;}
.reg-social-link span{background:#363636;float:left;}
.reg-social-link span h3{font-size:18px; color:#fff;margin:0px;float:left;padding:8px 10px;}
.F-S-links {float: left;padding: 3px 6px;}
.F-S-links a{margin:0px 2px;display:inline-block;}
.reg-social-link .F-S-links{padding: 2px 6px;}
.F-S-links a:hover{opacity:0.6;}
.or-section{width:100%; float:left;background:url(../imgs/baror.png) repeat-x center;text-align:center;}
.or-section .or{width:50px;height:50px; margin:10px 0px;border-radius:50px;background:#f8a00f;color:#fff;font-size:21px;line-height:50px;display:inline-block;}
.form-block{width:100%; float:left;}
.form-block .form-heading1{width:100%; float:left;font-size:18px; color:#fff;margin:0px 0px 10px;}
.form-block input,.form-block select ,.form-block textarea{background:#fff ; color: #272727;font-size:14px;border:2px solid rgba(0,0,0,0.6) ;height:42px ;box-shadow:none ;margin-bottom:7px ;font-family:ralewayregular !important;}
textarea{height:106px !important; text-shadow: none !important;}
.error label.error {    bottom: 1px;
    color: #ff0000;
    font-size: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;font-family: ralewayregular;}
/*.error {bottom: -5px;color: #ff0000;font-size: 14px;position: inherit;}*/
.next-step{width:100%; float:left;padding:0px;}
.next-step .step1 {background: #f8a00f ; border-radius: 21px 0 0 21px; box-shadow: 0 -4px 1px #dd9527 inset,0 2px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 -4px 1px #dd9527 inset,0 2px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 -4px 1px #dd9527 inset,0 2px 2px rgba(0, 0, 0, 0.3);-ms-box-shadow: 0 -4px 1px #dd9527 inset,0 2px 2px rgba(0, 0, 0, 0.3);-o-box-shadow: 0 -4px 1px #dd9527 inset,0 2px 2px rgba(0, 0, 0, 0.3);  color: #ffffff; font-size: 16px; height: 36px; margin-right: 30px; padding: 7px 20px 5px 20px; width: auto;    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-webkit- text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-o-    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-ms-    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
cursor:pointer;
}
.next-step .numbering {font-size: 22px;height: 36px;line-height: 29px;  width: 37px;}
.next-step .numbering img{width:18px;padding-left:5px;transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;}
.next-step .step1:hover img{ transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-moz-transition: transform 2s ease 0s;-webkit-transition: transform 2s ease 0s;-o-transition: transform 2s ease 0s;-ms-transition: transform 2s ease 0s;}
h1.text-big-banner {
  color: rgb(255, 255, 255);
  float: left;
  font-size: 22px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 52px;
  width: 100% !important;
  font-family: HelveticaNeueBold;
}
h1.text-big-banner span{display:block;}
.points{width:auto;position:absolute;right:20px;bottom:30px; z-index: 99999;}
.point1{background: rgba(0, 0, 0, 0) url("../imgs/point.png") repeat-x scroll 0 0; float: left;height: 26px;margin-left: 9px;width: 26px; z-index: 99999;transition: none 0s ease 0s ;-moz-transition: none 0s ease 0s ;-webkit-transition: none 0s ease 0s ;-o-transition: none 0s ease 0s ;}
.point1:hover{background-position:27px 0px;}
/*banner*/
/*yellow-block*/
.yellow-block{width:100%; float:left;padding:50px 0px;background:#f8a00f;}
.yellow-block p{width:100%; float:left;padding:0px;width:100%; margin-bottom:30px;font-size:16px;color:#fff;text-align:center;}
.yellow-block p:last-child{margin-bottom:0px;}
.block-heading{font-size:36px;margin:0px 0px 20px;width:100%; float:left;color:#fff;}
.vdo-block{width:100%; float:left;margin-bottom:30px}
.vdo-img{border:2px solid rgba(255,255,255,0.6);width:auto;display:inline-block;max-width:640px;width:100%;   position: relative;}
/*yellow-block end*/
/*contact-block*/
.contact-block{
width:100%; float:left;
background-image:url('../imgs/contact-block.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
padding:50px 0px 30px;
}
.contact-block p{color:#fff;margin-bottom:30px;}
.contact-content p{margin-bottom:20px;font-size:14px;}
.have-qus{width:100%;padding:20px;background:rgba(255,255,255,0.4);float:left;color:#fff;}
.have-qus span{display:block;}
.have-qus span i{font-style:normal;}
.have-qus a{color:#f8a00f;}
.inquery{float:right;background:rgba(255,255,255,0.2);width:100%; float:left;}
.enquery-heading{width:100%; float:left;font-size:18px;color:#fff;background:url(../imgs/inquery.jpg) no-repeat left top #57b857;padding: 12px 60px;}
.form-query-content{width:100%; float:left;padding:20px;}
.form-query-content .btn.btn-submit{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb8102+0,f79e0e+90 */
background: #eb8102; /* Old browsers */
background: -moz-linear-gradient(top, #eb8102 0%, #f79e0e 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb8102), color-stop(90%,#f79e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eb8102 0%,#f79e0e 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eb8102 0%,#f79e0e 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eb8102 0%,#f79e0e 90%); /* IE10+ */
background: linear-gradient(to bottom, #eb8102 0%,#f79e0e 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8102', endColorstr='#f79e0e',GradientType=0 ); /* IE6-9 */
border:2px solid #f79e0e !important;width:100%;margin-bottom:0px !important;color:#fff !important;font-size:18px; box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) ;-moz- box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) ;-webkit- box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) ;-o- box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) ;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
transition: background 0.5s linear 0s;-moz-transition: background 0.5s linear 0s;-webkit-transition: background 0.5s linear 0s;-o-transition: background 0.5s linear 0s;-ms-transition: background 0.5s linear 0s;
}
.form-query-content .btn.btn-submit:hover{background:#000;border:000;}
.link{font-size:22px;padding:30px 0px 0;}
.linksul{width:100%; float:left;}
.linksul li{width:100%; float:left;color:#fff;}
.linksul a {margin:5px 10px ;color:#fff;font-size:14px;display:inline-block;}
/*contact-block end*/
/*footer*/
footer{width:100%; float:left;padding:15px 0;position: absolute;bottom:0;}
footer p{color:#989898;font-size:16px;margin:0px;}
/*end*/
#menu{display:none;}

/************ my changes  start*************************/

nav li a { color: #555555 ; text-transform: uppercase;}
div#video_play_button img{
    margin-top: 12%;
    z-index: 99999999;
    position: absolute;
    left: 50%;
}
img#icon_close{
	z-index: 99999999;
    position: absolute;
    width: 30px;
	right: 0px;
} 
button.confirm {
    background-color: #048004 !important;
}
/************ my changes  ends*************************/
/********************step2 changes**********/
.form-block select{background:url(../imgs/dropdown.png) no-repeat  96% center #fff;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.form-block option {  background: #ffffff ;  padding: 5px;}
.step1.back {margin-left: 30px;margin-right: 0;border-radius: 0 21px 21px 0;}
.step1.back .numbering {left: -21px;right: 0;}
.step1.back .numbering img{padding-left:0px;padding-right:5px;}
.radiotxt{  color: rgb(34, 34, 34); font-size: 14px;}
.radiotxt span{display:block;color:#f69e1b;}

/*****************end*******************/

/***************step4**************/
.photoandvideo{background:rgba(0,0,0,0.3);min-height:268px;color:#fff;float:left;width:100%;}
.photoandvideo .heading {background: #9e9e9e ; padding: 10px 12px;}
.photoandvideo .heading h2{font-size:16px;}
.photoandvideo .heading h2 {font-size: 16px;text-align: center;text-shadow: 1px 1px 1px rgba(0,0,0,0.8);margin-bottom: 0px;}
.content-step4{padding:12px;width:100%; float:left;}
.small{font-size:11px;}
.upload-photo-block{padding-top:31px;width:100%; float:left;}
.uloade-btn{width:100%; text-align:center; float:left;}
.upload_1, #crop_image, .change-pic > input[type=button] {
  background: #57b857 url("../imgs/upload.png") no-repeat scroll 14px center;
  border-radius: 5px;
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -moz- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -o- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -ms- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  padding: 9px 0 9px 0px;
  vertical-align: top;
  width: 170px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d994d+0,57b857+100 */
background: #4d994d; /* Old browsers */
background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%); /* IE10+ */
background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 ); /* IE6-9 */

}
#crop_image, .change-pic > input[type=button]{padding:0px;margin-top:10px;}
.upload_1:hover{box-shadow:none;color:#fff;}
.upload-photo-block .upload_1 .upload-icon{font-size:18px;margin-right:5px;line-height:14px;}
.Choose-File{width:100%; float:left;text-align:center;font-size:15px;color:#f8a00f;padding:8px 0px;}
.upload-note{width:100%; font-size:12px;}
.small-txt{font-size:11px;margin-bottom:3px;}
..recorde-video{width:100%; float:left;}
.recorde-video a{padding:0px 0px 0 30px;background:url(../imgs/off.png) no-repeat  left top ;font-size:15px;color:#f8a00f;display:inline-block;}
.photoandvideo .or-section { background-size: auto 4px;}
.photoandvideo .or-section .or {font-size: 12px;height: 28px;line-height: 28px; width: 28px;margin: 3px 0;}
.left-up-video{width:50%; float:left;display:inline-block;margin-right:5px;}
.uloade-btn-2{padding-top:0px; float:left; }
.uloade-btn-2 p {
  font-size: 11px;
}
.uloade-btn-2 .Choose-File{padding:0px; font-size: 12px;}
/**************end***************/
/**************step5*********/
.enter-phone-no{background:rgba(0,0,0,0.3);height:268px;color:#fff;float:left;width:100%;display:table;  margin-bottom: 20px;}
.enter-phone-no .middele-box{width:100%;display:table-cell;vertical-align: middle;}
.sms-block{width:100%;position:relative;left:0;top:0;max-width:547px;display:inline-block;}
.sms-block input{     overflow: hidden !important;  overflow: hidden !important;display:inline-block;max-width:548px;position:relative;width:100%;border-radius:50px;border:5px solid rgba(0,0,0,0.5);height:62px;margin-bottom:0px;padding:0px 150px 0 80px;color:#555;font-size: 13px;}
.icon-flag {bottom: 0;height: 20px;left:31px;margin: auto;position: absolute;top: 0;}
.icon-flag a{background:url(../imgs/flag-arr.png) no-repeat  right center ;padding-right:15px;}
.form-block .middele-box .get-sms-code { background: #f8a00f ;  border: medium none;
  box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-moz- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-webkit- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-ms- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-o- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);
  height: 46px;  padding: 0;  position: absolute;  text-align: center;  width: 137px;  right: 8px;  top: 0;  bottom: 0;  margin: auto;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-o-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);color:#fff;font-size: 15px;    padding: 13px 0px;border-radius:60px;    margin: 7px 0px;
}
.intl-tel-input .country-list{box-shadow:none !important;}
}
.connect-now-block {background: rgba(255, 255, 255, 0.2) ;border: 3px solid rgba(255, 255, 255, 0.4); border-radius: 7px;float:left;width:100%;}
.connect-top{padding:10px 15px;width:100%; float:left;}
.heightlighttxt{width:100%; float:left;color:#f8a00f;font-size:13px;margin-bottom:0px;}
.connect-inner-block{width:100%; float:left;}
.sms-block1{width:100%;position:relative;left:0;top:0;max-width:547px;display:inline-block;}
.form-block .btn-submit-connect{ padding-top: 10px;float: left;
    height: 41px; background: #f8a00f ;  border: medium none;
  box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-moz- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-webkit- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-ms- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-o- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);
   padding: 0; width:100%;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-o-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);color:#fff;font-size: 15px;transform: scale(1);}
  .form-block .btn-submit-connect:hover{color:#fff;opacity:0.8;   }
  .clicktxt{font-size:11px; color:#fff;}
.connect-inner-block .form-group { margin-bottom: 0;}
.connect-inner-block1{background:rgba(238,136,5,0.7);padding:10px 30px;float:left;width:100%;}
.connect-inner-block1 p{margin-bottom:0px; font-size:14px;}
.resend { position: absolute; right: 35px; top: -40px;}
.login {
  display: inline-block;
  float: right;
  font-size: 13px;background: #f8a00f ;  border: medium none;
  box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-moz- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-webkit- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-ms- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);-o- box-shadow: 0 7px 7px 0 #c07905 inset, 0 2px 2px rgba(0, 0, 0, 0.4);
   padding: 0; 
  text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-o-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);-ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.7);color:#fff;transform: scale(1);
  width:auto;
  padding:6px 20px;border-radius:30px;margin-left:15px;text-transform:uppercase;
}
.login i{margin-right:10px;}
.login:hover{opacity:0.8;color:#fff;}
/************end************/
/************bp-search*************/
.banner-inner{width:100%; float:left;padding:40px 0px;
background-image:url(../imgs/banner-inner.png);
background-repeat: no-repeat;
background-position: center;
background-size:cover;
}
.banner-inner h2,.banner-inner .new-banner{width:100%; color:#fff;font-size:32px;margin:0px;position:relative;left:0;}
.banner-inner h2 span,.banner-inner .new-banner h1{position:relative;left:0;background:url(../imgs/banner-inner.png) no-repeat  center  ;display:inline-block; z-index: 1;}
.banner-inner h2:before,.banner-inner .new-banner:before{  bottom: 0; content: "";height: 2px;left: 0; margin: auto; max-width: 440px; position: absolute; top: 0;  width: 100%;background:url(../imgs/left.png) no-repeat right center ;}
.banner-inner h2:after,.banner-inner .new-banner:after{  bottom: 0; content: "";height: 2px;right: 0; margin: auto; max-width: 440px; position: absolute; top: 0;  width: 100%;background:url(../imgs/right.png) no-repeat left center ;}
.banner-inner .new-banner{font-size:inherit;text-align:center}
.banner-inner .new-banner h1{font-size:32px;margin:0}
.inner-footer{background:#363636;}
.inner-block{ background: #fff ; float: left; padding: 50px 0; width: 100%;color:#555555;}
.inner-block p{font-size:14px;}
.mid-txt{width:100%;max-width:877px;margin:0px auto;}
.form-content-inner {background: #f7f6f6 ;color: #555555; box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.5);-moz- box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.5);-webkit- box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.5);-ms- box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.5);}
.form-content-inner .numbering {text-align: center;}
/*.form-content-inner .form-heading {    background: #e9e8e8 ;}*/
.form-content-inner .step1{color:#fff; line-height: 25px;}
.form-content-inner .form-heading h3 ,.form-content-inner .form-block .form-heading1,.form-content-inner  .radiotxt{color:#555;}
.form-content-inner .reg-social-link {background: #e8e6e6 ;}
.form-content-inner .next-step,.sf-controls {background: #cdcccc ; padding: 8px 15px;}
.form-content-inner .next-step .step1 {color: #ffffff;}
.form-content-inner .txt-note{color:#555;}
.form-content-inner  .form-block .radio label {color:#555 !important;}
.form-content-inner .photoandvideo .heading h2{margin-top:0px;}
.form-content-inner .photoandvideo .heading { background: rgba(87, 88, 88, 0.5) none }
.form-content-inner .photoandvideo,.step4 .photoandvideo { background: rgba(0, 0, 0, 0.15) ; }
.form-content-inner .photoandvideo{color:#121212;}
.form-content-inner .photoandvideo h2{color:#fff;}
.form-content-inner .uloade-btn-2 .Choose-File { padding: 6px;color:#000;}
.form-content-inner  .Choose-File { color:#000;}
.form-content-inner  .enter-phone-no{background:none;}
.form-content-inner .connect-now-block { background: #ffffff ; border: 3px solid rgba(0, 0, 0, 0.4);}
.form-content-inner .connect-now-block  .clicktxt { color: #555555;}
.form-content-inner .connect-inner-block1  .clicktxt { color: #fff;  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-moz-  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-webkit-  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-o-  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-ms-  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);}
.form-content-inner .connect-inner-block1 {    background: rgba(238, 136, 5, 0.9) none }
/***********end***************/
/***********************popup******************/
.popupmain {
    background:  rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    display: none;    
    z-index: 9999999 !important;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
}

.popup {bottom: 0;left: 0; margin: auto;position: absolute;right: 0;top: 0;max-width:558px;width:93%;}
.popupmain .rgbody {background: rgba(255, 255, 255, 0.41) ; border-radius: 6px;float: left; padding: 5px;text-align: center; width: 100%;position: relative;}

.popupmain .regform {
    padding-top: 0px; /*width:100%;*/
}
.popupmain .login_popup{  color: #222222;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;}
 
.popupmain .login_popup_form { background:#fdfdfd; float: left; padding: 15px; width: 100%;position:relative;left:0;top:0;}
.popupmain .login_popup_form.new-custom{background:red;}
.popupmain #log_error_msg{  color: red;
    left: 0;
    position: absolute;
    right: 0;
    top: 4px;}
.popupmain .cross { position: absolute;  right: 5px; top: 5px;z-index: 100;}
.popupmainbg {
    background-color:rgba(255, 255, 255, 0.4);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999999 !important;
}

.popupmain .lblblock {
    width: 35%;
}
.popupmain .input_block {
    width: 65%;
}
.default1 {
    border: 5px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 133px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 138px;padding-bottom:0px;
}
.defalut_img.default1 > a {
    border-radius: 14px;
    bottom: 0;
    color: #cc9131;
    font-size: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;display:none;font-size:45px; font-weight:bold;height:60px;
}
.popupmain .default1:hover  a{display:block;}

.popupmain .login_popup_form > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.abt-heading {
    float: left;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.abt-heading h2 {
    border-bottom: 2px solid #f8a00f;
    color: #121212;
    float: left;
    padding:0px 24px 6px;
    position: relative;
    text-transform: uppercase;
    z-index: 99;margin:0px;font-size:24px;
}
.abt-heading h2 span{color:#f8a00f;}

.gry-line {
    background: #dedede ;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.popupmain .reg-social-link span h3{font-size:13px;}
.popupmain .reg-social-link {
    background: #e8e6e6 ;margin-top:10px;
}
.popupmain .F-S-links a {
  display: inline-block;
  width: 24px;
}
.popupmain .or-section .or {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  width: 40px;
}
.popupmain .login-form{width:100%; float:left;  background: rgba(0, 0, 0, 0) url("../imgs/lock.png") no-repeat scroll right bottom;}
.popupmain .form-block .check {
  float: left;
  height: auto;
  width: 20px;
}
.popupmain label {font-size: 14px;float:left;padding-top:2px;color:#555555;}
.popupmain .btn.btn-submit-connect {font-size: 14px; padding: 10px 20px 0px 43px;width: auto;background: #f8a00f url("../imgs/login-lock.png") no-repeat scroll 15px center; margin-bottom: 10px;    float: left;}
.remember-me {float: left;width: 100%;}
.remember-me .block-check {display: inline-block;margin-bottom: 15px;}
.register-block {
  background: #f19c2b ;
  color: #ffffff;
  float: left;
  padding: 10px 15px;
  width: 100%;
}
.register-block p{width: 100%;float: left;text-align:center;margin-bottom:0px;padding: 5px 0;font-size:15px;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -o- text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz- text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit- text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -ms- text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);}
.register {
  background: #57b857;
  border-radius: 20px;
    color: #ffffff;
	font-size: 13px;
	padding: 7px 17px;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	margin-left: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.register i{padding-right:6px;}
.register:hover{opacity:0.8;color:#fff;}
.popup-tb {
  display: table;
  height: 100%;
  width: 100%;
}
.popup-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;position:relative;
}
/************************end************************/


/************ my changes  start*************************/

nav li a { color: #555555 !important;}
div#video_play_button img{
    margin-top: 12%;
    z-index: 99999;
    position: absolute;
    left: 50%;
    max-width:65px;
}
img#icon_close{
	    z-index: 99999999;
    position: absolute;
} 
#msgstate label{ display:none;}
.block-check a.reg1{font-size:14px; color:#555;}
.banner-main .sf-sea .sf-wizard > form {
    background: none;
    padding: 0px;
    border-radius: 0px;
}
.banner-main  .sf-viewport{margin:0px;}
.banner-main .sf-wizard .sf-btn, .banner-main form .nocsript-sf-btn {
    padding: 0 0px;
}
.banner-main  .sf-controls.clearfix {
    background-color: rgba(255,255,255,0.5);
}
.intl-tel-input .flag-dropdown{left:10px !important;top:-7px !important;}
#wizard_example .intl-tel-input{width:100%;}
.intl-tel-input .country-list .country {
    padding: 5px 10px !important;
    width: 100% !important;
    text-align: left !important;
}
.intl-tel-input .country-list .iti-flag, .intl-tel-input .country-list .country-name {
    margin-right: 6px !important;
    color: #555 !important;
    font-size: 13px !important;
}
.connect-now-block.text-left {
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-submit-connect.gothamblack.text-uppercase {
    padding-top: 10px;
}
/************ my changes  ends*************************/
.form-banner .radio input[type=radio]{ margin-top: 2px;position:relative;margin-left:0;display:inline-block;width:13px;height: auto;  cursor: pointer; transform: scale(1.1, 1.1);-moz- transform: scale(1.1, 1.1);-webkit- transform: scale(1.1, 1.1);-ms- transform: scale(1.1, 1.1);-o- transform: scale(1.1, 1.1);}
.form-banner .radio{
  float: left;
  width: 100%;
}
.txt-note {color:#fff !important;font-size: 13px;}
.txt-note  span{color:rgb(248, 160, 15)  !important;}
#comp_desc{width:100%;margin-bottom: 0;  text-transform: inherit;}
.radio label, .checkbox label{      color: rgb(255, 255, 255) !important;
    display: inline-block;
    float: none !important;
    padding-left: 10px !important;
    vertical-align: top;
    width: 90% !important;font-size: 14px;}
.form-banner .checkbox,.form-banner  .radio{margin:4px 0px !important;}
.photoandvideo {
    overflow: hidden;
}



/******************new steps**********/
.step11.twostep {
    background-image:url("../imgs/steps-bg1.png");
    background-repeat: repeat x;
    background-position:  left top ;
    background-size:  100% 40px;
}
.twostep .numbering{ }

 .arrow-right {
    background-color: rgba(0, 0, 0, 0);
    background-image:url("../imgs/step-after.png");
    background-repeat: no-repeat;
    background-position:  right center ;
    background-size:  25px auto;
   content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    right: -19px;
    top: 0;
    vertical-align: top;
    width: 19px;
    z-index: 99;
}
.step11:last-child {
    padding-right: 13px;
}
.active .arrow-right {
    background-color: rgba(0, 0, 0, 0);
    background-image:url("../imgs/step-after11.png");
    background-repeat: no-repeat;
    background-position:  right center ;
    background-size:  27px auto;
    }
.step11.active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../imgs/step-after111.png");
    background-repeat: repeat-x ;
    background-position: 0 0 ;
    background-size: 100% 42px;
    cursor: pointer;
    color:#fff;
}
.step11:first-child {padding-left:40px; }
.step11:first-child .numbering{left:5px;}
.step11{width:auto;float:left;padding:10px 5px 10px 62px;font-size:11.9px;height:40px; line-height: 22px;}
.step11 .numbering {background: #ffffff ;border-radius: 40px;color: #f8a00f;font-size: 20px;height: 30px;line-height: 26px;position: absolute;left:25px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);-ms-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);  top: 5px;width: 30px;box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-moz-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-webkit-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-o-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset;-ms-box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.5) inset; z-index: 999;border:none;}
.form-heading.new-steps {
    border-bottom: 1px solid #333333;
}
.twostep .numbering{color:#333;text-shadow:none;}
.fieldclass{height:auto !important;}
li.flex-active-slide {
  position: relative;
}
nav.main-nav{position:relative;}
#video_frame{float:left;}
div#video_play_button img {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}
/******************end**********************/

.input:focus, textarea:focus {
  background: #fff  !important;
}
#video-imgs {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
a:hover, a:focus {
    color: #f8a00f !important;
    text-decoration: underline;
}
span#show_text{  text-transform: none !important;}
.reg-message{width:100% !important;}
.reg-controls { width:50%}
.radio label { color: #000 !important;}


/*************************dashboard-new****************/
.dashboard-new {
    float: left;
    width: 100%;
}
.dashboard-left {
    float: left;
    max-width: 872px;
    width: 100%;
}
.gray-block {
    background: rgb(247, 246, 246) ;
    border: 1px solid rgba(174, 174, 174, 0.8);
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.dash-radio {
    display: inline-block;
    font-family: Conv_GothamBook;
    font-size: 14px;
    line-height: 12px;
    margin-right: 14px;
    text-transform: uppercase;
    vertical-align: top;
}
.av-seach {
    color: rgb(231, 146, 18);
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: underline !important;
    text-transform: uppercase;
    vertical-align: top;
}
.radio-box {
    float: left;
    padding: 18px;
    width: 100%;
}
.search-btn-new {
    float: left;
    text-align: right;
    width: 100%;
}
.search-b.gothamblack {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb8002+0,f8a00f+100 */
background: #eb8002; /* Old browsers */
background: -moz-linear-gradient(top, #eb8002 0%, #f8a00f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb8002), color-stop(100%,#f8a00f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eb8002 0%,#f8a00f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eb8002 0%,#f8a00f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eb8002 0%,#f8a00f 100%); /* IE10+ */
background: linear-gradient(to bottom, #eb8002 0%,#f8a00f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8002', endColorstr='#f8a00f',GradientType=0 ); /* IE6-9 */
    border-radius: 7px 0 0;
    display: inline-block;
    height: 32px;
    padding: 4px 17px;font-size:14px;text-transform:uppercase;color:#fff;text-shadow:1px 0px 0px rgba(0,0,0,0.5);-moz-text-shadow:1px 0px 0px rgba(0,0,0,0.5);-webkit-text-shadow:1px 0px 0px rgba(0,0,0,0.5);-ms-text-shadow:1px 0px 0px rgba(0,0,0,0.5);
}
.seach-icon {
    padding-right: 5px;
}
.search-b.gothamblack:hover{color:#fff !important;}
.profile-left-block {
    float: left;
    padding-left: 20px;
    width: 660px;
}
figure.profile-img {
    border: 7px solid rgb(255, 255, 255);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    float: left;
    margin-right: 13px;
    width: auto;
    position:relative;
    z-index:1;
}
figure.profile-img img{max-width:165px;float:left;width:100%;}
.profile-txt > h2 a {
    color: rgb(85, 85, 85);
    font-family: ralewaysemibold;
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.links-profile > a {
    color: rgb(249, 160, 16);
    font-family: ralewayregular;
    font-size: 13px;
}
.links-profile > a.active {
    color: #555555;
}
.profile-right {
    background: rgb(247, 160, 28) ;
    display: inline-block;
    float: right;
    padding: 0;
    vertical-align: top;
    width: 210px;margin-top: 20px;position:relative;
}
.drop-down-togle{padding:10px 10px;float:left;width:100%; color:#fff;cursor:pointer;}
.drop-down-togle p{padding:10px 0px 0;}
.profile-img-small {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px; float: left;
}
.profile-right > p {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: ralewaybold;
    margin-bottom: 0;
    padding: 11px 0;
    vertical-align: middle;
    width: auto;
}
.main-add-block {
    float: left;
    width: 100%;
}
.main-add-block {
    border: 1px solid rgb(201, 199, 199);
    float: left;
    margin-top: 20px;
    padding: 18px;
    width: 100%;
}
.partner-mail .add-txt {
    color: rgb(85, 85, 85);
    font-family: ralewayregular;
    margin-bottom: 40px;
        margin-top: 15px;
}

.add-txt.personl-addtxt {
    color: rgb(85, 85, 85);
    font-family: ralewayregular;
    margin-bottom: 40px;
        margin-top: 15px;
}
.add-txt > p {
    color: rgb(85, 85, 85);
    font-family: ralewayregular;
    font-size: 14px;
}
.add-row {
    background: rgb(250, 250, 250) ;
    border: 1px solid rgb(238, 238, 238);
   float:left;
    width: 100%;
}
.first-add-block {
    float: left;
    padding: 15px;
    width: 50%;
}
.add-row:nth-child(even){background:#fff;}
.first-add-block > span {
    font-family: ralewayregular;
    font-size: 14px;
    padding-left: 5px;color:#555;
}
.first-add-block b {
    font-family: ralewaysemibold;
    font-weight: normal;
}
.progress-bar1 {
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.progress-bar-line {
    display: inline-block;
    font-family: ralewayregular;
    font-size: 13px;
    margin-right: 20px;
    max-width: 255px;
    width: 100%;
}
.progress-outer {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../imgs/p-outer.png");
    background-repeat: repeat-x;
    background-position:  0 0;
    border-radius: 20px;
    height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: top;
}
.progress-fill {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../imgs/p-inner.png");
    background-repeat: repeat-x;
    background-position:  0 0;
    height: 100%;
    width: 45%;border-radius: 30px;
}
.progress-bar-line > p {
    font-family: ralewayregular;
}
.complere-profile {
	background: rgba(255, 0, 0,0.80);
	color: rgb(255, 255, 255);
	display: inline-block;
	font-family: ralewaybold;
	font-size: 11px;
	margin-top: 0;
	padding: 5px 10px;
	text-transform: capitalize;
	vertical-align: top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 12px 5px #eee;
	-moz-box-shadow: 0px 12px 5px #eee;
	-webkit-box-shadow: 0px 12px 5px #eee;
}
 .complere-profile:hover{color:#fff !important;vertical-align: top;}
 .tab-block-1 li a {
    color: rgb(34, 34, 34);
    float: left;
    font-family: ralewaybold;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: auto;
}
.tab-block-1 li {
    border-right: 1px solid #d7d7d7;
    float: left;
    width: auto;
}
.tab-block-1 li:last-child{border-right:0px;}
.tab-block-1 {
    float: left;
    margin-top: 45px;
    width: 100%;
}
.tab-block-1  ul {
    float: left;
    margin: 0;
    width: auto; border: 1px solid #d7d7d7;position:relative;z-index:1;border-bottom:none !important ;
}
.tab-block-1  ul li i{margin-right:10px;line-height:20px;}
.tab-block-1  ul li a{border-top:3px solid #fff;}
.tab-block-1  ul li:hover a ,.tab-block-1  ul li.active a{border-color:#f7a01c;}
.tab-content {
    border: 1px solid #c9c7c7;
    display: table;
    float: left;
    margin-top: -1px;
  
    width: 100%;
}
.tab-block-1 li.active {
    background: rgb(255, 255, 255) ;
}
.content-tab-left {
    display: inline-block;
    max-width: 500px;
    padding-right: 59px;
    position: relative;
    vertical-align: middle;color:#222;  padding: 5% 20px;
}
.recoard-vdo-right {
    display: table-cell;
    vertical-align: middle;
    width: 158px;  padding: 20px;
}
.photoandvideo.photoandvideo-new {
    background: rgba(0, 0, 0, 0) ;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.content-tab-left {
    font-family: ralewayregular;
    font-size: 14px;
}
.formats {
    font-family: ralewayregular;
    margin-top: 20px;
}
.content-tab-left .upload_1 {
    color: #ffffff;
    font-size: 13px;
    height: 36px;
    margin-top: 10px;text-align:center;
}
.content-tab-left .upload_1 i{padding-right:10px;}
.photoandvideo.photoandvideo-new{
background-color: rgba(0, 0, 0, 0);
background-image: url("../imgs/border-bottom.png");
background-repeat: repeat-y;
background-position: center center; 
height: 100%;
    min-height: 0;}
.content-tab-left .or-section {
    background:none;
    float: left;
    height: 100%;
    text-align: center;
    width: 100%;   height: 100%;
    min-height: 0;/*11/3/2015*/text-align:center 
}
.content-tab-left .photoandvideo .or-section .or {
  bottom: 0;
  font-size: 12px;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 28px;
}
.recoard-vdo-right {
    display: inline-block; padding: 10px 20px;
    vertical-align: middle;
    width: 365px;float:right;
}
.record-vdo1 {
    text-align: center;
    width: 100%;
}
.record-txt {
    background: #f7a01c ;
    float: right;
    margin-top: -49px;
    padding: 57px 28px 28px;
    width: 315px;
}
.record-txt > p {
    color: #ffffff;
    float: left;
    font-family: ralewayregular;
    font-size: 12px;
    text-align: center;
    width: 100%;margin-bottom:0px;
}
.Record.Video > a {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../imgs/record-play.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffffff;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    padding: 0 0 0 26px;
    width: auto;
}
.Record.Video  a:hover{color:#fff !important;}
.Record.Video {
    float: left;
    text-align: center;
    width: 100%;
}
.how-it-work {
    color: #222222;
    font-family: ralewaysemibold;
    margin: 25px 0 0;
    padding-bottom: 11px;width:100%; float:left;
}

.work-heading > h2 {
  border-bottom: 3px solid #f7a01c;
  color: #222222;
  float: left;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 99;
}
.how-it-work-vontent {
    border: 1px solid #aeaeae;
    float: left;
    margin: -2px 0 0;
    position: relative;
    width: 100%; padding: 20px 0px 0px 0px;
}
.how-it-work-vontent-inner {
    position: relative;
    width: 100%; padding: 0px 45px 0px 45px;
    width:100%; float:left;
}
.rock-block {
    float: left;
    max-width: 195px;
    padding-right: 10px;
    width: 100%;
    padding-bottom: 10px;
}
.rock-img {
    border: 1px solid rgb(222, 222, 222);
    border-radius: 5px;
    float: left;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
    width: 60px;
}
.rock-block h4 {
    color: #222222;
    font-family: ralewaybold;
    font-size: 14px;
    margin: 0 0 5px;
}
.rock-block > p {
    font-family: ralewayregular;
    font-size: 12px;
}
.work-heading{width:100%; float:left;position:relative;}
.Edit-icon {
  background-color: #57b857;
  background-image: url("../imgs/upload.png");
  background-repeat: no-repeat;
  background-position:14px center;
  border-radius: 5px;
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -moz- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -o- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -ms- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  padding: 5px 0 5px 0px;
  vertical-align: top;
  width: 69px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d994d+0,57b857+100 */
background: #4d994d; /* Old browsers */
background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%); /* IE10+ */
background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 ); /* IE6-9 */
text-align:center;

}
.Edit-icon i{padding:0px 5px;}
.btnsadd-a-group {
    float: left;
    font-size: 13px;
    margin-top: 23px;
    width: 100%;
}
.btnsadd-a-group > a {
    background: #f7a01c ;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-family: ralewaysemibold;
    font-size: 13px;
    height: 30px;
    margin-left: 10px;
    padding: 6px 16px;
}
.btnsadd-a-group > a:nth-child(2n){background: #57b857 ;}
.addvertis{width:100%; float:left;text-align:center;}
.addvertis {
    float: left;
    margin: 28px 0 0;
    width: 100%;
}
.addvertis img{max-width:728px;display:inline-block;width:100%;}
.dash-right{width:235px; float:right;}
.invesr-ment{width:100%; float:left;margin-bottom:30px;}
.investor{max-width:132px;width:100%;background:#c47d12;padding:13px 0px;text-align:center;font-size:12px;text-transform:uppetrcase;color:#fff;font-family: 'Conv_GothamMedium';float:left;}
.online {
    background: #f7a01c ;
    color: #653e02;
    float: left;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    width: 103px;font-family: 'Conv_GothamMedium';
}
.numbering11 {
    font-size: 20.4px;
      display: block;
}
.add-user-block > h2 {
    border-bottom: 2px solid #f7a01c;
    color: #222222;
    font-family: ralewaysemibold;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;margin-top: 0px;
}
.user-pic {
    border-radius: 5px;
    max-width: 58px;
    overflow: hidden;
}
.user-block1 {
    float: left;
    width: 95%;margin-bottom:5px;padding:5px 0px; position: relative;
}
.user-block1 > h2 {
    color: #222222;
    display: inline-block;
    float: none;
    font-family: ralewaysemibold;
    font-size: 14px;
    text-transform: uppercase;margin: 0 0 10px;
}
.dash-right1 .user-pic {
width: 100%;
}

.user-pic {
   border-radius: 5px;
    color: #222222;
    float: left;
    margin-right: 3px;
    max-width: 55px;
    overflow: hidden;
    text-align: center;
    
}
.add-btns-list{ background: #57b857 url("../imgs/upload.png") no-repeat scroll 14px center;
  border-radius: 5px;
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -moz- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -o- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  -ms- box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  height: 22px;
  padding: 4px 0 4px 0px;
  vertical-align: top;
  width: 51px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d994d+0,57b857+100 */
background: #4d994d; /* Old browsers */
background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%); /* IE10+ */
background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 ); /* IE6-9 */
text-align:center;font-size:10px; font-family: ralewaysemibold;}
.add-btns-list i{margin-right:5px;}
.add-main-btn-11{display:block;}
.user-block1:hover,.user-block1.active{background:#f5f3f3;}
.add-user-block {
    float: left;
    width: 100%;
    margin-bottom:40px;
}
.btnsadd-a-group a:hover{color:#fff !important;}
.hover-profile-image{position:relative;}
/*********************end*************************/
/************************edit profile*****************/
.hover-effectupload {
    background: rgba(0, 0, 0, 0.3) ;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
figure.profile-img .hover-effectupload > img {
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: auto;
    max-width: 42px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.profile-right.edit-profile {
    width: 160px;
}
.txt-area-edit-profile{
	width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.form-edit-profilt{width:48%; float:left;}
.profile-right.edit-profiles-tab {
    width: 166px;
}
.form-edit-profilt{width:48%;float:left;}
.form-edit-profilt.fullwidth{width:100%;}
.form-edit-profilt .full-block {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.form-edit-profilt label {
    color: rgb(85,85,85);
    float: left;
    font-family: ralewaysemibold;
    font-size: 14px;
    width: 100%;font-weight:normal;
}
.form-edit-profilt .input-block {
    float: left;
    width: 100%; position: relative;
}
.form-edit-profilt .input-block  input ,.form-edit-profilt .input-block  select,.form-edit-profilt .input-block  textarea {
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    float: left;
    font-family: ralewayregular;
    font-size: 14px;
    height: 32px;
    padding: 6px 10px;
    width: 100%;
}
.form-edit-profilt .input-block > select{appearance:none;-moz-appearance:none;-Webkit-appearance:none;-ms--moz-appearance:none;background:url(../imgs/select-arrow-new.png) no-repeat 97% center #fff;}
.form-edit-profilt .radio {
    float: left;
    width: 100%;
}
.form-edit-profilt .radio-btn-block {
    float: left;
    margin-right: 15px;
    width: auto;
}
.form-edit-profilt .radio-btn-block > input {
    display: inline-block;
    margin: 0px 10px 0 0 !important;float:left;position:relative !important;
}
.form-edit-profilt b {
    font-family: ralewayregular;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    vertical-align: top;
}
.edit-profile-11{padding-bottom:0px;}
.profile-btn.btnsadd-a-group > a {
    display: inline-block;
    float: none;
    font-family: ralewaysemibold;
    font-size: 18px;
    height: 37px;
}
.profile-btn.btnsadd-a-group i{margin-right:5px;}
.profile-btn.btnsadd-a-group{text-align:center;}
.steps-edit-profile .form-heading {
   background: url("../imgs/steps-bg1.png") repeat-x left top /100% 49px;
    float: left;
    width: 100%; 
}
.steps-edit-profile .arrow-right {
    background: rgba(0, 0, 0, 0) url("../imgs/step-after.png") no-repeat scroll right center / 25px auto;
    content: "";
    display: inline-block;
    height: 46px;
    position: absolute;
    right: -19px;
    top: 0;
    vertical-align: top;
    width: 31px;
    z-index: 99;
}
.steps-edit-profile .active .arrow-right {
    background: rgba(0, 0, 0, 0) url("../imgs/edit-step-bg11.png") no-repeat scroll right center / 53px 64px;
}
.steps-edit-profile .step11 .numbering {
     background: rgba(0, 0, 0, 0) ;
    border: medium none;
    border-radius: 40px;
    box-shadow: none;
    color: #555;
    font-size: 30px;
    height: 58px;
    left: 25px;
    line-height: 30px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    width: 46px;
    z-index: 999;text-shadow:none;
}
.steps-edit-profile  .step11 {
    color: rgb(108, 108, 108);
    float: left;
    height: 45px;
    line-height: 22px;
    width: auto;
    font-size: 14px;
}
.steps-edit-profile  .step11 span {
    display: block;
    font-family: ralewaybold;
    font-size: 10px;line-height: 13px; text-transform: capitalize;
}
.steps-edit-profile .step11.active {
    background: rgba(0, 0, 0, 0) url("../imgs/org.png") repeat-x scroll 0 0 / 100% 46px !important;
    cursor: pointer; color: rgb(255, 255, 255) !important;
}
.steps-edit-profile .step11.twostep {
    background: url("../imgs/steps-bg1.png") repeat-x left top /100% 49px;
    color: rgb(108, 108, 108);  font-size: 14px;
}
.steps-edit-profile .step11 {
    padding: 13px 44px 13px 68px ;
}
.steps-edit-profile .step11.active .numbering {
    color:#fff;
}
.steps-edit-profile .form-heading.new-steps {
    border-bottom: 1px solid rgb(255, 255, 255);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
    overflow: hidden;
}
/************************end**********************/
.match-user {
    font-family: ralewayregular;
    margin-bottom: 0px;
}
.scrollable_div1 ,.scrollable_div2,.scrollable_div3,.scrollable_div4{
			min-height: 240px;
			max-height: 240px;
			width: 100%;
			overflow: auto;
			background-color: #fff;
			
		}
.tab-block-1 .nav-tabs > li.active > a,.tab-block-1 .nav-tabs > li.active > a:focus,.tab-block-1 .nav-tabs > li.active > a:hover {
    background: #ffffff ;
    border: medium none;
    border-radius: 0;color:#f7a01c ;margin:0px;border-top:3px solid #f7a01c;
}
.tab-block-1 .nav > li > a:focus,.tab-block-1 .nav > li > a:hover{background:#fff; border: medium none;border-top:3px solid #fff;padding: 10px 20px;}
.profile-right .drop-down {
    background: rgb(252, 183, 78) ;
    float: left;margin: 0;
    width: 100%;position:absolute;left:0;top: 60px;z-index: 999;
}
.profile-right .drop-down > li {
    color: rgb(255, 255, 255);
    font-family: ralewayregular;
    font-size: 13px;
    width: 100%;
    border-bottom:1px solid rgba(255, 255, 255,0.3);
}
.profile-right .drop-down > li:last-child{border-bottom:none;}
.profile-right .drop-down > li:hover{background: rgba(255, 255, 255,0.8);}
.profile-right .drop-down > li a {
    color: rgb(255, 255, 255);
    float: left;
    padding: 7px 10px;
    width: 100%;
}
.profile-right .drop-down > li:hover a{color:#222;}

.new-top-bar.reg-message {
  background: rgba(0,0,0,0.7);
  font-family: helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #f8a00f;
  text-transform: capitalize;float:left;padding: 5px 0;
}
.new-top-bar.reg-message  span {
    display: block;
    font-size: 26px;
}
.help-text {
  color: #fff;
  margin-top: 0px;
  text-align: center;
  font-family: HelveticaNeueBold;
  font-size: 22px;
  position: absolute;
  z-index: 999;
  text-align: center;
  width: 100%;
  background: rgba(255,255,255,0.1);padding:10px 0px;

}
.reg-wiz .sf-wizard > form {
    border-radius: 3px;
    padding: 20px;
    background: #FFF none repeat scroll 0% 0% !important;
}
.reg-wiz  .step11{padding:10px 25px 10px 60px;}

.text-big-banner sup {
    font-size: 39%;
    top: -1.5em;
}
/**************profile-links-block*******************/
.profile-links-block-main{ background: #f1f1f1 ;
    border-left: 4px solid #f7a01c;
    float: left;
    margin-bottom: 21px;
    padding: 10px 20px;
    width: 100%;}
.link-new1 {
  border-left: 1px solid rgb(51, 51, 51);
    font-family: ralewayregular;
    font-size: 14px;
    line-height: 10px;
    padding: 0 10px;
}
.link-new1:first-child{border-left:none;padding-left:0px;}
.link-new1  i{margin-right:5px;}
.main-add-block.partner-mail {
    padding: 0 10px;
}
.partner-mail .btnsadd-a-group  a {
    background: #f7a01c ;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-family: ralewaysemibold;
    font-size: 14px;
    height: 37px;
    margin-left: 3px;
    padding: 7px 20px;
    position: relative;
}
.btnsadd-a-group{text-align:center;}
.images-uploaded {
    margin: 15px 15px;
    width: 80px;float:left;
}
.upload-images-center{width:100%; float:left;text-align:center;}
.upload-images-center .upload_1 {
    color: #ffffff;
    display: inline-block;
    float: none;
    margin-bottom: 25px;padding: 7px 20px;
}
.tab2 .content-tab-left {
    padding: 20px;
}
.tab2 .upload_1 i{padding-right:7px;}
.tab2 .recoard-vdo-right{padding:20px;}
.uploaded-img-block{background: #f1f1f1 ;
    display: inline-block;
    float: none;
    padding: 0;
    width: 100%;}
.uploade-img-heading{ background: #f7a01c ;
    color: #ffffff;
    font-family: ralewaybold;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100%;}
.content-tab-left-full.content-tab-left {
    max-width: 100%;
    width: 100%;text-align:center;
}
.file-uploaded {
     float: left;
    height: auto;
    overflow: hidden;
    padding: 9px 25px;
    text-align: left;
    width: 100%;
}
.file-uploaded .fa.fa-file {
    color: #f7a01c;
    width: 20px;
}
.pop_btn .add-btns-list {
  display: inline-block;
  font-size: 11px;
  height: 22px;
  padding: 3px 9px;
  width: auto;
}
.add-btns-list.btn-cncle {
    background: #999999 ;
}
.tab-block-1 a.pfuplds {
    font: inherit;
    text-transform: inherit;
    padding-right:0;
}

/*  industry right side */
.industory-names{font-weight:bold;}
.industory-block{margin-bottom:0px !important;}
i.fa.fa-save {
    background: #f7a01c ;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    padding: 6px 16px;
}
.editprfile-country select {
    background: url(../imgs/select-arrow-new.png) no-repeat 97% center;
    border: 1px solid rgb(196, 196, 196);
    font-family: ralewayregular;
    font-size: 14px;
    height: 32px;
    padding: 0 10px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -Webkit-appearance: none;
    }
.pref input ,.pref select{
    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 28px; width: 100%;background:#fff;padding:0px 10px;
}
.pref select{ -moz-appearance: none;-webkit-appearance: none;-o-appearance: none;-ms-appearance: none;
    background: rgba(0, 0, 0, 0) url("../imgs/select-arrow-new.png") no-repeat scroll 97% center;}
.pref textarea {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 50px;width:100% !important;
}
.pref .email_center {
   display: inline-block;
    height: auto;
    padding: 10px 23px 0px;
    text-align: left;
    width: 100%;

}
.pref input[type=radio]{   height: auto;
    margin: 0 4px 0 0;width:20px;
    vertical-align: top;}
.pref .sent_email_top {
    float: left;
    line-height: 16px;padding: 0 0 5px 0;
    width: 100%; }
.pref .email_input {
   float: left;  padding: 0;
    width: 100%;
}
.pref .sent_email_top{text-align:left;}
.pref  .sent_center {
    background-image: none;
    background-repeat: repeat-x;
    float: left;
    height: auto;
    width: 100%;
}
.bothdivs {
    float: left;
    padding: 8px 0;
    width: 100%;
}
.pop_btn_exist{width:100%; text-align:center;}
.dashboard-new .box1_newch  {
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);-moz- box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);-webkit- box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);-o- box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    height: auto;
    margin: 0;
    max-width: 400px;
    width:90%;
    z-index: 9999;
}
.dashboard-new .pop_up {
    box-shadow: none; width: 100%;
}
#box1p8 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9990;
}
#up_videoshow #status_video {
    float: left;
    width: 100%;
}
.recoard-vdo-right.recording {
  width: 100%;
  float: left;
}
.recoard-vdo-right.recording .recorder {
  max-width: 320px;
  float: left;
  height: auto;
}
.recoard-vdo-right.recording .rec-controls {
  width: 57%;
  float: left;
  padding-left: 23px;
}
.recoard-vdo-right.recording div.setupPanel {
  float: left;
  width: 100%;
  margin-left: 0;
}
span.tmlft {
  width: 25%;
  float: left;
  text-align: right;
  padding-right: 27px;
}
.setupPanel .tm-cont select,
.setupPanel .tm-cont input {
  width: 75% !important;
  float: left;  border: 1px solid #c4c4c4;
  border-radius: 0;
  height: 28px;
  width: 100%;
  background: #fff;
  padding: 0px 10px;
}
.tm-cont {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.recoard-vdo-right.recording .btn{padding:0px 12px;background: #f7a01c;}
.recoard-vdo-right.recording .btn:hover{color:#fff;}
.profile-right .drop-down-togle p a {
  color: #ffffff !important;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 67%;
}

.drop-down-togle a:hover {
    color: #ffffff !important;
}
.dash-radio .radio_search {
    float: left;
    height: 13px;
    margin: 0 6px 0 0;
    vertical-align: top;
}
.dash-radio > span {
    line-height: 15px;
}
/************profile-links-block-main end*********/
/*********************email****************/
.Email-block .add-txt{margin-bottom:13px;margin: 25px 0;}
.Email-block-outer  figure.profile-img{position:relative;z-index:0;}
.add-txt span {
    font-family: ralewaysemibold;
    font-size: 14px;
    margin-right: 12px;
}
.Email-block .add-txt span:last-child{margin-right:0px;}
.Email-block span i {
    background: #f7a01c ;
    border-radius: 11px;
    color: #ffffff;
    height: 20px;
    padding: 3px 0;
    text-align: center;
    width: 20px;
}
.Email-block .add-txt a {
    margin-right: 12px;
}
.Email-block .add-txt a:last-child{margin-right:0px;}
.Email-block .main-add-block{padding: 0px 9px !important;}
.Email-box {
    background: #fafafa ;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);-moz- box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);-webkit- box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    display: table;
    float: left;
    width: 100%;
}
.Email-left-box {
    border-right: 1px solid rgba(201, 199, 199, 0.6);
    display: table-cell;
    width: 219px;
}
.Email-left-box > ul {
    float: left;
    width: 100%;
     margin-bottom: 0;
}
.Email-left-box li {
    float: left;
    width: 100%;
}
.Email-left-box a {
    border-bottom: 1px solid rgb(199, 199, 199);
    box-shadow: 0 1px 1px rgb(255, 255, 255);-moz-box-shadow: 0 1px 1px rgb(255, 255, 255);-webkit-box-shadow: 0 1px 1px rgb(255, 255, 255);-o-box-shadow: 0 1px 1px rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    float: left;
    font-family: ralewaysemibold;
    font-size: 14px;
    padding: 15px;
    width: 100%;
}
.Email-left-box a i {
    background: rgba(0, 0, 0, 0) url("../imgs/icon-side.png") no-repeat scroll left top;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 19px;
}
.Tmail {
  background: rgb(64, 68, 82) ;
  border: 2px solid rgb(34, 34, 34);
  border-radius: 20px;
  color: rgb(255, 255, 255);
  display: inline-block;
  float: right;
  font-size: 10px;
  height: 26px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 26px;
}
.Email-left-box a:hover ,.Email-left-box li.active a{background:#f7a01c; color:#fff !important;}
.Email-left-box a:hover .Tmail,.Email-left-box li.active .Tmail{background:none;border:2px solid #fff;}
.Email-left-box a:hover i.icon1 ,.Email-left-box li.active i.icon1 {
    background-position: -69px 0;
}
.Email-left-box a i.icon2 {
    background-position: 0px -204px;
}
.Email-left-box a:hover i.icon2 ,.Email-left-box li.active i.icon2 {
    background-position: -69px -204px;
}
.Email-left-box a i.icon3 {
    background-position: 0px -101px;
}
.Email-left-box a:hover i.icon3 ,.Email-left-box li.active i.icon3  {
    background-position: -69px -101px;
}
.Email-left-box a i.icon4 {
    background-position: 0px -152px;
}
.Email-left-box a:hover i.icon4 ,.Email-left-box li.active i.icon4  {
    background-position: -69px -152px;
}
.Email-left-box a i.icon5 {
    background-position: 0px -204px;
}
.Email-left-box a:hover i.icon5 ,.Email-left-box li.active i.icon4  {
    background-position: -69px -152px;
}
.email-first-block {
    float: left;
    padding: 10px 20px;
    width: 100%; border-bottom: 1px solid rgb(199, 199, 199);
    box-shadow: 0 1px 1px rgb(255, 255, 255);-moz-box-shadow: 0 1px 1px rgb(255, 255, 255);-webkit-box-shadow: 0 1px 1px rgb(255, 255, 255);-o-box-shadow: 0 1px 1px rgb(255, 255, 255);vertical-align: top;
}
.Email-right-box {
    display: table-cell;
    vertical-align: top;
}
.email-first-block  h2 {
    /*background: rgba(0, 0, 0, 0) url("../imgs/star1.png") no-repeat scroll left center;*/
    color: #171a21;
    font-family: ralewayregular;
    font-size: 15px;
    margin: 0 0 10px;
    padding-left: 0px;
    line-height: 20px;
}
.email-first-block.active h2 {
  /*  background: rgba(0, 0, 0, 0) url("../imgs/star11.png") no-repeat scroll left center;*/
 }
.email-first-block span.time {
    color: #868b98;
    float: right;
    font-family: arial;
    font-size: 13px;
}
.email-first-block > p {
    color: #868b98;
    font-family: ralewayregular;
    font-size: 14px;
    margin-bottom: 13px;
    padding: 0;
}
.from-block > span {
    color: #f7a01c;
    font-family: ralewaysemibold;
}
.from-block {
    font-family: ralewayregular;
    font-size: 13px; color: #868b98;
}
.email-first-block.readmsg {
    background: #ffffff ;
}
.email-first-block.readmsg h2 {
     color: #868b98;
}
/*******************end******************/
/*********************privacy**********/
.Email-box.privacy-setting {
    margin-top: 30px;
}
.privacy-top {
    color: #222222;
    font-family: ralewaysemibold;
    font-size: 14px;
    padding: 17px;
    vertical-align: middle;line-height: 16px;text-transform: uppercase;
}
.p-title {
    display: table-cell;
    vertical-align: middle;
    width: 590px;
}
.Private {
    display: table-cell;
    width: 144px;
}
.Public {
    display: table-cell;
    width: 144px;
}
.Private > input {
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
}
.block-open-radio{width:100%; float:left;padding:20px;background:#fff;}

.num-p {
    background: #f7a01c ;
    border-radius: 32px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 21px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
}
.privacy-inside{border:1px solid #e9e9e9;}
.privacy-inside {
    font-family: ralewayregular;
  
    text-transform: uppercase;
}
.privacy-inside .p-title {
    padding-left: 18px;
}
.privacy-inside .Private {
    line-height: 14px;
}
.privacy-inside .Public{line-height:14px;}
.inside-block-11{border-bottom:1px solid #e9e9e9;  font-size: 13px;
    padding: 10px 0;}
.inside-block-11:nth-child(even){background:#fafafa;}
.inside-block-11:last-child ,.privacy-block1:last-child{border-bottom:none;}
.privacy-block1 {
    border-bottom:1px solid #e9e9e9;width:100%; float:left;
}
.loadmore {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}
/************************changes***************/
.inn-popup form , .innpopup-itself {
    border: 5px solid rgba(255,255,255,0.4);
    border-radius: 5px;
}
.search_center button{    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 28px;
    width: 100%;
    color: #222;
    padding: 0px 10px;max-width:200px;    
    
   }
   
 
 .ui-widget-header ,.ui-state-hover, .ui-state-multiselected, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-multiselected, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-multiselected, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid rgb(247, 160, 28) !important;
    background: rgb(247, 160, 28) url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;border-radius:0px !important;
 }
 
 .ui-multiselect-menu{border-radius:5px !important ;background: #fff !important;}
 .ui-multiselect-checkboxes label input{margin-right:5px;}
 .ui-multiselect-checkboxes label span{position:relative;top:-2px;}
 #recorder_10960332_1{display:none;}
 .video-message{color: rgb(231, 146, 18);
    font-size: 13px;
    padding-bottom: 10px;
    text-align: center;}
.logo-imgs {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    outline:none;
    -webkit-appearance: none;
     max-width: 18%;
}
.flex-direction-nav a{top:0px !important;bottom:0px !important;margin:auto !important;}
.error {
    margin-top: 36px;
    color: red;
}
/****************end**********/
/***************login-page***************/
.login-form.form-block.page-login-block {
    background: #fdfdfd  url("../imgs/lock.png") no-repeat scroll right bottom ;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 25px;
}
.login-form.form-block.page-login-block label{font-size:13px; display: inline-block; padding-left: 13px;}

.login-form.form-block.page-login-block .check {
    display: inline-block;
    float: left;
    margin: 0 !important;
}
.login-form.form-block.page-login-block .check {
    height: 25px ;margin-right:10px; float:left;
}
.login-form.form-block.page-login-block .btn.btn-submit-connect{
    margin: 0;
    padding: 10px 0;
    width: 100px;
    float:left;
}
 .right-login-pblock h2 {
    color: #222222;
    font-size: 20px;
    line-height: 28px;margin:0px;
}
 .right-login-pblock h2 span{font-size:23px;color:#f8a00f ;}
 .connectnow-block1 {
    background: #57b857  ;
    border: medium none;
    box-shadow: 0 7px 7px 0 #3dac3d inset, 0 2px 2px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    float: left;
    font-family: gotham_blackregular;
    font-size: 19px;
    height: 41px;
    padding: 7px 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    transform: scale(1);
    width: 100%;
}
 .connectnow-block1:hover{color:#fff !important;opacity:0.8;}
 .total-vies {
     background: #f1f1f1 ;
    color: #f8a00f;
    float: left;
    font-family: "Conv_GothamMedium";
    font-size: 30px;
    margin: 19px 0 7px;
    padding: 10px 20px;
    text-align: center;
    width: 100%; line-height: 30px;
}
.total-vies > span {
    color: #555555;
    display: block;
    font-size: 15px;
    line-height: 15px;
}
.login-form.form-block.page-login-block.forgotpwd {
    padding: 55px 20px;
}
.login-form.form-block.forgot-passwordpopup {
    padding: 50px 0 20px;
}
.forgot-passwordpopup .btn.btn-submit-connect {
   background-image: none;padding:10px 20px;
   
}
/************* alert message css start **********************/
.alert_msg_red_login{margin-bottom: 15px;}
.alert-outer{width:100%;margin:0 auto;}
.alert-text{text-align:center; width:auto;}
/************* alert message end **********************/
.total-vies #usercounter{font-size: 30px;font-weight: normal;margin-bottom: 0px !important;}
.register-log{margin-left:25%;}
li.login-class-small.login_popup,.menu-small.login_popup{
    display: none;
}
.forgot_passwork_npt {
    width: 90%;
    float: none;
    padding-top: 20px;
   }
.forgot_passwork_npt.form-block input {
    margin-bottom: 7px;
}
input.remember_me_checkbox {
    height: 15px;
}
.alert_msg_login {
    padding: 6px 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ec0423;
    /* background-image: url(../images/login_alert.jpg); */
    background-repeat: no-repeat;
    background-position: 76px center;
    border-radius: 5px;
    width: 94%;
    display: inline-block;
    margin: 0px 4%; font-family: 'ralewayregular';
 }
 .grey_bar {
    height: 25px;
    margin: 0 auto;
    width: auto;
    text-align:center;
}
 .grey_bar img {
    height: 100%;
    width: auto;
}
.help_text{
	margin-top: 5px;
	text-align: left;
}
.pop_up_top {
    background-color: #f7a01c;
    color: #ffffff;
    font-family: ralewaybold;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
}
.box_shadow {
    box-shadow: 5px 5px 5px;
}
.pop_up {
    background-color: #ffffff;
    width: 391px;
}
.save-btn {
    max-width:238px;
    width:100%;
    vertical-align: bottom;
}
.save_backprofile {
    background: rgba(0, 0, 0, 0) url("../images/btn-save-complete.png") repeat scroll 0 0;
    display: inline-block;
    height: 38px;
    max-width: 238px;
    width: 100%;
}
.pop_up_top {
    background-color: #f7a01c;
    color: #ffffff;
    font-family: ralewaysemibold;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left !important;
}
.grey_bar img {
    height: 29px;
    width: 96px;
}
#boxemail {
    bottom: 0 !important;
    display: none;
    height: 200px ;
    left: 0 !important;
    margin: auto !important;
    max-width: 402px;
    position: absolute;
    right: 0 !important;
    top: 18% !important;
    width:95%;
    z-index: 2147483647 !important;
}

.pop_up {
    background-color: #ffffff;
    width: 100% !important;
}
.reg-wiz .sf-wizard .sf-btn, .reg-wiz form .nocsript-sf-btn {
    padding: 0;
}
.reg-wiz .sf-viewport{margin-bottom:0px;}
.login_popup_form .error {margin-top: 0;}
.inner-block.login-container {
    padding: 135px 0;
}
.partner2 {
    float: left;
    padding: 0 0 30px 0px !important;
    width: 100%;
}
.partner_confirmred {
    width: 100% !important;
}
.alert_msg_red_3 {
    background-color: rgba(247, 160, 28, 0.5) !important;
    background-image: url("../images/alert_yellow.jpg");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: rgb(37, 37, 37);
    font-family: ralewaysemibold !important;
}
.alert_msg_red_3 > a {
    color: rgb(87, 184, 87);
}
.main-address-block-inner .form-edit-profilt .radio-btn-block {
    float: left;
    margin-right: 0;
    width: auto;
}
.partner_confirmred {
    padding-left: 0 !important;
    width: 628px;
}
#tat_table td {
    border-bottom: 1px solid rgb(222, 222, 222);
    padding: 6px 15px;
    text-align: left;
}
#tat_table tr{background:#fff !important;}
#tat_table{border-bottom: 1px solid rgb(222, 222, 222) !important;box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); max-width: 399px;
    width: 100%;}
#tat_table tr:nth-child(even){background: #f1f1f1 !important;}
#tat_table tr:hover{background:rgb(87, 184, 87) !important; color:#fff !important;}
.radio-yourself .radio-btn-block > input {
    float: left;
    margin-top: 4px !important;
}
.industry_description {font-size: 12px; font-weight: normal; margin-bottom: 10px; padding-left: 25px;}
.inner-footer{background: #000;bottom: 0;  position: absolute;z-index:1;}
.popup-register p{width:76%;}
#frmlogin .text-left > input {
    background: rgba(0, 0, 0, 0) ;
    border: medium none;
    height: auto;
    margin: auto;
}
.flex-viewport {
    border-top-right-radius: 0px !important;
 }
.sf-step > fieldset {
    height: auto !important;
}
.reg-wiz .txt-note {
    color: rgb(85, 85, 85) !important;
}
.reg-wiz .form-content-inner .photoandvideo {
    margin-bottom: 20px;
}
.profile-img-small img {
    width: 100%;
}
.loadmore.pop_btn .add-btns-list {
    display: inline-block;
    float: none;
    font-size: 13px;
    height: 29px;
    padding: 5px 13px;
    width: auto;
}
.fixed_yes_no.full-block .radio-btn-block {margin-right: 15px;}
.industory-block .industory-names {
    margin-bottom: 3px !important; line-height: 14px;
}
.industory-block .radio {
    margin: 5px 0;
}
.upload_1.ppic_img {
    float: left;
    margin: 24px 0 0;
    padding: 8px 19px;
    width: auto;
}
#uplimg_test {
    float: left;
    margin-right: 16px;
    position: relative;
    width: 84px;
    z-index: 90;
}
#uplimg_test i {
    padding-right: 7px;
}
#change_password_help {
    color: rgb(247, 160, 28);
    font-size: 17px;
    line-height: 26px;
    padding-left: 2px;
}
.input-block.cell-phone {
    margin-top: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{color:#222 !important}
.radio-options {
    font-family: ralewaybold;
    left: 0;
    line-height: 14px;
    position: absolute;
    top: 0;
}
.option-content-class {
    left: 0;
    padding-left: 20px;
    position: relative;
}
.fixed_yes_no .radio {
    margin: 5px 0;
}
.fix-radio-label .upload_1.ppic_img {
    margin: 0;
 }
.inner-block #frmpersonnel .fixed_yes_no p {
    font-size: 14px;
    margin-bottom: 7px;
}
/******************end*****************/
/***************investor popup**********/

.logo-investor-1 {
    background: #ffffff ;
    width: 100%;float:left;max-height: 588px;
    overflow: auto;
}
.logo-block h2 {
    font-family: ralewaybold;
    font-size: 20px;
    margin: 15px 0 15px;
}
.logo-block{background: rgba(241, 241, 241, 0.7) ;
    padding: 15px 25px;
    text-align: center;
    width: 100%;}
.logo-block  p {
    display: inline-block;
    width: 80%;margin-bottom:0px;font-size:12px;
}
.content-block-popup{width:100%; float:left;padding:40px;}
.content-block-popup .left-pop{width:47%; float:left;}
.content-block-popup .left-pop.right-pop{width:47%; float:right;}
.left-pop .form-edit-profilt {
    text-align: left;
    width: 100%;
}
.content-block-popup .industry_description {
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;
    margin-bottom: 5px;
    padding-left: 25px;
    vertical-align: top;
}
.popupmain1{top:0px;}
.note-txt-pop{width:100%; float:left;}
.submit-btn-block {
    float: left;
    text-align: center;
    width: 100%;
}
.save-btn-nw {
    display: inline-block;
    width: auto;
}
.content-block-popup > h2 {
    font-family: ralewaysemibold;
    font-size: 17px;
    margin: 0 0 12px;
}
.images-main{width:70%;display:inline-block;text-align:center;}
.images-main {
    margin-bottom: 20px;
    width: 100%;
}
.images-main > img {
    max-width: 500px;
    width: 100%;
}
/******************end************/
/*******************compose mail**************/
.connected-mail {
    background: rgb(255, 255, 255) ;
    box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.5);-moz- box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.5);-webkit- box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.5);-o-box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.5);
    font-family: ralewayregular;
    padding: 18px 10px 16px;
     vertical-align: middle;float:left; width: 100%;
}
.box-connect1.dash-radio {
     font-size: 13px;
    line-height: 13px;
    margin-right: 5px;
    margin-top: 3px;
    text-transform: none;
    vertical-align: top;
}
.box-connect1.dash-radio > input {
    margin-right: 8px;
    margin-top: 0;
    vertical-align: top;
}
.add-contacts-mail {
    float: left;
    padding: 20px;
    width: 100%;
}
.add-contacts-mail select {
    -moz-appearance: none; -webkit-appearance: none;
    background: #fff url("../imgs/select-arrow-new.png") no-repeat scroll 97% center;
      border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    float: left;
    font-family: ralewayregular;
    font-size: 14px;
    height: 32px;
    padding: 6px 10px;
    width: 100%;max-width:300px;
}
.add-con-btn{ background: #57b857 url("../imgs/upload.png") no-repeat scroll 14px center;
  border: medium none;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: ralewaysemibold;
    font-size: 14px;
    height: 32px;
    margin-left: 10px;
    padding: 4px 8px;
    text-align: center;
    vertical-align: top;
    width: 64px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d994d+0,57b857+100 */
background: #4d994d; /* Old browsers */
background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%); /* IE10+ */
background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 ); /* IE6-9 */
}
.mail-box-mid{width:100%; float:left;padding:0px 20px;}
.row1-block-mail{width:100%; float:left;margin-bottom:15px;}
.row1-block-mail label{width:20%; float:left;text-align:right; padding: 7px 10px; display: inline-block;font-family: ralewayregular;font-weight:normal;
    max-width: 100%;}
 .row1-block-mail input{
  border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    float: left;
    font-family: ralewayregular;
    font-size: 14px;
    height: 32px;
    padding: 6px 10px;
    width: 100%;max-width: 73%;
 }
 .row1-block-mail textarea{
  border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    float: left;
    font-family: ralewayregular;
    font-size: 14px;
    height: 120px;
    padding: 6px 10px;
    width: 100%;max-width: 100%;
 }
 .mail11 {
    background: rgba(255, 255, 255, 0.9) ;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);-o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    float: left;
    padding: 20px 20px 0px;
    width: 100%;margin-bottom:20px;
}
.icon-block-file {
    background: rgb(241, 241, 241) ;
    border: 1px solid rgba(0, 0, 0, 0.05);
    float: left;
    width: 100%;margin-bottom:20px;
}
.file-attact {
    float: left;
}
.file-attact.active{color:rgb(247, 160, 28);}
.file-attact i.fa.fa-save {
    background: rgba(0, 0, 0, 0) ;
    border-radius: 0;
    color: rgb(85, 85, 85);
    display: inline-block;
    font-size: 15px;
    margin-left: 0;
    padding: 0;
}
.save-btn11 > a {
    display: inline-block;
    width: 106px;
}
.save-btn11 {
    text-align: center;
    width: 100%;
}
.profile-img-block.Email-block-outer.top-margin-block {
    background: rgba(241, 241, 241, 0.5) ;
    float: left;
    margin-bottom: 26px;
    padding: 14px ;
    width: 100%;
}
.profile-img-block.Email-block-outer .profile-left-block {
    float: left;
    padding-left: 0;
    max-width: 630px;
}
.Email-left-box a i.mail {
    background: rgba(0, 0, 0, 0) ;
}


.browse-pop {
    float: left;
    padding-bottom: 100px;
    position: relative;
    text-align: center; background:#fff;width:100%;
}

.images-uploade-block {
    margin-top: 20px;
}

footer.abs-footer {
    bottom: 0;
    position: relative;
    text-align: center;
    top: auto;
}
.body{ height: 100%;}
.only-once {
    color: rgb(255, 255, 255);
    float: left;
    font-family: ralewaybold;
    font-size: 18px !important;
    padding: 8px 0 0;
    width: auto;
    margin:0px;
}
.profile-btn.btnsadd-a-group > input {
    display: inline-block;
    vertical-align: bottom;
}
.pop_inn {
    position: relative;
}
.errormsg {
    color: rgb(255, 0, 0);
    font-family: ralewayregular;
    padding-top: 3px;
    position: absolute;
    width: 100%;
}

element.style {
    display: block;
    position: fixed;
}
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
#filter1_newch {
    position: fixed !important;
}
.img-container {
    min-height: 300px;
}
.img-upld {
    display: inline-block !important;
    float: none;
    margin-top: 15px;
    width: auto;
}
/***************end*************************/
/***************upgrade-table*************************/
.upgrade-table {
    display: table;
    width: 100%;
}
.upgrade-row {
    width: 100%; display: table-row;
}
.upgrade-row:nth-child(2n) {
    background: rgba(241, 241, 241, 0.5) ;
}
.block-up2 {
    display: table-cell;
    width: 230px;
    font-family: ralewayregular;
    font-size: 18px;
    text-align: center;vertical-align: middle;
}
.block-up3 {
    display: table-cell;
    width: 260px;
    font-family: ralewayregular;
    font-size: 18px;
    text-align: center;vertical-align: middle;
}
.block-up4 {
    display: table-cell;
    width: 230px;
    font-family: ralewayregular;
    font-size: 18px;
    text-align: center;vertical-align: middle;
}
.block-up1 {
    display: table-cell;
    width: 424px;vertical-align: middle;
}
.heading1 {
    font-family: ralewaysemibold;
    height: 72px;
    text-transform: uppercase;
    vertical-align: middle;
}
.heading-inner.basic,.heading-inner.premium {
    background: rgb(227, 147, 23) ;
    border-radius: 3px 3px 0 0;
    color: rgb(255, 255, 255);
    height: 50px;
    margin-top: 24px;
    padding: 13px 0;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4a11e+0,d88a13+100 */
background: #f4a11e; /* Old browsers */
background: -moz-linear-gradient(top, #f4a11e 0%, #d88a13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4a11e 0%,#d88a13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4a11e 0%,#d88a13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a11e', endColorstr='#d88a13',GradientType=0 ); /* IE6-9 */
box-shadow: 0 2px 1px rgb(253, 184, 79) inset;-moz-box-shadow: 0 2px 1px rgb(253, 184, 79) inset;-webkit-box-shadow: 0 2px 1px rgb(253, 184, 79) inset;
}
.heading-inner.popular {
    background: rgb(227, 147, 23) ;
    border-radius: 3px 3px 0 0;
    color: rgb(255, 255, 255);
    height: 74px;
    padding: 22px 0;
    vertical-align: middle;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#419a41+0,419a41+100 */
background: #419a41; /* Old browsers */
background: -moz-linear-gradient(top, #419a41 0%, #419a41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #419a41 0%,#419a41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #419a41 0%,#419a41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419a41', endColorstr='#419a41',GradientType=0 ); /* IE6-9 */
box-shadow:0px 1px 1px rgb(137, 232, 246) inset;-moz-box-shadow: 0px 1px 1px rgb(137, 232, 246) inset;-webkit-box-shadow:0px 1px 1px rgb(137, 232, 246) inset;font-size:22px;
}
.txt-upgrade1 {
    color: rgb(34, 34, 34);
    font-family: ralewaysemibold;
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase;
}
.heading-inner.basic-txt {
    font-size: 14px;
    padding: 15px;color:#3b3b3b;
}
.btmshadow {
   border-bottom: 1px solid #f0efef;
}
.left-b {
     border-left: 1px solid #f0efef;
}
.right-b{
      border-right: 1px solid #f0efef;
}
.border-left-right{ border-left: 1px solid #f0efef;border-right: 1px solid #f0efef;}
.heading-inner.basic-txt > span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.cross-icon{color:#f00;}
.check-icon {
    color: #419a41;
}
.upgrade-table-res .upgrade-table {
    display: none;
    margin-bottom: 20px;
}
.bio-files .file-uploaded{padding:9px 2px;}
#investorFormContainer{left:0;background: none !important; }
.errstatus {
    display: block;
    margin-top: 10px;
}
.del-bt{text-align:center;}
#responceshow > strong {
    font-family: ralewaysemibold;
}
.del-p{max-width:300px;width:100%;}
.dashboard-new .box1_newch.delp {height: auto}
.file-uploaded a {
    padding: 0;
}
.delete5 a {
    margin-left: 10px;
}
.uploaded-img-block .file-uploaded{position:relative;}
.fa.fa-close.flclose {
    color: rgb(255, 0, 0);
    display: inline;
    padding-left: 5px;
}
#load {
    background: rgba(0, 0, 0, 0.4) ;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    left:0;
    z-index: 9999999999;
}
#load img {
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    
}
/***************end*************************/
/******************profile step2************/

.industries_heading.bold-heading-block {
    font-family: ralewaysemibold;margin-bottom:10px;
}
.radio.checkblock {
    margin-top: 0;
}
.checkblock .radio-btn-block {
    padding-top: 4px;
}
.full-profie-block {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
label.font-normal {
    font-family: ralewayregular;
    font-weight: normal;
}
0.steps-numbering{width:100%; float:left;}
.numbering-step11{width:25%; float:left; background: rgba(0, 0, 0, 0) url("../imgs/steps-bg1.png") repeat-x  left top ; background-size: 100% 49px;height:40px;text-align:center;border-right: 1px solid rgb(183, 183, 183);}
.numbering-step11:last-child{border-right:none;}
.numbering-step11 p {
    color: rgb(108, 108, 108);
    font-size: 14px;
    text-transform: uppercase;
}
.numbering-step11  p {
     display: inline-block;
    font-family: ralewaybold;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height:100%;
}
.numbering-step11  p b {
    font-family: "ralewaybold";
    font-size: 24px;
    padding-right: 9px;
}
.numbering-step11:hover ,.numbering-step11.active{  background: rgba(0, 0, 0, 0) url("../imgs/org.png") repeat-x  0 0 !important;background-size: 100% 46px !important;}
.numbering-step11:hover p ,.numbering-step11.active p{color:#fff;}
.steps-numbering {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-moz- box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-webkit- box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-o- box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-ms- box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 38px;
    width: 100%;
    float:left;
}
/*****************end**************/
/*************invitation popup************/
.send-invitation-inner{width:100%; padding:20px;background:#fff;}
.send-invitation-inner {
    float: left;
    text-align: left;
    width: 100%;
}
.btn-pop-inner-btm .pop_btn {
    display: inline-block;
     width: auto;
}

.btn-pop-inner-btm .pop_btn1 {
    display: inline-block;
    width: 120px;
    float: none;
}
.btn-pop-inner-btm .pop_btn img, .btn-pop-inner-btm .pop_btn1  img{height:30px;}
.pop_up_bottom.btn-pop-inner-btm {
    background: rgb(255, 255, 255) ;
}
.invite-popup .popupmain {
    top: 0;
}
.invite-popup .popup{max-width:435px;}

.home-reg .sf-controls.clearfix{ background:rgb(54, 54, 54)  !important;}
.sendprofile .pop_up_bottom.btn-pop-inner-btm {
    padding: 0;
    margin: 0;
	border:none;
}
/*************end*****************/
/***************user3 step2*********************/
.numbering-step11 a {
    
    display: inline-block;
    font-family: ralewaybold;
    height: 100%;
    width: 100%;

}
.numbering-step11:hover a, .numbering-step11.active a{color:#fff !important;}
.type-tb{width:100%; float:left;display:table;background:#fff;border:1px solid #f1f1f1;}
.type-row{width:100%; float:left;display:table-row; padding: 0px 0px;}
.check-type {
    display: table-cell;
    font-family: ralewayregular;
    font-size: 14px;
    width: 100px; padding: 10px 8px;
}
.main-type {
    display: table-cell;
    font-family: ralewayregular;
    font-size: 14px;
    width: 230px;vertical-align: top;padding: 10px 8px;
}
.main-dec {
    display: table-cell;
    font-family: ralewayregular;
    font-size: 14px;
    width: 400px;vertical-align: top;padding: 10px 8px;
}
.main-example {
    display: table-cell;
    font-family: ralewayregular;
    font-size: 14px;
    width: 400px;vertical-align: top;padding: 10px 8px;
}
.heading-row-user3{width:100%; float:left;
}
.heading-row-user3 .user-heading-3{ font-family: ralewaybold;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+23,eff1f2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 23%, #eff1f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 23%,#eff1f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 23%,#eff1f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff1f2',GradientType=0 ); /* IE6-9 */}

.type-row p {
    margin-bottom: 0;
}
.form-edit-profilt b.res-heading3 {
    display: none;
    font-family: ralewaybold;
    padding: 2px 7px 2px 0;
}
.type-row:nth-child(2n+1) {
    background: rgba(241, 241, 241, 0.5) ;
}
.cal-user3{position:absolute;right:10px;top:10px;}
.user-3 .checkblock .radio-btn-block {
    padding-top: 4px;
}
.user-3 .industry_description{line-height:21px;}
/*******************end**********************/

/****************************edit group start*****************************/

.group-left{
	margin-top:0px; border: 1px solid rgb(201, 199, 199); float:left; width:100%;
}
.sweet-group-main{
	float:left; width:100%; height:auto; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e4e4+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(231,228,228,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(231,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e4e4',GradientType=0 ); /* IE6-9 */
    padding: 11px 0px; padding-left:20px; padding-right:15px;
}
.sweet-group-main h4{
	float:left; width:auto; font-size:17px; color:#494948; font-family: ralewaybold; margin:0px;
	    margin-top: 4px;
}
.sweet-icon {
    float: left; font-size:18px !important; color:#494948; margin-right:10px;     margin-top: 4px;
}

.sweet-group-main a{
    border-radius: 5px;
    box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    vertical-align: top;
    background: #4d994d;
    background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857));
    background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 );
    text-align: center;
    font-family: ralewaysemibold; float:right;     margin-top: 4px;
} 
.group-left-contanr{
	float:left; width:100%; height:auto; padding:15px;
}
.group-porfile{
	float:left; width:100%; height:auto;
}
.group-img-div{
	float:left; width:30%; background-color:#fff; padding:3px;     box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.27); border-radius:5px;
}
.grop-pro-right{
	float:right; width:66%;
}
.grop-pro-right ul{
	float:left; width:100%; height:auto; margin-bottom:0px;
}
.grop-pro-right ul li{
	float:left; width:100%; font-size:13px; color:#5d5d5d;     margin-bottom: 3px;
}
.grop-icon{
	font-size:14px !important; color:#5d5d5d;     margin-right: 2px;
}
.grop-pro-outer{
	float:right; width:66%; height:auto;     margin-top: 5px;
}
.grop-pro-outer h4{
	float:left; width:100%; border-bottom:2px solid #d9d9d9; margin:0px;
}
.grop-pro-outer h4 span{
	    font-size: 15px;
    color: #de8806;
    font-family: ralewaysemibold;
    border-bottom: 2px solid #de8806;
    padding-bottom: 2px;
    float: left;
    position: relative;
    top: 2px;
}
.grop-pro-outer ul{
	float:left; width:100%;     margin-bottom: 0px;
    margin-top: 15px;
}
.grop-pro-outer ul li{
	display:inline-block;
}
.grop-pro-outer ul li figure span{
	font-size:12px; color:#494948; width:100%; text-align:center; display:block;     margin-top: 2px;float:left;
}
.grop-pro-outer.prof-grp-txt-show ul li figure span{font-family:ralewayregular;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.grop-pro-outer a{
	border-radius: 5px;
    box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    vertical-align: top;
    background: #4d994d;
    background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857));
    background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 );
    text-align: center;
    font-family: ralewaysemibold;
    float:left; margin-top: 15px;
}
.group-video{
	float:left; width:100%; border:1px solid #d1d1d1;     margin-top: 30px;
}
.cam-icon{
	float:left; font-size: 18px !important;
    color: #494948; margin-right:10px;
}
.group-video-head h4{
	margin-top:0px;
}
.group-video-ul{
	float:left; width:100%; height:auto; padding:15px;
}
.group-video-ul ul{
	float:left; width:100%; height:auto; margin:0px;
}
.group-video-ul ul li{
	display:inline-block; margin:4px 0px; margin-right:12px;
}
.grop-sher-div{
	float:left; width:100%; height:auto;     text-align: center;
}
.grop-sher-div input{
	display:inline-block; height:33px; border:1px solid #c4c4c4; border-radius:3px; width: 51%; vertical-align:middle; font-family: ralewayregular;
}
.grop-sher-div button{
	display:inline-block; vertical-align:middle; font-size:18px; color:#fff; background-color:#f7a01c; border:none;
	font-family: ralewaybold; text-transform:uppercase;     padding: 4px 26px;     border-radius: 7px;
	    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);     margin-left: 3px;
}
.group-video-ul p{
	float:left; width:100%; text-align:center; font-size:14px; color:#363636;     margin-bottom: 18px;
}
.group-free-join{
	float:left; width:100%; height:auto; border:1px solid #bebebe; margin-bottom:25px;
}
.group-free-head{
	float:left; width:100%; height:auto; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67c167+0,4f9e4f+100 */
background: rgb(103,193,103); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(103,193,103,1) 0%, rgba(79,158,79,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(103,193,103,1) 0%,rgba(79,158,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(103,193,103,1) 0%,rgba(79,158,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c167', endColorstr='#4f9e4f',GradientType=0 ); /* IE6-9 */
}
.group-free-head h4{
	float:left; width:100%; text-align:center; font-size:17px; text-transform:uppercase; color:#fff; font-family: 'ralewaysemibold';
}
.free-join-outer{
	float:left; width:100%; height:auto;     padding: 0px 20px; padding-top:15px;
}
.free-input{
	float:left; width:100%; height:auto;      margin-bottom: 12px;
}
.free-input input{ 
	float:left; width:100%; height:31px;     border: 1px solid #c4c4c4; border-radius: 3px; padding-left:12px; font-family: 'ralewayregular';
}
.free-join-check{
	float:left; width:100%; height:auto;
}
.free-join-check input[type=checkbox]{
	display:inline-block; vertical-align:middle; height:13px; width:13px; margin-top:0px;
}
.free-join-check span{
	font-size:12px; color:#5d5d5d; display:inline-block; vertical-align:middle; font-family: 'ralewayregular';
}
.free-join-check span a{
	color:#f7a01c; 
}
.free-btn{
	margin-top:17px;
}
.group-ul-listing{
	float:left; width:100%; height:auto; margin:0px; background-color:#f9f9f9; padding:15px;
}
.group-ul-listing li{
	float:left; width:100%; height:auto;     margin-bottom: 10px;
}
.group-ul-listing li:last-child{
	margin-bottom:0px;
}
.group-ul-listing li a{
	float:left; width:auto; font-size:13px; color:#5d5d5d;
}
.group-ul-listing li a:hover{
	color:#f7a01c;
}
.group-sidebar ul{
	margin-top:0px;
}
.group-img-div img{
	width:100%;
}

/****************************edit group end*****************************/


/**************************new group start*****************************/

.group-table-outer{
	float:left; width:100%;
}
.group-table-outer table{
	width:100%; border-collapse:collapse;
}
.group-table-outer table tr td{
	vertical-align:middle;     padding: 7px 20px;
}
.grup-tabe-pic{
	color:#479947; font-size:14px; font-family: 'ralewayregular';
}
.table-pic{
	float:none; display:inline-block; vertical-align:middle;
}
.group-table-outer table tr td h6{
	color:#868b98; font-size:14px; width:auto; display:inline-block; font-family: 'ralewayregular';
}
.group-table-outer table tr{
	border-bottom:1px solid #dde0e8;
}
.grup-table-link{
	color:#868b98; font-size:14px; background:url('../imgs/group-icon-2.png')no-repeat left center;   padding: 6px 0px;
  padding-left: 35px;
}
.grup-table-link:hover{
	background:url('../imgs/group-icon-2hover.png')no-repeat left center;
}
figure.user-pic.table-pic{
	max-width:50px;
}
.group-table-contanr{
	padding:0px;
}
.group-table-inner{
	float:left; width:100%; height:auto;
}
/**************************new group end*****************************/
/******************user4***************/
.or-form-section .photoandvideo.photoandvideo-new{left:0;}
.or-form-section .or.text-uppercase.ralewaybold {
    bottom: 0;
    font-size: 10px;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.radio-with-input .radio-btn-block {
    display: inline-block;
}
.user-3 .radio-with-input .industry_description {
    display: inline-block;
    line-height: 21px;
    padding-left: 0;
    text-align: left;
    width: auto;margin-bottom: 0;float:left; padding: 5px 0;
}
.input-block.relative.small-txt-block {
    display: inline-block;
    margin-left: 10px;
    max-width: 100px;float:none;margin-bottom:0px;float:left;
}
.user-3 .checkblock.radio-with-input .radio-btn-block {
   padding: 5px 0;float:left;padding: 8px 0;
}
/**************end*****************/
/***************user7***********/
.form-edit-profilt   .btn-browse{font-size: 18px;
    line-height: 18px;
    padding: 7px 0;}
.form-edit-profilt   .btn-browse:hover{color:#fff;}
/**************end*************/
.input-block.docshare input[type=file] {
    background: rgba(0, 0, 0, 0) ;
    border: medium none;
    padding: 0;
}
.user-block1 .user-pic > a {
    border: 1px solid rgb(241, 241, 241);
    display: inline-block;
    float: left;
    height: 44px;
    max-height: 44px;
    max-width: 50px;
    overflow: hidden;
    width: 44px;
}
/*********************end**********************/
/******** create group******/
.group-no-btm-padding{padding-bottom:0px;}
.btn-group{width:100%; text-align:center;}
/*********end*********/
/*************edit-group-detail*****/
.group-img-div  .hover-effectupload > img {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.group-porfile-edit .checkblock .radio-btn-block {
    margin-right: 0;
    padding-top: 3px;
}
.disclaimer{width:100%; margin-top:20px;}


.profile-img.group-img-div.hover-profile-image figure {
    max-height: 246px;
    overflow: hidden;
}
.input-block.docshare input[type=file] {
    background: rgba(0, 0, 0, 0) ;
    border: medium none;
    padding: 0;
}

/***********end**************/
/***********view partners*****************/
.view-all-partners .grop-pro-outer {
    padding: 10px 22px;
    width: 100%;
}
.view-all-partners .grop-pro-outer {
    margin: 0;
}
.view-all-partners .grop-pro-outer > ul {
    margin: 0;
}
.view-all-partners .grop-pro-outer ul li{margin-bottom:15px;}
.btn-view-all1{margin-top:10px;}
.match-user  .user-block1 p {
    font-size: 12px;
    margin-bottom: 5px;
}
.match-user  .user-block1 .grop-icon {
    font-size: 12px !important;
    }
.group-table-outer table tr:nth-child(2n) {
    background: rgba(241, 241, 241, 0.8) ;
}
/**************end*************/
/********************adv-search*************/
.adv-search {
    background: rgba(241, 241, 241, 0.7) ;
    float: left;
    padding: 20px 40px 0;
    width: 100%;
}
select{background-color:#fff;}
.adv-search .btn-group {
    text-align: center;
    width: 100%;
}
.adv-search .btn-group > a {
    display: inline-block;
    float: none;
    padding: 10px 0 0;
    width: 160px;
}
.advance-search-new1 .tab-block-1 {
    margin: 0;
}
.advance-search-new1 .industry_description {
    margin: 0;
}
.advance-search-new1 .radio.checkblock {
    margin: 0;
}
/**************end*****************/
.view-all-btn {
    float: left;
    text-align: right;
    width: 100%;
}
.dash-right1 .add-user-block  h2 {
    margin-top: 0;
}
.grop-pro-outer .user-pic > a {
 background: rgba(0, 0, 0, 0) ;
    border: 1px solid #dedede;
    display: inline-block;
    float: none;
    margin-top: 0;
    max-height: 58px;
    max-width: 58px;
    overflow: hidden;
}
.bloc-remove-btn > a {
    background: #f8a00f ;
    display: inline-block;
    font-size: 11px;
    margin: 3px;
    padding: 3px 5px;float:none;
}
.bloc-remove-btn  a:hover{ color:#fff !important;opacity:0.8;}
.view-all-partners .user-pic {
    border-radius: 5px;
    color: #222222;
    float: left;
    margin-right: 10px;
    max-width: 143px;
    overflow: hidden;
    text-align: center;
}
.sweet-group-main .mail {
    margin-right: 6px;
}
.group-ul-listing .fa.fa-angle-double-right {
    padding-right: 8px;
}
.dash-right1 {
    float: left;
    width: 100%;
}
/*******************email inbox***************/
.email_btn {
    float: right;
    width: auto;  padding: 4px 0 0;
}
.delete_btn {
    display: inline-block;
    width: auto;margin-left:5px;opacity:0.6;
}
.mark_read {
    display: inline-block;
    width: auto;margin-left:5px;opacity:0.6;
}
.mark_unread {
    display: inline-block;margin-left:5px;
    width: auto;opacity:0.6;
}
.email_btn input {
    display: inline-block;
    float: left;
    width: 23px;
}
.email_btn .delete_btn input {
    display: inline-block;
    float: left;
    width: 21px;
}
.delete_btn:hover,.mark_read:hover,.mark_unread:hover{opacity:1;}
.select-all-bock{width:auto; float:left;}
.select-all-bock  a {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
}
.select-all-bock  a:first-child{padding-left:0px;}
.select-all-bock1  a {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
}
.select-all-bock1  a:last-child{padding-right:0px;}
.date-short {
    display: inline-block;
    font-family: ralewayregular;
    font-size: 14px; padding: 0 10px;
}
.check-tick-all {
    float: left;
    width: 5%;
}
.sweet-right-tick {
    padding-left: 30px;
}
.icon-re {
    float: left;
    opacity: 0.6;
    padding-right: 10px;
    width: auto;
}
.icon-re:hover{opacity:1;}
/************************end******************/
/************open mail***********/
.btn-r-d-f a{background: none;width:17px;padding:0px;box-shadow: none;}
.btn-r-d-f .delete_btn  a{width:12px;}
.img-mail {
    float: left;
    margin-right: 10px;
    width: 56px;
}
.sweet-right-tick.open-sweet-mail > p {
    font-size: 13px;
    margin-bottom: 4px;
}
.sweet-right-tick.open-sweet-mail > p b {
   font-weight:normal;font-family: ralewaysemibold;
}
.sweet-right-tick.meassage-block {
    background: rgb(255, 255, 255) ;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 7px;
    margin-top: 10px;
    padding: 10px 16px;
    width: 100%;float:left;
}
.sweet-right-tick.open-sweet-mail {
     float: left;
    padding-left: 0;
    width: auto;
}
.email-first-block.openmail {
    border: medium none;
    box-shadow: none;
}
.email_btn-mew-reply {
    float: right;
    text-align: right;
    width: 100%;
}
.wid12{width:12px;}
.alert {
    font-family: ralewayregular;
}
/************end************/
.sweet-group-main .group_admin_status {
    color: #f8a00f;
    font-family: ralewaysemibold;
    font-weight: normal;
    margin: 2px 0;
}
.btn-group > input {
    vertical-align: bottom;
}

.search-mail {
    background: rgb(241, 241, 241) ;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.inner-searchmail {
    border-radius: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.inner-searchmail > input {
    font-family: ralewayregular;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    margin:0px;
}

.inner-searchmail .smail-btn {
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
}
.save-btn11 > input {
    vertical-align: bottom;
}
.mselect {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.mselect > select {
    background: rgb(255, 255, 255) ;
    max-width: 100% !important;
    width: 100%;
}
.madd-btn {
    float: left;
    text-align: center;
    width: 100%;
}
#emaillist > option {
  padding: 4px 0;
}

.save-btn11.save-btn12 {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.save-btn11.save-btn12  a {
  vertical-align: top;
  width: auto;
}

.cmail-files {
    background: rgba(241, 241, 241,0.5) ;
    border: 1px solid rgb(241, 241, 241);
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.cmail-files a {
  color: rgb(255, 0, 0);
  float: right;
}

.cmail-files .file-uploaded:nth-child(2n) {
    background: rgb(255, 255, 255) ;
}
.alert{    margin-bottom: 0 !important;}
.delete_btn input.mail-dbtn {
  vertical-align: top;
  width: 11px;
}
.Email-right-box {
    display: table-cell;
    vertical-align: top;
}
.inbox_show img {
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.Email-right-box {
    position: relative;
}

.inbox_show {
    background: rgba(0, 0, 0, 0.3) ;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    width: 100%;
}



/******************file sharing***************/
.file-sharing-search {
    float: right;
    position: relative;
    width: auto;overflow:hidden; border-radius: 2px;
}
.file-sharing-search  input {
    height: 35px;
    width: 230px; border-radius: 2px;border:1px solid #dedede;
}
.file-sharing-search input[type=image] {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
        padding: 0;
}
.email-first-block p.download-files {
    color: #222222;
    float: left;
    margin: 0;
    padding: 7px 0;
    width: auto;
}
.file-sharing-img {
    float: left;
    height: 65px;
    margin-right: 15px;
    overflow: hidden;
    width: 65px;
}
.file-sharing-outer .sweet-right-tick {
    padding-left: 85px;
}
.radio-block-sharing .radio-btn-block input {
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: top;
}
.radio-block-sharing  b {
    font-family: ralewayregular;
    font-weight: normal;line-height:14px;
}
.new-bb {
    color: #f7a01c;
    font-family: ralewayregular;
    font-size: 13px;
    font-weight: bold;
    padding-left: 7px;
}
.Investments h6 {
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 16px;
  letter-spacing: 1px;
}
.Investments {
  background: #57b857 ;
  float: left;
  padding: 0 20px;
  width: 100%;
}
.save-btn-file{width:100%; float:left;text-align:center; padding:15px 0px; background:#fff;}
.file-sharing-outer .sweet-right-tick {
    float: left;
    padding-left: 0;
    width: auto;
}
/*******************end****************/
/*****************view profile-sec****************/
.profile-img-block.Email-block-outer.top-margin-block.view-profile-block-sec  h2 {
    font-family: ralewaybold;
    font-size: 18px;
    margin: 0 0 15px;
}
.profile-add-block span {
    display: block;
    margin-bottom: 3px;
}
.profile-add-block span  i{margin-right:5px;}
.view-profile-block-sec h4 { font-family: ralewaysemibold;
    font-size: 15px;
    margin: 10px 0 10px;
}
.view-profile-block-sec {position:relative;width:100%; float:left;padding-bottom:0px !important;}
.online-abs {
  background: #57b857 ;
  color: #ffffff;
  font-family: ralewaybold;
  font-size: 15px;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
  top: 0;
}
.send-msg-sec{width:100%; text-align:center;float:left;margin-top:15px;}
.tab-block-1-sec-view .content-tab-left > h2 {
    font-family: ralewaysemibold;
    font-size: 20px;
    margin: 0 0 12px;
}
.vdo-con {
    background: #000000 ;
    height: 200px;
    width: 100%;
}
.Business-Groups{margin-top:40px; width:100%; floaT:left;}
.profile-img-block.Email-block-outer.top-margin-block.view-profile-block-sec {
    margin: 0;
}
/*****************end*********************/
/*******************************business-info-p-sec*****************/
.business-info-p-sec{width:100%; margin-bottom:20px;float:left;}
.business-info-p-sec h4{width:100%; margin-bottom:15px;float:left;}
.grop-pro-outer a.web-link {
    background: rgba(0, 0, 0, 0) ;
    box-shadow: none;
    color: #4d994d;
    float: none;
    padding: 0;
}
.business-info-p-sec i {
    margin-right: 9px;
}
.send-msg-sec a {
    display: inline-block;
    vertical-align: bottom;
}
.group-left-contanr.no-btm-padding {
    padding-bottom: 0;
}
/*************************end**********************/


	.group-table-inner h6 {
    margin-left: 10px;
    vertical-align: middle;
}
.group-table-contanr .user-pic.table-pic {
  border: 1px solid rgb(222, 222, 222);
  height: 52px;
  overflow: hidden;
  width: 54px;
}

.email_btn5 {
    float: right !important;
    padding-top: 5px !important;
    width: auto !important;
}
.Email-box.gmail-box {
    margin-top: 30px;
}
.gmail-box .img-mail {
  border: 1px solid rgb(222, 222, 222);
  float: left;
  height: 56px;
  margin-right: 10px;
  overflow: hidden;
  width: 56px;
}
.gmail-box .sweet-right-tick {
  padding-left: 70px;
}
.images-uploaded  a {
    border: 1px solid rgb(222, 222, 222);
    border-radius: 5px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    padding: 0;
    width: 80px;
}
.sweet-right-tick.meassage-block p {
    margin-bottom: 10px;
}
.mail-page .sweet-right-tick p {
    margin-bottom: 0;
}
.email_btn5 {
    padding-top: 0 !important;
    }
.sweet-right-tick.rpl-btn {
    position: relative;
}
.sweet-right-tick.rpl-btn .email_btn5 {
    bottom: 0;
    float: right !important;
    padding-top: 5px !important;
    position: absolute;
    right: 0;
    width: auto !important;
}
.sweet-right-tick.rpl-btn  p {
    padding-right: 75px;
}
.file-sharing-outer .sweet-group-main h4 {
   width: 100%;
}
/***********************advertise-with-us****************/
.advertise-with-us{width:100%;float:left;}
.dashboard-left.advertise-with-us {
    float: none;
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
}
.flat-free{display: table;
    float: left;
    width: 100%;}
.flat-free-add{
    display: table-cell;
    font-family: ralewaybold;
    width: 280px;vertical-align: top;background: #f1f1f1 ;}
.add-free-left {
    float: left;
    width: 100%; background: #f9b33f ;padding: 10px;  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);-moz-text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);-webkit-text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);-o-text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
.add-free-left p {
    font-family: ralewaysemibold;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
}
.add-free-right {
    float: left;
    width: 100%;margin-top:10px;
}
.add-free-right p{margin:0px; float:left;}
.add-free-right  p {
    color: #49a749;
    font-family: ralewaybold;
    font-size: 40px;
}
.add-free-right span {
    color: #ffffff;
    font-size: 17px;
}
.add-free-right sup {
    font-size: 23px;
}
.flat-free-add-txt{width:100%; float:left;padding:10px;}
.flat-free-add-txt  h2 {
    box-shadow: none;
    color: #555555;
    font-family: ralewaybold;
    font-size: 15px;
    margin: 10px 0 15px;
    text-shadow: none;
}
.group-left-contanr.advertise-with-us h2 {
    font-family: ralewaysemibold;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
}
.advertise-with-us .grop-pro-outer.business-info-p-sec {
    margin-bottom: 0;
}
.price {
    float: right;
    font-family: ralewayregular;
    font-size: 14px;
    font-style: normal;
}
.input-block.file-ad-upload input {
    background: rgba(0, 0, 0, 0) ;
    border: medium none;
    padding: 0;
}
.file-img-upload{width:100%;height:180px;border:5px solid #fff;box-shadow:0px 0px 3px rgba(0,0,0,0.5);float:left;margin:15px 0px;text-align: center;}
.input-block.file-ad-upload input[type=file]{
  margin-bottom: 20px;
  max-width: 203px;
  width: 100%;
  display:block;
}
/********************end****************/

/*****************new group start*******************/

.group-ul-new{
	float:left; width:48%; height:auto;
}
.group-ul-new h4{
	float:left;     color: #222222;
    display: inline-block;
    float: none;
    font-family: ralewaysemibold;
    font-size: 14px;
    text-transform: uppercase;
}
.group-ul-new-rigt{
	float:right; width:48%;
}
.grounp-new-btn{
	float:left; width:100%; height:auto; text-align:left;
}
.grounp-new-btn a{
	display:inline-block;
}
.acc-btn{
	    background: #57b857 url("../imgs/upload.png") no-repeat scroll 14px center;
    border-radius: 5px;
    box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
    vertical-align: top;
    background: #4d994d;
    background: -moz-linear-gradient(top, #4d994d 0%, #57b857 100%),url('http://www.skrenta.com/imgs/stackoverflow.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d994d), color-stop(100%,#57b857));
    background: -webkit-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: -o-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: -ms-linear-gradient(top, #4d994d 0%,#57b857 100%);
    background: linear-gradient(to bottom, #4d994d 0%,#57b857 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d994d', endColorstr='#57b857',GradientType=0 );
    text-align: center;
    font-family: ralewaysemibold;
}
.ign-btn{
	background: #57b857 url("../imgs/upload.png") no-repeat scroll 14px center;
    border-radius: 5px;
    box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
    vertical-align: top;
    background: #4d994d;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed8404+0,f79d0e+100 */
background: rgb(237,132,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(237,132,4,1) 0%, rgba(247,157,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(237,132,4,1) 0%,rgba(247,157,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(237,132,4,1) 0%,rgba(247,157,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8404', endColorstr='#f79d0e',GradientType=0 ); /* IE6-9 */
    text-align: center;
    font-family: ralewaysemibold;     margin-left: 5px;
}
.req-outer {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.ign-btn:hover{
	color:#fff !important;
}
.acc-btn:hover{
	color:#fff !important;
}
.group-ul-new-rigt p{
	margin-top:10px; float:left;
}
.rep-top-head{
	float:left; width:100%; height:auto;     margin-bottom: 20px;
}
.rep-top-head p{
	float:left; width:auto;     margin: 0px;
    margin-top: 5px;
}
.req-no{
	float:left; background-color:#57b857; height:20px; width:20px; border-radius:3px; text-align:center;
	margin-left: 8px;
    margin-right: 4px;
    margin-top: 6px;
}
.req-no h4{
	display:inline-block; margin:0px; font-size:12px; color:#fff;
}
.group-ul-new ul li p i{
	margin-right:5px;
}

/*****************new group end*******************/



/********************vdo-con************/
.Conference-add .add-btns-list {
    padding: 4px 6px;
    width: auto;
}
.file-viewer{width:100%; float:left;}
.file-viewer-left{ background: #f1f1f1 ;
    float: left;
    font-family: ralewayregular;
    font-size: 12px;
    padding: 30px;
    text-align: center;
    width: 50%;}
.file-viewer-right{width:48%; float:right;}
.file-viewer i {
  border: 2px solid;
  border-radius: 63px;
  display: inline-block;
  font-size: 49px;
  height: 100px;
  line-height: 52px;
  padding: 20px;
  text-align: center;
  width: 100px;opacity:0.6;
}
.file-view1-big {
    margin-bottom: 20px;
    opacity: 0.8;
    text-align: center;
    width: 100%;
}
.file-view1-big h2 {
    font-family: ralewaybold;
    font-size: 20px;
    margin: 10px 0 0;
    text-align: center;
}
.file-viewer-left > p {
    font-size: 13px;
    margin-bottom: 5px;
}
.box1-viewer{width:48%; float:left;height:137px;background: #f1f1f1 ;position:relative;margin-bottom:20px;}
.file-viewer .icon-mid-user {
  bottom: 0;
  display: inline-block;
  font-size: 21px;
  height: 40px;
  left: 0;
  line-height: 1px;
  margin: auto;
  padding: 17px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.stp-ply-pus {
    float: right;
}
.stp-ply-pus a{
    padding:0 5px;opacity:0.5;
}
.files-yours .file-uploaded {
    border: 1px solid #f1f1f1;
}
.files-yours .file-uploaded:nth-child(2n) {
    border: 1px solid #f1f1f1;background:#fff;
}
.finish a {
  display: inline-block;
  float: none;
  margin-bottom: 15px;
  padding: 0 3px;
}
.chat-block{width:100%; float:left;background: #f1f1f1 ;border:1px solid #f1f1f;margin-bottom:30px;border:1px solid #f1f1f1;border-radius:5px;overflow:hidden;}
.chat-inner{background: #f7a01c ;
    color: #ffffff;
    font-family: ralewaysemibold;
    font-size: 16px;
    padding:5px 10px;
    width: 100%;}
.chat-inner i{margin-right:10px;}
.chat-inner span{font-size:12px; float:right;padding:2px 0px;}
.chat-block-inner1{width:100%; padding:10px;float:left;background:#fff;min-height:100px;
}
.send-block{width:100%;padding:10px;}
.sen-btn {
  float: right;
  padding: 5px 0;
  width: 70px;
}
/***************end****************/
/****************************partner-mach-main-block**************/
.partner-mach-main-block .tab-block-1 {
  background: #ffffff ;
  margin: 30px 0px 0px;
  padding: 0;
}
.partner-mach-main-block .tab-block-1 li a{
    font-size: 12px;
    padding: 12px 11px;
}
.Partner-match-block1-inner{width:100%; padding:20px;}
.partner-mach-bk1{width:43%; float:left;min-height:130px;}
.partner-mach-bk1 .sweet-right-tick h2 {
    font-family: ralewaysemibold;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.partner-mach-bk2{width:55%; float:right;}
.partner-mach-main-block .grop-pro-outer1 a {
  background: #57b857 ;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
  padding: 4px 10px;font-family: ralewaysemibold;
  float:right;
}
.partner-mach-main-block .grop-pro-outer1 a:hover {
  color: #ffffff !important;
}
.partner-mach-bk2 > p {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}
.partner-mach-main-block .sweet-right-tick {
   padding-left: 78px;
}
.Partner-match-block1-inner {
  border-bottom: 1px solid #dedede;
  float: left;
  padding: 50px 20px 10px;
  width: 100%;position:relative;
}
.Partner-match-block1-inner.send-pts-block{padding-top:20px}
.Partner-match-block1-inner:last-child{border-bottom:none;}
.result-page.dir-psearch .Partner-match-block1-inner:nth-child(2n){background: #FFF6E5 !important;}
.partner-mach-main-block .grop-pro-outer1 a.not-interrested {
  background: #f7a01c ;
}
.email-first-block h2.pt-m-heading {
  float: left;
  font-family: ralewaysemibold;
  font-size: 17px;
  line-height: 16px;
  padding: 9px 0 0;
}
.partner-mach-main-block {
    float: left;
    width: 100%;
}
.tab-block-1 .pagination ul.pagintn {
  background: rgba(0, 0, 0, 0) ;
  border: medium none !important;
  margin-bottom: 0;
  width: 100%;
}
.tab-block-1 .pagination .pagintn li a, .tab-block-1 .pagination .pagintn  li span  {
  background: rgb(241, 241, 241) ;
    border: medium none;
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
}
.tab-block-1 .pagination .pagintn li:hover a ,.tab-block-1 .pagination .pagintn li.active a , .tab-block-1 .pagination .pagintn li.active span {   background: rgb(248, 160, 15) ;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    line-height: 17px;
    vertical-align: top;}
.tab-block-1 .pagination .pagintn  li{float:none;display:inline-block;vertical-align: middle; display: inline-block;width:auto;border-right: 1px solid rgb(215, 215, 215);}
.tab-block-1 .pagination .pagintn{width:100%; text-align:center; margin: 15px 0;}
.tab-block-1 .pagination{width:100%; float:left;}
/*******************end*************************/
/********************partner-more-block*************/
.tab-block-1  ul.partner-more-block li i{display:none;}
.grop-pro-outer1-more-partner{width:100%; float:left;}
.grop-pro-outer1-more-partner li {
  border-right: medium none;
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  padding: 0 7px;
}
.grop-pro-outer1-more-partner ul{width:100%; text-align:left;float:left;border:none !important;}
.grop-pro-outer.grop-pro-outer-partner-more.text-center > a {
    display: inline-block;
    float: none;
    margin: 0 0 20px;
    padding: 9px 20px;
    text-align: center;
}
.grop-pro-outer.grop-pro-outer-partner-more {
    float: left;
    width: 100%;
}
.partner-color {
      color: #f7a01c;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px !important;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.Investor-color {
  color: #50a150;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px !important;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.partner-mach-main-block .tab-block-1 a.remove-part {
    background: #999 ;

    color: rgb(255, 255, 255);
    font-family: ralewayregular;
    font-size: 10px;
    line-height: 10px;
    overflow: hidden;
    padding: 1px 2px 2px;
    position: absolute;
    right: 0;
    top: 0px;
     width: 12px;
}
.partner-mach-main-block .tab-block-1 a.remove-part1 {
  background: #f7a01c ;
  border-radius: 5px !important;
  color: #ffffff;
  font-family: ralewayregular;
  font-size: 10px;
  padding: 3px 10px;overflow:hidden;
}
.grop-pro-outer1-more-partner .user-pic {

    position:relative;
       border-radius: 0;
       margin-right: 0px;
}
.grop-pro-outer1-more-partner li {
    border: medium none !important;
    float: none !important;
    width: auto !important;
        vertical-align: top;
}
/**************end**************************/
.more_img {
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.partner-mach-main-block .tab-block-1 li figure a {
    font-size: 12px;
    padding: 0;
}
.fs-inv p {
    color: rgb(241, 143, 8);
    margin-bottom: 0;
}
.file-sharing-outer .sweet-right-tick > h2 {
    margin: 0;
    padding-bottom: 0;
}
.file-sharing-outer form .email-first-block {
  width: 50%;
  border-right: 1px solid #dedede;
}
.view-profile-block-sec .profile-img.hover-profile-image {
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  overflow: hidden;
  width: 100%;
}

.more_img {
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.partner-mach-main-block .tab-block-1 li figure a {
    font-size: 12px;
    padding: 0;
}
.fs-inv p {
    color: rgb(241, 143, 8);
    margin-bottom: 0;
}
.file-sharing-outer .sweet-right-tick > h2 {
    margin: 0;
    padding-bottom: 0;
}
.file-sharing-outer form .email-first-block {
  width: 50%;
  border-right: 1px solid #dedede;
}

/******************cross partner popup************/
.content-block-popup.popup-remove-partner figure {
    border: 3px solid #ffffff;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.4);
    display: inline-block;
    float: left;
    width: 100px;margin-right:10px;
}
.content-block-popup.popup-remove-partner figure img{width:100%;}
.content-block-popup.popup-remove-partner {
    padding: 20px;
    text-align: left;
}
.popup.remove-partner{width:380px;}
.popup.remove-partner .save-btn-nw {
    display: inline-block;vertical-align: bottom;
    width: 28%;
}
.popup.remove-partner .save-btn-nw img{width:100%;height:33px;}
.content-block-popup.popup-partner-send-msg {
    text-align: left;
    width: 100%;
}
.content-block-popup.popup-partner-send-msg figure{width:80px;float:left; margin-right:10px;margin-bottom:10px;}
.content-block-popup.popup-partner-send-msg {
  padding: 10px;
}
.form-send-message {
    float: left;
    width: 74%;
}
.form-send-message1{width:100%; float:left;}
.form-send-message1 .full-block {
    margin-bottom: 0;
}
.form-send-message1 .icon-block-file{padding:2px 10px;margin-bottom:10px;}
.save-btn-nw-sv{width:auto;display:inline-block;}
/*****************end***********************/
/*********************about-us********************/
.about-us {
    float: left;
    padding: 0px 0;
    width: 100%;color:#555555;padding: 50px 0;
}
.about-us .block-heading{color:#f9a010;margin-bottom: 30px;}
.about-us .abt-img > img {
    border: 3px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 4px -1px;
    float: left;
    margin-right: 20px;
    max-width: 244px;
    width: 100%;
}
.about-us.profile-sec {
    background: rgba(0, 0, 0, 0) url("../imgs/profile-sec.png") no-repeat fixed left top;
    background-size: cover;padding: 0px 0;
}
.profile-sec.about-us h1 {
  color: #ffffff;
}
.profile-sec-content {
    color: #ffffff;
    display: inline-block;
    width: 80%;
}
.abt-inner-ul > h2 {
  font-family: ralewaysemibold;
  font-size: 20px;
}
.abt-inner-ul li {
    width: 100%;
}
.abt-inner-ul li  i{margin-right:5px;}
.abt-inner-ul{margin-bottom:20px;}
.gradien{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
width:100%; float:left;padding: 50px 0;
}
.abt-inner-ul {
    float: left;
    width: 100%;
}

/*****************end*******************/
/************business hub****************/
.content-hub{width:100%; float:left;text-align:center;}
.content-block-hub{width:100%; float:left;margin:20px 0px 0px;}
.imges-top {
    float: left;
    position: relative;
    width: 100%;margin-bottom:30px;text-align:center;
}
.imges-top img {
    width: 100%;border:4px solid #fff;box-shadow: 0px 0 3px  rgba(0, 0, 0, 0.5);
}
.imges-top h2 {
    background: rgba(241, 156, 43, 0.7) ;
    bottom: 0;
    color: #ffffff;
    float: left;
    font-family: ralewaysemibold;
    font-size: 15px;
    left: 0;
    letter-spacing: 2px;
    margin: 0;
    padding: 11px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    width: 100%;border:4px solid #fff;border-top:none;height:55px;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;
}
.content-heading-main {
  float: left;
  font-family: ralewaysemibold;
  font-size: 16px;
  margin: 14px 0;
  text-align: center;
  width: 100%;
}
/*.imges-top:hover h2{height:100%;border-top:4px solid #fff;font-size:18x;line-height: 25px;}
.imges-top:hover h2 span{top:40%;position:relative;}*/
.vdo-block{width:100%;margin: 0 0 30px;padding:0px;}
.vdo-block h2{  float: left;
  font-family: ralewaysemibold;
  font-size: 16px;
  margin: 0 0 14px 0;
  text-align: center;
  width: 100%;}
 .vdo-main-inner{width:100%; float:left;margin-top:10px; text-align:center;}
/******************end***********/
/**************ceo**************/
.ceo-img{margin-left:10px; margin-right:0px;}
.ceo-page h3 {
    color: #f9a010;
    font-family: ralewaysemibold;
    font-size: 18px;
    margin-top: 30px;
}
.ceo-page{padding:65px 0px;}
/**************end**************/
/*************press news**********/
.press-news-heading {
   opacity:0;transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;
}
/*.imges-top:hover .press-news-heading {
    opacity:1;
}*/
.press-block h2{font-size:17px;}
.press-block h2 span ,.press-block h2 a{display:block;font-size:14px;color:#fff;}
/*************end*********/
.partner-mach-main-block .tab-block-1 ul {
    border: 1px solid rgb(222, 222, 222);
    float: left;
    margin-bottom: 0;
}
.input-block.file-ad-upload > .button_upload {
    float: left;
    width: 100%;
}
.send-msg-sec  input {
    vertical-align: bottom;
}
.popupnew.invite-popup.sendprofile {
  position: relative;
  z-index: 9999;
}
.more_img > img {
  width: 100%;
}
.rpart {
    display: inline-block;
    width: auto;
}
.rpart a{
  border-radius:5px 5px 0px 0px;
}
/***********thank you*********/
.about-us.thank-you-page  h3{font-family: ralewaysemibold;
    font-size: 24px;
    margin: 0 0 8px;}
.about-us.thank-you-page  p{margin-bottom:40px;}
.screenshort1{margin-bottom:20px;}
.bp-team {
    color: #f9a010;
    float: left;
    font-family: ralewaysemibold;
    width: 100%;
}
.about-us.thank-you-page2 {
    float: left;
    min-height: 400px;
    width: 100%;
}
/***********end********/
/*************result page*********/
.result-page .sweet-right-tick {
    padding-left: 0;
}
.result-page .sweet-right-tick {
    width: 65%;
}
.result-page .file-sharing-img {
    float: left;
    height: auto;
    margin-right: 15px;
    overflow: hidden;
    width: 29%;min-width:65px;
     position: relative;
}
.result-page .sweet-right-tick > h2 {
  float: left;
  width: 100%;margin-bottom:10px;
}
/**********end***********/

.pop2hover {
    background: rgb(247, 160, 28) ;
    border-radius: 19px;
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 11px;
    margin-left: 5px;
    padding: 5px;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);width: 23px;text-align:center;
}
.sweet-right-tick h2 span {
  color: rgb(87, 184, 87);
  font-size: 12px;
}
.partner-mach-main-block.result-page.tab-block-1 {
    margin-top: 0;
}
.sweet-right-tick h2 span.miles {
  color: rgb(247, 160, 28);
  font-family: ralewaybold;
  margin-left: 2px;
}
.partner-mail .btnsadd-a-group a.btn-cancel {
  background: rgb(153, 153, 153) ;
}

.content-block-popup.popup-partner-send-msg  figure {
    border: 1px solid rgb(241, 241, 241);
    height: 76px;position:relative;
}

.content-block-popup.popup-partner-send-msg figure::before {
  background: rgba(0, 0, 0, 0) url("../images/headno.jpg") repeat scroll 0 0 / cover ;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.popup-partner-send-msg img {
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999; float: left;
}
.form-send-message1 .sndfiles {
  background: rgb(255, 255, 255) ;
  float: left;
  margin: 10px 0;
  width: 100%;
}
.partner-mail .btnsadd-a-group a{color:#fff !important;}
.partner-mail .btnsadd-a-group a:hover{opacity:0.7;}
.send-msg .partner-mail .btnsadd-a-group a {
  background: rgb(247, 160, 28) ;
  color: rgb(255, 255, 255);
  display: inline-block;
  float: none;
  font-family: ralewaysemibold;
  font-size: 17px;
  height: 32px;
  margin-left: 10px;
  padding: 6px 19px;
}
.numbering-step11.deactive a {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.numbering-step11.deactive:hover{background:rgba(0, 0, 0, 0) url("../imgs/steps-bg1.png") repeat-x scroll left top / 100% 49px !important; opacity: 0.5;}
.numbering-step11.deactive:hover a{color:#000 !important;}
.select-all-bock1 a.newpartnr {
  color: rgb(81, 166, 81);
  display: inline-block;
  font-family: ralewaysemibold;
  padding: 7px 10px;
}
.ribbon-orange-search {
  background-color: rgb(238, 136, 34);
  
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
  font: bold 12px ralewayregular;
  left: -44px;
  padding: 3px 0;
  position: relative;
  text-align: center;
  top: 7px;
  transform: rotate(-224deg);
   -webkit-transform: rotate(-224deg);
  -moz-transform:    rotate(-224deg);
  -ms-transform:     rotate(-224deg);
  -o-transform:      rotate(-224deg);
  width: 120px;
}
.ribbon-wrapper-orange-search {
  height: 80px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 80px;
}



 .ribbon-orange-search span {
  display: inline-block;
  font-size: 10px;
  left: -3px;
  padding: 2px 0;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  top: 1px;
   transform: rotate(181deg);-moz-transform: rotate(181deg);-webkit-transform: rotate(181deg);-o-transform: rotate(181deg);-ms-transform: rotate(181deg);
}
.grop-pro-outer1 {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.img_outer_home {
  bottom: -3px;
  float: right;
  font-size: 17px;
  margin-top: 0;
  position: absolute;
  right: 2px;
  width: 15px;
}
.Email-right-box .profile_found {
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: auto;
}
.Email-right-box .profile_inv1{width:auto;padding-left:0px;}
.Email-right-box .profile_inv {
 
  color: rgb(85, 85, 85);
  float: left;
  font-size: 14px;
  line-height: 23px;
  margin: 3px 0;
  padding: 0 10px;
  width: auto;
}
.Email-box.file-sharing-outer.search-page {
  margin-bottom: 30px;
}
.Email-box.file-sharing-outer.search-page .email-first-block{padding:0px;background:#fff !important;}
.Email-box.file-sharing-outer.search-page .email-first-block h2{background: #f1f1f1;padding:10px;margin:0px;}
.Email-box.file-sharing-outer.search-page a{ text-decoration: none !important;}
.partner-mach-main-block .grop-pro-outer1 a.bpartreqsnt {
  background: rgb(153, 153, 153) ;
  cursor: not-allowed;
}
.alert.alert-danger.main-danger h2 {
  font-family: ralewaysemibold;
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}
.alert.alert-danger.main-danger p {
  font-family: ralewaysemibold;
  font-size: 16px;
}
.alert.alert-danger.main-danger ul {
  border: medium none;
  float: left;
  width: 100%;padding:0px 15px;
}
.alert.alert-danger.main-danger li {
  border: medium none;
  float: left;
  padding: 5px 0;font-size:14px;
  width: 100%;
}
.alert.alert-danger.main-danger span {
  display: inline-block;
  font-family: ralewayregular;
  font-size: 14px;
  margin-top: 18px;
}
.alert.alert-danger.main-danger{margin-bottom:15px !important;float:left;width:100%;}
.content-block-popup-new.text-left {
  padding: 16px 25px 0;
}
.existing_membership_package {
  background-color: rgb(230, 150, 24);
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-family: ralewayregular;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 11px;
  text-align: center;width:100%; float:left;
}
.upgrd-alert .account_updated_successfully1 {
  font-family: ralewaysemibold;
  font-size: 18px;
  margin: 0 0 10px;
}
.upgrd-alert1 .account_updated_successfully1 {
  font-family: ralewaysemibold;
  font-size: 18px;
  margin: 0 0 0px;
}
.upgrd-alert1 {margin-bottom:30px !important;}
.upgrd-alert {
  float: left;
  margin: 0 0 30px !important;
  width: 100%;
}
.video_faq_new {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.rock-img img {
  height: 100%;
  width: 100%;
  float:left;
}
.search-btn-new1 input {
  padding-right: 0;
}
.how_bus  a ,.how_bus1  a {
  background: rgb(81, 167, 81) ;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: ralewaysemibold;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 5px;
}
.how_bus,.how_bus1 {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}
.buss_team .sweet-right-tick7  h2 {
  color: rgb(247, 160, 28);
  font-family: ralewaysemibold;
  font-size: 22px;
  margin: 0 0 15px;
}
.buss_team .file-sharing-img {
  border: 3px solid rgb(255, 255, 255);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  float: left;
  height: 198px;
  margin-bottom: 10px;
  margin-right: 15px;
  max-width: 188px;
  overflow: hidden;
  width: 100%;
}
.Partner-match-block1-inner.buss_team .sweet-right-tick7 {
  padding-left: 0;
}
.buss_team .profile-add-block  span {
    margin-bottom: 15px;
}
.we_offer_ul li {
  padding: 5px 0;
  width: 100%;
}
.we_offer_ul li i{margin-right:5px;}
.we_offer {
    font-family: ralewaysemibold;
}
.we_offer_ul {margin-bottom:20px;width:100%; float:left;}
.how_bus1 h3 {
  margin: 10px 0px 20px;
}
figure.abt-img {
  margin-bottom: 17px;
  float: left;
}
.result-page .file-sharing-img figure {
  background: rgba(0, 0, 0, 0) url("../images/headno.jpg") repeat scroll 0 0 / 100% auto;
  height: 101px;
  overflow: hidden;
  width: 103px;
}
.result-page .file-sharing-img figure a{width:100%; float:left;height:100%;}
.result-page .file-sharing-img figure a img{width:100%;height:100%;}
figure.rock-img {
    background: rgba(0, 0, 0, 0) url("../imgs/nogroup.png") repeat scroll 0 0 / 100% auto;
}
figure.rock-img > a {
    float: left;
    height: 100%;
    width: 100%;
}
.user-pic.table-pic > img {
  height: 100%;
  width: 100%;
}
.user-pic.table-pic {
  background: rgba(0, 0, 0, 0) url("../imgs/nogroup.png") repeat scroll 0 0;
}

.photoandvideo .upload-note.ralewayregular.text-left {
  float: left;
}
.prof_ref {
  background: rgb(241, 241, 241) ;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.referance_box_center {
  border-radius: 5px;
  float: left;
  width: 100%;
}
.prof_ref_div {
  border-bottom: 1px solid rgb(222, 222, 222);
  padding: 10px 20px;
  position: relative;
}
.prof_del_btn {
  position: absolute;
  right: 10px;
  top: 9px;
}
.prof_ref h5 {
  color: rgb(247, 160, 28);
}
#boxes #dialog1 {
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
}
.links_body .url {
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
    margin-top: 10px;
    overflow: hidden;
    width: 47%;
}
/****************faq******************/
.faq .privacy-block1 {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}
.faq {
  background: #fafafa ;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  display: table;
  float: left;
  width: 100%;
}
.privacy-inside1 {
  font-family: ralewayregular;
}
.block-open-txt {
  background: #fff ;
  margin: 0;
  padding: 10px 20px;
}
.faq .num-p {
  left: 10px;
  position: absolute;
  top: 14px;
}
.faq .privacy-top {
  position: relative;  padding-left: 44px;line-height: 21px;cursor:pointer;
}
#captchaimg {
  margin: 0 0 10px;
  padding: 0 !important;
}
small.lable_long {
  color: rgb(85, 85, 85);
  font-family: ralewayregular;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}
.tr_serv {
  background: rgb(241, 241, 241) ;
  float: left;
  font-family: ralewaysemibold;
  margin: 30px 0 0;
  padding: 9px 10px;
  text-align: center;
  width: 100%;
}
.chr_thanku .tab-block-1, .chr_thanku .pagintn {
  margin: 0 !important;
}
.feed_thanku .thank-you-Heading {
  float: left;
  margin-bottom: 30px !important;
  width: 100%;
}
figure.bp-img {
  float: left;
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
.about-us.bpsearch_th {
    min-height: 559px;
}
.page_404 h2 {
  font-size: 332px;
  text-align: center;
  color: #F1AD3D;line-height:232px;
}
.page_404 h2 i {
  display: block;
  font-family: ralewaysemibold;
  font-style: normal;
}
.page_404 h2 span {
   color: rgb(0, 0, 0);
    display: block;
    float: left;
    font-family: ralewayregular;
    font-size: 30px;
    line-height: 114px;
    width: 100%;
}

.page_404 h2  i b {
    color: #51A751 !important;
}
.remember_me_checkbox.lpage {margin-right:5px !important;height: auto !important;margin-top:2px !important; font-family:ralewayregular !important;}
.dynmc-cont {
  float: left;
  width: 100%;
}
.scrollable_div3 .user-block1 > h2 {
    margin-bottom: 3px;
}

/*****************end***************/
/**********************upload 10 images********/
.image-upload10{width:100%; float:left;}
.img1-primary {
  height: 100px;
  margin: 10px;
  max-width: 100px;
  position: relative; display: inline-block;
  overflow: hidden;
}
.input-radio-primary {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 12px;
  left: 0;
  line-height: 14px;
  padding: 4px 2px;
  position: absolute;
  text-align: left;  width: 100%;
  
}
.input-radio-primary  input {
  margin: 0 !important;
  vertical-align: top;
}
.popup.investor-popup.upload.images-upload-primary {
  max-width: 645px;
  opacity:1;
}
.images-upload-primary .content-block-popup {
  padding: 20px;
}
.profile-upload-img11{width:100%; background: #f7f7f7 ;padding:0px; margin:20px 0px; text-align: center;float:left;}
.profile-upload-img11 .img1-primary {
  display: inline-block;
  height: auto;
  max-height: 65px;
  overflow: hidden;
  width: 9%;text-align:center; vertical-align: bottom;
}
.profile-upload-img11 .img1-primary {
  display: inline-block;
  height: auto;
  margin: 10px;
  max-height: 65px;
  overflow: hidden;
  width: 7%;
}
.remove_image.fa-close{
  cursor: pointer;
  background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;
	color: #444444;
	right: 4px;
    top: 0px;
	padding: 3px;
	position: absolute;
	top: 1px;display:none;
}
.image{position:relative;}

.image > div{background-color: rgba(0, 0, 0, 0.5);
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    float: none;
    left: 0;
    margin: 0 auto;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    width: 89%;
}
.image:hover > div, .image:hover > i {display:table;}

.make-pr:hover , .remove_image.fa.fa-close:hover {
    color: #f8aa34;
}
.slick-slide .image{ border: 1px solid #dedede; margin: 10px;  padding: 5px;}

.slick-slide img { border: 5px solid #ffffff;display: block; width: 100%;}

.uploaded-img-block .fa.fa-close.flclose {
  cursor: pointer;
}
#boxl_fileupload {  z-index: 9999 !important;}
#filter_fileupload {z-index: 999 !important;} 
.sf-wizard button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 7px;
  width: 100% !important;
  font-family:ralewaysemibold;
  border: 2px solid rgba(0, 0, 0, 0.6);
}
.ui-multiselect-checkboxes li {font-size: 14px;}
.errstatus{float:left}
/*******************end***************/

/****************** mob-profile ****************/

.mob_profile_outer{
	display:table;
	width:100%;
}
.pro_left{
	display:table-cell;
	width:104px;
}
.pro_img{
	width:104px;
	height:104px;
	border:3px solid #fff;
	overflow:hidden;
	box-shadow:0px 0px 1px 0px #aaa;
	display:inline-block;
	position:relative;
}
.pro_img a{display:block;background-color:rgba(0,0,0,0.5);color:#fff;font-size:12px;text-align:center;position:absolute;left:0px;bottom:0px;width:100%;}
.pro_img a img{
	margin:0px 4px;
}
.partner_mail{
	display:block;
	background:#f7a01c;
	color:#fff;
	font-size:11px;
	border-radius:3px;
	font-family: ralewayregular;
	padding:3px 5px;
	position:relative;
}
.partner_mail span{width:15px;height:15px;display:inline-block;background:#e80505;color:#fff;font-size:11px;border-radius:10px; text-align:center;
position:absolute;right:-5px;top:-5px;
}
.partner_mail img{
	margin-right:3px;
}
.pro_right{
	position:relative;
	display:table-cell;
	padding-left:10px;
	vertical-align:top;
	padding-top:35px;
}
.pro_right p{
	display:block;
	font-size:13px;
	color:#444;
	font-family: ralewayregular;
	margin-bottom:2px;
}
.pro_right i{margin-right:5px;}
.pro_complete{
	position:absolute;
	right:0px;
	bottom:6px;
	width:73px;
}
.pro_complete p{
	background:#eeeeee;
	display:block;
	padding:5px 0px;
	text-align:center;
	border-radius:3px 3px 0px 0px;
	margin-bottom:0px;
}
.pro_complete a{
	background: #f7a01c none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: ralewayregular;
    font-size: 12px;
    padding: 3px 5px;
}
.pro_dis{
	display:block;
	color: #444;
    display: block;
    font-family: ralewayregular;
    font-size: 12px;
    border-top:1px solid #ddd;
    margin-top:10px;
    padding-top:10px;
}
.social_outer a br{
	display:none;
}
.social_outer{
	display:block;
	margin:10px 0px 0px;
}
.social_outer a{
	display:inline-block;
	font-size:12px;
	width:32%;
	background:#626161;
	color:#fff;
	line-height:16px;
	padding:5px 10px;
	border-radius:3px;
	position:relative;    margin-bottom: 4px;
}
.social_outer a:hover{background:#f7a01c;color:#fff!important;}
.social_outer a i{position:absolute;right:5px;top:5px;}

h1.mob-head, .mob-head span{
	background-image:none !important; font-size:16px !important; font-family: 'ralewayregular'; position: relative !important;
    top: -3px;
}
h1.mob-head{top:0px;}
.mob-head-height{
	    padding: 7px 0px;
}
.mob-add-head{
	float:left; width:100%; height:auto;    border-bottom: 2px solid #f7a01c;    padding-bottom: 5px; margin-bottom: 15px ;position: relative;
}
.mob-add-head h2{
	float:left; width:auto;    color: #222222;
    font-family: ralewaysemibold;
    font-size: 15px;
    margin: 0px;
     padding-right: 50px;
}
.mob-add-head a{
	float:right; background-color:#f7a01c; color:#fff; font-size:12px;     padding: 4px 7px;
    position: relative;
    top: 7px;
}
.mob-block-outer{
	float:left; width:100%; height:auto; position:relative; padding:0px 15px; text-align:center;height: 120px;overflow: hidden;
}
.mob-left-arrow{
	position:absolute; top:0px; bottom:0px; margin:auto; left:0px; width:14px; height:17px;
}
.mob-right-arrow{
	position:absolute; top:0px; bottom:0px; margin:auto; right:0px; width:14px; height:17px;
}
.mob-block-outer .user-block1{
	float:none; display:inline-block;    width: auto;
}
.mob-block-outer .user-block1 .user-pic{
	float:none; display:inline-block; margin-right:0px;
}


/****************** mob-profile ****************/


/****************** mob-profile 2****************/

.part-listing{
	float:left; width:100%; height:auto;
}
.part-listing ul{
	float:left; width:100%; height:auto; margin:0px;
}
.part-listing ul li{
	float:left; width:100%; height:auto; border-bottom:1px solid #dddddd; position:relative; min-height:61px;
}
/*.part-listing ul li{
	float:left; width:100%; height:auto; border-bottom:1px solid #dddddd; position:relative; min-height:67px;
}

  .part-list-img{
	position:absolute; top:5px; left:0px; height:56px; width:56px; border-radius:50%; overflow:hidden; left:12px;
}
*/
.part-list-img {
  border-radius: 50%;
  height: 44px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  width: 44px;
}

.part-list-icon{
	position:absolute; top:13px; right:0px; width:45px; height:auto; right:12px;
}
/*.part-list-contant{
	float: left;
    margin-top: 12px;
    padding-left: 77px;
    padding-right: 64px;
    width: 100%;
}*/
.part-list-contant {
  float: left;
  margin-top: 20px;
  padding-left: 68px;
  padding-right: 64px;
  width: 100%;
}
.part-list-contant h4{
	float:left; width:100%; margin:0px; font-size:16px; color:#444444; font-family: 'ralewaysemibold'; margin: 0 0 3px;
}
.part-list-contant p{
	float:left; width:100%; margin:0px; font-size:11px; color:#999999; font-family: 'ralewayregular'; line-height: 13px;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all:hover {
    border: 2px solid #ffffff !important; background-color:#f8a00f none repeat scroll 0 0 !important;
    border-radius:5px !important;
}
.sf-wizard button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
  background-color: #ffffff;
  background-image: url("../imgs/select-arrow-new.png");
  background-position: 97% 15px;
  background-repeat: no-repeat;
  background-size: 10px 5px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  font-family: ralewaysemibold;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-top: 7px;
  width: 100% !important;
  border-radius: 5px;
}

  .sf-wizard button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.ui-state-hover{ background-image: url("../imgs/select-arrow-new.png") !important;
  background-color:#f8a00f !important;
  background-position: 97% 15px !important; background-repeat:no-repeat !important; border-radius: 5px;}

.hover-effectupload{ display:none;}
.profile-img:hover .hover-effectupload{ display:block;}
.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 388px !important;
    z-index: 999999999 !important;
}

.form-send-message1 .sndstatus > img {
    width: 85px;
}

.form-send-message1 .sndstatus {
    display: inline-block;
    width: 100%;
}
.prof-busimgs .slick-slider{margin-bottom: 15px;}
.prof-busimgs.how-it-work-vontent-inner{padding-left:25px;margin-bottom:35px;}
.prof-busimgs .more-images a {
  background: rgb(79, 161, 79) none repeat  0 0;
  border-radius: 5px;
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.6), 0 -2px 2px 0 rgba(255, 255, 255, 0.5) inset;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
}
.mob_profile_outer   a:hover {color: rgb(255, 255, 255) !important;}
.mob-block-outer .user-block1 > h2 {  font-size:12px; display: block;}
.miles_away{font-family:ralewaysemibold;}
#partner_may_skillsetshow.mob-block-outer {  height: 110px;}
.mob-rloader-cont{position: relative;margin-top:40px; text-align: center;    width: 100%;float:left}
.mob-rloader {
  background: rgb(247, 160, 28) none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  font-family: ralewaysemibold;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.mob-rloader:hover {
  color: #fff !important;
}

.mob_profile_outer .pro_img > input.mob_upload {
  bottom: 0;
  cursor: pointer;
  height: 19px;
  left: 0;
  opacity: 0;
  position: absolute;
}


/****************** mob-profile 2****************/


/***************mobile css 24-Dec-2015*******************/


.mob_profile_outer .fa.fa-angle-down {
  cursor: pointer;
}


.bussiness_btn {
    float: left;
    margin: auto;
    text-align: center !important;
    width: 100%;
    border-bottom: 1px solid rgb(201, 199, 199);
}
.bussiness_btn > a{
  background: #f7a01c none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: ralewaysemibold;
    font-size: 17px;
    height: 34px;
    margin-right: 8px;
    padding: 7px 26px;}


.bussiness_btn > a:hover{
  color:#fff !important;
}
.bussiness-outer-info{margin-top:19px;}
 
/***********mobile end***********/
.anchor-mobile a{background:none ;font-weight:normal; color: rgb(85, 85, 85);font-family: ralewayregular;padding : 0px ; box-shadow:none;}
.btnsadd-a-group .unread-mail {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 12px;
  left: 0;
  margin-left: 5px;
  position: absolute;
  top: 3px;
  width: 17px;
}
.profile-img-block .pend-req {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 50px;
  left: 37px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 20px;
}
.pend-req > a {
  color: #ffffff;
  float: left;
  height: 100%;
  width: 100%;
}
.mob-slick-slider{float:left;width:100%;height:115px;margin-bottom:0px!important;}
.mob-slick-slider .slick-track{height:auto;}
.mob-add-user-block{margin-bottom:0px;}
.mob-slick-slider .user-block1 h2 { float: left;  width: 100%;margin: 0 0 5px;}
.mob-slick-slider .user-block1 .user-pic{  float: none;display:inline-block}
.mob-slick-slider .user-block1 {  text-align: center;}
.mob-slick-slider .slick-prev{left:-17px!important;}
.mob-slick-slider .slick-next{right:-17px!important;}
.mob-slick-slider .slick-prev, .mob-slick-slider .slick-next{height:36px;width:36px;z-index:10;}
.mob-slick-slider .miles_away{float:left;text-align:center;margin-bottom:5px;margin-top:-3px;}
.mob-slick-slider.may-area{height:140px;}
.form-edit-profilt .input-block > .usr-services{height:150px;}
.input-block option{padding:5px}

.check-tick-all {
    position: relative;
    z-index: 99999;
}

.sub-services { margin-left: 25px; margin-top: 10px;}
.sub-services p {  font-family: ralewayregular;  line-height: 14px;  margin-bottom: 6px;}
/***********************testimonial**************************/

.testimonial-half{width:49%; float:left;margin-bottom:20px;}
.Email-box.testimonial-outer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    float: none;
    margin: 0 auto;
    max-width: 900px;
}
.testimonial-half .file-sharing-img{width:100px;height:100px;}
.testimonial-half-main .sweet-right-tick {
    padding-left: 0;
}
.testimonial-half-main .email-first-block{ background: #f8f8f8 none repeat scroll 0 0;padding:20px 20px 0px;border-bottom:0px solid #dedede;}

.testimonial-half-main .email-first-block h2{font-size:16px;}
.testimonial-half-main .sweet-right-tick p {
    height: 44px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.link-read-more-main a{color:rgb(87, 184, 87);}
.testimonial-outer .img-of-user {
    border-radius: 90px;
    display: inline-block;
    height: 150px;
    overflow: hidden;
    width: 150px;
}
.testimonial-outer .content-heading-main {
    color: rgb(242, 174, 62);
}
.content-hub.testimonial-outer {
    float: none;
    margin: 0 auto;
    max-width: 800px;
}
/*****************new testimonial************/
.testimonial-full {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.testimonial-full p {
    color: rgb(85, 85, 85);
    font-family: ralewayregular;
    font-size: 14px;
}
.testimonial-images{width:100%;float:left;text-align:center;}
.block-images1{width:47%; float:left;}
.block-images1 figure {
    border: 4px solid rgb(255, 255, 255);
    border-radius: 117px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 100px;
    overflow: hidden;
    width: 100px;
}
.block-images1 img {
    border: 2px solid rgb(0, 0, 0);
    display: inline-block;
    float: left;
    left: -5px;
    min-width: 106px;
    position: relative;
    top: -5px;
    width: 100%;
}
.testimonial-full p {color: rgb(85, 85, 85);
    font-family: ralewaysemibold;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;}
.quote1 {
    color: rgb(248, 164, 26);
    font-size: 20px;
    padding: 0 14px;
}
.testimonial-images .name {
    font-family: ralewaysemibold;
    font-size: 15px;
    padding: 5px 0;
}
.user-type-i {
    font-family: ralewayregular;
    font-size: 14px;
}
.common-comment-block{width:100%; float:left;padding:20px;background: #fff;border-radius:0px;border:1px solid #f1f1f1;border-top:2px solid #F8A41A;  color: rgb(34, 34, 34);
    font-family: ralewayregular;
    font-size: 15px;
    line-height: 25px;}
.testimonial-images.arrow-active{margin-top:10px; height: 17px;
}
.testimonial-images .fa-caret-up.fa {
    font-size: 44px;
    line-height: 18px;color: #F7A01C; 
}
 .common-comment-block span {
    color: rgb(247, 160, 28);
    float: left;
    font-family: ralewaysemibold;
    font-style: italic;
    margin-top: 14px;
    text-align: right;
    width: 100%;
}
.testimonial-full-detail .vdo-main-inner {
    margin-bottom: 20px;
    margin-top: 20px;
}
.slide-thumbs {
  bottom: 1px;
  float: left;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 90%;
}
.tstmnl {
  float: left;
    padding: 0 7px;
    text-align: center;
    width: 25%;
}
.tstmnl  a {
    border: 4px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    max-width: 78px;
}
.tstmnl  a:hover {
    border: 4px solid rgba(255, 255, 255, 1);
    display: inline-block;
   
}
.tstmnl img {
    width: 100%;
}
.slide-thumbs{display:none;}
.bp-tooltip {font-family: ralewaysemibold;}
.fsrspns  span {    font-family: ralewaysemibold;}
.fsrspns {    font-family: ralewayregular;}

.full-block p.toggle-acc {
    background: rgba(241, 241, 241, 0.5) ;
    border: 1px solid rgb(241, 241, 241);
    margin-bottom:0px;cursor: pointer;  padding: 7px 15px 7px 29px; position: relative;
}
.fa-help-i {
  bottom: 0;
    float: left;
    left: 9px;
    margin: auto;
    padding-right: 0;
    position: absolute;
    top: 9px;
    width: 21px;
}

.lg-block {
  background: rgb(248, 160, 55) none repeat scroll 0 0;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: ralewayregular;
}
.toggle-acc-inner {
  float: left;
  padding:15px 15px 0;background: rgb(255, 255, 255) ;
  width: 100%;
}
.lg-block .toggle-acc-title{margin-bottom:0px;}
.ui-multiselect-checkboxes li { width: 100% !important;}
.mis-exp-cont {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-radius: 5px;
  border-top: 3px solid rgb(249, 170, 39);
  float: left;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}
.mis-exp-cont::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(248, 160, 15);
  border-style: solid;
  border-width: 14px;
  content: "";
  left: 67px;
  position: absolute;
  top: -30px;
  z-index: 1;
}
.mis-exp-cont  ul {
  margin: 9px 0;
  max-height: 109px;
  overflow: auto;
}
.mis-exp-cont li {
  padding: 2px 20px;
}
.mis-exp-cont p {
  margin: 0;
}
.mis-exp-cont span {
  color: rgb(248, 160, 15);
  font-family: ralewaysemibold;
  margin-right: 10px;
}
.mis-exp-cont li:nth-child(2n) {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
}
.mstatment-maincon {
  position: relative;
  width: 100%;
  float:left;
}

.radiotxt span.mexam-txt {
    cursor: pointer;
    display: inline-block;
    padding-left: 10px; position: relative;
    z-index: 3;
}
.image.tstmnl-new {
  border: medium none;
}

.tstmnl-new img{ border-radius: 50%;}

.slider-cont .slick-slider {
    margin-bottom: 0px;
}
/*.slider-cont .slick-prev::before, .slick-next::before{ color:#fff !important;}*/

.col-lg-12.col-md-12.col-sm-12.col-xs-12.press-block {
   float: left;
    margin: 0 9%;
    width: 83%;
}

.tb-image {
  display: table;
  height: 124px;
  vertical-align: middle;
}
.tb-cell-img {
  display: table-cell;
  vertical-align: middle;
}
/*
.press-block:nth-child(2n) .abt-img.ceo-img {
  margin-left: 0;
  margin-right: 34px;
}
.press-block:nth-child(odd) .abt-img.ceo-img {
  margin-right: 0;
  margin-left: 34px;
}
*/

.press-block .tb-image {
  display: table;
  height: 124px;
  min-width: 250px;
  vertical-align: middle;
}

.tb-cell-img > img {
  max-width: 225px;
}
.press-block:nth-child(2n+1) {
  background: rgba(241, 241, 241, 0.5) none repeat scroll 0 0;
}
/************************end********************/
.intl-tel-input .selected-flag {
    height: 100% !important;
 }
 .intl-tel-input .selected-flag .iti-flag {
    bottom: 0 !important;
    margin: auto !important;
    position: absolute !important;
    top: 0 !important;
}
.form-heading.new-steps.active-new {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../imgs/step-after111.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100% 42px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.lead-gen {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    float: left;
    padding: 10px 15px;
    width: 100%; margin-bottom: 20px;
}
.form-edit-profilt label.lead-gen-label {
  font-size: 18px;
  margin-bottom: 0;
}

.full-block.lead-gen-label-outer {
    margin-bottom: 10px;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0) !important;
}
.sf-step  fieldset {
    height: auto !important;
    overflow: hidden !important;
}

.selbox-indstry {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  width: 100%;overflow:hidden;position:relative;
}
.selbox-heading {
  background: rgb(248, 160, 15) none repeat scroll 0 0;
  float: left;
  padding: 10px 15px;
  width: 100%;
}

.selbox-heading  h1 {
  color: rgb(255, 255, 255);
  font-family: ralewaybold;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.selbox-content {
  float: left;
  max-height: 103px;
  overflow: auto;
  width: 100%;
}

.selbox-row {
  float: left;
  padding: 7px 15px;
  width: 100%;
}
.selbox-row  input {
  height: auto;
  margin-top: 1px !important;
  vertical-align: top;
}
.selbox-row  label {
   cursor: pointer;
    display: inline-block;
    line-height: 14px;
    margin-bottom: 0;
    padding-left: 23px;
    position: relative;
}

.selbox-row:nth-child(2n) {
    background: rgb(248, 248, 248) !important;
}
.selbox-row:hover{background:rgba(248, 160, 15,0.5) !important;}

/**************************checkbox-design*************/
.form-banner .radbox-row input[type=radio]
{
	display: none;
}



.selbox-row input[type=radio],
.selbox-row input[type=checkbox] {
	display: none;
}


.reg-wiz  .radbox-row label::before {
  border: 2px solid #57b757;
}


.radbox-row label:before{
 content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 2px solid #fff;
  margin-right: 0.75em;
  transition: 0.5s ease all; position: absolute;    top: 3px;left: 0px;
}
.classdiv .radio label, .checkbox label { padding-left: 26px !important;}
.radbox-row input[type=radio]:checked +  label:before{
background: rgb(87, 183, 87) none repeat scroll 0 0;
}


.selbox-row label:before  {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 0px;
	border: 1px solid  rgba(170, 170, 170,0.8);background:#fff;
	
}

.selbox-row label:before {
	border-radius: 8px;
}

.selbox-row  label:before {
    border-radius: 3px;
}



.selbox-row  input[type=checkbox]:checked +  label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: rgb(87, 184, 87);
	text-align: center;
    line-height: 15px;border: 1px solid  rgb(87, 184, 87);background:#fff;
}

.fsty-main{ float:left; width:100%;}
.fsty-main h6{ color: rgb(249, 160, 16);
    font-family: ralewaysemibold;
    font-size: 18px;
}
.fsty-main p{ float:left; width:100%;}
.fsty-botm{ font-family: ralewaysemibold;}
.fsty-icon{ padding-left:0px;}
.fsty-ceo{
    float: left;
    font-family: ralewaysemibold;
    width: 100%;}
.padding-top{ padding-top:0px;}
.termandcondition p{margin-bottom:30px;}
.termandcondition ol {
  margin: 0px;
  padding: 0px 0px 0px 16px;
}
.termandcondition ol li {
  padding: 0px 0px 0px 16px;
}
.termandcondition u {
  float: left;
  font-size: 15px !important;
  margin-bottom: 12px;width:100%;
}
.popup-inner-content-aff b.agreement {
  float: left;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.purchase-tab-top1  span.affiliation-check-box-inner {
  float: left;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.purchase-tab-top1  span.affiliation-check-box-inner label{width:100%;}
.desktop_project_goal .bio_textfield1{width:100%;}
.multi-partner-listing > h5 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.add-project.info.list {
  background-color: #f7a01c;
}
.add-project.info.list:hover {
 color: #fff !important;
}
/********************end*********************/
/**********************plan page new**************/
.new-monthly-plans{width:100%;float:left;margin-bottom:50px;}
.new-monthly-plans:last-child{margin-bottom:0px;}
.secure-safe-block{width:287px;float:right;}
.plan-heading{width:100%; float:left;color:#222222;font-size:25px;padding-bottom:15px;margin-bottom:25px;background:url(../imgs/yellow-bar-btm.png) no-repeat left bottom; font-family: "gotham_blackregular";font-weight:normal;}
.plans-outer-main-blk{width:100%;float:left;background:rgba(241, 241, 241, 0.3);padding:20px 0;text-align:center;}
.plan-block-puter { float: left; width: 813px;}
.plan-block-puter h2{width:100%; float:left;color:#f19333;font-size:25px;padding-bottom:20px; font-family: "gotham_blackregular";font-weight:normal;margin:0px;}
.plans-gold-block{width:100%; float:left; text-align:center;}
.plan-block-inner1{width:23%;display:inline-block;background: #fff;border:1px solid #ddd;position: relative;margin: 0 0.5%;
 vertical-align: middle;}
.top-plan-heading{width:100%; float:left;min-height:105px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aaa7a7+0,696867+100 */
background: #e9e6e6; /* Old browsers */
/*background: -moz-linear-gradient(top, #aaa7a7 0%, #696867 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, #aaa7a7 0%,#696867 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, #aaa7a7 0%,#696867 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa7a7', endColorstr='#696867',GradientType=0 ); /* IE6-9 */}
.plan-block-inner1 h3{margin: 10px 0;font-size:23px;color:#43a13f;width:100%;text-align:center;font-family: "gotham_blackregular";}
.plan-block-inner1 h3 span{font-family: 'Conv_GothamBook';}
.paln-price{width:112px;height:112px;border-radius:100px;border:6px solid rgba(255,255,255,0.6);display:inline-block; 
    margin-top: -41px;overflow:hidden; position: absolute;left:0;top:56px;right:0;margin:auto;}
.price-inner-block{width:100%; height:100%; float:left;background: #fff;}
.price-inner-block h3{font-family: 'BebasNeueRegular';color:#222222;font-size:25px;padding:13px 5px;margin:0px;position:relative;}
.price-inner-block h3 sup{font-size:19px;}
.price-inner-block h3 span{text-align:center;font-size:12px;display:block; font-family: 'ralewayregular';}
.save-money{width:100%; float:left;text-align:center;font-size:20px; color:#222222;font-family: 'Conv_GothamBook';margin:0px;padding:43px 0 15px;z-index:4;position:relative;}
.save-money span{font-size:35px;color:#43a13f;font-family: 'Conv_GothamMedium';display:block;}
.network-now{width:100%; float:left; text-align:center;font-size:14px;font-family: 'Conv_GothamMedium'; color:#fff;background: #f19333;float:left;margin-bottom:10px; padding: 9px 0; line-height:14px;position:relative;}
.network-now:after{content:"";position:absolute;left:0;right:0;bottom:-10px;margin:auto;border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f19333;width:10px;}
.btn-click-here-network{width:100%; float:left;text-align:center;margin:5px 0px 10px;}
.click-here{width:auto;padding:4px 15px;border-radius:3px;background: #f19333; display:inline-block;color:#fff;font-size:14px;}
.save-money h5 {
  margin: 5px 0;
}
.secure-safe-block figure { margin-bottom: 20px;}
.secure-safe-block h6 { color: rgb(34, 34, 34);font-family: ralewayregular; font-size: 18px; margin: 0 0 10px;}
.secure-safe-block h6 span{color:#ea8613; font-family: ralewaysemibold;}
.secure-safe-block ul { float: left; width: 100%;}
.secure-safe-block ul li{width:100%;padding-bottom:10px;}
.secure-safe-block ul li i{margin-right:10px;}
.plan-outer-outer{width:100%; float:left;}
.ul-planing{width:100%; float:left;}
.ul-planing li{width:100%; float:left; margin-bottom:7px;}
.ul-planing li:last-child{margin-bottom:0px;}
.ul-planing i{margin-right:10px;}
.planing-half-block{width:48%; float:left; }
.planing-half-block:nth-child(even){float:right;}
.planing-half-block h3{font-size:18px; color:#f19333;margin:0px 0px 10px;font-family: 'Conv_GothamBook';}
.planning-row-block{width:100%; float:left;margin-bottom:30px;}
.click-here:hover {
  color: rgb(255, 255, 255) !important;
}

/*******************end*********************/
/************payment******************/
.payment-block{width:100%; float:none;border:1px solid #cfcfcf;border-top:2px solid #f7a01c;display:table;text-align:left;display:inline-block;}
.payment-block .pay-block-left{background: #f5f3f3;display:table-cell;width:371px; float: left;}
.payment-block .pay-block-right{background: #fff;display:table-cell; vertical-align: top;float:right;width: 668px;}
.payment-left-inner{width:100%; float:left;position:relative;left:0;top:0;padding:25px;}
.pay-ment-secure-img{width:100%; float:left;}
.payment-left-inner ul{width:100%;padding:20px 0 20px 20px;float:left;}
.payment-left-inner ul li{width:100%; float:left;}
.payment-left-inner li {margin-bottom: 20px;padding-left: 27px; position: relative;}
.payment-left-inner li i{position:absolute;left:0;top:3px;}
.payment-img{width:100%; float:left;}
.payment-left-inner:before{background: rgba(0, 0, 0, 0) url("../imgs/arr-left-pay.png") no-repeat scroll left top; content: ""; height: 54px; position: absolute; right: -26px; top: 15px; width: 29px;}
.pay-block-right-inner{width:100%; float:left;padding:30px 20px 0px 40px;}
.payment-outer-wid{width:100%; text-align:center;float:left;}
.form-edit-profilt.payment-full{width:100%; float:left;}
.form-edit-profilt.payment-full .radio-btn-block{margin-right:0px;}
.form-edit-profilt.payment-full .radio.checkblock{display:inline-block;width:auto;margin-right:20px;margin-top:0px;   margin-bottom: 0;}
.form-edit-profilt.payment-full .radio.checkblock  p {display: inline-block;}
.form-edit-profilt.payment-full .radio.checkblock:last-child{margin-right:0px;}
.save-money-blk{width:100%; float:left;margin-bottom:20px;}
.save-inner-blk{width:auto; float:left;height:27px;background: #f7a01c;color:#fff;border-radius:4px;overflow:hidden; }
.save-inner-blk-left{padding:3px 10px; float:left; font-family: ralewayregular;}
.pay-ment-secure-img  img {width: 100%;}
.save-inner-blk-right{background: #4aa94a;padding:4px 10px 3px;display:inline-block;font-family: ralewayregular;}
.card-num-main{width:100%; max-width: 300px;float:left;}
.card-img-1{width:auto;float:left;margin-left:20px;}
.card-name-1{max-width:218px; margin-right:20px; float: left;width: 100%;}
.form-edit-profilt.payment-full .full-profie-block { margin-bottom: 0;}
 .form-edit-profilt .input-block  select{
  border: 1px solid rgb(196, 196, 196); background: rgb(255, 255, 255) url("../imgs/select-arrow-new.png") no-repeat scroll 97% center;

  border-radius: 2px;
  float: left;
  font-family: ralewayregular;
  font-size: 14px;
  height: 32px;
  padding: 6px 10px;
  width: 100%;
}
.cvv{max-width:143px;float:left; }
.cvv-input{max-width:100px;width:100%;}
.info-img {display: inline-block;margin-left: 6px;}
.form-edit-profilt button.sumit-btn-appy {
  background: rgb(247, 160, 28) none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  float: left;
  font-family: ralewaysemibold !important;
  font-size: 18px;
  height: auto;
  margin-top: 9px;
  padding: 5px 17px;
  width: auto;
}
.payment-left-inner li:last-child {
  margin-bottom: 0;
}
.div-group.has-error input, .has-error textarea {
  border: 1px solid rgb(255, 0, 0);
}
.has-error{
  border: 1px solid rgb(255, 0, 0) !important;
}
.payment-outer-wid-new{width:100%;max-width:1041px;display:inline-block;float:none;}
.text-center-pay-outer{width:100%; text-align:center;float:left;}
.steps-block-payment{width:100%; float:left;padding:30px 0px;}
.selected-plan-left {float: left;width: 189px;margin-right:30px;}
.selected-plan-left .plan-block-inner1{width:100%;}
.form-edit-profilt .input-block .sumit-btn-appy-pay {
  background: rgb(247, 160, 28) none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-family: "Conv_GothamBook" !important;
  font-size: 18px;
  height: 35px;
  margin-top: 10px	;
  padding: 0 20px;
  width: auto !important;
}
.payment-steps li.active.stp-current::after {
  background: rgb(92, 184, 92) none repeat scroll 0 0;
}
.payment-steps li.active.stp-current::before{
  background: rgb(241, 156, 43) none repeat scroll 0 0;
    text-indent: 0;
}
.pay-block-right-inner.thankyou > p {
    text-align: center;
}
/*******************end*********************/
.payment-block .stripe-response {
  color: rgb(255, 0, 0);
  font-family: ralewayregular;
  padding: 15px 0;
}
.payment-block .btn-sub.sumit-btn-appy {
  margin-right: 20px;
}
.stripe-response.stripe-response-success {
  color: rgb(0, 128, 0);
}

.payment-block .charge-amount-block {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 5px !important;
  padding: 0 15px;
  text-align: center;
  border-left: 5px solid #f19c2b;
}
.payment-block .charge-title span {
  color: rgb(241, 156, 43);
  display: inline-block;
  float: none;
  font-family: gotham_blackregular;
  font-size: 16px;
}
.payment-block .charge-title {
  font-family: Conv_GothamBook;
  font-size: 15px;
  margin: 8px 0;
}
.payment-full.form-edit-profilt .full-block{margin-bottom: 10px}
.payment-full.form-edit-profilt .card-rec {
  color: rgb(247, 160, 28);
  font-size: 17px;
  padding: 13px 0;
}

/******************payment steps***********************/
/*progressbar*/
.payment-steps {
  counter-reset: step;
  display: inline-block;
  font-family: ralewaysemibold;
  font-size: 14px;
  margin-bottom: 0px;
  max-width: 1030px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.payment-steps li {
  float: left;
  font-family: ralewaysemibold;
  font-size: 15px;
  list-style-type: none;
  position: relative;
  width: 33.333%;
}
.payment-steps li a{
  font-family: ralewaysemibold;
  font-size: 15px;
}
.payment-steps li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 21px;
	color: #222222;
	font-family:ralewaysemibold;
	background: white;
	border-radius: 40px;
	margin: 0 auto 5px auto;
	background: #e7e5e5; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);-moz- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);-webkit- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);-o- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);-ms- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
/*progressbar connectors*/
.payment-steps li:after {
	content: '';
	width: 100%;
	height: 6px;
	background: white;
	position: absolute;
	left: -50%;
	top: 18px;
	background: #999898;
	z-index: -1; /*put it behind the numbers*/
}
.payment-steps li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.payment-steps li.active::before, .payment-steps li.active::after {
  background: rgb(92, 184, 92) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  font-family: ralewaysemibold;
  font-size: 21px;
}
.payment-steps li.active::before{background: url(../imgs/tick1.png)no-repeat center #f19c2b;text-indent:-9999px;}
.selected-plan-heading{font-size:18px;margin-bottom:20px;color:#222;font-family: 'Conv_GothamBook';margin-top:0px;}
.p-main-selected{width:100%; float:left;}
.p-main-selected-right{max-width:379px; float:right;}
/******************Payment Steps end***********************/
/******************Payment Thantkyou Page***********************/

.pay-block-right-inner.thankyou h1 {
  color: rgb(253, 162, 31);
  font-family: ralewaysemibold;
  margin-bottom: 40px;
  text-align: center;
}
.pay-block-right-inner.thankyou  .home-div {
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}


.pay-block-right-inner.thankyou .back-to-home {
  background: rgb(248, 160, 15) none repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: ralewaysemibold;
  font-size: 18px;
  padding: 15px 50px;
  text-align: center;
}

.pay-block-right-inner.thankyou  .back-to-home:hover {
  color: rgb(255, 255, 255) !important;
}
.pay-block-right-inner.thankyou h3 {
  color: rgb(253, 162, 31);
  font-family: ralewaysemibold;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  line-height: 25px;
}


/******************Payment Thantkyou Page end***********************/
.payment-block .btn-sub.sumit-btn-appy:hover {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid rgb(247, 160, 28);
  color: rgb(247, 160, 28);
}	
.card-img-1.cc-brand i {
  font-size: 30px;
}

.exp-date{ position: relative;top: -2px;}


.pay-block-right .card-img-1.cc-brand img {
  height: 33px;
  width: 55px;
}
.member-history .table {
  border: 1px solid #f1f1f1;
  font-family: ralewayregular;
}
.card-hide {
  font-family: ralewaysemibold;
}
.ul-planing .fa-shield::before {
  color: rgb(241, 156, 43);
  content: "";
}
.profile-img-block .acc-expired {
  font-family: ralewaysemibold;
  line-height: 21px;
  margin-top: -2px;
  position: relative;
  vertical-align: middle;
}
.profile-img-block .profile-txt > h2 {
    margin-top: 0;
}
.acc-expired span {
  margin-left: 15px;
  padding: 6px 7px;
  position: absolute;
  top: 4px;
}
.acc-expired h4 {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  border-left: 3px solid rgb(247, 160, 28);
  font-size: 15px;
  margin-left: 30%;
  padding: 7px;
  position: relative;
  text-align: left;
  width: 50%;
}
.my-transactions .mytxn-inner{

  float: left;
  padding: 0;
  position: relative;
  width: 100%;border-radius:5px; overflow: hidden;
}

.acc-expired a {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(77, 153, 77) 0%, rgb(87, 184, 87) 100%) repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: ralewaysemibold;
  margin-top: 5px;
  padding: 6px 10px;
}
.acc-expired a:hover{ background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #57b857 0%, #4d994d 100%) repeat scroll 0 0; color:#fff !important;}
.my-transactions .work-heading h3 {
  color: #222222;
  font-family: ralewaysemibold;
}
.locked {
  color: #f7a01c;
}
.locked .ilock {
  font-size: 18px;
}
/*******************complete profile popup***************/
.complete-profile-popup .login-form.form-block.forgot-passwordpopup {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;padding: 20px 0 0px;}
.complete-profile  p {
  float: left;
  font-size: 20px;
  width: 100%;text-align:center; line-height: 27px;margin-bottom:0px;
}
.login_popup_form.new-custom .complete-profile  p {color: #ffffff;}
.complete-profile p span {
  float: left;font-size: 19px;
  font-family: ralewaysemibold;display:block;width:100%;
}
.complete-profile p span i{font-weight:normal;font-size: 25px;color:#F8A00F;font-style:normal; }
.complete-your-profile{width:100%; float:left;text-align:center; margin-top: 20px;}
.complete-your-profile a{display:inline-block;   background: #f7a01c none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    margin-left: 10px;
    padding: 6px 16px; font-family: ralewaysemibold;
    font-size: 18px;
    height: 37px;}
.complete-your-profile a i{margin-right:10px;}
.complete-your-profile a:hover{color:#fff !important; opacity:0.8;}
.login_popup_form.new-custom .complete-your-profile a{background: #fff;color: red;}
.login_popup_form.new-custom .complete-your-profile a:hover{color:red !important;}
.login_popup_form.complete-profile-popup{padding:15px 15px 0px;}
/*******************end******************/
.content-tab-left-full.content-tab-left  h4 {
  font-family: ralewaysemibold;
}
.grop-pro-outer .locked {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  color: #f7a016;
  float: none;
  padding: 0;
}
.mob-h2-select-heading{display:none;}
.acc-expired h4{font-family: 'ralewayregular' !important;}
.fig-name {
  float: left;
  max-width: 165px;
  width: 100%;
}
.profile-img-block.Email-block-outer.top-margin-block.view-profile-block-sec .fig-name h2 {
  float: left;
  font-family: ralewaysemibold;
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.complete-profile p.tline {
  font-size: 14px;
  margin-bottom: 0;padding:0px 15px;
}
.pr-class .acc-expired {
  position: absolute;
  right: 12px;
  top: 103px;
}
.profile-img-block.Email-block-outer.top-margin-block.pr-class {
  position: relative;
}
/******************table******************/
.table-responsive table.dataTable.no-footer {
  border-bottom: 1px solid #dedede;border-radius:5px;
}
.table-responsive thead tr {
    background: #f7a01c none repeat scroll 0 0;
}
.table-responsive thead tr th {
    color:#fff; font-family: ralewaysemibold;font-size:16px;
}
.table-responsive table.dataTable thead th, table.dataTable thead td{border:none;}
.table-responsive tbody tr:nth-child(2n) {background: #f1f1f1 ;}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1{background: none;}
table.dataTable{min-width:900px;}
/***************end*************/
.profile-img-block.pr-class .acc-expired h4{display: none}
/*
.your-class .slick-prev {
  color: #ffffff;
  height: 17px;
  left: 9px !important;
  z-index: 9;
}
.your-class .slick-next {
  color: #ffffff;
  height: 17px;
  right: 9px !important;
  z-index: 9;
}
.your-class:hover .slick-prev::before, .your-class:hover .slick-next::before{color:#fff;}
.your-class:hover .numbering-step11, .numbering-step11.active {
    background: rgba(0, 0, 0, 0) url("../imgs/org.png") repeat-x scroll 0 0 / 100% 46px !important;
}
.your-class:hover .numbering-step11 a{color:#fff;}
*/

.partner_mail.mylead-cnt {
    margin-top: 7px;
}
.images-main {
    max-height: 271px;
    overflow: hidden;
}

.sn-arrow-left {
  bottom: 0;
  height: 16px;
  left: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px; display: none;
}
.sn-arrow-right {
  bottom: 0;
  height: 16px;
  right: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px; display: none;
}
.sn-arrow-left i {
    color: #555555;
    font-size: 20px !important;
}

.sn-arrow-right i {
    color: #555555;
    font-size: 20px !important;
}
.numbering-step11 a i {
    font-size: 19px;
    height: auto;
    margin-right: 4px;
    position: relative;
    top: 1px; display:none;
}
.sprov-inner-div .choose-area-exp {
  color: #ff0000;
  font-family: ralewaysemibold;
  text-align: left;
}
#wizard_example-box input.upload, #wizard_example-box input.upload1 {
  height: 38px;
  top: 0;
  width: 170px;
}
.make-me-red {
  color: #ff0000 !important;
}

/*-------------------------------------------- OnOffSwith ------------------------------*/

.onoffswitch {
        position: relative; width: 90px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
   .form-edit-profilt .onoffswitch-label {
  border: 2px solid #999999;
  border-radius: 20px;
  color: inherit;
  cursor: pointer;
  display: block;
  float: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit;
}
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #50a350; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE; color: #999999;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 22px; margin: 6px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 56px;
        border: 2px solid #999999; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }

	.switch-outer { float: left; margin-bottom: 15px;  width: 100%; position: relative;}
	.switch-outer h4 { color: #f7a01c; display: inline-block; font-family: ralewaysemibold;}
	.swith1 { display: inline-block; position: absolute;  right: 0;  top: 3px;}


/*-------------------------------------------- OnOffSwith ------------------------------*/


.btn-fix-bottom .btnsadd-a-group a{float:none;font-size:15px;}
.btn-fix-bottom .btnsadd-a-group a:focus {  color: #ffffff !important;}
/***************************top-video-this-week**********************/
.top-video-this-week{width:100%; float:left;background: #f1f1f1;padding:20px;position: relative;}
.top-video-this-week .block-top-video1{width:23.5%;margin-right:2%;background: ##fff;box-shadow:0px 0px 3px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);-o-box-shadow:0px 0px 3px rgba(0,0,0,0.2);background: #fff;float:left;}
.top-video-this-week .block-top-video1:last-child{margin-right:0px;}
.video-block-win{  cursor: pointer; width:100%; float:left;max-height:194px;background:url(../imgs/vdo-play1.png)no-repeat center #898585;position:relative;left:0;top:0;   min-height: 194px;}
.video-block-win figure img{width:100%;opacity:0.8; min-width: 285px;}
.video-icon-t{width:auto;position: absolute;top:0;right:0;bottom:0;left:0;margin:auto;}
.video-content-win{width:100%; float:left;padding:10px;min-height: 138px;}
.video-content-win  h2 { font-family: ralewaysemibold;font-size: 19px;margin: 0 0 9px; color: #f7a01c;}
.video-content-win p {color: #555555;font-size: 13px; margin-bottom: 5px;}
.video-content-win ul{width:100%; float:left;margin:0px;}
.video-content-win ul li{width:100%; float:left;color: #555555;font-size: 13px; margin-bottom: 5px;padding-left:25px;}
.video-content-win ul li.home{background:url(../imgs/t1.png)no-repeat left center;}
.video-content-win ul li.suit{background:url(../imgs/t2.png)no-repeat left center;}
.video-content-win ul li.user{background:url(../imgs/t3.png)no-repeat left center;}
.btn-profile-top{width:100%; float:left;text-align:center;}
.profile-btn-t{display:inline-block;width:139px;height:35px;border-radius:5px 5px 0px 0px;padding:7px 0px;font-size:16px;color:#fff;background: #f19333; font-family: ralewaysemibold;text-transform: uppercase;}
.runner-up-block{width:100%; float:left;}
.runner-up-block .block-runner{  cursor: pointer; background: #000;min-height:194px;width:23.5%; float:left;margin-right:2%;position:relative;left:0;top:0;margin-bottom:30px;box-shadow:0px 0px 3px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);-o-box-shadow:0px 0px 3px rgba(0,0,0,0.2);}
.runner-up-block .block-runner:nth-child(4n){margin-right:0%;}
.runner-up-block .block-runner figure{width:100%; float:left; max-height: 184px; overflow: hidden;}
.runner-up-block .block-runner figure img{width:100%;}
.figur-content{background:rgba(0,0,0,0.7);padding:8px;text-align:center;width:100%;position: absolute;left:0;top:0;font-family: ralewaysemibold;text-transform: uppercase;font-size:16px;color:#fff;}
/********************end***************************/
.dashboard-left.con-winn-block{max-width: 100%;}
.figur-content a {  color: rgb(255, 255, 255);}

/******************term and condition*************/
.term-block-new{width:100%; float:left;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #e0e0e0;}
.term-block-new:last-child{padding-bottom:0px;margin-bottom:0px;border-bottom:none;}
.term-block-new h2{width:100%; float:left;font-size:30px; color:#000000;   font-family: ralewaysemibold;margin-bottom:20px;margin-top:0px;}
.term-block-new.tq h2{font-size:20px; }
.term-block-new h2 span{width:30px; float:left;}
.term-block-new p{font-size:14px;padding-left:0px;margin-bottom:20px;}
.term-block-new p:last-child{margin-bottom:0px;}
.term-block-new-outer{width:100%; float:left;padding:0px 40px;}

.about-us.rule-and-rgulation{width:100%; float:left;background: url("../imgs/rule.png") no-repeat fixed center top ;background-size:cover;width:100%; float:left}
.rule-winer{width:100%; float:left;margin-bottom:20px;}
.rule-winer .left-winner{width:289px; float:right;margin-left:40px;display:inline-block;position:relative;}
.rule-and-rgulation h3{font-size:26px;color:#fff;width:100%;margin-bottom:20px;font-family: ralewaysemibold;}
.rule-and-rgulation p{font-size:14px; color:#fff;  padding: 5px 0 5px 42px;background:url(../imgs/rule-tick.png) no-repeat left 5px;margin-bottom:20px;}
.term-check{width:100%; float:left;}
.term-chk-input{width:20px; float:left;margin-right:10px;margin-top:0px;}
.term-check p{font-size:14px; margin:0px; float:left;background: none;padding:2px 10px 10px; }
.term-check p span{color:#f7a01c;}
.term-btn{width:100%; float:left;margin-top:40px;}
.term-check a.checkand-proceed-btn{font-size:20px; background: #f7a01c;text-align:center;padding:10px 20px; color:#fff;border-radius:5px;font-family:ralewaybold;}
.checkand-proceed-btn:hover{color:#fff !important;opacity:0.7;}
.winner-content{width:100%;position: absolute;left:0;top:0px;padding:20px 0px;text-align:center;background:rgba(0,0,0,0.4);height:100%;}
.winner-content h2{width:100%; margin-bottom:10px;font-size:25px;color:#f7a01c;display:inline-block; font-family: ralewaysemibold;margin-top:0px; text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-moz- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-webkit- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-o- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-ms- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);}
.winner-pic{width:100%; display:inline-block;}
.winner-pic-inner{width:70px;height:70px;background: #fff;border-radius:80px;border:3px solid rgba(255,255,255,0.4);display:inline-block;overflow:hidden;}
.winner-content h3{width:100%; margin-bottom:10px;font-size:18px;color:#fff;display:inline-block; font-family: ralewaysemibold;margin-top:0px; text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-moz- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-webkit- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-o- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-ms- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);}
.winner-content h4{width:100%; margin-bottom:10px;font-size:35px;color:#fff;display:inline-block; font-family: ralewaysemibold;margin-top:0px; text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-moz- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-webkit- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-o- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);-ms- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.8);}
.winner-pic img{  height: 70px;
    max-height: 70px;
    max-width: 70px;
    width: auto;}
.V-profile-contest{float:left;width:100%; text-align:center;color:#fff;font-size:34px; margin-bottom:30px;font-family: ralewaysemibold;padding:5px;background:rgba(255,255,255,0.2);color:#f7a01c;}
.tlis {
  float: left;
  padding-left: 30px;
  width: 100%;
}
.tlis > li {
  color: rgb(0, 0, 0);
  float: left;
  margin-bottom: 5px;
  width: 100%;
}

.tlis  li i {
  margin-right:10px;
  
}
.rule-and-rgulation p.cont-consid {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.V-profile-contest h4{font-size:24px;width:100%; float:left;text-align:center;color:#fff;margin:0px 0px 10px;}
.V-profile-contest p{background: none;padding-left:0px;}
/******************term and condition end*************/
.term-check a {  color: rgb(243, 158, 28); }
.logo-investor-1 .images-main IMG {  width: 130px; }
.block-runner img.poster, .block-runner video, .video-block-win img.poster, .video-block-win video {
    float: left;
    width: 100%;
    -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);

}
 .video-block-win video {
    float: left;
    width: 100%;

}
.block-runner.blur img.poster,.block-runner.blur video ,.video-block-win.blur  img.poster, .video-block-win.blur  video{
    float: left;
    width: 100%;
    -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);

}
.sweet-logo {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  padding: 15px;
}
.sweet-alert{padding:0px !important;}
.sweet-alert p{padding:15px !important; font-size:17px !important;}
.sweet-alert button{border-radius:5px 5px 0px 0px !important;padding: 6px 32px !important;}
.video-block-win video {
 height:194px;
}
p.cpholder {
  bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 19px !important;
  height: 20px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 61px;
  width: 100%;
}

.over-week {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}
.over-week p {
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    height: 106px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto; font-family: ralewaybold;
}
.top-video-this-week-outer {
    float: left;
    position: relative;
    width: 100%; margin-bottom:40px; border-radius: 5px;overflow:hidden;
}

.upvideo {
  float: left;
  position: relative;
  width: 100%;
}
.upvideo input[type=file] {
  cursor: pointer;
  height: 37px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 173px;
}

progress[value]::-moz-progress-bar{
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(252, 227, 39,0.4) 33%, 
      rgba(252, 227, 39,0.4)66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.15)
    ),
    -moz-linear-gradient(
      left, 
      #F69D17, 
      #F69D17
    );

  border-radius: 30px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}

/* IE10 */
progress {
/* Turns off styling - not usually needed, but good to know. */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* gets rid of default border in Firefox and Opera. */
	border: solid #cccccc 15px;
overflow:hidden;
 border-radius: 30px; 
 box-shadow:none;
 border:none;
  margin-bottom: 3px;
     background-image:
    linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(252, 227, 39,0.4) 33%, 
      rgba(252, 227, 39,0.4)66%, 
      transparent 66% 
    ),
   linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.15)
    ),
linear-gradient(
      left, 
      #F69D17, 
      #F69D17
    );


  background-size: 35px 20px, 100% 100%, 100% 100%; 
}


/* Polyfill */
progress[aria-valuenow]:before  {
    background: black;
}



/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background: #dedede;
	border-radius: 50px;
	padding: 0px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background-image:
    -webkit-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(252, 227, 39,0.4) 33%, 
      rgba(252, 227, 39,0.4)66%, 
      transparent 66% 
    ),
   -webkit-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.15)
    ),
-webkit-linear-gradient(
      left, 
      #F69D17, 
      #F69D17
    );

	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: -100px 0px, 0 0, 0 0}
}

/* Prefix-free was creating issues with the animation */





.checkand-proceed-btn.locked:hover, .checkand-proceed-btn.locked:focus {
  color: rgb(255, 255, 255) !important;
}

.partner-mail .btnsadd-a-group .vc-entry {
  background: rgb(87, 184, 87) none repeat scroll 0 0;
}
.play-and-duration {
	text-align: left;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: rgb(255, 255, 255);
    float: left;
    padding: 3px 10px;
    position: absolute;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.play-and-duration  span{float:right;}
.sweet-alert h2 {  font-size: 20px !important;  line-height: inherit !important;  margin-bottom: 0 !important;  margin-top: 20px !important;}
.site-terms {
    float: left;
    width: 100%;
}
.site-terms li {
    float: left;
    width: 100%;margin-bottom:5px;
}
.site-terms li i{  float: left;
    line-height: 19px;
    margin-right: 14px;}
 .winner-content1 {
  bottom: 0;
  float: left;
  height: 84px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-runner .ribbon-orange-search {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f49638+0,f9b53e+55,ee8822+100 */
background: rgb(244,150,56); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,150,56,1) 0%, rgba(249,181,62,1) 55%, rgba(238,136,34,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,150,56,1) 0%,rgba(249,181,62,1) 55%,rgba(238,136,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,150,56,1) 0%,rgba(249,181,62,1) 55%,rgba(238,136,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49638', endColorstr='#ee8822',GradientType=0 ); /* IE6-9 */
  
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    font: bold 8px ralewayregular;
    left: -49px;
    padding: 3px 0 6px;
    position: relative;
    text-align: center;
    top: 12px;
    width: 139px;
    z-index: 999;
}
.block-runner .ribbon-orange-search span {
  display: inline-block;
    font-size: 14px;
    left: -5px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 2px;
    transform: rotate(181deg);
    -moz-transform: rotate(181deg);
    -webkit-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    -o-transform: rotate(181deg);
     text-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
    -moz- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
    -webkit- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
    -ms- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
    -o- text-shadow: 2px 0 1px rgba(0, 0, 0, 0.3);
}
.block-runner.higlight-border{border:2px solid rgb(238, 136, 34);}

.fa.fa-close.cross-btn-vdo {
  background: rgb(221, 143, 39) none repeat scroll 0 0;
  border-radius: 50px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -o-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  color: rgb(255, 255, 255);
  font-size: 19px;
  height: 30px;
  line-height: 27px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
  width: 30px;
}
/******************video-contest-block************/
.coming-soon-pic {
  background: #cdcbcb url("../imgs/coming-soon-pic.png") no-repeat scroll center center;
  border: 3px solid #fff;
  border-radius: 52px;
  bottom: -25px;
  height: 60px;
  position: absolute;
  right: 8px;
  width: 60px;overflow: hidden;
}
.vdo-cam-img1soon span{display:block;width:100%; float:left;padding-top:5px;}
.enter-into-contest {
    background: rgb(248, 160, 15) none repeat scroll 0 0;
    border-radius: 5px;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    float: right;
    font-family: ralewaybold;
    font-size: 18px;
    height: 39px;
    padding: 6px 3%;
    position: absolute;
    right: 0;
}
.vid-desk-botm {
     bottom: 0;
    display: inline-block;
    left: 0;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.vid-desk-botm  .video-icon-t {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.enter-into-contest:hover{color:#fff !important;opacity:0.8;}
.tab-block-1.chage-paginatiopn-block{margin-top:0px;}
.tab-block-1.chage-paginatiopn-block .pagination{margin-bottom:0px;}
.tab-block-1.chage-paginatiopn-block .pagination li{margin:0 3px;border-right:none;}
.tab-block-1.chage-paginatiopn-block .pagination li span,.tab-block-1.chage-paginatiopn-block .pagination li a{border-radius:5px;box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);padding: 5px 10px;}
.realtive-block-heading{position:relative;}
.realtive-block-heading {
    float: left;
    position: relative;
    width: 100%;display: inline-block;
}
.out-of-block {
  background: #cdcbcb url("../imgs/total-vdo.png") no-repeat scroll left top;
  border-radius: 5px;
  display: inline-block;
  font-family: ralewaybold;
  font-size: 19px;
  height: 36px;
  margin-left: 10px;
  text-align: center;
  width: 95px;
}
.hlf-out-block{width:50%;text-align:center;display:inline-block; padding: 3px 0;}
.total-video  span {
    display: inline-block;
    font-family: ralewaybold;
    font-size: 18px;
}
.total-video {
    position: absolute;
    right: 0;
}
.hlf-out-block:first-child{color:#fff;}


.controls progress::-moz-progress-bar {
   background-color:#0095dd;
}

.controls progress::-webkit-progress-value {
   background-color:#0095dd;
}
.follow-container {
    float: left;
    text-align: left;
    width: 100%;
}
.network-sol {
    float: left;
    width: auto;
}
.follow-us {
    float: right;
    width: auto;
}
p.follow-us-para {
    display: inline-block;
    font-family: ralewaybold;
    margin: 3px;
}
.follow-us a {
    display: inline-block;
}
.follow-us a {
    display: inline-block;box-shadow:none;
}



/******************end*********************/
/******************video-profile-contest*********************/
.plan-heading h1 {
  font-family: "Conv_GothamMedium";
  font-size: 14px;
  line-height: 8px;
  margin: 3px 0 9px;
}
.contest-left-block{
box-shadow: 0 0 2px #ededed;
background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 5px;
  border: 3px solid #fff;
  width:542px;
  display: inline-block;
}
.contest-main-block {
  float: left;
  width: 100%;
}
.contest-prize {
  display: inline-block;
  vertical-align: middle;
}
.contest-left-block img {
  padding: 12px 0;
  height: auto;
  margin-right: 15px;
}
.contest-prize h1{
font-family: "Conv_GothamMedium";
  font-size: 29px;
  color:#eb930f;
  margin-bottom: 0;
}
.contest-prize span{
  font-size: 43px;
  	text-shadow: 2px 2px #dedede;
  color:#55b255;
}
.contest-right-block h1 {
  color: #252525;
   font-family: ralewaysemibold;
  font-size: 20px;
  margin: 2px 0 21px;
}
.contest-right-block {
  float: right;
  width: 50%;
}
.contest-right-block li {
  background: rgba(0, 0, 0, 0) url("../imgs/tick-rule.png") no-repeat scroll left top;
  margin-bottom: 16px;
  padding-left: 31px;
  line-height: 19px;
  color:#212121;
  font-family: 'ralewayregular';
  font-size:14px;
  width: 100%;
}
.basic-block{
    float: left;
    margin: 20px 0 16px;
    width: 100%;
}
.considertion-block{
    float: left;
    width: 100%;
    margin:20px 0 23px;
}
.terms-block{
    float: left;
    width: 100%;
    margin:20px 0 0;
}
.basic-block li {
  background: rgba(0, 0, 0, 0) url("../imgs/left-contest.png") no-repeat scroll left center;
  margin-bottom: 7px;
  padding-left: 21px;
  width: 100%;
  color:#212121;
  font-family: 'ralewayregular';
  font-size:14px;
}
.contest-question h1 {
  background: rgba(0, 0, 0, 0) url("../imgs/question.png") no-repeat scroll left center;
  color: #f19c2b;
  float: left;
  font-family: "ralewaysemibold";
  font-size: 16px;
  padding-left: 29px;
  width: 100%;
  margin-bottom: 5px;
    margin-top: 16px;
}
.contest-question{
  float: left;
}
.terms-block p {
       font-size: 14px;
    color:#212121;
    margin-bottom: 24px;
}
.considertion-block li {
    line-height: 17px;
    font-size: 14px;
    color:#212121;
    font-family: 'ralewayregular';
    background: rgba(0, 0, 0, 0) url("../imgs/left-contest.png") no-repeat scroll left center;
    margin-right: 8%;
    padding-left: 18px;
}
.considertion-block p {
  float: left;
  margin-bottom: 20px;
    font-size: 14px;
    color:#212121;
}
.query {
  float: left;
  width: 100%;
  color: #000;
  font-family: "ralewaysemibold";
      margin: 12px 0 0;
  font-size: 19px;
}
.query span{
  color: #f19c2b;
  font-size: 19px;
}
.contest-question span {
    color: #000;
  float: left;
   font-family: 'ralewayregular';
  font-size: 14px;
  padding-left: 29px;
  width: 100%;
}
.checkin:hover {
color: #fff!important;
cursor: pointer;
}
.checkin {
  background: #f19c2b none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-family: "Conv_GothamMedium";
  font-size: 22px;
  height: 46px;
  padding: 7px;
  text-align: center;
  width: 273px;
}
.industry_description span{
 color: #f19c2b;
}
.terms-block .checkblock .radio-btn-block {
  float: left;
  padding-top: 0;
  vertical-align: top;
}
.terms-block .radio.checkblock {
  float: left;
  margin-top: 7px;
  width: 100%;
}

/******************end*********************/
/***************4-19-2016 contest page changes**************/

.contest-left-block.sweep-ticket {
    float: left;
    vertical-align: top;
    width: 307px;position:relative;
}
.contest-prize {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;background:rgba(0,0,0,0.2);
}
.contest-left-block.sweep-ticket img{padding: 0;}
.grand-price-changes {
  bottom: 0;
  height: 121px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.grand-price-changes  h1 {
    color: #fff; font-family: ralewaysemibold;
}
.grand-price-changes  span {
    color: #fff;  text-shadow: none;
}
.contest1-main-test .contest-right-block{width:70%;}
.contest-left-block.sweep-ticket.contest-price1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
.contest1-main-test2 .contest-right-block {
    float: left;
}
.contest-left-block.sweep-ticket.contest-price2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  display: inline-block;
  float: none;
  margin-right: 20px;
  width: auto; vertical-align: middle;
}
.contest1-main-test2 .contest-right-block {
    display: inline-block;
    float: none;vertical-align: middle;   width: 73%;
   
}

/***************4-19-2016 contest page changes**************/
/***************ns-security**************/
.ns-security {
    bottom: -57px;
    position: absolute;
    right: 0;
    z-index:1;
}
.ns-security img {
  width: 150px;
}
.secure-img {
    float: left;
    position: relative;
    width: 100%;
}
.footer-s-link-main{width:100%; float:left;text-align:center;margin:10px 0;}
.footer-s-link-main a {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 20px;
  height: 35px;
  margin: 0 3px;
  padding: 3px 0;
  text-align: center;
  width: 35px;
}
.footer-s-link-main a:hover{border-color:#f79e0e;}
/***********************match popup********/
.see-btn,.adv-us-btn {
  background: #f7a01c none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 14px;
  padding: 5px 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.see-all-desktop {
    float: left;
    margin: 10px 0 0;
    text-align: right;
    width: 100%;
}
.see-btn:hover,.adv-us-btn:hover,.wall-oringe:hover{color:#fff !important;opacity: 0.6;}
.match-list {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 18px 15px 15px;
  width: 100%;
}
.match-list .user-block1 {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 5px;
  padding: 6px;
  text-align: left;margin-right:2%;
  width: 31%;
}
.match-list .user-block1:nth-child(3n){margin-right:0px;}
.match-list  .user-block1  h2 {
  font-size: 12px;
  margin-bottom: 5px;
}
.match-list  .user-pic{margin-right:7px;}
.load-more-block-match-btn{width:100%; float:left;text-align:center;}
.load-more-block-match-btn a {
 background: #f7a01c none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-family: ralewaysemibold;
    font-size: 16px;
    margin-top: 13px;
    padding: 6px 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.load-more-block-match-btn a:hover{color:#fff !important;opacity:0.7;}
.scroll-more-block {
    float: left;
    max-height: 305px;
    overflow: auto;
    width: 100%;
}
.unpaid-overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;border-top: 2px solid #f8a00f;
    border-radius: 3px;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;  cursor: pointer; border-top: 2px solid #f8a00f;
}
.match-user .unpaid-overlay::before {
  background: #f8a00f url("../imgs/unpaid-lock.png") no-repeat scroll center center / 17px auto;
  border-radius: 0 0 5px 5px;
  content: "";
  height: 29px;
  position: absolute;
  right: 7px;
  width: 28px;
}
.unpaid-overlay:before{  background: #f8a00f url("../imgs/unpaid-lock.png") no-repeat scroll center center / 17px auto;
    border-radius: 0 0 0 5px;
    content: "";
    height: 29px;
    position: absolute;
    right: 0;
    width: 28px;}
.search-overlay {
    background: rgba(0, 0, 0, 0.5) url("../imgs/search-lock.png") no-repeat scroll center center / 80px auto;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;  cursor: pointer;
}
.sweet-logo.match-pop-title {
    padding: 17px 37px 17px 6px;
}
.sweet-logo.match-pop-title h1 {
    color: #f8a00f;
    font-family: ralewaybold;
    font-size: 22px;
    margin: 0;
}
.cir-red {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 41px;
  display: inline-block;
  font-family: ralewaysemibold;
  height: 17px;
  line-height: 15px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 18px; float: right;
}


.match-popup .user-pic > a {
  border: 1px solid #f1f1f1;
  display: inline-block;
  float: left;
  height: 57px;
  max-height: 56px;
  max-width: 58px;
  overflow: hidden;
  width: 56px;
  
  
}

.match-popup .match-list .user-block1 h2 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}

.match-popup .popupmain {
    z-index: 1;
}

/***********************match popup********/
/***************ns-security**************/

.othr-vprofile a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    width: 92%;
}
.othr-vprofile {
   display: inline-block;
    font-family: ralewaysemibold;
    margin-top: 7px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.upgrade-alert a{color:#55B155}
.upgrade-alert a:hover{color:#55B155 !important;}
.catgory-block .category-inner ul li .active{
  color: #f8a00f !important;
}

/************************/
.promo-code-outer {
    display: inline-block;
    width: 100%;
}
.promo-input {
  float: left;
  margin-right: 20px;
  width: 30%;
}
.promo-input > input {
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  height: 30px;
  width: 100%;
}
.promo-btn {
  float: left;
  margin-right: 20px;
  width: auto;
}
.promo-apply {
  background: #4e9c4e none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-block;
  font-family: ralewaybold;
  height: 30px;
  margin-right: 10px;
  padding: 5px 22px;
}
.promo-cancel {
  background: #F7A01C none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-block;
  font-family: ralewaybold;
  height: 30px;
  padding: 5px 22px;
}
.promo-error {
  color: #ff0000;
  padding: 5px 0;
}
.promo-error.promo-success {  color: #53ad33;}
.upgrade-alert .promo-apply:hover,.upgrade-alert .promo-apply:focus,.upgrade-alert .promo-cancel:hover,.upgrade-alert .promo-cancel:focus{color:#fff !important;opacity:0.8;}

.promocode-fild {
  display: inline-block;
  padding: 0 12px;  height: 38px;position:relative;
}
.promocode-fild  input {vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: #272727;
  height: 38px;
  padding: 5px 15px;
  width: 160px;
}
.promocode-fild a{background: #57b857 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: ralewaysemibold;
  height: 38px;
  padding: 6px 10px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.698);margin-left:5px; font-size: 19px;}
  
 .promocode-fild a.hreg-promo-cancel{background:#F8A00F;}
.reg-promo-text {
  background: #57b857 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: ralewaysemibold;
  height: 38px;
  padding: 10px 15px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.698);
}
.error-msg-promo {
  border-left: 1px solid rgba(255, 0, 0, 0.4);
	border-right: 1px solid rgba(255, 0, 0, 0.4);
	border-top: 1px solid rgba(255, 0, 0, 0.4);
	border-bottom: 2px solid #ff0000;
	background: #FDD7D7;
	border-image: url('') none;
	border-radius: 3px;
	color: #ff0000;
    font-family: ralewayregular;
    font-size: 13px;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    top: -38px;
    width: 100%;
}
.error-msg-promo.applycode {
 background: #D9F7D9 ;
 border-color: #A8F5A8 #A8F5A8 #098809;
 color:#098809;
}
.error-msg-promo::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #ff0000;
  bottom: -7px;
  content: "";
  left: 8px;
  position: absolute;
  width: 0;
}
.error-msg-promo.applycode::before {
border-top: 5px solid #57b857;
}
.promo-spiner-hreg {margin-right: 5px;}
.reg-promo-text:hover,.reg-promo-text:focus ,.promocode-fild a:hover,.promocode-fild a:focus{color: #ffffff !important;opacity: 0.7;}
/************************/
.promocode-fild ul.parsley-errors-list {
  display: none;
}


/*************** Industry Sector **********/
.mb-show-div {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  float: left;
  margin: 20px 0;
  width: 100%;
}
.mb-show-div .edit-mob-ind {
  background: rgb(245, 201, 148) none repeat scroll 0 0;
  float: left;
  padding: 10px;
  width: 100%;
}
.mob-indus {
  float: left;
  width: 100%;
}

.mb-show-div .full-block.industory-block {
  float: left;
  padding: 10px;
  width: 100%;
}
.mb-show-div .radio {
  margin: 0;
}
.mb-show-div  .edit-mob-indust {
  float: right;
}

.mb-show-div .full-block.industory-block:nth-child(2n) {
  background: rgb(248, 248, 248) none repeat scroll 0 0;
}
.mb-show-div .edit-mob-indust {
  background: rgb(122, 197, 122) none repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  float: right;
  font-family: ralewaysemibold;
  padding: 3px 12px;
color:#fff !important;
}


.mb-show-div .lead-gen-label {
  float: left;
  width: auto;
}
.mob-hide-industries ,.mob-indus{
  float: left;
  max-height: 550px;
  overflow: auto;
  width: 100%;
}
.lead-provide-service {
  float: left;
  max-height: 366px;
  overflow: auto;
  width: 100%;
}
.investor-agreement .complete-profile {
  float: left;
  padding: 0 20px 20px;
  width: 100%;
}
.investor-agreement .complete-profile .inv-agr-p {
  float: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-align: left;
  width: 100%;
}
.investor-agreement .complete-profile .inv-agr-p .inv-agreement-check {
  height: auto;
  left: 0;
  position: absolute;
  top: 3px;
}
.agree-btn-div .agree-btn,.agree-btn-div .chng-usr-btn{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  padding: 6px 10px;border:1px solid #4d994d; font-family: ralewaysemibold;
}
.agree-btn-div .agree-btn:hover,.agree-btn-div .chng-usr-btn:hover{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #57b857 0%, #4d994d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #57b857 0%, #4d994d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, #57b857 0%, #4d994d 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(to bottom, #57b857 0%, #4d994d 100%) repeat scroll 0 0;
  
}
.agree-btn-div {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
  width: auto;
}
.aggree-or-div {
  background: rgba(0, 0, 0, 0) url("../imgs/baror.png") repeat-x scroll center center;
  display: inline-block;
  float: none;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 59px;
  background-size: 62px;
}
.aggree-or-div .or-text {
  background: #f8a00f none repeat scroll 0 0;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-family: ralewaysemibold;
  font-size: 12px;
  height: 30px;
  line-height: 32px;
  margin: 7px 0;
  width: 30px;
}
.sel-user-class-type.form-banner.text-left {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 8px;
  margin-top: 18px;
  padding: 15px;
  width: 100%;
  text-align: left;
}
.sel-user-class-type.form-banner .radbox-row label::before {
    border: 2px solid #f8a00f; top:3px;}
.sel-user-class-type.form-banner .radbox-row input[type=radio]:checked + label::before {
    border: 2px solid #5EB452;}
 .change-user-apply {
  float: left;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
.sel-user-class-type.form-banner .radio label{padding-left:26px !important;}
.change-user-apply .change-apply{
  background: #F8A00F;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  padding: 6px 10px;border:1px solid #F8A00F; font-family: ralewaysemibold;
}
.change-user-apply .change-apply:hover{opacity:0.8;}
.user-class-container > h2 {
  color: #222222;
  font-family: ralewaysemibold;
  font-size: 18px;
  margin: 0 0 12px;
}
.investor-agreement .popupmain .login_popup_form{ max-height: 564px;
    overflow: auto;}
 .chnge-user-error {
  color: #ff0000;
  display: inline-block;
  font-family: ralewayregular;
  font-size: 13px;
  vertical-align: middle;
  width: auto;
}
.chnge-user-error.agree-error{
  color: #ff0000;width:100%;float:left;
  display: inline-block;
  font-family: ralewayregular;
  font-size: 13px;
  vertical-align: middle;
     text-align: center;
}

.txt-with-drop-down:nth-child(2n) {
    background: rgba(241, 241, 241, 0.698) none repeat scroll 0 0;
}
.txt-with-drop-down {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    float: left;
    font-family: ralewayregular;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
}
.depends-on-dbteqty h2 {
  color: rgb(247, 160, 28);
  font-family: ralewaysemibold;
  font-size: 17px;
  margin: 0 0 10px;
}
.txt-with-drop-down > select {
    border: 1px solid rgb(196, 196, 196);
    border-radius: 2px;
    height: 30px;
    margin: 0 10px 5px;
    padding: 0 5px;
    width: 121px;
    -moz-appearance: none; -webkit-appearance: none; -0-appearance: none; -ms-appearance: none; appearance: none;
    background: #ffffff url("../imgs/select-arrow-new.png") no-repeat scroll 91% center;
}
.txt-with-drop-down  select.equityMyInvestment {
  background-position: 92% center ;
  width: 116px ;
}
.radio-eq-div {
  float: left;
  margin-right: 10px;
  width: auto;
}
.radio-eq-div p {
  float: left;
  padding: 3px 0px;
}
.radio-eq-div:last-child {
  margin-right: 0px;
}
.txt-with-drop-down select option {
      padding: 5px 10px;
}
.invdbt {
  display: block;
  margin-bottom: 6px;
  margin-left: 15px;
   margin-top: 5px;
}
.acc-expired-myt {
  background: #f1f1f1 none repeat scroll 0 0;
  border-bottom: 2px solid #f7a01c;
  float: left;
  font-family: ralewayregular;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 8px 17px;
  text-align: center;
  width: 100%;
}
.acc-expired-myt > h4 {
  font-family: ralewaysemibold;
  font-size: 16px;
}
.acc-expired-myt .label.label-success {
  line-height: 11px;
  padding: 7px 12px;
}
.depends-on-dbteqty {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  float: left;
  overflow: hidden;
  width: 100%;
}
.upload_1.invst-crite.ppic_img.ralewaysemibold {
  margin-top: 0;
}
.invst-status {
  color: rgb(255, 0, 0);
  float: left;
  font-family: ralewayregular;
  font-size: 13px;
  padding: 10px 0px;
  width: 100%;
}
.invst-file.file-uploaded {
  padding: 7px 12px;
  width:auto;
}
.vpc-dbtn a {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(77, 153, 77) 0%, rgb(87, 184, 87) 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, rgb(77, 153, 77) 0%, rgb(87, 184, 87) 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, rgb(77, 153, 77) 0%, rgb(87, 184, 87) 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(to bottom, rgb(77, 153, 77) 0%, rgb(87, 184, 87) 100%) repeat scroll 0 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 5px;
  padding: 6px 10px;width:100%;text-align:center;font-family: ralewaysemibold;
}
.vpc-dbtn a:hover{color:#fff !important;opacity:0.8;}
.profile-img-block {
  float: left;
  position: relative;
}
.vpc-dbtn {
  position: absolute;
  right: 0;
  top: 87px;
  width: 210px;
}


/**************************tstmslider*************************/
.tstmslider-block {
  background: rgb(0, 0, 0) url("../imgs/forn-bg.jpg") no-repeat fixed left top / cover ;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  float: left;
  padding: 19px 0;
  width: 100%;
}
.tstmslider-block .slick-slide h3 {
  font-family: ralewayregular;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 8px;
  text-align: center;
}
.tstmslider-block .slick-slide h3 span {
  color: rgb(248, 160, 15);
  display: block;
  font-family: ralewaysemibold;
  font-size: 14px;
  margin-top: 6px;
}
.tstmslider-block  .slick-prev::before,.tstmslider-block  .slick-next::before{color:#fff;}
.tstmslider-block  .slick-slider {
  display: block;
  margin: 0;
}
.tstmslider-block .slick-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
 }
 .tstmslider-block .slick-slide:nth-child(4n){border-right:none;}
/**************************tstmslider end*************************/

/**************************tstmslider-block-v2*************************/
.tstmslider-block-v2 {
  background: rgb(0, 0, 0) url("../imgs/forn-bg.jpg") no-repeat fixed left top / cover ;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  float: left;
  padding: 19px 0;
  width: 100%;
}
.tstmslider-block-v2 .slick-slide h3 {
  font-family: ralewayregular;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 6px;
  text-align: center;
}
.tstmslider-block-v2 .slick-slide h3 span {
  color: rgb(248, 160, 15);
  display: block;
  font-family: ralewaysemibold;
  font-size: 14px;
  margin-top: 6px;
}
.tstmslider-block-v2  .slick-prev::before, .tstmslider-block-v2 .slick-next::before{color:#fff;}

.tstmslider-block-v2  .slick-slider {
  display: block;
  margin: 0;
}
.tstmslider-block-v2 .slick-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
 }
.tstmslider-block-v2 .slick-slide:nth-child(4n){border-right:none;}
.tstmslider-block-v2  .slick-track{width:4560px !important;}
.slider-cont .slick-prev::before, .slider-cont .slick-next::before{color:#fff;}
/**************************tstmslider-block-v2 end*************************/
.Affiliation-text{margin-bottom:20px;}
.vdo-block h2.home-vdo-title {
  color: #ffffff;
  font-family: HelveticaNeue;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  text-transform: capitalize;
}
.site-dec-content {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  padding: 20px;
  width: 100%;
  margin-bottom:30px;
}
.site-dec-content h2 {
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
}
.site-dec-content  p {
  font-size: 15px;  font-family: ralewaysemibold;
}
.site-btn-dec {
  display: inline-block;
  width: 100%;
}
.site-btn-dec > a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 8px 26px;font-size:16px;font-family: ralewaybold;text-transform:uppercase;
   box-shadow: 0 0 114px #f9b33f;
   -webkit-box-shadow: 0 0 114px #f9b33f;
    -moz-box-shadow: 0 0 114px #f9b33f;-o-box-shadow: 0 0 114px #f9b33f;-ms-box-shadow: 0 0 114px #f9b33f;
}
.site-dec-select {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.site-dec-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 3px;
  font-family: ralewaybold;
  height: 35px;
  max-width: 520px;
  padding: 2px 10px;font-size:17px;text-align:center;font-weight:600;
  width: 100%;  background: #ffffff url("../imgs/down-arrow.png") no-repeat scroll 96% center /20px;
}
.site-dec-select select option{padding:2px 2px 2px 10px;text-align:left;font-size:18px;font-family:ralewayregular;}
.site-dec {
  float: left;
  text-align: center;
  width: 100%;
}
.site-decriptions{display:none;float:left;margin-bottom:20px;}
.site-decriptions.active{display:block;}

.profile-table {
  float: left;
  width: 100%; border: 10px solid #ffffff;
}
.profile-table table{
  float: left;
  width: 100%; border-collapse: collapse; border:1px solid #ddd;
}
.profile-table table thead tr th{ border: medium none;
border-bottom: 2px solid #dddddd;
    vertical-align: bottom; padding: 10px 8px; color: #ffffff;
    font-family: ralewaysemibold;
    font-size: 14px; background: #f7a01c none repeat scroll 0 0; text-align:center; vertical-align: middle;
}
.profile-table table tbody tr td{ border: medium none;
border-bottom: 1px solid #dddddd;
    vertical-align: bottom; padding: 10px 8px; color: #555555;
    font-family: "ralewayregular";
    font-size: 14px; text-align:center; vertical-align: middle;
}
.profile-table table tbody tr:nth-of-type(2n+0){ background-color:#f5f5f5;}


/************************aff start********************************/

.aff-outer{
	float:left; width:100%; height:auto; background:url('../imgs/aff-bg.png')no-repeat center center; background-size:cover; padding-bottom:65px;
}
.aff-inner{
	float:left; width:100%; height:auto;
}
.aff-inner h4{
	float:left; width:100%; text-align:center; font-size:57px; color:#f8a00f; font-family: 'ralewaybold'; margin-top:50px;
}
.aff-inner h5{
	float:left; width:100%; text-align:center; font-size:27px; color:#fff; font-family: 'ralewayregular';
}
.aff-inner h6{
	float:left; width:100%; text-align:center; font-size:25px; font-family: 'ralewaybold'; color:#fff;
}
.steps {
  float: left;
  width: 100%; margin-top:50px;
}
.step-main-block1 {
  float: left;
  padding: 0 25px;
  text-align: center;
  width: 33.333%;
}
.step-main-block1 figure {
  margin-bottom: 25px;
  width: 100%; position:relative;
}
.step-main-block1 figure img {
  max-width: 182px;

}
.step-main-block1 h2 {
  color: #f8a00f;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 13px;
  
  width: 100%; font-family: 'ralewaysemibold';
}
.step-main-block1 p {
  color: #fff;
  font-size: 15px;
  width: 100%; line-height:22px; font-family: 'ralewayregular'; margin:0px;
}
.step-main-block1 a{
	float:left; width:100%; text-align:center; color:#f8a00f; font-size:14px;
}
.aff-bor{
	background:url('../imgs/repeat-bar.png')repeat-x left center; height:2px; position:absolute; left:72%; top:55%; width:71%;
}
.partner-affiliate .testimonial-images .block-main-image{
  text-align: right;
  width: 80%;
}
.partner-affiliate .block-images1,.partner-affiliate .block-images-middle {
  float: left;
  width: 31%;
}	
.partner-affiliate .block-images1 figure {
  box-shadow: 0 0 3px #b0b0b0; width: 140px; height: 140px;
}
.partner-affiliate .block-images1 img {
  min-width: 140px;
}
.partner-affiliate .common-comment-block span {
  font-style: unset;
}
.partner-affiliate .testimonial-half-main .email-first-block {
  background: #fff none repeat scroll 0 0;
}
.partner-affiliate .common-comment-block {
  background: #f0f0f0 none repeat scroll 0 0;
}
.partner-affiliate .testimonial-full p {
  margin-bottom: 40px;
}
.partner-affiliate  .testimonial-half-main .email-first-block {
  padding: 0;
}
.program{width:100%; float:left;padding:63px 0px;background:#000000;}
.program-block{width:100%; float:left;}
.program-block-inner{width:49%; float:left;background:#1f1f1f;padding:25px; min-height: 303px;max-height: 303px;}
.program-block-inner:nth-child(2n){ float:right;}
.program-block-inner h2{font-size:27px;color:#f8a00f;margin-bottom:20px;width:100%; float:left; font-family: ralewaysemibold;margin-top:0px;}
.program-block-listing{width:100%; float:left;}
.program-block-listing h6 {
  background: rgba(0, 0, 0, 0) url("../imgs/plus.png") no-repeat scroll left top;
  color: #ffffff;
  font-family: ralewayregular;
  font-size: 15px;
  margin: 0 0 15px;
  padding: 1px 0 1px 36px;width:100%; float:left;
}
.program-block-listing h6.active {
  background: rgba(0, 0, 0, 0) url("../imgs/minus.png") no-repeat scroll left top;
 }
.program-block-listing .ans {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  color: #ffffff;
  display: none;
  font-family: ralewayregular;
  font-size: 14px;
  padding: 9px 17px;
  width: 100%;margin-bottom:10px;float:left;
}
.program-block-listing {
  float: left;
  max-height: 221px;
  overflow: auto;
  width: 100%;
}
.join-now{width:100%; float:left;background-color:#f8a00f;padding:20px 0px; position:relative;}
.join-now h1{width:100%; float:left;font-size:46px; color:#fff;font-family: ralewaysemibold;margin-top:0px;}
.join-now p{width:100%; float:left;font-size:27px; color:#fff;font-family:ralewayregular;margin-top:0px;}
.sign-up-now {
  background: #ffffff none repeat scroll 0 0;
  font-family: ralewaybold;
  height: 100%;
  padding: 0 48px 0 129px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;background: #fff url("../imgs/sign-up-bg.png") no-repeat scroll left top;
}
.sign-up-now h2 {
  background: rgba(0, 0, 0, 0) url("../imgs/sign-up-now.png") no-repeat scroll right center;
  color: #f8a00f;
  font-size: 41px;
  padding: 10% 56px 10% 0;
  font-family: ralewaybold;
}
.sign-up-now h2 span{color:#000;}

/************************aff end********************************/

/***my custom banner***/
.code-type {
  display: none;
  float: left;
  width: 100%;
}
.aff-banner-outer, .aff-banner-inner {
  float: left !important;
  width: 100% !important;
}
.aff-banner-inner {display:none;padding:10px 1px 10px 10px;border:none !important;}
.aff-banner-inner li {
  position: relative;
  width: 100%;
  float: left;
  height: 210px;
  width: 33%;
  overflow: hidden;
  border: 1px solid #d7d7d7 !important;
  cursor:pointer;
}
.aff-banner-inner li img {
  bottom: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  height: auto;
  width: auto;
}
.aff-banner-inner li.vertical img {height: 100%;}
.aff-banner-inner li.horizon img {
  bottom: 0px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0px;
  width: 100%;
}

.aff-banner-inner li .mask {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  display: none;
}

.aff-banner-inner li.active .mask::before {
    background: rgba(0, 0, 0, 0) url("../imgs/tick1.png") no-repeat scroll center center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.aff-banner-inner li:hover .mask, .aff-banner-inner li.active .mask {display:block;}
.get-code-outer {
  float: left;
  margin-top: 20px;
  width: 100%;
  display: none;
}
.custom-banner input[type=file] {
  position: absolute;
  top: 0px;
}
.custom-banner a i, .custom-banner a span {
  padding-left: 12px;
}
.crop-container-outer{display:none;}
.jcrop-hline.bottom{margin-top:0px;padding-bottom:0px;}
/**********************/
.input-block > input#copy_code {
  background: #f7a01c none repeat scroll 0 0;
  border: 1px solid #f7a01c;
  border-radius: 5px 0 0;
  bottom: 0;
  color: #ffffff;
  font-family: ralewaysemibold !important;
  font-size: 14px;
  padding: 6px 12px;
  position: absolute;
  right: 0;
  width: auto;
}
.popupmain-cross {
  background: #ffffff none repeat scroll 0 0;
  color: #ff0000;
  font-size: 16px;
  height: 22px;
  width: 26px;
}
.acc-expired.acc-expired1 a{
  background: #ff0000;
  text-align: center;
  width:100px;
}
.acc-expired.acc-expired1 a:hover,.acc-expired.acc-expired1 a:focus{
  color:#fff!important;
  opacity: 0.7;
}


.terms-main {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 10px;
  width: 100%; 
}
.terms-main .fsty-main > h2 {
  font-family: ralewaysemibold;
  font-size: 22px;
  margin: 10px 0 20px;
  text-align: center; padding: 0 22px;
  width: 100%;
}
.popup-inner-content-aff{width:100%; float:left; padding: 15px;max-height: 300px;
    overflow: auto;}
.popup-inner-content-aff {
  float: left;
  text-align: left;
  width: 100%;
}
.popup-inner-content-aff h5 {
  font-family: ralewaysemibold;
  font-size: 16px;width:100%; float:left;
}
.bundle-plan-block-pop {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #dedede;
  float: left;
  width: 100%; margin-bottom: 20px;
}
.bundle-plan-inner-pop {
  float: left;
  padding: 13px;
  width: 33%;
}
.bundle-plan-inner-pop:nth-child(2){background: #fff;}
.bundle-plan-inner-pop > h3 {
  font-family: ralewaysemibold;
  font-size: 16px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
.bundle-plan-inner-pop span {
  color: #f8a00f;
  display: block;
  font-size: 16px;
  margin-top: 6px;
}
.terms-main .site-terms li{position:relative;padding-left:22px;}
.terms-main .site-terms li i {
   position: absolute;left:0;top:0;
}
.genral-txt{float: left;
    font-family: ralewaysemibold;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;}
.pro_complete.mob-pcom span, .progress-bar-line span {
  color: #f7a01c;
  cursor: pointer;
  font-family: ralewaybold;
}
.missing-progress {
  border-radius: 3px;
  float: left;
  width: 100%;
  display:none;
}
.missing-progress .tab-block-1 {
    float: left;
    margin-top: 25px;
    width: 100%;
}
.missing-progress-inner ul {
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  padding:0;width:100%; float:left;padding:5px 10px;
}
.missing-progress-inner {
  float: left;
  padding: 10px 20px;
  width: 100%;
}
.missing-progress-inner h5 {
  color: #f7a01c;
  float: left;
  font-family: ralewaysemibold;
  font-size: 18px;
  margin: 0 0 13px;
  width: 100%;
}
.missing-progress-inner  ul li {
  margin-bottom: 5px;
  width: 33.33%;padding:5px 10px ;border:none;
}
.missing-progress-inner:nth-child(2n) {
  background: #ffffff none repeat scroll 0 0;
}
.missing-progress-inner li i {
  float: left;
  margin: 3px 0 0 !important;
}
.missing-progress-inner li span {
  float: left;
  padding-left: 10px;
  width: 94%;
}
.separate-top {
  border-top: 2px solid #cecece;
  margin-top: 17px;
  padding-top: 12px;
}
.custom-lead-block .btnsadd-a-group { margin-top: 0px; }
.alpha-top-indexs a {
    width: inherit;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.alpha-top-indexs {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.alpha-top-indexs a.alpha-selected {background: #F7A01C;  color: #fff; line-height: 20px;}
.alpha-list {
    width: 100%;
    float: left;
}
h1.alpha-title {
    margin: 0px 0px 20px;
    font-family: ralewaysemibold;
    font-size: 25px;
    color: #222;
}
.alpha-item {
    width: 32%;
    float: left;
    padding: 10px 0px;
    border-bottom: 1px solid #dedede;
    margin-right: 2%;
}
.alpha-item a i {
    margin-right: 10px;
    font-size: 16px;
}
.alpha-item:nth-child(3n){margin-right:0px;}
/*------------------------ Mine Css ------------------*/
.people-matching {
    width: 100%;
    float: left;
}
.people-matching h1 {
    font-size: 17px;
    font-family: ralewaysemibold;
}
.people-matching h2 {
    font-size: 16px;
    font-family: ralewaysemibold;
    margin-bottom: 13px;
}
.people-guess {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.people-limg {
       border: 1px solid #dedede;
    float: left;
    width: 23%;
    margin-right: 5%;
}
.people-matching img {
         width: 100%;
    float: left;
    max-height: 50px;
}
.people-matching .people-txt {
        width: 72%;
    float: left;
}

.people-search {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.people-search input.psearch-input {
        display: inline-block;
    width: 48%;height: 26px;
}

.people-search input.psearch-input:last-child{float:right;}
.people-matching input.psearch-input:focus {
    border: 1px solid #a9a9a9 !important;
    line-height: 21px;
}
.people-search i.fa.fa-search {
    color: #222;
    padding: 3px;
    width: 19px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
}
form#psearch-form {
    position: relative;
    padding: 0 22px 0 0;
}
.people-matching h2 span {
    color: #F7A01C;
}
.people-matching .people-txt h1 {
    color: #F7A01C;
    margin: 0 0 2px;
    font-size: 15px;
}
.people-matching .people-txt p{margin-bottom:0px;    font-size: 13px;}
/*------------------------ Mine Css ------------------*/
.people-matching {
    width: 100%;
    float: left;
}

.people-matching h1 {
    color: #222;
    margin: 0 0 20px;
}
.result-page.dir-psearch .sweet-right-tick {
        width: 75%;
    float: left;
}
.result-page.dir-psearch .Partner-match-block1-inner {
    border: 1px solid #dedede !important;
    float: left;
    padding: 10px 20px 0px;
    width: 100%;
    position: relative;
    background: #F5F5F5 !important;
    margin-bottom: 5px;
}
.dir-psearch .partner-mach-bk1{width:100%;}
.result-page.dir-psearch .file-sharing-img{max-width:109px;}
.result-page.dir-psearch .sweet-right-tick h2 a{    font-family: ralewaybold;}
.result-page.dir-psearch .grop-pro-outer1 {
    top: 10px;
    position: absolute;
    right: 10px;bottom: auto;
}
.people-filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.people-filter .people-input {
    width: 24%;
    float: left;
    margin-right: 2%;
}
.people-filter .people-input input {
    width: 100%;
    float: left;height:35px;padding:0px 15px;color:#333;border:1px solid #dedede;
} 
.people-filter .people-input input[type=submit] {
   background:#F9A010;color:#fff; text-transform: uppercase;;border:1px solid #F9A010;
} 
.people-filter .people-input input[type=submit]:hover{color: #fff;opacity:0.8;}
.people-filter h1 {
    font-size: 18px;
    font-family: ralewaysemibold;
    margin: 0px 0px 10px;
}
.see-all-people {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.see-all-people p {
    font-size: 17px;
    font-family: ralewaysemibold;
    margin-bottom: 7px;
    width: 100%;
    float: left;    padding: 0px 24px;
}
a.join-now-button {
  background: #f7a01c none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff !important;
  display: inline-block;
  font-family: ralewaysemibold;
  font-size: 18px;
  padding: 8px 20px;
  width: auto;
}
.no-result-found h1 {
    margin: 0px;
    padding: 15px 0px;
    font-size: 20px;
    font-family: ralewaysemibold;
    text-align: center;
    width: 100%;}
a.join-now-button:hover{opacity:0.8;}
.slider-cont-txt {
  color: #ffffff;
  font-family: HelveticaNeueBold;
  margin-bottom: 10px;
  font-size: 16px;
}
.login-form-header {
  float: right;
  width: 488px;
}
.login-form-txt {
  float: left;
  margin-right: 2%;
  width: 40%;
}
.login-form-txt input {
  border: 1px solid #ffffff;
  border-radius: 4px;
  float: left;
  height: 32px;
  margin-bottom: 8px;
  padding: 0 10px;
  width: 100%;
}
.login-form-txt input.error_input {
  border-color: #f00 !important;
}
.login-form-txt input.check {
  height: auto;
  margin: 1px 5px 0 0;
  width: auto;
}
.login-form-txt a, .login-form-txt label {
  color: #ffffff;
  font-family: ralewayregular;
  font-size: 14px;
}
.login-form-btn {
  float: left;
  width: auto;
}
.login-form-btn input {
  background: #ef9604 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-family: ralewaybold !important;
  font-size: 14px;
  height: 34px;
  padding: 0 17px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
footer.gray-footer {
  background: #dedede;
}
footer.gray-footer p {
  color: #222;
}
.footer-dir-main::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  max-width: 449px;
  position: absolute;
  right: 0;
  width: 100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+1,ffffff+51,7db9e8+100&0+0,1+52,0+100 */
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,0.02) 1%, rgba(255,255,255,0.98) 51%, rgba(252,254,255,1) 52%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(30,87,153,0.02) 1%,rgba(255,255,255,0.98) 51%,rgba(252,254,255,1) 52%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(30,87,153,0.02) 1%,rgba(255,255,255,0.98) 51%,rgba(252,254,255,1) 52%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.footer-dir-main {
  float: left;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
.footer-dir-main h2 {
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 22px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.search-people {
  float: left;
  width: 100%;
}
.search-people-inner {
  display: inline-block;
  max-width: 601px;
  width: 100%;
}
.search-people-txt {
  color: #222222;
  float: left;
  font-size: 15px;
  margin-right: 2%;
  width: 40%;
}
.search-people-txt input {
  border: medium none;
  border-radius: 3px;
  height: 38px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
}
.search-people-btn {
  float: left;
  width: auto;
}
.search-people-btn input {
  background: #f8a00f none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-family: ralewaybold !important;
  height: 38px;
  margin-bottom: 15px;
  padding: 0 16px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
}
.footer-dir-main > p {
  float: left;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.footer-dir-main > p span {
  display: inline-block;
  float: none;
  width: auto;
}
.alpha-top-indexs a:hover {
  background: #F8A00F;
  color: #fff !important;
}
.footer-menus-main {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.footer-menus-main nav {
  display: inline-block !important;
  float: none;
  width: auto;
}
.footer-menus-main ul li a {
  color: #ffffff !important;
}
nav.main-nav ul li:last-child {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.logo img {
  width: 100%;
}
.see-all-people.join-sell-all {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3b3d+9,000000+95 */
background: rgb(58,59,61); /* Old browsers */
background: -moz-linear-gradient(top, rgba(58,59,61,1) 9%, rgba(0,0,0,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(58,59,61,1) 9%,rgba(0,0,0,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(58,59,61,1) 9%,rgba(0,0,0,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3b3d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  float: left;
  padding: 10px;
  width: 100%;
}
.img-join-block {
  float: left;
  width: 30%;
}
.img-join-one-block {
  float: left;
  margin-right: 2%;
  width: 32%;
  max-height: 108px;
  overflow: hidden;
}
.img-join-one-block:last-child {
  margin-right: 0;
}
.content-join-one-block {
  float: right;
  text-align: left;
  width: 68%;
}
.content-join-one-block p {
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 14px;
  padding-left: 0;
}
.social-main {
    float: left;
    display:block;
    width: 100%;text-align: center;height: 170px;background: #f1f1f1;margin-top: 20px;overflow: hidden;
}
.social-main-icon:nth-child(2n) {
  background: #e9e9e9 none repeat scroll 0 0;
}
.social-main-icon {
	padding: 0 10px;
    text-align: center;float: left;height: 100%;
    width:33%;display:block;position: relative;
}
.include-ind-share-panel .social-main-icon {
  width: 25%;
}
.social-main-icon i {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcaf32+0,ed970e+100 */
background: rgb(252,175,50); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,175,50,1) 0%, rgba(237,151,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,175,50,1) 0%,rgba(237,151,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,175,50,1) 0%,rgba(237,151,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf32', endColorstr='#ed970e',GradientType=0 ); /* IE6-9 */
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 44px;
    height: 100px;
    line-height: 97px;
    width: 100px; transition: all 1s ease 0s;-moz-  transition: all 1s ease 0s;-webkit-  transition: all 1s ease 0s;-o-  transition: all 1s ease 0s;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.social-main-icon i:hover{width:110px;height:110px;line-height: 107px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed970e+0,fcaf32+100 */
background: rgb(237,151,14); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,151,14,1) 0%, rgba(252,175,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,151,14,1) 0%,rgba(252,175,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,151,14,1) 0%,rgba(252,175,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed970e', endColorstr='#fcaf32',GradientType=0 ); /* IE6-9 */ }

/***************purchase start************************/

.purchase-head{
    float:left; width:100%; margin-bottom: 15px;
    padding: 0 13px;
}
.purchase-head img{
    display:inline-block; vertical-align:middle;
}
.purchase-head h4{
    display:inline-block; vertical-align:middle; font-size:19px; color:#222222; font-family: 'ralewaysemibold'; margin:0px; margin-left:5px;
}
.purchase-tab-outer{
    float:left; width:100%;
}
.purchase-tab-top{
    float:left; width:100%; background:url('../imgs/fade-money.png')no-repeat right center; padding: 12px 0;
}
.purchase-tab-top label{
    display:inline-block; vertical-align:top; font-size:14px; color:#6c6b6b; font-family: 'ralewaysemibold'; margin:0px; width: 20%;
}
.purchase-tab-top input, .purchase-tab-top textarea, .purchase-tab-top1 textarea{
    padding: 5px; display:inline-block; vertical-align:middle; height:33px; max-width:320px;width:100%; border:1px solid #dddcdc; margin-right: 10px;
}
.purchase-tab-top h5{
    display:inline-block; vertical-align:middle; font-size:14px; color:#6c6b6b; font-family: 'ralewaysemibold'; margin:0px;
}
textarea.comments-txt {    border: 1px solid #dddcdc;    width: 260px;font-family: ralewayregular;
    padding: 5px 5px;}
.purchase-tab-outer {
  float: left;
  padding: 20px;
  width: 100%;
}
.purchase-tab-top1 {
  float: left;
  margin-bottom: 22px;
  width: 100%;
}
.purchase-tab-bottom{
    float:left; width:100%; 
}
.purchase-tab-bottom-head{
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 24px;
        /* vertical-align: top; */
        background: rgba(247, 160, 28, 0.29);
        padding: 6px 15px;
        margin-top: 12px;
}
.purchase-tab-bottom-head img {
  display: inline-block;
  vertical-align: middle;
}
.purchase-tab-bottom-head h4 {
  color: #222222;
  display: inline-block;
  font-family: "ralewaysemibold";
  font-size: 16px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.pur-int-btm{
    float:left; width:100%; position:relative; margin-bottom:22px;
}
.pur-int-btm label {
  color: #6c6b6b;
  display: inline-block;
  font-family: "ralewaysemibold";
  font-size: 14px;
  margin: 0;
  vertical-align: middle;
  width: 160px;
}
.pur-int-btm input {
  border: 1px solid #dddcdc;
  display: inline-block;
  height: 33px;
  margin-right: 10px;
  vertical-align: middle;
  width: 260px;
}
.pur-int-btm img{
    display:inline-block; vertical-align:middle; top:0px; right:0px;
}
.pur-int-btm.pur-cvv input {
  width: 127px;
}
.pur-int-btm.pur-date input {
  width: 127px;
}
.pur-int-btm input[type=submit], .point-purchase{
     width:auto; font-size:16px; color:#fff; text-transform:uppercase; font-family: 'ralewaybold'; border-radius:5px;
    height:36px; padding:0px 10px; border:none; background-color:#f7a01c; display:inline-block;
}
.pur-int-btm.mar-btm{
    margin-bottom:0px;
}
.total-price{
	background:none!important;
    border:none!important;
    font-size:22px;
    font-family:ralewaysemibold!important;
    color:#F7A322;
    height:22px!important;
}

/***************purchase end************************/


/*****************************wallet start****************************/

.purchase-tab-top1 select{
    border: 1px solid #dddcdc;
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    vertical-align: middle;
    width: 260px;
    padding-right: 30px !important;
}
.purchase-tab-top1 select option{padding: 2px 4px;}
.purchase-tab-top.pur-mail{
    background:url('../imgs/wallet-fade.png')no-repeat right center; background-size:auto 90%;
}
.purchase-tab-top1 input[type=submit]{
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "ralewaybold"  !important;
    font-size: 16px;
    height: 36px;
    text-transform: uppercase;
    width: 104px!important; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f9e4f+0,60cd60+100 */
background: rgb(79,158,79); /* Old browsers */
background: -moz-linear-gradient(top, rgba(79,158,79,1) 0%, rgba(96,205,96,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(79,158,79,1) 0%,rgba(96,205,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(79,158,79,1) 0%,rgba(96,205,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f9e4f', endColorstr='#60cd60',GradientType=0 ); /* IE6-9 */
}
.wallet-btm{
    float:left; width:100%; padding:20px; background-color:#ebf2ea; border-top:2px solid #5aba5a;    font-family: 'ralewayregular';margin-bottom: 10px;
}
.wallet-btm.error{
    background-color:rgba(255, 0, 0, 0.15); border-top:2px solid #ff0000;margin-top:0px;
}
.wallet-btm p{
    margin-bottom:5px;
}
.wallet-inpt{
    float:left; width:100%; margin-top: 8px;
}
.wallet-inpt input{
    border: 1px solid #dddcdc;
    display: inline-block;
    height: 37px;
    margin-right: 10px;
    vertical-align: middle;
    width: 260px;
}
.wallet-inpt a {
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "ralewaybold";
  font-size: 16px;
  margin-right: 4px;
  padding: 7px 20px;
  vertical-align: middle;
}
.wallet-inpt a.wall-green{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f9e4f+0,60cd60+100 */
background: rgb(79,158,79); /* Old browsers */
background: -moz-linear-gradient(top, rgba(79,158,79,1) 0%, rgba(96,205,96,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(79,158,79,1) 0%,rgba(96,205,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(79,158,79,1) 0%,rgba(96,205,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f9e4f', endColorstr='#60cd60',GradientType=0 ); /* IE6-9 */
}
.wallet-inpt a.wall-oringe{
    background-color:#f7a01c;
}



/*****************************wallet end****************************/
.ui-autocomplete-loading {
    background: white url("../imgs/ui-anim_basic_16x16.gif") right center no-repeat;
  }
  .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  max-height: 300px;
  overflow: auto;
  width: 260px;
}



.slider-cont-txt{position:relative;}
.slider-cont-txt:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../imgs/reply2.png) no-repeat left top;
    float: right;
    background-size: 100%;
    right: -23px;
    top: -17px;
}
.slider-cont-txt:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../imgs/reply1.png) no-repeat left top;
    float: right;
    background-size: 100%;
    left: -23px;
    top: -17px;
}
.social-popup-txt {
  float: left;
  padding-top: 15px;
  text-align: left;
  width: 100%;
}
.social-popup-txt p{margin-bottom:0px}
.tab-content input.has-error,.tab-content select.has-error {   border: 1px solid #f00; }
.tab-content input.has-error:focus {   border: 1px solid #f00 !important; }
span.validation-failed, span.validation-advice {
    font-size: 14px;
    font-family: ralewayregular;
    padding: 4px 0px;
    color: red;
    display: inline-block;
}
.vcode-wmsg {
    width: 274px;
    display: inline-block;
    vertical-align: top;
}
.tab-content .cc-brand {
    width: auto;
    display: inline-block;
}
.tab-content .cc-brand img {max-height: 32px;}
.card-stripe-error{
    background: rgba(255, 0, 0, 0.08) none repeat scroll 0 0;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: left;
    border-left: 5px solid #f00;
    color: red;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 11px 14px;
    font-family: 'ralewayregular';
    margin-bottom: 10px;
}

.card-stripe-error.snpnt-error{
    margin-top: 0px;
}
.card-stripe-error.success {
    background: rgba(78, 157, 78, 0.17) none repeat scroll 0 0;
    color: #4F9F4F;
    border-color: #4F9F4F;
}
.wallet-history {
    width: 100%;
    overflow: auto;
    padding: 20px;

}
.whistory-lmore .pagination {
    margin-top: 0px;
}
.wallet-history table {
    width: 100%;
    float: left;
    font-family: 'ralewayregular';
    font-size: 13px;
}
.wallet-history thead tr {
    background: rgba(247, 160, 28, 0.25);
}
.wallet-history tbody tr {
    cursor: pointer;
}
.wallet-history th {
    font-size: 14px;
    font-family: 'ralewaysemibold';
}

.wallet-history th, .wallet-history td {
    padding: 10px 13px;
        min-width: 110px;
}
.wallet-history tbody tr:nth-child(even) {
    background: rgba(222, 222, 222, 0.43);
}
.wallet-history span {
    color: #F7A01C;
}

.whistory-lmore {
  
  width: 100%;float: left;
    text-align: center;
}
.whistory-lmore .point-purchase {
  background-color: rgb(247, 160, 28);
  border: medium none;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "ralewaybold";
  font-size: 16px;
  padding: 8px 24px;
  text-transform: uppercase;width:auto;
}
.mywallet-outer {
    width: 100%;
    float: left;
    position: relative;
}
.my-wallet {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.my-wallet h2 {
    background: url(../imgs/wallet.png) no-repeat left top;
    background-size: 31px;
    padding-left: 50px;
    font-size: 24px;
    font-family: ralewaysemibold;
    margin: 21px 0px 0;
    position: relative;
    background-position: left 17px center;
}
.my-wallet h2:before{
    background: url(../imgs/wallet.png) no-repeat left top;
}
.my-wallet h2 span {
    display: block;
    font-size: 13px;
}
.my-wallet h2 span.mw-points {
    display: inline-block;
    font-size: 19px;
    color: #4FA04F;
}
.my-wallet h2 span.mw-points-num {
    display: inline-block;
    font-size: 24px;
    color: #F7A01C;
}
/*******************multi partner-tabs*********************/
.purchase-tab-multi-partner .purchase-tab-top1 {
  float: left;
  margin-bottom: 22px;
  width: 100%;
}
.purchase-tab-multi-partner .purchase-tab-top input,
.purchase-tab-multi-partner .purchase-tab-top textarea,
.purchase-tab-multi-partner .purchase-tab-top select{max-width:320px; width:100%;font-family:ralewayregular;padding:5px;}
.purchase-tab-multi-partner .purchase-tab-top input.btn-main-1{ width:auto;padding:0px 20px;}
.uplode-btn-multi{width:auto;position:relative; display: inline-block;vertical-align: top;}
.purchase-tab-multi-partner .purchase-tab-top input[type=file]{ position: absolute;left:0;width:auto;border:none}
.purchase-tab-multi-partner .purchase-tab-top input[type=file] {  cursor: pointer; border: medium none; height: 37px; left: 0; margin: 0; opacity: 0;position: absolute; width: 105px; z-index: 1;}
.multi-select-point{position:relative;max-width:320px;display:inline-block; width: 100%;margin-right: 10px;   float: left;}
.multi-select-point.full-w{max-width:68%;}
.multi-select-point.full-w textarea{max-width:100%;}
.multi-select-point-inner{float:left;margin-right:3%;width:31.2%;}
.multi-select-point-inner:last-child{margin-right:0px;}
.multi-select-point-inner select option{padding:2px 5px;}
.multi-input {position: absolute;right: 8px; top:6px; }
.purchase-tab-multi-partner .purchase-tab-top.pur-mail {
  background: rgba(0, 0, 0, 0) url("../imgs/multi-partner-bg.png") no-repeat scroll right bottom ;
}
.purchase-tab-multi-partner .purchase-tab-top input.yellowbtn.btn-main-1{background: #f7a01c;}
.purchase-tab-outer.purchase-tab-multi-partner {padding: 0;}
/*******************multi partner-tab ends*********************/
/*******************multi-partner-listing*********************/
.multi-listing-row{width:100%; float:left;box-shadow:0px 0px 3px rgba(0,0,0,0.2);position: relative;left:0;padding-right:256px;background: #faf6f6;overflow:hidden;margin-bottom:15px;min-height: 110px;}
.multi-listing-row.not-found {
  text-align: center;
  padding: 11px 0px;
  min-height: 0;
  font-size: 14px;
  font-family: ralewaysemibold;
}
.multi-listing-row:last-child{margin-bottom:0px;}
.multi-listing-tb{width:100%; float:left;display:table;height:100px;}
.multi-listing-cell{width:auto;display:table-cell;vertical-align: top;}
.multi-listing-cell img{max-height:100px;}
.multi-listing-cell.first-field{width:147px;text-align:center;padding: 5px 0;background:#fff;border-right:1px solid #dedede;vertical-align: middle;}
.multi-listing-cell.second-field{padding:10px 0px;}
.multi-inner-content{padding-left:15px;width:100%;}
.multi-inner-content h2 {
  color: #f7a01c;
  font-family: ralewaysemibold;
  font-size: 15px;
  margin: 0 0 8px;
}
.multi-inner-content p {
  color: #222222;
  font-size: 13px;
  margin-bottom: 8px;
}
.createby  span {
  font-family: ralewayregular;
  font-size: 13px;
  margin-right: 13px;
}
.createby span b {
    font-family: ralewaysemibold; font-weight: normal;
}
.points-block {
  background: #fbd59d none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  right: -25px;
  top: 0;
  transform: skewX(-24deg);
  -moz-transform: skewX(-24deg);
  -webkit-transform: skewX(-24deg);
  -o-transform: skewX(-24deg);
  width: 270px;
}
.points-block-inner {
  color: #000000;
  font-family: ralewaysemibold;
  font-size: 13px;
  padding: 28px 50px 0 30px;
  transform: skewX(24deg);
  -moz-transform: skewX(24deg);
  -webkit-transform: skewX(24deg);
  -o-transform: skewX(24deg);  display: inline-block;
  width: 100%;
}
.points-block-inner span{width:100%; float:left;margin-bottom:0px; line-height: 19px;}
.points-block-inner span b{font-size:16px;font-weight:normal;padding:0px 20px;float:right;width: 80px;white-space: nowrap;}
.points-block-inner span b i{font-style:normal;padding-left:5px;}
.point-partner-block{width:100%; float:left;overflow:hidden;padding:0px 0px;background:#fff;margin-top:8px;padding:3px 5px; text-align:center; font-size:14px;color:#000;   position: relative; }
.point-partner-block-1-left{width:50%; float:left;position:relative;}
.point-partner-block-1-right {
  background: #f7a01c none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: -8px;
  top: 0;
  transform: skewX(-24deg);
  -moz-transform: skewX(-24deg);
  -webkit-transform: skewX(-24deg);
  -o-transform: skewX(-24deg);
  width: 53%;
}
.partner-mach-main-block .tab-block-1 .points-block-inner ul {
  background: #fab957 none repeat scroll 0 0;
  border: medium none;
  float: right;
  position: absolute;
  right: 28px;
  top: 0;
  width: auto;
}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li{width:24px;height:24px;float:left;border:none;}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li:nth-child(2n){background: #fbc777;}
.point-partner-inner-right{ padding: 0 15px 0 5px;
  transform: skewX(24deg);
  -moz-transform: skewX(24deg);
  -webkit-transform: skewX(24deg);
  -o-transform: skewX(24deg);}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li:hover{opacity:0.7;}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li a{width:100%; float:left;height:100%;border:none;}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li.view-ic a{ background: url(../imgs/view-ic.png) no-repeat  center;}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li.edit-ic a{ background: url(../imgs/edit-ic.png) no-repeat  center ;}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li.send-ic a{ background: url(../imgs/send-ic.png) no-repeat  center;}
.partner-mach-main-block .tab-block-1 .points-block-inner ul  li.share-ic a{ background: url(../imgs/share-black.png) no-repeat  center;}

.multi-listing-row:nth-child(2n){background:#fff6e9;}
.multi-listing-row:nth-child(2n) .points-block{background:#e2e1e0;}
.partner-mach-main-block .tab-block-1 .multi-listing-row:nth-child(2n) .points-block-inner ul{background:#bcbab8;}
.partner-mach-main-block .tab-block-1 .multi-listing-row:nth-child(2n) .points-block-inner ul  li:nth-child(2n){background: #cbc9c8;}
.Partner-match-block1-inner.tab-4-listing{padding-top:25px;}
.add-project {
  background: #52a652 url("../imgs/add-w.png") no-repeat scroll 12px center;
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 15px;
  padding: 6px 15px 6px 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  min-width: 141px; z-index: 99;
}
.add-project-desc{color:#ff0000;left:0px;position:absolute; right:0px; margin:auto;}
.add-project.info{right:165px;background-image:url("../imgs/info.png");background-size:19px auto;}
.add-project.list {background-image: url("../imgs/list-profile.png");}
/*******************multi-partner-listing ends*********************/
/*******************multi-partner-detail*********************/
.multi-partner-detail{width:100%; float:left;}
.multi-img-detail {
  background:#f1f1f1;
  border:1px solid #dedede;
  display:inline-block;
  float:left;
  height:200px;
  margin-right:20px;
  overflow:hidden;
  position:relative;
  width:200px;
}
.multi-img-detail img {
  bottom: 0px;
  left: 0px;
  margin: auto;
  max-height: 200px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.zoom-mask {
  background: rgba(0, 0, 0, 0.5) url("../imgs/image_zoom.png") no-repeat scroll center / 26px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display:none;
}
.multi-partner-detail h4 {
  color: #f7a01c;
  display: block;
  font-family: ralewaybold;
  font-size: 17px;
  margin: 0 0 10px;
}
.created-by-date {
  display: block;
  font-family: ralewaysemibold;
  font-size:13px;
}
.created-by-date span {margin-right: 20px; width: auto;}
.created-by-date span:last-child{margin-right:0px;}
.created-by-date span b {
  display: inline-block;
  font-family: arial;
  font-weight: normal;
  min-width: 85px;
  padding-left: 6px;
  vertical-align: middle;
}
.targey-point {float: right;}
.targey-point b {color: #f7a01c;font-size: 18px; line-height: 11px;}
.multi-partner-detail p {font-size: 14px; margin-top: 10px;}
.attachment-block{width:100%;float:left;margin-top:20px;}
.attachments{width:55%; float:left;padding-right:40px;}
.attachments h2 { color: #222222; font-family: ralewaybold; font-size: 16px; font-weight: normal; margin: 0 0 15px;}
.partner-mach-main-block .tab-block-1 .attachments ul{width:100%;float:left;border:none;}
.attachments ul li{width:100%;float:left;font-size:14px; color:#555;background: url(../imgs/attachment.png) no-repeat left center;padding-left:30px;border:none;margin-bottom:10px;}
.video-attachment{width:45%;border:5px solid #dfdddd;float:left;max-height:214px;overflow:hidden;}
.video-attachment img{width:100%;}
.partner-transaction{width:100%; float:left;margin-top:10px;}
.link-tab{width:100%; float:left;}
.link-tab a {background: #eeedec none repeat scroll 0 0;border-radius: 3px 3px 0 0;color: #222222;font-family: ralewaysemibold;  font-size: 14px; margin-right: 9px; padding: 8px 16px; text-transform: uppercase; width: auto;float:left;position: relative;z-index:1;}
.link-tab a:hover,.link-tab a.active{ background:#f7a01c;color: #fff !important;}
.partner-tranaction-block{padding:10px;width:100%; float:left;box-shadow:0px 0px 1px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.2);-moz-o-shadow:0px 0px 1px rgba(0,0,0,0.2);-moz-ms-shadow:0px 0px 1px rgba(0,0,0,0.2);margin-top:-1px;}
.partners-detail-tb{width:100%; float:left;padding:0px;}
.partners-detail-tb table th{font-weight:normal;color:#212121;font-family: ralewaysemibold;font-size:14px;}
.partners-detail-tb table td{font-size:14px;}
.partners-detail-tb table td span.red{color:#f00;font-family: ralewaysemibold;}
.partners-detail-tb table td span.green{color:#52a652;font-family: ralewaysemibold;}
.partners-detail-tb table td a{padding:3px 15px;border-radius:3px;color:#fff;background-color: #a7a6a4;}
.partners-detail-tb table td a:first-child{background-color:#f7a01c;margin-right:4px;}
.partners-detail-tb table td a:hover{color:#fff!important;}
.partners-detail-tb thead tr {  background: rgba(247, 160, 28, 0.25) none repeat scroll 0 0;}
.partners-detail-tb tbody tr:nth-child(2n) { background: rgba(222, 222, 222, 0.43) none repeat scroll 0 0;}
.partners-detail-tb table {float: left;font-family: "ralewayregular";font-size: 13px; width: 100%;}
.partners-detail-tb th, .partners-detail-tb td {padding: 10px 13px;}
.send-points{width:100%; float:left;margin-bottom:10px;}
.send-point-btn {background: #f7a01c url("../imgs/send-point.png") no-repeat scroll 13px center;border-radius: 3px; color: #ffffff; float: right;font-family: ralewaysemibold;font-size: 14px;padding: 5px 13px 5px 38px;}
.send-point-btn:hover{color: #fff!important;opacity:0.8;}
.multi-partner-listing{float:left;position:relative;width:100%;}
.multi-partner-listing h5 {   padding-right: 300px;color: #f7a01c;font-family: ralewaysemibold; font-size: 20px; margin: 0 0 5px;text-align:left;}
.multi-partner-listing h5 span {color: #52a652;}
.info-step {float: left; width: 100%;margin:15px 0px; background:rgba(0, 0, 0, 0) url("../imgs/arrow-line.png") no-repeat scroll 50% 25% / 72% auto;}
.info-block { float: left; padding: 0 10px; text-align: center; width: 16.6%;}
.info-icon {margin-bottom: 14px; width: 100%;}
.multi-partner-listing h6 {color: #222222;float: left; font-family: ralewaysemibold; font-size: 14px; margin: 0 0 20px; text-align: center; width: 100%;}
.Suggested-project {float: left;width: 50%;}
.Suggested-project h2 {font-family: ralewaysemibold;font-size: 17px;margin: 0 0 15px;}
.Suggested-row { float: left; width: 100%;}
.Suggested-left { float: left; width: 100%;margin-bottom:6px;}
.Suggested-left:nth-child(2n) {float:right;}
.Suggested-left  i{margin-right:7px;}
.detail-transfer-points{float:left;width:100%;}
.detail-transfer-points a{
  background: #52a652 url("../imgs/wallet-white.png") no-repeat scroll 12px center;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: ralewaysemibold;
  line-height: 23px;
  padding: 8px 13px 8px 42px;
  text-transform: capitalize;
}
.detail-transfer-points.leave-btn a{
  background: #ff0000 url("../imgs/leave-this-project.png") no-repeat scroll 15px center;
}
.detail-transfer-points a:hover {
  color: #fff !important;
  opacity: 0.8;
}
/*******************multi-partner-detail ends*********************/
.share-profit {
  background: #f1f1f1 none repeat scroll 0 0;
  font-family: ralewayregular;
  margin-bottom: 10px;float: left;width:100%;
}
.share-lbl {
  background: #dedede none repeat scroll 0 0;
  color: #222222;
  float: left;
  font-family: ralewaysemibold;
  font-size: 14px;
  padding: 12px;
  width: 26%;float: left;
}
.share-input {
  float: left;
  padding: 10px 20px;
  width: 74%;
}
.share-input-radio {
  float: left;
  margin: 0 30px 0 0;
  width: auto;
}
.share-input-radio input[type=radio]{display:none;}
.share-input-radio label{font-size:14px;padding-left:25px;position:relative;margin-bottom:0px; float:left;}
.share-input-radio label:before {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  bottom: 0;
  content: "";
  float: left;
  height: 17px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 17px;
}
.share-input-radio input[type=radio]:checked + label:before{background:#4FA04F;}
.purchase-tab-multi-partner .purchase-tab-top label{width:30%;float: left;}
select {
  background-image: url("../imgs/select-arrow-new.png");
  background-repeat:no-repeat;
  background-position:95% center;
  appearance:none;-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;
}
.purchase-head-multi{padding:0px;}
.purchase-head-multi h4{
  background: rgba(0, 0, 0, 0) url("../imgs/wallet.png") no-repeat scroll left center;
  line-height: 18px;
  margin-left: 0px;
  padding: 10px 0px 10px 50px;
}
.input-error {
  background-color: rgba(255, 0, 0, 0.05)!important;
  border: 1px solid #ff0000 !important;
}
.input-error:focus {
  background-color: rgba(255, 0, 0, 0.05)!important;
  border: 1px solid #ff0000 !important;
}
.share-input-error, .trns-points-radio-error {
  color: #ff0000;
  display: none;
  font-size: 14px;
}
.mob-radio-block .share-input-error {
  float:left;
}
.attach-name{padding-right:35px!important;}
.upload-btn-multi {
  float: left;
  position: relative;
}
.multi-partner-listing .multi-listing-row:last-child{margin-bottom:0;}
.not-found-panel .not-found {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  top: 0;
  font-family: ralewaysemibold;
  padding: 15px;
  text-align: center;
  width: 100%;
  min-height:auto;
}
.not-found-panel .not-found h2 {
  bottom: 0;
  color: #fff;
  font-size: 22px;
  height: 22px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.not-found-panel .multi-inner-content h2,
.not-found-panel .project-list-mob-content h2 {
  background: #f7a01c none repeat scroll 0 0;
  height: 8px;
  margin-bottom: 17px;
}
.not-found-panel .multi-inner-content p,
.not-found-panel .project-list-mob-content p {
  background: #999 none repeat scroll 0 0;
  height: 6px;
}
.not-found-panel .multi-inner-content span,
.not-found-panel .project-list-mob-content span{
  background: #999 none repeat scroll 0 0;
  float: left;
  height: 8px;
  margin-top: 17px;
  width: 42%;
}
.not-found-panel .project-date-mob-content p {
  background: #999 none repeat scroll 0 0;
  float: left;
  height: 6px;
  margin: 3px 0;
  width: 70%;
}
.not-found-panel .project-list-mob-content span.created-mob-1 {
  float: right;
}
.not-found-panel .multi-listing-tb {
  height: 110px;
}
.not-found-panel .multi-listing-cell.first-field,
.not-found-panel .cell-mob-list-img {
  background: #999 none repeat scroll 0 0;
}
/********************add-project for mobile**************/
.add-project-mob-block{width:100%; float:left;padding:10px;}
.add-project-mob-heading{width:100%; float:left; margin-bottom:15px;}
.add-project-mob-heading .add-project-desc{position:relative;float:left;width:100%}
.add-project-mob-heading h2{font-size:18px;float:left;margin:0px;font-family: ralewaysemibold;color:#f7a01c;}
.add-project-mob-heading h2 span{color:#52a652;}
.add-project-mob-heading a{float:right;padding-left:20px;background:url("../imgs/get-info.png") no-repeat left center;color:#f7a01c;font-family: ralewaysemibold;}
.add-project-mob-heading a.other-projects{background:none;}
.add-project-form-mob{width:100%; float:left;}
.add-project-form-mob form{width:100%; float:left;}
.mob-form-block{width:100%; float:left;}
.mob-form-input-block{width:100%; float:left;}
.mob-form-input-block-inner{width:100%; float:left;min-height:54px;position:relative;}
.mob-form-input-block-select select{border:1px solid #dddcdc;float:left;margin-right:3px;padding:6px;width:32.6%;height:35px}
.mob-form-input-block-select:last-child select{margin-right:0px;}
.mob-form-input-block-select select option{padding:2px 4px;}
.mob-form-input-block label{font-size:14px; color:#555;width:100%;margin-bottom:5px; font-family:ralewaysemibold;font-weight:normal;}
.mob-form-input-block-inner input{border: 1px solid #dddcdc;padding:0px 10px;font-family:ralewayregular;width:100%;height:35px;}
.mob-form-input-block-inner input.upload-field{padding-right:40px}
.mob-form-input-block-inner input.attach-name{padding-right:67px}
.mob-radio-block{width:100%; float:left;padding:10px;background: #f1f1f1;margin-bottom:15px;}
.mob-radio-block h2{font-size:14px;font-family: ralewaysemibold;width:100%; float:left;color:#222222;margin:0px 0px 8px;}
.mob-radio-btn{width:auto; float:left;}
.mob-radio-btn label:before { background: #ffffff none repeat scroll 0 0; border: 2px solid rgba(0, 0, 0, 0.4);border-radius: 20px; bottom: 0; content: ""; float: left; height: 17px;left: 0; margin: auto; position: absolute; top: 0; width: 17px;}
.mob-radio-btn input[type=radio]:checked + label:before{background:#4FA04F;}
.mob-radio-btn input[type=radio]{display:none;}
.mob-radio-btn label{font-size:14px;padding-left:25px;position:relative;margin-bottom:0px; float:left; font-family: ralewayregular ;padding-right:20px;}
.mob-form-input-block-inner.textarea{min-height:100px;}
.mob-form-input-block-inner textarea{height:80px !important;border: 1px solid #dddcdc;padding:0px 10px;font-family:ralewayregular;width:100%;}
.mob-uplode { position: absolute; right: 0;width: 34px; top:0;}
.mob-uplode img { position: absolute; left: 0;width: 34px; top:0;}
.mob-uplode input[type=file]{opacity: 0;position: relative;z-index:1;cursor: pointer;}

.mob-form-input-block-inner input.number-value:last-child{margin-right:0px;}
.mob-form-input-block-inner.input-range{ background: #2c2c2c none repeat scroll 0 0; padding:4PX 2px;text-align: center;margin-bottom: 15px;}
.add-mob-block {position: absolute; right: 40px; top: 8px;}
.mob-form-input-block-inner input.mob-btns {background: #f7a01c none repeat scroll 0 0;border: 1px solid #f7a01c;color: #ffffff; font-family: ralewaybold !important; font-size: 15px; margin-bottom: 10px;border-radius:3px;width:49%;}
.mob-form-input-block-inner input.mob-btns:last-child{margin-bottom:0px;}
.mob-form-input-block-inner .slick-boxes {
    float: none;width:12.9% !important;height:45px !important; margin:0px !important; display: inline-block;vertical-align: bottom;
}
.mob-form-input-block-inner .slick-boxes:last-child {
 margin: 0 0px 0 0 !important;
}
.mob-form-input-block-inner .slick-list {
    width: 100px;
    height: 45px !important;
    float: left;
}

.mob-form-input-block-inner .number-value {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99682c+0,f3a85e+48,99682c+100 */
background: rgb(153,104,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(153,104,44,1) 0%, rgba(243,168,94,1) 48%, rgba(153,104,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(153,104,44,1) 0%,rgba(243,168,94,1) 48%,rgba(153,104,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(153,104,44,1) 0%,rgba(243,168,94,1) 48%,rgba(153,104,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99682c', endColorstr='#99682c',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 34px;
    height: 45px !important;
    margin-right: 0px;
    width: 100% !important;
    padding: 0px;
    font-family: ralewaybold;
    text-align: center;
}
.mob-form-input-block-inner  .slick-list.draggable {
  height: 45px !important;
  width: 100%;
}
.mob-form-input-block-inner  .number-value h3 {
  float: left;
  margin: 0;
  padding: 9px;
  width: 100%;
}
/********************add-project for mobile end**************/
/********************listing-project for mobile**************/
.add-project-btn{width:100%; float:left;margin-bottom:10px;}
.add-project-btn a { background: #52a652 url("../imgs/add-pro.png") no-repeat scroll 10px center; border-radius: 2px; color: #ffffff; float: right; font-family: ralewaysemibold; padding: 5px 10px 5px 30px;}
.add-project-mob-block a.list-projects-btn {float: left;background-image:url("../imgs/list-profile.png");background-size: 14px auto;}
.add-project-mob-block a.list-projects-btn.infor {float: left;background-image:url("../imgs/info.png");background-size: 14px auto;}
.project-listing-mob{width:100%;float:left;}
.project-listing-mob-block1{width:100%; float:left;background-color:#f4f5f4;margin-bottom:15px;border:1px solid #dedede;border-radius:3px;position:relative;}
.project-listing-mob-block1:nth-child(2n){background-color:#fdf5e9;}
.project-list-top-mob{width:100%; float:left;border-bottom:1px solid #e9ebe9;display:table;}
.cell-mob-list{display:table-cell; vertical-align: top; text-align:center;}
.list-mob-img{position:relative; float: left;width:100%;background:#fff;border-right:1px solid #dedede;}
.icons-list-mob1 {
width: 100%;
position: absolute;
right: 0;
bottom: 0;
text-align: center;
background-color:rgba(0,0,0,0.8);
height: 26px;
}
.icons-list-mob1 a {
float: none !important;
display: inline-block;
}
.icons-list-mob1 a{width:25px!important;height:25px;float:left;}
.icons-list-mob1 a.mob-view{background:url("../imgs/mob-view.png") no-repeat  center;}
.icons-list-mob1 a.mob-edit{background:url("../imgs/mob-edit.png") no-repeat  center rgba(0,0,0,0.6);}
.icons-list-mob1 a.mob-send{background:url("../imgs/mob-send.png") no-repeat  center;}
.icons-list-mob1 a.mob-share{background: url("../imgs/mob-share.png") no-repeat scroll center center / 13px auto;}
.cell-mob-list-img{min-width:130px;width:40%;}
.cell-mob-list-content{min-width:130px;width:60%; vertical-align: middle;padding:0px 10px;}
.cell-mob-list-img img{max-height:83px;width:auto;}
.point-mob-section{width:100%; float:left;text-align:left;}
.point-mob-section { font-family: ralewaysemibold; font-size: 13px;margin-bottom:0px;}
.point-mob-section b{font-size:13px;}
.partner-mob-num{width:100%;float:left;overflow:hidden;background-color:#fff;padding:3px 10px;position:relative;margin-top:5px;}
.partner-mob-num span{font-size:13px; font-family: ralewayregular;text-align:left;float:left;}
.partner-num-block-mb { background: #f7a01c none repeat scroll 0 0; bottom: 0; position: absolute; right: -7px; top: 0;
 transform: skewX(-24deg);-moz-transform: skewX(-24deg);-webkit-transform: skewX(-24deg);-0-transform: skewX(-24deg);-ms-transform: skewX(-24deg);
  width: 48%;}
.partner-num-inner-mb{transform: skewX(24deg);-moz-transform: skewX(24deg);-webkit-transform: skewX(24deg);-0-transform: skewX(24deg);-ms-transform: skewX(-24deg);
padding:0px 20px; color:#fff; font-family: ralewaysemibold;font-size:15px;padding:0px 0px;}
.project-list-mob-content{width:100%; float:left;padding:10px;}
.project-list-mob-content h2{font-size:13px;margin:0px 0px 7px;color:#f7a01c;font-family: ralewaysemibold;}
.project-list-mob-content p,.project-date-mob-content p{font-size:13px;margin:0px 0px 7px; font-size:12px; }
.created-mob-1{float:right;}
.project-list-mob-content p span b ,.project-date-mob-content p span b{font-family: ralewaysemibold;font-weight:normal;}
.project-list-mob-content p:last-child,.project-date-mob-content p:last-child{margin-bottom:0px;}
.project-date-mob-content{background-color:#e7e8e7;padding:5px 10px;width:100%; float:left;}
.project-listing-mob-block1:nth-child(2n) .project-date-mob-content{background-color:#fbe5c4;}
/********************listing-project for mobile end**************/
/********************detail-project for mobile **************/
.project-detail-mob h3{font-size:14px;font-family: ralewaysemibold;color:#222;margin:0px 0px 10px;}
.lead-by-mob{width:100%; float:left;padding:4px 98px 4px 8px;background:#f1f1f1;position: relative;overflow:hidden;margin-bottom:10px;}
.lead-by-mob p{font-size:12px;margin-bottom:4px;}
.lead-by-mob p:last-child{margin-bottom:0px;}
.lead-by-mob p span{font-size:12px; font-family: ralewaysemibold;}
.target-points-mob{ background: #f7a01c none repeat scroll 0 0; bottom: 0; position: absolute; right: -13px; top: 0;
 transform: skewX(-24deg);-moz-transform: skewX(-24deg);-webkit-transform: skewX(-24deg);-0-transform: skewX(-24deg);-ms-transform: skewX(-24deg);width: 38%;}
 .target-points-mob-inner{transform: skewX(24deg);-moz-transform: skewX(24deg);-webkit-transform: skewX(24deg);-0-transform: skewX(24deg);-ms-transform: skewX(-24deg);
padding:0px 20px; color:#222; font-family: ralewaysemibold;font-size:15px;padding:0px 0px;}
.target-points-mob-inner p  span{display:block;font-size:14px;}
.target-points-mob-inner p {color: #222222;font-family: ralewayregular;font-size: 12px; padding: 7px 22px 8px 13px; text-align: center;}
.lead-by-mob p.completion-date span {display: block;font-size: 14px;}
.profile-pic-mob{width:100%; float:left;}
.profile-pic-mob {border: 1px solid #f1f1f1;float: left; margin-bottom: 10px; width: 100%;position:relative;height:200px;}
.profile-pic-mob img{max-height:200px;width:auto;position:absolute;left:0px;top:0px;right:0px;bottom:0px;margin:auto;}
.profile-pic-mob .zoom-mask{width:100%;}
.profile-pic-mob:hover .zoom-mask{display:block;}
.profile-mob-content{width:100%; float:left;margin-bottom:15px;}
.profile-mob-content p{margin:0px; font-size:12px;color:#555555;}
.attachments-mob{width:100%; float:left;margin-bottom:15px;}
.attachments-mob h2{font-size:14px; font-family: ralewaybold;width:100%; float:left;color:#222;margin:0px 0px 10px;}
.attachments-mob ul{border:none!important;}
.attachments-mob li{border:none!important;padding-left:25px; font-size: 13px;color:#555;background: rgba(0, 0, 0, 0) url("../imgs/attachment.png") no-repeat scroll left 3px / 15px auto;width:100%; float:left;margin-bottom:6px;}
.vdo-mob-profile{width:100%; float:left;border:6px solid #e0dfdf;margin-bottom:10px;}
.project-detail-mob .link-tab a{font-size:13px;}
.mob-detail-block1{width:100%; float:left;border-bottom:1px solid #fff;}
.mob-detail-block1 { width: 100%;float: left; border-bottom: 1px solid #fff;}
.mob-detail-block1 h2{width:100%;padding:10px 10px;background-color:#ece9e9;font-size:13px;font-family: ralewaysemibold;margin:0px;position:relative;}
.mob-detail-block1 h2.not-found{text-align:center;}
.fill-detail-mob { background: #fef5e8 none repeat scroll 0 0; color: #222222; float: left; font-family: ralewayregular; font-size: 13px;  padding: 10px; width: 100%;display:none;}
.mon-detail-row1 { float: left;width: 100%;margin-bottom:5px;}
.mon-detail-row1 label {font-family: ralewaysemibold; margin: 0;width: 35%;padding-right:10px;float:left;}
.mon-detail-row1 span { margin: 0;width: 65%;float:left;word-break: break-all;}
.mon-detail-row1 span.green{color:#52a652;}
.mob-detail-block1.open-block h2{background:#fcd599;}
.View-Profile-mob{width:100%!important; float:left;padding:5px 10px;border-radius:3px; color:#fff; font-size:14px; font-family: ralewaysemibold;background:#f7a01c;text-align:center;}
.View-Profile-mob.reject-btn{background:#a7a6a4;}
.fill-detail-mob a.View-Profile-mob:nth-child(3){margin-bottom:4px;}
.View-Profile-mob:hover{color: #fff !important;opacity:0.7;}
.add-partner-mob-block{width:100%!important; float:left;padding:8px 10px;border-radius:3px; color:#fff; font-size:14px; font-family: ralewaysemibold;background:#f7a01c;text-align:center;margin-bottom:10px;}
.add-partner-mob-block span{padding-left:28px;background:url("../imgs/add-partner-mob.png") no-repeat scroll left center;}
.add-partner-mob-block:hover{color: #fff !important;opacity:0.7;}
.mob-detail-block1 h2:before{background:url("../imgs/arrow-open.png") no-repeat scroll left center;width:15px;height:10px;content:"";position: absolute;right:15px;top:0;bottom:0;margin:auto;}
.mob-detail-block1 h2.not-found:before{background:none;}
.mob-detail-block1.open-block h2:not(.not-found):before{background:url("../imgs/arrow-close.png") no-repeat scroll left center;}
.mob-detail-block1.open-block .fill-detail-mob{display:block;}
.vdo-mob-profile img {width: 100%;}
.add-partner-mob-block.send-points span{background:url("../imgs/send-point.png") no-repeat scroll left center;}
.collected-points-mob{font-family: ralewaysemibold;font-size:14px;width:100%; text-align:center;margin-bottom:10px;}
.collected-points-mob b{font-family:ralewaybold;font-size:15px;font-weight:normal;}
/********************detail-project for mobile end**************/
/********************info-project for mobile **************/
.multi-partner-listing.multi-partner-listing-mob h5{font-size:16px;}
.multi-partner-listing.multi-partner-listing-mob p{font-size:12px;}
.multi-partner-listing.multi-partner-listing-mob .info-block{width:33.33%; padding: 0 4px;}
.multi-partner-listing.multi-partner-listing-mob .info-cell img { width: 60px;}
.multi-partner-listing.multi-partner-listing-mob .info-step{margin:0px;}
.multi-partner-listing.multi-partner-listing-mob .Suggested-left{width:100%;}
.multi-partner-listing.multi-partner-listing-mob .Suggested-left p{margin-bottom:0px;}
.mob-info-step{margin:10px 0px 20px;width:100%; float:left;}
.mob-info-step .info-step { background: rgba(0, 0, 0, 0) url("../imgs/arrow-info-mob.png") no-repeat scroll 50% 22% / 45% auto;}
.multi-partner-listing.multi-partner-listing-mob h6{font-size:13px; line-height:16px;}
.multi-partner-listing.multi-partner-listing-mob .Suggested-row h2{font-size:15px;margin:0px 0 10px;font-family: ralewaysemibold;}
/********************info-project for mobile end**************/
.invite-partner-main {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.invite-partner-main form {
  float: left;
  padding: 15px;
  width: 100%;
}
.invite-partner-main h2 {
  background: rgba(222, 222, 222, 0.5) none repeat scroll 0 0;
  color: rgb(34, 34, 34);
  font-family: ralewaysemibold;
  font-size: 20px;
  margin: 0;
  padding: 8px 11px;
  text-align: left;
}
.invite-partner-field1 {
  float: left;
  min-height: 55px;
  width: 100%;
}
.invite-partner-field1 label {
  color: rgb(34, 34, 34);
  display: inline-block;
  font-family: ralewayregular;
  font-size: 15px;
  padding: 7px 0;
  text-align: left;
  width: 35%;
}
.invite-partner-field1 input {
  height: 37px;
  padding: 0 10px;
  vertical-align: middle;
  display: inline-block;
  width: 65%;
}
.invite-partner-field2 {
  float: left;
  padding-left: 35%;
  text-align: left;
  width: 100%;
}
.invite-partner-field2 > input {
  background: rgb(82, 166, 82) none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: ralewaysemibold !important;
  font-size: 15px;
  height: 37px;
  padding: 0 20px;
}
.aff-trans-head {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
  padding:15px 20px 10px;
  width: 100%;
}
.aff-trans-head h2 {
  float: left;
  font-family: ralewaysemibold;
  font-size: 22px;
  margin: 0;
  width:60%;
}
.aff-trans-head-field{width:30%;padding:10px 0;}
.aff-trans-head-field select {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  font-family: ralewayregular;
  height: 26px;
  width: 100%;
}
.aff-trans-head-field select option {padding:2px 4px;}
.aff-breadcrumbs {
  float: left;
  margin-top: 4px;
  width: 100%;
  font-size: 14px;
}
.aff-breadcrumbs label {
  font-family: ralewayregular;
}
.aff-breadcrumbs label a {
  font-family: ralewaysemibold;
}
#ui-id-2{position:relative;z-index:999999999}

.thank-u {
  float: left;
  width: 100%;
}
.thank-u h2 {
  color: #f1ad3d;
  display: block;
  float: left;
  font-family: ralewaysemibold;
  font-size: 70px;
  font-style: normal;
  line-height: 80px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.thank-u span {
  color: #000000;
  display: block;
  float: left;
  font-family: ralewayregular;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.thank-u-outer {
  background-color: #f5f5f5;
  float: left;
  padding: 185px 20px;
  width: 100%;
}

.proj-head {
  float: left;
  margin-top: 11px;
  position: relative;
  text-align: center;
  top: 10px;
  width: 100%;
}
.proj-head p {
  color: rgb(85, 85, 85);
  font-family: ralewaysemibold;
  font-size: 15px;
}
.send-pt-desc p {
  font-size: 13px;
}
.MsoNormal {
  text-indent: 0 !important;
}
.aff-step-guide {
  text-align: center;
  width: 100%;
}
.flexslider .slides img {
  min-height: 760px;
}
/***********map-view*****************/
.partner-mach-main-block .tab-block-1 li a.map-view {
  background: rgba(0, 0, 0, 0) url("../imgs/map.png") no-repeat scroll 12px 6px;
  padding-left: 44px;
}
.partner-mach-main-block .tab-block-1 li a.list-view {
  background: rgba(0, 0, 0, 0) url("../imgs/list.png") no-repeat scroll 12px center;
  padding-left: 44px;
}
.map-view-main{width:100%; float:left;position:relative;padding:10px;overflow: hidden;}
.map-main-bg{width:100%; float:left;box-shadow:0px 0px 2px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.3);-o-box-shadow:0px 0px 2px rgba(0,0,0,0.3);border:4px solid #fff;}
.map-pop-up{padding:5px;background:#000;border-radius:4px;width:100%;min-height:270px;}
.gm-style-iw{top:0!important;left:0!important;overflow: visible !important;width:400px !important;height:250px!important;}
.gm-style-iw > div{max-width:100%!important;width:100%!important;}
.map-pop-up .map-pop-inner{padding:10px;background:#fff;border-radius:4px;width:100%;float:left;}
.map-pop-up .map-pop-inner h2{margin:0 0 10px;width:100%; float:left;color:#ff9f00;font-size:16px;font-family: ralewaysemibold;}
.map-pop-up .map-pop-inner h2 img{width:20px;}
.map-pop-up .map-pop-inner h2 span{color:#545454;font-size:12px}
.map-pop-inner .locked{position:relative;right:-2px;}
.detail-map-view {float: left;min-height: 203px;width: 100%;}
.img1-detail { border: 3px solid #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); float: left;margin-right: 10px;max-width: 108px;  width: 33%;position:relative;height:123px;overflow: hidden;}
.img1-detail img{width:100%;height:100%;}
.detail-right-block {float: left; width: 63%;}
.detail-map-view p { color: #545454; font-size: 13px; margin-bottom: 5px; padding-left: 25px; position: relative;}
.detail-map-view p:last-child{margin-bottom:0px;}
.detail-map-view p span.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100% !important;
  display: inline-block;
}
.partner-mach-main-block.search-results .tab-block-1 {
  margin-top: 0px;
}
.detail-map-view p:last-child span{height:76px;display:inline-block;}
.detail-map-view p i { left: 0; position: absolute; top: 0;}
.content-map-para { float: left; text-align: center; width: 100%;}
.detail-map-view .content-map-para  p{ float: left; text-align: left; width: 100%;padding-left:0px;color:#737373;height:37px;overflow: hidden;}
.content-map-para a:not(.locked) {background: #ec8102 none repeat scroll 0 0;border-radius: 3px; color: #ffffff; display: inline-block; margin-top: 5px; padding: 7px 16px;}
.content-map-para a:not(.locked):hover,.content-map-para a:not(.locked):focus{color:#fff!important;opacity:0.8;}
.close-pop {
  background: #000;
  border-bottom-left-radius: 3px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 30px;
  z-index: 99999;
}
.map-pop-up::before {
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 19px solid #000000;
  bottom: -39px;
  content: "";
  left: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}
.profiles-marker {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  max-width: 241px;
  position: absolute;
  right: -200px;
  top: 10px; max-height: 96%;
  transition: all 0.25s ease 0s;-moz-transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-o-transition: all 0.25s ease 0s;
}
.profiles-marker h2 {
  background: #000000 none repeat scroll 0 0;
  border-bottom: medium none;
  color: #ffffff;
  font-family: ralewaysemibold;
  font-size: 19px;
  margin: 0;
  padding: 7px 10px 8px 43px;
  text-transform: uppercase;
  position: relative;
}
.marker-inner {
  float: left;
  padding: 11px;
  width: 100%;
}

.profiles-marker h2 a{ background:url("../imgs/list-profile.png") no-repeat scroll 10px center #000;display:inline-block;height:100%;left:0px;position:absolute;top:0px;width:40px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul {
  border: medium none;
  float: left;
  width: 100%;
}
.partner-mach-main-block .tab-block-1 .marker-inner ul li {
  border: medium none;
  float: left;
  width: 100%; color:#fff;margin-bottom:6px;min-height:33px;font-size:13px; color:#fff;padding:3px 10px 3px 30px;
}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i1{ background:url("../imgs/i1.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i2{ background:url("../imgs/i2.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i3{ background:url("../imgs/i3.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i4{ background:url("../imgs/i4.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i5{ background:url("../imgs/i5.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i6{ background:url("../imgs/i6.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i7{ background:url("../imgs/i6.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i8{ background:url("../imgs/i6.png") no-repeat scroll left 4px;}
.partner-mach-main-block .tab-block-1 .marker-inner ul li.i9{ background:url("../imgs/i6.png") no-repeat scroll left 4px;}
.search-block-main{width:100%; float:left;padding:10px;}
.search-input-main1{}
.search-block-main input,.search-block-main select{font-family: ralewayregular;width:100%; float:left;border:1px solid #dedede;border-radius:3px;height:35px;padding:0px 7px;margin-bottom:6px;}
.search-input-main1{width:25%;margin-right:2%;float:left;}
.search-input-main11{width:18%;margin-right:2%;float:left;}
.search-input-main11 option{padding:2px 4px;}
.search-input-btn button{background-color:#ec8102;border:1px solid #ec8102;height:35px; padding:0px 10px;border-radius:3px;color:#fff;margin-bottom:6px;}
.search-input-btn button span{ background:url("../imgs/search-icon.png") no-repeat scroll left center;}
.search-input-btn span {
  font-family: ralewaybold;
  font-size: 15px;
  padding-left: 24px;
}
.search-block-main > h5 {
  color: #222222;
  font-family: ralewaysemibold;
  text-transform: uppercase;
}
.alert.alert-danger.zip-error {
    margin-top: 12px;
}
/***********map-view end*****************/
/************faq section new block****************/
 .faq-section {
  float: left;
  padding: 20px;
  width: 100%;
}
.faq-section .program-block-listing {
  float: left;
  overflow: auto;
  width: 100%; max-height: none;
}
 .faq-section .qusfaq {
  background: #f1f1f1 none repeat scroll 0 0;
  float: left;
  width: 100%;margin-bottom:1px;
}
.faq-section .qusfaq h6 {
  color: #222;
  margin: 0;font-size:15px;float: left; font-family: ralewaysemibold;width: 100%;float:left;
  padding: 10px 25px 10px 15px;  background: url("../imgs/plus11.png") no-repeat scroll 99% center;
}
.faq-section .program-block-listing .ans {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  color: #555;
  display: none;
  float: left;
  font-family: ralewayregular;
  font-size: 14px;
  margin-bottom: 0;
  padding: 9px 17px;
  width: 100%;
}
.faq-section .qusfaq h6.active {
  background: #f7a01c url("../imgs/minus.png") no-repeat scroll 99% center;
  color: #ffffff;
}
.faq-section .program-block-listing .qusfaq .ans {
    background: rgba(222, 222, 222,0.5);
}
.ans ul{border: medium none;margin: 5px 0 0;}
.ans ul li {  border-right: medium none;  padding: 5px 15px 5px;  width: 100%;}

/************faq section new block****************/
.partners-detail-tb table th:nth-child(5){width:100px;}
.partners-detail-tb table th:nth-child(2){width:200px;}
.partners-detail-tb table th:nth-child(1){width:150px;}
.highslide-image{background-color:#fff;}
/**************projects***************/
.projects-block-front{width:100%; float:left;}
.projects-block-front .block-project1{width:32%;float:left;margin-right:2%;margin-bottom:30px;background-color:#eeeeee;border-bottom:2px solid #b8b8b8;}
.projects-block-front .block-project1:nth-child(3n){margin-right:0px;}
.block-project-img1{height:auto;width:100%;float:left;position:relative;background:#dedede;}
.block-project-img1.pr-list{height:217px;overflow:hidden;width:100%;float:left;position:relative;background:#dedede;display: block;}
.block-project-img1.pr-list img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 217px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.block-content-project1{width:100%; float:left;padding:15px;}
.block-content-project1 h2{color:#f7a01b;margin:0 0 10px 0px;width:100%;font-family: ralewaysemibold;font-size:17px; height: 20px;  overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.lead-by-content-pj { float: left;margin-bottom: 10px; width: 100%;}
.block-content-project1 p{width:100%; float:left;font-size:13px;color:#727272;margin: 0 0 3px;}
.block-content-project1 p.project-desc{min-height:56px}
.block-content-project1 p a{color:#f7a01c;font-family:ralewaysemibold;text-transform:capitalize;}
.block-content-project1 p:last-child{margin-bottom:0px;}
.block-content-project1 p span{color:#222;}
.points-block-p1{width:100%; float:left;position:absolute;left:0;bottom:-60px;
transition: all 0.25s ease 0s;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-ms-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
}
.project-mask {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
height: 100%;
left: 0;
position: absolute;
top: 100%;
transition: all 0.25s ease 0s;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-ms-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
width: 100%;
}
.block-project-img1.highlight .project-mask{top:0px;}
.block-project-img1.highlight .points-block-p1{bottom:0px;}
.points-block-inner-p1{padding:15px 5px;text-align:center;color: #fff;background-color:#f7a01c;}
.points-block-inner-p1:nth-child(1){width:38%; float:left;}
.points-block-inner-p1:nth-child(2){width:32%; float:left;background-color:#FAC05F;}
.points-block-inner-p1:nth-child(3){width:30%; float:left;}
.points-block-inner-p1 h2{font-family: ralewaysemibold;font-size:20px;color:#fff;text-align:center;width:100%;margin:0px;}
.points-block-inner-p1 h2 span{display:block;font-size:13px;font-family: "ralewayregular";}
.pj-serach-block{width:100%; float:left;}
.search-pj-outer {margin-right: 15px;max-width: 341px; width: 100%;float:left;}
.search-pj-outer input {border: 1px solid #939393;height: 41px;padding:0 10px 0 40px; width: 100%;font-size:14px;background:url(../imgs/search-pj.png)no-repeat 15px center #fff;}
.short-pj-outer {float: left;  width: 145px;}
.search-by-btn1 {float: left;  width: 120px;margin-right:10px;}
.short-pj-outer select {border: 1px solid #939393;height: 41px;padding:0px 20px 0px 10px; width: 100%;font-size:14px;font-family:ralewayregular;}
.short-pj-outer select option{padding:2px 4px;}
.search-by-btn1 .search-blockbtn-main {border: 1px solid #F8A00F;height: 41px;padding: 0 10px; width: 100%;font-size:14px;background:#F8A00F;color:#fff;border-radius:3px;text-transform: uppercase;}
.pj-serach-block .tab-block-1.chage-paginatiopn-block {float: right; width: auto;}
.pj-serach-block .tab-block-1.chage-paginatiopn-block .pagination { margin-top: 0;}
.pj-serach-block .tab-block-1.chage-paginatiopn-block .pagination ul{margin-top:0px;}
.pj-serach-block .tab-block-1 .pagination .pagintn li a, .pj-serach-block .tab-block-1 .pagination .pagintn li span{width:40px;height:40px;border-radius:0px;font-size: 15px;padding: 10px 0;text-align:center; line-height: 17px;background:#fff;}
.tab-block-1.chage-paginatiopn-block .pagination li{margin:0px 1px;}
.pj-serach-block .tab-block-1 ul li i { font-size: 22px; margin-right: 0;}
.pj-serach-block-outer-main{width:100%; float:left;padding:20px 0px;background:#f1f1f1 url("../imgs/pr-srch-banner.jpg") repeat scroll left top;border-bottom: 1px solid #b8b8b8;}
.about-us.project-conatiner {
  padding: 35px 0;
}
.tab-block-1 .pagination .pagintn li.active span, .tab-block-1 .pagination .pagintn li:hover a {
  background: #f8a00f none repeat scroll 0 0;
}
.tab-block-1 .pagination .pagintn li.active  a {
  background: #f8a00f none repeat scroll 0 0;
}
/***********projects end*************/
/**************project detail***********/
.project-detail-pj1{width:100%; float:left;text-align:center;}
.project-detail-pj1 .block-project1{max-width:920px;width:100%; float:none;margin-right:0px;text-align:left;display: inline-block;background-color:#eeeeee;}
.project-detail-pj1 .block-project1 h2{font-size:22px;margin-bottom:15px;height:auto;}
.project-detail-pj1 .block-project1 p{color:#515151;margin-bottom:25px;}
.pj-video-block{width:60%; float:left;background-color:#fff;border:5px solid #fff;box-shadow:0px 0px 3px rgba(0,0,0,0.4);-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);-o-box-shadow:0px 0px 3px rgba(0,0,0,0.4);-ms-box-shadow:0px 0px 3px rgba(0,0,0,0.4);position: relative;}
.pj-video-block video{width:100%; float:left;}
.vdo-overlay-pj{background:rgba(0,0,0,0.6)url(../imgs/vdo-pj-icon.png) no-repeat center;position: absolute;left:0;top:0;bottom:0;width:100%;height:100%;}
.project-detail-pj1 .block-project-img1{max-height:100%;}
.doc-files-pj{width:37%; float:right;max-height:260px;overflow:auto;padding-right:3px;}
.pj-doc-img {  bottom: 0;  margin-bottom: 0px;left:0; position: absolute;  top: 0; width: 60px;}
.pdf{background:#ababab url(../imgs/pdf.png) no-repeat center /32px;}
.doc{background:#ababab url(../imgs/doc.png) no-repeat center /32px;}
.txt{background:#ababab url(../imgs/txt.png) no-repeat center /32px;}
.xml{background:#ababab url(../imgs/xml.png) no-repeat center /32px;}
.ppt{background:#ababab url(../imgs/ppt.png) no-repeat center /32px;}
.xls{background:#ababab url(../imgs/xls.png) no-repeat center /32px;}
.doc-files-pj-inner:last-child { margin-right: 0;}
.doc-files-pj-inner {  background: #ffffff none repeat scroll 0 0;  float: left; margin-bottom: 10px; margin-right: 2%;  position: relative;  width: 100%;padding-left:70px;}
.project-detail-pj1 .block-project1 .doc-files-pj-inner p{margin-bottom:0px;padding:15px 30px 15px 0px;}
.download-btn-main {bottom: 0; height: 20px; margin: auto; position: absolute; right: 13px; top: 0;}
.lead-by-block{width:100%;float:left;background:#373737;}
.lead-by-block-pj1{width:auto;float:left;padding: 10px 22px;}
.lead-by-block-pj1:nth-child(2n){background-color:#4f4f4f;}
.lead-by-first-block{position:relative;padding-left:57px;}
.leader-img{width:40px;height:40px;position: absolute;left:0;border-radius:40px;overflow:hidden;}
.project-detail-pj1 .block-project1 .lead-by-block-pj1 h2{font-size:13px; color:#fff;margin:0px;font-family: ralewayregular;}
.project-detail-pj1 .block-project1 .lead-by-block-pj1 h2 span{display:block;font-size:16px;margin-top:6px;font-family: ralewaysemibold;}
.project-detail-pj1 .block-project1 .lead-by-block-pj1 h2 span a{font-family: ralewaysemibold;color:#f7a01c;}
.pj-txt-center{text-align:center;}
.send-request {
  background:#f7a01c;
  color: #ffffff;
  float: right;
  font-family: ralewaysemibold;
  font-size: 19px;
  padding: 13px 19px;
  text-transform: uppercase;width:100%;
  text-align:center;
}
.send-request.view{background:#f7a01c url(../imgs/arrow-img-pj.png) no-repeat 95% center;text-align:left;padding: 13px 55px 13px 19px;}
.send-request:hover,.send-request:focus{color:#fff !important;}
.project-detail-img-left{width:65%;background-color:#d1d0d0;display:table-cell;vertical-align:middle;text-align:center;}
.project-detail-img-left img {
  max-height: 413px;
  max-width: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.block-project-img1{width:100%; float:left;display:table;}
.project-detail-img-right{width:35%;display:table-cell;}
.project-user-img{width:100%; float:left;text-align:center;padding:20px 0px;background:#f7a01c url(../imgs/pro-user-bg.png) repeat left top;}
.user-img-p{background:#fff;position:relative;width:140px;height:140px;overflow:hidden;border:3px solid #f6a21b;border-radius:100px;display:inline-block;}
.user-img-p img{width:auto;max-height:100%;position:absolute;left:0px;top:0px;right:0px;bottom:0px;margin:auto;}
.user-name {color: #f7a01b;float: left;font-family: ralewaysemibold;font-size:20px; text-transform: uppercase;width: 100%;margin-top: 10px;}
.data-user-project { float: left; width: 100%;}
.project-row-data { float: left;  padding: 7px 10px; width: 100%;}
.project-row-data:nth-child(odd){background:#fff;}
.project-detail-pj1 .block-project1 .project-row-data p{margin-bottom:0px;font-size:14px;}
.project-detail-pj1 .block-project1 .project-row-data p span{width:50%;float:right;}
.project-detail-pj1 .block-project1 .project-row-data p span b{width:10%; float:left;}
.pj-vid-listing{width:100%; float:left;padding:30px;background-color:#dddddd;}
.send-request {display: inline-block; float: none; width: auto;}
.send-req-bottom-btn { float: left; text-align: center; width: 100%;}
.send-req-btn .send-request {
  width: 100%;
}
.send-req-btn .send-request:hover{color:#fff !important;}

.group-porfile.adv-form-outer .full-block p {
  margin-bottom: 3px;
  margin-top: 0;
}
.group-porfile.adv-form-outer .form-edit-profilt {
  width: 100%;
}
.full-profie-block.full-main-outer .form-edit-profilt {
  float: left;
  width: 100%;
}
.inner-block.add-base-outer .sweet-group-main{ padding:18px;}
.inner-block.add-base-outer .sweet-group-main h4 {
  text-transform: uppercase;
}
.inner-block.add-base-outer .group-left-contanr{ padding:25px; padding-bottom:0px;}
.inner-block.add-base-outer .add-free-left{ padding:20px;}
.inner-block.add-base-outer .flat-free-add-txt{ padding: 14px 20px 20px;}
.inner-block.add-base-outer .add-free-left p{ font-size: 20px; line-height: 22px;}
.inner-block.add-base-outer .sweet-group-main h4{ font-size: 20px;}
.inner-block.add-base-outer .add-free-right p {
  font-size: 40px !important;
}
.inner-block.add-base-outer .business-info-p-sec h4 i{ font-family: ralewaysemibold;}
/**************project detail***********/
.clicktxt.sms-desc{font-size:12px}
.my-transactions .work-heading .subsription-btn {
	font-size: 14px;
	position: absolute;
	right: 12px;
	bottom: 6px;
	background-color: #f7a01c;
	border: medium none;
	border-radius: 5px;
	color: #ffffff;
	font-family: ralewaysemibold !important;
	line-height: 19px;
	padding: 8px 10px;
	text-transform: uppercase;
	width: auto;
}
.project-dtl-img{
	width:100%; float: left;min-height: 412px;position:relative;background-color:#000;
}
.project-dtl-head {
  background-color: #4e4e4e;
  float: left;
  padding: 10px 30px;
  width: 100%;
}
.project-dtl-head h4{
	color: #f7a01b;
    float: left;
    font-family: ralewaysemibold;
    font-size: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
.sol-pro-outer {
  background-color: #111111;
  float: left;
  height: auto;
  padding: 13px 0;
  text-align: center;
  width: 100%;
}
.sol-pro-outer ul {
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}
.sol-pro-outer ul li {
  display: inline-block;
  float: none;
  margin: 0 4px;
}
.sol-pro-outer ul li a {
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: 36px;
  padding: 4px 0;
  text-align: center;
  width: 36px;
}
.sol-pro-outer ul li a i {
  color: #111111;
}
.sol-pro-outer ul li a:hover i{ color:#F7A01C;}
.pro-btm-inner {
  float: left;
  width: 100%;
}
.pro-btm-inner p {
  float: left;
  font-family: "ralewaysemibold";
  font-size: 13px;
  margin: 0 0 8px !important;
  width: 100%; margin-bottom: 15px;
}
.pro-btm-ul-outer {
  float: left;
  width: 100%; margin-bottom: 20px;
}
.pro-btm-ul-outer ul {
  background-color: #ffffff;
  float: left;
  margin: 0;
  padding: 14px 0px;
  width: 100%;
}
.pro-btm-ul-outer ul li{
	float:left; width:25%; padding: 0 20px; border-right:1px solid #ddd;margin: 10px 0;
}
.pro-btm-ul-outer ul li h4 {
  color: #555555;
  float: left;
  font-family: 'ralewaysemibold';
  font-size: 14px;
  margin: 0 0 4px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-btm-ul-outer ul li h5 {
  color: #555555;
  float: left;
  font-size: 14px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: ralewayregular;
}
.project-detail-pj1 .block-project1 h2 {
  font-size: 22px;
  height: auto;
  margin-bottom: 15px;
}
.pro-btm-ul-outer ul li:nth-child(4n),.pro-btm-ul-outer ul li:last-child {
  border-right: medium none;
}
.block-content-project1.pro-btm-out h2 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 11px;
}

.pur-outer-main {
  display: inline-block;
  width: 65%;
}
.mob-form-input-block .pur-outer-main {
	width:100%;
}
 .proj-ind-panel {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 3px;
  float: left;
  margin-top: 5px;
  max-height: 93px;
  overflow: auto;
  padding: 8px;
  width: 100%;
  min-height: 74px;
}
 .proj-ind-panel span {
  background-color: #dddddd !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: none !important;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 9px 33px 9px 11px !important;
  vertical-align: top; font-family: "ralewayregular";
  position:relative;
}
 .proj-ind-panel span i {
  background-color: #ffffff;
  border: medium none !important;
  border-radius: 100% !important;
  font-family: ralewaysemibold;
  font-size: 11px;
  font-style: normal;
  height: 20px !important;
  margin-right: 5px;
  margin-top: 8px;
  padding: 3px 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}
.mob-form-input-block-inner select {
  border: 1px solid #dddcdc;
    font-family: ralewayregular;
    padding: 0 10px;
    width: 100%; height: 35px;    margin: 5px 0;
}
.proj-detail-inds > li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  list-style: inside none disc;
  width: auto;
}
.proj-detail-headline {
  color: #f7a01c!important;
  font-size: 17px;
}
.pro-dtl-outer-1 {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  float: left;
  width: 100%; height: 300px;
  margin-bottom: 20px;
}
.pro-dtl-img {
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 49%;
  background: #dddddd none repeat scroll 0 0;
}
.pro-dtl-img img {
  bottom: 0;
  float: left;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.pro-dtl-ryt-mian {
  float: right;
  height: 100%;
  padding: 18px 15px 18px 0;
  position: relative;
  width: 48%;
}
.pro-dtl-ryt-mian h4 {
  font-size: 20px;
}
.pro-dtl-ryt-mian p {
  font-family: ralewaysemibold;
}
.pro-dtl-list {
  float: left;
  margin-bottom: 9px;
  width: 100%; 
}
.pro-dtl-list span {
  font-size: 13px; font-family: ralewaysemibold;
}
.pro-dtl-list span b{ font-family: ralewayregular; font-weight: normal;}
.pro-dtl-list-last {
  float: right;
  max-height: 75px;
  overflow: auto;
  width: 100%;
}
.pro-cul-ryt {
  background-color: #f8a00f;
  border-radius: 100%;
  bottom: 0;
  color: #ffffff;
  height: 110px;
  margin: auto;
  padding: 39px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -32px;
  width: 110px;
}
.pro-cul-ryt h4 {
  color: #ffffff;
  margin: 0;
}
.pro-cul-ryt p {
  margin: 0;
}
.pro-dtl-img:hover .zoom-mask {
  display: block;
}
.pro-dtl-list-last b {
  margin-left: 4px;
}
.ind-share-main-icon {
  display: inline-block;
  position: relative;
}
.ind-share-main-icon img{ float:left;}
.share-industries-panel {
  float: left;
  width: 100%; padding: 0px 40px 15px;
}
.share-industries-panel h2 {
  color: #121212;
  float: left;
  font-family: ralewaysemibold;
  font-size: 17px;
  text-align: left;
  width: 100%;
}
.share-industries-panel button.ui-multiselect{
	background-color: #ffffff;
    background-image: url("../imgs/select-arrow-new.png");
    background-position: 97% 15px;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    border: 2px solid #ddd;
    border-radius: 3px;
    font-family: ralewaysemibold;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
    width: 100% !important; appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
}
.share-industries-panel button.ui-multiselect span {
  background-image: none;
}
.share-industries-panel .shareind-btn .share-industries-submit {
  background-color: #f7a01c;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "ralewaybold";
  font-size: 16px;
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 130px;
  float: left;
}
.shareind-btn {
  margin-top: 15px;position: relative;
}
.pro-detail-titlebar {
  float: left;
  width: 100%;
}
.pro-detail-titlebar p { 
  margin: 0;
  width: 68%;
}
.share-industries-panel .shareind-btn i {
  color: #ffffff;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

/*********************new section start************************/

section.regouter {
  background: rgba(0, 0, 0, 0) url("../imgs/bg-sec.png") repeat scroll left top;
  float: left;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}
.comn-heading {
  float: left;
  text-align: center;
  width: 100%;
}
.comn-heading h2 {
  color: #fff;
  margin: 0 0 18px; font-size:30px; font-family: 'ralewaysemibold';
}
.comn-heading h5 {
  color: #fff;
  margin: 0; font-size:15px; font-family: 'ralewayregular';
}
.reg-slider {
  background-color: #000;
  border-radius: 5px;
  float: none;
  margin: 105px auto auto;
  padding: 25px 30px 7px;
  width: 1000px;
  position: relative;
}
.reg-slide1 {
  display: inline-block;
  width: 100%;padding: 1px;
}
.reg-slide1 figure{
	float:left; width:100%;
}
.reg-slide1 figure img{
	width:100%;
}
.reg-slide1 h4{
	text-align:center; font-size:16px; color:#f8a00f; font-family: 'ralewaysemibold'; margin:12px 0 6px; float:left; width:100%;min-height:18px;
} 
.reg-slide1 h6, .reg-slide1 span{
	text-align:center; font-size:13px; color:#fff; margin:0px; font-family: 'ralewaysemibold'; float:left; width:100%;
}
.reg-slide1 span{ font-size:12px;margin-top:10px;}
.recent-registrations .slick-prev, .recent-registrations .slick-next{
  border: 6px solid #000;
  border-radius: 100%;
  height: 47px;
  position: absolute;
  width: 47px;
  z-index:1;
}
.recent-registrations .slick-prev{left:-53px;}
.recent-registrations .slick-next{right:-53px;}
.recent-registrations .slick-prev:before{content:"";}
.recent-registrations .slick-next:before{content:"";}
.recent-registrations .slick-prev, .recent-registrations .slick-prev:hover,.recent-registrations .slick-prev:focus{
	background: rgba(0, 0, 0, 0) url("../imgs/slid-lft.png") no-repeat scroll -2px -2px;
}
.recent-registrations .slick-next, .recent-registrations .slick-next:hover,.recent-registrations .slick-next:focus{
	background: rgba(0, 0, 0, 0) url("../imgs/slid-rht.png") no-repeat scroll -2px -2px;
}
.slide-par{
	display:block; text-align:center; margin-top:40px;
}
.slide-par p{
	text-align:center; color:#fff; font-size:18px; font-family: 'ralewaysemibold';
}
.jon-bg{
	float:left; width:100%; background:url('../imgs/jon-bg.png')no-repeat top left; background-size:cover; padding-top:80px;
} 
.jon-right {
  float: right;
  width: 39%;
}
.jon-left {
  float: left;
  width: 55%; margin-top: 60px;
}
.jon-left h2{
	float:left; width:100%; color:#fff; font-size:40px; text-transform:uppercase; font-family: 'gothambold1'; margin:0px;
}
.jon-left h2 span{
	color:#ffc600;
}
.jon-left p{
	color:#fff; font-size:14px; font-family: 'ralewaysemibold'; float:left; width:auto; margin:0px;
}
.jon-left p.phighlight {
  margin: 18px 0 60px;  font-size: 20px;
}
.jon-left h4{
	float:left; width:100%; margin:0px; font-family: 'ralewaybold'; text-transform:uppercase; font-size:20px; color:#fff;
}
.jon-don{
	float:left; width:100%; text-align:left; margin-top:15px;
}
.jon-bp {
  float: right;
  margin-top: 55px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;
}

@-webkit-keyframes bpdemo {
    0%   {top:0px;}
    50% {top:5px;}
    100% {top:0px;}
}

@keyframes bpdemo {
    0%   {top:0px;}
    50% {top:5px;}
    100% {top:0px;}
}

.jon-bp {
    position: relative;
    -webkit-animation-name: bpdemo; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite; 
    animation-name: bpdemo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


/*********************new section end************************/
.homepage_slidr figure {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.homepg_headingset h2{ margin: 0;}

.homepage_slidr figure img{border:none}
.homepage_slidr .slick-slider .reg-slide1{margin:0 5px;}
.homepage_slidr .slick-slider {
	margin-bottom: 20px;
}
.homepage_slidr{margin: 70px auto auto !important;}
.app-link > a {
    float: left;
    width: auto;
}
.app-link > p {
  padding: 2px;  text-align: center;  width: 90%;  font-size: 15px;  font-family: ralewaysemibold;
}
.app-link{
    float: left;
    width: 25%;
}
.fb-block-custom {
  padding:0 12px;
  text-align: left;
}
.fb-block-custom h1 {
  font-size: 14px;
  line-height: normal;
  margin: 2px 0 10px;
}
.fb-block-custom .radio label {
  padding-left: 22px!important;
  color: #fff!important;
}
.fb-block-custom .radbox-row label::before {
  top: 2px;
}
.sms-text-block p {
  float: left;
  font-size: 14px;
  margin: 3px 0;
  padding: 0 12px;
  text-align: left;
  width: 100%;
}
.sms-text-block {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.fb-block-custom .radio {
  display: inline-block ;
  float: none ;
  width: auto ;
  margin-right: 16px!important;
}
.fb-block-custom a {
    color: #F8A00F;
}
.fb-block-inner ul{display: none;}
.suggested-head{  color: #f7a01c;    float: left;    font-family: ralewaysemibold;    font-size: 23px;    margin: 0 0 25px;    text-align: center;    width: 100%;}
.multi-part-pro-status {
  float: left;
  width: 100%;
}
.project-list-mob-content .multi-part-pro-status, .proj-det-status.multi-part-pro-status{ margin-bottom:8px; }
.multi-part-pro-status img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.multi-part-pro-status h6 {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
  width: auto;
  font-size: 13px;
  font-family:ralewaybold;
}
.multi-part-pro-status h6.col-gren{ color:#52A652;}
.multi-part-pro-status h6.col-yelo{ color:#f7a01c;}
.multi-part-pro-status h6.col-red{ color:red;}

.loader_show {
 
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  display: block;
  float: left;
  height: 32px;
  left: 0;
  margin: auto;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  z-index: 1;
}

.links_image_map_container {
  float: left;
  position: relative;
  width: 100%;
}
.links_image_map {
  height: 70px;
  position: absolute;
  top: 100px;
  width: 72px;
}
.links_image_map.links_image_map1 {
  left: 0;
  margin: auto;
  right: 0;
}
.links_image_map.links_image_map2 {
  top: 230px;
  width: 85px;
}
.links_image_map.links_image_map3 {
  right: 71px;
  top: 167px;
}
.links_image_map.links_image_map4 {
  bottom: 236px;
  top: inherit;
  width: 95px;
}
.links_image_map.links_image_map5{
  bottom: 303px;
  top: inherit;
  width: 95px;
  right: 71px;
}
.links_image_map.links_image_map6 {
  bottom: 111px;
  top: inherit;
  width: 88px;
}
.links_image_map.links_image_map7 {
  bottom: 177px;
  right: 69px;
  top: inherit;
}
.mb_links_image_map_container {
    float: left;
    width: 100%;
    position: relative;
}
.mb_links_image_map_container .links_image_map.links_image_map1 {
    top: 9%;
}
.mb_links_image_map_container .links_image_map {
    height: 74px;
    width: 65px;
}
.mb_links_image_map_container .links_image_map.links_image_map2 {
    top: 31%;
}
.mb_links_image_map_container .links_image_map.links_image_map3 {
    top: 19%;
}
.mb_links_image_map_container .links_image_map.links_image_map4 {
    bottom: 37%;
}
.mb_links_image_map_container .links_image_map.links_image_map5 {
    bottom: 49%;
}
.mb_links_image_map_container .links_image_map.links_image_map7 {
    bottom: 26%;
}
.image_preview_ps {
  border: 7px solid rgb(255, 255, 255);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  width: auto;
  z-index: 1;
  margin: 9px 0px;
}
.image_preview_ps img {
  float: left;
  max-width: 95px;
  width: 100%;
}
.image_preview_ps video {
  float: left;
  max-width: 165px;
  width: 100%;
}
.tab-pane.fade {
  float: left;
  width: 100%;
}
#menu7 {
  min-height: 300px;
  padding: 20px;
  position: relative;
  text-align: center;
}
#menu7 video {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}


.videoWrapper {
  background-image: url("../imgs/videobg.png");
  background-size: 100% 100%;
  height: 0;
  padding-bottom: 44.25%;
  padding-top: 25px;
  position: relative;
}
.desktop_project_goal{
 width: 53% !important;
}
.add_project_setgoal{margin-top:15px !important;}
.video_prev{   border: 1px solid #dedede;
    height: 147px;
    margin: 0;
    padding: 8px 0;
    width: 250px;}
.vid_cont {

  text-align: center;
  width: 100%;
}
.vid_cont .video_dummy_container {
  padding: 25% 0 !important;
}
.vid_cont .videoWrapper {
  padding: 23%!important;
}
.video_dummy_container #video_play_button img {
    cursor: pointer;
}
.mob_adjust_mr{    margin-top: 12px;}
.video#abc{max-width: 500px;}
.error-log {
  color: #000000;
  font-family: ralewaybold;
  font-size: 43px;
  text-transform: uppercase;
}
.error-exist {
  color: #000000;
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
}
.partner-link {
  color: #faaa28;
  font-family: ralewaybold;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  line-height: 28px;
  padding-left: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
}
.link-block {
  background: #3d3b38 none repeat scroll 0 0;
  color: #fff;
  font-family: ralewayregular;
  font-size: 16px;
  width: auto;
  display: inline-block;
  padding-right: 12px;
  max-width: 100%;
}
.back-btn {
  background: #faaa28 none repeat scroll 0 0;
  color: #000;
  display: inline-block;
  padding: 3px 7px;
}
.main-error-outer {
  float: left;
  padding: 50px 43% 50px 15%;
  text-align: center;
  width: 100%;
  background: #ffdda5; /* Old browsers */
  background: -moz-linear-gradient(top, #ffdda5 0%, #fffbf4 100%) no-repeat; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffdda5 0%,#fffbf4 100%) no-repeat; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffdda5 0%,#fffbf4 100%) no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdda5', endColorstr='#fffbf4',GradientType=0 ); /* IE6-9 */
  height: 100%;
}
.business-icon img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.purchase-tab-commission:not(:last-child) {
  margin-bottom: 15px !important;
}
.trns-commission {
  border: 2px solid #f7a322 !important;
  color: #f7a322;
  font-size: 18px;
  height: 29px !important;
  max-width: 100px !important;
  padding:0px 5px !important
}
.trns-commission1 {
  border: none !important;
}
.purchase-tab-commission label span {
  font-size: 13px;
  color: #555555;
 width:100%;
 float:left;
 font-family:ralewayregular;
 line-height: 9px;
}

/*****changes of 20 dec******/
.sign_up_desc {
  color: #fff;
  font-family: "ralewayregular";
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  width: 100%;
  margin-top:25px;
  display:inline-block;
}
.step-main-block1 ul {
  display: block;
  margin-top: 25px;
  padding-left: 15px;
}
.step-main-block1 ul li {
  background-image: url("../imgs/dot-image.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "ralewayregular";
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  padding-left: 25px;
  text-align: left;
  width: 100%;
}
/*****changes of 20 dec******/

/****pointsystem landing page*****/

.point-system-grid {
    width: 100%;
    float: left;
}
.point-system-cover {
    width: 100%;
    float: left;
}
.left-point {
    width: 50%;
    float: left;
    height: 460px;
}
.right-point {
    width: 50%;
    float: left;
}
.point-main-heading {
    color: #000000;
    font-size: 30px;
    font-family: 'ralewaybold';
    line-height: 44px;
    margin-bottom: 10px;
}
.point-main-heading span{
    color:#f3a21e;
}
.point-system-grid1, .point-system-grid3 {
    background-color: #efefef;
    padding: 15px 0 20px;

}
.point-system-grid2, .point-system-grid4 {
       background-color: #fff;
    padding: 15px 0 20px;

}
.point-text {
    color: #0e0e0e;
    font-size: 19px;
    font-family: 'ralewayregular';
}
.left-point-inner {
    display: table;
    width: 100%;
    height: 100%;
    float: left;
}
.left-point-inner-cell {
    display: table-cell;
    vertical-align: middle;
}
span.point-sub-heading {
    display: inline-block;
    color: #000000;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'ralewaysemibold';
}
.point-system-cover:nth-child(even) .left-point {
    float: right;
    padding-left: 7%;
}
.fotter-outer .footer-menus-main {
    float: left;
    text-align: center;
    width: 100%;
}
.fotter-outer .footer-menus-main nav {
    display: inline-block!important;
    float: none;
    width: auto;
}
.fotter-outer .footer-menus-main nav.main-nav ul {
    float: left;
    margin: 0;
    width: auto;
    padding: 10px 0;
}
.fotter-outer nav.main-nav ul li {
    width: auto;
    display: inline-block;
    padding: 0 9px;
    background: url(../imgs/dot.png)no-repeat right center;
    float: none;
}
.fotter-outer .footer-menus-main ul li a {
    color: #ffffff!important;
}
.fotter-outer .footer-s-link-main {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
    padding-bottom: 15px;
}
.fotter-outer .footer-s-link-main a {
    border: 1px solid rgb(255,255,255);
    border-radius: 50px;
    color: rgb(255,255,255);
    display: inline-block;
    font-size: 20px;
    height: 35px;
    margin: 0 3px;
    padding: 3px 0;
    text-align: center;
    width: 35px;
}
.fotter-outer .ns-security {
    bottom: -26px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.fotter-outer .ns-security img {
    width: 150px;
}
.bottom-footer {
    background: #dedede;
}
.bottom-footer p {
    color: #222;

}
.bottom-footer .text-center{
    text-align: center;
}
.fotter-outer {
    width: 100%;
    float: left;
    background-color: #000000;
    position: relative;
}
.footer-inner {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0;
}
.sub-site-terms li:first-child {
  margin-top: 7px;
}
.site-terms.sub-site-terms > li {
  padding-left: 16px;
}
.fa.fa-circle {
  font-size: 10px;
}


/******************start form page style**************************/
.form-outer-box {
    width: 100%;
    float: left;
}
.form-inner-box {
    width: 100%;
    float: left;
    padding: 15px 15px 0;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}
.form-inner-box .radio-btn-block {
  margin-right: 0px !important;
}
.website-information-grid.chk_align_affiliate > input[type=checkbox] {
float:left;
  margin: 0 6px 0 3px;
}
.website-information-grid.chk_align_affiliate > p {
  float: left;
  width: auto;
}
.account-setting {
    width: 100%;
    float: left;
}
.form-main-heading {
    font-size: 27px;
    color: #f8a00f;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    font-family: ralewaysemibold;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;

}
.form-main-heading span {
    
    display: inline-block;
    position: relative;
}
.form-main-heading span:before {
    border-bottom: 3px solid #f8a00f;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    content:'';
}
.common-setting-cover {
    width: 100%;
    float: left;
}
.common-setting-cover label, .common-setting-cover input[type="text"], .common-setting-cover textarea, .common-setting-cover select{
    width: 100%;
    float: left;
    border:none;
}
.common-setting-cover input[type="text"],.common-setting-cover input[type="password"], .common-setting-cover textarea, .common-setting-cover select{
    font-size: 14px;
    font-family: 'ralewayregular';
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgb(196, 196, 196);
    padding: 6px 10px;
    height: 36px;
    border-radius: 2px;
}
.common-setting-cover input[type="password"]{
 width: 100% !important;
}
asterix{color:red;}
.common-setting-cover select{
    background-image: url('../imgs/arrow-down-sign-to-navigate.png');
    background-repeat:no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 21px;
}
.common-setting-cover input:focus, .common-setting-cover textarea:focus, .common-setting-cover select:focus{
    outline: none;

}
.contact-information-grid.contact-information-checkbox input {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.contact-information-grid.contact-information-checkbox label {
    display: inline-block;
    width: auto;
}
.account-setting-grid {
    float: left;
    width: 32.33%;
    padding: 8px 0;
    margin-right: 1%;
    margin-bottom: 1%;
}
.common-setting-cover label{
    font-family: 'ralewaysemibold';
    font-size: 14px;

}
.contact-information-grid {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 8px 0px;
}
.website-information-grid {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 8px 0;
}
.website-information-grid.website-information-grid-full {
    width: 99%;
    float: left;
}
.contact-information-grid.contact-information-checkbox {
    float: left;
    clear: both;
}
.contact-information-grid.contact-information-password {
    width: 99%;
    margin-right: 0;
}
/******************start form page style**************************/

/*******22dec ******/
.infographic_link {
  float: right;
  margin: 10px 0 -20px;
  width: auto;
}
.infographic_link a {
  background-color: #f7a01c;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "ralewaybold";
  font-size: 16px;
  height: 35px;
  padding: 6px 10px;
  text-transform: capitalize;
  width: auto;
}
.infographic_link a:hover {
  background-color: #f7a01c !important;
  color: #fff !important;
}
#infographic_link > img {
  padding: 0px 5px 3px 0;
}
.acc-expired-myt .reg_linkk {
  word-wrap: break-word;margin-top:10px;
}
/*******22dec ******/
/**********profile page style*********/
.social-share-icons-dash {
  background: transparent none repeat scroll 0 0;
  display: block;
  float: none;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  width: auto;
}
.dashboard_info_dta .social-share-icons-dash {
	float:left;
	margin-top: 0px;
}
.social-icons-dash {
  display: block;
  float: left;
  height: 100%;
  padding: 0 6px;
  position: relative;
  text-align: center;
  width: auto;
}
.social-icons-dash a i
{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(252, 175, 50, 1) 0%, rgba(237, 151, 14, 1) 100%) repeat scroll 0 0;
  border: 0 none transparent;
  border-radius: 100px;
  bottom: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 22px;
  height: 49px;
  left: 0;
  padding: 13px 0;
  position: relative;
  right: 0;
  top: 0;
  transition: all 1s ease 0s;
  width: 49px;
}

/**********profile page style*********/
.grayblock-text-container {
  margin-bottom: 15px;
}
.grayblock-text-container .gray-block{
	margin-bottom: 15px;
}
.paywall_text {
  text-align: center;
}
.paywall_text a {
  text-decoration: underline !important;
  font-size: 16px;
  color:#f08d07;
}

/*******************************start upgradeaccount page ********************************/
.monthely-offer-block {
  float: left;
  margin: 10px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.monthely-offer-block::before {
  background-image: url("../imgs/curav-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 200px;
  left: -54px;
  position: absolute;
  top: 10px;
  width: 95px;
  z-index: 10;
}
.monthely-offer-block a {
    font-size: 16px;
    text-decoration: underline !important;
}
.prefered-member {
     width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
}
.prefered-member p {
  font-size: 18px;
  padding: 15px 0 0 !important;
}
.package1_bundle_add .discounted_price {
  left: 17px;
  position: absolute;
  top: 59px;
}
/*******************************end upgradeaccount page ********************************/
.price-inner-block.package1_bundle h3::before {
  background-image: url("../imgs/strike-img.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 33px;
}
.discounted_price {
  color: #f19333;
  display: inline-block;
  float: left;
  font-size: 21px;
  margin-bottom: 9px;
  position: relative;
  top: -9px;
  width: 100%;
}
.affiliate_note {
  color: rgb(85, 85, 85);
  float: left;
  font-family: "ralewayregular";
  font-size: 14px;
  line-height: 21px;
  padding-left: 9px;
  position: relative;
  width: 100%;  margin-top: 20px;
}
.affiliate_note span {
  color: red;
  display: inline-block;
  font-size: 39px !important;
  left: -2px;
  position: absolute;
  top: 7px;
}
.video_display_info video{position: relative !important;    height: 100%;    width: 100%;}
.mob_dashboard_info_dta{margin-bottom:0px !important;}
.prefered-member a {
  color: rgb(247, 160, 28);
  text-decoration: underline !important;
}
.total-price{height: 33px !important;}

/*******************************start affiliate form ********************************/
section.affiliate-cover {
    width: 100%;
    float: left;
    background-color: #e3e3e3;
}
.affiliate-outer-form{
    width: 100%;
    float: left;
    box-shadow: 0px 0px 26px #ababac;
    margin-bottom: 50px;

}
.affiliate-inner-form {
    background: #fff;
    width: 100%;
    float: left;
    padding: 50px;
    position: relative;
    margin-top: -253px;
}
.affiliate-main-heading {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'ralewaybold';
    font-weight: normal;
    margin-top: 19px;
}
.affiliate-top-start h2{
    color: #ef9604;
}
.affiliate-top-start .affiliate-main-text {
  margin-top: 10px;
}
p.affiliate-main-text {
    color: #1c1c1c;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'ralewaysemibold';
   font-weight: normal;
}
.affiliation-form-cover {
    width: 100%;
    float: left;
}
.affiliation-half-section {
    width: 33.33%;
    float: left;
    margin-top: 20px;
    position: relative;
}
.affiliation-half-section input{
    width: 97%;
    height: 30px;
    padding:0;
    color: #1c1c1c;
    font-size: 14px;

}
.affiliation-full-half-section input {
    width: 98%;
    height: 30px;
    padding:0;
    color: #1c1c1c;
    font-size: 14px;

}
.affiliate-why-affiliate .affiliation-full-section input {
    width: 99% !important;
}
.affiliation-form-cover input, .affiliation-form-cover textarea, .affiliation-form-cover select,.affiliation-full-half-section select {
    border: none;
    border-bottom: 1px solid #1d1d1d;
}
.affiliation-full-half-section {
    width: 50%;
    float: left;
    margin-top: 30px;
    position: relative;
}
.affiliate-top-location {
    width: 100%;
    float: left;
    margin-top: 18px;
}
.affiliation-full-section {
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative;
}
.classification-bottom .affiliation-full-section {
  margin-top: 30px;
}
.affiliation-full-section input, .affiliation-full-section textarea, .affiliation-full-section select{
    width: 98%;
    height: 30px;
    padding:0;
    color: #1c1c1c;
    font-size: 14px;
    resize: none;
}
.affiliation-full-section textarea{
    min-height: 30px; font-family: ralewayregular;
    height: 30px !important;  padding: 5px 0;
}
.location-grid-affili {
    width: 96%;
    float: left;
}
.location-grid-affili {
    width: 96%;
    float: left;
    margin-top: 30px;
}
.location-grid-affili input, .location-grid-affili select{
    width: 100%;font-family: ralewayregular;
    height: 30px;
}
.affiliate-top-location .affiliation-full-half-section {
    margin-top: 0;
}
.affiliate-why-affiliate {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.affiliate-why-affiliate .affiliation-full-section textarea {
    width: 99%;
}
.affiliation-check-box {
    width: 100%;
    float: left;
    margin-top: 30px;
}
span.affiliation-check-box-inner label {
    color: #1c1c1c;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding-left: 10px;font-family: ralewayregular;padding-left:25px;
}
span.affiliation-check-box-inner label:before {
    content: '';
    position: absolute;
    background-image: url('../imgs/unchecked.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 16px;
    left: -0px;
    background-position:left center;
}
span.affiliation-check-box-inner input:checked + label::before {
    background-image: url('../imgs/checked.png');

}
span.affiliation-check-box-inner input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 9;
  display: block;
}
span.affiliation-check-box-inner {
    display: inline-block;
}
span.affiliation-check-box-inner input{
    display:none;
}
.affiliation-check-box span.affiliation-check-box-inner:nth-child(2) {
    margin-left: 50px;
}
.affiliate-describe-yourself {
    width: 100%;
    float: left;
    margin-top: 30px;
}
span.afiliate-form-sub {
    color: #ef9604;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;font-family: ralewaysemibold;
}
.affiliation-form-cover {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.affiliation-form-cover .classification-section{
   width: 100%;
    float: left;
}
.classification-left {
    width: 50%;
    float: left;
}
.classification-left ul, .classification-right ul {
    display: block;
    width: 100%;
    float: left;
}
.classification-right {
    float: left;left: 100%;
    position: absolute;
    width: 100%; top: 0;
}
.classification-left ul li, .classification-right ul li{
    width: 100%;
    padding:15px 0 16px 20px;    position: relative;
}
.classification-left ul li input, .classification-right ul li input{
    opacity: 0;
}
.classification-left ul li label, .classification-right ul li label{
    position: relative;
    color: #1c1c1c;
    font-size: 14px; padding-left: 30px;
}
.classification-left ul li label:before, .classification-right ul li label:before{
    content: '';
    position: absolute;
    background-image: url('../imgs/radio-unchecked.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 16px;
    left: 0px;
    top: 2px; 
}
.classification-left ul li input:checked + label::before, .classification-right ul li input:checked + label::before{
   background-image: url('../imgs/radio-checked.png'); 
}
.classification-left ul li.current-active, .classification-right ul.describe-tab{
    background-color: #eaeaea;
}
.classification-bottom {
    width: 100%;
    float: left;
}
.classification-bottom .affiliation-full-section select {
    border: none;
    border-bottom: 1px solid #1d1d1d;
    height: 30px;
}
.classification-bottom .affiliation-full-section textarea {
    border: none;
    border-bottom: 1px solid #1d1d1d;
    min-height: 30px;

}
.affiliation-full-section {
    position: relative;
}
a.mission-example {
    position: absolute;
    right: 27px;
    bottom: 3px;
    font-size: 14px;
    color: #ef9604;

}
.affiliate-upload {
    width: 100%;
    float: left;
    margin-top: 35px;
}
p.affiliate-upload-text {
    text-align: center;
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 30px;

}
.choose_file {
    width: 207px;
    margin: 0 auto;
    position: relative;
}
.image-type-upload{
    text-align: center;
    color: #1c1c1c;
    font-size: 13px;
    margin-top: 30px;

}
.choose_file input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.varification-section {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    padding: 50px;
    position: relative;
}
.varification-section-inner p {
    text-align: center;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 28px;
}
.verified-number {
    width: 100%;
    float: left;
}
.verified-number-inner {
    max-width: 300px;
    margin: 0 auto;
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 4px;
    position: relative;
}
span.cuntry-ph input {
    width: 89%;
    margin-left: 32px;
    border: none;
    background: transparent;
    height: 30px;
}
span.cunrty-flag-section{
   position: absolute;
    left: 0;
    top: 4px;
    width: 32px;
    cursor: pointer;
}
span.cunrty-flag-section:after{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../imgs/select-arrow.png');
    background-size: 100%;
    width: 8px;
    z-index: 10;
    right: 2px;
    height: 10px;
    top: 7px;
}
.get-sms-cover {
    width: 100%;
    float: left;
    text-align: center;
    margin: 25px 0;

}
button.get-sms, .connect_now {
    max-width: 300px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    width: 100%;
    background-color: #ef9604;
    border: none;
    padding: 12px 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500; font-family: ralewaysemibold;
}
.profile-share-option {
    text-align: center;
    margin: 15px 0;
}
span.radio-first {
    display: inline-block;
    margin-right: 20px;
}
.profile-share-option input {
    opacity: 0;
}
.profile-share-option label {
    color: #1c1c1c;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.profile-share-option label:before {
  content: '';
    position: absolute;
    background-image: url('../imgs/radio-unchecked.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 16px;
    left: -21px;
    top: 2px;
}
.profile-share-option input:checked + label::before {
    background-image: url('../imgs/radio-checked.png');
}
.profile-share-form {
    width: 100%;
    float: left;
}
.profile-share-form p{
    font-size: 14px;
    color: #1c1c1c;
}
.profile-share-form p a{
    color: #ef9604;
}
section.affiliate-cover input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover input::-moz-placeholder { /* Firefox 19+ */
color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover input:-ms-input-placeholder { /* IE 10+ */
color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover input:-moz-placeholder { /* Firefox 18- */
  color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover textarea::-moz-placeholder { /* Firefox 19+ */
color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover textarea:-ms-input-placeholder { /* IE 10+ */
color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover textarea:-moz-placeholder { /* Firefox 18- */
  color: #1c1c1c;
  font-size: 14px;
}
section.affiliate-cover textarea, section.affiliate-cover select{
     color: #1c1c1c;
  font-size: 14px; 
}
.affiliate-banner {
    width: 100%;
    float: left;
    background-image: url('../imgs/afiiliate-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.affiliate-banner-text {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 60px;
}
.affiliate-banner-text h4{
    color: #fff;
    font-size: 28px;
    font-family: 'ralewaybold';
    font-weight: normal;
    text-transform: uppercase;
}
.affiliate-banner-text h1{
   color:#ef9604;
   font-size: 60px;
   font-family: 'ralewaybold';
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.affiliate-banner-text span{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'ralewaysemibold';
    font-weight: normal;
    padding-bottom: 25px;
    position: relative;
}
.affiliate-banner-text span:before{
    content: '';
    width: 200px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
.affiliate-banner-text p{
    font-family: 'ralewayregular';
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
    line-height: 23px;
}
span.error-msg {
    color: #c71f1f;
    position: absolute;
    left: 0;
    bottom: -20px;
     font-family: 'ralewayregular';
    font-size: 14px;
}
.error-msg input{
    border-bottom: 1px solid #c71f1f;
}
span.affiliation-check-box-inner span {
    color: #ef9604;
    margin-left: 3px;
    cursor: pointer;
}
.classification-bottom .affiliation-full-section input {
    border: none;
    border-bottom: 1px solid #1c1c1c;
}
.affiliate-describe-yourself .affiliation-full-section input, .affiliate-describe-yourself .affiliation-full-section select {
    width: 99%;
}
/*******************************end affiliate form ********************************/


.price-inner-block.package1_bundle > h3 {
  font-size: 18px;
}
.discount-block {
  color: #f19333;
  font-size: 22px;
  font-style: normal; display: block;
}
.today-block {
  font-size: 15px;
}
.price-inner-block.package1_bundle h3 sup {
  font-size: 13px;
}
.price-inner-block.package1_bundle h3::before {
  background-image: url("../imgs/strike-img.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 19px auto;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 33px;
}
.price-inner-block b{font-weight:normal;}

.affpgm_link, .pt_link {
  background: #f8a00f none repeat scroll 0 0;
  border-radius: 4px 0 0 4px;
  bottom: 0;
  color: #fff;
  float: left;
  font-family: ralewaysemibold;
  font-size: 14px;
  height: 303px;
  line-height: 17px;
  margin: auto;
  padding: 10px;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 30px;
  word-break: break-all;
  z-index: 2;
}
.pt_link{height:220px !important;}
.affpgm_link > span, .pt_link > span {
  float: left;
}
.affpgm_link > span.span1, .pt_link > span.span1 {
  float: left;
  padding-top: 10px;
}
.upgrade_account_icons .fa{font-size: 16px;  left: 0;
    position: absolute;}

.pt_link:hover, .affpgm_link:hover {
  color: #fff !important;
}
.price-inner-block.package1_bundle b {
  font-weight: normal;
  opacity: 0.5;
}
.strike::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: -3px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -3px;
  width: 120%;
}
.strike {
  position: relative;
}
.upgrade_account_icons ul li {
  padding-left: 33px;
  position: relative;
}
.price-inner-block h3 .strike {
  color: #222222;
  font-family: "BebasNeueRegular";
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  padding: 13px 5px;
  position: relative;
}
.price-inner-block h3 b{
  color: #222222;
  font-family: "BebasNeueRegular";
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  padding: 13px 5px;
  position: relative;
}

.price-inner-block h3{padding:20px 5px;}
.proj-head a {
  border-bottom: 1px solid #f7a01c;
  color: #222222;
  cursor: pointer;
  font-family: ralewayregular;
  font-weight: normal;
}
.proj-head p {
  background: #f1f1f1 none repeat scroll 0 0;
  color: rgb(85, 85, 85);
  font-family: ralewaysemibold;
  font-size: 15px;
  line-height: 24px;
  padding: 10px;margin-bottom: 0;
}
.view-video-main {
  background: #f7a01c none repeat scroll 0 0;
  border-radius: 3px 0 0;
  bottom: 0;
  color: #fff;
  font-family: ralewaysemibold;
  line-height: 23px;
  padding: 6px 23px 4px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.view-video-main:hover, .view-video-main:focus{color:#fff !important;opacity:0.7;}
.watch_video_page{padding: 11% 7% 0 7%;margin-top: 8%;}
.view-video-main i{margin-right:5px;}
.top-plan-heading i {
  color: #555555;
  display: block;
  font-family: ralewaysemibold;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 2px;
}
/********************affiliation home html*********/
.bp-affilation-block {
  background: #f89f1c none repeat scroll 0 0;
  border: 3px solid #000;
  float: left;
  width: 100%;
}
.bp-affilation-inner {
  width: 100%;
}
.bp-affilation-half {
  border-right: 3px solid #222;
  color: #fff;
  float: left;
  font-family: ralewayregular;
  padding: 30px 20px;
  text-align: center;
  width: 50%;
}
.bp-affilation-half:last-child{border-right:none;}
.bp-affilation-half h2 {
  display: inline-block;
  font-family: ralewaysemibold;
  font-size: 20px;
  margin: 0 0 0px;
  position: relative;
  text-transform: uppercase;
  width: auto;min-width: 251px;
}
.bp-affilation-half span {
  display: block;
  font-size: 25px;
}
.bp-affilation-half  p {
  font-family: ralewayregular;
  font-size: 19px;
  margin-bottom: 20px;
}
.affilation-icon {
  display: inline-block;
  width: 100%;
}
.affiltion-block1 {
  display: inline-block;
  width: auto;
  min-width: 133px;
}
.affiltion-block1 > h3 {
  font-family: ralewayregular;
  font-size: 14px;
  margin: 10px 0px 20px 0;
}
.new-block {
  border-radius: 2px;
  color: #222;
  float: left;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  left: -9px;
  letter-spacing: 1px;
  padding: 2px 5px;
  position: absolute;
  text-transform: none;
  top: -11px;
  transform: rotate(-44deg);
  width: auto;
  transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  width: auto;
}
.bp-affilation-half p.p-block-affilition {
  font-size: 16px;
  margin: 0;
}
.bp-affilation-half p.p-block-affilition span {
  font-family: ralewaysemibold;
    font-size: 17px;
}
/********************affiliation home html end*********/
.input_loader {
  display: none;
  float: right;
  position: absolute;
  right: 26px;
  top: 38px;
  width: 17px;
}
.app-link.app-link-android {
  margin-left: 10px;
}
.new-block{text-transform:uppercase;}
input.aff_error, textarea.aff_error, select.aff_error{border-bottom: 1px solid red !important;}
div.aff_error{
    color: red;
    font-family: ralewayregular;
    }
.affiliation-full-half-section.affiliation-full-half-section1 .location-grid-affili{margin-top:0px;}
span.affiliation-check-box-inner {
  float: left;
  margin: 0 !important;
  width: 49%;
  position: relative;
}
span.affiliation-check-box-inner:nth-child(2n){float:right;}
.classification-bottom .ui-multiselect{
 -moz-appearance: none;
 -webkit-appearance: none;
 -o-appearance: none;
 -ms-appearance: none;
    background-image: url("../imgs/select-arrow-new.png") !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;border:none !important;
    border-bottom:1px solid #1d1d1d !important; font-family: ralewayregular !important;
    height: 30px !important;border-radius:0px !important;
    width: 98%!important;background-color:#fff !important;padding: 0;font-size:14px !important;
}
.classification-bottom  .ui-icon.ui-icon-triangle-1-s {
  display: none;
}
.classification-bottom .ui-multiselect.ui-widget.ui-state-default.ui-corner-all:hover {
  border: medium none !important;
  border-radius: 0 !important;border-bottom:1px solid #1d1d1d !important;
}
.classification-bottom .ui-multiselect.ui-state-hover.ui-state-focus{background:#fff url("../imgs/select-arrow-new.png")no-repeat 98% center;}
label{ font-family: ralewayregular;}
/*
.affiliate_register_page .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: auto !important;
    z-index: 999999999 !important;
}
*/
.radio-btn-f {
  display: none;
}
#classification_types  label{margin-bottom:0px;}
.classification-left ul li:last-child .classification-right{top:auto;bottom:0px;}
.sms_loader {padding-top:24px;}
.sms_loader img{width:24px;}
#resend_loader{ 
	float: left;
	text-align: center;
	width: 100%;
	margin-top:-30px;
}

.affreg_step5 h2{padding-bottom:15px;}
/********************start form css issue******************/
div#su_industry-error.aff_error {
  position: absolute;
  bottom: -20px;
  left:0;
}
div.aff_error {
  font-size: 13px;
}
div.aff_error {
  bottom: -19px;
  font-size: 13px;
  left: 0;
  position: absolute;
}
.affiliation-check-box-inner div.aff_error {
  position: static;
}
.verified-number-inner .cuntry-ph {
  display: block;
  width: 100%;
}
.verified-number-inner .intl-tel-input {
  width: 100%;
}
.verified-number-inner .intl-tel-input input{
	  width: 100% !important;
}
.verified-number-inner .intl-tel-input .flag-dropdown {
  left: 6px !important;
  top: 0px !important;
}
.varification-section .alert.alert-success {
  left: 0;
  margin: auto;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 90%;
  box-shadow:0px 0px 1px #ccc;
}
.switch-ph-no{
text-align:center;
}	
.switch-ph-no.go_back {
  display: inline-block;
  width: auto;
}
.switch-ph-no .profile-share-form {
  display: inline-block;
  width: auto;
  float: none;
  margin-right: 6px;
}
.switch-ph-no .profile-share-form p a, .switch-ph-no .go_back a {
  background-color: #EF9604;
  color: #fff;
  padding: 7px 9px;
  border-radius: 0px;
}
.switch-ph-no .go_back a:hover {
	color:#fff !important;
}
.switch-ph-no .profile-share-form p a:hover{
	color:#fff !important;
}
.p-main-selected-right .has-error {
	border: 1px solid transparent !important;
}
.p-main-selected-right input.has-error {
  border: 1px solid rgb(255, 0, 0) !important;
}
textarea {
  font-family: ralewayregular !important;
}
.switch-ph-no .go_back {
  display: inline-block;
  width: auto;
}
/********************end form css issue******************/
input.aff_error_int, textarea.aff_error_int, select.aff_error_int{border: 1px solid red !important;}
div.aff_error_int{color:red;}

.paginate_button {
  border: 1px solid #dedede !important;
  float: left;
  padding: 8px 13px 5px 12px!important;
}

.dataTables_paginate.paging_simple_numbers {
  padding: 5px 0 5px !important;
}


/*****************************start agreement tab style*******************************/
.tb-content-block-outer {
  float: left;
  overflow: auto;
  width: 100%;
  margin-bottom: 0px;
}
#agreements_listing {
  margin-bottom: 19px;
}

.tb-content-block {
    background: #fff none repeat scroll 0 0;
    display: table;
    float: left;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}
.tb-content-row {
    width: 100%;
    border-bottom: 1px solid #dedede;
    float: left;
}
.tb-content-cell {
    width: auto;
    padding: 14px 10px;
    display: table-cell;
    vertical-align: middle;
}
.b-block-c {
    width: 40%;
}
.tb-content-cell.time-cell {
    width: 7%;
}
.b-block-b {
    width: 12%;
}
.list-user-img-bluck {
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-right: 2px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.tb-content-cell.b-block-b p {
    color: #042356;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}
.list-user-img-bluck img {
    height: 100%;
    width: 100%;
}
.tb-content-cell p {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.attch-files {
    float: right;
    margin-right: 23px;
    position: relative;
    top: 4px;
}
.Complete-cell p {
    color: #498f16;
    font-size: 14px;
    text-transform: capitalize;
}
.inprogress-cell p{
color:#f7a01c;
}
.cancle-cell p{
    color: #d00808;
}
.agreement-cover {
    width: 100%;
    float: left;
    background-color: #fff;
/*
    border: 1px solid #dedede;
*/
}
.create-agreement {
    width: 100%;
    float: left;
    padding: 0px 35px 35px;
}
.create-agreement h2 {
    color: #f7a01c;
    font-size: 23px;
    font-family: ralewaysemibold;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top:0;
}
.agreement-form {
    width: 100%;
    float: left;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
}
.agreement-input {
    width: 100%;
    float: left;
    border-bottom: 1px solid #9e9e9e;
    position: relative;
}
.agreement-input input, .agreement-input select {
    position: relative;
    width: 100%;
    border: none;
    top: 0;
    height: 50px;
    padding: 15px;
}
 .agreement-input select > option {
    padding-left: 15px;
}
.agreement-input textarea {
    position: relative;
    width: 100%;
    border: none;
    padding: 15px;
    height: 157px !important;
}
.agreement-browse {
 float: left;
    padding-right: 152px;
    position: relative;
    width: 100%;
    
}
.agreement-browse-main {
    display: inline-block;
    float: left;
    position: relative;
 /*   height: 52px;*/
    line-height: auto;
    padding:16px 20px 14px;
}

.display_agreement_filename {
  line-height: 30px;
  padding: 0;
}
.agreement-browse-main label {
  float: left;
  width: 100%;
}
.agreement-browse-main label{
    color: #f7a01c;
    font-size: 14px;
    position: relative;
    background-image: url('../img/colored-link-icon.png');
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 31px;
}
.agreement-browse-main input{
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 10;
    height: 100%;
    cursor: pointer;
    top: 0;
}
.send-agreement {
      display: inline-block;
    float: right;
    margin-top: 7px;
    padding-right: 20px;
    position: absolute;
    right: 0;
}
.send-agreement button {
    background-color: #f7a01c;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    padding: 11px 20px;
    border: none;
    border-radius: 3px;font-family: ralewayregular;
}
.final-agreement-section.final-agreement-left.inputFile .display_agreement_filename {
  width: 100%;
}
.error_aggreement {
  font-size: 13px;
}
/*****************************end agreement tab style*******************************/


/*****************************start agreement-inner tab style*******************************/
.chat-block-new-1 {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 0;
    overflow: hidden;
}
.chat-inner-main {
    float: left;
    min-height: 60px;
    position: relative;
    width: 100%;
    margin-bottom: 13px;
}
.chat-inner-main {
    padding-left: 100px;
}
.chat-img1 {
    border-radius: 50px;
    height: 60px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 60px;
    margin-bottom:5px;
}
.chat-inner-main .chat-img1 > img {
    width: 100%;
}
.chat-right-div {
    background: #fff0da;
    border-radius: 3px;
    float: right;
    max-width: 100%;
    padding: 17px;
    position: relative;
    width: 100%;
}
.chat-right-div::before {
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff0da;
    border-top: 16px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -13px;
    top: 14px;
    width: 0;
}
.mobile.chat-right-div::before{
	top:4px;
}
.chat-right-div p {
    color: #181717;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
.pdf-download {
    border: 1px solid #f7a01c;
    border-radius: 2px;
    color: #2f2f2f;
    float: left;
    font-size: 15px;
    margin-top: 17px;
    max-width: 501px;
    padding: 11px 30px 11px 54px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    word-break: break-all;
}
.pdf-download::before {
    background: #f7a01c none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 44px;
    content: "";
}
.pdf-icon {
    bottom: 0;
    left: 12px;
    margin: auto;
    position: absolute;
    top: 0;
}
.pdf-download a {
    bottom: 0;
    float: right;
    height: 21px;
    margin: auto;
    position: absolute;
    right: 7px;
    top: 0;
}
.chat-inner-main.chat-inner-main-left-btm {
    padding-left: 100px;
    padding-right: 100px;
}
.chat-inner-main-left-btm .chat-img1 {
    left: auto;
    right: 0;
}
.chat-inner-main-left-btm .chat-right-div {
    background: #efefef;
    float: left;
}
.chat-inner-main-left-btm .chat-right-div::before {
    border-bottom: 16px solid transparent;
    /* border-right: 16px solid transparent !important; */
    border-top: 16px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    left: auto;
    top: 14px;
    width: 0;
    border-left: 16px solid #efefef;
    border-right: 0;
}
.mobile.chat-inner-main-left-btm .chat-right-div::before{
	top:4px;
}
.chat-right-div p {
    color: #181717;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
.chat-inner-main-left {
    float: left;
    padding: 0 0 0 100px;
}
.chat-inner-main-left .chat-right-div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    padding: 0;
    width: 100%;
    border-radius: 2px 2px 0 0;
}
.chat-inner-main-left .chat-right-div textarea {
  height: 150px;
  width: 100%;
  border: none !important;
  padding: 6px;
}
.chat-inner-main-left .chat-right-div::before {
    background: rgba(0, 0, 0, 0) url(../img/arr-inb.png) repeat scroll 0 0;
    border: 0 none;
    left: -22px;
    right: unset;
    height: 30px;
    width: 22px;
    content: "";
}
.chat-input-div input {
    border: 0px;
    padding: 10px 20px;
    width: 100%;
    float: left;
}
.btn-snd-block {
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #d9d9d9;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 55px;
}
.btn-snd-block img {
    float: left;
    left: 6px;
    padding: 0 6px;
    position: absolute;
    top: 24px;
}
.agreement-cover.agreement-cover-inner {
/*
    border: 1px solid #ededed;
*/
}
.display_agreement_filename {
  float: left;
  font-family: ralewayregular;
  font-size: 13px;
  padding: 0 0px;
}
.agreement-heading{
    color: #f7a01c;
    font-size: 23px;
    font-family: ralewaysemibold;
    font-weight: normal;
    margin-bottom: 20px;
}
.final-agreement {
    width: 100%;
    float: left;
    padding: 30px;
}
.final-agreement-form {
    width: 100%;
    float: left;
}
.final-agreement-form-cover {
    width: 100%;
    float: left;
}
.final-agreement-section {
    width: 49%;
    
}
.final-agreement-section.final-agreement-left {
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.final-agreement-section.final-agreement-right {
    float: right;
}
.final-agreement-section input, .final-agreement-section select{
    width: 100%;
}
.final-agreement-form-cover label {
    color: #282828;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.final-agreement-form-cover input, .final-agreement-form-cover select{
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dedede;
    padding: 10px;
}
.final-agreement-section.final-agreement-left.inputFile input {
    width: 100%;
    height: 100%;
    top: 0;
   /* opacity: 0;
    position: absolute;*/
}
.final-agreement-section.final-agreement-left.inputFile label {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #f7a01c;
    padding: 10px;
    position: relative;
    width: 100%;
    color: #f7a01c;
    text-align: center;
    font-size: 14px;
}
.final-agreement-section.final-agreement-right.inpuSubmit button {
    background-color: #f7a01c;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;font-family: ralewaysemibold;
}
input.percentage-icon{
    background-image: url('../img/percentage-icon.png');
    background-repeat: no-repeat;
    background-position: left 11px center;
    background-size: 12px;
    padding-left: 25px;
}
input.calender-icon{
    background-image: url('../img/calender-icon.png');
    background-repeat: no-repeat;
    background-position: left 11px center;
    background-size: 12px;
    padding-left: 25px;   
}
input.doller-icon{
    background-image: url('../img/doller-icon.png');
    background-repeat: no-repeat;
    background-position: left 11px center;
    background-size: 10px auto;
    padding-left: 25px;   
}
input[type=text].error_aggreement, select.error_aggreement, textarea.error_aggreement{
	border:1px solid rgb(255, 0, 0) !important;
}
div.error_aggreement{color:red;}
.final-agreement-form-cover textarea {
  border: 1px solid #dedede;
  border-radius: 4px;
  color: inherit;
  font-family: ralewayregular;
  font-size: 14px;
  height: 100px !important;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  width: 100%;
}
.backto_agreements {
  float: left;
  width: 100%;
}
.backto_agreements a {
  display: inline-block;
  padding: 0 20px;
}
.agreement-cover.agreement-cover-inner .backto_agreements a:hover {
	color: #fff !important;
}
.backto_agreements a img {
  width: 43px;
}
/*****************************end agreement-inner tab style*******************************/

.purchase-tab-top.pur-mail .multi-select-point-inner .terms {
  height: 20px;
  margin: 0;
  width: 14px;
}
.Partner-match-block1-inner.project-panel-main.tab-4-listing.show-nw1{
  padding-top: 40px;
}
.Partner-match-block1-inner.project-panel-main.tab-4-listing.show-nw1 a {
  right: 0;
  top: 0;z-index:99;
}
.Partner-match-block1-inner.project-panel-main.tab-4-listing.show-nw1 a.info {
  right:150px;
  top: 0;
  
}
.purchase-tab-outer.purchase-tab-multi-partner.show-nw1
{
 padding-top: 40px;
}
.popinn
{
max-width:810px;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-ptss-panel.uppr {
padding: 4px 12px !important;
text-align: left !important;
width: 29% !important;
margin-bottom: 0;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-ptsss-panel.uppr {
padding: 4px 12px !important;
text-align: left !important;
width: 29% !important;
margin-bottom: 0;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-receive-panel.uppr {
padding: 4px 12px !important;
text-align: left !important;
width: 29% !important;
margin-bottom: 0;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-purchase-panel.uppr {
padding: 4px 12px !important;
text-align: left !important;
width: 29% !important;
margin-bottom: 0;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr {
padding: 4px 12px !important;
text-align: left !important;
width: 29% !important;
margin-bottom: 0;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-ptss-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
width: 32% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-ptsss-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
width: 32% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-receive-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
width: 32% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-purchase-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
width: 32% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
width: 32% !important;
}
.share_p {
padding-top: 18px;
}
.purchase-tab-top.purchsePoints .purchase-tab-top1 label {
float: left;
}
.purchase-tab-top.purchsePoints .purchase-tab-top1 .desktop_project_goal.mob-form-input-block-inner.input-range.target-ptss-panel.uppr{
margin-right:15px;
}
.purchase-tab-top.purchsePoints .purchase-tab-top1:first-child label, .purchase-tab-top.purchsePoints .purchase-tab-top1:first-child h5 {
padding-top: 16px;
}
.purchase-tab-top.purchsePoints .purchase-tab-top1:first-child h5{
font-size:16px;
text-transform: capitalize;
 margin-left: 10px;
}
/*******************start 11/01/2017*******************/
.info-step.infpStep-custom {
background: rgba(0, 0, 0, 0) url("../imgs/arrow-line.png") no-repeat scroll 50% 40% / 72% auto;
}
.purchase-tab-outer.purchase-tab-multi-partner.show-nw1 .sharePadding {
padding-top: 40px;
}
.purchase-tab-outer.purchase-tab-multi-partner.show-nw1 .sharePadding1 {
margin-top: 40px;
}
.wallet-btm.sucessMsg-addproject {
padding: 7px 20px;
position: relative;
top: 34px;
}
.purchase-tab-commission {
width: 100%;
float: left;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints {
width: 38.9% !important;
margin-right: 15px;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
width: 13.11% !important;
}
.purchase-custom .purchase-tab-top1 label{
float:left;
}
.purchase-custom .purchase-tab-top1:nth-child(2) label, .purchase-custom .purchase-tab-top1:nth-child(2) h5{
padding-top:16px;
}
.purchase-custom .purchase-tab-top1:nth-child(2) h5{
font-size:16px;
text-transform:capitalize;
}
.purchase-tab-top.pur-mail.purMailcustom .purchase-tab-top1.only-insert-field {
margin-bottom: 8px;
}
.purchase-tab-commission > label.partReceive {
padding-top: 16px;
}
/*******************start 11/01/2017*******************/
.final-agreement-section.final-agreement-left.inputFile input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.agreement-browse-main .has-error {
  border: medium none !important;
  color: red;
  float: left;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
}
.add-project.list.backBtn-icon {
  background-image: url("../imgs/back-icon.png");
  background-size: 22px auto;
  padding-left: 50px;
  background-color:#F7A01C;
}
.add-project.list.backBtn-icon:hover {
	color: #fff !important;
}
/*****************************start final agreement boxStyle style*******************************/
.finalNew-agreement {
    width: 100%;
    float: left;
    background-color: #fff;
}
.finalNew-agreement {
    width: 100%;
    float: left;
    background: #fff;
}

.finalNew-inner {
    width: 100%;
    float: left;
    padding: 30px;
}
.agreementRow {
    width: 100%;
    float: left;
    display: table;
    background-color: #efefef;
    padding: 5px 10px;
}
.agreementRow:nth-child(even) {
    background-color: #fff;
}
.finalAgreement-boxes {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.agreementRow label {
    display: table-cell;
    float: none;
    width: 200px;
    font-size: 15px;
    vertical-align: middle;
}
.agreementRo-right {
    float: none;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.agreementRo-right p {
    font-size: 13px;
}
/*****************************end final agreement boxStyle style*******************************/
.custom-tab-partner .purchase-tab-outer.purchase-tab-multi-partner.show-nw1 {
  padding-top: 50px;
}
.profile-right .my-wallet {
  top: 55px;
}
.custom-tab-partner .multi-partner-listing > h5 {
  font-size: 25px;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.custom-tab-partner .multi-partner-listing p.sub-heading-p {
  font-size: 20px;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.custom-center-btn a {
  display: inline-block;
  left: unset!important;
  padding: 9px 15px 9px 38px!important;
  position: relative;
  right: unset!important;
  top: unset;
}
.custom-center-btn #pubproj-send-request-btn {
  display: inline-block;
  width: auto;
}
.custom-center-btn #pubproj-send-request-btn a:hover ,.custom-center-btn a:hover {
  color: #fff !important;
}
.custom-tab-partner #add-project-panel {
  padding-top: 25px;
}
.custom-tab-partner #menu1 .show-nw1, .custom-tab-partner #menu1 .show-nw1 .pur-mail {
  padding-top: 0;
}
.backto_agreements a img {
  width: 19px;
}
.custom-tab-partner .custom-center-btn {
  text-align: center;
}
#display_final_agreement .finalNew-inner {
  padding-top: 0px;
}
.share-percentage-error span
{
color:red;
}
span.affiliation-check-box-inner input.input-error + label::before
 {
  border: 1px solid #ff0000;
  padding: 9px;
}
span.affiliation-check-box-inner input.has-error + label::before
 {
  border: 1px solid #ff0000;
  padding: 9px;
}
.popup.popwidth {
    max-width: 813px;
}
span#ag_email-error.has-error {
display: none;
}
span#agreement_note-error.has-error {
display: none !important;
}
select#ag_email.has-error {
border-bottom: 0px !important;
}
.add-project.open-inv-part-popup {
  margin-left: 5px;
}
.add-project-desc.add-project-customBtn {
  width: 80%;
  top: 80px;
}
.free-popup .modal-dialog {
    background: #fff;
    padding: 40px;
    max-width: 980px;
    width: 95%;
}
.freeheading {
    color: #f79b23;
    font-size: 36px;
    font-family: 'ralewayblack';
}
.subfreehead {
    font-size: 17px;
    color: #383838;
}
.subfreeleft ul {
    margin: 20px auto auto;
}
.modal.free-popup {
    z-index: 10001;
}
.free-popup button.close {
    position: absolute;
    top: 0;
    width: 30px;
    font-size: 43px;
    right: 10px;
}
.fade.modal-backdrop {
    z-index: 9999;
}
.subfreeleft li {
    display: inline-block;
    width: 100%;
    color: #303030;
    margin-bottom: 13px;
    line-height: 23px;
    font-size: 15px;
    padding-left: 36px;
    background-image: url(../images/Busli.png);
    background-repeat: no-repeat;
    background-position: top 1px left;
    background-size: 21px;
}
.subfreeleft li strong {
    color: #f79b23;
}
.freesign strong {
    display: block;
}
.freesign {
    display: inline-block;
    color: #303030;
    line-height: 23px;
    font-size: 15px;
    width: 100%;
    padding-left: 40px;
    margin-top: 10px;
}
.subfreeleft {
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: middle;
}
.subfreeright {
    display: inline-block;
    width: 394px;
    vertical-align: middle;
}

@media screen and (max-width:4000px) and (min-width:1400px){
.main-error-outer {position: fixed}
}
@media screen and (max-width:1366px){
.main-error-outer {
  padding: 20px 30% 20px 5%;
}
}
@media screen and (max-width:1300px){
.reo_slider_outer {
  height: 700px;
}
.flexslider .slides img{ height: 700px !important;}


h1.text-big-banner {
  color: rgb(255, 255, 255);
  float: left;
  font-size: 32px;
  height: 75px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 54px;
  width: 100% !important;
}
.banner-content {
    padding-top: 0px !important;
}
h1.text-big-banner span {
  font-size: 22px;
}
h1.text-big-banner {
  font-size: 24px;
}
.help-text{ z-index: 9991;}

.reg-wiz .reg-controls {
  display: inline-block;
  width: auto;
}
.reg-wiz .only-once {margin-right:20px;
  margin-top: 0;
  padding: 8px 0 0;color:#555;
}
.sf-controls{text-align:center;}
.promo-btn-reg {
  display: inline-block;
  width: auto;
}
.equity-para {
  display: inline-block;line-height: 23px;
}
}

@media screen and (max-width:1200px){
.login-class-small, .menu-small.login_popup{display:block !important;}
h1.text-big-banner{width:100%; text-align:center;}
.form-banner .form-block input, .form-banner .form-block select{height:33px; margin-bottom:20px;}
.form-banner .form-block input[type=radio]{margin-bottom:0px;}
.next-step{padding:5px 15px;}
.form-banner{padding-bottom:0px;}
#menu {color: #031651;display: block;cursor: pointer;float: right;font-size: 33px;margin: 0px 0 0px 13px;position: relative;right: 0;text-align: center;top: 0;width: 32px;  line-height: 33px;}
#nav.js {display: none;}
.top-section{width:100%; float:left;}
#nav {  position: absolute;  width: 200px; z-index: 999;right: 0;background-color:#000; padding: 0px 0 0;top:40px; box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);-moz- box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);-webkit- box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);}
#nav.navheight{}
#nav li a{color:#fff;padding:10px;float:left;padding:10px;}
#nav li {width:100%;text-align:right;padding:0px;background:none;border-bottom:1px dashed rgba(255,255,255,0.2);transition: all 0.9s ease 0s;-webkit-transition: all 0.9s ease 0s;-webkit-background-color:#eb8102;  -moz-transition: all 0.9s ease 0s;-o-background-color:#eb8102;-ms-transition: all 0.9s ease 0s;-ms-background-color:#eb8102;  -o-transition: all 0.9s ease 0s;}
.right-main-nav{position:relative; padding: 10px 0 0;}
.navigation-main li:last-child {
  padding-right: 15px;border:none;
}
#nav li:hover{background-color:#eb8102;}
#nav::before {background: rgba(0, 0, 0, 0) url("../imgs/d-arr.png") no-repeat scroll center top; content: ""; height: 6px; margin: auto;
    position: absolute; right: 10px; top: -5px; width: 11px;}
#nav li a {
    color: #fff !important;}
#reg_phone{height:63px;}
.check-tick-all {
    display: inline-block;
    float: left;
    width: 30px;
}
.sweet-right-tick {
    display: inline-block;
    float: right;
    width: 95%;
}
.check-tick-all {
    float: left;
    vertical-align: top;
    width: 5%;
}/*****************dashboard****************/
/*******************edit profile****************/
.steps-edit-profile .step11 {
    padding: 13px 4px 13px 37px;
}
.steps-edit-profile .step11 .numbering {
    font-size: 32px;
    left: 17px;
}
.steps-edit-profile .step11,.steps-edit-profile .step11.twostep{font-size:14px;}
.steps-edit-profile .step11{width:25%;}
/*********************end************/
.dashboard-left{max-width:70%}
.dash-right{width:25%;}
.investor{width:55%;font-size:9px;}
.online{width:45%;}
.numbering11 {display: block;font-size: 17px;}
.profile-left-block{width:100%;}
.profile-txt > h2{font-size:21px;}
.main-add-block{margin-top:20px;}
.add-txt{padding-left:0px;}
.profile-left-block{padding-left:0px;}
.first-add-block{width:100%;}
.add-row .first-add-block:nth-child(odd){
    background: #fafafa ;
    border-top: 1px solid #eeeeee;
     border-bottom: 1px solid #eeeeee;

}
.add-row {background:none;border: 1px solid #eeeeee;border-top:none;}
.complere-profile{vertical-align: top;}
.content-tab-left{width:100%;max-width:55%;}
.recoard-vdo-right{width:45%;}
.record-txt{width:100%; padding: 57px 10px 28px;}
.content-tab-left{  padding: 4% 20px;}
.rock-block {
    margin-bottom: 20px;
    max-width: 50%;
}
.recoard-vdo-right.recording .recorder{  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;}
.recoard-vdo-right.recording .rec-controls {
    float: left;
    padding-left: 0;
    width: 100%;
}
/*****************dashboard end****************/
/****************email*********************/
.add-txt span{font-size:12px;}
.Email-block .add-txt {
    margin: 13px 0;
}
.login{display:none;}
/****************end******************/
.steps-edit-profile .step11 {
    padding: 13px 12px 13px 43px !important;
    width: auto !important;
}
.steps-edit-profile .step11 .numbering {
    left: 21px;
}
.add-txt.edit-pspace {
    display: none;
}
/*************user4*************/
.add-txt.edit-p2 {
    display: none;
}
/*************end*****************/
/***********************advertise-with-us****************/
.dashboard-left.advertise-with-us{max-width:100%;}
/***********************advertise-with-us end****************/

.partner-mach-main-block .tab-block-1 li a {
    font-size: 11px;
    padding: 12px 8px;
}
.partner-mach-main-block .tab-block-1 > ul li i {
    display: none;
 }
 .partner-mach-bk1 {
    float: left;
    width: 100%;
}
.partner-mach-main-block .sweet-right-tick {
    float: left;
    padding-left: 0;
    width: auto;
}
.partner-mach-bk2 {
    float: right;
    width: 100%;
}
.partner-mach-main-block .grop-pro-outer1 a {
  padding: 4px 10px;margin-bottom:5px;
}
/****************************partner-mach-main-block end**************/
.grop-pro-outer1-more-partner ul {
    text-align: center;

	}
	.grop-pro-outer1-more-partner .user-pic
	{max-width:58px;}
	.grop-pro-outer1{position:relative;margin-top:10px;float: left;}
	.grop-pro-outer1{right:0px;}
	
.image > div{ width:100%; font-size:12px;}	
/***********************testimonial**************************/
.testimonial-half .sweet-right-tick {
    display: inline;
    float: none;
    width: auto;
}
/***********************testimonial end**************************/	
/**********************plan page new**************/
.plan-block-puter{width:73%;}
.secure-safe-block{width:24%;}
/**********************plan page new wnd**************/
/******************payment changes***********************/
.payment-block .pay-block-left{width:30%; float:left;display:inline-block;}
.payment-block .pay-block-right{width:70%; display:inline-block;}
.payment-left-inner li {margin-bottom: 24px;}
.selected-plan-left{width:32%;margin-left:0px;}
.card-num-main{max-width:78%;}
.card-name-1{width:58%; float:left;}
.p-main-selected-right{width:62%;float:right;}
.cvv {
    float: left;
    max-width: 36%;
    width: 100%;
}
.cvv-input {
    max-width: 74%;}
.info-img{width:20%;}
/******************payment  changes***********************/
.profile-img-block {
  float: left;
  left: 0;
  padding-right: 230px;
  position: relative;
  width: 100%;
}
.profile-right {
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}
.acc-expired h4{ width: 320px; margin:0px; margin-top:15px;}
.partner-mach-bk1{min-height:0px;}
.video-content-win {  min-height: 180px; }
.video-block-win video {
    width: 100%!important;max-height:194px;
}
/******************video-profile-contest*********************/
.contest-right-block {
  float: right;
  width: 42%;
}
.contest-left-block {
  height: auto;
  width: 54%;
}

/******************video-profile-contest end*********************/
/***************4-19-2016 contest page changes**************/
.contest1-main-test .contest-right-block {
    float: right;
    width: 63%;
}
.contest1-main-test2 .contest-right-block {
    width: 65%;
}
/***************4-19-2016 contest page changes**************/
/************************aff********************************/

.aff-bor{
	left: 79%;
    width: 61%;
}

.join-now h1{font-size:38px;}
.join-now p {
  font-size: 22px;
  width: 69%;
}

.sign-up-now h2 {
  background: rgba(0, 0, 0, 0) url("../imgs/sign-up-now.png") no-repeat scroll right center / 30px auto;
  font-size: 27px;
  line-height: 26px;
  padding: 33px 38px 33px 0;
  font-family: ralewaybold;
}
.sign-up-now{padding: 0 21px 0 93px;}
/************************aff ********************************/
.multi-select-point{max-width:248px;}
/***********map-view *****************/
.search-input-main1{width:38%;}
/***********map-view end*****************/

/*********************new section end************************/

.reg-slider{
	width:100%; float:left; margin-top:40px;
}
.slide-par{
	float:left; width:100%;
}
.jon-left{
	margin-top:0px;
}
.jon-bp{
	margin-top:5px;
}
.app-link {
  margin-right: 1%;
 }
/*********************new section end************************/
.reg-slider{margin: 30px auto auto !important;}
.links_image_map.links_image_map1{ top: 83px;}
.links_image_map.links_image_map2 {
  top: 194px;
}
.links_image_map.links_image_map3 {
  right: 7px;
  top: 138px;
}
.links_image_map.links_image_map4 {
  bottom: 202px;
  width: 95px;
}
.links_image_map.links_image_map6 {
  bottom: 89px;
}
.links_image_map.links_image_map7 {
  bottom: 145px;
  right: 7px;
}
.links_image_map.links_image_map5 {
  bottom: 258px;
  right: 0;
}
.my-wallet{ position: static;}
/*****pointsystem landing page ****/
.left-point {height: 380px;}

/*****pointsystem landing page ****/
.partner-mail .btnsadd-a-group a {
  font-size: 12px;
  margin-left: 1px;
  padding: 7px 14px;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-receive-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical, .desktop_project_goal.mob-form-input-block-inner.input-range.target-purchase-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
    width: 31% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
    width: 13% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints {
    width: 48% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-ptsss-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
    width: 31% !important;
}
.pro-dtl-outer-1.targetp{
height:auto;
}
.pro-dtl-outer-1.targetp .pro-dtl-img img {
    position: relative;
    width:100%;
}
.pro-dtl-outer-1.targetp .pro-dtl-img{
	width:100%;
}
.pro-dtl-ryt-mian {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
}
.partner-mach-main-block .tab-block-1 .points-block-inner ul{
	right:33px;
}
.about-us.payment-custom-top .payment-outer-wid-new .payment-block .pay-block-right {
  width: 653px;
}
.payment-outer-wid-new .selected-plan-left {
  float: right;
  margin-right: 40px;
  margin-top: 25px;
  width: 151px;
}
}
@media screen and (max-width:1025px){
.banner-inner .new-banner::after, .banner-inner h2::after{background: none;}
.banner-inner .new-banner::before, .banner-inner h2::before{background: none;}

.slider-small{color: #fff !important;}
.banner figure.relative {
  float: none !important;
}
.banner-main{position:relative;background:url(../imgs/forn-bg.jpg) no-repeat fixed left top /cover #000;padding:40px 0px;}
#slider{z-index:999;}

h1.text-big-banner {
     bottom: 0;
    height: 84px;
    margin: auto;
    top: 0;
}
.help-text{z-index:9990;padding:10px 20px;}
/****************email*********************/
.Email-left-box {
    border-right: 1px solid rgba(201, 199, 199, 0.6);
    display: block;
    width: 100%;
}
.Email-right-box {
    display: block;
    vertical-align: top;
}
.Email-block .add-txt a {
    float: left;
    margin-right: 12px;
    padding: 7px 0;
    width: 45%;
}
.Email-block .add-txt > p {
    float: left;
    width: 100%;
}
.Email-left-box > ul {
    margin-top: 0;
}
.Email-box{margin-top:15px;}
/****************end******************/
.inner-block.login-container {
    padding: 30px 0;
}
.lpage-f {
    float: right !important;
    width: auto !important;
}
.lpage-r {
    float: left;
    width: auto !important;
}
.banner-content{padding-top:40px;}
.help-text{background: none;}
.reg-wiz .left-up-video {width:100%;}
.reg-wiz  .upload-note {text-align:center;}
.add-txt.edit-pspace {
    display: none;
}
.steps-edit-profile .step11 {
    padding: 13px 13px 13px 46px !important;
    width: auto !important;
}

.profile-img-block {
   float: left;
    left: 0;
    position: relative;
    width: 100%;padding-right: 205px;
}
.profile-right {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}
/***************investor popup**********/
.popup.investor-popup {
    max-width: 88%;
}
.popup.investor-popup .rgform {
    max-height: 500px;
    overflow: scroll;
}
/**********end***********/
/**********open mail**************/
.sweet-right-tick.open-sweet-mail {
    padding-left: 0;
    width: auto;float:left;
}
/***************end*************/
.about-us.bpsearch_th {
    min-height: 0px;
}

.profile-img-block .acc-expired{ float:none; display:block;}
.profile-img-block.pr-class .acc-expired{ float:left; width:auto;}
.acc-expired h4{ width:318px; margin-left:0px;}

.banner-main {
  background: rgb(0, 0, 0) url("../imgs/forn-bg.jpg") no-repeat fixed left top / cover ;
  padding: 40px 0;
  position: relative;
}
.banner-main {
  z-index: 9;
}
.flexslider .slides img {
  height: auto !important;
}
.partner-mach-main-block .sweet-right-tick{width:70%;}
.result-page .file-sharing-img{width:auto;}
.ns-security{display:none;}
nav.main-nav ul li{float:none;display:inline-block;}
.flexslider .slides img {min-height:0px;}
.app-link {
  float: none;
  margin-right: 1%;
  display: inline-block;
}
.classification-bottom .ui-multiselect{    width: 98% !important;}
}
@media screen and (max-width:1000px){
.business-icon img {
  width: 270px;
}
}
@media screen and (max-width:991px){

h1.text-big-banner span { color: #fff; }
#menu {color: rgb(0, 0, 0);display: block;cursor: pointer;float: right;font-size: 33px;margin: 0px 0 0px 13px;position: relative;right: 0;text-align: center;top: 0;width: 32px;  line-height: 33px;}
#nav.js {display: none;}
.top-section{width:100%; float:left;}
#nav {  position: absolute;  width: 200px; z-index: 999;right: 0;background-color:#000; padding: 0px 0 0;top:40px; box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);-moz- box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);-webkit- box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);}
#nav.navheight{}
#nav li a{color:#fff;padding:10px;float:left;padding:10px; text-align: left; width: 100%;}
#nav li {width:100%;text-align:right;padding:0px;background:none;border-bottom:1px dashed rgba(255,255,255,0.2);  transition: all 0.9s ease 0s; transition: all 0.9s ease 0s;-webkit-background-color:#eb8102;  transition: all 0.9s ease 0s;-o-background-color:#eb8102;  transition: all 0.9s ease 0s;-ms-background-color:#eb8102;  transition: all 0.9s ease 0s;}
.right-main-nav{position:relative; padding: 10px 0 0;}
.navigation-main li:last-child {
  padding-right: 15px;border:none;
}
#nav li:hover{background-color:#eb8102;}
#nav::before {background: rgba(0, 0, 0, 0) url("../imgs/d-arr.png") no-repeat scroll center top; content: ""; height: 6px; margin: auto;
    position: absolute; right: 10px; top: -5px; width: 11px;}
.nav.nav-tabs {
  background: #eeefed ;position:relative;
}
.facility .nav-tabs li a{width:100%;padding:10px 7px;height: 114px;}
.nav-tabs > li{width:20%;}
.serv-description  {
  text-align: center;
}
.serv-description p{text-align:left;}
.footer-div {
  margin-bottom: 33px;
  text-align: left !important;
}
nav.main-nav{padding:0px 0px; position: relative;}
/*****************dashboard****************/
.profile-left-block {
    width: 100%;
}
.profile-right{float:left;}
.content-tab-left {
    max-width: 100%;padding-bottom: 44px;
}
.recoard-vdo-right {
    width: 100%;
}
.photoandvideo.photoandvideo-new {
    background: rgba(0, 0, 0, 0) url("../imgs/baror.png") repeat-x scroll center center / auto 5px;
    bottom: 0;
    left: 0;
    min-height: 30px;
    overflow: hidden;
    text-align: center;
    top: auto;
    width: 100%;
}
.content-tab-left .or-section{min-height:0;}
.content-tab-left .photoandvideo .or-section .or {
    left: 0;
    right: 0;
}
.flex-direction-nav .flex-prev{left:15px !important;}
/**************end**************/
.reg-wiz  .step11{padding: 10px 0px 13px 58px;}
.reg-wiz  .form-heading{
    background: rgba(0, 0, 0, 0) url("../imgs/steps-bg1.png") repeat-x scroll left top / 100% 40px;
    color: #333;
}
/**************************edit profile******************/
.steps-edit-profile .step11 {
    width: 100%;
}
.steps-edit-profile .step11 {
    padding: 13px 16px 13px 51px;
}
.edit-pro-img .profile-left-block {
    max-width: 196px;
    width: 100%;
}
.edit-pro-img .profile-right {
    float: right;
}
.form-edit-profilt {
    float: left;
    
}

.photoandvideo.photoandvideo-new {
    border: 0 none;
    height: 38px;
    min-height: 0;
    position: absolute;
}

.search_center{position:relative !important;
height: 33px !important;}
/**********************end*************/
.reg-wiz .step11:first-child {
    padding-left: 47px;
}
.reg-wiz .step11 {
    padding: 10px 0 13px 58px !important;
    font-size:11px;
}
.dashboard-left {
    margin-bottom: 40px;
    max-width: 100%;
}
.dash-right {
    width: 100%;
}
.investor { font-size: 12px; max-width: 100%;}
.online{font-size:12px;}
.ads2 > a {
    display: inline-block;
    float: none;
    max-width: 400px;
    width: 100%;
}

.ads2 {
    vertical-align: top;
    width: 47%;float:left;
}
.ads2:nth-child(2n){float:right;}
.ads2 img {
    width: 100%;
}
    
 /**********************user4***************/
 .or-form-section .photoandvideo.photoandvideo-new {
    background: rgba(0, 0, 0, 0) url("../imgs/border-bottom.png") repeat-y scroll center center;
    border: 0 none;
    height: 100%;
    min-height: 0;
    position: absolute;
    width: 20px;
}

/***************end*************/
.advance-search-new1 .tab-block-1 li a{padding:10px;font-size: 12px;}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.press-block {
  float: left;
  margin: 0;
  width: 100%;
}
/**********************plan page new**************/
.plan-block-puter{width:100%;}
.secure-safe-block{width:100%;margin-top:30px;}
.planing-half-block{width:100%; margin-bottom:30px;}
.planning-row-block{margin-bottom:0px;}
/**********************plan page new wnd**************/
/************payment******************/
.payment-block .pay-block-left{width:100%;display:block;float:left;}
.payment-block .pay-block-left img{width:auto;}
.payment-left-inner::before{display: none;}
.payment-block .pay-block-right{width:100%; float:left;display:inline-block;}
.pay-block-right-inner{padding:30px;}
/************payment end******************/
.top-video-this-week .block-top-video1,.runner-up-block .block-runner{width:49%;}
.top-video-this-week .block-top-video1:nth-child(2n) ,.runner-up-block .block-runner:nth-child(2n){margin-right:0px;}

.video-block-win figure img {    min-width: 349px;    }
/******************video-profile-contest*********************/
.contest-left-block {
  text-align: center;
}
.contest-prize h1 {
  margin: 0;
}
/******************video-profile-contest end*********************/
/***************4-19-2016 contest page changes**************/
.contest1-main-test .contest-right-block {
    float: right;
    width: 53%;
}
.contest1-main-test2 .contest-right-block {
    width: 57%;
}
/***************4-19-2016 contest page changes**************/
.reg-wiz .sf-sea .sf-wizard .sf-btn{padding: 0;}
.reg-wiz .promocode-fild {
  padding: 0 0;
}
.tstmslider-block-v2 .slick-slide:nth-child(3n) {
  border-right: medium none;
}
.tstmslider-block-v2 .slick-slide:nth-child(4n) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/************************aff end********************************/

.aff-bor {
  left: 89%;
  width: 52%;
}
.aff-inner h4{
	font-size:42px;
}
/*********************program*********************/
.program-block-inner{width:100%;margin-bottom:20px;max-height: 380px;}
/*********************program end*********************/

.join-now p {
  text-align: center;
  width: 100%;
}
.join-now h1 {
  text-align: center;
  width: 100%;
}
.join-now {
  text-align: center;
}
.sign-up-now {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  float: none;
  padding: 0 30px;
  transform: skewX(-28deg);position: relative;
  top: 0;-moz-transform: skewX(-28deg);-webkit-transform: skewX(-28deg);-o-transform: skewX(-28deg);
}
.sign-up-now h2 {
  margin: 0;
  padding: 15px 40px 15px 0;
  transform: skewX(28deg);-moz- transform: skewX(28deg);-webkit- transform: skewX(28deg);-o- transform: skewX(28deg);-ms- transform: skewX(28deg);
}
/************************aff end********************************/
.missing-progress-inner  ul li {width:50%;}
.login-form-txt a, .login-form-txt label{font-size:12px;}
.login-form-header{width:365px;}
.login-form-btn input{padding:0px 7px;}
.img-join-block{width:40%;}
.content-join-one-block{width:58%;float:right;}
.content-join-one-block p{font-size:17px;}
a.join-now-button {
  font-size: 15px;
  padding: 6px 12px;
}
/**************projects***************/
.projects-block-front .block-project1{width:48%;margin-right:0;}
.projects-block-front .block-project1:nth-child(2n){float:right;}
.pj-serach-block .tab-block-1.chage-paginatiopn-block{width:100%;}
.search-pj-outer { margin-bottom: 3%;  max-width: 100%;  width: 42%;margin-bottom:20px;}
.search-by-btn1{width:17%;}
.short-pj-outer { float: left; width: 35%;margin-bottom:20px;}
/**************projects end***************/
/**************project detail***********/
.projects-block-front .project-detail-pj1 .block-project1 { margin-right: 0; width: 100%;}
.lead-by-first-block { text-align: left;}
.send-req-btn .send-request {
    width: 100%;
}
.doc-files-pj-inner:nth-child(3n){margin-right:0%;}
/**************project detail end***********/

/*********************new section end************************/

.jon-left {
  margin-bottom: 40px;
  width: 100%; text-align: center;
}
.jon-right {
  float: right;
  text-align: center;
  width: 100%;
}
.jon-don{
	text-align:center;
}
.jon-bp {
  display: none;
}

/*********************new section end************************/
.links_image_map.links_image_map1 {
  top: 94px;
}
.links_image_map.links_image_map2 {
  top: 220px;
}
.links_image_map.links_image_map3 {
  top: 153px;
}
.links_image_map.links_image_map4 {
  bottom: 221px;
}
.links_image_map.links_image_map5 {
  bottom: 289px;
}
.links_image_map.links_image_map6 {
  bottom: 104px;
}
.links_image_map.links_image_map7 {
  bottom: 166px;
}
/***pointsystem landing page ****/
.left-point {
    height: 292px;
}
.step-main-block1 p br {
    display: none;
}
.step-main-block1 {
    width: 100%;
    margin-bottom: 20px;
}
/***pointsystem landing page ****/
/*******************************start affiliate form ********************************/

.classification-left ul li, .classification-right ul li {
    width: 100%;
   padding: 10px 29px;
}
.classification-right {
  left: 0;
  position: relative;
} 
.classification-right ul li {
  padding: 15px 29px 0;
  width: 100%;
}
/*******************************end affiliate form ********************************/

/********************affiliation home html*********/
.bp-affilation-half {
  border-bottom: 3px solid #222;
  width: 100%;border-right:none;
}
/********************affiliation home html end*********/
.classification-left,.classification-right{width:100% ;}
.affiliate-inner-form{margin-top:-30%%;}
div.aff_error {
  font-size: 12px;
}
.affiliate-why-affiliate, .affiliate-describe-yourself, .affiliate-upload {
  margin-top: 25px;
 }
 .afiliate-form-sub {
  margin-bottom: 9px;
}
.subfreeright {
    width: 200px;
}
.subfreeleft {
    width: calc(100% - 206px);
}
.free-popup .modal-dialog {
    padding: 15px 20px;
}
}
@media screen and (max-width:837px){
.radiotxt span.mexam-txt {
  display: block;
  padding-left: 0;
  padding-top: 0;
}
.mis-exp-cont::before{left:10px;top:-29px;}
.mis-exp-cont ul { max-height: 95px;}
.mis-exp-cont li {
  padding: 6px 20px;
  width: 100%;
}

.banner-content{ 
display: block;
    float: left;
    position: static;
    width: 100%;
}
.figuretxt {
  display: block;
  float: left;
  width: 100%;
}
.slider-cont .slick-track {
    margin-top: 0;
}
.slider-cont .slick-next{ transform: translate(5px, -50%) !important;}
.slider-cont .slick-prev{ transform: translate(-5px, -50%) !important;}
/*.slider-cont .slick-prev::before, .slick-next::before{ color:#fff !important;}*/
.wallet-history table{min-width:768px;}
.wallet-tabs .tab-content{display:block;}
.monthely-offer-block::before {
  left: -28px;
  top: 24px;
  width: 70px;
}
.banner-main .slick-prev {
    left: 0 !important;
}
.banner-main .slick-next {
  right: 0 !important;
}
.slider-cont-txt::before{right:0;}
.slider-cont-txt::after{left:0;}
.slider-cont-txt{padding:0px 20px;}
}
@media screen and (max-width:767px){
.right-login-pblock h2 {  margin-top: 15px;  }
.clicktxt{padding-top: 10px;}

.reg-wiz fieldset { height:auto !important;}
.contact-block{background-size:cover;}
.inquery.form-block{margin-top:30px;float:left;}
.reg-social-link span,.reg-social-link span h3{width:100%;}
.F-S-links {float: none;display:inline-block;}
.point1 { background-size: 30px auto;  height: 14px; 
  width: 13px;z-index: 99999;}
.point1:hover { background-position: 13px 0;}
.prev{width:15px;height:15px;}
/*********step4********/
.small-txt { font-size: 13px;}
.photoandvideo .or-section{margin:10px 0px;}
.photoandvideo{min-height:0;}
.photoandvideo{margin-bottom:20px;}
.send-icon{width:100%;text-align:center;margin-top:20px;float:left;}
.resend {position: relative;right: 0px;top: 0px;float:none;display:inline-block;}
.connect-inner-block1 p{text-align:center;}
.enter-phone-no{height: auto;
    margin: 0 4% 10px;
    padding: 20px;
    width: 92%;}
.pull-right.block-check {
  float: left !important;
  text-align: left;
}
/***********end**************/
/******************new steps**********/
.step11{width:100%; text-align:left;}
.step11:first-child{padding-left: 62px;}
.arrow-right{display:none;}
.step11 .numbering{text-align:center;}
.step11:first-child .numbering {
    left: 25px;
}
.banner-innertxt{width:90%;}
/*****************end****************/
h1.text-big-banner,.banner-innertxt h2 {font-size: 20px; }
h1.text-big-banner span {font-size: 20px;}
h1.text-big-banner {height: 44px;}
#wizard_example-box{ max-width:600px;}
/*****************dashboard****************/
.dashboard-left {
    max-width: 100%;
}
.dash-right {
    margin-top: 40px;
    width: 100%;
}
.investor{max-width:55%;}
.advertise-2 {
    text-align: center;
    width: 100%;
}
.recoard-vdo-right .record-txt b {
    display: block;
}
/*****************dashboard end****************/
/*****************edit profile*****************/
.steps-edit-profile .step11 {
    padding: 13px 16px 13px 72px !important;
}
/*******************end*****************/

ads2 > a {
    clear: both;
    display: inline-block;
    float: none;
    width: 100%;
}
.add-user-block > h2{text-align:left;}
.right-login-pblock h2 span {
    display: block;
}
.profile-img-block {
    padding-right: 0;
}
figure.profile-img{width:20%;}
.dashboard_info_dta .profile-txt {
  width: 71%;
  float: left;
}
.steps-edit-profile .step11 {
    padding: 13px 16px 13px 53px !important;
}
.steps-edit-profile .step11 .numbering{display:none;}
.steps-edit-profile .step11 {
    padding: 13px 21px !important;
    text-align: center;
    width: auto !important;
}
/***************investor popup**********/
.content-block-popup .left-pop {
    float: left;
    width: 100%;
}
.content-block-popup .left-pop.right-pop {
    float: right;
    margin-bottom: 20px;
    width: 100%;
}
.note-txt-pop {
    text-align: left;
}
/**********end***********/

/***********************advertise-with-us****************/
.flat-free-add {
    background: #ffffff ;
    display: block;
    float: left;
    font-family: ralewaybold;
    vertical-align: top;
    width: 100%;
}
.add-free-left{text-align:center;}
.add-free-right p {
    text-align: center;
    width: 100%;
}
/***********************advertise-with-us end****************/
.wallet-tabs.partner-mach-main-block .tab-block-1 li {
    border-bottom: medium none;
    border-right: 1px solid rgb(215, 215, 215);
    float: left;
    width: auto;
}
/****************************partner-mach-main-block **************/
.partner-mach-main-block .tab-block-1 li {
    border-bottom: 1px solid #d7d7d7;
    border-right: medium none;
    float: left;
    width: 100%;
}
.partner-mach-main-block .tab-block-1 li a{width:100%;}
/****************************partner-mach-main-block end**************/
.Email-box.file-sharing-outer.search-page .email-first-block h2{width:100%;}
.advance-search-new1 .tab-block-1 li {
  border-bottom: 1px solid rgb(215, 215, 215);
  border-right: 0 none;
  float: left;
  width: 100%;
}
.advance-search-new1 .tab-block-1 li a{width:100%;}
.page_404 h2 {
    color: rgb(241, 173, 61);
    font-size: 226px;
    line-height: 173px;
    text-align: center;
}

.image > div{ display:block;}
.remove_image.fa-close{ display:block;}

.mis-exp-cont ul { max-height: 115px	;}



/*           SMS FIELD ISSUE
select.iti-mobile-select {
    position: absolute;
    left: 7px;
    top: 0;
    margin: auto !important;
    float: none;
    z-index: 9;
    bottom: 0px;
    height: 23px !important;
    width: 30px;
    opacity: 0;
}
*/
.selbox-indstry{margin-top:15px;}
.selbox-content{max-height:170px;}

.links-profile > a{ display:inline-block; width:45%;}

/***************4-19-2016 contest page changes**************/
.contest1-main-test .contest-right-block {
    float: right;
    width: 100%;margin-top:20px;
}
.contest-main-block.contest1-main-test,.contest-main-block.contest1-main-test2 {
    text-align: center;
}
.contest-right-block h1{text-align: left;}
.contest-left-block.sweep-ticket {
    float: none;
 }
 .contest-right-block li{text-align:left;}
 .contest1-main-test2 .contest-right-block {
    width: 100%; margin-top:20px;text-align:left;
}.contest-left-block.sweep-ticket.contest-price2 {
    display: inline-block;
    float: none;
    margin-right: 0;
}
/***************4-19-2016 contest page changes**************/
.promocode-fild {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: auto;
  padding: 10px;
  width: 100%;text-align:left;padding-right:103px;
}
.promocode-fild input{width:100%;}
.promocode-fild a{position: absolute;right:56px;}
.promocode-fild a.hreg-promo-cancel{right:13px;}
.promo-btn-reg {
  float: left;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.reg-wiz .promocode-fild {
  padding-right:103px;
}
.tstmslider-block-v2 .slick-prev {
    left: 0;z-index: 9;
}
.tstmslider-block-v2 .slick-next {
    right: 0;z-index: 9;
}
.tstmslider-block-v2 .slick-slide {
  border-right: medium none !important;
}

.profile-table {
  display: block;
  float: none;
  overflow: scroll;
  width: 100%;
}
.profile-table table{ width:700px;}
.profile-tab{ display:block;}
/************************aff end********************************/

.step-main-block1{
	width:100%; margin-bottom:40px;
}
.step-main-block1:last-child{
	margin-bottom:0px;
}
.aff-bor{
	display:none;
}
/************************aff end********************************/
.people-filter .people-input{width:32%;}
.people-filter .people-input:last-child{margin-right:0px;}
/*****************************wallet end****************************/

.wallet-inpt input{
    width:100%; margin-bottom:8px;
}

/*****************************wallet end****************************/
/*******************multi partner-tab *********************/
	.purchase-tab-multi-partner .purchase-tab-top input, .purchase-tab-multi-partner .purchase-tab-top select,.multi-select-point {
	  max-width: 252px;
	  width: 100%;
	}
	/*******************multi partner-tab ends*********************/
	/*******************multi-partner-detail*********************/
	.partner-mach-main-block .tab-block-1 .attachments li{border-bottom:none;}
	.partners-detail-tb{overflow:auto;}
	.partners-detail-tb table{min-width:750px}
	.tab-block-1 .tab-content{display:block;}
	.created-by-date span {margin-bottom: 5px;}
	.info-cell img {width: 70px;}
	.info-block p {font-size: 13px;}
	/*******************multi-partner-detail end*********************/
	/**************project detail***********/
	.project-detail-pj1 .block-project-img1{display:block;}
	.project-detail-img-left{display:block;width:100%;}
	.project-detail-img-right{display:block;width:100%;}
	.pj-video-block{width:100%;}
	.doc-files-pj{width:100%;margin-top:20px;}
	.user-img-p{width:120px;height:120px;}
	/**************project detail end***********/

.pro-btm-ul-outer ul li {
  margin: 10px 0;
  width: 50%;
}
.pro-btm-ul-outer ul li:nth-child(2){border-right:none;}
.pro-btm-ul-outer ul {
  padding: 5px 0;
}

.pro-btm-ul-outer ul li:nth-child(2n){border-right:medium none;}

/*********************new section end************************/

.recent-registrations .slick-prev{left:-30px!important}
.recent-registrations .slick-next{right:-30px!important}

/*********************new section end************************/
.links_image_map.links_image_map7 {
  bottom: 25%;
}
.links_image_map.links_image_map6 {
  bottom: 15%;
}
.links_image_map.links_image_map5 {
  bottom: 45%;
}
.links_image_map.links_image_map4 {
  bottom: 35%;
}
.links_image_map.links_image_map3 {
  top: 25%;
}
.links_image_map.links_image_map2 {
  top: 33%;
}
.links_image_map.links_image_map1 {
  top: 12%;
}
.business-icon img {
  display:none
}
.main-error-outer {
  padding: 20px;
}
.error-log {
  font-size: 24px;
}
.main-error-outer > img {
  max-width: 100%;
}
.link-block {
  padding-bottom: 10px;
  padding-right: 0;
}
.back-btn {  
	width: 100%;
	margin-bottom: 10px;
}
.error-exist {
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/*********Pointsystem landing page *******/

.point-main-heading {
    font-size: 22px;
    line-height: 31px;
}
.point-text {
    font-size: 16px;
}
span.point-sub-heading {
   font-size: 16px;
}
.left-point {
    height: 258px;
}
.fotter-outer .ns-security{
    display: none;
}
.fotter-outer .footer-s-link-main{
    padding-bottom: 0;
}
.aff-bor{
    display: none;
}
/*****Pointsystem landing page *******/
.partner-mail .btnsadd-a-group a {
  padding: 7px 10px;
}
.monthely-offer-block::before {
  left: 0;
}
}


@media screen and (max-width:640px){
.ads2 img {
    width: 100%;
}
/*
select.iti-mobile-select {
    visibility: hidden;
}
*/

/*****************************start final agreement boxStyle style*******************************/
.agreementRow {
   display: block;
}
.agreementRow label {
    display: block;
    margin: 10px 0;
}
.agreementRo-right {
    display: block;
    margin-bottom: 10px;
}
/*****************************end final agreement boxStyle style*******************************/

.right-login-pblock h2 span{display:block;}

.ads2 {  display: inline-block;  text-align: center; width: 100%;}
.popupmain .rgform {
    height: 315px;
    overflow: scroll;
}
.steps-edit-profile .step11 {
    padding: 13px 21px !important;
    text-align: left;
    width: 100% !important;
}
.steps-edit-profile .active .arrow-right{display:none;}
/***************upgrade-table*************************/
.upgrade-table-res .upgrade-table {
    display: block;
    margin-bottom: 20px;
}
.desktop-version{display:none;}
.upgrade-table-res .heading-inner.basic {
    margin-top: 0;
}
.upgrade-table-res .heading-inner.premium {
    margin-top: 0;
}
.heading1{height:auto;}

.btnsadd-a-group > a {
    margin-left: 3px;
    padding: 6px 9px;
    }
/******************profile step2************/
.numbering-step11 p{font-size:12px;}
.numbering-step11 p b{font-size:19px;}
.numbering-step11 p{padding:5px;}
.numbering-step11{width:50%;}
/*******************end********************/
/**************invite popup**********/
.invite-popup .popupmain .rgform {
    height: auto;
    overflow: scroll;
}
.invite-popup .popup {
    max-width: 90%;
}
.btn-pop-inner-btm .pop_btn{width:132px;}
.btn-pop-inner-btm .pop_btn1{width:94px;}
/*******************end*************/


/**************************new group end*****************************/

.group-table-outer{
	overflow:scroll;
}
.group-table-inner{
	width:650px;
}
.Email-box{
	display:block;
}

/**************************new group end*****************************/
/**************user4************/
.form-edit-profilt {
    float: left;
    width: 100%;
}
.or-form-section .photoandvideo.photoandvideo-new {
    background: rgba(0, 0, 0, 0) url("../imgs/baror.png") repeat-x scroll center center / auto 5px;
    border: 0 none;
    bottom: 33px;
    height: 22px;
    min-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.or-form-section .form-edit-profilt:first-child {
    margin-bottom: 22px;
}
/**********end****************/
/******** create group******/

.btn-group a img {
    height: 36px;
    max-width: 124px;
    width: 100%;
}


/*********end*********/
/************edit-group-detail*********/
.profile-img.group-img-div.hover-profile-image {
    float: none;
    margin: 0 auto 20px;
}
/**********end********************/
/********************vdo-con************/
.file-viewer-left{width:100%;margin-bottom:10px;}
.file-viewer-right{width:100%;}
/*********************end****************/
.profile-img-small {
    display: none;
}
.profile-right{width:137px;height:28px!important;}
.drop-down-togle p {
    margin: 0;
    padding: 0;
}
.profile-right .drop-down{top:40px;}
.profile-right{margin-top:0px;}
/******************cross partner popup************/
.remove-partner .rgform {
    height: auto;
}
/******************cross partner popup end************/
/******************cross partner popup************/
.popup-partner-send-msg textarea {
    height: 72px !important;
}
/******************cross partner popup end************/
.links_body .url{width:100% !important}
.links_body .url a{ word-wrap: break-word;}
/******************Upload image 10************/
.popup.investor-popup.upload.images-upload-primary {
  max-width: 90%;
}
/******************End************/
.mob-block-outer .miles_away {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

/************mobile 24-Dec-2015*******************/
.profile-right.edit-profiles-tab.info.business-tab{    width: 130px;}
.mob_profile_outer .fa.fa-angle-down {
    cursor: pointer;
    float: right;
}
/*******mobile end************/
.mob-bus-div .partner-mail .btnsadd-a-group a {
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px 10px;
  width: auto;
  margin-right: 5px;
}
.mob_profile_outer ul.drop-down li a:hover{color:#000 !important;}
.business-tab .drop-down-togle .fa.fa-angle-down {
  line-height: 17px;
}
.profile-img-block .pend-req{display:none;}
.mob-add-head a.mob-see-all:hover, .mob-add-head a.mob-see-all:focus {  color: #ffffff !important;}
.tstmnl a{width:80%;max-width:100%;}

.slide-thumbs{display:block;}
.mis-exp-cont {
  top: inherit;
}

.slider-cont {
    margin-bottom: 6px;
    margin-top: 6px;
}
/**********************plan page new**************/
.plan-block-inner1{width:42%;}
/**********************plan page new wnd**************/




/******************mobile plan**************/
.mobile-plan-mian{width:100%; float:left;}
.mobile-plan-mian h2{padding:10px;color:#f19333;font-size:19px;line-height:19px; text-transform: uppercase;text-align:center;font-family: 'Conv_GothamMedium';margin:0px 0px;width:100%; float:left;}
.mobile-plan-mian h2 span{display:block;}
.mobile-plan-inner-block{width:100%; float:left;padding:10px 0px;background: #fafafa; text-align:center;}
.plan1-mobile{width:100%; float:left; text-align:center;}
.plan1-mobile .plan-block-inner1 {max-width: 150px; height: 175px;width:100%;}
.plan1-mobile .plan-block-inner1 h3,.paln-price1-mob  .price-inner-block h3 .strike{font-size:14px; margin-top: 5px;}
.paln-price.paln-price1-mob .discount-block {
  font-size: 15px;
}
.plan1-mobile .paln-price{width:64px;height:64px;}
.plan1-mobile .top-plan-heading{min-height:52px;}
.plan1-mobile .paln-price{top:27px;}
.plan1-mobile .plan-block-inner1 .price-inner-block h3 {font-size: 17px; padding: 4px 0;}
.plan1-mobile .price-inner-block h3 sup {font-size: 12px;}
.plan1-mobile .price-inner-block h3 span{font-size:10px;}
.plan1-mobile .save-money{font-size:13px; padding: 24px 0 4px;}
.plan1-mobile .save-money span{font-size:23px;}
.plan1-mobile .network-now {font-family: 'Conv_GothamBook';font-size: 10px;line-height: 6px; margin-bottom: 6px; padding: 4px 0 4px;}
.plan1-mobile .network-now::after {
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #f19333;
  bottom: -5px;
}
.plan1-mobile .btn-click-here-network{margin:0 0 5px 0;}
.plan1-mobile .click-here{font-size:11px;padding: 1px 10px;}
.plan1-mobile .save-money h5 {
    margin:0px 0 4px;
}
.plan1-mobile .plan-block-inner1 h3{}
.plan-txt-center{width:100%; float:left;text-align:center;display:table; height:100%;}
.plan-txt-center .plan-block-txt-inner{width:100%;display:table-cell;  vertical-align: middle;}
.plan-block-txt-inner  h2 {font-size: 18px; padding: 0;}
.plan-block-inner1.no-clor{background:none;border:none;}
.plan1-mobile.row2{margin-top:0px;}
/*************mobile plan***************************/

.plan-rec {
  font-size: 12px;
}
.plan1-mobile .click-here {
  background: rgb(241, 147, 51) none repeat scroll 0 0;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 12px;
  height: 45px;
  line-height: 12px;
  padding-bottom: 4px;
  padding-top: 11px !important;
  width: 45px;
}
.pmob-block{ height: auto !important;}
.plan-mob-client {
  float: left;
  padding: 10px 15px;
  width: 100%; margin-top: 32px;
}
.plan-mob-client .plan-heading {
  font-size: 17px;
}
.plan-mob-client .ul-planing li{ fontsize:13px;}
.plan-mob-client .planing-half-block h3{ fontsize:16px;}
.plan1-mobile .click-here:focus {
  color: rgb(255, 255, 255) !important;
}

.plan-block-inner1 {
  margin-bottom: 10px;
}

/************payment******************/
.card-num-main {
    max-width: 73%;
}
.card-img-1{width:20%;}
.card-img-1 img{width:100%; max-width: 52px;}
.card-name-1{width:51%;}
.selected-plan-left {
    
    width: 100%;
}
.p-main-selected-right {
    float: right;
    max-width: 100%;
    width: 100%;margin: 0 0 35px;
}
/************payment end******************/
.mob-h2-select-heading{display:block;}
.desk-h2-select-heading{display:none;}
.mob-pcom.pro_complete {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 6px;
  display: inline-block;
  margin-top: 14px;
  position: relative;
  right: 0;
  width: 100%;
}
.mob-pcom.pro_complete p {
  display: inline-block;
  width: 37%;
}
.mob-pcom.pro_complete a {
  border-radius: 0;
  display: inline-block;
  float: right;
  padding: 6px 13px;
  vertical-align: top;
  width: 61%;
}
.acc-expired{width:100%;}
.acc-expired a, .acc-expired1 a{width:100% !important;font-family:ralewaysemibold;text-align:center;}
.acc-expired h4{width:100%;}
.pro_left h2 {
  font-family: ralewaysemibold;
  font-size: 14px;
  margin: 5px 0;
  text-align: center;
}

.thide{ display: none;}
.sn-arrow-left{ display:block;}
.sn-arrow-right{ display:block;}

.numbering-step11 a i { display:inline-block;}
.numbering-step11.active.thide {
  display: inline-block;
}
.numbering-step11.active.sn-sec {
  display: inline-block;
}
.sn-arrow-right.disabled-me, .sn-arrow-left.disabled-me {
  display: none;
}
.numbering-step11:hover{
background: rgba(0, 0, 0, 0) url("../imgs/steps-bg1.png") repeat-x scroll 0 0 / 100% 46px !important
}
.numbering-step11.active {background: rgba(0, 0, 0, 0) url("../imgs/org.png") repeat-x scroll 0 0 / 100% 46px !important}
.numbering-step11.active:hover a{color: #fff !important;}
.numbering-step11:hover a{ color: #555555 !important;}
.form-block input, .form-block select, .form-block textarea{ font-size:16px;}
#wizard_example-box .mob-ind { margin-top: 15px;}
#wizard_example-box select#mob-industry { margin-bottom: 7px;}
.form-block .sms-block input{font-size:12px;}

#video_frame{height:327px !important;}

.top-video-this-week .block-top-video1, .runner-up-block .block-runner {
    margin-bottom: 0px; min-height: inherit;
    width: 23.5%;margin-right:2%;position: relative;border:none;
}
.dashboard-left.con-winn-block {
    margin-bottom: 10px;
    max-width: 100%;
}
.top-video-this-week .block-top-video1:nth-child(2n), .runner-up-block .block-runner:nth-child(2n){margin-right:2%;}
.top-video-this-week .block-top-video1:nth-child(4n), .runner-up-block .block-runner:nth-child(2n){margin-right:0%;}
.video-icon-t{width:30px;}
p.cpholder{font-size:13px !important;}
 .runner-up-block .block-runner:nth-child(2n) {
    margin-right: 2%;
}
.runner-up-block .block-runner:nth-child(4n){
    margin-right: 0% !important;
}
.runner-up-block .block-runner{margin-bottom:13px;}
.video-slide {
     background: rgb(241, 156, 43) none repeat scroll 0 0;
    float: left;
    margin: 7px 0 15px;
    padding: 3px;
    position: relative;
    width: 100%;
}

.video-slide .profile {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 60px;
    color: rgb(255, 255, 255) !important;
    font-family: ralewaysemibold;
    font-size: 14px;
    height: 65px;
    left: 15px;
    padding: 0px;
    position: absolute;
    text-transform: uppercase;
    bottom: 40px;
    width: 65px;overflow:hidden;z-index:1;
}
.video-slide .profile img{width:auto;}
.top-winner-slider.video-slide .profile {
    right: 0px;
    top: 0px;
}

.video-slide video {
    float: left;
    height: auto;
    width: 100% !important;
}

.block-runner.one::before ,.block-top-video1.one::before {
    border-bottom: 10px solid #F19C2B;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    bottom: -22px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 10px;
}
.video-slide.top-winner-slider {
    margin-top: 15px;
}
.top-winner-slider-left{width:100%;float:left;position:relative;}
.top-winner-slider-right{width:100%;float:right;margin-top:20px;}
.top-winner-slider-right .video-content-win ul li.home {
    background: rgba(0, 0, 0, 0) url("../imgs/home.png") no-repeat scroll left center / 14px;
}
.top-winner-slider-right  .video-content-win ul li.suit {
    background: rgba(0, 0, 0, 0) url("../imgs/vintage.png") no-repeat scroll left center /14px;
}
.top-winner-slider-right .video-content-win {
    color: rgb(255, 255, 255);
    min-height: 0;
}
.top-winner-slider-right .video-content-win p{color:#fff;}
.top-winner-slider-right .video-content-win ul li{color:#fff;}
.video-block-win video ,.video-block-win{ background: rgb(137, 133, 133) url("../imgs/vdo-cam-blur.png") no-repeat scroll center center / 30px auto;
    min-height: 72px;}
.tab-block-1.mob-pagnt{margin-top: 0px;}
.block-runner .ribbon-orange-search {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f49638+0,f9b53e+55,ee8822+100 */
background: rgb(244,150,56); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,150,56,1) 0%, rgba(249,181,62,1) 55%, rgba(238,136,34,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,150,56,1) 0%,rgba(249,181,62,1) 55%,rgba(238,136,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,150,56,1) 0%,rgba(249,181,62,1) 55%,rgba(238,136,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49638', endColorstr='#ee8822',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
  font: bold 8px ralewayregular;
  left: -44px;
  padding: 1px 0;
  position: relative;
  text-align: center;
  top: 5px;
  transform: rotate(-224deg);
  width: 100px;
}
.block-runner .ribbon-orange-search span {
  display: inline-block;
  font-size: 9px;
  left: -6px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  top: -1px;
  transform: rotate(181deg);
}
.block-runner.higlight-border{border:2px solid rgb(238, 136, 34);}
.block-runner{border:2px solid #dedede;}
.fa.fa-close.cross-btn-vdo {
  background: #F19C2B;
  border-radius: 50px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -o-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  -ms-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.698);
  color: rgb(255, 255, 255);
  font-size: 19px;
  height: 30px;
  line-height: 27px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
  width: 30px;z-index:1;
}
.coming-soon-pic {
    background: rgb(205, 203, 203) url("../imgs/coming-soon-pic.png") no-repeat scroll center center / 16px auto;
    border-width: 1px;
    bottom: -10px;
    height: 31px;
    width: 31px;
    z-index: 99;
}
.vdo-cam-img1soon img {
    width: 30px;
}
.vdo-cam-img1soon span{font-size:15px;line-height: 14px;}
.over-week p{height:65px;}
.top-video-this-week-outer{margin-bottom:30px;}
.coming-soon-pic {    border: medium none;    box-shadow: 0 0 2px rgba(0, 0, 0, 0.898);    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.898);    -webkitbox-shadow: 0 0 2px rgba(0, 0, 0, 0.898);    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.898);}
.footer-s-link-main a {  font-size: 16px;  height: 30px; padding: 3px 0;  width: 30px;}
.pend-req-mobile {  background: rgb(255, 0, 0) none repeat scroll 0 0;  border-radius: 50px;  font-family: ralewayregular; height: 17px;  left: -5px;  position: absolute;  text-align: center;  top: -8px;  width: 17px; }
.pend-req-mobile  a {  color: rgb(255, 255, 255); }
/************************slider mob**********/
.mob-slick-slider .slick-slide{margin:0px 3px;}
/**************video-studio-mob************/
.video-content-container-mob {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.video-studio-mob {
    float: left;
    padding: 20px 0 0;
    width: 100%;
}
.video-frame-block{width:100%; float:left;border-radius:5px;border:1px solid  #dedede ;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */position:relative;  min-height: 160px;overflow:hidden;
}
.border-shadow-block {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 66px;
    height: 140%;
    left: 20px;
    opacity: 0.2;
    position: absolute;
    top: 56px;
    transform: rotate(155deg);
    width: 118%;
    z-index: 1;
}
.vdo-can-icon-block {
  bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 83px;
    max-width: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.vdo-can-icon-block img {
    width: 56px;
}
.vdo-can-icon-block p {
    font-size: 18px;
    margin-top: 5px;
}
.vdo-btn-add-slash{width:100%; float:left;text-align:center;margin-top:20px;position:relative;}
.vdo-btn-add-slash button{ background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;background: rgba(0, 0, 0, 0) -moz-linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;background: rgba(0, 0, 0, 0) -Webkit-linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;background: rgba(0, 0, 0, 0) -o-linear-gradient(to bottom, #4d994d 0%, #57b857 100%) repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    margin-top: 5px;
    padding: 10px 20px;border:none; font-family: ralewaysemibold;}
    
.vdo-btn-add-slash .submit-btn-file{background: rgb(247, 160, 28);
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    margin-top: 5px;
    padding: 10px 20px;border:none; font-family: ralewaysemibold;}
.vdo-btn-add-slash input[type=file]{     width: 100%;opacity:0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    margin-top: 5px;
    padding: 10px 20px;border:none; font-family: ralewaysemibold;position: absolute;left:0;right:0;margin:auto;}
.vdo-btn-add-slash button i{margin-right:5px;}
.file-btn {
    width:auto;
    display: inline-block;vertical-align: top;margin:0px 2px;
}
.mob-add-head.heading-add-video {
    margin-top: 21px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.mob-add-head.heading-add-video h2{font-size:19px;}
.file-name-content-main{width:100%; float:none;font-size:14px;color:#333;margin-top: 6px;}
/**************video-studio-mob************/
.mob_profile_outer .fa.fa-angle-down{line-height:17PX;}
.video-frame-block video{width:100%; float:left;}
.remove-bottom-margin {
    margin-bottom: 0px !important;
}
.vid-desk-botm .video-icon-t{width:30px;}
.profile-right .drop-down-togle p a {  width: 92%; }

.mob_profile_outer .profile-right .drop-down-togle p a {
	float: left;
	width: 102px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.promo-code-outer-mob .promo-input {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}
.promo-code-outer-mob{margin:10px 0px 0px;}
.promo-code-outer-mob .promo-btn {
    float: left;
    margin-right: 0px;
    width: 100%;
    text-align: center;
}
.promo-error {
    color: #ff0000;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.partner2.promo-code-outer-mob{padding-bottom:0px !important;}
.promo-btn-reg {
  float: left;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.promocode-fild {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: auto;
  padding: 10px;
  width: 100%;text-align:left;padding-right:103px;
}

.promocode-fild input{width:100%;}
.promocode-fild a{position: absolute;right:56px;}
.promocode-fild a.hreg-promo-cancel{right:13px;}

.profile-txt > h2 a{font-size: 20px;}

.social_outer a{font-size:11px; padding: 5px 8px;}
.invst-file.file-uploaded {
  padding: 7px 0;
  width: 100%;
}
.invst-status {  padding: 0 0 7px;}
/**********************3 jun start********************************/

.partner-affiliate .block-images1, .partner-affiliate .block-images-middle {
  float: left;
  width: 100%;
}
.block-images-middle {
  margin: 23px 0;
}
.partner-affiliate .testimonial-images .block-main-image {
  text-align: center;
  width: 100%;
}
/**********************3 jun end********************************/
.aff-banner-inner li{width:100%}
.popup-inner-content-aff{max-height:330px;}
.site-dec-select select{font-size: 16px;}
.footer-dir-main p span {
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.search-people-inner {
  max-width: 417px;
}
.search-people-txt{width:37%;}
.vdo-block h2.home-vdo-title{font-size:17px;}
.slider-cont-txt{font-size:12px;position:relative;}
.slider-cont-txt:before {
    top: -7px;
}
.slider-cont-txt:after {
    top: -7px;
}
.img-join-block {
    width: 100%;margin-bottom:15px;float:left;
}
.content-join-one-block {
    width: 100%;
}
.img-join-one-block {
    display: inline-block;
    float: none;
    max-width: 114px;
}
.content-join-one-block{text-align:center;}

/***************purchase end************************/

.purchase-tab-top{
    background-image:none;
}
.purchase-tab-top label{
    width:100%; margin-right:0px;margin-bottom: 4px;
}
.purchase-tab-top input{
    width:100%; margin-right:0px;
}
.purchase-tab-top h5{
    width:100%;
}
.pur-int-btm label{
    width:100%;
}

/***************purchase end************************/

/*****************************wallet end****************************/

.purchase-tab-top1 select{
    width:100%;
}
.purchase-tab-top.pur-mail{
    background-image:none;
}
.wallet-tabs .blank-lable{display: none;}
/*****************************wallet end****************************/
.logo img{max-width:250px;}
.gray-header .logo {width:auto;}
.my-wallet {
  position: relative;
}
/********************info-project for mobile **************/
.mob-info-step .info-step { background: rgba(0, 0, 0, 0) url("../imgs/arrow-info-mob.png") no-repeat scroll 50% 22% / 45% auto;}
 
/********************info-project for mobile end**************/
.share-lbl{width: 100%;}
.mob-form-input-block-inner .slick-boxes {
    float: none;
    width: 13.6% !important;
}
/**************projects***************/
.projects-block-front .block-project1{width:100%;}
.short-pj-outer{width:34%;}
/**************projects***************/
/**************project detail***********/
.lead-by-block-pj1 {width: 50%;text-align: center; width:50% !important;border-bottom:1px solid rgba(255,255,255,0.7);}
.send-request{width:50% ; font-size: 16px;padding: 18px 55px 17px 19px;}
.vdo-overlay-pj {
    background-size: 60px auto;
}
/**************project detail end***********/
.Suggested-project { width:100%;}
.Suggested-project h2 {font-size:15px;}
.suggested-head {font-size: 20px;}
.partner-mach-main-block.wallet-tabs .tab-block-1 li{
  border-bottom:1px solid #dedede;
  border-right:none;
 
}
#menu7{ min-height: inherit; padding: 12px;}
.tb-cell-img {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
}
.tb-cell-img img {
  max-height: 100%;
  max-width: 100%;
}
.press-block .tb-image {
  display: block;
  height: 70px;
}
figure.abt-img {
  margin: 17px 0;
}
/*********Pointsystem landing page *******/
.right-point {
    width: 100%;
    float: left;
}
.left-point {
    height: auto;
    width:100%;
    margin-bottom: 20px;
}
.point-main-heading br {
    display: none;
}
/*********Pointsystem landing page *******/
.partner-mail .btnsadd-a-group a {
   margin-bottom: 8px;
}
.social-share-icons-dash.mob-social-share-icons-dash{
	margin-top: 5px !important;
}
.social-icons-dash a i {
  font-size: 16px;
  height: 35px;
  padding: 9px 0;
  width: 35px;
}
.social-icons-dash {
 padding: 0 4px;
}
.paywall_text a {
  font-size: 14px;
}
/*******************************start affiliate form ********************************/
.classification-left {
    width: 100%;
}
.classification-right {
    width: 100%;
}

.affiliation-half-section, .affiliation-half-section input, .affiliation-full-half-section, .affiliation-full-half-section input {
    width: 100%;
}
.affiliation-form-cover {
   margin-top: 5px;
}
.affiliation-full-section input, .affiliation-full-section textarea, .affiliation-full-section select {
    width: 100%;
}
.location-grid-affili {
    width: 100%;
}
.affiliate-main-heading {
    font-size: 20px;
}
span.affiliation-check-box-inner {
    display: block;
}
.affiliation-check-box span.affiliation-check-box-inner:nth-child(2) {
    margin-left: 0;
}
.affiliate-inner-form {
   padding: 25px;
}
.varification-section {
   padding: 25px;
}
span.affiliation-check-box-inner label {
   padding-right: 10px;
}
/*******************************end affiliate form ********************************/
.paywall_text {
  background: #f7a01c none repeat scroll 0 0;
  border-radius: 3px;
  float: left;
  margin-bottom: 10px;
  padding: 5px 5px 5px 55px;
  position: relative;
}
.upgrade-block {
  background: rgba(0, 0, 0, 0.15) url(../imgs/upgrade.png)no-repeat center /29px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 46px;
}
.paywall_text a {
  color: #fff;
  float: left;
  font-family: ralewaysemibold;
  font-size: 13px;
  text-align: left !important;
  text-decoration: none !important;
}
.paywall_text a:hover{color:#fff !important}
.monthely-offer-block.monthely-offer-block-mob > p {
  font-size: 14px;padding:0px 95px;
}
.monthely-offer-block.monthely-offer-block-mob a {
  font-size: 14px;
  text-decoration: underline !important;
}
.monthely-offer-block::before {
  background-size: 51px auto;
  left: 14%;
  top: 30px;
}
.discount-block{font-size:17px;}
.plan1-mobile .save-money {
  font-size: 13px;
  padding: 32px 0 6px;
}
.prefered-member-mob.prefered-member p {
  font-size: 14px;
  padding: 15px 0 0 !important;
}
.prefered-member.prefered-member-mob span {
  display: inline;
}
.prefered-member.prefered-member-mob > p {
  padding: 0px 21px!important;
}
.prefered-member.prefered-member-mob strong {
  display: inline;
}
.paln-price .discount-block {
  font-size: 22px;
}
span.affiliation-check-box-inner{width:100%;}
.affiliate-banner-text h1 {
  font-size: 42px;
  margin-bottom: 7px;
}
.affiliate-banner-text span{font-size:17px;}
.affiliate-banner-text{padding-top:40px;}
.affiliate-banner {
  padding-bottom: 80px;height:auto;
}
.affiliate-inner-form {
  margin-top: -44px !important;
}
.affiliation-check-box-inner label {
  margin-bottom: 0;
  margin-top: 5px;
}
.classification-section {
  margin-top: 22px;
}
.affiliation-full-half-section {
  margin-top: 25px;
}
/*****************************start agreement-inner tab style*******************************/
.final-agreement-section {
    width: 100%;
}
.agreement-browse-main {
   width: 100%;
}
.send-agreement {
   width: 100%;
    padding: 0px 10px 10px 10px;
}
.send-agreement {
 position: relative;
}
.create-agreement {
 padding: 0 5px 35px;
 }
 .agreement-browse {
  padding-right: 0;
 }
/*****************************end agreement-inner tab style*******************************/
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
    width: 13.2% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints {
    width: 100% !important;
    padding: 4px !important;
}
.mob-form-input-block-inner .number-value h3 {
    padding: 9px 0;
   
}
.share-input {
  width: 100%;
}
.add-project-mob-block {
  position: relative;
}
.add-project{position:relative;right:0;top:0;min-width:0;}
.add-project-btn a{float:left;right:0;}
.add-project.list.backBtn-icon{padding-left:39px;}
.add-project-mob-block a {
  margin-right: 3px;min-width:0;width:auto;
}
.add-project-mob-block a:last-child {
  margin-right: 0px;right:0;
}
.add-project-mob-heading.add-project-btn {
  display: inline-block;
  float: none;
  text-align: center;
}
.add-project.list.backBtn-icon {
  display: inline-block;
  float: none; 
}
#pubproj-send-request-btn {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.payment-outer-wid-new .selected-plan-left {
  float: right;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
  width: 100%;
   margin-bottom: 10px;
}
.payment-outer-wid-new .p-main-selected-right {
  margin: 0 0 10px;
}
}
@media only screen and (min-width:767px) and (max-width: 1024px)  {
.reg-slide1.slick-slide {
 /* width: 210px !important;*/
}
}
@media only screen and (min-width:470px) and (max-width: 630px)  {
.send-msg .rgform form {
  height: 267px;
  overflow: auto;
}
.send-msg .partner-mail .btnsadd-a-group a{width:auto;}
.send-msg .partner-mail .btnsadd-a-group{margin-top:0px;}
.partner-mail1 .btnsadd-a-group a {
  width: auto;
}
.window .logo-investor-1 {
  background: rgb(255, 255, 255) ;
  float: left;
  height: 300px;
  overflow: auto;
  width: 100%;
}
.press-block figure.abt-img{width:100%;}
.press-block .tb-image{height: auto;}
.press-block{padding:30px !important;}
.total-video {
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}
.out-of-block{height:30px;}
.hlf-out-block{padding:0px 0px;}
.enter-into-contest {
    background: rgb(248, 160, 15) url("../imgs/contest-btn-mob-shade.png") no-repeat scroll center bottom / 100% auto;
    font-size: 21px;
    margin: 0 10% 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    width: 80%;
}
}
@media only screen and (min-width:470px) and (max-width: 645px)  {

.window .logo-investor-1 {
  background: rgb(255, 255, 255) ;
  float: left;
  height: 300px;
  overflow: auto;
  width: 100%;
}
/*******************complete profile popup***************/
.complete-profile-popup-outer .popupmain .rgform {
  height: auto;
  overflow: scroll;
}

/*******************complete profile popup end***************/
}

@media screen and (max-width:550px){
.profile-img-block  .profile-txt {
    float: left;
    width: 100%;
}
figure.profile-img {
   
    width: 29%;
}
.file-sharing-outer form .email-first-block {
  border-right: medium none;
  width: 100%;
}
.file-sharing-search{width:100%;}
.select-all-bock1.pull-right {
  float: left !important;
}
.file-sharing-search input{width:100%;}
.select-all-bock1 a.newpartnr{padding:7px 0px;}
.partner-mail1 .btnsadd-a-group a {
  width: auto;
}
.existing_membership_package{font-size:13px;margin-bottom:0px;}
.upgrd-alert .account_updated_successfully1{font-size:15px;}
.upgrd-alert1 .account_updated_successfully1{font-size:15px;}
.slick-slide .image{ margin: 5px;  padding: 0px;}

.slick-slide img { border: 3px solid #ffffff;}

.remove_image.fa-close{ font-size:10px;}
.image .make-pr {
    bottom: 0 !important;
    padding: 0 5px !important;
}
.work-heading h3{font-size:20px;}
/***********************testimonial**************************/
.testimonial-half {width:100%;}
.block-images1 {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

/***********************testimonial end**************************/
/************payment******************/
.card-num-main {
  max-width: 72%;
}
.card-name-1{max-width:55%;}
.cvv {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
.cvv-input{max-width: 80%;}
.card-name-1 {
  margin-right: 0;
  max-width: 93%;
}
/************payment end******************/

.card-num-main {
  max-width: 100%;
}
.card-img-1 {
  position: absolute;
  right: -1px;
  top: -1px;
  width:18% !important;
}
.card-name-1{ max-width:80%;width:100%;}
.pay-block-right-inner{ padding: 30px 20px;}
.ccnum-div {
  width: 80% !important;
}
.profile-img-block .profile-txt > h2 {
    margin-top: 20px;
}
.card-num-main {
    max-width: 80%;
}
.info-img {
    width: 15%;
}
/************payment******************/

/************payment end******************/

.links-profile > a{ width:100%;}
/*******************complete profile popup***************/
.complete-profile-popup-outer .popupmain .rgform,  .match-upgrade .popupmain .rgform {
  height: auto;
  overflow: scroll;
}
.complete-profile-popup-outer .popup{width:90%;}
/*******************complete profile popup end***************/
/******************term and condition*************/
.term-block-new-outer{padding:0px;}
.term-block-new h2{font-size:21px;}
.term-block-new h2 span{height:45px;}
.rule-and-rgulation p{width:100%; float:left;}
.rule-winer .left-winner{width:100%; float:left;margin-left:0px;text-align:center;margin-bottom:20px;font-size:30px;}
.rule-and-rgulation .term-check p {padding-left:10px; float: none;width: auto;}
.winner-content{padding:0px 0px;}
/******************term and condition end*************/
.reg-wiz .only-once{margin-right:0px;}
/************************aff end********************************/

.aff-inner h4 {
  font-size: 30px;
}
.aff-inner h5{
	font-size:23px;
}
.aff-inner h6{
	font-size:22px;
}
/************************aff end********************************/
.result-page.dir-psearch .sweet-right-tick{width:67%;}
.site-dec-select select {
  font-size: 14px;
}
 .mob-form-input-block-inner .slick-boxes {
    float: none;width:13.4% !important;
}
/***********map-view *****************/
.search-input-main1{width:100%;margin-right:0px;}
.search-input-main11{width:31%;}
.search-input-main11:last-child{margin-right:0px;}
/***********map-view *****************/
.search-input-main1{width:100%;margin-right:0px;}
.search-input-main11{width:100%;margin-right:0px;}
.search-input-main11:last-child{margin-right:0px;}
/***********map-view end*****************/
/***********map-view end*****************/
.pro-btm-ul-outer ul li {
  width: 100%; border-right:none;
}
.app-link {
  width: 30%;
}
.regouter .container {
  padding: 0 10%;
}
.recent-registrations .slick-prev {
  left: -51px !important;
}
.recent-registrations .slick-next {
  right: -51px !important;
}
.social-icons-dash {
  display: inline-block;
  float: none;
}
.mob-pcom.pro_complete p {
  width: 50%;
}
.mob-pcom.pro_complete a {
  width: 50%;
}
.dashboard_info_dta .profile-txt {
  width: 63%;
}
.dashboard_info_dta .profile-txt h2{
	margin-top:32px;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-receive-panel.uppr {
    width: 54% !important;
 }
.desktop_project_goal.mob-form-input-block-inner.input-range.target-receive-panel.uppr .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
    width: 31% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-purchase-panel.uppr {
 width: 54% !important;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-ptsss-panel.uppr {
   width: 53% !important;
}
.desktop_project_goal {
    width: 100% !important;
}
.custom-tab-partner .multi-partner-listing > h5 {
font-size: 20px;
}
.add-project-mob-block a.list-projects-btn {
background-color: #f7a01c;
color: #fff!important;
}
#project-detail-partners {
overflow: auto;
padding-bottom: 10px;
}
#project-detail-transactions td {
padding: 5px 4px;
overflow: auto;
}
#agreements_listing {
width: 100%;
}
#final_agreement_34 .finalNew-inner {
padding: 0px;
}
.agreement-browse-main {
padding: 16px 2px 0 5px;
}
.agreement-browse-main label {
background-size: 14px;
padding-left: 17px;
}
.final-agreement {
padding: 30px 0;
}
.final-agreement-form-cover {
margin: 12px 0;
}
.tab-block-1 .pagination .pagintn li a, .tab-block-1 .pagination .pagintn li span {
padding: 7px 13px;
}
.attachments-mob {
margin-top: 15px!important;
}
#project-detail-partners td {
padding: 5px 12px;
}
.purchase-tab-multi-partner .purchase-tab-top label {
width: 100%;
}
.add-project-mob-heading h2 {
margin-top: 12px;
padding-bottom: 13px;
margin-bottom: 5px;
display: block;
width: 100%;
position:relative;
}
.add-project-mob-heading h2:before {
	content:'';
	width:50%;
	height:2px;
	background-color: #f7a01c;
	position: absolute;
	left:0;
	bottom:0;
}
.add-project-mob-heading h2:after {
	content:'';
	width:50%;
	height:2px;
	background-color: #52a652;
	position: absolute;
	right:0;
	bottom:0;
}
.dashboard_info_dta .profile-txt .my-wallet h2 {
margin-top: 12px;
}
.mobile .pdf-download {
padding-left: 12px;
}
.mobile .pdf-icon,.mobile .pdf-download::before{
display: none;
}
.mobile .chat-right-div {
padding: 9px;
}
.mobile .partner-tranaction-block {
padding: 7px;
}
.mobile .chat-download {
text-overflow: ellipsis;
width: 110px;
overflow: hidden;
white-space: nowrap;
}
.send-agreement button {
padding: 6px 16px;
}
#display_final_agreement .finalNew-inner {
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
.finalAgreement-boxes {
padding: 4px;
}
.agreementRow label ,.agreementRo-right{
display: inline-block;
width: 50%;
}
.agreementRow label {
font-weight: bold!important;
}
.final-agreement-section.final-agreement-left {
margin-bottom: 10px;
}
.final-agreement-section.final-agreement-right.inpuSubmit button {
height: 35px;
line-height: 37px;
}
.final-agreement-section.final-agreement-left.inputFile label {
height: 35px;
padding: 8px;
}
.final-agreement-form-cover textarea {
margin-bottom: 0;
}
.border-new-inp label {
border: 1px solid #f7a01c;
padding: 7px;
border-radius: 3px;
text-align: center!important;
background: transparent;
}
.send-agreement button {
width: 100%;
}
.send-agreement {
padding: 0px 2px 9px 5px;
}
.agreement-browse {
padding: 4px 7px;
}
.mob-slick-slider .slick-prev {
left: -8px!important;
width: 18px;
}
.mob-slick-slider .slick-next {
right: -12px!important;
}
.wallet-history {
padding: 0;
}
.tab-block-1 .pagination .pagintn li {
width: initial!important;
float: none;
border: 1px solid #ccc!important;
}
.tab-block-1 .pagination ul.pagintn {
text-align: center;
}
.tab-block-1 .pagination .pagintn li a, .tab-block-1 .pagination .pagintn li span {
text-transform: uppercase;
}
.add-project-form-mob {
overflow: hidden;
}
.share-input-radio {
margin: 0 20px 0 0;
}
.purchase-tab-multi-partner .purchase-tab-top input, .purchase-tab-multi-partner .purchase-tab-top select, .multi-select-point {
max-width: 100%!important;
width: 100%;
}
.purchase-tab-top1:last-child {
margin-bottom: 0px;
}
.purchase-tab-outer {
padding: 8px;
}
.purchase-tab-bottom {
padding: 0px;
}
.create-agreement h2 {
margin-bottom: 20px;font-size: 20px;
}
.b-block-b {
width: 50%;
float:left;
}
.mobile.tb-content-row .tb-outer-custom {
width: 50%;
float: right;
padding-top: 38px;
}
.tb-content-cell {
display: inline-block;
vertical-align: middle;
}
.tb-outer-custom .tb-content-cell {
width: initial;
padding-top: 0px;
display: inline-block;
float: left;
padding:14px 6px;
}
.list-user-img-bluck {
margin-right: 14px;
margin-bottom: 5px;
}
.multi-partner-listing.multi-partner-listing-mob p {
text-align: center;
}
.multi-partner-listing.multi-partner-listing-mob .Suggested-left p {
text-align: left;
}
.project-listing-mob .detail-transfer-points a{
	padding:5px 13px 5px 42px;
}
.complete-profile-popup-outer .popup-tb{
display: block;
}
.complete-profile-popup-outer .popup-cell{
	display: block;
}
.add-project-mob-heading .add-project {
  position: static;
}
.add-project-mob-heading.add-project-btn a {
  padding: 5px 10px 5px 33px;
}
.add-project-mob-heading .switcher-btn a {
  display: inline-block;
  position: static;
  margin-right: 0px;
}
.add-project-mob-heading .switcher-btn {
  float: left;
  width: 100%;
}
.figuretxt .slick-prev.slick-arrow {
  left: -12px !important;
}
.figuretxt .slick-next.slick-arrow {
  right: -16px !important;
}
.cell-mob-list .add-project-mob-block a {
  margin-right: 5px;
  
}
#proj_perc_panel .mob-form-input-block-inner.target-ptsss-panel {
  width: 48%;
  background: #000;
  padding: 5px 7px;
}
#proj_perc_panel .mob-form-input-block-inner .slick-boxes {
  float: none;
  width: 30.8% !important;
}
.mob-radio-block .share-percentage-error {
  width: 100%;
  float: left;
}
.add-project-mob-heading .switcher-edit-btn .add-project.list.backBtn-icon {
  margin-left: 17px;
    display: inline-block;
  float: left;
}
.add-project-mob-heading.add-project-btn a:hover {
  color: #fff !important;
}
.add-project-mob-heading.add-project-btn .switcher-btn .add-project.list.backBtn-icon {
  float: left;
}
.add-project-mob-heading.add-project-btn .switcher-btn .add-project.list.backBtn-icon {
  margin-left: 15px;
}
.subfreeleft {
    width: 100%;
}
.freeheading {
    font-size: 20px;
}
.subfreehead {
    font-size: 14px;
}
.free-popup button.close {
    font-size: 34px;
    right: 5px;
}
.freesign {
    line-height: 23px;
    font-size: 13px;
    padding-left: 27px;
}
.subfreeleft li {
    margin-bottom: 13px;
    line-height: 21px;
    font-size: 13px;
    padding-left: 27px;
    background-position: top 3px left;
    background-size: 16px;
}
.subfreeright {
    position: absolute;
    bottom: 10px;
    width: 130px;
    right: 5px;
}
.freeheading, .subfreehead {
    padding-right: 30px;
}
}
@media screen and (max-width:480px){
.social-share-icons-dash.mob-social-share-icons-dash{
	margin-top: 9px !important;
}
#frmlogin .text-left.wid-btn-480 > input{width: 85%;}

#nav {background-color: #000000;float: left; padding: 0;position: relative;right: 0;top: 0;width: 100%;margin-top:10px;}
#menu {position: relative;right: 0;top: 0px;}
nav.main-nav{position:relative;left:0;top:0;width:100%;}
.login {left: 0;position: absolute;}
nav.main-nav{margin-top:15px;}
/*******step4**********/
.left-up-video{width:100%;}
h1.text-big-banner,.banner-innertxt h2 {font-size: 18px;}
h1.text-big-banner span {font-size:17px;padding:0px 34px;margin-bottom:8px;}

.reg-social-link span h3{ font-size: 15px;}
.form-block .form-heading1{ font-size: 15px;}
.or-section .or{ font-size: 17px;}

.next-step .step1{ font-size: 12px; padding: 9px 20px 5px;}
.block-heading{ font-size: 25px;} 
.enquery-heading{ font-size: 14px;}
footer p{ font-size:14px;}
.sf-sea .sf-wizard .sf-btn {
  padding: 0px !important;
}
.next-step {
  padding: 5px 0px !important;
}
.form-block .middele-box .get-sms-code{ height: 29px; padding: 6px 0; width: 101px; font-size: 12px;}
#reg_phone {
  height: 45px;
  padding-right: 100px; padding-left: 37px;
}
.enter-phno{padding:0px !important;}
.intl-tel-input .flag-dropdown {
  left: 4px !important;

}
.connect-inner-block1{ padding: 10px 0px;}
#resendSms img {
  width: 60px;
}
.video-player iframe{ height: 175px !important;}
#player{ height: 160px !important;}
#wizard_example-box{ max-width:380px;}
.sf-fieldwrap{ max-width: 296px !important;}
#wizard_example{max-width: 296px !important;}
.sf-fieldwrap{float:right;}
/*****************dashboard****************/
.rock-block{max-width: 100%;}
.tab-block-1 li {
    border-bottom: 1px solid #d7d7d7;
    border-right: 0 none;
    float: left;
    width: 100%;
}
.tab-block-1 a{width:100%;}
.content-tab-left .upload_1{text-align:center;}
.numbering11{font-size:18px;}
.profile-txt {
    float: left;
    width: auto;
}
figure.profile-img{margin-left:0px;}
figure.profile-img {
    margin: 0 5% 0 0;
}
/*****************dashboard end****************/
/**************edit profile**************/
.edit-pro-img figure.profile-img {
    margin: 0;
}

.edit-pro-img .profile-right {
    float: left;
}
/****************end***********/
h1.text-big-banner {
    bottom: 0;
    height: 44px;
    margin: auto;
    top: 0;
}
#wizard_example {
    margin: 0 auto;
    max-width: 296px !important;
}
.sf-fieldwrap{margin-left:0px !important;}
#frmlogin .form-group {
    margin-bottom: 0;
}
.remember-me .block-check {
    margin-bottom: 6px !important;
}
.contact-content p{text-align:center;}
.linksul a{font-size:12px;}
.reg-wiz #wizard_example {
    max-width: 100% !important;
    width: 100% !important;
}
.reg-wiz .F-S-links img {
    width: 38px;
}
.reg-wiz .form-banner {
    padding: 20px 0 0;
}
.reg-wiz .sf-fieldwrap {
    width: 100% !important;
}
.reg-wiz .sf-step.sf-step-0.sf-step-active {
    width: 100% !important;
}
.banner-content{padding-top:10px;}
.new-top-bar.reg-message{font-size:15px;padding:6px 0px;}
.form-banner {
    padding: 10px 10px 0 10px;
}
.reg-social-link span h3{padding:4px;}
.or-section .or {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.form-content-inner .next-step, .sf-controls{padding:2px 15px;}
.banner-main{padding-bottom:10px;}
.form-block .form-heading1 {
    font-size: 12px;
    margin-bottom: 5px;
}
.form-banner .form-block input, .form-banner .form-block select{margin-bottom:5px;}
.form-banner  .form-group {
    margin-bottom: 7px;
}
header{padding:10px 0px;}
.logo {
  display: inline-block;
    float: left;
    min-width: 181px;
    overflow: hidden;
    width: 80%;
}

.login{display:none;}
#menu {
    position: absolute;
    right: 0;
    top: -39px;
}
nav.main-nav {
    margin-top: 0;
}
.reg-wiz .form-banner{padding:10px 20px;}
.reg-wiz .F-S-links img {
    width: 26px !important;
}
.reg-wiz  .sf-controls.clearfix {
    float: right;
    width: 296px;
}
.reg-wiz  .sf-viewport {
    margin: 0 !important;
}
.reg-wiz fieldset { height:auto !important;}
/* .reg-wiz .form-banner {width: 300px;}*/
.reg-wiz .selected-flag {margin-top: -8px;}
.new-top-bar.reg-message span{font-size:17px;}
.new-top-bar.reg-message{font-size:12px;}
h1.text-big-banner{height:10px important;}
span.tmlft{ font-family: ralewaysemibold;
    font-size: 13px;
    line-height: 23px;
    width: 35%;}
.setupPanel .tm-cont select, .setupPanel .tm-cont input{width:55% !important;}
.recoard-vdo-right.recording .btn {
       background: #f7a01c ;
    float: left;
    margin: 3px 0 !important;
    padding: 0 12px;
    text-align: center;
    width: 92%;
}
.btnsadd-a-group > a {
    border-radius: 5px;
    margin: 0 4% 10px;
    width: 92%;
}
/**************privacy*************/
.privacy-top .p-title {
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}
.Private,.Public {
    display: inline-block;
    width: 45%;
}
.inside-block-11 .Private, .inside-block-11 .Public {
    display: inline-block;
    padding: 0 14px;
    width: 45%;
}
/**************end**************/
/****************loin-page***********/
.small-ver-login{width:100% !important;}
/**************end*********/
#wizard_example .intl-tel-input {
    margin: 0 8% !important;
    width: 84% !important;
}
.form-block .middele-box .get-sms-code {
  display: inline-block;
    float: none !important;
    margin: 0 0 0 14px;
    position: relative;
}
.sms-block{text-align:center;}
#reg_phone{padding-right:10px;}
.form-heading {
    background: rgba(0, 0, 0, 0) url("../imgs/steps-bg1.png") repeat-x scroll left top / 100% auto;
 }
 .intl-tel-input .country-list{width:251px !important;}
 .enter-phone-no{ padding: 44px 0 !important;}
 .enter-phone-no.reg-sms-panel{ padding: 20px!important;}
 .help-text{margin-top:0px;font-size:11px;}
 .popup-register p {
    width: 100%;
}
.register{float:none;}
.wid-btn-480 {
  bottom: 0;
  position: absolute;
  right: 0;
  top: auto;
}


.popupmain .form-block .check {
    float: left;
    height: auto;
    margin-right: 8px;
    width: 12px;
}
.block-check .fa.fa-key {
    padding-right: 7px !important;
}
.lpage-f {
    float: left !important;
    padding: 0 !important;
    width: 100% !important;
}
.login-form.form-block.page-login-block .lpage-f label{padding-left:16px;}
.login-form.form-block.page-login-block .lpage-f .fa.fa-key {
    padding-right: 12px !important;
}
.steps-edit-profile .step11 {
    padding: 13px 21px !important;
    text-align: left;
    width: 100% !important;
}
.steps-edit-profile .active .arrow-right{display:none;}
.dash-right {
    margin-top: 0px;
    }
  /***************compose-mail**********/
.add-contacts-mail select{max-width:60%;}
.row1-block-mail label{width:30%;}
.row1-block-mail input{width:70%;}
.box-connect1.dash-radio{font-size:12px;}
.Email-left-box a i.mail {
    background: rgba(0, 0, 0, 0) ;
}
.only-once.sf-btn-next{display:none;}
/**********end***********/
/***************upgrade-table*************************/
.upgrade-row {
    display: block;
    float: left;
    width: 100%;padding:10px 0px; 
}
.block-up1,.block-up2,.block-up3,.block-up4 {
     display: block;
    float: left;
    text-align: center;
    width: 100%;padding:0px 0px;height: auto;
}
.upgrade-table {
    border-left: 1px solid #f0efef;
    border-right: 1px solid #f0efef;
}
.border-left-right{border:none;}
.block-up1.heading1 {
    display: none;
}
.txt-upgrade1{text-align:center;}
.heading-inner{padding:0px 15px;}
.heading-inner.basic-txt{padding:0px;}
.upgrade-row:first-child {
    padding: 0;
}
.upgrade-table {
    border: 1px solid rgb(240, 239, 239);margin-top:30px;width:100%; float:left;
}
.dashboard-new .box1_newch  {
 height: 250px;
    max-width: 100%;
    overflow: scroll;
    width: 100%;

}
#box1_newch{width:100% !important;}
.del-p{max-width:80%;width:100%;}
/*******************end********************/
/***************user3 step2*********************/
.heading-row-user3{display:none;}
.check-type,.main-type ,.main-dec,.main-example   {
    display: block;width:100%;}
 .form-edit-profilt b.res-heading3 {
    display: block;
 }
/**********************end***********/

/****************************edit group end*****************************/

.grop-pro-outer{
	width:100%;
}
.grop-pro-right{
	width:100%;
}
.group-img-div{
	width:160px; margin-bottom:15px;
}
.grop-sher-div input{
	width:100%; margin-bottom:10px;
}



/****************************edit group end*****************************/
/*******************email inbox***************/

.select-all-bock a:first-child {
    padding-left: 0px;
}
.select-all-bock1 a:last-child {
    padding-right: 0px;
}
.sweet-right-tick {
    padding-left: 10px;
}
/*******************email inbox end***************/
.save-btn11.save-btn12 > input {
  margin-bottom: 5px;
}
.email-first-block span.time {
  color: rgb(134, 139, 152);
  font-family: arial;
  font-size: 13px;

}

.email-first-block {
    padding: 10px 20px;
}
.img-mail {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.email-first-block.openmail {
    padding: 10px 10px;
}

/******************file sharing***************/

.file-sharing-img{width:20%;}
.file-sharing-outer .sweet-right-tick{width:70%;}
/******************file sharing end***************/


.lgroupn {
    float: left;
    width: 100%;
}

.select-all-bock a {
    font-size: 12px;
    line-height: 12px;padding: 0 2px;
 }
.select-all-bock {
    float: left;
    font-size: 12px;
    line-height: 12px;
    width: auto;
}
.select-all-bock1 a {
    font-size: 12px;
    line-height: 12px;padding: 0 2px;
 }
.select-all-bock1 {
    float: left;
    font-size: 12px;
    line-height: 12px;
    width: auto;
}
.sweet-group-main,.email-first-block{padding:10px;}
.mail-page p{font-size:12px;}
.email-first-block h2 {
    font-size: 13px;
    }
    
    .email-first-block span.time {
    font-size: 11px;}
.link-new1 {font-size:11px;}
.login-form.form-block input.remember_me_checkbox {
    height: auto;
}
/********************vdo-con************/
.stp-ply-pus > a {
    width: auto;
}
.stp-ply-pus {
    float: right;
    margin-top: 10px;
    width: 100%;
}
.tab-block-1.Conference-add-tab > ul {
    width: 100%;
}
/*********************end****************/
/****************************partner-mach-main-block **************/
.partner-mach-main-block .grop-pro-outer1 a{width:auto;}
/****************************partner-mach-main-block end**************/

.partner-mach-main-block .tab-block-1 .grop-pro-outer1-more-partner  li {
		width: 25% !important;
	}
	.grop-pro-outer1-more-partner .user-pic {max-width:100%;width:100%}
	.profile-img-block.Email-block-outer.top-margin-block.view-profile-block-sec h2 {
    
    font-size: 15px;}
    
/******************cross partner popup************/
.remove-partner .rgform {
    height: auto;
}
.content-block-popup.popup-remove-partner figure{width:74px;}
.popup-remove-partner .pop_up_top{font-size:13px;}
.popup.remove-partner {
    width: 92%;
}
.content-block-popup.popup-remove-partner{padding:10px;}
/******************cross partner popup end************/
/******************cross partner popup************/
.popup-partner-send-msg textarea {
    height: 72px !important;
}
.form-send-message {
    float: left;
    width: 68%;
}
.content-block-popup.popup-partner-send-msg figure {
 
  margin-bottom: 0;
  width: 68px;
}
.form-send-message .full-profie-block {
    float: left;
    margin-bottom: 0;
}
.popup.remove-partner.send-msg {
    width: 90%;
}
/******************cross partner popup end************/
/************business hub****************/
.featured-very-small {
    width: 100% !important;
}
/************business hub end****************/
/************Ceo end****************/
.ceo-img {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
/************business hub end****************/
.tab-block-1 .pagination .pagintn li:first-child {
    display: inline-block;
}
.tab-block-1 .pagination .pagintn li:last-child {
    display: inline-block;
}
.tab-block-1 .pagination .pagintn li{
    display:none;
}
.tab-block-1.chage-paginatiopn-block .pagination .pagintn li{
    display:inline-block;
}
.tab-block-1.chage-paginatiopn-block .pagination {
    margin-bottom: 0;
    margin-top: 0;
}
.tab-block-1.chage-paginatiopn-block .pagination li span, .tab-block-1.chage-paginatiopn-block .pagination li a {
    border-bottom: medium none;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    line-height: 19px;
    padding: 2px 8px;
}
.project-listing-mob .pagination li{width:auto!important;}
.tab-block-1.chage-paginatiopn-block .pagination .pagintn li{border:none;}
.file-sharing-img {
    margin-right: 10px;
    width: 15%;
}
.profile-add-block span,.partner-mach-bk2  p{font-size:13px;}
.partner-mach-main-block .tab-block-1 ul{width:100%;}
.partner-mach-main-block .sweet-right-tick {
    width: 58%;
}
.partner-mach-main-block7 ul ,.partner-mach-main-block7 ul li,.partner-mach-main-block7 ul li a{width:100%;}
.buss_team .file-sharing-img{max-width:150px;height:150px;}
.buss_team .sweet-right-tick7 h2{font-size:18px;}
.how-it-work-vontent-inner{ padding: 0 15px;}
.prof_ref_div{padding: 10px 25px;}
.banner-inner h2{font-size:25px;}
.page_404 h2 {
    color: rgb(241, 173, 61);
    font-size: 147px;
    line-height: 81px;
    text-align: center;
}

.slick-next {
  right: -16px !important;
}
.slick-prev {
  left: -15px !important;
}



/************************** mob-profile *************************/
.profile-right.edit-profiles-tab{
	width:137px;
	line-height:auto;
	border-radius:3px;
}
.drop-down-togle{
	padding:5px 10px;
	line-height:auto;
}
.profile-right .drop-down{
	top:29px;
}
.inner-block{
	padding:25px 0px;
}

.user-block1 h2{font-size:12px; margin:5px 0px;}
.user-block1:hover, .user-block1.active{
	background:#fff;
}
.add-user-block{
	margin-top:10px;
}

.mob-add-head a.mob-see-all {
    background-color: rgb(247, 160, 28);
    bottom: 0;
    color: rgb(255, 255, 255);
    float: right;
    font-size: 12px;
    padding: 4px 7px;
    position: absolute;
    right: 0;
    top: auto;
}
.mob-block-outer .pop_btn .add-btns-list {
  padding: 3px 0;
  width: 57px;
}

.mob-block-outer .add-btns-list i {
  margin-right: 2px;
}

.mob-block-outer{
text-align:left;
}
.mob-block-outer .user-block1{
text-align:center;
}
.mob-pcom.pro_complete {
    bottom: 6px;
    margin-top: 14px;
    position: relative;
    right: 0;
    width: 100%;  background: rgb(238, 238, 238) none repeat scroll 0 0; display: inline-block;
}
.mob-pcom.pro_complete p{width:50%;  display: inline-block;}
.mob-pcom.pro_complete a{  border-radius: 0;
    display: inline-block;
    padding: 6px 13px;
    vertical-align: top;
    width: 50%; float: right;}
.mob-block-outer .user-block1 h2{display:block;}
/************mobile 24-Dec-2015**********************/
.bussiness_btn > a{
  background: #f7a01c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-family: ralewaysemibold;
    font-size: 13px;
    height: 30px;
    margin-right: 4px;
    padding: 5px 10px;
}/*****************mobile end********************/
.selbox-heading h1{font-size:12px;}
.selbox-row label{font-size:13px;}
.selbox-row label::before{bottom:auto;}
/**********************plan page new**************/
.plan-block-inner1{width:80%;}
.plan-heading{font-size:22px;}
.payment-outer-wid-new .plan-heading {
  font-size: 20px;
}
/**********************plan page new wnd**************/
.plan1-mobile .plan-block-inner1 {width: 112px; height: 175px;}
.payment-block .charge-title{   font-size: 15px;
    line-height: 20px;
    text-align: left;}

/*******************complete profile popup***************/
.complete-profile p{font-size:21px;}
.complete-profile p span{font-size:17px;}
.pay-block-right-inner.thankyou h1{font-size:26px;}
.pay-block-right-inner.thankyou {padding: 0 10px 30px;}
  .pr-class .acc-expired{top: 70px;}
/*******************complete profile popup end***************/
.acc-expired h4{font-size:14px;}
.top-video-this-week{padding:10px;}
.runner-up-block .block-runner {
    margin-bottom: 20px;
    
}

.total-video {
    margin: 0 0 15px;
    position: relative;
    width: 100%;  float: left;
}
.out-of-block{height:30px;}
.hlf-out-block{padding:0px 0px;}
.enter-into-contest {
    background: rgb(248, 160, 15) url("../imgs/contest-btn-mob-shade.png") no-repeat scroll center bottom / 100% auto;
    font-size: 21px;
    margin: 0 0% 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    width: 100%;
}
.vid-desk-botm{padding:0px 4px;}
.vid-desk-botm .video-icon-t{width:15px;}

/******************video-profile-contest*********************/
.contest-left-block {
  padding: 0;
  width: 100%;
}
.contest-right-block {
  width: 100%;
   margin-top: 12px;
}
.plan-heading h1 {
  line-height: 16px;
  margin: 0;
}
.vdo-btn-add-slash button{width:100%;}

/******************video-profile-contest end*********************/
.block-runner.one::before, .block-top-video1.one::before{bottom:-28px;}
#frmlogin .text-left.wid-btn-480 > input {
  display: inline-block;
  float: none;
  max-width: 125px;
  width: 54%;
}
.wid-btn-480 {
  bottom: 0;
  position: relative;
  right: 0;
  text-align: center !important;
  top: auto;
  width: 100%;
  float: left;
}
.promocode-fild {
  width: 100%;text-align:left;padding-right:0px;
}
.promocode-fild input{width:94%; margin-bottom:10px !important;float:none;display: inline-block;}
.promocode-fild a{position: relative;right:0px;}
.promocode-fild a.hreg-promo-cancel{right:0px;}
.promocode-fild {
  text-align: center;
}
.reg-wiz .promocode-fild {
  padding-right:0px;
}
.promo-btn-reg{margin-top:10px;}
.aggree-or-div{width:100%;}
/************************aff ********************************/
.join-now h1 {
    font-size: 30px;
}
.join-now p {
    font-size: 21px;
 }
.sign-up-now h2 {
  background: rgba(0, 0, 0, 0) url("../imgs/sign-up-now.png") no-repeat scroll right center / 24px auto;
  font-size: 22px;
  line-height: 22px;
}
/************************aff end********************************/
.missing-progress-inner ul li, .missing-progress ul#myTab li a{width:100%;}


.social_outer a.aff-tab {
  background: #f7a01c none repeat scroll 0 0;
  font-family: ralewaysemibold;
	font-size: 12px;
	padding: 13px 8px;
	text-align: left;
	vertical-align: top;
	width: 65%;
	
}
.social_outer a i {
  top: 15px;
}
.result-page.dir-psearch .file-sharing-img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0px;
}
.result-page .file-sharing-img figure {
    width: 109px;
    text-align: center;
    float: none;
    display: inline-block;
}
.result-page.dir-psearch .grop-pro-outer1 {
    top: 0;
    position: relative;
    right: 0;
    bottom: auto;
}
.result-page.dir-psearch .sweet-right-tick{width:100%;}
.search-people {
  text-align: center;
}
.search-people-txt {
  margin-right: 0;
  width: 100%;
}
.search-people-btn {
  float: none;
  width: auto;
}
.search-people-btn input{width:100%;}
.site-dec-select select {font-size: 12px;}
.social-main-icon i {
  font-size: 30px;
  height: 70px;
  line-height: 63px;
  width: 70px;
  transition: all 0.7s ease 0s;-moz-transition: all 0.7s ease 0s;-webkit-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;
}
.social-main-icon i:hover {
  height: 75px;
  line-height: 67px;
  width: 75px;
}
.social-main{height: 120px;}
.have-qus span {
  display: inline;
  font-size: 13px;
}

/*****************************wallet end****************************/

.wallet-inpt a{
    width:100%; margin-bottom:5px; text-align:center; font-size: 15px;
}
.have-qus span i{display:block}
.social-popup-txt p{font-size:13px}
.pur-int-btm input{width:68%;}
.purchase-tab-bottom{padding:10px;}
/*****************************wallet end****************************/
.vcode-wmsg{width:100%;}
span.validation-failed, span.validation-advice {
  padding: 0 0 9px;
}
.wall-oringe:focus {
    color: rgb(255, 255, 255) !important;
}
.my-wallet{position: relative;}

/********************info-project for mobile **************/
.mob-info-step .info-step { background: rgba(0, 0, 0, 0) url("../imgs/arrow-line.png") no-repeat scroll 50% 16% / 72% auto;}
.add-project-mob-block a {width:auto;}
.add-project-mob-block .link-tab a{
	margin-right:3px;
	padding:8px 11px;
}
/********************info-project for mobile end**************/
.mob-form-input-block-inner .slick-boxes {
    float: none;
    width: 13.2% !important;
}
.aff-trans-head h2,.aff-trans-head-field{width:100%;}

/***************map view*****************/
.map-pop-up{max-width:80%;}
.tab-block-1 a.close-pop {
  width: 30px;
}
/***************map view*****************/
/**************project list***********/
.search-pj-outer{width:70%;margin-right:3%;}
.search-by-btn1{width:27%;margin-right:0px;}
.short-pj-outer{width:100%;}
/**************project list***********/
/**************project detail***********/
.lead-by-block-pj1 {width: 100% !important;text-align:left;}
.send-request{width:100% ;}
.project-detail-pj1 .block-project1 .lead-by-block-pj1 h2 span{text-align:left;}
.vdo-overlay-pj {
    background-size: 60px auto;
}
/**************project detail end***********/
.my-transactions .work-heading{padding-bottom:14px}
.my-transactions .work-heading .subsription-btn{margin-left:12px;position:relative;width:100%;bottom:0px;top:6px;}
.app-link > p {
  font-size: 12px;
 }
 .fb-block-custom {
  padding: 0;  margin-top: 12px;
}
.sms-text-block p {  padding: 0 0;}
.links_image_map {
  height: 50px;
  width: 50px;
}
.links_image_map.links_image_map1 {
  top: 15%;
}
.links_image_map.links_image_map2 {
  width: 64px;
}
.social_outer a br {
  display: block;
  line-height: 2px;
}
.dashboard-left {
    margin-bottom: 13px;
}
.monthely-offer-block::before {
  top: 44px;left: 11%;
 }
 .infographic_link{width:100%; margin: 10px 0 0;}
 .infographic_link a{width:100%;text-align:center;}
 .monthely-offer-block.monthely-offer-block-mob > p {
  font-size: 14px;
  padding: 0 15px;
}
.prefered-member.prefered-member-mob strong {
  display: inline;
}
.affiliate-inner-form{margin-top:-70px;}
.affiliate-banner-text h1 {
  font-size: 29px;
}
.affiliate-banner-text h4 {
  font-size: 21px;
}
.affiliate-banner-text span {
  font-size: 15px;
}
.affiliate-main-heading, .afiliate-form-sub {
  font-size: 18px!important;
}
.varification-section .alert.alert-success {
  position: relative;
  right: 0;
  top: -5px;
  width: 100%;
}
/*****************************start agreement-inner tab style*******************************/
.chat-block-new-1 {
padding: 15px 0;
}
.chat-img1 {
  height: 40px;
  width: 40px;
}
.chat-inner-main {
    padding-left: 56px;
}
.chat-inner-main.chat-inner-main-left-btm {
    padding-left: 0;
    padding-right: 56px;
}
/*****************************end agreement-inner tab style*******************************/
.partner-mach-main-block.wallet-tabs .tab-block-1 li {
   width: 100%;
}
}
@media (max-width: 480px) and (orientation: portrait) {
.multi-partner-listing.multi-partner-listing-mob .info-block {
	width: 100%;
}

}
@media screen and (max-width:420px){
video#abc {  max-width: 325px;}
#video_frame {
    height: 212px !important;
}
.plan-heading {
    background-size: 31% auto;
    font-size: 16px;
    margin-bottom: 19px;
    padding-bottom: 10px;
}
/***************4-19-2016 contest page changes**************/
.contest-right-block h1{font-size:16px;}
.contest-left-block img{width:100%;margin-right:0px;}
.contest-question h1 {
    background: rgba(0, 0, 0, 0) url("../imgs/question.png") no-repeat scroll left 0px;
    font-size: 14px;
}
.query,.query span{font-size:14px;}
.considertion-block li{width:50%;margin-right:0px;}
.contest-left-block.sweep-ticket{width:100%;max-width:307px;}
/***************4-19-2016 contest page changes**************/
.tstmslider-block-v2 .slick-slide {
  border-right: medium none;
}
.tstmslider-block-v2 .slick-prev {
  left: 0 !important;z-index: 9;
}
.tstmslider-block-v2 .slick-next {
  right: 0 !important;z-index: 9;
}
h1.text-big-banner, .banner-innertxt h2 {
  font-size: 13px;
}
.acc-expired-myt > h4 {
  min-height: 47px;
  position: relative;
}
.acc-expired-myt .label.label-success {
  left: 0px;
  margin: auto;
  max-width: 114px;
  position: absolute;
  right: 0px;
  top: 23px;
}
.img-join-one-block {width:32%;max-width:100%;float:left;}
.site-dec-select select {
  font-size: 11px;
  text-align: left;
  background-size:10px;
}
.sharing-popup .abt-heading h2{font-size:18px}
/********************info-project for mobile **************/
.mob-info-step .info-step { background: none}
 
/********************info-project for mobile end**************/
.invite-partner-field1 label{width:100%; padding:0px 0px 7px;margin:0px;}
.invite-partner-field1 input{width:100%;}
.invite-partner-field2{padding-left:0px;}
.invite-partner-field1{min-height:75px;}
/***************map view*****************/
.img1-detail {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;margin-right:0px;
}
.detail-right-block {
  float: left;
  text-align: left;
  width: 100%;
}
.detail-map-view{text-align:center;}
/***************map view*****************/
/**************project detail ***********/
.pj-vid-listing{padding:15px;}
/**************project detail end***********/
.project-detail-mob .link-tab a{width:100%;border-radius:0px;margin-bottom:2px;}
.app-link {
  width: 35%;
}
}
@media screen and (max-width:360px){

h1.text-big-banner{height:10px;}
.popupmain {height: 100%;overflow: scroll;}
.abt-heading h2{font-size:20px;}
/* .reg-wiz .form-banner { width: 246px !important;} */ 

.popupmain .or-section .or {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    width: 30px;
}
.login-form.form-block input, .login-form.form-block select, .login-form.form-block textarea {height:34px;}
.login-form.form-block  .error label.error{font-size:11px; margin-bottom: 17px;}
.popupmain .btn.btn-submit-connect{font-size:11px;}
.login-form.form-block  .error label.error {
    bottom: -8px;
   }
.popup .login-form.form-block .btn.btn-submit-connect.gothamblack.text-uppercase {
  bottom: 10px;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
}
.popup .btn.btn-submit-connect.gothamblack.text-uppercase {
    left: 0;
    position: relative !important;
}
.popup .login-form.form-block .block-check a.reg1 {
    color: #555;
    font-size: 13px;
    font-weight: bold;
}
.popup .login-form.form-block .remember-me .block-check {
    margin-bottom: 0;
}


.popup  .register{ font-size:11px; margin:3px 0px;}
.reg-wiz .F-S-links img {
    width: 24px !important;
}
.reg-wiz .sf-step-active{ width:auto !important;}
.help-text {
    font-size: 12px;
}
h1.text-big-banner {
    height: 43px !important;
}
.help-text{margin-top:0px;font-size:11px;}
.logo-imgs {
    width:78px !important;
}
/****************email*********************/

.Email-block .add-txt a {
width:100%;
}
h1.text-big-banner span{font-size:14px;}
h1.text-big-banner, .banner-innertxt h2 {
    font-size: 14px;top: 8px;
}


/************************end************/
  /***************investor popup**********/

.logo-block > img {
    width: 92%;
}
.save-btn-nw img {
    width: 100%;float:left; height: 30px;
}
.save-btn-nw  {
    display: inline-block;
    width: 100%;
}
.save-btn-nw{width:100px;}

/**********end***********/
.content-block-popup{padding:15px;}
.form-edit-profilt .radio-btn-block{margin:0px;}
.content-block-popup .industry_description{line-height:15px;}

/******************profile step2************/

.numbering-step11{width:100%;}
.numbering-step11{border-right:none;}
/*******************end********************/

/*************/
.only-once{ font-size: 16px !important;}
/*************/
.row1-block-mail input {
    max-width: 100%;
    width: 100%;
}
.row1-block-mail label {
    padding-left: 0;
    text-align: left;
    width: 100%;
}

.av-seach {
 
  font-size: 9px;
  vertical-align: middle;
}
.sweet-group-main h4 {
font-size:15px;
 line-height: 18px;
}
.gmail-box .email-first-block span.time {
  font-size: 11px;
  float: left;
  width:100%;
}
.gmail-box  p {
  font-size: 12px;
}
.gmail-box .email-first-block h2 {
  font-size: 12px;
}
.gmail-box .sweet-right-tick {
  padding-left: 55px;
}
.partner-mach-main-block .tab-block-1 .grop-pro-outer1-more-partner li {
    width: 33% !important;
}
.tab-content{display:block;}
.partner-mach-main-block .grop-pro-outer1 a {
    float: left;
    text-align: center;
    width: 100%;
}
.adv-search{padding:15px;}
.alert.alert-danger.main-danger h2{font-size:16px; text-align:left;}
.alert.alert-danger.main-danger p{font-size:14px;}
.buss_team .file-sharing-img{width:100%; max-height:100px;overflow:hidden;max-width:100px; }
.buss_team .file-sharing-img img{width:100%;}
.tstmnl a {
    max-height: 50px;
    overflow: hidden;
}
.tstmnl{padding:0px;}
.reg-wiz .form-banner {
  padding: 10px 5px;
}
.plan1-mobile .plan-block-inner1 {width:87px; height: 175px;}
.acc-expired h4{ width:100%;}
.acc-expired span {
  display: inline-block;
  margin-left: 0;
  margin-top: 4px;
  position: static;
}
.result-page .file-sharing-img {
    width: auto;
}
.sn-sec{ display:none;}


.switch-outer { text-align: center;}
.switch-outer h4 { width: 100%;}
.swith1 { position: relative; }

.runner-up-block .block-runner {
    margin-bottom: 10px;
    
}
.top-video-this-week .block-top-video1, .video-block-win video, .video-block-win{    margin-bottom: 0px;}
.plan-heading {
    font-size: 16px;
}
.block-runner.one::before {
  border-bottom: 8px solid rgb(241, 156, 43);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    bottom: -18px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 6px;
}

.play-and-duration{padding: 3px 5px}
.fa.fa-close.cross-btn-vdo {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    top: -4px;
    width: 24px;
}
.video-block-win video, .video-block-win {
    background: rgb(137, 133, 133) url("../imgs/vdo-play1.png") no-repeat scroll center center / 24px auto;
    min-height: 64px;
}
.coming-soon-pic {
    background: rgb(205, 203, 203) url("../imgs/coming-soon-pic.png") no-repeat scroll center center / 11px auto;
    border-width: 1px;
    bottom: -9px;
    height: 25px;
    right: 3px;
    width: 25px;
    z-index: 99;
}
.top-video-this-week-outer {
    margin-bottom: 20px;
}
.unpaid-overlay::before {
  background: #f8a00f url("../imgs/unpaid-lock.png") no-repeat scroll center center / 13px auto;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 23px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
}
/**************video-studio-mob************/

.vdo-btn-add-slash button {width:100%; font-size: 15px;
    padding: 10px 15px;}
/**************video-studio-mob************/
.file-btn {
    width: 100%;
    display: inline-block;
}
.people-filter .people-input{width:100%;margin-right:0px !important;margin-bottom:10px;}
.people-filter .people-input:last-child{margin-bottom:0px;}
.social-main-icon i {
  font-size: 22px;
  height: 50px;
  line-height: 45px;
  width: 50px;
}
.social-main-icon i:hover {
  height: 60px;
  line-height: 55px;
  width: 60px;
}
.social-main{height: 90px;}
.mob-form-input-block-inner .slick-boxes {
    float: none;
    width: 12.8% !important;
}
.links_image_map {
  height: 35px;
}
.desktop_project_goal.mob-form-input-block-inner.input-range.target-withdraw-panel.uppr.withdrawpoints .slider.slick-boxes.slick-initialized.slick-slider.slick-vertical {
  width: 12.9% !important;
}
}
@media screen and (max-width:320px){
#video_frame {
    height: 149px !important;
}
.sf-fieldwrap{ max-width: 260px !important;}
/*****************dashboard****************/
.btnsadd-a-group > a{margin-left:4px;}
.F-S-links img {
    width: 23px;
}
.reg-wiz .F-S-links img {
    width: 30px;
}
h1.text-big-banner {
    bottom: 0;
    top: 0;
}
 .sf-sea .sf-wizard .sf-btn{display:inline-block;}
 .help-text{font-size:12px;padding: 5px 8px;}
 .reg .F-S-links img { width: 30px;}
 .reg-wiz .sf-controls.clearfix {
    float: right;
    width: 251px;
}
h1.text-big-banner span{font-size:12px;}
h1.text-big-banner, .banner-innertxt h2 {
    font-size: 12px;top: 8px;
}

.form-banner .radio input[type=radio]{   margin-left: 7px;margin-top:1px;}
.form-banner  label {max-width:86%;}
.sf-fieldwrap {
    float: left;
}
.only-once{ font-size: 13px !important;}
.work-heading h3{font-size:15px;}
.sf-wizard  button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all{font-size:12px;}
/*****************dashboard end****************/
.payment-left-inner{ padding:15px;}
.radiotxt {   font-size: 13px; }
.radio label, .checkbox label { font-size: 13px;}
div#video_play_button img{max-width:45px;}


}
