@font-face {
    font-family: 'avenirnextltw01regular';
    src: url('../fonts/avenir-next-regular-webfont.woff2') format('woff2'),
         url('../fonts/avenir-next-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root {
    ---color-white: #ffffff;
    ---color-light-blue: #0e689c;
    ---color-blue: #0f689b;
    ---color-orange: #ff7c1f;
    ---color-green: #6db413;
    ---color-grey: #767676;
    ---color-light-grey: #d0d0d0;
    ---color-black: #000000;
    ---main-color: #4b4b4b;
    ---color-yellow: #ffd320;
}
body {    
    font-family: 'avenirnextltw01regular';
    color: var(---main-color);
    font-size: 16px;
    line-height: 20px;
}
.btn-orange {
    background-color: var(---color-orange);
    color: var(---color-white);
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    min-height: 40px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.orange-signup{
    font-size: 20px; 
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    color: var(---color-white);
    outline: none;
    box-shadow: none;
}
.btn-blue {
    background-color: var(---color-blue);
    color: var(---color-white);
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    color: var(---color-white);
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.sect-p {
    padding: 25px 0;
}
.bg-blue {
    background-color: var(---color-light-blue);
    color: var(---color-white);
}
p, ul {
    font-size: 14px;
    line-height: 18px;
}
li {
    margin-bottom: 5px;
}
/*** Header ***/
.topbar {
    padding: 10px 0;
}
.topbar a {
    color: var(---color-grey);
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
}
.topbar a:hover, .topbar a:active, .topbar a:focus {
    color: var(---color-grey);
}
.topbar a:last-child {
    margin-right: 0;
}
.navbar-wrapper {
    border-top:1px solid var(---color-light-grey);
    border-bottom:13px solid var(---color-light-grey);
    padding: 10px 0;
}
.header-nav-links a {
    color: var(---color-grey);
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.header-nav-links a:last-child {
    margin-right: 0;
}
header .btn-orange {
    min-height: auto;
    width: auto;    
    padding: 6px 12px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    margin: 0;
}
/*** Homepage ***/
.hp-sect1 .btn-orange {
    width: auto;
}
.hp-sect6 {
    background: rgb(13,105,156);
    background: linear-gradient(180deg, rgba(13,105,156,1) 0%, rgba(10,131,199,1) 100%);
    color: var(---color-white);
}
.h1-style-blue {
    color: var(---color-blue);
    font-size: 38px; 
    font-weight: bold; 
    line-height: 42px; 
    margin: 0 0 20px 0; 
}
.h1-style-black {
    color: var(---color-black);
    font-size: 28px; 
    font-weight: bold; 
    line-height: 32px; 
    margin: 0 0 20px 0; 
}
.sub-heading {
    color: var(---color-green);
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.link-style-blue {
    color: var(---color-blue);
}
.link-style-blue:hover {
    color: var(---color-blue);
    text-decoration: none;
}
.h2-style {
    color: var(---color-blue);
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}
:root {
    --green:  #168a37;
    --blue:   #0f689b;
    --orange: #ff7c1f;
    --text:   #333;
  }

  body {
    /* margin: 2rem; */
    /* margin-left: 2rem; */
    /* margin-right: 2rem; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
  }

  .heading {
    text-align: center;
    color: #000;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 800;
  }

  .heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--orange);
    margin: 0.5rem auto 0;
    border-radius: 2px;
  }

  .feature-section {
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 2rem;
    /* max-width: 960px; */
    margin: 1rem auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .features {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .feature {
    text-align: center;
    flex: 1;
    min-width: 180px;
  }

  .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .green { background-color: var(--green); }
  .blue { background-color: var(--blue); }
  .orange { background-color: var(--orange); }

  .label {
    font-weight: 600;
    color: #333;
  }

  @media (max-width: 600px) {
    .features {
      flex-direction: column;
      align-items: center;
    }
  }
.step-img {
    height: 170px;
    margin-bottom: 15px;
}
.text-blue {
    color: var(---color-blue);
}
.box-shadow {
    border: 1px solid var(---color-light-grey);
    margin-top: 25px;
    padding: 15px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}
.h3-style {
    color: var(---color-black);
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.h3-style-blue {
    color: var(---color-blue);
}
.link-blue {
    color: var(---color-blue);
}
.slider-arrows {
    padding: 0 30px;
}
.slider-arrows .slick-slide {
    margin: 0 10px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background-color: var(---color-light-grey);
    margin: 15px 10px 0 0;
}
.slick-dots li button {
    background-color: transparent;
    border: 0;
    font-size: 0;
    line-height: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active {
    background-color: var(---color-green);
}
.slider-login img {
    border:1px solid var(---color-orange);
}
.partners-img img {
    max-width: 140px;
    margin: 0 15px 15px 0;
}
.partners-img:last-child img {
    margin-right: 0;
}
.txt-footer {
    font-size: 12px;
}
.footer-top {
    padding-bottom: 25px;
}
.footer-nav-links {
    list-style: none;
    margin: 0;
}
.footer-nav-links li a { 
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(---color-blue);
    margin-bottom: 5px;
}
.footer-nav-links li a:hover { 
    color: var(---color-blue);
    text-decoration: none;
}
.txt-white {
    color: var(---color-white);
}
.txt-yellow {
    color: var(---color-yellow);
}
.txt-green {
    color: var(---color-green);
}
.slick-track {
    display: flex !important;
}
.slider-arrows .slick-arrow {
    color: #ff8128;
}
.slick-slide {
    height: inherit !important;
}
.slider-testimonial {
    padding: 0 30px;
}
.slider-testimonial .slick-slide {
    margin: 0 10px;
    background-color: var(---color-white);
    color: var(---color-black);
    padding: 15px;
    border-radius: 8px;
}
.slider-testimonial p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.slider-testimonial .slick-slide {
    position: relative;
    margin-bottom: 30px;
}
.slider-testimonial .slick-slide:after {
    content:'';
    position: absolute;
    left: 5px;
    bottom: -10px;
    width: 0; 
    height: 0; 
    transform: rotate(135deg);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;    
    border-top: 20px solid #fff;
}
.slider-testimonial .slick-arrow {
    background-color: var(---color-white);
    color: var(---color-black);    
    width: 25px;
    height: 45px;
    outline: none;
    margin-top: -40px;
}
.slider-testimonial .slick-arrow.slick-prev {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.slider-testimonial .slick-arrow.slick-next {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.box-border {
    border: 1px solid var(---color-light-grey);
    padding: 20px;
}
.form-group {
    margin-bottom: 25px;
}
label {
    margin-bottom: 5px;
}
.form-control {
    background-color: #fafafa;
    border: 1px solid var(---color-light-blue);
}
.form-control:focus {
    background-color: #fafafa;
    border: 1px solid var(---color-light-blue);    
    box-shadow: 0 0 5px #b0b0b0;
}
::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
}
::placeholder {
    font-size: 14px;
}
.about-us-banner {
    background: url(../img/about-us-banner-img1.jpeg) no-repeat;
    background-size: cover;
    width: 100%;
    margin-right: 15px;
    color: var(---color-white);
}
.about-us-banner h1 {
    font-size: 38px;
    font-weight: bold;
    line-height: 315%;
    text-shadow: 1px 1px 2px rgba(41,18,28,.8);
}
.borderless td, .borderless th {
    border: none;
    }
.faq-sect1 {
    background: url('../img/bg-faq.jpg') no-repeat;
    background-size: cover;
    margin: 25px 0;
}
.search-wrapper {
    position: relative;
}
.btn-search {
    background-color: var(---color-yellow);
    color: var(---color-blue);
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    min-height: 40px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-search:hover, .btn-search:active, .btn-search:focus {
    color: var(---color-blue);
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.search-input {
    min-height: 40px;
    padding-right: 70px;
}
.border-w-faq {
    border: 1px solid var(---color-white);
    width: 100%;
    height: 100%;
    color: var(---color-white);
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}
.border-w-faq:hover, .border-w-faq:active, .border-w-faq:focus {
    color: var(---color-white);
    text-decoration: none;
}
.border-w-faq i {
    font-size: 40px;
}
.border-w-faq small {
    font-size: 12px;
}
.faq-list {
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 15px;
}
.faq-list h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin: 0;
    cursor: pointer;
}
.faq-list h4:after {
    position: absolute;
    top: 0;
    right: 15px;
    font: var(--fa-font-solid);
    content: "\f106";
    transition: all 0.5s;
}
.faq-list h4[aria-expanded="false"]:after {
    transform: rotate(180deg);
}
.faq-ans {
    padding-top: 20px;
}
.faq-ans p:last-child {
    margin-bottom: 0;
}
.ul-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sign_in{
color:white !important;
text-transform:none !important;
font-size:14px !important;

}

ol.progress_1[data-steps="2"] li { width: 49%; }
ol.progress_1[data-steps="3"] li { width: 33%; }
ol.progress_1[data-steps="4"] li { width: 24%; }
ol.progress_1[data-steps="5"] li { width: 19%; }
ol.progress_1[data-steps="6"] li { width: 16%; }
ol.progress_1[data-steps="7"] li { width: 14%; }
ol.progress_1[data-steps="8"] li { width: 12%; }
ol.progress_1[data-steps="9"] li { width: 11%; }

.progress_1 {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progress_1 li {
    float: left;
    text-align: center;
    position: relative;
}

.progress_1 .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: black;
    opacity: 0.3;
}

.progress_1 .step {
    color: black;
    border: 3px solid silver !important;
    background-color: silver !important;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 0;
}

.progress_1 .step span {
    opacity: 0.3;
}

.progress_1 .active .name,
.progress_1 .active .step span {
    opacity: 1;
}

.progress_1 .step:before {
    content: "";
    display: block;
    background-color: silver !important;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;

}

.progress_1 .step:after {
    content: "";
    display: block;
    background-color: silver !important;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
   right: -9px;

}

.progress_1 li:first-of-type .step:before {
    display: none;
}

.progress_1 li:last-of-type .step:after {
    display: none;
}

.progress_1 .done .step,
.progress_1 .done .step:before,
.progress_1 .done .step:after,
.progress_1 .active .step,
.progress_1 .active .step:before {
    background-color: rgb(252, 103, 49) !important;;
}

.progress_1 .done .step,
.progress_1 .active .step {
    border: 3px solid rgb(252, 103, 49) !important;;
}

.title{
    color: rgb(252, 103, 49);

}



@media (max-width: 991px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        top: 0;
        width: 100%;
        height: 100%;
        left: -100%;
        padding-left: 20%;
        background-color: #fff;
        z-index: 101;
        overflow-y: auto;
        transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .offcanvas-collapse.menu-open {
        left: -20%;
        /* Account for horizontal padding on navbar */
    }
    .main-header .navbar-toggler {
        border: none;
        border-radius: 0;
        background: transparent;
        padding: 0;
        position: relative;
        z-index: 105;
    }
    .main-header .navbar-toggler:focus {
        outline: none;
        background: transparent;
    }
    .main-header .navbar-toggler .icon-bar {
        background-color: #000;
        transform: rotate(0deg) translate(0px, 0px);
        -webkit-transform: rotate(0deg) translate(0px, 0px);
        transition: ease all .2s;
        -webkit-transition: ease all .2s;
    }
    .main-header .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .main-header .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .main-header .navbar-toggler.menu-open .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
        -webkit-transform: rotate(45deg) translate(5px, 4px);
        transition: ease all .2s;
        -webkit-transition: ease all .2s;
    }
    .main-header .navbar-toggler.menu-open .icon-bar:nth-child(2) {
        opacity: 0;
        transition: ease all .2s;
        -webkit-transition: ease all .2s;
    }
    .main-header .navbar-toggler.menu-open .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
        transition: ease all .2s;
        -webkit-transition: ease all .2s;
    }
    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .main-content:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }
    .header-nav-links {
        margin: 25px 0 20px 0;
    }
    .header-nav-links a {
        width: 90%;
        padding-bottom: 15px;
        margin-right: 0;
    }
    
    .main-header .navbar-toggler.menu-open .icon-bar {
        background-color: var(---color-white);
    }
    .hp-sect1 {
        padding-top: 25px;
    }
    .main-slider {
        margin-top: 25px;
    }
    .partners-img {
        display: inline-block;
    }    
    .about-us-banner {
        width: 100%;
        margin-right: 0;
    }
    footer.sect-p {
        padding-top: 0;
    }
    .footer-nav-links {
        padding: 0;
    }
}

.dashboard-tab.nav-tabs .nav-item a {
    color: #168a37;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #efefef;
    border: 1px solid var(---color-white);
    border-bottom: 0;
    padding: 15px;
}
.dashboard-tab.nav-tabs .nav-item a.active {
    background-color: #168a37;
    color: var(---color-white);
    border-bottom: 0;
}
.dashboard-tab.nav-tabs .nav-item:first-child a {
    border-left: 0;
}
.dashboard-tab.nav-tabs .nav-item:last-child a {
    border-right: 0;
}
#tabDashboard {
    border: 2px solid #168a37;
    padding: 25px;
}
.bg-light-grey {
    background-color: #efefef;
}
#tabDashboard .form-control {
    border-radius: 0;
}
.text-black {
    color: var(---color-black);
}
.add-more-product {
    position: absolute;
    bottom: -20px;
    left: 490px;
    right: 490px;
    margin: 0 auto;
    color: var(---color-orange);

}
.add-more-product:hover{

color: var(---color-orange) !important
}
.add-more-product i {
    cursor: pointer;
    font-size: 22px;
}
.border-green {
    border: 2px solid #168a37;
}
.remove-product {
    cursor: pointer;
    padding: 5px;
    display: inline-block;
}
.remove-product i {
    color: var(---color-grey);
}
.product-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}
.coupon-code {
    border: 1px solid#efefef;
    height: 42px;
    padding: 20px 15px;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.coupon-code:focus {
    box-shadow: none;
    outline: none;
}
.btn-coupon {
    white-space: nowrap;
    background-color: #168a37;
    height: 42px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: var(---color-white);
    font-weight: bold;
    font-size: 16px;
    padding: 2px 82px;
}
.btn-coupon:hover, .btn-coupon:active, .btn-coupon:focus {
    color: var(---color-white);
    outline: none;
    box-shadow: none;
}
.heading-style {
    position: relative;
    font-size: 20px;
    padding-bottom:5px;
    display: inline-block;
    width: 100%;
    border-bottom:2px solid #efefef;
}
.heading-style:after {
    content:'';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40%;
    height: 2px;
    border-bottom:2px solid var(---color-orange);
}
.border-b-grey {
    border-bottom:2px solid #efefef;
}

.bg-green {
    background-color: #168a37;
    color: var(---color-white);
}
ol, ul {
    font-size: 14px;
    line-height: 16px;
}
.link-orange, .link-orange:hover, .link-orange:active, .link-orange:focus {
    text-decoration: none;
    color: var(---color-orange);
}
.text-orange{
 color: var(---color-orange);
}
.long-arrow-right {
    position: relative;
    display: inline-block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 4px
}
.long-arrow-right::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px
}
.shopping-steps {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.shopping-steps .active span {
    display: inline-block;
    border-bottom:1px solid var(---color-orange)
}
.font-14 {
    font-size: 14px;
    line-height: 18px;
}
.arrow-icon {
    display: inline-block;
    width: 25%;
    position: absolute;
    top: 0;
    left: 17px;
}
.last-arrow {
    left: auto;
    right: 13px;
}
.border-green-dotted {
    border:2px dotted #168a37;
}
.txt-dark-green {
    color: #168a37;
}

@media (max-width: 991px) {
    .shopping-steps {
        font-size: 12px;
        line-height: 14px;
    }
    .arrow-icon {
        left: -15px;
    }
    .arrow-icon.last-arrow {
        left: auto;
        right: -15px;
    }
}

.country-flag {
    display: inline-block;
    vertical-align: top;
    width: 8%;
    border-right:1px solid var(---color-light-blue);
}
.phone-prefix {
    display: inline-block;
    width: 15%;
    color: var(---color-grey);
    border:0;
    outline: none;
}
.form-control-phone {
    display: inline-block;
    width: 60%;
    height: auto;
    background: transparent;
    border: 0;
    outline: none;
}

.input-file-area {
    height: auto;
    width:100%;
    height: 100%;
}
.my-dropzone {
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: transparent;
    position: relative;
    z-index: 5;
    margin-top: -135px;
    padding-top: 135px;
}
.input-file-heading {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 20px;
}
.dz-preview {
    display:inline-block;
    width:45%;
    margin: 10px;
}
.dz-success-mark, .dz-error-mark {
    display: none;
}

   /****************************** NEW ******************************/
                @media (max-width: 1200px) {
                .add-more-product {
                    position: absolute;
                    bottom: -20px;
                    left: 40%;
                    right: 40%;
                    margin: 0 auto;
                    color: var(---color-orange);
                }
            }
            @media (max-width: 991px) {
                .cart-value {
                    right: 370px;
                }
            }
            @media (max-width: 640px) {
                .cart-value {
                    right: 364px;
                }
            }
             @media (max-width: 520px) {
                .cart-value {
                    right: 290px;
                }
            }
            @media (max-width: 480px) {
                .cart-value {
                    right: 275px;
                }
            }
            @media (min-width: 320px) and (max-width: 460px){
                .cart-value {
                    right: 230px;
                }
            }

  .payment-label {
    display: inline-block;
    border:2px solid transparent;
    width: auto;
    cursor: pointer;
}
.payment-method-input {
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.payment-method-input:checked + span img {
    border:2px solid var(---color-green);
    border-radius: 8px;
}
.payment-logo {
    display: inline-block;
    margin-left: -15px;
    margin-right: 10px;
}
.payment-logo img {
    max-width: 70px;
}
.payment-instruct {
    display: none;
}
#showMcbjuice {
    display: block;
}

.order-list {
    border: 1px solid var(---color-light-grey);
    border-top:0;
    color: var(---color-grey);
}
.order-list:first-child {
    border-top: 1px solid var(---color-light-grey);
}
.order-title {
    position: relative;
    padding: 15px 15px 15px 55px;
    cursor: pointer;
}
.order-title i {
    position: absolute;
    left:15px;
    top: 17px;
    transition: all 0.5s;
}
.order-title[aria-expanded="true"] {
    background-color: var(---color-light-grey);
    color: var(---color-white);
}
.order-title[aria-expanded="true"] i {
    transform: rotate(90deg);
    color: var(---color-grey);
}
.order-item-content {
    transition: all 0.5s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    padding: 0px 15px 0px 55px;
}
.page-link:focus {
    outline:none;
}
.bg-cust-duty {
    background: url(../img/bg-cust-duty.jpg) top center no-repeat;
    background-size: cover;
    min-height: 200px;
}
.bullet-style {
    position: relative;
    background: url(../img/bullet.png) top 2px left no-repeat;
    background-size: 15px 15px;
    padding-left: 25px;
    display: inline-block;
}

.btn-orange-border {
    border:1px solid var(---color-orange);
    color: var(---color-orange);
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    min-height: 40px;
    letter-spacing: 1px;
    border-radius: 25px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.btn-orange-border:hover, .btn-orange-border:active, .btn-orange-border:focus {
    color: var(---color-orange);
    outline: none;
    box-shadow: none;
}

.border-grey {
    border: 1px solid var(---color-light-grey);
    padding: 15px;
}
.btn-border-g {
    background-color: var(---color-white);
    border: 2px solid #168a37;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    color: #168a37;
    font-weight: bold;
}
.btn-border-g:hover {
    color: #168a37;
}
.self-form-box {
    background-color: var(---color-white);
    padding: 15px;
}
.self-form-box .form-group {
    margin-bottom: 18px;
}
.self-form-box .btn {
    border-radius: 22px;
}
.tracking-order-num h4 {
    color: var(---color-orange);
    font-size: 20px;
}
.order-num-box {
    border-top: 4px solid #d0d0d0;
    margin-top: 10px;
    padding-top: 15px;
}
.self-tracking-num, .self-form-box {
    display: none;
}
.tracking-progress {
    background-color: #e0e0e0;
    color: var(---color-white);
    font-weight: bold;
    padding: 15px 15px 15px 55px;
    position: relative;
}
.tracking-progress:after, .tracking-progress:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
}
.tracking-progress:after {
    border-left: 30px solid #e0e0e0;
    z-index: 2;
}
.tracking-progress:before {
    border-left: 30px solid white;
    margin-left: 3px;
    z-index: 1;
}
.tracking-progress.completed {
    background-color: #26a844;
}
.tracking-progress.completed:after {
    border-left-color: #26a844;
}
.tracking-progress.active {
    background-color: #f39744;
}
.tracking-progress.active:after {
    border-left-color: #f39744;
}
.tracking-progress.cancelled {
    background-color: red;
}
.tracking-progress.cancelled:after {
    border-left-color: red;
}
.text-underline {
    text-decoration: underline;
}
.product-pic {
    cursor: pointer;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.view-product-modal {
    border:0;
    background: transparent;
}
.view-product-modal .modal-content {
    background: transparent;
    border: 0;
    padding-top: 30px;
}
.product-slider {
    border: 1px solid #000;
}
.view-product-modal .slick-slide img {
    margin-left: auto;
    margin-right: auto;
}
.product-slider-nav-thumbnails img {
    max-height: 45px;
}
.view-product-modal .close {
    margin-top: -35px;
    margin-right: -30px;
}
.product-slider .slick-prev {
    left: -35px;
    font-size: 26px;
    color: #168a37;
}
.product-slider .slick-next {
    right: -35px;
    font-size: 26px;
    color: #168a37;
}
.product-slider .slick-next:focus, .product-slider .slick-prev:focus {
    outline: none;
}
.product-slider-nav-thumbnails .slick-slide img {
	opacity: 0.5;
}
.product-slider-nav-thumbnails .slick-slide.slick-current img {
	opacity: 1;
    border: 2px solid #168a37;
}

@media (max-width: 991px) {
    .view-product-modal {
        padding-right: 0;
    }
    .view-product-modal .close {
        margin-right: 0;
    }
    .product-slider .slick-prev {
        left: -25px;
    }
    .product-slider .slick-next {
        right: -25px;
    }
    .tracking-progress {
        font-size: 10px;
        line-height: 14px;
        padding: 10px 5px 15px 30px;
        margin-left: 9px;
    }
    .tracking-progress:first-child {
        margin-left:-20px;
    }
    .tracking-progress:before {
        margin-left: 1px;
        border-left: 20px solid white;
    }
    .tracking-progress:after {
        border-left: 20px solid #e0e0e0;
    }
}

#item-headings .nav-link.active {
    border-color: var(---color-light-grey);
}

.bg-how-it-works {
    background: url(../img/bg-how-it-works.jpg) top center no-repeat;
    background-size: cover;
    min-height: 295px;
}
.btn-video {
    font-size: 32px;
}
.btn-video:focus {
    outline: 0;
    box-shadow: none;
}
.h5-style {
    font-size: 16px;
    line-height: 18px;
}
.process-step-img {
    min-height: 75px;
}
.slider-hiw-testi .slick-dots {
    text-align: center;
}
.slider-hiw-testi .slick-dots li.slick-active {
    outline: 0;
    box-shadow: none;
    border: 0;
}
.slider-hiw-testi .slick-slide {
    position: relative;
    padding: 25px 0;
}
.slider-hiw-testi .slick-slide:before, .slider-hiw-testi .slick-slide:after {
    position: absolute;
    left:0;
    top: 0;
    color: var(---color-white);
    font-family: "FontAwesome";
}
.slider-hiw-testi .slick-slide:before {
    content: "\f10d";
}
.slider-hiw-testi .slick-slide:after {
    content: "\f10e";
    top: auto;
    bottom: 0;
}