/***************************nav bar***********************/


/* 
::-webkit-scrollbar {
    width: 0px;
}

.button-country {
    width: 17%;
    float: right;
} */


/* Track */


/* 
::-webkit-scrollbar-track {
    background: #f1f1f1;
} */


/* Handle */


/* ::-webkit-scrollbar-thumb {
    background: #888;
} */


/* Handle on hover */


/* 
::-webkit-scrollbar-thumb:hover {
    background: #555;
} */


/* 
nav#main-nav {
    background: #fff;
} */


/* nav#serach_navbar .col-lg-12 {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    gap: 20px;
    align-items: center;
}

ul#scroll_bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 69px;
    align-items: center;
} */


/* a.navbar-brand {
    width: 12.66666667%;
} */


/* ul.navbar-nav.main-nav.align-items-center {
    gap: 0px;
    display: flex;
    justify-content: space-between;
} */


/* ul.navbar-nav.main-nav.align-items-center a {
    color: #000;
    font-size: 17px !important;
    font-weight: 500;
} */


/* ul.navbar-nav.main-nav.align-items-center a:hover {
    border: 2px solid #02343f;
    border-radius: 10px;
    background: none;
} */


/* ul.navbar-nav.main-nav.align-items-center a {
    border: 2px solid #fff0;
    border-radius: 10px;
} */


/* i.fa.fa-user {
    font-size: 25px;
} */


/* li.nav-item a span img {
    width: 30px;
    padding-right: 10px;
} */


/* nav.navbar.top-navbar.navbar-light {
    display: none;
} */


/* nav.navbar.top-navbar {
    display: none;
} */


/* li.nav-link img {
    width: 10%;
} */


/* i.fa.fa-shopping-bag {
    position: relative;
    font-size: 23px;
} */


/* span#poduct-count {
    position: absolute;
    right: -13px;
    top: -5px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background-color: #ff5b5b;
    box-shadow: -1px 1px 2px 0 rgb(0 0 0 / 30%);
} */


/*************************nav bar scroll bar**********************************/


/* nav#serach_navbar {
    background: #02343f;
} */


/* 
nav#serach_navbar ul.navbar-nav.main-nav.align-items-center a {
    color: #fff !important;
} */


/*******************register section*******************************************/


/* .main-nav .nav-link {
    color: #000;
    font-weight: 600;
}

button.border-0.w-70.bg-green.reg-btn {
    background: #f8832e;
    padding: 0.2em 2em;
    color: #fff;
    font-weight: 500;
}

h5.card-header.border-0.text-left {
    color: #6ee9df;
    background: none;
    text-decoration: underline;
    font-weight: 800 !important;
    cursor: pointer;
}

span#basic-addon1 {
    background-color: #bdf5f1;
    border-radius: 0px 8px 8px 0px;
    border-top: 2px solid #00dac9;
    border-bottom: 2px solid #00dac9;
    border-right: 2px solid #00dac9;
    padding: 4px 10px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
} */


/******************************* Login Pages **********************/


/* button.border-0.mt-2.bg-lightblue {
    margin-top: 1em !important;
}

button.border-0.w-100.bg-green.reg-btn.reset__password_btn {
    margin-top: 0.3em;
}

hr.reset_line {
    border-color: #00dac9;
    opacity: 1;
    border-width: 2px;
    margin: 4em 0em 1em 0em;
}

.log-btn,
.sign-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #000000 !important;
}

.sign-btn .fa-user {
    font-size: 20px;
}

.sign-field-bg .col-md-6 {
    width: 38%;
} */


/* .card.m-5.login-card h1 {
    font-weight: 700;
    margin-bottom: 0.2em !important;
    font-size: 40px;
    color: #00053D;
} */


/* .log-btn span,
.sign-btn span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.log-btn img {
    width: auto;
    height: 22px;
    filter: grayscale(1) invert(1);
}

.sign-field-bg {
    background-image: url("../images/login_register_bg.png");
    background-size: 100%;
    background-position: center;
}

.register_bg {
    background-image: url("../images/register_img.png");
    background-size: 100%;
    background-position: top;
}

.login-card {
    padding: 30px 10px;
}

.login-card sup {
    color: #ff831f;
} */


