﻿@charset "utf-8";
/* CSS Document */

strong {
    font-weight: 600;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: rgba(0,0,0,0.6);
    background-color: #ffffff;
}

.uppercase {
    text-transform: uppercase;
}

.ui-helper-center {
    text-align: center;
}

.ui-helper-right {
    text-align: right;
}

.ui-helper-left {
    text-align: left;
}

.highlight {
    color: #DF0101;
}

.highlight1 {
    color: #DF0101;
    font-size: 36px;
}

.btn-large {
    padding: 16px 28px;
    font-size: 18px;
}

.mainNav {
    background-color: #ececec;
    background-color: rgba(236,236,236,1.0);
    z-index: 100;
}

.mainContent {
    background-color: #ffffff;
    z-index: 50;
    margin-top: 5px;
    margin-bottom: 40px;
}

.homepage .mainContent {
    background-color: #ffffff;
    z-index: 50;
}

.utilityNav {
    margin-right: 0;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-brand > img {
    max-width: 220px;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.navbar-default {
    background-color: #008C9A;
    box-shadow: 0 0 7px rgba(252, 251, 251, 0.10) !important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
    font-size: 16px;
}

.navbar-default, .btn-default, .btn-primary, .btn-warning {
    background-image: none !important;
    filter: none !important;
    border: none !important;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-image: none;
        box-shadow: none;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            background-color: transparent;
            font-weight: 700;
            color: #f26522;
        }

.navbar-nav {
    margin: 10px 0;
}

    .navbar-nav hr {
        border: 0;
        width: 30px;
        height: 2px;
        color: #d5d5d5;
        background-color: #d5d5d5;
        padding: 0;
        margin: 0 auto;
    }

footer {
    background-color: #ececec;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    text-align: center;
    padding: 30px;
}

    footer img.hslogo {
        margin-bottom: 15px;
        margin-top: 15px;
    }

.nopadding {
    padding: 0 !important;
}

.btn {
    text-transform: uppercase;
}

.utilityNav .btn-primary {
    background-color: #ececec;
    color: #535353;
}

    .utilityNav .btn-primary:hover {
        background-color: #cacaca;
        color: #535353;
    }

.homepage h1 {
    text-transform: none;
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
}

h1 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    color: #ffffff !important;
    line-height: 1.4em;
    font-size: 30px;
}

h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 40px 0;
    font-size: 16px;
    padding: 0;
}

.contentArea {
    padding-top: 0;
    padding-bottom: 40px;
}

    .contentArea p {
        margin-bottom: 40px;
    }

.mainContent .row.divider {
    padding-bottom: 40px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 40px;
}

.contentArea p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.contentArea form {
}

    .contentArea form label {
        text-transform: uppercase;
    }

    .contentArea form .checkbox label {
        text-transform: none;
    }

.contentArea button, .contentArea .btn {
    margin-bottom: 10px;
    margin-right: 10px;
}

.checkbox input {
    border: 1px solid #2a4051;
    border-radius: 0;
    height: 18px;
    width: 18px;
    margin-top: 0;
}

.spacing {
    margin-bottom: 40px;
}

ul.filters {
    text-transform: uppercase;
    padding-left: 0;
    list-style: none;
    color: #999;
}

    ul.filters li {
        float: left;
        margin-right: 30px;
        margin-bottom: 15px;
    }

        ul.filters li a {
            color: #999;
            text-decoration: none;
        }

            ul.filters li a:hover {
                color: #2a4051;
                text-decoration: none;
            }

        ul.filters li.active a {
            color: #2a4051;
            font-weight: 700;
        }

table tr td, table tr th {
    padding: 5px 5px 5px 0;
}

tr:last-child td {
    padding: 5px 5px 40px 0;
}

table.handpieces {
    border-top: 2px solid #ececec;
    margin-bottom: 40px;
}

    table.handpieces tr th {
        padding: 40px 5px 15px 8px;
        font-weight: 600;
    }

.contentArea table button, .contentArea table .btn {
    margin: 0;
}

