html, body {
    margin: 0;
    overflow-x: hidden;
}


 body {
   /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
      font-family: 'Source Sans Pro', sans-serif;
   font-size: 1rem;
       -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font:inherit;
 }

p {
line-height:1.75em;
margin:0 0 18px 0;
color:#333;
}
legend {
        color: #0865b0;
    font-size: 1.25em;
    font-weight:bold;
}
.logoHeader {
    height: 150px;
    vertical-align: middle;
    text-align: center;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.navbar {

  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  letter-spacing:1px;
  font-weight: bold;
  /*font-family: Verdana, serif;*/
        /*font-family: 'Source Sans Pro', sans-serif;*/
}

.navbar, .nav-link {
    font-family: Verdana, serif !important;
}
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute; 
}

.navbar-collapse.in {
  overflow-y: visible !important; /* Avoid !important, used it here only for priority */
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu{
  /*background-color: #0c1d87;*/
  background-color: #002960 !important;
}

.dropdown-menu a{
  color: white !important;
  font-weight: bold;  
}

.dropdown-menu a:hover{
  background-color: rgb(6, 143, 228);
  color: white;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}


.navbar-custom {
  background-color: #0c1d87;
  max-width: 100%;
}
  
  /* links colour*/
  .navbar-custom .navbar-nav .nav-link {
      color:white;
  }

  /* links hover on color*/
  .navbar-custom .nav-item.active .nav-link,
  .navbar-custom .nav-item:hover .nav-link {
      color: white;
  }
  
  
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown-menu hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid;
  color: white;
}


.wrapper{             /* this will be used with .bg-grey above interchangeably*/

  background-color: #f6f6f6;
  background-image: linear-gradient(rgb(226, 226, 240), white);

}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 65%;
  left:-10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 
}

  /* Style the icon bar links */
  .icon-bar a {
      display: block;
      text-align: center;
     
       padding: 10px;
       padding-right: 15px;
       padding-left:15px ;
      transition: all 0.3s ease;
      color: white;
      font-size: 20px;
  }

      /* Style the social media icons with color, if you want */
.icon-bar a:hover {
      /*background-color: #000;*/
      background-color:  #002960;
}
.fa-eBill:before{}.fa-eBill-f:before{content:"\f39e"}.fa-eBill-messenger:before{content:"\f39f"}.fa-eBill-square:before{content:"\f082"} 
.eBill {
  background: #3B5998;
  color: white;
}
.facebook {
  background: #3B5998;
  color: white;
  
}

.twitter {
    background: #000;
    color: white;
}

.instagram {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.name {
   font-weight: bolder\12;
    padding-bottom: 7px\8;
    font-size: 25pt\14;
}
.name {
  font-size: small;
  /*font-family: Verdana, serif;*/
        font-family: 'Source Sans Pro', sans-serif;
  font-variant: small-caps;
  color: #0c1d87;
  margin-top:20%;
}

.subname {
  /*font-family: Verdana, serif;*/
        font-family: 'Source Sans Pro', sans-serif;
  font-size:x-small;
  /*text-shadow: 2px 1px 1px #999;*/
  line-height: normal;
  color: #0c1d87; 
}

#headerFL {
  width: 100%;
  height: 20%; 
  display: flex;
  justify-content: space-evenly;
}
#headerFL div {
  text-align: center;
   padding: 10px !important;
}

#headerImage{
width:10%;
margin-left:5%;
}

#headerLogo{
width:10%;
margin-right:5%;
}

#headerText {
width:80%;
}


.alert {
font-size:1.2em;

}

.Myfooter p{
    color:white;
}

a {
    word-wrap: break-word;
    word-break: break-word; /* Support for additional browsers */
}
/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 400px) {
    .name {
        font-size: larger;
        line-height: normal;
        font-weight: bold;
    }

    .subname {
        font-size: x-small;
        line-height: normal;
        font-weight: bold;
    }


    .Myfooter {
        background-color: #002960;
        color: white;
        margin-bottom: 0px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 20px;
    }

 
 
     #headerFL div{
    padding:10px !important;
    }
       #headerImage{

margin-left:0%;
} 
}


@media only screen and (min-width: 400px) {
    .name {
        font-size: 1.6em;
        line-height: normal;
        font-weight: bold;
    }

    .subname {
        font-size: 0.6em;
        line-height: normal;
        font-weight: bold;
    }

    .Myfooter {
        background-color: #002960;
        color: white;
        margin-bottom: 0px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 20px;
    }
   
    #headerFL div{
    padding:10px !important;
    }
}