/* p.card-header.border-0.text-left.bg-white {
    font-size: 20px;
} */


/* .login-card .form-label {
    font-size: 18px;
    color: #000;
} */


/* 
.login-card input:focus {
    box-shadow: none;
} */


/* .login-card .form-control {
    border-color: #00dac9;
    border-width: 2px;
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
} */


/* 
.login-card .form-check input {
    border-color: #000;
    border-radius: 6px;
} */


/* .login-card .form-check .form-check-label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
} */


/* p.card-header.border-0.text-left.bg-white b {
    font-weight: normal;
}

.login-card .form-check input:checked {
    background-color: #00dac9;
} */


/* .login button {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    border-radius: 10px;
    background: #f8832e;
    margin: 0 !important;
    font-family: 'campton-bold';
} */


/* .login-card .login {
    margin-bottom: 30px;
}

.login-card hr {
    border: 1px solid #4de4d8;
    margin: 3em 0em 1em 0em;
    opacity: 1;
}

.login-card-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.login-card-footer button {
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
    padding: 7px 25px;
    margin: 0 auto;
    background: #4de4d8;
    letter-spacing: 1px;
}

.card.m-5.login-card {
    padding: 2.3em;
    border: none;
    border-radius: 10px;
    margin: 4em 0em !important;
}

div#error {
    display: none;
}

.login-card form#login-form span {
    color: #f8832e;
    font-size: 20px;
} */


/*********************reset password *********************/


/* .reset__password_btn {
    background: #136663 !important;
} */


/******************sec 2****************/


/* .section-2 {
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 5em !important;
}

.wellness {
    width: 53%;
} */


/* .section-2 .wellness h1 {
    font-size: 80px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
} */


/* .section-2 .wellness p {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
    width: 76%;
} */


/* .section-2 .wellness_inner_sec img {
    height: 200px;
} */


/* .row.wellness_inner_sec {
    padding-top: 5em;
}

.section-2 .wellness_inner_sec .col {
    display: flex;
    align-items: center;
    gap: 26px;
}
 */


/* .section-2 .row.wellness_inner_sec p {
    font-size: 21px;
    letter-spacing: 1px;
    color: #000000;
} */


/**********************section 3*************************/


/* #background-video {
    width: 100%;
    object-fit: cover;
} */


/************************section 4**************************/


/* .section-4.products h2 {
    font-size: 55px;
    letter-spacing: 3px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.section-4.products p {
    font-size: 21px;
    letter-spacing: 0.2px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.section-4 span.checkbox_list .fa {
    font-size: 22px;
    color: #00a23d;
}

.section-4 .col-md-10 {
    width: 72%;
    margin: 0 auto;
} */


/********************sectiion 5*********************************/


/* .section-5#well_being_products p {
    width: 77%;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 0 auto;
    color: #fff;
    margin-top: 0.6em;
}

.section-5#well_being_products p b {
    font-size: 24px;
} */


/* 
section.section-5:after {
    content: attr(data-content);
    position: absolute;
    color: #000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #364759;
    z-index: -1;
} */


/* .products_bg_img {
    position: absolute;
    z-index: -1;
    bottom: 0em;
}

section#well_being_products {
    position: relative;
    padding-bottom: 9em;
} */


/***************************section 6*****

.section-6#our-story h3 {
    font-size: 47px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
}

.section-6#our-story p {
    color: #000000;
    font-size: 22px;
    letter-spacing: 1px;
    color: #000000;
    width: 90%;
}

.section-6#our-story {
    background: #f7f7f7;
    padding-top: 6em !important;
}

.logo-bar .col-auto img {
    width: auto;
    height: 150px;
}
*************/


/* section.section-7.container-fluid {
    background: #fff;
    padding-bottom: 4em;
    padding: 6em 0em 6em 0em;
} */


