@charset "utf-8";
/* Custom CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
ol, ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a, a:hover{
	text-decoration: none;
}
p{
	font-family: 'Montserrat', sans-serif;
	color: #3b3b3b;
	font-size: 14px;
}
/* body{
	font-family: 'Montserrat', sans-serif;
	color: #3b3b3b;
	font-size: 14px;
	background: #fff;
	display:flex; 
  	flex-direction:column; 
} */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.header-outer{
	padding: 30px 0;
	background: #fff;
	width: 100%;
	border-bottom: 4px solid #058ae5;
	box-shadow: 0px -5px 15px #dfdfdf inset;
}
.logo{
	text-align: left;
}
.logo a{
	display: inline-block;
}
.main-content-outer{
	width: 100%;
	background: #fff;
}
.main-content-inner{
	padding: 65px 0;
	overflow: hidden;
}
.main-content-left{
	width: 47%;
	float: left;
	border-right: 1px solid #666666;
}
.new-crm-img{
	margin-right: 50px;
}
.new-crm-img img{
	width: 100%;
}
.main-content-right{
	width: 52%;
	float: left;
}
.new-crm-cont{
	margin-left: 40px;
	text-align: left;
	padding: 30px 0 0 0;
}
.new-crm-cont h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #666666;
	margin-bottom: 15px;
	font-size: 38px;
}
.new-crm-cont h5{
	font-size: 20px;
	color: #515151;
	margin-bottom: 45px;
	font-weight: 400;
}
.btn-area{
	overflow: hidden;
}
.btn-area a{
	padding: 15px 25px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.btn-area a.new{
	float: left;
	background: #fe5722;
}
.btn-area a.old{
	float: right;
	background: #515151;
}
.available{
	text-align: right;
	margin-top: 10px;
	padding-right:20px;
}
.available p{
	font-size: 15px;
	color: #515151;
}
/* .login_copyright{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	bottom: 25px;
} */
/* .footer-outer{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer-inner{
	padding: 20px 0;
	text-align: center;
}
.footer-inner p{
	font-size: 12px;
	color: #878787;
} */