@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,800,400);
@font-face {
    font-family:OpenSans-Semibold;
    src: url(./fonts/OpenSans-Semibold.ttf);
}
@font-face {
    font-family:OpenSans-Regular;
    src: url(./fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family:OpenSans-Bold;
    src: url(./fonts/OpenSans-Bold.ttf);
}
body
{
	padding:0px;
	margin:0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #dbe3e5;
}
.header_bg
{
	float:left;
	width:100%;
	height:auto;
	background:#303030;
	min-height:80px;
    border-bottom: 3px solid #7c202b;
}
.header
{
	margin: auto;
	height:auto;
}
.logo_bg
{
  width: 24%;
  float: left;
}
.logo
{
  float: right;
  height: 80px;
}
.right_part
{
	float:right;
    margin-right: 90px;
}
.search_bg
{
	float:left;
    background:#292929;
	height:auto;
	width:241px;
    margin-top: 22px;
}
.search
{
	color:#7a7a7a;
	background:url(images/search1.png) no-repeat;
    padding: 8px 15px;
    background-position: right;
}
.name_icon_bg {
  float: left;
  margin-left: 50px;
  margin-top: 30px;
}
.name
{
	float:left;
	color:#c8c8c8;
	font-size:12px;
	font-weight:600;
}
.name_icon {
  float: left;
  margin-left: 7px;
  margin-top: -2px;
}
.support_bg
{
	float:left;
    width: 103px;
	padding: 7px 17px;
	border-radius: 7px;
	border:1px solid #606060;
    margin-top: 20px;
    margin-left: 20px;
}
.support_bg:hover {
  background-color: #ce2336;
}
.support_icon
{
	float:left;
}
.support_text
{
	float:left;
	color:#c8c8c8;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
    margin-left: 12px;
    margin-top: 2px;
}
.container
{
	float:left;
	width:100%;
}
.dash_board
{
	float:left;
	width:18%;
	min-height:150px;
	background:#ce2336;
}
.dash_borad_1
{
	float:right;
	width:250px;
    padding-top: 20px;
}
.whats_new01 {
  margin: auto;
  width: 158px;
}
.whats_new
{
	float:left;
	width: 100%;
    margin-bottom: 15px;
}
.whats_new:hover {
  background-color: #b12232;
}
.whats_icons
{
	float:left;
}
.whats_text
{
	font-size:13px;
	color:#fff;
	font-weight:600;
	float:left;
    margin-left: 15px;
    margin-top: 12px;
	letter-spacing: -1px;
}
.dash_details {
  float: left;
  width: 82%;
}
.footer_logo
{
	float:left;
    margin-top: 250px;
}
.dash_test1_bg
{
	float:left;
	background:#22b9ce;
	width:425px;
    border-radius: 9px;
    min-height: 430px;
    margin-left: 60px;
}
.ago
{
	font-size:12px;
	float:right;
	font-weight:600;
	color:#0e6e7b;
    margin-top: 13px;
}
.whats_new_02
{
	float:left;
    margin-bottom: 15px;
}
.text_dash {
  padding-top: 15px;
  width: 337px;
  margin-left:37px;
  float:left;
}
.dot_image {
  float: left;
  margin-left: 11px;
  width: 100%
}
.major
{
	font-size:24px;
	float:left;
	margin-left: 30px;
    margin-top: 20px;
	font-weight:600;
	letter-spacing: -1px;
	color:#312f30;
}
p
{
	padding:0px;
	margin:0px;
}
.major_text
{
	font-size:12px;
	font-weight:600;
	color:#fff;
	width:100%;
	clear:both;
	margin-top: 20px;
    float: left;
}
p.text_two {
  margin-top: 15px;
}
.dash_details_1 {
  float: right;
  width: 100%;
  margin-top: 40px;
}
.dash_test2_bg
{
	float:left;
	background:#fff;
    width: 530px;
    border-radius: 9px;
    min-height: 430px;
    margin-left: 50px;
}

.major_text
{
	font-size:12px;
	font-weight:600;
	color:#535353;
	width:100%;
	clear:both;
	margin-top: 20px;
    float: left;
}
.major01 {
  font-size: 24px;
  float: left;
  margin-left: 30px;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ce2336;
}
.whats_text01 {
  font-size: 13px;
  color: #ce2336;
  font-weight: 600;
  float: left;
  margin-left: 15px;
  margin-top: 12px;
  letter-spacing: -1px;
}
.text_dash01 {
  padding-top: 15px;
  width: 450px;
  margin-left:37px;
  float:left;
}

/********************************Login*****************************/
.login_bg
{
	float:left;
	width:100%;
	height:auto;
    margin-top: 100px;
}
.login
{
	width:368px;
	margin:auto;
}
.login_logo
{
	width:172px;
	margin:auto;
}
.login_box
{
	float:left;
	width:100%;
	color:#ce2336;
    background-color: #ce2336;
    margin-top: 25px;
}
.lonig_info {
  margin: auto;
  width: 311px;
 }
input.login_name {
  padding: 20px;
  width: 77%;
  background: url(images/login-icon1.png) no-repeat;
  background-position: 10px;
  background-color: #7c202b;
  padding-left: 52px;
  border:none;
  float:left;
  line-height:14px;
  margin-bottom: 10px;
  margin-top: 25px;
}

input.login_name::-webkit-input-placeholder {
 color:#fff;
 font-size:14px;
 font-weight:900;
}
input.login_pass {
  padding: 20px;
  width: 77%;
  background: url(images/login-icon2.png) no-repeat;
  background-position: 10px;
  background-color: #7c202b;
  padding-left: 52px;
  border:none;
  float:left;
  line-height:20px;
  margin-bottom: 10px;
  margin-top: 10px;
 }

input.login_pass::-webkit-input-placeholder {
 color:#fff;
 font-size:15px;
 font-weight:900;
}

input.phone_no {
  padding: 20px;
  width: 77%;
  background: url(images/login-icon3.png) no-repeat;
  background-position: 10px;
  background-color: #7c202b;
  padding-left: 52px;
  border:none;
  float:left;
  line-height:20px;
  margin-bottom: 10px;
  margin-top: 10px;
 }

input.phone_no::-webkit-input-placeholder {
 color:#fff;
 font-size:14px;
 font-weight:900;
}

input.submit_login {
  width: 115px;
  border: 1px solid #fff;
  padding: 13px 13px 13px 34px;
  float: left;
  color: #fff;
  border-radius: 7px;
  background: url(images/log_out.PNG);
  background-repeat: no-repeat;
  background-position: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}
input.submit_login:hover
{
	color:#c8c8c8;
	border:1px solid #c8c8c8;
    background-repeat: no-repeat;
	background:url(images/log_outhover.PNG) no-repeat;
    background-position: 14px;

}
.submit_login1 {
  width: 115px;
  margin: auto;
}
.last_title
{
	font-size:10px;
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
    background-color: #7c202b;
    padding: 16px 0px;

}
input.submit_login05 {
  width: 115px;
  border: 1px solid #fff;
  padding: 13px 13px 13px 34px;
  float: left;
  color: #fff;
  border-radius: 7px;
  background: url(images/submit_1.PNG);
  background-repeat: no-repeat;
  background-position: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/***************************Account***********************/
.create_account1
{
    width: 92%;
    height: auto;
    background: #fff;
    margin-left: 5%;
    border-radius: 10px;
    float: left;
}
.create_account3
{
    width: 92%;
    height: auto;
    background: #fff;
    margin-left: 5%;
    border-radius: 10px;
    float: left;
}

.create_account
{
    width: 90%;
    height: auto;
    background: #fff;
    margin-left: 5%;
    border-radius: 10px;
    float: left;
}
.title_account
{
	width:98%;
	height:auto;
    margin-left: 2%;
    margin-top: 15px;
	float:left;
}
.title_acpic
{
	float:left;
}
.title_acc
{
	font-size:23px;
	color:#ce2336;
	float:left;
	font-family:OpenSans-Semibold;
	margin-left: 8px;
    margin-top: 6px;
}
hr.dot_line {
    float: left;
    width: 97%;
	background:url(images/dotted.png);
    height: 7px;
    border: 0px;
}
.form_accoutn
{
	float:left;
	width:100%;
	margin-top: 25px;
    background-color: #fff;
    border-radius: 10px;
}
.label_field
{
	float:left;
	width:100%;
	margin-bottom: 18px;
}
.label1
{
	font-size:17px;
	float:left;
	color:#333333;
	font-family:OpenSans-Regular;
	width:145px;
    margin-top: 10px;
	text-align:right;
}
span.name_sp {
    color: #ce2336;
    margin-right: 5px;
}
input.name_f1 {
    width: 53%;
    line-height: 20px;
    padding-left: 1%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    height: 39px;
    margin-left: 15px;
}
input.name_f1::-webkit-input-placeholder {
 color:#333333;
 font-size:15px;
 font-family:OpenSans-Regular;
}
select.permissions {
    width: 54.2%;
    line-height: 20px;
    padding-left: 1%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    height: 43px;
    margin-left: 15px;
	color:#333333;
    font-size:15px;
    font-family:OpenSans-Regular;
}
input.new_acco
{
	background:#ce2336;
	font-size:16px;
	color:#f8f8f8;
	text-transform:uppercase;
	border: none;
    padding: 13px 28px;
    border-radius: 26px;
    font-family:OpenSans-Bold;
    margin-left: 16%;
}
input.new_acco1
{
	background:#a8a8a8;
	font-size:16px;
	color:#f8f8f8;
	text-transform:uppercase;
	border: none;
	margin-left:20px;
    padding: 13px 28px;
    border-radius: 26px;
    font-family:OpenSans-Bold;
}
.label_field1
{
	float:left;
	width:100%;
	margin-bottom: 40px;
	margin-top:10px;
}
.acco_new
{
	float:left;
	width: 100%;
    margin-bottom: 15px;
    margin-top: -7px;
}
.acco_new01 {
    float: right;
    margin-right: 1%;
    width: 73%;
}

.accou_title
{
	font-size:14px;
	color:#fff;
	float:left;
    margin-left: 15px;
    font-family:OpenSans-Semibold;
	letter-spacing: -1px;
}

/****************************Current _account********************/
.creat_current
{
	float:left;
}
.search_current
{
	float:right;
	margin-top: 5px;
}
input.search_cu1 {
    border: none;
    margin-right: 20px;
    padding: 11px 16px;
    line-height: 16px;
    width: 244px;
	background:#acacac url(images/search.png) no-repeat;
    background-position: right;
}
input.search_cu1::-webkit-input-placeholder {
	 color:#7a7a7a;
	 font-size:12px;
	 font-family:OpenSans-Regular;
}
.filter_current1
{
	float:left;
	width: 96%;
    background: #ebecec;
    padding: 0px 2%;
	padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 20px;
}
.name_current1
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
	background:url(images/drop_down.png) no-repeat;
    background-position: 36px 4px;
	font-weight: 600;
    width: 110px;
}
.name_current2
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
	background:url(images/drop_down.png) no-repeat;
    background-position: 58px 4px;
	font-weight: 600;
    width: 130px;
}
.name_current3
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
	background:url(images/drop_down.png) no-repeat;
    background-position: 73px 4px;
	font-weight: 600;
    width: 130px;
}
.name_current4
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
	background:url(images/drop_down.png) no-repeat;
    background-position: 33px 4px;
	font-weight: 600;
    width: 197px;
}
.name_current5
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
	background:url(images/drop_down.png) no-repeat;
    background-position: 64px 4px;
	font-weight: 600;
    width: 145px;
}
.name_current6
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
	background:url(images/drop_down.png) no-repeat;
    background-position: 29px 4px;
	font-weight: 600;
    width: 110px;
}
.filter_current2
{
	float:left;
	width: 96%;
    padding: 0px 2%;
	padding-top: 15px;
    padding-bottom: 15px;
}
.filter_current3
{
	float:left;
	width: 96%;
    padding: 0px 2%;
	padding-top: 15px;
    padding-bottom: 15px;
	background:#f8f8f8;
}