/* div#logo-bar img {
    width: auto;
    height: 130px;
} */


/* .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
} */


/*******************section 7********************************/


/* section#wellness_logos img {
    height: 150px;
} */


/*****************section 8************************************/


/* 
.section-8#contants_products h4 {
    font-size: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
}

.section-8#contants_products p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #555555;
}

.section-8#contants_products img {
    width: 100%;
}

.section-8 p.demensiion_text {
    font-size: 17px;
    letter-spacing: 1px;
    color: #555555;
}

.section-8#contants_products .row {
    justify-content: center;
}

.section-8#contants_products .col-sm-9 {
    display: flex;
    flex-direction: column;
    float: right;
}

input.form-control.rounded-pill.bg-light {
    border: none;
} */

@media (max-width: 680px) {
    /* .section-5 .col-md-3 img {
        width: auto !important;
        height: 155px !important;
        margin-top: 20px;
        margin: 0 auto !important;
    }
    .product-img {
        height: 152px;
        position: relative;
    }
    .card-body-product {
        padding: 10px;
    }
    .cart-btn {
        opacity: 1;
        position: relative;
        width: 70%;
        height: 30px;
        font-size: 14px;
        line-height: 19px;
        margin-top: 5px;
    } */
    /* .product-img img {
        height: 88%;
    } */
    /* .price {
        margin-top: 6px;
    }
    .section-4.products p {
        align-items: flex-start;
    } */
}


/* @media (max-width: 1024px) {
    .slick-slider .element {
        height: 280px;
        width: 30% !important;
        background-color: #fff;
        color: #000;
        display: inline-block;
        margin: 20px 0px;
        border: 1px solid #ededf2 !important;
        position: relative;
        margin-left: 26px;
    }
} */


/* @media (max-width: 480px) {
   .section-4 span.checkbox_list {
        font-size: 10px;
        padding: 2px 6px;
        color: #fff;
        border-radius: 64px;
        font-weight: bold;
        width: 19px;
        height: 19px;
        margin-top: 3px;
    }
    .section-4.products p {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .section-2 .wellness_inner_sec img {
        height: 120px;
    } 
    .shadow__img {
        margin: 0em -0.5em 0em 0.5em;
    }
    .nhglobal_all_products .slick-slider .element {
        height: 350px;
        width: 300px !important;
        margin: 0 auto;
        background-color: #fff;
        color: #000;
        border: 1px solid #ededf2 !important;
        text-align: center;
        padding: 0 !important;
        position: relative;
    }
    nav#serach_navbar {
        background: #02343f;
        padding-bottom: 1em;
    }
    section.section-2.mb-1 {
        background-position: -43em 0em;
    }
    .slick-slider .element {
        height: 270px;
        width: 230px !important;
    }
    .product-img {
        height: 152px;
        position: relative;
    }
    .card-body-product {
        padding: 10px;
    }
    .cart-btn {
        opacity: 1;
        position: relative;
        width: 70%;
        height: 30px;
        font-size: 14px;
        line-height: 19px;
        margin-top: 5px;
    }
    .product-img img {
        height: 88%;
    }
    .price {
        margin-top: 6px;
    }
    button.slick-next {
        margin-top: 1em;
        border-radius: 9px;
        background: none;
        font-size: 12px;
        width: 21%;
        border: 1px solid #dadadd;
        padding: 0.3em;
    }
    button.slick-prev {
        margin-top: 1em;
        border-radius: 9px;
        background: none;
        font-size: 12px;
        width: 21%;
        border: 1px solid #dadadd;
        padding: 0.3em;
    }
    .shadow__img .align-items-center {
        align-items: center !important;
        flex-direction: column;
        width: 33.3%;
        text-align: center;
    }
    .wellness_inner_sec a {
        font-size: 14px;
    }
    .section-2 .row.wellness_inner_sec p {
        font-size: 15px;
    }
    section.section-2.mb-1 {
        background-position: center;
    }
    div#logo-bar img {
        width: auto;
        height: 80px;
        margin-bottom: 10px;
    }
    section.section-7.container-fluid {
        padding: 0.2em 0em 2em 0em;
    }
}*/


