/* === Red Barn Media Group - Custom Styles - Victory === */
/* === Home Hero Styles :: BEGIN === */
.vcs-hero-intro {
  margin-top: 9.3rem;
  width: 100%;
  height: 725px;
  background: url(../img/vcs-intro-hero-2000-725.webp) center center;
  background-size: cover;
  display: flex;
}
.vcs-hero-intro h1 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.vcs-hero-intro h1 small {
  font-size: 2rem;
  font-weight: 400;
}

.hero-units {
  width: 250px;
  height: auto;
  margin-top: -10rem;
}

.hero-row-stripes{
  background: url(../img/vcs-hero-block.svg) center center;
  width: 1296px;
  height: 425px;
  background-size: cover;
}
.contact-margin {
  margin-top: -78.39px;
}
/* === Home Hero Styles :: END === */
.vcs-rollover {
  border-radius: .75rem;
  background-size: cover;
  height: fit-content;
}
.vcs-rollover i{
 font-size: 5rem!important;
 line-height: 5rem!important;
}
.vcs-rollover.cool {
    background: url(../img/vcs-rollover-ac.webp) center center;
}
.vcs-rollover.heat {
    background: url(../img/vcs-rollover-heating.webp) center center;
}
.vcs-rollover.iaq {
    background: url(../img/vcs-rollover-iaq.webp) center center;
}
.vcs-rollover.retrofits {
    background: url(../img/vcs-rollover-retrofits.webp) center center;
}

.coupon-tune-up {
  border-radius: .75rem;
  background: url(../img/vcs-coupon-25-off-ac-tune-up.webp) center center;
  background-size: cover;
  height: fit-content;
}
.coupon-install {
  border-radius: .75rem;
  background: url(../img/vcs-coupon-15-off.webp) center center;
  background-size: cover;
  height: fit-content;
}
.coupon-free {
  border-radius: .75rem;
  background: url(../img/vcs-coupon-diagnostic-service.webp) center center;
  background-size: cover;
  height: fit-content;
}

/* === Banner Styles :: BEGIN === */
.finance-banner{
  background: url(../img/vcs-comfort-solutions-red-banner.svg) right center;
  background-size: cover;
  height: 292.52px;
  width: 100%;
}
/* === Banner Styles :: END === */
.vcs-footer-banner {
  width: auto;
  height: 25px;
  background: url(../img/vcs-footer-banner-2000.svg) right center;
  background-size: cover;
  display: flex;
}

/* === Media Queries :: BEGIN === */

@media (max-width:1800px) {
    .finance-banner{
      width: 669px;
      height: 220px;
    }
}

@media (max-width:1600px) {
    /* === Home Hero Styles :: BEGIN === */
    .vcs-hero-intro {
      margin-top: 9.3rem;
      width: 100%;
      height: 725px;
      background: url(../img/vcs-intro-hero-1600-725.webp) center center;
      background-size: cover;
      display: flex;
    }
    .vcs-hero-intro h1 {
      font-size: 3.25rem;
      font-weight: 600;
      text-transform: uppercase;
    }
    .vcs-hero-intro h1 small {
      font-size: 1.75rem;
      font-weight: 400;
    }
    .hero-units {
      width: 200px;
      height: auto;
      margin-top: -10rem;
      margin-bottom: .25rem!important;
    }
    
    .hero-row-stripes{
      background: url(../img/vcs-hero-block.svg) left center;
      width: 1037px;
      height: 340px;
      background-size: cover;
    }
    /* === Home Hero Styles :: END === */
}

@media (max-width:1400px) {
    .finance-banner{
      width: 491px;
      height: 161px;
    }
}

@media (max-width:1200px) {
    /* === Home Hero Styles :: BEGIN === */
    .vcs-hero-intro {
      margin-top: 6.524rem;
      width: 100%;
      height: 725px;
      background: url(../img/vcs-intro-hero-1200-725.webp) center center;
      background-size: cover;
      display: flex;
    }
    .vcs-hero-intro h1 {
      font-size: 3rem;
      font-weight: 600;
      text-transform: uppercase;
    }
    .vcs-hero-intro h1 small {
      font-size: 1.5rem;
      font-weight: 400;
    }
    .hero-units {
      display: none;
    }
    
    .hero-row-stripes{
      background: url(../img/vcs-hero-block.svg) left center;
      width: 972px;
      height: 319px;
      background-size: cover;
    }
    /* === Home Hero Styles :: END === */
    
    .vcs-location-banner{
      background:#212057; 
    }
}

@media (max-width:991px) {
    /* === Home Hero Styles :: BEGIN === */
    .vcs-hero-intro {
      width: 100%;
      background: url(../img/vcs-intro-hero-991-600.webp) center center;
      background-size: cover;
      display: flex;
      padding-top:3.5rem;
    }
    .vcs-hero-intro h1 {
    font-size: 2.5rem;
  }
    
    .hero-row-stripes {
      background: url(../img/vcs-hero-block.svg) left center;
      width: 778px;
      height: 255px;
      background-size: cover;
    }
    
    .contact-margin {
      margin-top: 10px!important;
    }
    
    /* === Home Hero Styles :: END === */
}

@media (max-width:767px) {
    /* === Home Hero Styles :: BEGIN === */
    .vcs-hero-intro {
      margin-top: 4.025rem;
      width: 100%;
      height: fit-content;
      background: url(../img/vcs-intro-hero-767-500.webp) left center;
      background-size: cover;
      display: flex;
    }
    .vcs-hero-intro h1 {
      font-size: 2rem;
      font-weight: 600;
      text-transform: uppercase;
    }
    .vcs-hero-intro h1 small {
      font-size: 1.25rem;
      font-weight: 400;
    }
    
    .hero-row-stripes{
      width: auto;
      height: fit-content;
      background: #173f9f;
    }
    /* === Home Hero Styles :: END === */
    
}

@media (max-width:450px) {
    /* === Home Hero Styles :: BEGIN === */
    .vcs-hero-intro {
      margin-top: 3 rem;
      width: 100%;
      height: fit-content;
      background: url(../img/vcs-intro-hero-450-500.webp) center center;
      background-size: cover;
      display: flex;
    }
    .vcs-hero-intro h1 {
      font-size: 2.5rem;
      font-weight: 800;
      text-transform: uppercase;
    }
    .vcs-hero-intro h1 small {
      font-size: 1.8rem;
      font-weight: 600;
    }
    /* === Home Hero Styles :: END === */
}

/* === Media Queries :: END === */