#htb_bannar {
  padding-top: 16px;
  padding-bottom: 32px;
}
.grd-4-eqs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.eqs-items {
  border: 1px solid #dcdae2;
  border-radius: 10px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 10px;
}
.eqs-items img {
  margin-bottom: 16px;
  text-align: center;
}
.eqs-items h3 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #101828;
  margin-bottom: 8px;
}
.eqs-items p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
  margin-bottom: 0px;
  max-width: 254px;
  padding-inline: 12.75px;
}
.eqs-items a {
  color: #0368a0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  max-width: 254px;
  padding-inline: 12.75px;
}
#iframe_vid .grd-ts {
  background-color: #f6f6f8;
  padding-block: 22px;
  padding-right: 24px;
}
#iframe_vid .title {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.02em;
  color: #353c4d;
  margin-bottom: 3px;
}
#iframe_vid .para {
  font-family: Lato;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.016em;
  color: #353c4d;
  margin-bottom: 0px;
  max-width: 480px;
}
.grd-ts {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.centeralized {
  display: flex;
  flex-direction: column;
  margin-left: 95px;
  margin-top: 63px;
}
/* .brd-8x {
  border: 8px solid #0368a0;
} */
.sat-video-frame {
  display: flex;
}

.sm-show {
  display: none;
}
/*modal and chassis card content */
.card-para {
  border: 1px solid #dcdae2;
  padding: 12px 20px;
  border-radius: 6px;
  margin-bottom: 24px;
}
.card-para .heading {
  font-family: Lato;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  line-height: clamp(20px, 1.5vw, 28px);
  letter-spacing: -0.014em;
  text-align: left;
  color: #0c1529;
  margin-bottom: 10px;
}
.card-para ol.paragraph {
  margin-top: 18px;
}
.card-para .paragraph {
  font-family: Lato;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.014em;
  text-align: left;
  color: #353c4d;
  margin: 0px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .eqs-items p {
    padding-inline: 5.75px;
  }
  .brd-8x {
    width: 415px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .top-seler-header {
    font-size: 22px !important;
  }
  .eqs-items p {
    padding-inline: 5.75px;
  }
  .brd-8x {
    width: 358px;
    height: 208px;
  }
  #iframe_vid .para {
    font-size: 20px;
    max-width: 397px;
  }
  #iframe_vid .title {
    font-size: 34px;
  }
  .centeralized {
    margin-left: 90px;
    margin-top: 25px;
  }
  .eqs-items img {
    height: 41px;
    margin-bottom: 4px;
  }
  .grd-4-eqs {
    gap: 14px;
  }
  .eqs-items p {
    font-size: 14px;
  }
  .eqs-items a {
    font-size: 14px;
  }
  .eqs-items h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .top-seler-header {
    font-size: 18px !important;
  }
  .eqs-items p {
    padding-inline: 5.75px;
  }
  .brd-8x {
    width: 358px;
    height: 208px;
  }
  #iframe_vid .para {
    font-size: 20px;
    max-width: 397px;
  }
  #iframe_vid .title {
    font-size: 34px;
  }
  .centeralized {
    margin-left: 90px;
    margin-top: 25px;
  }
  .eqs-items img {
    height: 41px;
    margin-bottom: 4px;
  }
  .grd-4-eqs {
    gap: 14px;
  }
  .eqs-items p {
    font-size: 14px;
  }
  .eqs-items a {
    font-size: 14px;
  }
  .eqs-items h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-seler-header {
    font-size: 18px !important;
  }
  .eqs-items {
    padding: 20px 5px;
  }
  .eqs-items p {
    font-size: 12px;
    line-height: 21px;
    padding-inline: 0px;
  }
  .brd-8x {
    width: 246px;
    height: 166px;
  }
  #iframe_vid .para {
    font-size: 16px;
    max-width: 316px;
    margin-bottom: 0px;
    line-height: 25px;
  }
  #iframe_vid .title {
    font-size: 24px;
    line-height: 38px;
  }
  .centeralized {
    margin-left: 52px;
    margin-top: 24px;
  }
  .eqs-items img {
    height: 35px;
    margin-bottom: 0px;
  }
  .grd-4-eqs {
    gap: 14px;
  }
  .eqs-items a {
    font-size: 12px;
    line-height: 23px;
  }
  .eqs-items h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  #htb_bannar {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  #iframe_vid.py-32 {
    padding-block: 16px;
  }
  #buy_types.py-32 {
    padding-block: 16px;
  }
  #sat_faqs {
    padding-block: 16px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .top-seler-header {
    font-size: 18px !important;
    margin-bottom: 12px !important;
}
  .grd-ts {
    grid-template-columns: 1fr;
  }
  #iframe_vid .grd-ts {
    padding-block: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .eqs-items {
    padding: 20px 5px;
  }
  .eqs-items p {
    font-size: 12px;
    line-height: 21px;
    padding-inline: 30px;
  }
  .brd-8x {
    width: 246px;
    height: 166px;
    flex-grow: 1;
  }
  #iframe_vid .para {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 0px;
    line-height: 25px;
  }
  #iframe_vid .title {
    font-size: 22px;
    line-height: 38px;
  }
  .centeralized {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .eqs-items img {
    height: 35px;
    margin-bottom: 0px;
  }
  .grd-4-eqs {
    gap: 14px;
  }
  .eqs-items a {
    font-size: 12px;
    line-height: 23px;
  }
  .eqs-items h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  #htb_bannar {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  #iframe_vid.py-32 {
    padding-block: 16px;
  }
  #buy_types.py-32 {
    padding-block: 16px;
  }
  #sat_faqs {
    padding-block: 16px;
  }
  .sat-video-frame {
    justify-content: center;
  }
  .grd-4-eqs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  .top-seler-header {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .grd-ts {
    grid-template-columns: 1fr;
  }
  #iframe_vid .grd-ts {
    padding-block: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .eqs-items {
    padding: 11px 5px;
  }
  .eqs-items p {
    font-size: 12px;
    line-height: 17px;
    padding-inline: 2px;
  }
  .brd-8x {
    width: 246px;
    height: 166px;
    flex-grow: 1;
  }
  #iframe_vid .para {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 0px;
    line-height: 25px;
  }
  #iframe_vid .title {
    font-size: 18px;
    line-height: 38px;
  }
  .centeralized {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .eqs-items img {
    height: 30px;
    margin-bottom: 0px;
  }
  .grd-4-eqs {
    gap: 14px;
  }
  .eqs-items a {
    font-size: 12px;
    line-height: 23px;
  }
  .eqs-items h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  #htb_bannar {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  #iframe_vid.py-32 {
    padding-block: 16px;
  }
  #buy_types.py-32 {
    padding-block: 16px;
  }
  #sat_faqs {
    padding-block: 16px;
  }
  .sat-video-frame {
    justify-content: center;
  }
  .grd-4-eqs {
    grid-template-columns: repeat(2, 1fr);
  }
  @media screen and (min-width: 320px) and (max-width: 376px) {
    .grd-4-eqs {
      grid-template-columns: 1fr;
    }
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .eqs-items p {
    padding-inline: 7px;
  }
}
@media screen and (min-width: 320px) and (max-width: 463px) {
  .bnr-sm {
    height: auto;
  }
}

@media screen and (min-width: 464px) and (max-width: 992px) {
  .bnr-sm {
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .sm-show {
    display: inline-block;
    padding-inline: 2px !important;
  }
  .sm-none {
    padding-inline: 0px;
    display: none;
  }
}