/* @media (max-width: 680px) {
    .footer-col {
        margin-top: 12px;
        text-align: center;
    }
    .row.container-fluid.text-center.justify-content-center {
        margin: 0;
        padding: 0;
    } */


/* .row.align-items-center.ourstory_inner {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 1em;
    }
    .section-4 .col-md-10 {
        width: 91% !important;
        margin: 0 auto;
    }
    section#well_being_products {
        padding: 2em 0em 2em 0em;
    }
    section.section-2.mb-1 {
        background-image: url(./images/low-angle-view-woman-with-eyes-closed-practicing-yoga-against-sky-copy-space.png);
    }
    .navbar-toggler {
        padding: 0.3rem 0.9rem;
    }
    /* .navbar-brand img {
        width: 60% !important;
    } */


/* .footer-col ul a {
        font-size: 16px;
    } */


/* button.navbar-toggler {
        line-height: 0px;
        border: 2px solid #0000008c;
        font-size: 17px !important;
        height: 30px;
        color: #737373 !important;
        z-index: 1;
    }
    button.navbar-toggler {
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: unset !important;
    }
    .navbar-toggler-icon {
        width: 2em !important;
        height: 0em !important;
    }
    navbar-toggler-icon {
        background-image: none;
    }
    .navbar-toggler-icon::before {
        font-family: FontAwesome;
        content: "\f0c9";
    }
    span.navbar-toggler-icon {
        background: #0000008c;
    }
     ::-webkit-scrollbar {
        width: 0px !important;
        height: 3px;
    }
    ul.navbar-nav.main-nav.align-items-center {
        display: flex;
        flex-direction: row !important;
    }
    #navbarNav ul.navbar-nav.main-nav.align-items-center {
        flex-direction: column !important;
    }
    #navbarNav ul.navbar-nav.main-nav.align-items-center a span {
        font-size: 16px !important;
        display: flex;
        justify-content: center;
        place-items: center;
    }
    li.nav-item a span img {
        width: 30px;
    }
    .wellness {
        width: 100%;
        text-align: center;
    }
    .section-2 .wellness p {
        width: 100%;
    }
    section.section-5:after {
        height: 100%;
    }
    .row.wellness_inner_sec {
        padding-top: 0em;
    }
    i.fa.fa-user {
        line-height: unset;
    }
    ul.navbar-nav.main-nav.align-items-center {
        gap: unset;
    } */


/* a.navbar-brand {
        width: 50.666667%;
    } */


/* ul.navbar-nav.main-nav.align-items-center a {
        font-size: 12px;
    }
    .row.wellness_inner_sec {
        margin-top: 2em;
    } */


/* .wellness h1 {
        font-size: 32px !important;
        padding-top: 1.2em;
    } */


/* .shadow__img .pb-5 {
        padding-bottom: 1.5em !important;
    }
    .section-2 .wellness p {
        font-size: 17px;
        margin-bottom: 0;
    }
    .section-2 .col .wellness {
        padding-top: 1.6em;
        width: 100%;
    }
    .section-2 .wellness_inner_sec .col {
        flex-direction: column;
        margin-top: unset;
        text-align: center;
        margin-bottom: unset;
    }
    .section-2 .row.wellness_inner_sec p {
        font-size: 16px;
    }
    .section-2 p.wellness_inner_text {
        font-size: 16px;
    }
    .section-4.products p {
        font-size: 16px !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .section-5#well_being_products p {
        font-size: 16px;
        letter-spacing: unset;
        margin-top: unset;
    }
    .section-5#well_being_products p b {
        font-size: 22px;
    }
    .p-3.mt-4 {
        padding-top: 0 !important;
    }
    .section-6#our-story {
        text-align: center;
    }
    .section-4.products h2 {
        font-size: 20px !important;
        line-height: 32px;
    }
    .section-6#our-story h3 {
        font-size: 22px;
        line-height: 32px;
    }
    section.section-7.container-fluid {
        padding: 0em 0em 2em 0em;
    }
    .section-6#our-story {
        padding-top: 0em !important;
    }
    .section-6#our-story p {
        font-size: 16px;
    }
    .section-8#contants_products h4 {
        font-size: 25px;
    }
    .products_bg_img {
        display: none;
    } */


