@media screen and (max-width: 1599px) {
  #contact-section {
    background-size: contain;
  }
}
@media screen and (max-width: 1399px) {
  .para-size {
    font-size: 1.6rem;
  }
  .sub-heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #contact-section {
    background-color: #2f3550;
    background-image: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-img,
  .offer-img {
    opacity: 1 !important;
  }
  .navbar-brand {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .border-end {
    border: none !important;
  }
  .heading {
    font-size: 3rem;
  }
  .container {
    padding: 0 2.5rem !important;
  }
    .navbar .container a.navbar-brand{
        margin-top: 0 !important;
    }
    .customheaderdropdown{
        display: block;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-left: 0;
    }
}

/* Container Responsive */
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px !important;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1680px !important;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 1880px !important;
  }
}

/* Responsive Hero-Layer-Img && Offer-Image-Layer && Gutter-On-Newsletter */
@media screen and (min-width: 1400px) {
  .hero-layer-img-box {
    top: 65% !important;
  }
  .offer-img-box {
    top: 0;
    transform: translateY(0%);
  }
  .newsletter .gx-xxl-5 {
    --bs-gutter-x: 10rem;
  }
}