.name1_current1
{
	float:left;
	font-size:14px;
	color:#333333;
    font-family:OpenSans-Semibold;
	font-weight: 600;
    width: 110px;
    margin-top: 5px;
}
.name2_current2
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
    width: 130px;
    margin-top: 5px;
}
.name3_current3
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
    width: 130px;
    margin-top: 5px;
}
.name4_current4
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
    width: 197px;
    margin-top: 5px;
}
.name5_current5
{
	float:left;
	font-size:13px;
	color:#ce2336;
    font-family:OpenSans-Bold;
    width: 145px;
    margin-top: 5px;
}
.name6_current6
{
	float:left;
	font-size:13px;
	color:#333333;
    font-family:OpenSans-Regular;
    width: 110px;
    margin-top: 5px;
}
input.edit_current {
    float: left;
    border: 1px solid #303030;
	color:#303030;
    background: none;
    border-radius: 9px;
    padding: 5px 14px;
    font-family:OpenSans-Semibold;
}
input.edit_current:hover
{
	background:#303030;
	color:#fff;
}
input.edit_current1 {
    float: left;
    border: 1px solid #ce2336;
    background: none;
    border-radius: 9px;
    padding: 5px 14px;
    font-family:OpenSans-Semibold;
	color:#ce2336;
	margin-left:15px;
}
input.edit_current1:hover
{
	background:#ce2336;
	color:#fff;
}
/*********************Lead inforamtion*******************/
.lead_title
{
	float:left;
	width:100%;
}
.lead_title01
{
	font-size:20px;
	color:#fff;
	float:left;
    margin-left: 25px;
    margin-top: 12px;
    font-family:OpenSans-Bold;
	margin-bottom: 15px;
	text-transform:uppercase;
}

