/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-2x {
  font-size: 2em; }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-bars:before {
  content: "\f0c9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-check:before {
  content: "\f00c"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }
.fa-chevron-up:before {
    content: "\f077";
}
.fa-circle:before {
  content: "\f111"; }

.fa-comments:before {
  content: "\f086"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-lock:before {
  content: "\f023"; }
.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-phone:before {
  content: "\f095"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-search:before {
  content: "\f002"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-star:before {
  content: "\f005"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }


.gradbg2 {
    background: rgb(1,58,100);
    background: -moz-linear-gradient(90deg, rgba(1,58,100,1) 0%, rgba(0,101,175,1) 100%);
    background: -webkit-linear-gradient( 90deg, rgba(1,58,100,1) 0%, rgba(0,101,175,1) 100%);
    background: linear-gradient( 90deg, rgba(1,58,100,1) 0%, rgba(0,101,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013a64",endColorstr="#0065af",GradientType=1);
    background-color: #4c72c7;
}

    .gradbg2 .content-place-holder {
        background-color: transparent;
    }

    .gradbg2 .coupon-description {
        font-family: Arial, Tahoma, Geneva, sans-serif;
        font-size: 19px;
        color: #ffffff;
        padding-left: 3px;
        letter-spacing: 0px;
        line-height: 30px;
    }

    .gradbg2 .coupon-expire {
        -webkit-text-size-adjust: none;
        padding-left: 0px;
        padding-right: 0px;
        color: #ebebeb;
        font-family: Arial, Geneva, sans-serif;
        font-size: 12px;
        line-height: 24px;
    }

    .gradbg2 .coupon-activated {
        height: 40px;
        width: 200px;
        text-align: center;
        padding: 8px;
        background-color: #00bb80;
        border-radius: 3px;
    }

    .gradbg2 .coupon-countdown {
        width: 100%;
        max-width: 400px;
        text-align: center;
        font-family: Arial, Tahoma, Geneva, sans-serif;
        font-size: 18px;
        color: #ffffff;
        padding-left: 0px;
        letter-spacing: 0.5px;
        line-height: 30px;
        opacity: 100%;
        border-radius: 20px;
        background-color: hsla(0, 100%, 0%, 0.3);
    }

@media (max-width: 767.98px) {
    .gradbg2 .content-place-holder {
        text-align: center;
    }

    .gradbg2 .coupon-countdown {
        text-align: center;
        border-radius: 0px;
        max-width: 100%;
    }
}

