body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/*-----------------------Header--------------------*/

.dropdown-toggle::after {
  content: none;
}

.dropdown-menu {
  margin-left: -68px;
  margin-top: 0px !important;

  background-color: rgb(49, 86, 134, 0.9);
  border-left: none;
  border-right: none;
  border-top: 20px solid transparent;

  border-bottom: 3px solid #fdfefe;
  border-radius: 0px;
}

.top-border {
  border-top: 3px solid #fdfefe;
  margin-top: -8.5px !important;
}

/*----------------------End of Header--------------*/

footer {
  background-color: lightgray;
  border-top: 2px solid gray;
}

footer h2,
footer h3,
footer h4 {
  font-family: "Roboto", sans-serif;
  color: #666666;
  font-weight: bold;
}

footer h2 {
  font-size: 20px;
  color: #595959 !important;
  text-shadow: 0.9px 0.9px #000099;
}

footer h4 {
  font-size: 17px;
}

footer .address {
  font-size: 16px !important;
}

footer .side {
  padding-bottom: 15px;
}

footer .field {
  color: #cc0000;
}

footer .firstrow {
  border-bottom: 2px solid whitesmoke;
  margin-left: -5px;
}

footer .iframe {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

footer .store-hours {
  color: #666666;
  text-shadow: 0.9px 0.9px #f1f1f1;
}

footer .trade-mark-last h4 {
  text-shadow: 0.9px 0.9px #000099;
}

footer .third-col .more-link,
footer .first-col .more-link {
  border: 2px solid #24466a;
  border-radius: 0px;
  color: #595959;
  text-shadow: 0.8px 0.8px #000099 !important;
  font-weight: bold;
  background-color: #ebebeb;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-shadow: none;
}

footer .more-link:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px lightyellow;
  color: #595959 !important;
  border-color: #f1f1f1 !important;
}

footer .third-col .blog-link {
  text-decoration: none;
  color: #666666;
}
footer .third-col .blog-link:hover,
footer .third-col .blog-link:hover i {
  text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
    -0.5px 0.5px 0 lightyellow, 0.5px 0.5px 0 lightyellow !important;
}

footer .third-col h4 i,
footer .first-col h4 i {
  color: whitesmoke;
  text-shadow: 0.9px 0.9px #000099;
}

footer .second-col h4,
footer .third-col h4 {
  text-shadow: 1px 1px #f1f1f1;
}

footer .first-col a {
  color: #000099;
  font-weight: bold;
  text-shadow: 0.9px 0.9px #000099;
}

footer .first-col .store-hours,
footer .store-hours-heading {
  color: #666666;
}

footer .first-col {
  text-shadow: 1px 1px #f1f1f1;
}

footer .first-col .side a {
  color: #666666;
  text-shadow: 1px 1px #f1f1f1;
}

footer .first-col .highlight {
  text-shadow: 0.5px 0.5px darkred;
}

.iframe {
  width: 100%;
  height: 300px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: rgb(10, 10, 10, 0.5);
  color: white;
  cursor: pointer;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.first-col .phone a,
.first-col .phone i {
  color: green !important;
}

.first-col .phone:hover a,
.first-col .phone:hover i {
  text-shadow: -0.75px -0.75px 0 lightyellow, 0.75px -0.75px 0 lightyellow,
    -0.75px 0.75px 0 lightyellow, 0.75px 0.75px 0 lightyellow;

  text-decoration: none;
}

.first-col .credit-card img {
  width: 100% !important;
  border: 0.5px solid black;
  box-shadow: 0.1px 0.1px 4px 0.1px black;
}

.first-col .credit-card img:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
}

.first-col .credit-card .col-2 {
  margin-right: 5px;
}

@media (max-width: 992px) {
  footer .third-col {
    text-align: center !important;
    margin-top: 20px;
    border-top: 1px solid whitesmoke;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  footer .firstrow .col-12 {
    text-align: center !important;
  }

  footer .first-col,
  footer .second-col {
    padding-bottom: 15px;
    border-bottom: 1px solid whitesmoke;
  }

  footer .second-col {
    padding-top: 15px !important;
  }

  footer .third-col {
    border-top: none;
    margin-top: 6px;
  }

  .first-col .credit-card {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .iframe-div {
    padding-left: 13px !important;
    padding-right: 9px !important;
  }

  footer .store-hours span:nth-child(1),
  footer .bonded span,
  footer .mb-3 span {
    display: none;
  }

  footer .store-hours span,
  footer .bonded h4,
  footer .mb-3 a {
    color: black !important;
    text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
      -1px 1px 0 lightyellow, 1px 1px 0 lightyellow !important;
  }
}
