@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    column-gap: 30px;
  }
}
.ukNumber {
  margin-top: 10px;
}
@media (max-width: 1080px) {
  .topHeader {
    display: none;
  }
  header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    left: 0;
    top: 80px;
    background: #111;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 9;
  }
  header .navbar {
    position: static;
  }
  header #navbarNav a {
    color: #fff;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #464646;
  }
  #OurExpertise .row img {
    margin-bottom: 15px;
    max-height: 205px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  #AboutUs p,
  .heroSlide h2 {
    margin-bottom: 0;
  }
  .heroSlide h2,
  .secPad h4 {
    font-weight: 900;
  }
  #ProductSec img,
  #accordionExample,
  .col-lg-6.order1 {
    margin-top: 15px;
  }
  .secPad li,
  .secPad p {
    font-size: 14px;
    margin-top: 10px;
  }
  #ContactUs .secPad h2.bigText,
  #FAQ .button,
  .callUsNow,
  .heroSlide h2 {
    font-size: 18px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navWrp img {
    max-height: 72px;
    width: 58px;
    height: 72px;
  }
  .heroSlide h2 {
    letter-spacing: 0.05em;
    margin-top: 0.2em;
  }
  .heroSlide .overlay {
    padding: 0 10px;
  }
  .heroSlide p {
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 0;
  }
  .heroSlide img {
    height: 385px;
  }
  .secPad {
    padding: 30px 0;
  }
  .callUsNow {
    max-width: 204px;
    min-height: 2em;
    float: left;
  }
  .heroSlide h3 {
    font-size: 26px;
    color: #48d2ff;
    text-shadow: 0 0 1px #000;
  }
  #OurExpertise .row {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
  }
  #OurExpertise .row img {
    margin-bottom: 15px;
  }
  #ContactUs .secPad h2.bigText br {
    display: none;
  }
  #ContactUs .contactImg {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    height: 100%;
  }
  #FAQ .button {
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 3rem;
    margin-top: 20px;
  }
  #FAQ .accordion-button {
    font-size: 16px;
    color: #777;
    padding: 10px;
    align-items: flex-start;
  }
  .secPad h2 {
    font-size: 22px;
  }
  #footer h3,
  .secPad h4 {
    font-size: 20px;
  }
  #footer .col-sm-6 {
    margin: 15px 0;
  }
  .colBox {
    column-count: 1;
    column-gap: 20px;
  }
  #ContactUs .overlay {
    background-color: rgb(17 17 17);
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  #ProductSec {
    padding: 0 15px;
  }
  #footer .text-center {
    text-align: left !important;
  }
  .socialWrp {
    justify-content: flex-start;
  }
  #FindUs iframe {
    height: 300px;
  }
  #footer img {
    max-width: 73px;
  }
  #ProductSec img {
    height: 45px;
  }
  #FAQ .accordion-button::after {
    margin-left: inherit;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background-size: 14px;
    margin-top: 5px;
  }
  .col-inner {
    padding: 20px 15px;
  }
  .ThankYou h1 {
    font-size: 2rem;
  }
  .ThankYou {
    text-align: center;
    padding: 16% 10px;
  }
  .heroWrp {
    min-height: 385px;
  }
  #AboutUs {
    min-height: 262px;
  }
}
@media (min-width: 1600px) {
  #FAQ .button {
    margin-top: 30px;
  }

  .ThankYou {
    text-align: center;
    padding: 14% 0;
  }
}