.whats_lead
{
	float:left;
	width: 100%;
    margin-bottom: 15px;
}
.lead_text
{
	font-size:13px;
	color:#fff;
	font-weight:600;
	float:left;
    margin-left: 15px;
    margin-top: 9px;
	text-transform:uppercase;
	letter-spacing: -1px;
}
.lead_new01 {
    float: left;
    margin-left: 20px;
}
.lead_details {
  float: left;
  width: 64%;
}
.lead_details1 {
  float: left;
  width: 64%;
}

.right_board
{
	float:left;
	width:18%;
	min-height:150px;
	background:#22b9ce;
    position: absolute;
    right: 0;
}
.right_borad_1
{
	float:left;
	width:243px;
    padding-top: 20px;
    min-height: 991px;
}
.lead_label1
{
    float: left;
    width: 97%;
    background: #f6f6f6;
    padding-left: 3%;
    padding-top: 14px;
    padding-bottom: 14px
}
.lead_label2 {
    float: left;
    width: 97%;
    padding-left: 3%;
}
.info_1
{
	font-size:17px;
	color:#333333;
	float:left;
    font-family:OpenSans-Regular;
	width:228px;
}
.lead_title2
{
	float:left;
	font-size:15px;
    font-family:OpenSans-Regular;
}
.lead_label2
{
	float:left;
	width:100%;
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 14px
}
.lead_title3
{
	float:left;
	font-size:15px;
    font-family:OpenSans-Bold;
}