.itemDetails {
    margin-bottom: 20px;
    color: #0097a9;
}

.repairDetails {
    margin-bottom: 20px;
}

    .repairDetails:last-child {
        margin-bottom: 0;
    }

    .repairDetails .itemDetails {
        margin-bottom: 10px;
    }

        .repairDetails .itemDetails span {
            margin-right: 10px;
        }

        .repairDetails .itemDetails .btn, .repairDetails .itemDetails button {
            margin-bottom: 0;
            margin-left: 15px;
        }

.modal-footer {
    text-align: center;
}

.modal-content {
    color: rgba(0,0,0,0.6);
    text-align: center;
}

.modal-title {
    text-transform: uppercase;
    color: #DF0101;
}

.modal-header {
    padding: 30px;
}

.modal-body {
    padding: 0 30px;
}

.modal-header .close {
    color: #fff;
    text-shadow: none;
}

.modal-content .btn {
    margin: 0 20px;
}

.timeline {
    margin-bottom: 40px;
    padding: 15px;
}

    .timeline ol {
        position: relative;
        text-transform: uppercase;
        color: rgba(0,0,0,0.6);
        margin: 0;
        padding: 0;
    }

        .timeline ol li a {
            color: rgba(0,0,0,0.6);
            text-decoration: none
        }

            .timeline ol li a:hover {
                text-decoration: none
            }

.timeline {
    background-color: #ececec;
}

    .timeline ol li.done {
        background-color: #0097a9;
        color: #fff;
    }

        .timeline ol li.done a {
            color: #fff;
            text-decoration: none;
        }

        .timeline ol li.done:after {
            border-color: transparent transparent transparent #0097a9;
        }

table.checkboxes input, table.cart input {
    height: 26px;
    width: 26px;
}

table.checkboxes th {
    text-transform: uppercase;
}

table.cart th, table.handpieces th {
    white-space: nowrap;
}

table.checkboxes tr:last-child td, table.cart tr:last-child td {
    padding: 5px 5px 5px 0;
}

table.estimate tr:last-child td {
    border-top: 2px solid #999;
    padding-top: 20px;
}

table.cart tr:last-child td {
    border-top: 2px solid #999;
    padding-top: 20px;
}

table.estimate tr:nth-last-child(2) td, table.cart tr:nth-last-child(2) td {
    padding-bottom: 20px;
}

table.estimate td {
    vertical-align: top;
}

table.estimate tr:last-child td {
    padding: 5px 5px 10px 0;
    font-weight: 700;
}

.promolabel {
    margin-top: 8px;
    text-align: right;
}

.promocode button, .promocode .btn {
    margin-bottom: 0
}

select.form-control, input.form-control, textarea.form-control {
    background-color: #ececec;
    border: 1px solid #ccc;
}

.homepage .loginBox {
    background-color: rgba(93,109,127,0.8);
    color: #fff;
    padding: 30px 15px;
    text-align: left;
    margin-bottom: 30px;
}

    .homepage .loginBox button {
        margin-bottom: 0;
    }

    .homepage .loginBox h3 {
        margin-top: 0;
        padding-top: 0;
    }

    .homepage .loginBox p {
        margin-bottom: 20px;
    }

.input-validation-error {
    border: solid 1px red !important;
    background-color: lightyellow
}

.repairOption {
    background-color: #ececec;
    padding: 15px;
}

    .repairOption h4 {
        font-weight: 700;
        padding: 0;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }

.priceSummary {
    vertical-align: top;
    color: #0097a9;
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
}

.loginOption {
    border-right: #fff solid 1px;
}

.loginOption2 {
    border-left: #fff solid 1px;
    margin-left: -1px;
}

.pageHeader {
    padding: 0 0;
    margin-top: 2px;
    background-color: #333399;
}

.pageHeader h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 2.5rem;
    }

a.btnLink {
    color: #0097a9;
    font-weight: 600;
    text-decoration: none;
}

    a.btnLink:hover {
        opacity: 0.7;
    }