@media only screen and (min-width: 500px) {
    .name {
        font-size: 1.8em;
        line-height: normal;
        font-weight: bold;
    }

    .subname {
        font-size: 0.6em;
        line-height: normal;
        font-weight: bold;
    }

    .Myfooter {
        background-color: #002960;
        color: white;
        margin-bottom: 0px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 20px;
    }
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {
  .name {
      font-size: 2em;
      line-height: normal;
     font-weight: bold;
   
  }
   
  .subname {
    font-size: 0.7em;
    line-height: normal;
   font-weight: bold;

  
  }
  
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .name {
      font-size: 2em;
  }

  .subname {
      font-size: 0.7em;
  }
}

 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .name {
      font-size: 2.2em;
  }

  .subname {
      font-size: 0.7em;
  }
    .nav-link{
           
                 font-size: 0.5em;
             padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
     .dropdown-item {
            font-size: 0.5em;
    }
}


@media only screen and (min-width: 850px) {
  .name {
      font-size: 2.4em;
  }

  .subname {
      font-size: 0.8em;
  }

     .nav-link{
           
                 font-size: 0.5em;
             padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
     .dropdown-item {
            font-size: 0.5em;
    }
}

@media only screen and (min-width: 900px) {
  .name {
      font-size: 2.6em;
  }

  .subname {
      font-size: 0.9em;
  }
           .nav-link{
           
                 font-size: 0.5em;
             padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
           .dropdown-item {
            font-size: 0.5em;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .name {
      font-size: 2.8em;
  }

  .subname {
      font-size: 1em;
  }
           .nav-link{
                  font-size: 0.7em;
             padding-left:0.1em !important;
            padding-right:0.1em !important;
        }
           .dropdown-item {
            font-size: 0.6em;
    }
}

 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
        .name {
            font-size: 3em;
        }

        .subname {
            font-size: 1.05em;
        }
             .nav-link{
           
            font-size: 0.7em;
             padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
             .dropdown-item {
            font-size: 0.65em;
    }
    .Myfooter {
        background-color: #002960;
        color: white;
        margin-bottom: 0px;
        padding-bottom: 20px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1250px) {

       .name {
            font-size: 3.2em;
        }

        .subname {
            font-size: 1.1em;
        }
                 .nav-link{
           
            font-size: 0.7em;
             padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
                 .dropdown-item {
            font-size: 0.7em;
    }
}

@media only screen and (min-width: 1300px) {

       .name {
            font-size: 3.4em;
        }

        .subname {
            font-size: 1.2em;
        }
                .nav-link{
           
            font-size: 0.7em;
             padding-left:0.4em !important;
            padding-right:0.4em !important;
        }
                 .dropdown-item {
            font-size: 0.7em;
    }
}

@media only screen and (min-width: 1350px) {

       .name {
            font-size: 3.6em;
        }

        .subname {
            font-size: 1.3em;
        }
            .nav-link{
           
            font-size: 0.75em;
             padding-left:0.4em !important;
            padding-right:0.4em !important;
        }
             .dropdown-item {
            font-size: 0.75em;
    }
}
@media only screen and (min-width: 1400px) {

       .name {
            font-size: 3.8em;
        }

        .subname {
            font-size: 1.9em;
        }
         .nav-link{
           
            font-size: 0.8em;
             padding-left:0.4em !important;
            padding-right:0.4em !important;
        }
          .dropdown-item {
            font-size: 0.8em;
    }
        
}
@media only screen and (min-width: 1450px) {

       .name {
            font-size: 4em;
        }

        .subname {
            font-size: 1.5em;
        }
}
@media only screen and (min-width: 1500px) {

       .name {
            font-size: 4.2em;
        }

        .subname {
            font-size: 1.5em;
        }
              .nav-link{
           
            font-size: 0.8em;
          
        }
               .dropdown-item {
            font-size: 0.7em;
    }
}
@media only screen and (min-width: 1550px) {

       .name {
            font-size: 4.4em;
        }

        .subname {
            font-size: 1.6em;
        }
                .nav-link{
           
            font-size: 0.9em;
          
        }
                 .dropdown-item {
            font-size: 0.9em;
    }
}
@media only screen and (min-width: 1600px) {

       .name {
            font-size: 4.6em;
        }

        .subname {
            font-size: 1.6em;
        }
}
@media only screen and (min-width: 1650px) {

       .name {
            font-size: 4.8em;
        }

        .subname {
            font-size: 1.6em;
        }
}
@media only screen and (min-width: 1700px) {

       .name {
            font-size: 5em;
        }

        .subname {
            font-size: 1.6em;
        }

}
@media only screen and (min-width: 1750px) {

       .name {
            font-size: 5.2em;
        }

        .subname {
            font-size:1.6em;
        }

        .nav-link{
           
            font-size: 1em;
             padding-left:0.5rem;
            padding-right:0.5rem;
        }
    .dropdown-item {
            font-size: 1em;
    }
}
.header_contact{
 
  font-weight: bold;
  font-size: 1.2em;

  
  
}



* {
/*font-family:  sans-serif,verdana;*/
      font-family: 'Source Sans Pro', sans-serif;
/* font-family: Verdana, serif; */
}
.dropdown-menu{
  height: 300px;
  overflow:auto;
}



.carousel-item > img {
    width: 100%;
    height: 100%;
}

.card{
  background-color: #002960;
}

.card:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-image: linear-gradient(  #002960,rgb(22, 5, 59));
  z-index: 15;
  border-color:yellow;
  border-style:solid;
  border-width:3px;
  border-radius: 0.45rem;
}

  @keyframes mymove {
    from {
      left: 5%;
    }
    to {
      left: 15%;
    }
  }
  
/*.navbar-light .navbar-nav .nav-link {
  color: white;
}


.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
 
}

.navbar-collapse.in {
  overflow-y: visible !important;}*/ /* Avoid !important, used it here only for priority */


@media screen and (min-width:601) and (max-width: 780px) {
    body {
        margin-left: 0px;
        margin-right: 0px;    
        font-size: .9em;
         
           
    }
    h3, .h3 {
    font-size: 1.5rem !important;
    }

}
@media screen and (min-width:399) and (max-width: 600px) {
    body {
        margin-left: 0px;
        margin-right: 0px;    
        font-size: .7em;
                    
    }
    h3, .h3 {
    font-size: 1rem !important;
}

}
@media screen and (max-width: 300px) {
    body {
        margin-left: 0px;
        margin-right: 0px;    
        font-size: .5em;
         
           
    }
        h3, .h3 {
    font-size: .8rem !important;
}
}
.container_fluid{
  padding-right:0;
  padding-left:0;
  margin-right:auto;
  margin-left:auto
}



.Myfooter >hr{
  border-top: 2px solid honeydew;
  }
.Foot_text {
  /*font-family: Verdana, serif;*/
        font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-size: 1.5rem;
}

ul li {
  list-style: none;
}


.all_list{
  color: goldenrod;
}

.gov_text{
  color: goldenrod;
}

.notes {
  color: rgb(197, 3, 29);
  font-size: 1.5em;
}

.map-text {
  font-size: 1.25em;
  color: #bb0000;
}


.search_b {
  padding-left: 25px;
}



/* Commercial page */




.title-wrapper {
  max-width: 70%;
  margin: auto;
  text-align: left;
  padding: auto;
  font-size: 1.2em;
  background-color: white;

}

.jumbotron{
  background-color: white;
  padding-bottom: 0px;
  padding-top: 1px;
}




.mail-to {
  background-color: lightblue;
}

.footer {
    background-color: white;
   
    width: 70%;
    margin: auto;
    text-align: left;
    font-size: 1.2em;
  


}

.title-service {

    text-align: left;
    margin: auto;

}






hr{

}


.contact-dealers{
  font-weight: bold;
}

.l-title{
  font-weight: bold;
}
.dealers{
 
}



@media only screen and (min-width: 850px) {
    .p-3 {
    
    padding: 0.2rem !important;
    }
    .title-wrapper {
        max-width: 90%;
    }
}


@media only screen and (max-width: 600px) {
     .p-3 {
    
    padding: 0.1rem !important;
    }
    .title-wrapper {
        max-width: 100%;
    }

}

@media only screen and (max-width: 580px) {
    .title-wrapper {
        max-width: 100%;
        margin:auto;
        padding:auto;
    }

}








/* new resident page*/


.main-header ul li {

  list-style: none;

}

.texas-law {
  max-width: 80%;
  text-align: left;
  margin: auto;
  padding: auto;
  font-family: "Roboto", "Helvetica", sans-serif;

}

.proper {
  max-width: 70%;
  margin: auto;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 1.25em;
}

.newresident-wrap {
  max-width: 70%;
  margin: auto;
  padding: auto;
  margin: auto;
  text-align: left;
  background-color: white;
  font-size: 1.2em;

 



}
.jumbotron {
  background-color: white;
}

.mail-in {
  max-width: 50%;
  text-align: left;
  margin: auto;
}



.proof-insurance ul li {
  list-style: none;

}




.my-document ul li {
  list-style: none;
}

.homestead ul li {
  list-style: none;
}

.footer ul li {

  list-style: none;
}



@media (max-width: 500px) {
    .icon-bar {
       position: fixed;
      margin-bottom: 0px !important;
      text-align: center;
      background-color: #002960;
   
      padding: 10px 2px 8px 1px !important;
      top:93% !important;  
      left:1px;
        -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
 
  transform: translateX(40%);
    z-index:1;
    }

        .icon-bar a {
            display: inline;
        }
}

@media (max-width:300px){
    .icon-bar{
        padding-bottom:30px !important;
    }
}