


.support-container {
  padding-bottom: 50px;
}

.product-main-section {
  margin-top: 15vh;
}

.product-details-left-container {
  max-width: 80%;
  margin: auto;
}

.product-details-thumbnail-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.support-tv-files-row {
  max-width: 94%;
  margin: auto;
  margin-top: 5vh;
}

.support-files-row {
  display: grid;
  display: -ms-flexbox;
  justify-content: space-around;
  grid-template-columns: 2fr 3fr;
  grid-gap: 10px;
  padding: 2.5em 0.5em;
}

.support-left-row-container {
  display: flex;
  justify-content: center;
}

.support-right-row-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  text-align: center;
}

/* .files-info-container, */
.files-qsg-container,
.files-manual-container,
.files-specsheet-container {
  display: flex;
  margin: auto;
  flex-direction: column;
  border: solid 3px #54c3de;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
  width: 125px;
  height: 135px;
}

.product-support-h3 {
  font-size: 2.5vw;
  font-weight: 800;
  /* margin-bottom: 3vh; */
  line-height: 1;
}

.product-support-h3 span {
  display: block;
  font-size: 5vw;
  color: rgb(250, 9, 9);
  margin-left: -3vw;
}

.premier-support {
  background-color: rgb(248, 248, 248);
}

#invisible-h3 {
  opacity: 0;
}

#android-h3 {
  font-size: 2vw;
  color: #648539;
  margin-left: 0;
}

#roku-h3 {
  font-size: 2vw;
  color: rgb(157, 54, 157);
  margin-left: 0;
}

#nonsmart-h3 {
  font-size: 2vw;
  color: gray;
  margin-left: 0;
}

.carousel-h5 {
  font-size: 3em;
}


/* SUPPORT PAGE */

.support-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.support-icon {
  display: flex;
  margin: auto;
  width: 50px;
}

.contact-files-row {
  max-width: 50vw;
  text-align: center;
  padding: 20px 150px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
  .support-files-row {
    grid-template-columns: 1fr 1fr;
  }

  .support-right-row-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
  .support-files-row {
    grid-template-columns: 1fr ;
  }

  .support-right-row-container {
    grid-template-columns: 1fr 1fr;
  }
}