input.add_info {
    float: right;
    font-size: 16px;
    color: #fff;
    background-color: #ce2336;
    border: none;
    text-transform: uppercase;
    width: 220px;
    height: 45px;
    border-radius: 25px;
	margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5%;
}
.sales_script {
    float: left;
    width: 98%;
    padding: 2%;
}
.sale_title
{
	float:left;
	font-size:24px;
	color:#22b9ce;
	text-align:left;
    font-family:OpenSans-Semibold;
}
.script_line
{
	float:left;
	width:100%;
    font-family:OpenSans-Semibold;
	font-size:14px;
	color:#535353;
    line-height: 22px;
}

.lead_title02
{
	font-size:20px;
	color:#fff;
	float:left;
    margin-left: 25px;
    font-family:OpenSans-Bold;
	margin-bottom: 15px;
	text-transform:uppercase;
}
.info_new
{
	float:left;
	width: 100%;
    margin-bottom: 15px;
}
.info_new:hover {
  background-color: #418495;
}
/*************************Popup**********************/
.popup_lead
{
	width:700px;
	margin:auto;
	margin-top:10%;
}
.pop_head
{
	float:left;
    width: 96%;
    background: #ce2336;
    padding: 2%;
    border-radius: 7px;
}
.pop_pic
{
	float:left;
}
.campaingn
{
	float:left;
	color:#f8f8f8;
	font-size:18px;
    font-family:OpenSans-Bold;
    margin-left: 10px;
    margin-top: 12px;
    width: 60%;
}
span.cam_800 {
    margin-left: 30px;
}
input.pop_bt {
    float: right;
    width: 120px;
    border: none;
    font-size: 16px;
    color: #ce2336;
    text-transform: uppercase;
    background-color: #fff;
    height: 46px;
    border-radius: 25px;
    font-family:OpenSans-Bold;
	margin-right: 5px;
    margin-top: 15px;
}
.select_cam1
{
	float:left;
    width: 100%;
	background:#fff;
	height:auto;
	border-radius: 7px;
	margin-top:30px;
	margin-bottom:10%;
}
.title_search1
{
	width:96%;
	padding:2%;
	background:url(images/title_01.png);
	background-repeat: repeat-x;
	float:left;
	border-radius: 7px;
}
.select_title
{
	float:left;
    margin-top: 4px;
}
.select_pic01
{
	float:left;
}
.title_p_select
{
	float:left;
	font-size:22px;
	color:#ce2336;
    font-family:OpenSans-Regular;
    margin-left: 10px;
}
.search_close
{
	float:right;
}
.close
{
	float:left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
}
input.search_pop {
    border: none;
    padding: 11px 16px;
    line-height: 16px;
    width: 244px;
	background:#dadada url(images/search_pop.png) no-repeat;
    background-position: right;
    float: left;
}
input.search_pop::-webkit-input-placeholder {
	 color:#7a7a7a;
	 font-size:14px;
     font-family:OpenSans-Semibold;
}
.campaingn_01
{
	float:left;
	width:96%;
	padding:2%;
}
.cam_title
{
	font-size:18px;
	color:#333333;
	float:left;
    font-family:OpenSans-Semibold;
    margin-top: 7px;
    margin-left: 2px;
}
input.pop_select
{
	color:#f8f8f8;
    font-family:OpenSans-Bold;
    font-size: 15px;
    text-transform: uppercase;
    width: 120px;
    height: 46px;
    background-color: #ce2336;
    border: none;
    border-radius: 25px;
	float:right;
    margin-right: 6%;
}
.campaingn_02
{
	float:left;
	width:96%;
	padding:2%;
	background:#f7f7f7;
}
.bar_ling {
    float: left;
    margin-left: -33px;
    margin-top: 127px;
}
/****************************Responsive*******************************/
@media only screen and  (max-width: 1360px){
	.create_account {
	    width: 95%;
	}
	.name_current1,.name_current2,.name_current3,.name_current4,.name_current5,.name_current6 {
		float: none;
		margin: auto;
	    margin-bottom: 10px;
		width: 100px;
	}

	.name1_current1,.name2_current2,.name3_current3,.name4_current4,.name5_current5,.name6_current6 {
		width: 100%;
		text-align: center;
	    margin-bottom: 10px;
	}
	.current_bt1 {
		margin: auto;
		width: 152px;
	}
	.lead_details1
	{
		width: 63.7%;
	}
	.lead_details1 {
		float: none;
		width: 52%;
		margin: auto;
	}
	.right_board
	{
		width:250px;
	}
	.create_account3 {
	    width: 100%;
		margin-left:0px;
	}
	.create_account.scritp_1 {
		width: 96%;
		padding: 2%;
		margin-left: 0px;
		padding-top: 0px;
	}

}
@media only screen and  (max-width: 1320px){
	.dash_test2_bg
	{
		width: 48%;
		margin-left: 3%;
	}
	.text_dash01
	{
		width:80%;
	}
	.dash_test1_bg
	{
		width:41%;
 	    margin-left: 5%;
	}
	.text_dash
	{
		width:80%;
	}
	.dot_image img
	{
		width:100%;
		height:auto;
	}
	.dash_board
	{
		width:242px;
	}
	.dash_details
	{
		width:78%;
	}
	.logo_bg {
	  width: 323px;
	}
}
@media only screen and  (max-width: 1117px){
	.dash_details {
	  width: 72%;
	}
	.dash_test1_bg,.dash_test2_bg
	{
		min-height:520px
	}
	.major,.major01 {
	  font-size: 20px;
	}
	.info_1 {
		width: 100%;
		text-align: center;
	}
	.lead_title2
	{
		width: 100%;
		text-align: center;
		margin-top: 10px;

	}
	.lead_title3{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.lead_label2,.lead_label1 {
	   width: 100%;
	   padding-left:0%;
	}
	.lead_details1 {
		float: none;
		width: 44%;
	}
	.respo_sub {
		width: 222px;
		margin: auto;
	}
	input.add_info
	{
		margin-right:0px;
	}
}
@media only screen and  (max-width: 1020px){
	.logo_bg {
	  width: 323px;
	  float: none;
	  margin: auto;
	}
	.right_part {
	  float: none;
	  margin-right: 0px;
	  width: 586px;
	  margin: auto;
	}
	.search_bg
	{
		margin-bottom:20px;
	}

}
@media only screen and  (max-width: 950px)
{
	.right_board
	{
		position:relative;
	}
	.dash_board.lead_board01 {
		width: 505px;
		margin: auto;
		float: none;
	}

	.dash_borad_1.lead_board02 {
	    width: 100%;
		float: left;
		background: #ce2336;
	}

	.lead_new01 {
		width: 195px;
		margin-left: 0px;
		float: none;
		margin: auto;
	}
	.lead_title01,.lead_title02 {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footer_logo.lead_footer {
		background-color: #7c202b;
		width: 100%;
		float: left;
	}
	.footer_logo05.lead_f1 {
		width: 250px;
		margin: auto;
	}
	.lead_details1 {
		float: none;
		width: 505px;
	}
	.right_board {
		width: 100%;
		background: transparent;
	}
	.right_borad_1 {
		width: 505px;
		background: #22b9ce;
		margin: auto;
		display: block;
		float: none;
	}
	.create_account.scritp_1
	{
		margin-bottom:20px;
	}
	.right_borad_1
	{
		min-height:500px;
	}
}
@media only screen and  (max-width: 905px){
	.creat_current {
		width: 295px;
		margin: auto;
		float: none;
	}
	.search_current {
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	input.search_cu1 {
		width: 244px;
		margin: auto;
		float: none;
		display: block;
	}
}
@media only screen and  (max-width: 888px){
	.dash_test1_bg,.dash_test2_bg{
	  width: 100%;
	  margin-left: 0px;
	  min-height: 226px !important;
	  padding-bottom: 50px;
	}
	.dash_details {
	  width: 64%;
	  margin-left: 25px;
	}
	.dash_test2_bg {
	  margin-top: 25px;
	}
	input.name_f1 {
   	 width: 60%;
	}
	select.permissions {
    width: 61.2%
	}
	input.new_acco {
		width: 254px;
		margin: auto;
		float: none;
		display: block;
	}
	input.new_acco1 {
		width: 118px;
		margin: auto;
		float: none;
		display: block;
		margin-top: 15px;
	}
}
@media only screen and  (max-width: 813px){
	.dash_details {
	  width: 55%;
	}
	.label1 {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	input.name_f1 {
		width: 85%;
		padding-left: 6%;
	}
	select.permissions {
		width: 91.2%;
	}
	.create_account {
		width: 100%
	}
}
@media only screen and  (max-width: 725px){
	.popup_lead {
	    width: 96%;
	}
	span.cam_800 {
		margin-left: 0px;
	}

}
@media only screen and  (max-width: 710px){
	.create_account {
		width: 95%;
	}
}
@media only screen and  (max-width: 610px)
{
	.campaingn {
		width: 100%;
		text-align: center;
	    margin-left: 0px;
	    margin-bottom: 20px;
	}
	.pop_pic {
		float: none;
		width: 82px;
		margin: auto;
	}
	input.pop_bt {
		float: none;
		margin: auto;
		display: block;
	    margin-bottom: 10px;
	}

	.search_close {
		float: left;
		width: 100%;
	}
	input.search_pop {
    	margin: auto;
		float: none;
		display: block;
	}
	.close {
		position: absolute;
		right: 22px;
		margin-top: -57px;
	}
	.title_search1
	{
	    background: #f7f7f7;
	}
	.search_close {
		float: left;
		width: 100%;
		margin-top: 14px;
		margin-bottom: 10px;
	}
	.bar_ling {
		display:none;
	}
	.close {
	    margin-top: -74px;
	}
}
@media only screen and  (max-width: 525px){
	.dash_board.lead_board01,.right_borad_1 {
		width: 100%;
		float: left;
	}
	.lead_details1
	{
		width:96%;
	}
	.sale_title {
		width: 100%;
		text-align: center;
	}
}
@media only screen and  (max-width: 645px){
	.dash_board {
	  width: 100%;
	}
	.dash_borad_1 {
	  float: none;
	  width: 100%;
	  padding-top: 20px;
	  margin: auto;
	}
	.footer_logo {
	  width: 100%;
	  background-color: #7c202b;
	}
	.footer_logo05 {
	  width: 250px;
	  margin: auto;
	}
	.dash_details {
	  width: 92%;
	  margin-left: 0px;
	  margin: auto;
	  float: none;
	}
	.major, .major01 {
	  font-size: 24px;
	  margin-left: 4px;
	}
	.right_part {
	  float: none;
	  margin-right: 0px;
	  width: 192px;
	  margin: auto;
	}
	.name_icon_bg {
	  margin-left: 56px;
	  margin-top: 0px;
	}
	.support_bg
	{
	  margin-left: 48px;
	  margin-bottom: 20px;
	}
	.header {
	  float: left;
	  width: 100%;
	}
	.create_account {
		width: 100%;
		margin-left: 0px;
	}
	input.name_f1 {
		width: 87%;
		padding-left: 6%;
		margin: auto;
		display: block;
	}
	select.permissions {
		width: 93.2%;
		display: block;
		margin: auto;
	}
	.acco_new01 {
		width: 171px;
		margin-right: 0px;
		margin: auto;
		float: none;
	}
	.form_accoutn
	{
		margin-top:5px;
	}
	.create_account1 {
	    width: 100%;
		margin-left:0px;
	}
}
@media only screen and  (max-width: 400px){
	.logo_bg {
	  width: 214px;
	}
	.logo img,.logo_bg img
	{
		width:100% ;
		height:auto;
	}
	.logo
	{
		float:left;
		height:auto;
	}
	.right_part {
	  width: 248px;
	}
	.title_acc {
		font-size: 17px;
		margin-top: 10px;
	}
	.creat_current {
	    width: 240px;
	}
	.cam_title {
		width: 100%;
		text-align: center;
	    margin-bottom: 10px;
	}
	input.pop_select {
		float: none;
		margin: auto;
		display: block;
	}
	.campaingn_01,.campaingn_02
	{
		padding-bottom:20px;
	}

}



.whats_text a {
    color: #fff;
}
.accou_title a {
    color: #fff;
}