
/* width */
::-webkit-scrollbar {
 width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
 background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #999;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.wrapper {
	display:block;
	margin: 0 auto;
	position: relative;
	width: 640px;
	max-width: 100%;
}
.fullWidth {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	clear:both;
}
.investtopheader {
	display: block;
	width: 100%;
	margin: 0px auto;
	clear:both;
}
.topfixed {
	z-index: 102;
	top:0px;
}
.investheader {
	display: block;
	width: 100%;
	background: #616161;
	height: 65px;
	position: relative;
}
.investtopBar {
	width: 100%;
	display: block;
	padding:0 20px;
}
.investtopBar .logoDiv {
	display: -webkit-box;
	display: -ms-flex;
	display: flex;
	width: auto;
	-webkit-justify-content: start;
	-webkit-align-items: center;
	-moz-justify-content: start;
	-moz-align-items: center;
	justify-content: start;
	align-items: center;
	height:65px;
}
.logoDiv .fblogo {
	margin-right: 25px;
	width:250px;
	display:inline-block;
	margin-left: 2px;
}
.logoDiv .logotext {
	border-left: 1px solid #888888;
	padding-left: 25px;
	color: #a2a3a4;
	padding-top: 0;
	position:relative;
}
/*.logoDiv .logotext:after {
	content:'';
	position:absolute;
	width:4px;
	height:4px;
	top: 7px;
	right: -12px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}*/
.logoDiv .logotext a {
	font-size: 12px;
    white-space:nowrap;
}
.logoDiv .logotext a span {
	display:block;
	font-size: 13px;
	color:#fff;
}
.top_newrtside {
	display: -webkit-box;
	display: -moz-flexs;
	display: flex;
	float: right;
	width: auto;
	justify-content: center;
	align-items: center;
	height: 65px;
}
.top_newrtside .toprt_data {
	display: block;
	float: right;
	border-left: 1px solid #e9edf1;
}
.top_newrtside .dropdown {
	position: relative;
	float: left;
	width: auto;
	padding:17px 41px 13px 20px;
	cursor:pointer;
}
.top_newrtside .dropbtn {
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background:transparent;
	display: inline-block;
	float: left;
}
.right_notofications {
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_notofications li, .right_notofications li a {
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font-size:8px;
	color:#fff;
	position:relative;
}
.right_notofications li {
	margin: 0px;
	height: 40px;
	display: flex;
	align-items: center;
}
.right_notofications li a {
	padding:0 10px;
}
.right_notofications li a img {
	display:block;
	margin:0 auto;
	margin-bottom:2px;
	margin-top:1px;
}
.notification-icon {
	position:absolute;
	display:flex;
	justify-content: center;
	align-items: center;
	width:16px;
	height:16px;
	background:#c53929;
	border-radius:50%;
	top:0;
	right:0;
	margin-top: -4px;
	margin-right: 2px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
}
.border-line {
	width:1px;
	height:30px !important;
	background:#888888;
	margin:0 10px !important;
}
.profile-li {
	margin-left:10px !important;
	text-transform:inherit !important;
	display:inline-block;
	font-size:10px;
}
.profile-li a img {
	width:30px;
	margin-bottom: 0!important;
}
.profile-li label.profile-id {
	float:left;
	margin-right:5px;
	color:#fff;
}
.profile-li a {
	padding-right:0 !important;
}
.profile-li label.profile-id span {
	display:block;
	color:#fff;
}
.profile-li label.profile-id, .profile-li label.profile-id span {
	font-size: 11px !important;
}
ul.menu-section {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 6px 6px -4px #d8d3d3;
	background:#fff;
	padding:0 59px;
}
ul.menu-section > li {
	list-style: none;
	display: inline-block;
	position: relative;
}
ul.menu-section > li > a {
	display: block;
	padding: 20px 0;
	margin-right: 40px;
	color: #92929d;
	font-size: 14px;
	position: relative;
}
ul.menu-section > li.active > a {
	color:#000;
	font-weight:bold;
}
.hamburger a {
	color:#fff;
	display:inline-block;
	margin-right:10px;
	width: 22px;
	max-width:100%;
}
.hamburger a img {
	width:100%;
}
.grey-bg {
	background:#f8f8f6 !important;
}
.main_content {
	width:100%;
	margin:0 auto;
	padding:0 20px;
}
.left_div {
	display:block;
	width:100%;
}
.right_div {
	display:block;
	width:100%;
	margin-top:20px;
}
.inner_container {
	padding:10px 0;
}
.main-title {
	display:block;
}
.main-title span {
	display:block;
	font-size: 15px;
	padding-top:3px;
}
.main-title span strong {
	font-size: 15px;
}
/** Search form **/

.search-form {
	margin-top:36px;
}
.input-group {
	display:block;
	margin-bottom:30px;
}
.input-group label {
	font-size:20px;
	display:block;
	margin-bottom:12px;
}
.search-input {
	width:100%;
}
.search-input input[type="text"] {
	border:1px solid #eaeaea;
	border-radius:3px;
	padding:15px;
	font-size:15px;
	width:100%;
	background:url(../images/search.png) no-repeat #fff;
	background-position:20px center;
	padding-left:50px;
	border-radius:3px;
}
.filter_div .fileld {
	padding: 0;
	display: inline-block;
}
.filter_div .fileld1 {
	width:62%;
}
.filter_div .fileld2 {
	width:35%;
}
.fileld-border-right {
	position: relative;
}
.fileld .select-box {
	padding: 10px;
	border-bottom: 1px solid #dfe0df;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #626f75;
	font-size: 15px;
	background: url(../images/select-arrow.png) transparent no-repeat;
	background-size: 20px;
	background-position: center right;
}
.fileld-border-right:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	background: #dfe0df;
	top: 10%;
	right: 0;
	margin-right:-20px;
}
.filter_div {
	display:flex;
	justify-content: space-between;
}
.lblresert {
	display:block;
	font-size: 15px;
}
.lblresert a {
	color:#598ff7;
	font-size:15px;
}
.download_lead_div {
	border:1px solid #eaeaea;
	background:#fff;
}
.google_title {
	display:block;
	padding:15px;
	background:#fafafa;
	border-bottom:1px solid #eaeaea;
}
.google_title img {
	width:70px;
	float:left;
}
.google_title span {
	display:inline-block;
	margin-left:15px;
	font-size:19px;
}
.download_lead_inner_div {
	display:block;
	padding:15px;
	background:#fff;
	/*min-height: 590px;*/
}
.table_titles {
	border-bottom:1px solid #eaeaea;
	/*padding-bottom:15px;*/
	font-size:16px;
}
.table_titles .list_item2, .table_titles .list_item3 {
	font-size:12px;
	position: relative;
	top: 10px;
}

