﻿.promotions-header {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 530px;
  margin-left: -40px;
  margin-right: -80px;
  width: 100vw;
}

@media screen and (max-width: 403px) {
  .promotions-header {
    width: 125% !important;
  }
}

.promotions-header .app-buttons a + a {
  margin-left: 10px;
}
/* .promotions-header .left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: auto;
} */

.promotions-header .main-title {
  font-size: 28px;
  color: #099ce8 !important;
  font-weight: bold !important;
  margin-top: 0px !important;
}
.promotions-header .app-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 16px;
}
.promotions-header .phone-promotions {
  margin-left: 50px;
  margin-right: 390px;
}
.promotions-header .phone-promotions img {
  position: absolute;
  -webkit-transform: translateY(-43%);
  -o-transform: translateY(-43%);
  transform: translateY(-43%);
}

.subheading {
  margin-top: 0px !important;
}

.text {
  color: #175266 !important;
}

.system-req {
  font-size: 10px;
}

.special-header-image {
  display: none !important;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 32px;
  }
  .main-body {
    padding-left: 2.75em;
  }
  .special-header-image {
    display: block !important;
  }
  .promotions-header {
    min-height: 650px;
  }
}

@media (min-width: 1770px) {
  .promotions-header {
    min-height: 800px;
  }
}

@media (min-width: 2170px) {
  .promotions-header {
    min-height: 900px;
  }
}

.promotions-header .app-buttons a {
  display: inline-block;
}
.promotions-header .app-buttons a img {
  display: block;
  width: 136px;
  height: 41px;
}
@media screen and (max-width: 1024px) {
  /* .promotions-header .left-info {
    margin-right: 0;
    max-width: 77%;
  } */
  .promotions-header .phone-promotions {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .main-content {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .promotions-header {
    /* padding: 20px 35px; */
    border-radius: 0;
  }

  .system-req {
    font-size: 8px;
  }

  /* .promotions-header .left-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: 60%;
  } */

  /* .promotions-header .app-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  } */

  .promotions-header .phone-promotions {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

  .promotions-header .phone-promotions img {
    position: relative;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin: 0 auto 0 15px;
  }
}

@media screen and (max-width: 456px) {
  .promotions-header .app-buttons a + a {
    margin-left: 0;
  }
  .promotions-header .app-buttons .app-button-1 {
    margin-bottom: 6px;
  }
}
