/*Common Global Styles*/
.ls-generic-page {
    max-width: 100%;
    padding: 0;
}

.ls-generic-page .main-content {
    padding: 0;
}
.ls-generic-page .components-content {
    background: transparent;
}
body {
    background-color: #F4F5F9 !important;
}
.gen-gap {
    margin-bottom: 24px;
}

footer .footertop {
    margin-top: 0 !important;
}

.ls-generic-page .gen-page-layout {
    margin-bottom: 30px;
}

.ls-generic-page h1, .ls-generic-page h2 {
    font-weight: 700 !important;
    font-family: 'DINOT', sans-serif;
}

.gen-page-banner-sec {
    background-size: cover !important;
    padding: 109px 65px;
    margin-bottom: 48px;
    background-color: #000;
}

.gen-page-banner-text {
    max-width: 830px;
}

.gen-page-banner-h {
    font-size: 40px !important;
    line-height: 120%;
    letter-spacing: 0px !important;
    color: #fff !important;
    margin-bottom: 15px;
}

.gen-page-banner-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 120% !important;
    letter-spacing: 0px;
    color: #fff !important;
    text-align: left !important;
}
.gen-page-banner-button {
    border: 3px solid #07BAD080;
    margin-top: 36px;
    font-weight: 700;
    font-size: 28px;
    line-height: 100% !important;
    letter-spacing: -0.98px;
    color: #fff !important;
    border-radius: 8px;
    text-align: center;
    width: 270px;
    padding: 16px 0;
    display: inline-block;
}

.gen-white-box {
    border: 1px solid #E4E9EE;
    padding: 32px;
    background: #fff;
    margin-bottom: 24px;
}

.gen-sec-footer {
    margin-bottom: 24px;
    background: #F5F5F5;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #E4E9EE;
    border-top: none;
    padding: 14px 5px;
}

.gen-sec-footer p {
    color: #000;
}

.gen-page-head {
    font-size: 21px !important;
    line-height: 120%;
    letter-spacing: 0px !important;
    color: #000 !important;
    margin-bottom: 24px;
}

.gen-lgray {
    color: #535353 !important;
}

.gen-page-list li {
    display: flex;
    align-items: flex-start;
}

.gen-page-list.gen-li-img li {
    gap: 6px;
    text-align: left !important;
}

.gen-page-list li, .gen-white-box p, .gen-bullet-list {
    font-size: 16px;
    line-height: 150% !important;
    letter-spacing: 0px;
    color: #000;
    text-align: inherit;
}

.gen-page-list li:not(:last-child) {
    margin-bottom: 24px;
}

.gen-bullet-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.gen-bullet-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    color: #333;
}

.gen-bullet-list li::before {
    content: "\2022";
    color: #488B91;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-right: 10px;
    flex-shrink: 0;
}

.gen-page-button {
    border-radius: 4px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.2px;
    color: #488B91;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 700;
    border: 1px solid #488B9166;
    display: block;
    margin-top: 24px;
    text-align: center;
}

.gen-page-button:hover {
    background: #488B91;
    color: #fff;
}

.gen-accordion-panel {
    font-family: "DINOT", sans-serif;
}

.gen-accordion-panel .gen-accordion dt {
    display: block;
    background: #fff;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0px;
    padding: 32px 96px 32px 48px;
}

.gen-accordion-panel .gen-accordion dd {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease-out;
    margin-left: 0;
    margin-bottom: 3px;
    background: #fff;
}

.gen-accordion-panel .gen-accordion .content {
    padding-top: 0 !important;
    overflow: auto;
    padding: 0 96px 32px 48px;
}

.gen-accordion-panel .gen-accordion .content p {
    font-size: 16px;
    line-height: 140% !important;
    letter-spacing: 0px;
    color: #3c3c43d9;
}

.gen-accordion-panel dt {
    position: relative;
}