.table_titles .list_item4
{
     font-size: 12px;
        position: relative;
        top:16px;
}
.leaed_list {
	display:block;
}
.leaed_list .list_item {
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:flex;
	justify-content: space-between;
	min-height: 33px;
	margin-top:5px;
}
.leaed_list .list_item .list_item1 label, .leaed_list .list_item .list_item2 label, .leaed_list .list_item .list_item3 label {
	font-size:15px;
}
.img-small-close {
	width:15px;
	float:left;
	display:block;
	margin-right:15px;
	margin-top:1px;
}
.leaed_list .table_titles .table_title {
	font-size:15px;
}
.list_item1 {
	width:75%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position:relative;
    font-size:12px;
   
}

.list_item2 {
	width:100px;
    white-space:nowrap;
}

.list_item2 {
	text-align:right;
}
.list_item3 {
	width:100px;
	text-align:right;
    white-space:nowrap;
    font-size:12px;
}
.list_item3 strong {
	color:#000;
}

.list_item4
{
    width:25px;
}
.list_item4 img
{
    margin-top:2px;
}

.footer_title {
	font-size:20px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:20px 0;
}
.total_count {
	color:#1973e8;
	font-size:20px;
}
.total_price {
	font-size:20px;
	font-weight:bold;
}
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 6px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align:left;
}
/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border:2px solid #6b6b6b;
	border-radius:2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
 background-color: #1973e8;
 border:0px solid #6b6b6b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnblue_download {
	background:#458cf8;
	padding:15px 20px;
	color:#fff;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	margin: 20px 0;
}
.clear {
	clear:both;
}
ul.filters {
	height: 30px;
	width: 150px;
	border: 1px #000 solid;
}
ul.filters li {
	padding: 5px 10px;
	z-index: 2;
	text-align:left;
}
ul.filters li:not(.init) {
float: left;
width: 130px;
display: none;
background: #ddd;
}
ul.filters li:not(.init):hover, ul.filters li.selected:not(.init) {
background: #09f;
}
ul.filters li.init {
	cursor: pointer;
}
.custom_selectbox {
	width:100%;
	border: 1px solid #eaeaea;
    background-color:#ffffff;
    padding:4px;
}
.custom_selectbox > label {
	border-bottom: 0px solid #dfe0df;
	padding:10px;
	font-size:15px;
	position:relative;
	margin-bottom:0 !important;
	margin: 0 0px;
	text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*.custom_selectbox > label:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	right: 10px;
	top: 0;
	margin-top: 11px;
	border-right: 2px solid #6f6f6f;
	border-bottom: 2px solid #6f6f6f;
	transform: rotate(45deg);
}*/
.custom_selectbox_list {
	padding:10px 20px;
	background:#fff;
}
.custom_selectbox_list > li label {
	font-size:15px;
	margin-left: 10px;
}
.filter_search_field #filter_search_field {
	width:100%;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	font-size:15px;
	margin-top:-10px;
	padding:10px 0;
	background: url(../images/search.png) no-repeat #fff;
	background-position: 10px center;
	padding-left: 45px;
	background-size:20px;
}
.list_hide {
	display:none;
}
.list_show {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	border: 1px solid #dfe0df;
}
.text-center {
	text-align:center;
}
.download_lead_inner_div>h2 {
	text-align:center;
	font-size:20px;
	letter-spacing:-0.2px;
}
.download_lead_inner_div > p {
	font-size:15px;
}
.download_lead_inner_div > p .cap {
	font-size: 68px;
	color: #5286ec;
	float: left;
	height: 30px;
	line-height: 0;
	margin-top: 27px;
}
.mtop3 {
	margin-top:30px;
}
.mbottom85 {
	margin-bottom:85px;
}
.blue-line {
	width:24px;
	height:4px;
	background-color:#5286ec;
	margin:35px auto;
}
.sign_img {
	margin:50px auto;
	text-align:center;
	display:block;
	width:250px;
	max-width:100%;
}
.greyiline {
	display:block;
	border-bottom:1px solid #dfdfdf;
}
ul.menu-section {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	padding-left:20px;
	box-shadow:0 6px 6px -4px #d8d3d3;
	position: relative;
	z-index: 9;
}
ul.menu-section > li {
	list-style:none;
	display:inline-block;
	position:relative;
}
ul.menu-section > li > a {
	display: block;
	padding: 20px 0;
	margin-right: 40px;
	color: #92929d;
	font-size: 14px;
	position:relative;
}
ul.menu-section li.active a {
	border-bottom:2px solid #1f90fb;
	font-weight:bold;
	color:#000;
}
ul.menu-section li:hover .sub-menu {
	display:flex;
}
.chat {
	width:59px;
	height:59px;
	text-align:center;
	line-height:85px;
	background:#2194e6;
	border-radius:50%;
	float:right;
	clear:both;
	position:absolute;
	right:20px;
	top:20px;
}
.head2 {
	position:relative;
}
.head2 sup {
	position: absolute;
	right: -23px;
	top: -8px;
	font-size: 22px;
	font-weight: bold;
}
/** submenu **/
.sub-menu {
	position:absolute;
	top:0;
	left:0;
	min-width:800px;
	width:100%;
	border:2px solid #dadada;
	background:#fff;
	margin-top:50px;
	margin-left:-145px;
	z-index:999;
	box-sizing:border-box;
	display:none;
}
.sub-menu:after {
	content: '';
	position: absolute;
	top: -3%;
	left: 0%;
	height: 10px;
	width: 10px;
	background: #fff;
	border: 2px solid #dadada;
	transform: rotate(45deg);
	margin-left: 170px;
	z-index: -999;
	border-bottom: 0;
	border-right: 0;
}
.sub-menu > li {
	width:50%;
	box-sizing:border-box;
	float:left;
	padding:10px 30px;
	position:relative;
}
.left-panel:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	background: #ededed;
	top: 10%;
	right: 0;
}
.sub-menu li > div {
	padding:20px 30px;
	box-sizing:border-box;
}
.sub-menu > li > div h3 {
	font-weight:bold;
	font-size:25px;
	margin-bottom:23px;
	color:#000;
}
.sub-menu > li > div p {
	line-height:22px;
}
.btn-overview {
	padding:10px 80px;
	border:2px solid #000;
	background:#fff;
	margin-top:35px;
	cursor:pointer;
	margin-bottom:2px;
}
.btn-overview:hover {
	background:#f8f7f8;
}
.right-panel div h4 {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
}
.right-panel div>img {
	display: inline-block;
	float: left;
	margin-bottom: 35px;
	margin-right: 10px;
}
.right-panel {
	padding:0 !important;
}
.img-cnt:hover {
}
.border-right {
	border-right:1px solid #ededed
}
.border-bototm {
	position:relative;
}
.border-bototm:after {
	position:absolute;
	content:'';
	bottom:0;
	left:5%;
	width:90%;
	height:1px;
	background:#ededed;
}
.pd4 {
	padding-bottom:40px;
}
.full-bg {
	display:block;
}
.right-panel .full-bg:hover {
	background:#f8f8f8;
}
.right-panel .full-bg:hover a {
	color:inherit;
}
.google_analytics_log {
	width:330px;
}
/** index1 page **/
.mac-des {
	position: absolute;
	background: #548cf7;
	width: 387px;
	padding: 42px;
	font-size: 20px;
	color: #fff;
	top: 30%;
	left: 42%;
	margin-top: 11px;
	margin-left: -14px;
}
.mac-des:before {
	content: '';
	position: absolute;
	background: url(../images/mac-arrow.png) no-repeat;
	width: 124px;
	height: 100px;
	left: 0;
	top: 0;
	margin-left: -143px;
	margin-top: -52px;
	background-size: contain;
}
.g-logo {
	width:160px;
	margin:0 auto;
	display:inline-block;
}
.google_signin.green_btn {
	background:#0cc852;
	color:#fff;
	line-height:50px;
	width:180px !important;
	height:auto !important;
}
.footer_text {
	display:block;
	text-align:center;
}
.footer_text1 {
	margin-top:-80px;
}
.footer_text p {
	font-size:1.8em;
}
/** index2 page **/
.grey-bg {
	background:#f6f7f6;
}
.text-center {
	text-align:center;
}
.head2 {
	display:inline-block;
}
.head2 em {
	color: #696b74;
	font-size: 50px;
	font-weight: normal;
}
.logo-part {
	display:block;
}
.logo-part .g-logo {
	margin-right:25px;
	position: relative;
	top: 12px;
}
.ptb50 {
	padding-top:50px;
	padding-bottom:50px;
}
.mt20 {
	margin-top:20px;
}
.mt50 {
	margin-top:50px;
}
.mb50 {
	margin-bottom:50px;
}
.search-input {
	width:100%;
	height:auto;
	background:#fff;
	margin:0 auto;
	position:relative;
	margin-left:-0.1px;
}
.search-input input[type="search"] {
	width:100%;
	color:#000 !important;
	font-size:18px;
	padding:15px;
	padding-left:55px;
	background:url(../images/search_icon.png) #fff no-repeat;
	background-size:17px;
	background-position:20px center;
	border:1px solid #cecece;
	border-radius:5px;
}
.filter_div {
	display:block;
	margin:0 auto;
}
.filter_div .fileld {
	padding:0 20px;
	height: 40px;
}
.fileld {
	margin:5px 0;
}
.fileld .select-box {
	padding:10px;
	border-bottom:1px solid #dfe0df;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	color:#626f75;
	font-size:17px;
	background:url(../images/select-arrow.png) transparent no-repeat;
	background-size:20px;
	background-position:center right;
}
.fileld-border-right {
	position:relative;
}
.fileld-border-right:after {
	content:'';
	position:absolute;
	width:1px;
	height:80%;
	background:#dfe0df;
	top:10%;
	right:0;
}
.fileld-border-left {
	position:relative;
}
.fileld-border-left:after {
	content:'';
	position:absolute;
	width:1px;
	height:80%;
	background:#dfe0df;
	top:10%;
	left:0;
}
.filter-txt {
	font-size: 18px;
	float: left;
	height: 40px;
	line-height:50px;
	margin-right: 25px;
}
.flex-container {
	display:flex;
	width:90%;
	margin:0 auto;
}
.flex-item {
	padding:0 25px;
}
.flex-from {
	width:60%;
}
.flex-list {
	width:30%;
}
.whitebg-border {
	background:#fff;
	border:1px solid #d9d9d9;
}
.no-flex {
	display:block !important;
}
.flex-from .search-input {
	width:100%;
}
/** filtered-items **/

