body {
    font-family: 'Roboto', sans-serif;
}
.com-body{
	background: #fff url(../images/bg-title-01.jpg) repeat-x top left;
}
.cust-container{
	width: 45%;
}
.top-point{
	padding-top: 15px;
}
.arrg-text a span{
	color: #2ECF20;
    font-size: 13px;
    float: right;
}
.arrg-btn a{
	background: #2ECF20;
    padding: 7px 10px;
    color: #fff;
    font-size: 15px;
    border: none;
    font-weight: 600;
    font-family: sans-serif;
}
/*this is logo*/
.arrg-logo{
	padding-top: 50px;
}
/*this is heading*/
.arrg-heading h1{
	font-size: 37px;
    color: #000;
    padding: 15px 0;
    font-weight: 700;
}
/*this is text */
.text-row p{
	color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: sans-serif;
    text-align: left;
}
/*this is input*/
.arrg-input input{
	background: #e9e9e9;
    border-radius: 10px;
    padding: 12px 15px;
    color: #000;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 0;
    margin-bottom: 15px;
}
.arrg-btnn button{
	width: 100%;
	border: none;
	text-align: center;
    color: #fff !important;
    font-size: 15px;
    background: #2ECF20;
    border-radius: 7px;
    font-family: sans-serif;
    display: block;
    padding: 13px 0;
    font-weight: 600;
    margin: 0 0;
    max-width: 1140px;
   
    margin-bottom: 15px;
}
/*this is last text*/
.arrg-last-text{
	display: block;
    color: #007AFF;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.arrg-last-text a {
    color: #2ECF20;
}