body{
	background-repeat: no-repeat;
	background-size: 100%;
	font-family: "Lato", sans-serif;  font-weight: 400;  font-style: normal;
} 
.clienthome_section.DASHBOARD-SECTION{
	background-color: #fff;
	font-weight:400 ;
}
.DASHLANDING-OUTER{
	padding: 60px 35px 45px 35px;
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0px 3px 12px rgba(122, 142, 157, .21);
}
.DASHLANDING-HEADING{
	margin-bottom: 40px;
}
.DASHLANDING-HEADING h3{
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	
	margin: 0px;
	font-weight: 600;
}
.DASHLANDING-HEADING h5{
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 35px;
}
.DASHLANDING-HEADING p{
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
.FIND-LEADER{
	padding: 60px 0;
	border-top: 4px solid #f0f0f0;
	border-bottom: 4px solid #f0f0f0;
	margin-bottom: 40px;
}
.FIND-LEADER ul{
	list-style-type: none;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	align-items: baseline;
}
.FIND-LEADER ul li{
	width: 50%;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
.FIND-LEADER ul li a,
.FIND-LEADER ul li a:hover{
	width: 100%;
	background: #006ee0;
	color: #fff;
	font-size: 16px;
	padding: 12px 0;
	border-radius: 50px;
}
.DASHLANDING-DETAILS{}
.DASHLANDING-DETAILS h5{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 35px;
	color: #333333;
	
}

.DASHLANDING-DETAILS{}
.AGNTDASH-CONTAINER .CLNTDETAIL-WRAP{
	padding: 17px 0px 20px 0px
}
.CLNTDETAIL-WRAP.TRans-BG:last-child{
  border-bottom: 0px solid #E9ECF4;
}
.CLNTDETAIL-SIDEBAR.DASHBAORDSIDEBAR{
	padding-top: 0px;
}
.CLNTDETAIL-SIDEBAR.DASHBAORDSIDEBAR .sidebargroup.SDRBARGRP{
	float: none;
}

/**/
.main-selling-box {
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  padding: 100px 0 0 0;
  position: relative;
  font-weight:400 ;
  /*float: left;*/
}
 .main-selling-box h1.contactform-heading {
    font-size: 24px;
    
    color: #333;
    margin: 15px 0 0px 0;
    font-weight: 600;
}
 .main-selling-box .selling-form {
    max-width: 525px;
    padding:0 15px;
    margin: 0 auto;
    clear: both;
}
.main-selling-box .selling-form .do-you-have-panel {
    float: left;
    padding: 0;
    width: 100%;
    text-align: left;
}
.main-selling-box .selling-form .do-you-have-panel {
    text-align: left;
}
.Heading p {
    font-size: 18px;
    color: #333;
    padding: 27px 0 10px;
    
    margin: 0;
    font-weight: 600;
}
ul.cradit-score-label {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.cradit-score-label li {
    display: block;
    padding: 0;
}
ul.cradit-score-label li input[type="radio"] {
    display: none;
}
ul.cradit-score-label li label.label-cradit {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
    margin-bottom: 10px !important;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);

}
.main-selling-box .selling-form label {
    display: inline-block;
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
ul.cradit-score-label li label.label-cradit i.left-color-border {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 52px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.cradit-score-label li label.label-cradit .drk-green-color {
    background: #009342;
}
ul.cradit-score-label li label.label-cradit h6 {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 0;
    color: #333;
    
    font-weight: 600;
}
ul.cradit-score-label li label.label-cradit .lg-green-color {
    background: #7bbd38;
}
ul.cradit-score-label li label.label-cradit .yellow-color {
    background: #ffcd00;
}
ul.cradit-score-label li label.label-cradit .red-color {
    background: #c21f2a;
}
ul.cradit-score-label li label.label-cradit .gray-color {
    background: #707070;
}
.common-selection-field{
	clear: both;
}
.radios-section [type="radio"]:checked,
.radios-section [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radios-section [type="radio"]:checked + label,
.radios-section [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333;
  font-weight: 400 !important;
}
.radios-section [type="radio"]:checked + label:before,
.radios-section [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
}
.radios-section [type="radio"]:checked + label:after,
.radios-section [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radios-section [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radios-section [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.common-selection-field {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    text-align: left;
    font-weight:400 ;
}
.common-selection-field h4 {
    font-size: 18px;
    color: #333;
    padding: 8px 15px;
    
    margin: 0;
    font-weight:700;
}
.common-selection-field .radios-section {
    padding: 15px 2px;
}
.common-selection-field .sumibt-btn-wrap {
    margin: 20px 0 0;
    text-align: center;
}
button.sumbit-btn {
    background: #006ee0;
    border: 0;
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
    text-align: center;
    outline: none;
    
    width: 304px;
    border-radius: 50px;
    font-weight: 600;
}
.common-selection-field .sumibt-btn-wrap button.sumbit-btn {
    margin: 0 auto;
}
.getConnect{
	padding-bottom: 50px;
}
ul.cradit-score-label li label.label-cradit:hover {
    background: #effaff;
    box-shadow: 0 3px 6px rgba(110,178,209,.21);
}
ul.cradit-score-label li [type="radio"]:checked + label {
    color: #333;
    background-color: #effaff;
}
/**/

@media only screen and (max-width: 767px) {
	.DASHLANDING-OUTER{
		padding: 40px 15px 45px 15px;
	}
	.AGNTDASH-CONTAINER .CLNTDETAIL-WRAP{
		border: 0px solid #E9ECF4;
		border-radius: 0px;
	}
	.FIND-LEADER ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.FIND-LEADER{
		padding: 30px 0;
	}
	.main-selling-box{
		padding: 40px 0 0 0;	
	}
}