.filtered-items {
	display:block;
}
.filtered-items button {
	display:inline-block;
	margin-right:5px;
	border:1px solid #cfcfcf;
	background:#fff;
	padding:10px;
	margin-top:12px;
	width:150px;
	border-radius:3px;
	text-align:left;
	font-size: 15px;
	position:relative;
	padding-left:20px;
}
.filtered-items button span.close {
	position:absolute;
	z-index:99;
	top:7px;
	right:10px;
	font-size:18px;
	cursor:pointer;
}
.draftdiv {
	width:100%;
	border: 1px solid #cecece;
	background: #fff;
	margin-top:35px;
	margin-bottom:35px;
}
.draft-title, draft-bottom {
	display:block;
}
.draft-title {
	background:#fafafa;
	padding:18px 15px;
	border-bottom:1px solid #cecece;
}
.draft-bottom {
	padding:18px 15px;
}
.draft-bottom .flex-container {
	padding:0;
	width:100%;
}
.draft-bottom .flex-container .flex-item {
	padding:0;
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	justify-content: center;
	text-align:left;
}
.draft-bottom .flex-container .flex-item.first {
	width:20%;
}
.draft-bottom .flex-container .flex-item.second {
	width:50%;
}
.draft-bottom .flex-container .flex-item.third {
	width:30%;
}
.dollar {
	font-size:25px;
	font-style:italic;
}
.draft-bottom-title {
	display:block;
	color:#000;
	font-size:16px;
	margin-bottom:5px;
}
.paypal {
	float:left;
	margin-top:-9px;
}
.paybtn button {
	background:#458cf8;
	color:#fff;
	padding:15px 0;
	width:230px;
	text-transform:uppercase;
	float:right;
}
.filters {
}
.google-list {
	background:#fff;
	padding:40px 30px;
	border:1px solid #cecece;
}
.google-list img {
	width:130px;
	display:block;
}
.google-list h2.head2 em {
	font-size:28px !important;
	border-bottom:1px solid #cecece;
	padding-bottom:35px;
	display:block;
}
.google-list-items {
	display:block;
	margin-top:30px;
}
.google-list-items li {
	margin-bottom:30px;
	background:url(../images/list-icon.png) no-repeat;
	background-position:left center;
	text-indent:25px;
}
.google-list-items li:last-child {
	margin-bottom:0;
}
.field-div {
	display:block;
	margin:0;
	padding:0;
	width: 50%;
	max-width:100%;
	margin-top:35px;
}
.field-div .fileld {
	display:flex;
	margin-bottom: 24px;
}
.field-div .fileld .filter-txt {
	width:100%;
	flex-basis:100px;
}
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 6px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 20px;
	display: block;
	margin-bottom: 12px;
}
/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border:2px solid #6b6b6b;
	border-radius:2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
 background-color: #1973e8;
 border:0px solid #6b6b6b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnblue_download {
	background:#458cf8;
	padding:15px 20px;
	color:#fff;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	margin: 20px 0;
	width:55%;
	font-size:12px;
}
.btngrey_viewleads {
	background:#f2f2f2 !important;
	padding:15px 20px;
	color:#7c7c7c !important;
	text-transform:uppercase;
	font-weight:bold;
	margin: 20px 0;
	border:1px solid #dddddd;
	width:40%;
	font-size:12px;
}
.clear {
	clear:both;
}
ul.filters {
	height: 30px;
	width: 150px;
	border: 1px #000 solid;
}
ul.filters li {
	padding: 5px 10px;
	z-index: 2;
}
ul.filters li:not(.init) {
float: left;
width: 130px;
display: none;
background: #ddd;
}
ul.filters li:not(.init):hover, ul.filters li.selected:not(.init) {
background: #09f;
}
ul.filters li.init {
	cursor: pointer;
}
/*.custom_selectbox {
	width:100%;
	border: 1px solid transparent;
}
.custom_selectbox > label {
	border-bottom: 1px solid #dfe0df;
	padding:10px;
	font-size:15px;
	position:relative;
	margin-bottom:0 !important;
	margin: 0 0px;
}*/
/*.custom_selectbox > label:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	right: 10px;
	top: 0;
	margin-top: 11px;
	border-right: 2px solid #6f6f6f;
	border-bottom: 2px solid #6f6f6f;
	transform: rotate(45deg);
}*/
.custom_selectbox_list {
	padding:10px 20px;
	background:#fff;
}
.custom_selectbox_list li {
	height:38px;
}
.custom_selectbox_list > li label {
	font-size:15px;
	margin-left: 10px;
	text-align:left;
}
.filter_search_field #filter_search_field {
	width:100%;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	font-size:15px;
	margin-top:-10px;
	padding:10px 0;
	background: url(../images/search.png) no-repeat #fff;
	background-position: 10px center;
	padding-left: 45px;
	background-size:20px;
}
.list_hide {
	display:none;
}
.list_show {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	border: 1px solid #dfe0df;
	position:relative;
	z-index:9;
}
.filter_div .fileld {
	padding: 0;
}
.filter_div .fileld1 {
	width:100%;
}
.filter_div .fileld2 {
	width:100%;
}
.fileld-border-right {
	position: relative;
}
.fileld .select-box {
	padding: 10px;
	border-bottom: 1px solid #dfe0df;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #626f75;
	font-size: 15px;
	background: url(../images/select-arrow.png) transparent no-repeat;
	background-size: 20px;
	background-position: center right;
}
.fileld-border-right:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	background: #dfe0df;
	top: 10%;
	right: 0;
	margin-right:-20px;
}