a.btnWarning {
    color: #DF0101;
    font-weight: 600;
    text-decoration: none;
}

    a.btnWarning:hover {
        opacity: 0.7;
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 25px;
}

.btnHeader {
    margin-left: 50px;
}

.filter-controls div {
    margin-top: 15px;
}

.filter-controls {
    margin-bottom: 30px
}

hr {
    border-top: 2px solid #ececec;
    margin: 40px 0;
}

table.handpieces tbody tr:hover {
    background-color: aliceblue !important;
}

.navbar-brand {
    padding: 14px 15px 14px 0;
}

.timeline ol li.first {
    border-radius: 12px 0 0 12px;
}

.pageHeader img.featureImage {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    border-width: 1px;
    border-color: #b3b3b3;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.loginBoxLeft {
    border-right: solid 0px #ececec;
    margin-bottom: 40px;
}

.loginBoxRight {
    border-left: solid 1px #ececec;
    margin-bottom: 40px;
}

.pageHeader .featureText {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #ffffff;
    padding-left: 3% !important;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.promoArea {
    text-align: center;
    margin-bottom: 40px;
}

    .promoArea h3 {
        color: #F00;
    }

.homepageMenu {
    max-width: 860px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

    .homepageMenu a {
        font-weight: 600
    }

        .homepageMenu a:hover {
            text-decoration: none;
            opacity: 0.6;
        }

.homepageMenuItem {
    background: linear-gradient(180deg,#d0d5d9,#a1adab) !important;
    padding: 0;
    margin: 20px;
    max-width: 175px;
    border-radius: 12px;
}

.affiliatePractice {
    margin: 0 auto;
    position: relative; /* or remove entirely if not needed */
    float: none;
}

label.submitPage {
    display: inline;
    text-transform: none !important;
    font-weight: normal;
}

.submitEmail {
    margin-bottom: 40px;
    padding-top: 40px;
}

.shippingNotice {
    padding: 30px;
    background-color: aliceblue;
    margin-left: 30px;
    color: #0097a9;
}

@media (max-width: 767px) {
    .spacingmobile {
        margin-bottom: 40px;
    }

    .navbar-brand {
        width: 100px;
        float: left;
        height: 30px;
        padding: 0;
    }

        .navbar-brand > img {
            margin: 10px;
            max-width: 150px;
        }

    .mainNav .nav > li.active:after {
        display: hidden;
    }

    .navbar-nav {
        margin: 0;
    }

    .btn.borderline {
        border-bottom: 2px solid #ececec !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    .homepage h1 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    ul.filters li {
        margin-right: 15px;
        font-size: 12px;
    }

        ul.filters li:last-child {
            margin-right: 0;
        }

    .contentArea button, .contentArea .btn {
        display: block;
        width: 100%;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
    }

    .modal-content .btn {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .repairDetails {
        margin-bottom: 30px;
    }

        .repairDetails .itemDetails {
            margin-bottom: 0;
        }

            .repairDetails .itemDetails span {
                display: block;
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px;              
            }

            .repairDetails .itemDetails .btn, .repairDetails .itemDetails button {
                margin-left: 0;
            }

    .timeline {
        padding: 15px;
    }

        .timeline ol {
            margin-left: 15px;
            font-size: 14px;
        }

            .timeline ol li.done, .timeline ol li.done a {
                background-color: transparent;
                color: #bac2c9;
            }

    .promolabel {
        margin-top: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    .promocode input {
        margin-bottom: 10px;
    }

    .homepage .contentArea {
        min-height: none;
    }

    .loginOption {
        border-right: none;
    }

    .loginOption2 {
        border-left: none;
        margin-left: 0;
    }

    .homepage .loginBox button.buttonMargin {
        margin-bottom: 30px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }


    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-right .glyphicon {
        display: none;
    }

    .btnHeader {
        margin-left: 0;
    }

    .btn {
        width: 100%;
    }

    .loginBoxLeft {
        border-right: none;
    }

    .loginBoxRight {
        border-left: none;
    }

    .homepageMenu {
        max-width: 430px;
        margin: auto;
    }

    .submitEmail {
        padding-top: 0;
    }

    .shippingNotice {
        margin-left: 0;
        clear: both;
        margin-top: 20px;
    }

    .spacingFix {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .btn.borderline {
        border-right: 2px solid #5d6d7f !important;
    }

    .mainNav .nav > li.active:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        margin: 10px -30px 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 32.5px 0 32.5px 30px;
        border-color: transparent transparent transparent #ececec;
    }

    .notificationOn:after {
        content: "";
        position: absolute;
        bottom: 0;
        margin-bottom: -25px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 25px 0 25px;
        border-color: #0072bc transparent transparent transparent;
    }

    .timeline ol {
        list-style: none;
    }

        .timeline ol li {
            position: relative;
            float: left;
            padding: 12px 24px 12px 46px;
            background-color: #ffffff;
            font-size: 12px;
            font-style: italic;
            margin-right: 5px;
        }

            .timeline ol li:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                margin: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 21px 0 21px 21px;
                border-color: transparent transparent transparent #ececec;
                z-index: 99;
            }

            .timeline ol li:after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                margin: 0 -20px 0 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 21px 0 21px 21px;
                border-color: transparent transparent transparent #ffffff;
                z-index: 999;
            }

            .timeline ol li.first {
                padding-left: 24px;
            }

            .timeline ol li.last {
                padding-right: 30px;
                border-radius: 0 12px 12px 0;
            }

            .timeline ol li.first:before {
                display: none;
            }

            .timeline ol li.last:after {
                display: none;
            }

    .homepage .contentArea {
        min-height: 773px;
    }

    .specialOffer {
        margin-right: 0;
    }

    .searchRow button {
        margin-top: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.filters li {
        margin-right: 15px;
        font-size: 14px;
    }

    .promolabel {
        margin-top: 0;
        text-align: right;
    }

    .searchRow button {
        margin-top: 0;
    }

    .loginOption {
        border-right: none;
    }

    .loginOption2 {
        border-left: none;
        margin-left: 0;
    }

    .homepage .loginBox button.buttonMargin {
        margin-bottom: 30px;
    }

    .navHide {
        display: none;
    }

    .navbar-right .glyphicon {
        font-size: 24px;
    }

    .navbar-nav {
        margin: 10px 0 0 0;
    }

    .navbar-brand > img {
        max-width: 150px;
    }

    .navbar-right .glyphicon {
        font-size: 18px;
    }

    .nav > li > a {
        padding: 9px 9px 15px 9px;
    }



    .loginBoxLeft {
        border-right: none;
    }

    .loginBoxRight {
        border-left: none;
    }

    .shippingNotice {
        padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .homepage .contentArea {
        min-height: 773px;
    }

    .navHide {
        display: none;
    }

    .navbar-right .glyphicon {
        font-size: 24px;
    }

    .navbar-nav {
        margin: 10px 0 0 0;
    }
}


.twitter-typeahead {
    background-color: #fff;
    display: block !important;
}

    .twitter-typeahead .tt-hint {
        display: block;
        width: 100%;
        height: 36px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857143;
        color: #999;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #ffffff;
        border-radius: 0;
    }

.tt-dropdown-menu {
    width: 100%;
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 6px 12px;
    font-size: 16px;
    height: 30px;
    display: block;
}

.tt-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.tt-suggestion.tt-is-under-cursor,
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestions p {
    margin-bottom: 0px !important;
}


#alert {
    color: #2a4051;
    text-align: center;
    margin-bottom: 30px;
    background-color: #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background-color: #ffffff;
}

.logo img {
    height: 90px;
    float: left;
}

.logout-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logout-form button {
    padding: 6px 12px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .logout-form button:hover {
        background-color: #c82333;
    }

.header {
    padding: 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

.container {
    display: flex;
    flex-direction: row;
    padding: 1px 20px 1px 20px /* Add padding around the container */
}

.left {
    background-color: #fff;
    padding: 1px;
    flex: 0 0 64%; /* allows flexibility with the flex */
    max-width: 64%; /* ensures it doesn't exceed this width */
}

.right {
    background-color: #fff;
    padding: 1px;
    flex: 0 0 36%; /* allows flexibility with the flex */
    max-width: 36%; /* ensures it doesn't exceed this width */
}

.highlight {
    color: #007bff; /* Bootstrap primary color */
}

.highlight-box {
    border: 0px solid #007bff; /* highlight border */
    padding: 5px;
    margin-bottom: 15px;
}


p {
    color: #0097a9;
}

hr.new1 {
    border: 1px solid #0097a9;
}
/* Responsive styles */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Stack on small screens */
    }

    .left, .right {
        flex: 0 0 100%; /* Make both sections take full width */
        max-width: 100%;
    }
}

ul.one {
    font-size: 1.0em;
    color: #0097a9;
    margin-top: 0.1em;
}

ul.two {
    font-size: 1.0em;
    color: #0097a9;
    margin-top: 0.1em;
    text-decoration: none;
    list-style-type: none;
}

a.one:link, a.one:visited {
    background-color: white;
    color: #008C9A;
    border: 2px solid #DF5E23;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

a.one:hover, a.one:active {
    background-color: #DF5E23;
    color: #008C9A;
}

a.two:link, a.two:visited {
    background-color: #008C9A;
    color: #DF5E23;
    padding: 5px 15px;
    font-size: 1.25em;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

a.two:hover, a.two:active {
    background-color: #DF5E23;
    color: #008C9A;
}

p.startrepair {
    text-align: center;
    background-color: #008C9A;
}

.container1 {
    margin-left: 150px !important;
    margin-right: 150px !important;
    color: #0097a9 !important;
}
.text-info {
    color: #0097a9 !important;
}
p.affiliate {
    text-align: center;
    background-color: #008C9A;
}
a.three:link, a.three:visited {
    background-color: #008C9A;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 1.4em;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

a.three:hover, a.three:active {
    background-color: #DF5E23;
    color: #008C9A;
}
.alert-success1 {
    background-color: #FFD580 !important;
    border-color: #d6e9c6;
    color: #3c763d;
    height: 140px
}
.mainContent {
    color: #0097a9 !important;
}

    .mainContent label,
    .mainContent select,
    .mainContent textarea {
        color: #0097a9 !important;
    }
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* Dimmed background */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* On top of everything */
}

.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #f26522; /* Brand color */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.important {
    font-size: 1.25em;
    font-weight: 700;
}
.support-text {
    padding-left: 65px;
    padding-right:20px;
}
a.btnWarning1 {
    color: #333399;
    font-weight: 600;
    text-decoration: none;
}

    a.btnWarning1:hover {
        opacity: 0.7;
    }
.affiliate-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, sans-serif;
}

.highlight-orange {
    color: #d97a00;
    font-weight: bold;
}

.card-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
}

.info-card {
    flex: 1;
    min-width: 260px;
    background-color: #0097a9;
    color: white;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

    .info-card h5 {
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

.cta-button {
    display: inline-block;
    background-color: #f16e22;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin: 1rem 0;
}

.income-graphic {
    text-align: center;
    margin: 2rem 0;
}

    .income-graphic img {
        max-width: 100%;
        height: auto;
    }

.benefits-list {
    margin-top: 1.5rem;
}

    .benefits-list li {
        margin-bottom: 0.5rem;
    }
.custom-list {
    list-style: none;
    padding: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .custom-list.simple li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background-image: url('Images/garrow.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .custom-list.savings li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background-image: url('Images/oarrow.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }
.highlight2 {
    color: #f26522;
    font-size: 36px;
}
a.btnWarning1 {
    color: #f26522;
    font-weight: 700;
    text-decoration: none;
}

    a.btnWarning1:hover {
        opacity: 0.7;
    }
a.btnWarning2 {
    color: #333399;
    font-weight: 700;
    text-decoration: none;
}

    a.btnWarning2:hover {
        opacity: 0.7;
    }