/* ul#scroll_bar {
        display: flex;
        flex-direction: row;
        width: 300px;
        white-space: nowrap;
    } */


/* nav#serach_navbar .col-lg-12 {
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
        gap: 8px;
        align-items: center;
        margin: 0 auto;
    }
    .row.footer.align-content-center.m-0.justify-content-center.h-fill {
        text-align: center;
    }
    a.navbar-brand_footer img {
        width: 50%;
    } */


/* .social-icon {
        width: 44% !important;
        margin: 0 auto;
        gap: 29px;
        margin-bottom: 20px;
    } */


/* .card.m-5.login-card {
        margin: 2em 0em 2em 0em !important;
    } */


/* .sign-field-bg .col-md-6 {
        width: unset !important;
    }
    .section-2 {
        background-position: top;
    }
    .section-2 .col .wellness {
        padding-top: unset !important;
    }
    div#logo-bar img {
        width: auto;
        height: 90px;
    }
    .section-2 {
        padding-top: unset !important;
    } 
} */


/* .section-5 .col-md-3 img {
    width: auto;
    height: 300px;
} */

*/
/* @media (max-width: 1366px) {
    /* #well_being_products .col-md-3 {
        width: 33.3%;
    }
    .button-country {
        width: 80%;
        float: right;
    }
    button.btn.btn-outline-dark.rounded-3 {
        font-size: 14px;
    }
    ul.navbar-nav.main-nav.align-items-center {
        gap: 0px !important;
    }
    ul#scroll_bar {
        gap: 43px !important;
    }
    .section_trackshipment .deafault_adds_wraper {
        width: 73%;
    }
    button.btn.border.dropdown-toggle.load_more {
        float: right;
        margin-right: 3.7em;
    } */


/* .section_dashborad .text-left.personal_heading {
        margin: 1em 1em;
    } */


/* .footer-col ul a {
        line-height: unset;
    } */


/* .login-card .form-label {
        font-size: 16px;
    } */


/* section#well_being_products {
        padding-bottom: 3em;
    }
    .section-4 .col-md-10 {
        width: 74%;
        margin: 0 auto;
    }
    .section-4.products p {
        font-size: 19px;
    }
    .section-2 {
        padding-top: unset;
    }
    .section-2 .col .wellness {
        padding-top: 7em;
    }
    .section-4.products h2 {
        font-size: 47px;
    } 
} */


/**** referrer bar 
.ref-bar {
    text-align: center;
    background: #02343f;
    padding: 4px;
    font-size: 16px;
    color: #ffff;
    font-weight: 600;
}
***/


/****** product page crousel ****/

.slick-track {
    display: flex !important;
    height: auto;
    align-items: center !important;
    justify-content: center !important;
}


/* .card-body-product {
    padding: 20px;
    height: inherit;
    position: absolute;
    width: 100%;
} */


/* .border-right {
    border-right: 1px solid #dee2e6 !important;
} */


/* .slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
} */


/* .product-img {
    height: 200px;
    position: relative;
} */


/* .product-img img {
    height: inherit;
    object-fit: contain;
    margin: 0 auto;
} */


/* .description h3 {
    font-size: 14px;
    margin-top: 32px;
} */


/* .price {
    color: #00a3b4;
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
    font-family: 'campton-bold';
} */


/* @media only screen and (min-width:1204px) {
    .slick-slider .element {
        height: 342px;
        width: 31% !important;
        background-color: #fff;
        color: #000;
        display: inline-block;
        margin: 0px 9px;
        border: 1px solid #ededf2 !important;
        text-align: center;
        padding: 0 !important;
        position: relative;
    }
} */