.gen-accordion-panel .icon {
    transition: transform 0.3s;
    width: 48px;
    height: 48px;
    background-color: #ccc;
    border-radius: 50%;
    color: #000;
    position: absolute;
    top: 24px;
    right: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.gen-accordion-panel .is-open .icon {
    background-color: #000;
    color: #fff;
    transform: rotate(270deg);
}

.gen-accordion-panel .hidden {
    display: none;
}
.gen-cta-right {
    background: #488B91;
    margin-bottom: 24px;
}
.gen-cta-right-head {
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 12px;
}
.gen-cta-right-desc {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.gen-cta-right-btn {
    display: block;
    background: #fff;
    color: #488B91 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0;
    border-radius: 5px;
}
/*form template*/
.gen-input-group {
    padding: 8px 11px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    margin-bottom: 20px;
}
.gen-input-group .t-plc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: #707070;
    width: 100%;
    font-weight: 400;
}
.gen-input-group select {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 21px;
}
.gen-input-group .t-input {
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #000;
    width: 100%;
    text-transform: unset;
    font-weight: 400;
}
.error-block {
    margin-bottom: 12px;
    margin-top: 12px;
}
.gen-input-group .field-validation-error, .error-block .field-validation-error {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.gen-form-button {
    background: #488B91;
    color: #fff !important;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    padding: 16.5px 0;
    text-transform: unset;
}
.gen-flex-list li {
    margin-bottom: 0 !important;
    display: flex;
    gap: 10px;
}
.gen-hr {
    border-top: 1px solid #DEDEDE;
    margin: 24px 0;
}
.gen-label {
    color: #707070;
    margin-bottom: 5px;
}
.no-padding-sidebar {
    padding: 0;
}
/*Responsive*/
@media screen and (min-width: 1024px) {
    .no-padding-desktop {
        padding-left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .no-padding-desktop {
        padding: 0;
    }
    .stacked-sidebar {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .gen-page-banner-h {
        font-size: 32px !important;
    }

    .gen-page-banner-desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 540px) {
    .gen-page-banner-sec {
        padding: 48px 32px !important;
    }

    .gen-accordion-panel .gen-accordion dt {
        padding: 32px 64px 32px 24px;
        font-size: 18px;
    }

    .gen-accordion-panel .gen-accordion .content {
        padding: 32px 24px;
    }

    .gen-accordion-panel .icon {
        right: 15px;
    }

    .gen-page-banner-h {
        font-size: 24px !important;
    }

    .gen-page-banner-desc {
        font-size: 16px;
    }

    .gen-accordion-panel .gen-accordion .content p {
        font-size: 15px;
    }

    .gen-accordion-panel .icon {
        width: 36px;
        height: 36px;
    }
    .gen-page-banner-button {
        padding: 12px 0;
        font-size: 22px;
    }
}

/*Page Banners*/
.gov-sales-banner {
    background: url('/Assets/ContentPages/gov-sales-banner.jpg') no-repeat center center;
}
.contact-us-banner {
    background: url('/Assets/ContentPages/contact-us-banner.jpg') no-repeat center center;
}
/*Page Banners End*/

.contact-sidebar p {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 22px;
}
.contact-sidebar .gen-li-img li {
    gap: 24px;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0px;
    align-items: center;
}
.contact-sidebar .gen-li-img li:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}
.contact-sidebar li a {
    color: #000 !important;
}
.contact-box .actions-area {
    position: relative;
    z-index: 1000;
}

@media screen and (max-width: 1024px) {
    .contact-sidebar .gen-li-img li {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .contact-box {
        padding: 32px 16px;
    }
}
.ilist-group {
    margin-bottom: 24px;
}
.ilist-row {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-top: 16px;
}
.ilist-row-left {
    display: flex;
    border-right: 1px solid #D9D9D9;
    gap: 24px;
    width: calc(100% - 306px);
}
.ilist-logo {
    min-width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: self-start;
}
.ilist-row-left, .ilist-row-right {
    padding: 32px;
}
.ilist-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ilist-desc, .ilist-service-title {
    font-size: 16px;
    line-height: 1.4;
    color: #707070;
    margin-bottom: 40px;
}
.ilist-service-title {
    color: #000;
    margin-bottom: 12px;
}
.ilist-row-left ul {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.ilist-row-left li {
    background-color: #D9D9D9;
    color: #000;
    padding: 8px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.4;
    pointer-events: none;
}
.ilist-row-right {
    width: 306px;
}
.ilist-row-right li {
    gap: 24px !important;
}
.ilist-row-right a {
    word-break: break-all;
    color: #000 !important;
}
.ilist-initial {
    width: 60px;
    height: 60px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #000;
    font-family: "DINOT", sans-serif;
}
#myMultiselect {
    width: 100%;
}
.installer-dropdown {
    position: relative;
}
.installer-dropdown input {
    padding: 16px 24px;
}
.installer-dropdown::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url('/Assets/InstallerLogos/search.png') no-repeat center;
    background-size: contain;
    pointer-events: none; 
    z-index: 1;
}
.installer-dropdown .k-input {
    padding-left: 60px !important;
}
.ilist-records {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 18px;
}
#map {
    min-height: 300px;
    margin-bottom: 24px;
    background-color: #F4F5F9;
    width: 100%;
}

.add-blur {
    filter: blur(3px);
    opacity: 0.8;
}

.installer-dropdown .k-chip-solid-base {
    border-color: #61A4AB;
    color: #fff;
    background-color: #61A4AB;
    border-radius: 100px;
}
.installer-dropdown .k-chip-solid-base:hover {
    border-color: #333;
    background-color: #333;
}
#myMultiselect-list .k-selected {
    background-color: #61A4AB;
}
.ilist-section-heading {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 500;
}

/*Responsive installer directory styles*/
@media screen and (max-width: 768px) {
    .ilist-row {
        flex-direction: column;
    }
    .ilist-row-left, .ilist-row-right {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
    }
    .ilist-row-right {
        border-bottom: none;
    }
    .ilist-row-left, .ilist-row-right {
        padding: 16px;
    }
    .ilist-row-left {
        flex-direction: column;
    }
    .ilist-logo {
        justify-content: left;
    }
    .ilist-name {
        align-items: start;
    }
    .ilist-row-left li {
        font-size: 13px;
    }
}
/*Used for quote page*/
.gen-box1 {
    border: 1px solid #E4E9EE;
    padding: 25px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
}
.gen-box1-left {
    display: flex;
    gap: 24px;
}
.gen-box1-right {
    min-width: 340px;
}
.gen-box1-head {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-bottom: 8px;
}
.gen-box1-desc {
    font-size: 16px;
    line-height: 22.4px;
    color: #000;
    max-width: 350px;
}
.gen-box1-sidebar .gen-box1 {
    padding: 18px;
}
.gen-custom-cta-block .gen-page-head {
    margin-bottom: 12px;
}
.gen-custom-cta-block p {
    color: #707070;
    text-align: center;
}
.gen-two-cta-block {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 12px;
}
.gen-two-cta-block a {
    padding: 15px 34px;
    color: #488B91;
    border-radius: 6px;
    border: 2px solid #488B91;
    font-weight: 700;
}
.gen-two-cta-block a.gen-btn-fill {
    color: #fff;
    background: linear-gradient(180deg, #488B91 0%, #54A7B0 100%);
    border: none;
}
.gen-cta-style3 {
    background: linear-gradient(135deg, #0D1B1C 0%, #54A7B0 100%);
    padding: 24px;
    text-align: center;
    flex-direction: column;
    border-radius: 10px;
}
.gen-cta-style3 .primary-line {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 12px;
}
.gen-cta-style3 .secondary-line {
    font-size: 16px;
    line-height: 25.6px;
    color: #fff;
}
.gen-cta-style3 .cta-btn {
    margin-top: 24px;
}
.gen-cta-style3 .cta-btn a {
    color: #488B91;
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 250px;
    display: inline-block;
}
@media screen and (max-width: 1280px) {
    .gen-box1 {
        flex-direction: column;
    }
    .gen-box1-desc {max-width: unset;}
    .gen-box1-right {min-width: unset;}
}
@media screen and (max-width: 600px) {
    .gen-two-cta-block, .gen-box1-left {
        flex-direction: column;
    }
}

/*Custom Order Information Page*/
.custom-order-info-box .gen-page-banner-desc {
    font-size: 22px;
}
.custom-order-info-box .gen-box1 {
    border: none;
    padding: 0;
}
.custom-order-info-box .gen-box1-desc {
    color: #535353;
}
.custom-order-info-box .gen-box1-right {
    min-width: 250px;
}
.custom-order-info-box .step-icon {
    position: relative;
}
@media screen and (min-width: 1281px) {
    .custom-order-info-box .gen-box1-desc {
        max-width: 500px;
    }
}
@media screen and (min-width: 601px) {
    .custom-order-info-box .step-icon::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 64px;
        width: 2px;
        height: 56px;
        background: #488B914D;
    }
    .custom-order-info-box.gen-page-banner-sec {
        padding: 45px 65px;
    }
}
/*Custom Order Information Page End*/

/*Rewards Program*/
.rewards-banner-box {
    padding: 70px 65px;
}
.rewards-head {
    font-size: 40px !important;
    line-height: 1.4;
    letter-spacing: 0.2px !important;
    margin-bottom: 36px;
}
.rewards-box {
    display: flex;
    gap: 20px;
}
.rewards-box .rewards-block {
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #000;
    position: relative;
    width: calc(33% - 20px);
}
.rewards-box .step-no {
    font-size: 20px;
    margin-top: 24px;
}
.rewards-box .step-head {
    font-size: 24px;
    font-weight: 700;
}
.rewards-box .step-desc {
    font-size: 18px;
    margin-top: 20px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}
.rewards-card-block {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.rewards-cards-box-head {
    text-align: center;
    color: #000 !important;
    margin-bottom: 36px;
}
.rewards-tiers {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.rewards-tier-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rewards-tier-block:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E9EE;
}
.rewards-tier-left {
    display: flex;
    gap: 12px;
    align-items: center;
}
.rewards-tier-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
.rewards-tier-no {
    font-size: 12px;
    line-height: 18px;
    color: #707070;
}
.rewards-tier-discount {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #488B91;
}
@media screen and (min-width: 1024px) {
    .rewards-box .r-line::after {
        content: "";
        position: absolute;
        top: 40px;
        left: calc(50% + 32px);
        height: 4px;
        width: calc(100% - 128px + 20px);
        background: #D9D9D9;
        transform: translateX(32px);
    }
}
@media screen and (max-width: 1023px) {
    .rewards-box {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .rewards-box .rewards-block {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 600px) {
    .rewards-head {
        font-size: 24px !important;
        line-height: 1.4;
    }
}
/*Rewards Program Page End*/

/*About Page Start*/
.about-head {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #333;
    margin-bottom: 12px;
}

.about-desc {
    font-size: 20px;
    line-height: 21px;
    color: #707070;
    margin-bottom: 46px;
}

.time-icon {
    position: relative;
    z-index: 1;
}

.time-desc {
    font-size: 16px;
    line-height: 26px;
    color: #4A5565;
}

.time-milestone {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}

.time-desc-blocks {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    position: relative;
}

.time-desc-blocks::after {
    content: "";
    position: absolute;
    border-left: 6px solid #54A7B0;
    left: 62px;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.time-desc-block {
    padding: 33px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E4E9EE;
    width: 100%;
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.time-desc-block .time-year {
    font-size: 24px;
    line-height: 36px;
    color: #488B91;
}

.about-stats {
    display: flex;
    gap: 48px;
}

.about-stats p {
    color: #707070;
}

.about-stats-left {
    display: flex;
    gap: 16px;
    min-width: 456px;
    flex-wrap: wrap;
    justify-content: center;
}

.about-stats-block {
    background: linear-gradient(180deg, #488B91 0%, #54A7B0 100%);
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
    width: 220px;
    height: 134px;
}

.about-stats-number {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
}

.about-stats-text {
    font-size: 13px;
    line-height: 19.5px;
}

.about-trusted .t-mhead {
    font-size: 36px;
}

.about-sidebar .gen-li-img li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: none;
    font-size: 20px;
    padding-bottom: 3px;
}

.about-feature-head {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #333;
    margin-bottom: 24px;
}

.about-features {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.about-feature-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 24px;
    line-height: 36px;
    color: #364153;
    margin-bottom: 8px;
}

.reliance-head {
    font-size: 16px;
    line-height: 24px;
    color: #488B91;
    font-weight: 700;
}

.reliance-blocks {
    display: flex;
    gap: 24px;
}

.reliance-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    flex: 1;
    min-width: 0;
    border: 1px solid #E4E9EE;
    border-radius: 10px;
    padding: 25px;
}

.reliance-block img {
    margin: 0 auto;
}

.reliance-list li {
    display: flex;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #364153;
    text-align: left;
    margin-bottom: 8px;
}

.membership-blocks {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.membership-block {
    background: #F9FAFB;
    border: 1px solid #E4E9EE;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
    flex: 0 0 calc(50% - 16px);
}

.membership-head {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #333;
    margin: 8px 0;
}

.membership-desc {
    font-size: 16px;
    line-height: 24px;
    color: #364153;
}

.proprietary-sect {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.proprietary-sect .about-head {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #333;
    margin-bottom: 24px;
    text-align: left;
}

.proprietary-sect .about-desc {
    font-size: 16px;
    line-height: 24px;
}

.proprietary-section .reliance-head {
    color: #000;
}

.proprietary-text {
    font-size: 14px;
    line-height: 20px;
    color: #364153;
}

@media screen and (max-width: 1024px) {
    .about-stats-left {
        min-width: unset;
    }
    
    .about-stats {
        flex-wrap: wrap;
    }
    
    .about-head,
    .membership-head,
    .proprietary-sect .about-head {
        line-height: 36px;
        font-size: 30px;
    }
    
    .about-stats-block {
        width: 120px;
        height: 100px;
    }
    
    .about-stats-number {
        font-size: 36px;
    }
    
    .about-feature {
        flex: 1;
    }
    
    .about-feature-list li {
        font-size: 20px;
    }
    
    .proprietary-sect .about-desc {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .about-features {
        flex-direction: column;
        gap: 0;
    }
    
    .reliance-blocks {
        flex-wrap: wrap;
    }
    
    .reliance-block {
        flex: 0 0 calc(50% - 12px);
    }
    
    .membership-head {
        line-height: 1.3;
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .about-head,
    .about-feature-head {
        line-height: 1.3;
        font-size: 28px;
    }
    
    .about-desc,
    .about-feature-list li {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .time-desc-block,
    .membership-block {
        padding: 15px;
    }
    
    .time-desc-block {
        width: 100%;
    }
    
    .about-trusted .t-mhead {
        font-size: 24px;
    }
    
    .reliance-block {
        flex: 0 0 100%;
    }
    
    .membership-blocks,
    .proprietary-sect {
        flex-direction: column;
    }
    
    .proprietary-sect {
        margin-bottom: 10px;
    }
}
/*About Page End*/

/*Custom Styles*/
.restrictions-tooltip-text {
    color: #488B91;
    font-weight: 500;
    cursor: pointer;
}
.gen-page-row {
    margin-left: -15px;
    margin-right: -15px;
}
/*Author Page Start*/
.gen-page-row {
    margin-left: -15px;
    margin-right: -15px;
}
.author-green-box {
    background: linear-gradient(180deg, #488B91 0%, #54A7B0 100%);
    border-radius: 16px;
    height: 256px;
    position: relative;
    margin-bottom: 80px;
}
.author-meta {
    position: absolute;
    top: 80px;
    left: 36px;
    display: flex;
    gap: 32px;
    z-index: 1;
}
.author-meta .author-img {
    border: 4px solid #FFF;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px #00000040;
    margin-top: 36px;
}
.author-meta h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 400 !important;
    color: #fff;
    margin-bottom: 6px;
}
.author-meta .author-post {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    color: #fff;
}
.author-social-list {
    display: flex;
    margin-left: -10px;
}
.author-address {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-left: 8px;
    color: #333;
}
.author-location {
    display: flex;
    align-items: center;
}
.author-head, .author-subhead {
    font-size: 36px;
    line-height: 54px;
    color: #488B91;
    margin-bottom: 24px;
}
.author-subhead {
    font-size: 24px;
    line-height: 36px;
}
.author-bio p {
    font-size: 20px;
    color: #364153;
    margin-bottom: 24px;
}
.spec-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.spec-feature {
    flex: 0 0 calc(50% - 16px);
    background: linear-gradient(90deg, rgba(72, 139, 145, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    font-size: 21px;
    line-height: 39px;
    color: #364153;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
}
.accent-color {
    color: #488B91;
}
.sticky-box {
    position: sticky;
    top: 60px;
}
.author-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;
    font-size: 16px;
    line-height: 24px;
    color: #4A5565;
    border-radius: 14px;
}
.author-stats:not(:last-child) {
    margin-bottom: 16px;
}
.author-stat {
    font-size: 24px;
    line-height: 36px;
    color: #488B91;
}

.author-article-list .owl-articles .item {
    background: #fff;
}

.author-article-list .single-article-content {
    padding: 20px;
}

.author-article-list .s-art-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 21.78px;
    color: #333;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.author-article-list .s-art-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.author-article-list .s-art-tags span {
    background: #84848433;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
    color: #002025;
    border-radius: 3px;
}

.author-article-list .s-art-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
}

.author-article-list .s-art-meta .meta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #89898C;
}

.author-article-list .s-art-meta .meta img {
    margin-right: 6px;
}

.author-article-list .owl-item img {
    width: inherit;
}

.recent-articles-head {
    color: #000;
    margin-top: 50px;
    line-height: 1;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .spec-feature {
        flex: 0 0 100%;
    }
}
@media (max-width: 600px) {
    .author-green-box {
        margin-top: 24px;
        margin-bottom: 40px;
    }
    .author-head {
        font-size: 30px;
    }
    .author-bio p {
        font-size: 18px;
    }
    .spec-feature {
        font-size: 16px;
        line-height: 1.3;
        display: flex;
    }
    .author-meta {
        flex-direction: column;
        top: 10px;
        gap: 5px;
    }
    .author-meta .author-img {
        margin-top: -40px;
        width: 100px;
        height: 100px;
    }
    .author-meta h1 {
        font-size: 30px;
        line-height: 1.3;
    }
    .author-meta .author-post {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .author-address {
        color: #fff;
    }
    .author-location img {
        filter: invert(100%) brightness(200%);
    }
}
/*Author Page End*/

/*ISO-9001 Certified Page Start*/
.custom-order-info-box .iso-banner-desc {
    font-size: 20px;
}
.iso-tag {
    background-color: #333;
    border-radius: 50px;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
    margin-bottom: 10px;
    border: 1px solid #333;
}
.iso-tag:hover {
    border: 1px solid #07BAD080;
    background: #07BAD033;
}
.iso-tag a {
    color: #fff;
}
.view-certification {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #FFFFFF33;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}
.iso-head {
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #333 !important;
    margin-bottom: 16px;
}
.iso-cert-head {
    font-size: 20px;
    line-height: 27.2px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 28px;
    color: #707070;
}
.iso-head-desc {
    font-size: 18px;
    line-height: 27.2px;
    text-align: center;
    color: #707070;
    margin-bottom: 28px;
}
.iso-about-blocks,
.iso-quality-blocks {
    display: flex;
}
.iso-about-blocks {
    gap: 79px;
}
.iso-about-block,
.iso-quality-list li,
.iso-future-block {
    border: 1px solid #E4E9EE;
    border-radius: 10px;
}
.iso-about-block {
    flex: 1;
}
.iso-about-block,
.iso-quality-metric {
    padding: 33px;
}
.iso-about-block-head {
    font-weight: 700;
    font-size: 21px;
    line-height: 31.5px;
    color: #333;
    margin: 24px 0 12px;
}
.iso-about-block-desc,
.iso-future-block-desc,
.quality-desc {
    font-size: 16px;
    color: #4A5565;
}
.iso-about-block-desc,
.iso-future-block-desc {
    line-height: 25.6px;
}
.quality-desc {
    line-height: 24px;
}
.iso-quality-blocks {
    justify-content: space-between;
    gap: 126px;
}
.iso-quality-block {
    max-width: 560px;
}
.iso-quality-block h2,
.iso-future h2 {
    text-align: left;
}
.iso-quality-block .iso-head-desc {
    text-align: left;
    font-size: 21px;
    line-height: 39px;
    color: #364153;
}
.iso-quality-list li,
.iso-future-block {
    display: flex;
    gap: 16px;
}
.iso-quality-list li {
    align-items: start;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    padding: 17px;
    text-align: left;
    color: #364153;
}
.iso-quality-metrics,
.iso-future-blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: flex-end;
}
.iso-quality-metric {
    border: 1px solid #E4E9EE;
    border-radius: 10px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F9FAFB 100%);
    text-align: center;
}
.quality-stat {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #488B91;
    margin-bottom: 8px;
}
.iso-quality-metric.filled-metric {
    background: linear-gradient(135deg, #488B91 0%, #54A7B0 100%);
    border-color: #488B91;
}
.iso-quality-metric.filled-metric .quality-desc {
    color: #fff;
}
.iso-compliance-blocks.iso-about-blocks {
    gap: 24px;
}
.iso-compliance-blocks .iso-about-block-head {
    font-size: 18px;
    line-height: 27px;
}
.iso-compliance-blocks .iso-about-block-desc {
    font-size: 14px;
    line-height: 22.4px;
}
.iso-future .iso-quality-blocks {
    gap: 32px;
}
.iso-future-blocks {
    align-self: unset;
}
.iso-future-block {
    padding: 25px;
}
.iso-future-block .iso-about-block-head {
    margin-top: 0;
    margin-bottom: 8px;
}
.iso-future .iso-head-desc {
    line-height: 1.4;
}
@media screen and (max-width: 1024px) {
    .iso-banner-desc {
        font-size: 18px !important;
    }
    .iso-about-blocks,
    .iso-future-block,
    .iso-quality-blocks {
        flex-direction: column;
    }
    .iso-about-blocks,
    .iso-quality-blocks {
        gap: 24px;
    }
    .iso-quality-blocks {
        gap: 48px;
    }
    .iso-head {
        line-height: 1.4;
    }
    .iso-about-block,
    .iso-future-block {
        padding: 25px;
    }
    .iso-quality-block {
        max-width: unset;
    }
    .iso-quality-block .iso-head-desc {
        font-size: 16px;
        line-height: 1.4;
    }
    .iso-quality-list li {
        padding: 10px;
    }
    .quality-stat {
        font-size: 28px;
    }
    .iso-compliance-blocks .iso-about-block-desc {
        font-size: 16px;
    }
}
/*ISO-9001 Certified Page End*/

/*Testimonials Page Start */
.testimonials-block {
    margin-bottom: 48px;
}

.testimonials-box {
    display: flex;
    gap: 92px;
    align-items: center;
    position: relative;
}

.testimonial-box-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(135deg, #0D1B1C 0%, #54A7B0 100%);
    padding: 32px;
    min-width: 287px;
    min-height: 341px;
}

.testimonials-head {
    color: #000 !important;
    text-align: center;
    margin-bottom: 30px;
}

.client-title,
.client-company,
.client-loyalty {
    color: #fff;
}

.client-title {
    font-size: 21px;
    line-height: 1.5;
}

.client-company {
    font-size: 14px;
    line-height: 1.43;
}

.client-loyalty {
    font-size: 12px;
    line-height: 1.33;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 4px 12px;
}

.client-review-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #488B91;
    margin-bottom: 16px;
}

.client-review-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #364153;
}

.client-quote {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .testimonials-box {
        flex-direction: column;
        gap: 32px;
    }
    
    .testimonial-box-left {
        align-self: flex-start;
    }
}

@media (max-width: 600px) {
    .client-quote {
        top: -70px;
        right: -15px;
    }
}
/*Testimonials Page End*/

/*Order Tracking Page Start */
.tracking-page-temp .gen-input-group {
    padding: 4px 11px;
}
.tracking-page-temp .t-input {
    height: 26px;
}
.torder-status {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
}
.torder-ship-status {
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0px;
}
.torder-ship-desc {
    font-size: 14px;
    line-height: 140%;
    word-break: break-word;
}
.torder-ship-block {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}
.ship-block-meta {
    border: 1px solid #DEDEDE;
    background-color: #F3F5F9;
    border-radius: 4px;
    padding: 3px;
    min-width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.ship-block-status {
    line-height: 160%;
    margin-bottom: 4px;
}
.ship-block-time {
    font-size: 12px;
    line-height: 160%;
    color: #333;
}
.torder-backorder-pill {
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 10px;
    vertical-align: middle;
    margin-left: 8px;
    letter-spacing: 0.3px;
    background-color: #d9534f;
    color: #fff;
    border-color: #d43f3a;
}
.torder-details {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 16px;
}
.torder-details:not(:last-child) {
    margin-bottom: 14px;
}
.torder-meta {
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
}
.torder-meta:not(:last-child) {
    margin-bottom: 15px;
}
.torder-det-block {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.5;
}
.two-flex-cols {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.torder-heading {
    font-size: 21px !important;
    line-height: 1.2;
    letter-spacing: 0px !important;
    color: #000 !important;
}
.torder-link {
    color: #418086;
    font-weight: 500;
    border-bottom: 1px solid;
}
@media screen and (max-width: 991px) {
    .no-padding-tabs {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .torder-ship-desc {
        font-size: 14px;
        line-height: 1.3;
    }
}
.gen-sticky-box {
    position: sticky;
    top: 60px;
}
.gen-order-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 21px;
}
.gen-order-s-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.gen-order-img {
    width: 64px;
    height: 64px;
    border: 1px solid #D6D6D6;
    padding: 6px;
    border-radius: 5px;
    object-fit: contain;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
}

.gen-order-item-r {
    width: 100%;
    margin: 0 14px;
    margin-right: 0;
}

.gen-order-item-title {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.2px;
    color: #0B0F0E;
}

.gen-order-item-sku {
    font-size: 14px;
    line-height: 22.4px;
    color: #818B9C;
    word-break: break-word;
}

.gen-order-item-cost {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
}

.gen-order-kit-parent {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 0;
}

.gen-order-kit-summary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    line-height: 22.4px;
    color: #0B0F0E;
    padding-bottom: 12px;
    margin-bottom: 8px;
    gap: 10px;
}

.gen-order-item-count {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 10;
    background: #707070;
    color: #fff;
    width: 21px;
    height: 21px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 21px;
}

.gen-order-total {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
}
.gen-order-totals .gen-order-item:not(:last-child) {
    margin-bottom: 8px;
}
.gen-order-totals .gen-order-item:last-child {
    margin-bottom: 0;
}

.torder-tracking {
    display: flex;
}

.torder-tracking-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    position: relative;
    font-size: 14px;
    line-height: 100%;
    color: #465668;
    z-index: 1;
    text-align: center;
}

.torder-tracking-step-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #465668;
    margin-top: 10px;
}

.torder-tracking.active .torder-tracking-step-title {
    color: #488B91;
}

.torder-tracking-step-date {
    max-width: 90px;
    text-align: center;
}

.torder-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #488B91;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242E39;
    background: #fff;
}

@media screen and (min-width: 601px) {
    .torder-tracking-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 16px;
        left: calc(50% + 26px);
        width: calc(100% - 52px);
        height: 2px;
        background: #A1AEBE;
        z-index: -1;
    }

    .torder-tracking-step.active:not(:last-child)::after {
        background: #488B91;
    }
}

@media screen and (max-width: 600px) {
    .torder-tracking {
        gap: 30px;
        flex-direction: column;
    }

    .torder-tracking, .torder-tracking-step {
        width: 100%;
    }
}
.torder-shipment-tabs > li > a {
    font-size: 14px;
    line-height: 22px;
    color: #333 !important;
}
.torder-shipment-tabs > li.active > a, .torder-shipment-tabs > li.active > a:focus, .torder-shipment-tabs > li.active > a:hover {
    background: #F8F8F8;
}
.torder-shipment-content {
    padding: 16px;
}
.gen-kit-parent {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 0;
}
.gen-kit-summary {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 74px);
    margin-left: auto;
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    line-height: 22.4px;
    color: #0B0F0E;
    padding-bottom: 12px;
    margin-bottom: 8px;
    gap: 10px;
    width: 100%;
    margin: 0;
}
.gen-error:not(:empty), .gen-error-with-img {
    border: 1px solid #DC3545;
    background: #FFE6E6;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.31px;
    margin-bottom: 24px;
    margin-top: 10px;
}
.gen-error-with-img:not(:empty) {
    display: flex;
    gap: 14px;
    position: relative;
}
.with-loading-icon {
    position: relative;
}
.loading-gif {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.clock-img {
    border: 1px solid #155DFC82;
    border-radius: 50%;
}

/*Order Tracking Page End */

/*Net 30 Page Start */
.net30-page .gen-page-head {
    font-size: 36px !important;
    line-height: 1.4;
}
.two-routes {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.routes-inner {
    display: flex;
    gap: 16px;
    flex-direction: column;
    background: #488B9105;
    border: 2px solid #488B91;
    border-radius: 12px;
    padding: 26px;
    flex: 1;
}
.route-header {
    display: flex;
    gap: 16px;
    align-items: center;
}
.route-head {
    font-weight: 700;
    font-size: 21px;
    line-height: 31.5px;
    color: #333;
}
.route-desc {
    font-size: 16px;
    line-height: 25.6px;
    color: #555;
}
.new-account-terms .iso-quality-list li {
    padding: 0;
    border: none;
}
.new-account-terms h2 {
    color: #488B91 !important;
}
.gen-alert-block {
    border-left: 4px solid;
    border-radius: 10px;
    padding: 20px 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    gap: 12px;
}
.gen-alert-block.gen-success {
    background-color: #488B910D;
    border-color: #488B91;
}
.gen-alert-block.gen-info {
    background-color: #FFF9E6;
    border-color: #FFC107;
}
.gen-alert-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 6px;
}
.gen-alert-desc {
    font-size: 16px;
    line-height: 25.6px;
    color: #555;
}
.gen-alert-block img {
    margin-top: 2px;
}
.new-account-terms .secondary-line {
    max-width: 576px;
    margin: 0 auto;
}
.new-account-terms .cta-btn a {
    width: fit-content;
}
.po-title {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin-bottom: 24px;
}
.po-list li {
    display: flex;
    gap: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin-bottom: 24px;
}
.po-no {
    background: #488B91;
    border-radius: 50%;
    color: #fff;
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.po-li-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}
.po-pay-methods {
    padding: 25px;
    display: flex;
    gap: 32px;
    background: #F8F9FA;
    border: 1px solid #E4E9EE;
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.po-pay-method {
    flex: 1;
}
.po-pay-address {
    font-size: 16px;
    line-height: 27.2px;
    color: #333;
    margin-top: 12px;
    margin-bottom: 12px;
}
.po-pay-mail {
    margin-top: 12px;
}
.po-pay-mail a {
    background: #488B91;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
}
.po-pay-mail img {
    filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
    .net30-page .gen-page-head {
        font-size: 25px !important;
    }
    .route-head {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 600px) {
    .two-routes, .po-pay-methods {
        flex-direction: column;
    }
    .routes-inner {
        padding: 18px;
    }
    .gen-cta-style3 .cta-btn a {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 14px;
    }
    .gen-alert-block {
        padding: 20px 10px;
    }
    .po-pay-methods {
        padding: 18px;
    }
}
/*Net 30 Page End */

/*Shipping and Billing FAQ Start*/
.shipFaq-head {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    align-items: center;
}
.shipFAQ-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    color: #488B91;
}
.shipping-accordion-panel .gen-accordion dt, .shipping-accordion-panel .gen-accordion .content {
    border: 1px solid #E4E9EE;
    border-radius: 10px;
    padding: 24px !important;
}
.shipping-accordion-panel .gen-accordion dt {
    padding-right: 36px !important;
}
.shipping-accordion-panel .gen-accordion dd {
    margin-bottom: 16px;
}

.shipping-accordion-panel .gen-accordion dt.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.shipping-accordion-panel .gen-accordion .content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.shipping-accordion-panel .icon {
    width: 24px;
    height: 24px;
    background-color: transparent !important;
    border-radius: 0;
    right: 15px;
}
.shipping-accordion-panel .is-open .icon {
    transform: rotate(180deg);
}
.shipFAQ-page-list {
    padding-left: 20px;
    margin: 10px 0;
}
.shipFAQ-page-list li {
    display: flex;
    gap: 12px;
    color: #3c3c43d9;
    font-size: 15px;
    line-height: 140% !important;
    letter-spacing: 0px;
    margin-bottom: 4px;
}
.shipFAQ-page a {
    display: inline-block;
    position: relative;
    color: #2e7577 !important;
    overflow: hidden;
    top: 5px;
    font-size: inherit;
    font-weight: 500;
}
.shipping-accordion-panel .is-open + dd .content {
    border-top: none;
}
@media (max-width: 768px) {
    .shipFAQ-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .gen-accordion-panel .gen-accordion dt {
        font-size: 18px;
    }
}
/*Shipping and Billing FAQ End*/

/*Privacy Page Start*/
.privacy-page .shipFaq-head {
    margin-top: 24px;
    margin-bottom: 24px;
}
.privacy-page .shipFAQ-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}
.info-list li {
    background-color: #F8F9FA;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 27.2px;
    color: #333;
    border-radius: 10px;
    margin-bottom: 16px;
}
.note-text {
    color: #555 !important;
}
.privacy-page .gen-white-box p {
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .privacy-page .shipFAQ-title {
        font-size: 24px;
        line-height: 1.1;
    }
}
.gen-link-template a {
    color: #488B91;
    font-weight: 500;
    border-bottom: 1px solid;
}
/*Privacy Page End*/

/*Terms Page Start*/
.sticky-page-list li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.sticky-page-list li a {
    text-decoration: none !important;
    border: none !important;
    display: block;
    padding: 13px 16px;
    border: 1px solid #E4E9EE !important;
    border-radius: 10px;
}
.sticky-page-list li a:hover {
    background: #488B91;
    color: #fff !important;
    border: 1px solid #488B91 !important;
}
.terms-headline {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 4px;
}
.terms-page .shipFaq-head[id] {
    scroll-margin-top: 65px;
}
/*Terms Page End*/

/*Custom Signup form*/
.custom-signup-form select {
    background: #F4F5F9 !important;
    height: unset;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
}
.cust-alert-desc {
    color: #000;
    font-weight: 500;
}
/*Accordion icons without using i tag*/
.gen-custom-accordion dt::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    transition: transform 0.3s, background-color 0.3s, color 0.3s;
    width: 48px;
    height: 48px;
    background-color: #ccc;
    border-radius: 50%;
    color: #000;
    position: absolute;
    top: 24px;
    right: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.gen-custom-accordion .is-open::after {
    background-color: #000;
    color: #fff;
    transform: rotate(270deg);
}
@media (max-width: 600px) {
    .gen-custom-accordion dt::after {
        right: 10px;
    }
}
/*Confirmation Page Start*/
.action-padding {
    padding: 40px 0;
}
.action-completed {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 673px;
    text-align: center;
    margin: 0 auto;
}
.action-head, .assistance-head {
    font-weight: 700;
    font-size: 40px !important;
    line-height: 1.3;
    color: #12022F !important;
    margin-bottom: 24px;
}
.action-head {
    font-size: 40px !important;
    letter-spacing: -0.5px;
    color: #12022F !important;
    margin-top: 32px !important;
}
.action-desc, .assistance-desc {
    font-size: 18px;
    line-height: 28.8px;
    color: #594D6D;
}
.action-background {
    background-color: #F8F9FA;
}
.action-assistance {
    text-align: center;
}
.assistance-head {
    font-size: 36px !important;
    letter-spacing: 0px !important;
    text-align: center;
    margin-bottom: 16px;
}
.assistance-desc {
    max-width: 673px;
    text-align: center;
    margin: 0 auto;
}
.assistance-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}
.assistance-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;
}
.assistance-card img {
    margin: 0 auto;
    display: block;
}
.assistance-card-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #12022F;
}
.assistnace-card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #594D6D;
}
.assistnace-card-desc a {
    color: inherit !important;
}
.action-alert {
    margin: 0 !important;
}
@media (max-width: 600px) {
    .action-head {
        font-size: 26px !important;
    }
    .assistance-head {
        font-size: 24px !important;
    }
}
/*Confirmation Page End*/

/*General styles*/
.gen-fixed-width {
    max-width: 300px;
}