@media (max-width: 1500px) {
  .fixednav__link {
    font-size: 1.1rem;
    padding: 0.5rem;
  }

  .quote__prices {
    width: 90%;
  }
  .quote__form {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .headertop {
    display: none;
  }

  .fixednav {
    background-color: #000;
  }
  .fixednav__nav {
    display: none;
  }
  .fixednav__margins {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
  .fixednav__logo {
    display: block;
    width: 300px;
  }
  .fixednav__logo img {
    width: 100%;
  }
  .fixednav__email {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 1.2rem;
    height: 40px;
    width: 40px;
    color: #000;
    background-color: #DFC669;
    border-radius: 50%;
    margin-left: auto;
  }
  .fixednav__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 1.2rem;
    height: 40px;
    width: 40px;
    color: #000;
    background-color: #DFC669;
    border-radius: 50%;
    margin-left: 2rem;
  }

  .fixednav.sticky {
    background-color: #000;
  }

  .mobile_menu {
    display: block;
    margin-left: 2rem;
    margin-right: 0px;
    font-size: 2rem;
    color: #DFC669;
  }

  .home-banner__form {
    display: none;
  }

  .home-banner__link {
    display: inline-block !important;
  }

  .home-about__margins {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .home-about__image {
    width: 100%;
  }
  .home-about__content {
    width: 100%;
    margin: 0 auto;
  }
  .home-about__content--outer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .home-quote__margins {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
  .home-quote__text {
    text-align: center;
    margin-bottom: 1rem;
  }

  .home-contact__info {
    width: 50%;
  }
  .home-contact__map {
    width: 50%;
  }

  .inner-caption {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .twocolumn {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .home-contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .home-contact__info {
    width: 100%;
    margin: 0 auto;
  }
  .home-contact__info--bg {
    display: none;
  }
  .home-contact__info--title {
    text-align: center;
  }
  .home-contact__details {
    width: 90%;
    margin: 0 auto;
  }
  .home-contact__map {
    width: 100%;
    height: 25rem;
  }

  .carousel-caption {
    height: 100%;
    width: 100%;
  }

  .home-banner {
    position: relative;
    height: 300px;
  }
  .home-banner img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner__text {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }

  .home-quote__text {
    font-size: 2rem;
  }

  .inner-banner {
    position: relative;
    height: 200px;
  }
  .inner-banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .inner-title {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home-about__image {
    display: none;
  }
  .home-about__content--outer {
    margin-bottom: 0px;
  }

  .home-cases__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .fixednav__logo {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .fixednav__email {
    display: none;
  }
  .fixednav__phone {
    display: none;
  }

  .mobile_menu {
    margin-left: auto;
  }

  .home-banner__text {
    font-size: 2rem;
    margin-bottom: 0px;
  }

  .about__image {
    display: none;
  }

  .contact-page__details {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .contact-page__details--icon {
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .contact-page__details--title {
    text-align: center;
  }
  .contact-page__details--link {
    text-align: center;
  }
}