li.dropdown:hover ul {
  display: block;
}

.five-col img {
  max-width: 100%;
}

.make-center {
  text-align: center;
}

.five-div {
  text-align: center;
  /*margin-right: 8.3%;*/
  max-width: 90%;
  margin-left: 7%;
}

@media (max-width: 767px) {
  .five-div {
    margin-left: 30%;
    margin-right: 30%;
  }
}

.footer-div {
  background: #f2f2f2;
  color: #999999;
}

.col-12.col-md-2 {
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  .col-12.col-md-2 {
    padding: 10px 20px;
  }
}

.five-col.col-md-2 {
  margin-bottom: 10px;
}

.table-custom td !important {
  border-top: black solid 1px;
}

.table-custom th {
  background: #999999;
  border-bottom: black solid 1px;
  padding: 5px;
}

.table-custom img {
  max-width: 30px;
}

.table-custom {
  text-align: center;
}

.table-custom th !important {
  border-top: black solid 1px;
}

.table-custom tr {
  border-top: black solid 1px;
}

.table-custom th, td {
  border: black solid 1px;
}

.table-col {
  margin: 20px;
}

.col-btn button {
  margin: 20px;
  padding: 10px 60px;
}

.col-table input {
  margin: 10px;
}

.table-row {
  margin-top: 40px;
  margin-bottom: 50px;
}

.button-row {
  margin-top: 20px;
}

.input-row {
}

.send-custom {
  background: #16278f;
  padding: 5px 30px;
  margin-top: 20px;
}

.pdf-div {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.custom-textarea textarea {
  width: 100%;
  height: 200px;
}

.custom-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

textarea {
}

.pdf-div input {
  width: 100%;
}

.pdf-div p {
  margin-bottom: 5px;
}

.row-margin-b {
  margin-bottom: 30px;
}

.custom-checkbox input {
  max-width: 20px;
  top: 2px;
}

.custom-box {
  text-align: center;
  border: solid 1px black;
  border-radius: 10px;
  height: 250px;
  padding: 6px;
  max-width: 48%;
  margin: 1%;
}

@media (min-width: 768px) {
  .custom-box {
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
    height: 300px;
    padding: 6px;
    max-width: 23%;
    margin: 1%;
  }
}

.custom-box img {
  max-width: 25%;
  margin-top: 40%;
}

.custom-box h4 {
  font-size: 25px;
  margin-top: 20px;
}

.boe-pdf {
  margin: 10%;
}

.custom-textarea p {
  font-size: 13px;
}

.center {
  /*text-align: center;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

.add-div {
  margin: 0 20px;
}

.image-max img {
  max-width: 80%;
}

.image-max {
  text-align: center;
}

.image-max2 {
  text-align: center;
}

.image-max2 img {
  max-width: 80px;
}

.para-size {
  font-size: 10px;
}

#driver-row {
  margin: 20px 40px;
  border: 1px solid black;
}

.driver-row {
  padding: 10px;
  border: 1px solid black;
  margin: 20px 40px;
}

.custom-nav li {
  margin: 0 10px;
}

.custom-block span {
  margin: 60px auto 10px auto;
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-block span {
    font-size: 12px;
  }
}

.custom-block {
  display: flex;
}