/* .cart-btn {
    background: #00a3b4;
    opacity: 0;
    transform: translateY(100%);
    overflow: hidden;
    position: absolute;
    bottom: 7px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 38px;
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 600;
}

.card-body-product:hover .cart-btn {
    z-index: 999;
}

.cart-btn:hover,
.cart-btn.active {
    opacity: 1;
} */


/**** animate border ***/


/* .card-body-product::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -2px;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
}

.card-body-product:hover::before {
    animation: animate 1s linear forwards;
} */


/* @keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #00a3b4;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #00a3b4;
        border-right-color: #00a3b4;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #00a3b4;
        border-right-color: #00a3b4;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
} */


/* 
.card-body-product::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -2px;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
}

.card-body-product:hover::after {
    animation: animates 1s linear forwards;
} */


/* 
@keyframes animates {
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #00a3b4;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #00a3b4;
        border-left-color: #00a3b4;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #00a3b4;
        border-left-color: #00a3b4;
    }
} */


/* .shadow__img {
    background: url("/assets/images/header-shadow1.png");
} */


/***** end animate border ***/


/* 
.product-img:hover img {
    transform: scale(1.05);
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card-body-product:hover .cart-btn {
    opacity: 1;
    transform: translateY(0);
} */


/* @media only screen and (max-width:680px) {
    .slick-initialized.slick-slider {
        text-align: center;
    }
    .slick-initialized.slick-slider.fa {
        display: inline-block;
        margin: 10px 15px;
        color: #00a3b4;
    }
    .fa-angle-double-right::before,
    .fa-angle-double-left:before {
        color: #00a3b4;
        margin: 10px 15px;
        font-size: 36px;
        font-weight: 600;
    }
    .product-img {
        height: 160px !important;
        position: relative;
    }
    .nhglobal_all_products .slick-slider .element {
        height: 270px;
        width: 87% !important;
        margin: 15px 0px;
    }
    .price,
    .description h3 {
        margin-top: 15px !important;
    }
    .footer-col ul a {
        padding: 5px 0 !important;
        display: block;
        text-align: center;
    } 
}*/


/* @media only screen and (min-width: 320px) and (max-width: 1100px) and (orientation: landscape) {
    .slick-slider .element {
        height: 280px;
        background-color: #fff;
        color: #000;
        display: inline-block;
        margin: 20px 10px;
        border: 1px solid #ededf2 !important;
        text-align: center;
        padding: 0 !important;
        position: relative;
    }
    .product-img {
        height: 150px !important;
        position: relative;
    }
    .description h3 {
        margin-top: 18px;
    }
    .price {
        margin-top: 15px;
    }
    .section-5 .col-md-3 img {
        width: auto;
        height: 240px !important;
    }
    #logo-bar .justify-content-evenly {
        justify-content: center!important;
    }
} */


/****** end product page crousel ****/


/* @media only screen and (min-width: 768px) and (max-width: 1100px) {
    /* .slick-slider .element {
        height: 280px; */


/* width: 209px !important; */


/* background-color: #fff;
        color: #000;
        display: inline-block;
        margin: 20px 0px;
        border: 1px solid #ededf2 !important;
        position: relative;
        margin-left: 20px;
    } */


/* .product-img {
        height: 150px !important;
        position: relative;
    }
    .description h3 {
        margin-top: 18px;
    }
    .price {
        margin-top: 15px;
    }
    .section-5 .col-md-3 img {
        width: auto;
        height: 240px !important;
    }
    #logo-bar .justify-content-evenly {
        justify-content: center!important;
    }
} */


/**** register page 

.show-pwd {
    position: absolute;
    top: 14px;
    right: 17px;
    cursor: pointer;
}
***/


/******** checkout register section
.register-user {
    background: #f0f0f0;
    padding: 30px;
    margin-bottom: 15px;
    border: 1px solid #ffc107;
    border-radius: 1.2em;
}

.register-user p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

#account_email,
#email {
    text-transform: lowercase;
} **/