#htb_bannar {
    padding-top: 16px;
    padding-bottom: 32px;
}

.how_to_buy_steps {
    background-color: #ecf5ff;
    border-radius: 14px;
}

.how_to_buy_steps .head {
    padding: 36px 22px;
    background-color: #014e78;
    border-radius: 14px;
}

.how_to_buy_steps .head .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
    color: white;
}

.steps_buy {
    padding: 32px 24px;
}

.grd-4-eqs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.eqs-items {
    border-radius: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: start;
    padding: 20px 16px;
    background-color: white;
}

.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;
    text-align: start;
}

.eqs-items p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    margin-bottom: 0px;
    text-align: start;
}

.eqs-items a {
    color: #0368a0;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

#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;
    justify-content: center;
    margin-left: 50px;
    margin-top: 0;
}

/* .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;
}

.quick-actions .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #020408;
    margin-bottom: 24px;
}

.quick-actions .quick-actns-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.quick-actions .quick-actns-section .action-card {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.quick-actions .quick-actns-section .action-card .action-img {
    width: 100%;
    max-width: 358px;
    height: auto;
    margin-bottom: 20px;
}

.quick-actions .quick-actns-section .action-card .title-sub {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #020408;
    margin-bottom: 12px;
}

.quick-actions .quick-actns-section .action-card .para {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #020408;
    margin-bottom: 20px;
}

.quick-actions .quick-actns-section .action-card .btn-action {
    background-color: #2384c1;
    border: 1px solid #2384c1;
    padding: 10px;
    max-width: 185px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@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;
    }

    .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;
    }

    .how_to_buy_steps .head {
        padding: 20px;
    }

    .how_to_buy_steps .head .title {
        font-size: 20px;
        line-height: 24px;
    }

    .quick-actions .quick-actns-section .action-card {
        padding: 16px;
    }

    .quick-actions .quick-actns-section .action-card .title-sub {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .quick-actions .quick-actns-section .action-card .btn-action {
        padding: 10px;
        max-width: 165px;
        font-size: 16px;
        line-height: 20px;
    }

    .quick-actions .quick-actns-section .action-card .para {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .quick-actions .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .top-seler-header {
        font-size: 18px !important;
    }

    .brd-8x {
        width: 358px;
        height: 208px;
    }

    #iframe_vid .para {
        font-size: 20px;
        max-width: 397px;
    }

    #iframe_vid .title {
        font-size: 34px;
    }

    .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;
    }

    .how_to_buy_steps .head {
        padding: 20px;
    }

    .how_to_buy_steps .head .title {
        font-size: 20px;
        line-height: 24px;
    }

    .steps_buy {
        padding: 20px;
    }

    .quick-actions .quick-actns-section .action-card {
        padding: 16px;
    }

    .quick-actions .quick-actns-section .action-card .title-sub {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .quick-actions .quick-actns-section .action-card .btn-action {
        padding: 10px;
        max-width: 165px;
        font-size: 16px;
        line-height: 20px;
    }

    .quick-actions .quick-actns-section .action-card .para {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .quick-actions .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}

@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;
    }

    .eqs-items img {
        height: 35px;
        margin-bottom: 0px;
    }

    .grd-4-eqs {
        gap: 10px;
    }

    .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;
    }

    .how_to_buy_steps .head {
        padding: 20px;
    }

    .how_to_buy_steps .head .title {
        font-size: 20px;
        line-height: 24px;
    }

    .steps_buy {
        padding: 10px;
    }

    .quick-actions .quick-actns-section .action-card {
        padding: 12px;
    }

    .quick-actions .quick-actns-section .action-card .title-sub {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .quick-actions .quick-actns-section .action-card .btn-action {
        padding: 8px;
        max-width: 165px;
        font-size: 14px;
        line-height: 16px;
    }

    .quick-actions .quick-actns-section .action-card .para {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .quick-actions .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .quick-actions .quick-actns-section .action-card .action-img {
        margin-bottom: 12px;
    }
}

@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;
    }

    .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: 10px;
    }

    .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);
    }

    .how_to_buy_steps .head {
        padding: 16px;
    }

    .how_to_buy_steps .head .title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .steps_buy {
        padding: 10px;
    }

    .quick-actions .quick-actns-section .action-card {
        padding: 12px;
    }

    .quick-actions .quick-actns-section .action-card .title-sub {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .quick-actions .quick-actns-section .action-card .btn-action {
        padding: 8px;
        max-width: 165px;
        font-size: 14px;
        line-height: 16px;
    }

    .quick-actions .quick-actns-section .action-card .para {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .quick-actions .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .quick-actions .quick-actns-section .action-card .action-img {
        margin-bottom: 12px;
    }

    .quick-actions .quick-actns-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .py-32 {
        padding-block: 16px;
    }
}

@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;
    }

    .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);
    }

    .how_to_buy_steps .head {
        padding: 16px;
    }

    .how_to_buy_steps .head .title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .steps_buy {
        padding: 10px;
    }

    .quick-actions .quick-actns-section .action-card {
        padding: 12px;
    }

    .quick-actions .quick-actns-section .action-card .title-sub {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .quick-actions .quick-actns-section .action-card .btn-action {
        padding: 8px;
        max-width: 165px;
        font-size: 14px;
        line-height: 16px;
    }

    .quick-actions .quick-actns-section .action-card .para {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .quick-actions .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .quick-actions .quick-actns-section .action-card .action-img {
        margin-bottom: 12px;
    }

    .quick-actions .quick-actns-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .py-32 {
        padding-block: 16px;
    }
}

@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;
    }

    .quick-actions .quick-actns-section {
        grid-template-columns: repeat(1, 1fr);
    }
}

@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;
    }
}