.wrap {
	/*background-color: #234d79;
	height:240px;
	padding:20px;*/
	text-align:center;
	 overflow: hidden; 
}
.col-lg-12 {
/*width:900px;*/
}

body {
    /*font-family: Tahoma,Geneva, sans-serif,'Lucida Console', Monaco, monospace;*/
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
    color: #9b9b9b;
    font-size: 14px;
	margin:0;
}


.row {
	width:100%;
}

.serchbox {
	/*width: 700px;*/
    padding: 30px;
    /*background: #1d5db6;*/
    margin: 0 auto 0px;
	height: 45px;
}
.ng-pristine {
	margin-bottom: 10px;
    padding: 11px 10px 10px 10px;
    transition: all 0.2s;
	border-radius: 4px;
	float: left;
   margin-right: 10px;
}

.btn-submit {
    background: #129dda;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 194px;
    display: block;
    text-align: center;
    height: 39px;
    line-height: 32px;
    margin: 0 auto 0px;
    border-radius: 4px;
    border: 0;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	float: left;
	cursor: pointer;
}
.btn-submit:hover {
	background: #ff84318c;
	
}

h3 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
    line-height: 1.2;
    font-size: 20px;
	color: #053e8c;
	text-align: center;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
	margin:5px;
	float: left;
}

.list {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	width:300px;
	padding:18px 30px 12px 30px;
    background: #50a2da;
    margin: 0 auto 0px;
	height: 30px;
	border-bottom:2px solid #c2c2c2;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
    font-weight: 700;
    font-size: 16px;
	text-align:center;
}

.list:hover {
	 background: #fff;
	 color:#50a2da;
}
.list_wrap a, .list_wrap1 a{
text-decoration: none;
}
.loading_img {
	display:none;
	width:96px; float: left;top: -32px;position: relative;
}