.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
	margin-top: 10px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

.reset-button, .attachment-input {
	float: left;
}

.clear {
	clear: both;
}

.locate-valid {
	color: #3C763D;
	border: 1px solid #3C763D;
}

.locate-invalid {
	color: #FF0000;
	border: 1px solid #FF0000;
}

#cnt1 {            
	background-color:rgba(125, 122, 122, 0.88);
	width:90%;
	margin-bottom:70px;
}

.feature {
	padding: 20px 0;
	text-align: center;
}

.feature > div > div {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.2s;
}

.feature > div:hover > div {
	margin-top: -10px;
	border: 1px solid rgb(128, 128, 128);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
	background: rgba(232, 215, 215, 0.10);
	transition: 0.3s;
}

.header {
	color: #36A0FF;
	font-size: 27px;
	padding: 10px;
}

.bigicon {
	font-size: 35px;
	color: #36A0FF;
}
.flexnetwork {
    background-color: white;
    color: #2c2255;
    padding: 1em;
}
.flexnetwork img {
    margin-bottom: 4em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:220px;
    height:29px;
}
.flexnetwork > p, .flexnetwork > h3 {
    padding-left: 100px;
    padding-right: 100px;
}
.flexvisit{
text-align:center;
    
}

