.date{
	text-align:right;
	padding:10px 80px 0px 10px;
}

@media (max-width: 767px){
	
.search-form {
    text-align:center;
}
}

.search-form{
	font-family:'Arial';
}

.footer{
	padding:15px;
	text-decoration:underline;
	font-weight:bold;
}
.state-dd{
	font-size:20px; 
	font-weight:normal; 
	border: 1px solid black; 
	outline: .1px; 
	width: 255px; 
	margin: 0px 5px 5px 5px; 
	
}
input[type=text], input[type=submit], textarea {
padding:0em;
}

@media (max-width: 767px){
.state-dd{
    margin: 0px 5px 0px 5px; 
}
}

@media (min-width: 1200px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 900px;
}
}

@media (min-width: 1200px) {
  .row {
    /* margin-left: 0px; */
    *zoom: 1;
  }
}

/* changes30May18 */
@media (max-width: 767px){
	.row, .thumbnails {
		/* margin-left: 0; */
	}
}

.menu-bg{
	text-align: right;
    /* background-image:url('images/VerifyRecords_Header_1000_01.jpg'); */
	background-image:url('../images/VerifyRecords_Header_1000_01.jpg');
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: center;
}

@media (max-width: 767px) {
	.menu-bg{
		 background-size: cover;
		 background-position:center;
		 
	}
}

.menu-border-up{
	border-width:0;width:100%;height:10px
}

.menu-border-down{
	border-width:0;width:100%;height:10px
}

.menu-br{
	opacity: 0.40;
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    filter: alpha(opacity=40);
	width:100%;
	margin-top:-20px;
	height:21px;
}

.form-heading-start{
	background-image: url('../images/bv01450.gif');
    text-align: center;
	color: #ffffff;
	/* chages01June18 */
    font-size: 19px;
    font-family: 'Arial';
}

.form-sub-heading{
	text-align:center;
	font-weight:bold;
	color:#16386B;
	font-family:'Arial';
	font-size:19px;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

b{
	font-weight:bold;
}

.legal-logo{
	width:129px;
	height:129px;
}

.banner-container{
	width:100%;
	height:200px
}

@media (min-width: 1200px) {
  .legal-logo{
	width:129px;
	height:129px;
	bottom:0px;
	left:0%;
	position:absolute;
	
}
}

/* changes26May */
.bv_Shape4{
	width: 40%;
	margin-left: 20px;
}
@media (max-width: 767px){
	.bv_Shape4{
		margin: 0px;
		width: 100%;
	}
	.banner-container{
		width:100%;
		height:80px
	}

	.date{
		padding: 5px 10px 5px 5px;
	}
}

#btnSearchNow{
	margin-top: 20px;
}
/* changes30May18 */
/* Decrising the space between the line in mobile view */
@media (max-width: 767px){
	#bv_Text16{
		line-height: 1.1;
		font-weight: normal;
		font-size: 18px;
	}
	#bv_Text23{
		line-height: 1.1;
		font-weight: normal;
		font-size: 18px;
	}
	/* changes30May18 */
	#btnSearchNow{
		/* changes01June18 */
		width: 80%;
		margin:9px 10px 0px 10px;
	}
	
}

/* following is for Begin Your Search Free reordering in mobile view */
#bv_Shape13{
	display: flex;
	flex-flow:column nowrap;
}

#bv_Shape6{
	order:1;
}
#bv_Text23{
	order: 2;
}
#bv_Shape4{
	order: 3;
}
#Html1{
	order:4;
}
@media (max-width: 767px){
	#bv_Shape13{
		display: flex;
		flex-flow:column nowrap;
	}
	#bv_Shape6{
		/* changes01June18 */
		order:1;
		padding: 5px;
	}
	#bv_Text23{
		order: 3;
		padding: 5px;
	}
	#bv_Shape4{
		/* changes01June18 */
		order: 2;
	}
	#Html1{
		order:4;
	}
}

/* Following is for search now button reordering in mobile view */
#formFooter{
	display: flex;
	flex-flow:row nowrap;
}
#privacyLogo{
	order: 1;
}
#searchButton{
	order: 2;
}

@media (max-width: 767px){
	#formFooter{
		display: flex;
		flex-flow:column nowrap;
	}
	#privacyLogo{
		order: 2;
	}
	#searchButton{
		order: 1;
	}
}


/* changes01June18 */
/* This is for compressing text */
@media (max-width: 767px){
	#bv_Text16{
		font-size: 14px;
	}
	#bv_Text23{
		font-size: 14px;
	}
	.form-input-text{
		font-size: 14px;
		
	}
	.form-input{
		margin-bottom: 0px;
	}
	
}

/* changes01June18 */
.fload{
	margin: 20px;
}
@media (max-width: 767px){
	.fload{
		margin: 0px;
	}
}