
@font-face {
   font-family: "burlin";
   src: url("https://yoursite.com/css/fonts/CustomFont.eot");
   src: url("Berlinsans/Roman/.eot");
   src: url("Berlinsans/Roman/woff");
   src: url("Berlinsans/Roman/woff") format("woff"),
   url("Berlinsans/Roman/.eot") format("opentype"),
   url("https://yoursite.com/css/fonts/CustomFont.svg#filename") format("svg");
   }
div#container
{
   width: 900px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
.stylebody
{
   overflow-y: hidden; /* Hide vertical scrollbar */
   overflow-x: hidden; /* Hide horizontal scrollbar */
   text-align: center;
   margin: 0;
   background-color: #1B4974;
   color: #000000;
   scrollbar-face-color: #E0DFE3;
   scrollbar-arrow-color: #000000;
   scrollbar-3dlight-color: #E0DFE3;
   scrollbar-darkshadow-color: #716F64;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #9D9DA1;
   scrollbar-track-color: #D4D0C8;
}
a:hover
{
   color: #130000;
}
a.style1:link
{
   color: #0000FF;
}
a.style1:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style1:hover
{
   color: #666666;
   text-decoration: underline;
}

.input-box label {
   font-size: 18px;
   font-weight: 300;
   font-family: ui-serif;
   margin-right: 10px;
   /* margin-top: 2px; */
}
.input-box {
   display: flex;
   width: 100%;
   justify-content: flex-start;
   align-items: center;
}
.search-button {
   width: 100%;
   display: flex;
   justify-content: flex-end;
   margin-top: 5px;
   margin-right: 0px;
}
.sk_serach_from {
   display: flex;
   width: 100%;
  
}
.form-div {
   display: flex;
   align-items: center;
   width: 92%;
   flex-direction: column;
}
.form-first-div {
   display: flex;
   justify-content: center;
   width: 100%;
}

select {
   width: 58%;
    height: 50px;
    padding: 0 8px 0 8px;
    background-color: #FFF;
    border: 1px solid #000;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 24px!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


input[type="text"] {
   width: 58%;
   height: 50px;
   
   padding: 0 8px 0 8px;
   background-color: #FFF;
   border: 1px solid #000;
   font-size: 18px;
   font-weight: 400;
   line-height: 24px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.submit-button-mobile {
   display: none;
}

.main-body{
   max-width: 77%;
   margin: auto;
   align-content: center;
   align-items: center; 
   overflow-x: hidden; 
   width: 90%; 
   background-color: #1b4974;
   padding: 0px ;
}
.main-banner{
   width: 100%;
   height: 150px;
}
.main-menu{
   background-image: url('bv02082.gif');
    background-position: center;
    padding: 3px 25px;
   }

.search-main-div{
   background-color: #e8e8e8;
}
.row{
   margin: 0!important;
}
.Records-text {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin: 15px 0px;
}
.Records-text b {
   font-size: 20px;
}
.Records-text div {
   width: 80%;
}
/* .search-div {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
} */
.cell label {
   font-weight: 500;
   font-size: 17px;
   font-family: ui-serif;
   color: black;
   margin-left: 10px;
}
.cell input {
   width: 20%;
   padding: 0 4px;
}
.search-label div b {
   background-color: #FFD700;
   margin-left: 8px;
   font-size: 16px;
   padding: 4px 15px;
   /* font-weight: 400; */
}
input#Image2 {
   width: 160px;
   position: relative;
   /* left: -40px; */
   margin-top: 2px;
}
.Guaranteed-text {
   margin: 0!important;
   padding: 40px 0px!important;
}
select {
   padding: 2px 10px;
}
@media (max-width:600px){
   .main-body{
      max-width: 100%;
      width: 100%; 
      /* background-color: #1b4974; */
      padding: 0px ;
   }
   .main-banner {
      height: 60px;
  }
  .Records-text div {
   width: 100%;
}
.cell {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
input#Image2 {
   width: 200px;
   left: 0px;
   margin-top: 15px;
   margin-bottom: 25px;
}
.cell input {
   width: 100%;
   padding: 0 4px;
}
select {
   width: 100%;
   padding: 3px 5px;
   border-radius:3px ;
}
.search-button {
   display: flex;
   align-items: center;
}

.cell label {
   margin-left: 0px;
   margin-top: 15px;

}
.search-label div b {
    margin-left: 0px; 
}
input[type="text"] {
   border-radius: 5px;
   padding: 3px 5px;
}

.Guaranteed-text {
   width: 58.33333333%!important;
   padding: 25px 0px!important;
}
.Guaranteed-image {
   width: 41.66666667%!important;
}

.paragraph-heading {
    font-size: 25px;
}
.col-xs-8 {
   width: 100%!important;
}
.col-xs-10 {
   width: 100%!important;
}
.col-xs-1 {
   display: none!important;
}
.col-xs-3 {
   width: 100%!important;
}
.submit-button-mobile {
   display: flex;
}
.submit-button {
   display: none;
}
.form-div {
   display: flex;
   align-items: center;
   width: 100%;
   flex-direction: column;
   padding: 0px 20px;
}
.sk_serach_from {
   display: flex;
   width: 100%;
   flex-direction: column;
}
.input-box {
   display: flex;
   width: 100%;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: column;
}
input[type="text"] {
   border-radius: 5px;
   padding: 3px 5px;
   width: 100%;
}
.input-box label {
   font-size: 18px;
   font-weight: 300;
   font-family: ui-serif;
   margin-right: 10px;
   margin-top: 15px;
}
.search-button {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0;
}
select {
   width: 100%;
   padding: 3px 5px;
   border-radius: 5px!important;
}






.Records-text b {
   font-size: 8.0px;
}




}