.mtop55 {
	margin-top:55px;
}
/*** Footer cols **/
.footer-cols {
	display:block;
	width:1200px;
	max-width:100%;
	margin:10px auto;
	box-sizing:border-box;
}
.footer-col {
	width:350px;
	float:left;
	margin-right:50px;
	box-sizing:border-box;
}
.footer-col:last-child {
	margin-right:0;
}
.footer-col p {
	font-size:16px;
	text-align:left;
	margin-bottom:15px;
	line-height:23px;
}
.footer-col img {
	width:100%;
}
.search_result_div {
	padding-top: 10px;
	width: 100%;
	position: absolute;
	min-height: 300px;
	height: auto;
	border: 1px solid #eee;
	background: #fff;
	top: 100%;
	left: 0;
	webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
	transition: all ease-in-out 0.2s;
	display: none;
	z-index: 9;
}
.autocomplete {
	/*the container must be positioned relative:*/
  position: relative;
	display: inline-block;
}
input {
	border: 1px solid transparent;
	background-color: #f1f1f1;
	padding: 10px;
	font-size: 16px;
}
input[type=text] {
	background-color: #f1f1f1;
	width: 100%;
}
input[type=submit] {
	background-color: DodgerBlue;
	color: #fff;
	cursor: pointer;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
  top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
	color: #ffffff;
}
.result_div > .custom_selectbox > .custom_selectbox_list li label {
	margin-left: 0 !important;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.logo-quts {
	font-size:16px;
}
.txtpricing {
	float:right;
	font-size:15px;
	min-width: 80px;
	width:auto;
	text-align: right;
}
.custom_selectbox_list_title {
	border-bottom:1px solid #cecece;
	padding-bottom:20px;
	margin-bottom:15px;
	padding-bottom:25px;
}
.txt_approx {
	margin-right:50px;
}
.lead_price .txt_approx {
	font-weight: bold;
}
.list_title_word {
	float:left;
	padding-left: 35px;
}
.list_title_approx {
	float:right;
}
.list_title_approx span, .list_title_word span {
	font-size:15px;
}
/*** search-period **/
.search_period {
	display:block;
	width:100%;
	padding:18px 0 11px 0;
	border-bottom:1px solid #eaeaea;
}
.search_period_left {
	float:left;
	text-align:left;
}
.search_period_left h3
{
    margin-left:-2px;
}
.search_period_left h3, .search_period_right h3 {
	font-weight:bold;
	font-size:20px;
	color:#000;
	margin-bottom:20px;
}
.search_period_left h5, .search_period_right h5 {
	font-weight:normal;
	font-size:13px;
	color:#878a95;
	margin-bottom: 10px;
}
.search_period_right {
	float:right;
	text-align:right;
}
.search_period_right h3 img {
	width:140px;
	position:relative;
}
.search_period_right h5 {
	margin-top:-8px;
    margin-bottom:5px;
}
.lbl_lead_count {
	color:#578df0;
	font-size:1.5em;
	font-weight:bold;
}
.lbl_lead_count_span {
	font-weight:normal;
	font-size:0.8em;
	color:#578df0;
	display:inline-block;
	margin-left:8px;
}
.location_flag
{
    margin-top:10px;
}
.location_flag .location_flag_country {
	display:block;
	color:#616161;
    margin-top:5px;
}
.location_flag .location_flag_country img {
	position:relative;
}
.lbl_searcch_date {
	display: block;
	position: relative;
	top: 6px;
	font-weight:bold;
	color:#000;
}
.lbl_searcch_date img {
	position:relative;
	top:5px;
	margin-left:11px;
}
.lbl_location {
	padding:10px 0;
	padding-bottom:5px;
	display:inline-block;
	font-size: 12px;
}
.lead_no {
	border:2px solid #eaeaea;
	border-radius:50px;
	padding:5px 13px;
	color:#000;
}
.promotional_Code {
	display:block;
	width:100%;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:14px 0;
}
.promotional_Code .promotional_Code_letf {
	float:left;
    
}
.promotional_Code_letf
{
    width:65%;
}
.promotional_Code .promotional_Code_right, .promotional_Code_right {
	float:right;
	margin-top: -2px;
}
.promotional_Code .promotional_Code_right label strong {
	font-size:1.3em;
}
.promotional_Code_div {
	/*background:url(../images/box.png) repeat;*/
	/*padding:15px 20px;*/
	font-weight:bold;
	color:#92959f;
}
.promotional_Code_right label {
	font-size: 12px;
	position:relative;
	top:11px;
}
.promotional_Code_right label strong {
	font-size: 12px;
	font-weight:bold;
}
.lead_price {
	display:inline-block;
	float:right;
}
/*** Scroll container **/
.scroll_container {
	overflow-Y:scroll;
	max-height:190px;
    min-height:50px;
	padding-right:8px;
	padding-top:10px;
    padding-bottom:10px;
	width: 100%;
}
.currency_list {
	display:inline-block;
	width:auto;
	position:relative;
	margin-right: 5px;
}
.currency_list label {
	position:relative;
	display:block;
	min-width:40px;
	font-weight:bold;
	text-align:left;
	padding-right: 3px;
	cursor:pointer;
}
.currency_list label:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 5px;
	right: -3px;
	top: 0;
	margin-top: 2px;
	border-right: 2px solid #6f6f6f;
	border-bottom: 2px solid #6f6f6f;
	transform: rotate(45deg);
}
.cur_currency_active {
}
.currency_list ul {
	position:absolute;
	top:40px;
	left:0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	border: 1px solid #dfe0df;
	padding: 10px;
	min-width:80px;
	width:auto;
	z-index:9;
}
.currency_list ul li {
	font-size: 12px;
	margin-bottom: 12px;
}
.list_item1 label {
	color:#000;
}
ul.menu-section {
 display:none;
 padding-right: 20px;
}
ul.menu-section.mobile {
display:block;
}
 ul.menu-section.mobile > li {
 display:block;
}
ul.menu-section.mobile > li .sub-menu {
 min-width: auto;
 margin-left:0;
}
ul.menu-section.mobile > li .sub-menu > li {
 width:100%;
}
 ul.menu-section.mobile > li .sub-menu:after {
 content: '';
 position: absolute;
 top: 0%;
 left: 0%;
 height: 10px;
 width: 10px;
 background: #fff;
 border: 2px solid #dadada;
 transform: rotate(45deg);
 margin-left: 5px;
 margin-top: -7px;
 z-index: -999;
 border-bottom: 0;
 border-right: 0;
}
 ul.menu-section.mobile > li .sub-menu > li {
padding:10px;
}
 ul.menu-section li:hover .sub-menu {
 display: flex;
 flex-direction: column;
}
.sub-menu li > div{
padding:10px;
}

.sub-menu > li > div h3{
    margin-bottom: 10px;
}

.btn-overview{
margin-top: 10px;
}
.right-panel > div{
padding:10px !important;
}
@media screen and (max-width:640px) {
 html, body {
 font-size: 10px !important;
}
 .wrapper {
 width: 100%;
}
 .search_period_right h3 img {
 width:80px;
}
 .lbl_searcch_date {
 font-size: 10px !important;
}

 #date_period
 {
 font-size: 10px !important;
 }

 .btngrey_viewleads {
 margin-top:20px !important;
}
 .btngrey_viewleads, .btnblue_download {
 width:100% !important;
 margin:5px 0;
}
ul.menu-section {
 display:none;
 padding-right: 20px;
}
ul.menu-section.mobile {
display:block;
}
 ul.menu-section.mobile > li {
 display:block;
}
ul.menu-section.mobile > li .sub-menu {
 min-width: auto;
 margin-left:0;
}
ul.menu-section.mobile > li .sub-menu > li {
 width:100%;
}
 ul.menu-section.mobile > li .sub-menu:after {
 content: '';
 position: absolute;
 top: 0%;
 left: 0%;
 height: 10px;
 width: 10px;
 background: #fff;
 border: 2px solid #dadada;
 transform: rotate(45deg);
 margin-left: 5px;
 margin-top: -7px;
 z-index: -999;
 border-bottom: 0;
 border-right: 0;
}
 ul.menu-section.mobile > li .sub-menu > li {
padding:10px;
}
 ul.menu-section li:hover .sub-menu {
 display: flex;
 flex-direction: column;
}
.sub-menu li > div{
padding:10px;
}
.sub-menu > li > div h3{
    margin-bottom: 10px;
}
.sub-menu li > div{
padding:10px;
}

.btn-overview{
margin-top: 10px;
}
.right-panel > div{
padding:10px !important;
}
}
 @media screen and (max-width:360px) {
 html, body {
 font-size: 10px !important;
}
 .front_view .frontheader .google_signin {
 width: 78%;
}
 .front_view .frontheader h2 sup {
 left: -2px;
 top: 0px;
}
}
 @media screen and (max-width:340px) {
 html, body {
 font-size: 8px !important;
}
}


 /* Create a custom radio button */
.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border:2px solid #6b6b6b;
	border-radius:50%;
}


/* On mouse-over, add a grey background color */
.container:hover input ~ .radiomark {
 background-color: #ccc;
}

/* When the radio is checked, add a blue background */
.container input:checked ~ .radiomark {
 background-color: #1973e8;
 border:0px solid #6b6b6b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .radiomark:after {
 display: block;
}
/* Style the checkmark/indicator */
.container .radiomark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* show & hide regions and period*/
.region_updownaerrow {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    right: 10px;
    top: 0;
    margin-top: 11px;
    border-right: 2px solid #6f6f6f;
    border-bottom: 2px solid #6f6f6f;
    transform: rotate(45deg);
}

.perioud_updownaerrow {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    right: 10px;
    top: 0;
    margin-top: 11px;
    border-right: 2px solid #6f6f6f;
    border-bottom: 2px solid #6f6f6f;
    transform: rotate(45deg);
}


#static_country li
{
    margin-left:10px;
    margin-top:10px;
}

#spname
{
    font-size:15px;
    position:absolute;
    /*margin-top:6px;*/
    margin-left:3px;
    width:35%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}