﻿html {
    scroll-behavior: smooth;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    margin: 0 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

:root {
    --primarycolor: #e45e25 !important;
}

.home-page {
    background-color: #fff !important;
}

b {
    color: black !important;
}

.bg-primary {
    background-color: var(--primarycolor) !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gradient-primary-to-secondary {
    /*background-image: linear-gradient(90deg,#307173,#374b91,#d14b34) !important;*/
    /*background-color: #0061f2 !important;
    background-image: linear-gradient(180deg,#0061f2 0%,rgba(105,0,199,.8) 100%) !important;*/
    /*background-color: #3951a2 !important;*/
    /*background-image: linear-gradient(180deg,#3951a2 0%,#49aad4 100%) !important;*/
    /*background: linear-gradient(0deg, rgba(69,171,214,1) 20%, rgba(68,185,115,1) 94%, rgba(68,185,115,1) 100%);*/
    background: linear-gradient(0deg, rgba(68,185,115,1) 20%, rgba(69,171,214,1) 94%, rgba(69,171,214,1) 100%);
}

.bg-dark {
    background-color: #343a40;
}

.bg-green {
    background-color: #39935d !important;
}

.bg-dark-green {
    background-color: #2f794d !important;
}

.bg-primary-to-secondary {
    /*background-color: #3951a2 !important;*/
    /*background-color: #4282be !important;*/
    background-color: #48b875 !important;
}

.bg-primary-cta {
    /*background-image: url("https://ihcecom.blob.core.windows.net/ihcecom/0002579_feature-single-product-textless.png");*/
    background-size: cover;
    background-position: center;
    position: relative;
    height: 225px;
    margin-top: 50px;
}

.bg-secondary-cta {
    background-image: url("https://ihcecom.blob.core.windows.net/ihcecom/0002585_cta-no-bglight-crop.png");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 225px;
    margin-top: 50px;
}

.bg-opac-black {
    background-color: #22222222;
}

.bg-light-gray {
    background-color: #ededed !important;
}

.bg-image-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.text-primary {
    color: var(--primarycolor) !important;
}

.text-secondary {
    color: #3951a2 !important;
}

.text-orange {
    color: #e45e25 !important;
}

.text-tiffany {
    color: #3d98be;
}

.text-light {
    color: #ffffffeb;
}

.text-line-through {
    text-decoration: line-through !important;
}

.text-gradient {
    background: -webkit-linear-gradient(#374b91, #374b91);
    /*background: -webkit-linear-gradient(#2937f0, #9f1ae2);*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-cta {
    font-weight: bold;
    font-size: 3.5rem;
}

@media (max-width: 768px) {
    .text-cta {
        font-size: 3rem;
    }
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-maroon {
    color: maroon !important;
}

.text-shadow {
    text-shadow: 2px 2px #a9a6a6;
}

.text-shadow-1 {
    text-shadow: 2px 2px #737373;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.tooltip.top {
    position: absolute !important;
    z-index: 1;
}

.text-info-hint {
    color: #3c8dbc !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
}

.icon-feature {
    font-size: 8rem;
}

.bg-light {
    background-color: #eee !important;
}

.color-primary {
    color: var(--primarycolor) !important;
}

.cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.cta-div {
    margin-bottom: 50px;
}

.cta-img {
    background-position: center;
    position: relative;
    max-width: 80%;
    height: auto;
}

.cta-img-container {
    background-position: center;
    position: relative;
}

.cta-click {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-aside-ui {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

    .page-aside-ui .page-aside-ui-content .page-aside-ui-title {
        font-size: 3.5rem;
        line-height: 2.5rem;
    }

    .page-aside-ui .page-aside-ui-content .page-aside-ui-text {
        font-size: 2rem;
    }

        .page-aside-ui .page-aside-ui-content .page-aside-ui-text.small {
            font-size: 0.9rem;
        }


.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important;
}

.feature-img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .feature-img {
        width: 100%;
    }
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.justify-content-center {
    justify-content: center !important;
}

.float-none {
    float: none !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-50 {
    width: 50% !important;
}

.line-height-1 {
    line-height: 2rem !important;
}

.line-height-2 {
    line-height: 2.5rem !important;
}

.line-height-3 {
    line-height: 3rem !important;
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.position-relative {
    position: relative !important;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.border-top-light {
    border-top: 1px solid #ededed !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 0px !important;
}

.object-contain {
    object-fit: contain !important;
}

.object-cover {
    object-fit: cover !important;
}

.footer-link:hover {
    color: #d3d3d3 !important;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-static {
    position: static !important;
}

.dropdown-menu {
    font-size: 16px !important;
}

.form-control {
    height: 40px !important;
    font-size: 16px !important;
}

/*button*/
.btn {
    font-size: 16px !important;
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff !important;
}

    .btn-outline-white:hover {
        color: #fff !important;
        background-color: #e45e25;
        border-color: #ffffff
    }

    .btn-outline-white.focus, .btn-outline-white:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #ffffff;
        background-color: transparent
    }

    .btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff
    }

        .btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }


.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff !important;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff !important;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff !important;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d !important;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d !important;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d !important;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745 !important;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745 !important;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745 !important;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8 !important;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8 !important;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8 !important;
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107 !important;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107 !important;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107 !important;
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545 !important;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545 !important;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545 !important;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa !important;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa !important;
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa !important;
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40 !important;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40 !important;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40 !important;
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

/*card*/
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    /*border: var(--bs-card-border-width) solid var(--bs-card-border-color);*/
    border-radius: var(--bs-card-border-radius);
    border: 1px solid #ededed;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
    }

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
    }

.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg);
    }

.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}

.card-icon {
    position: absolute;
    /* bottom: 15%; */
    right: 10%;
    top: 1.5rem;
    font-size: 9rem;
    color: #000;
    opacity: .3;
}

@media (max-width: 767px) {
    .card-icon {
        position: absolute;
        /* bottom: 15%; */
        right: 10%;
        top: 1.5rem;
        font-size: 9rem;
        color: #000;
        opacity: .3;
    }
}


@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}



/*services box*/
.services-box {
    border: 1px solid #efefef;
    padding: 35px 25px;
}

    .services-box .services-icon {
        width: 70px;
        height: 70px;
        position: relative;
        display: inline-block;
        border-radius: 50%;
        /*background-color: #FF6600;*/
    }

        .services-box .services-icon:before {
            position: absolute;
            content: "";
            /*border: 1px solid #FF6600;*/
            width: 70px;
            height: 70px;
            display: inline-block;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            border-radius: 50%;
            left: -5px;
            top: 5px;
        }

        .services-box .services-icon i {
            font-size: 35px;
            color: #fff;
            line-height: 70px;
        }

.hover-effect:hover {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

/*.services-box:hover .services-icon i {
    color: #FF6600;
}

.services-box:hover .services-icon {
    background-color: rgba(254,154,16,0.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}*/

/*logo*/

.header-logo {
    /*padding-top: 5px;*/
    text-align: left;
}

    .header-logo img {
        /*width: 200px;*/
        width: 100%;
    }

.well {
    min-height: 100px !important;
    /*margin-bottom: 0px !important;*/
    box-shadow: inset 0 5px 20px rgba(0,0,0,.05) !important;
}

/*Anywhere Banner*/
.diff-anywherebanner {
    margin-bottom: 2rem;
}

.slider-container {
    margin-bottom: 2rem;
}


/*welcome*/
.topic-html-content {
    margin-bottom: 2rem;
}

/*Nivo Slider*/
.theme-custom .nivoSlider {
    position: relative;
    z-index: 0;
    background: #fff0 url(../Plugins/Widgets.NivoSlider/Content/nivoslider/themes/custom/loading.gif) 50% 50% no-repeat !important;
}

    .theme-custom .nivoSlider img {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        /*height: 500px !important;*/
        object-fit: fill;
    }

/*.nivo-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nivo-col {
    display: flex;
    flex-direction: column;
}*/


/*News*/
.read-more {
    text-transform: capitalize;
}

.news-list-pag .news-head a {
    font-size: 22px;
}

/*diaglog modal*/

.ui-dialog-titlebar-close::before {
    content: '\2716'; /* Unicode character for a cross (x) */
    font-size: 16px; /* Adjust the size as needed */
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none !important;
    background: none !important;
}

.ui-dialog .ui-dialog-title {
    color: transparent !important;
}


/*contact us*/
.form-horizontal .control-label {
    text-align: left !important;
}

/*product image*/
.product-img-thumb {
    height: 150px !important;
}


/*product attributes*/
.product-details-page .attributes ul.option-list li label {
    display: inline;
}

/* Hide the default radio button */
input[class="attribute-radio"] {
    display: none;
}

/* Style the label to look like a button */
label.attribute-radio-label {
    display: block !important;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: normal;
    color: #262626;
    /* background-color: #007bff; */
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    border: 2px solid #dedede;
    margin-bottom: 0.75rem;
}

    /* Change background color on hover */
    label.attribute-radio-label:hover {
        background-color: #f2f2f2;
    }

/* Style for when radio button is checked */
input[class="attribute-radio"]:checked + label.attribute-radio-label {
    background-color: #f2f2f2;
    border: 3px solid #5e5e5e;
}


/* Hide the default checkbox button */
input[class="attribute-checkbox"] {
    display: none;
}

/* Style the label to look like a button */
label.attribute-checkbox-label {
    display: block !important;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: normal;
    color: #262626;
    /* background-color: #007bff; */
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    border: 2px solid #dedede;
    margin-bottom: 0.75rem;
}

    /* Change background color on hover */
    label.attribute-checkbox-label:hover {
        background-color: #f2f2f2;
    }

/* Style for when radio button is checked */
input[class="attribute-checkbox"]:checked + label.attribute-checkbox-label {
    background-color: #f2f2f2;
    border: 3px solid #3d98be;
}

/*price float*/
.price-sticky {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #F5F5F7;
    border-top: 1px solid #d2d2d7;
    z-index: 999;
    text-align: left;
    box-shadow: 8px 1px 5px #b9b9b9;
    border-top: 3px solid #e45e25;
}

.price-v2 {
    /*padding-top: 15px;*/
    margin: 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
}

    .price-v2 span {
        font-size: 25px !important;
        /*color: #ffffff !important;*/
    }

    .price-v2 .price-label {
        font-size: 18px !important;
    }

.add-to-cart-v2 {
    border: none !important;
}

.availbility-v2 {
    /*right: 15px !important;*/
    position: relative !important;
}

/* Disable scrolling */
.no-scroll {
    overflow: hidden;
}

/* Custom modal backdrop */
.custom-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity and color as needed */
    display: none; /* Hide initially */
}

.mobile-search .search-nav {
    width: 250px !important;
    height: 50px !important;
}

.mobile-search .search-box-button {
    height: 50px !important;
    width: 50px !important;
}

/*floating menu button*/
.fixed-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 30% 0 0 30% !important;
    width: 40px;
    height: 40px;
    z-index: 999;
}

/*table*/
.full-description table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: #ced4d9;
}

td, th {
    padding: 10px !important;
}

.diff-row-content_diffLineNumber__OqSwI {
    overflow-x: auto;
}
/*product details*/
.product-details-page .attributes-associated ul.option-list li label {
    display: inline;
    font-weight: normal;
}

.product-details-page .attributes-associated {
    /* margin-bottom: 15px; */
    /*border-bottom: 1px solid #ddd;*/
    float: left;
    width: 100%;
    /*border-top: 1px solid #ddd;*/
    /*padding: 15px 0 0 0;*/
    /*margin: 15px 0 0 0;*/
}

    .product-details-page .attributes-associated .text-prompt {
        font-weight: bold;
        display: inline;
    }

    .product-details-page .attributes-associated .attribute-description {
        font-size: 11px;
    }

    .product-details-page .attributes-associated ul.option-list {
        padding: 0px;
        margin: 3px 0px 0px 20px;
    }

        .product-details-page .attributes-associated ul.option-list li {
            list-style: none;
        }

    .product-details-page .attributes-associated .textbox {
        width: 100%;
    }

    .product-details-page .attributes-associated textarea {
        width: 100%;
        height: 150px;
    }

    /* COLOR SQUARES ATTRIBUTE TYPE STYLE */
    .product-details-page .attributes-associated select {
        width: 100%;
    }

    .product-details-page .attributes-associated dd {
        margin: 0px 0px 15px 0px;
    }

.product-details-page .attributes.rental-attributes dd {
    margin-bottom: 0px;
}

.product-details-page .attributes-associated dl {
    margin-bottom: 0px;
}

.product-details-page .attributes.rental-attributes dl {
    margin-bottom: 20px;
}

.product-details-page .attributes-associated ul.color-squares li {
    display: inline;
    position: relative;
}

.product-details-page .attributes-associated ul.color-squares .color-container {
    position: relative;
    display: inline-block;
    display: inline-block;
    padding: 1px;
}

.product-details-page .attributes-associated ul.color-squares .selected-value .color-container {
    border-color: #075899;
    border-width: 2px;
}

.product-details-page .attributes-associated ul.color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.product-details-page .attributes-associated ul.color-squares label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.product-details-page .attributes-associated ul.color-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
    display: none;
}

.product-details-page .price-availability .rental-price, .product-details-page .price-availability .prices, .product-details-page .price-availability {
    clear: both;
    padding-top: 0px;
}

/*add to cart*/
.cart-associated {
    border: none !important;
}

.cart-panel-associated {
    border-bottom: 1px solid lightgray;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(27, 27, 27, .4);
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*accordion*/
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

#show_password {
    height: 40px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1.5rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin: 5px;
    padding: 0.75rem;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }


/*title*/
/*.minus-button, .plus-button
.topic-html-content-title {
    color: var(--primarycolor) !important;
}*/

.title.right-title strong {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: var(--primarycolor) !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #dddddd;
    text-transform: capitalize;
    margin-bottom: 25px;
    text-align: left;
}


/* Custom styles for the multi-column dropdown */
.multi-column-dropdown {
    width: 1000px; /* Set the desired width for the dropdown */
}

@media only screen and (max-width: 600px) {
    .multi-column-dropdown {
        width: 100%; /* Set the desired width for the dropdown */
    }
}


.multi-column-dropdown .col-sm-3 {
    width: 25%; /* Each column should occupy 25% of the dropdown width */
    float: left;
    position: relative;
    min-height: 1px;
    m padding-right: 15px;
    padding-left: 15px;
}

.multi-column-dropdown ul {
    list-style: none;
    padding-left: 0;
    margin: 1rem;
}

    .multi-column-dropdown ul li {
        margin-bottom: 5px;
    }

.sidebarMobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #f0f8f8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebarMobile a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebarMobile a:hover {
            color: #f1f1f1;
        }

    .sidebarMobile .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 40px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebarMobile {
        padding-top: 15px;
    }

        .sidebarMobile a {
            font-size: 18px;
        }
}


.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.navbar-nav {
    margin: 7.5px 0px !important;
}

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

/* Additional style for the active menu item */
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li.active > a:hover {
    background-color: #333;
    color: #fff;
}


.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    /*border-left: 1px solid #4b5461;*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #e45e25 !important;
}


.subtitle {
    color: #222;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    /* background-color: #dcdcdc; */
    padding: 0 10px;
    border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 600px) {
    .subtitle {
        color: #fff;
    }
}

@media (max-width: 767px) {
    ul.nav.navbar-nav li {
        border-bottom: none !important;
    }

    .box-menu {
        overflow-y: scroll;
        height: 250px;
        overflow-x: hidden;
        border-bottom: 1px solid #fff !important;
    }
}


/*swiper*/
.swiper-3d {
    perspective: 1200px;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: unset !important;
    position: relative;
    /* overflow: hidden; */
    /* overflow: clip; */
    list-style: none;
    padding: 25px !important;
    z-index: 1;
    display: block;
    max-width: 50%;
    overflow: visible !important;
    transform: translate(-50%,0%);
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

    .swiper-slide::after {
        position: absolute;
        content: "";
        inset: 0;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 10%;
        background: linear-gradient(to bottom right, #b8b8b88f, #ffffff5e);
        /*width: 300px;*/
        height: 170px
    }

.swiper-slide-active::after {
    background: none;
}

.swiper-slide > div {
    text-align: center;
    display: none;
    opacity: 0;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.swiper-slide h2 {
    font-size: 1.2rem;
    /*font-family: "Libre Baskerville", serif;*/
    position: relative;
}

    .swiper-slide h2::after {
        position: absolute;
        content: "";
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background: linear-gradient(#e66465, #9198e5);
    }

@keyframes line {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.swiper-slide-active h2::after {
    animation: line 0.5s linear forwards;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;
    box-shadow: 0px 3px 17px rgb(0 0 0 / 25%);
    border-radius: 10%;
    aspect-ratio: 1/1;
    /*width: 300px;*/
    height: 170px
}

@media (min-width: 768px) {
    .swiper-slide h2 {
        font-size: 2rem;
    }
}

.circle-background {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px; /* Vertical alignment */
    border-radius: 50%;
    margin: auto;
}

/*icons*/
.cirlce-icon {
    background: #46BA74;
    padding: 30px;
    border-radius: 50%;
    color: #fff !important;
    width: 100px;
}

.fa-arrow-right-long {
    top: 1px;
    position: relative;
}

/*product*/
/*.product-grid {
    margin-bottom: 8rem;
}*/
.common_style .line {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    /*margin-bottom: 20px;*/
}

    .common_style .line:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: "";
    }


.top_title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.down-line {
    padding-bottom: 20px;
    position: relative;
    line-height: 4rem;
}

    .down-line::before {
        left: 50% !important;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .down-line-white:before, .down-line-secondary:before, .down-line::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        left: 0;
        bottom: 0;
    }

    .down-line::before {
        background-color: #e45e25;
    }


/*owl carousel*/
/*.owl-nav {
    width: 80px;
    margin: auto;
    position: relative !important;
}*/

.owl-nav {
    position: unset !important;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-stage {
    margin: auto;
}

/*hero*/

.hero-bg {
    background: url('../images/home-banner-bg.png') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 39%; */
    /* padding: 150px 0 150px 0; */
    background-size: cover;
    padding: 9rem;
    /*background-color: lightgray;*/
}

.hero-a {
    fill: none;
}

.hero-b {
    clip-path: url(#a);
}

.hero-d {
    opacity: 0.5;
    isolation: isolate;
}

.modal-home-bg-img {
    /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 450px;
}

.modal-vertical-centered {
    transform: translate(0, 40%) !important;
    -ms-transform: translate(0, 40%) !important; /* IE 9 */
    -webkit-transform: translate(0, 40%) !important; /* Safari and Chrome */
}

.modal-dialog-welcome {
    width: 900px !important;
    top: -15% !important;
}

.hero-2-bg .hero-2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/hero-2-overlay.png') no-repeat;
}

.section-bg {
    background: url('../images/hero-2-overlay.png') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 120% 90%;*/
    /*padding: 8rem 0 8rem 0;*/
    background-attachment: fixed;
    background-size: cover;
}

.section-padding {
    padding: 5rem 0 5rem 0;
}

.section-featured {
    padding: 8rem 0 0 0;
}

.hero-2-overlay {
    background: url('../images/hero-2-overlay.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*z-index: -1;*/
}

.hero-bottom-shape img {
    width: 100%;
    height: auto;
}

.hero-bottom-shape {
    position: relative;
    right: 0;
    bottom: -1px;
    left: 0;
}

@media (max-width: 767px) {
    .section-bg {
        background: url('../images/video-area-bg-blue.png') no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
        padding: 0rem;
    }
}

.cta-bg {
    background: url('../images/our-partners-lifestyle-banner-1.jpg') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 39%; */
    /* padding: 150px 0 150px 0; */
    /*background-size: cover;*/
    background-size: cover;
    padding: 0rem;
    /*background-color: lightgray;*/
}


.thumbnail {
    margin-bottom: 0px !important;
}

.btn-shadow {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1) !important;
}

/* Add styles for selected buttons */
.selectable.selected {
    background-color: #4CAF50;
    color: #fff;
}

/*noUi js slider*/
.noUi-connect {
    background: #44b973 !important;
}

.noUi-horizontal .noUi-handle {
    width: 27px !important;
    top: -8px !important;
}

.noUi-horizontal {
    height: 15px !important;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #44b973 !important;
    left: 7px !important;
    top: 6px;
}

.noUi-handle:after {
    left: 17px !important;
}


/*page header*/
.page-header-ui {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 8rem;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 40vh;*/ /* Reduces height on smaller screens */
}

    .page-header-ui .page-header-ui-content .page-header-ui-title {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    .page-header-ui .page-header-ui-content .page-header-ui-text {
        font-size: 2rem;
    }

        .page-header-ui .page-header-ui-content .page-header-ui-text.small {
            font-size: 0.9rem;
        }

.page-header-ui-dark {
    color: #fff;
    background-color: #212832;
}

    .page-header-ui-dark .page-header-ui-title {
        color: #fff;
    }

.page-header-ui-light {
    background-color: #f2f6fc;
}

    .page-header-ui-light .page-header-ui-text {
        color: #69707a;
    }

        .page-header-ui-light .page-header-ui-text a {
            color: #4a515b;
        }

.page-header-ui.navbar-fixed .page-header-ui-content {
    padding-top: 12.5rem;
}

.page-header-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
}


.shape {
    position: relative;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0;
    color: #FF6D00 !important;
    /*color: #2049a1 !important;*/
}

    .shape > svg {
        transform: scale(2);
        width: 100%;
        height: auto;
        transform-origin: top center;
    }


.svg-border-waves {
    padding-top: 2rem;
}

    .svg-border-waves .wave {
        background: #ed7224;
    }

    .svg-border-waves svg {
        /*position: absolute;*/
        bottom: 0;
        left: 0;
        height: 2rem;
        width: 100%;
    }

@media (min-width: 576px) {
    .svg-border-waves {
        padding-top: 2.5rem;
    }

        .svg-border-waves svg {
            height: 7.5rem;
        }
}

@media (min-width: 1200px) {
    .add-to-cart-width {
        width: 25% !important;
    }

    .svg-border-waves {
        padding-top: 2rem;
    }

        .svg-border-waves svg {
            height: 8rem;
        }
}



/*Animation*/
.slide-up {
    position: relative;
    opacity: 0;
    transform: translateY(100%);
    animation: slideUp 2s forwards;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.post-content-parent {
    padding: 2rem 7rem;
}


/*images*/
.img-slider {
    height: 350px;
    object-fit: cover;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid-float, .img-thumbnail {
    max-height: 530px;
    max-width: 500px;
    height: auto;
    width: 420px;
    position: absolute;
    top: -45%;
    z-index: 1;
    /*right: -10%;*/
}

.img-important-link {
    top: -15% !important;
}

@media (max-width: 767px) {
    .img-fluid-float, .img-thumbnail {
        max-width: 100%;
        height: auto;
        width: 80%;
        position: relative;
        top: 0;
        z-index: 1;
        right: 0%;
        left: 10%;
    }
}

.dropdown-menu .divider {
    margin: 0px !important;
}

/*mobile menu*/
.navbar-toggle {
    margin-right: 25px !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

@media (max-width: 767px) {
    #mobile-menu .dropdown .dropdown-menu {
        position: static;
        float: none;
        background-color: #ffffff !important;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000 !important;
    }
}

@media only screen and (max-width: 600px) {
    .subtitle {
        color: #000 !important;
    }
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu > li > a {
    padding: 8px 20px 8px 20px !important;
}

/*input*/
input[type=number]::-webkit-inner-spin-button {
    opacity: 0
}

.minus-button, .plus-button {
    /*background-color: grey !important;*/
    background-color: #eee !important;
    color: #515151 !important;
    border: none;
    min-width: 32px;
    margin: 0px 5px;
    border-radius: 10% !important;
    padding: 0.5rem;
}

.minus-button-cart, .plus-button-cart {
    /*background-color: grey !important;*/
    background-color: #eee !important;
    color: #515151 !important;
    border: none;
    min-width: 32px;
    margin: 0px 5px;
    border-radius: 10% !important;
    padding: 0.5rem;
}

.minus-btn-drp-attribute, .plus-btn-drp-attribute {
    background-color: grey;
    border: none;
    min-width: 32px;
    margin: 0 5px;
    border-radius: 10% !important;
    padding: 0.5rem;
}

.quantity-buttons {
    display: flex;
}


/* MEDIA QUERIES - START */

/*price-sticky    ##Device = TV
    ##Screen = 1921px to higher resolution TV screens (Landscape)
*/
@media (min-width: 1921px) and (orientation: landscape) {
    .page-header-ui {
        /*min-height: 40v*/ h; /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: auto !important;
        height: 35px;
        position: absolute;
        top: 5px;
        bottom: 5px;
        /*left: 10%;*/
        margin: auto;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 50px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 45px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: inline-table !important;
    }

    .product-img {
        width: 50% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-desktop {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-desktop-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 420px;
        height: auto;
        right: -10%;
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /* right: -10%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 450px;
    }

    .modal-vertical-centered {
        transform: translate(0, 120%) !important;
        -ms-transform: translate(0, 120%) !important; /* IE 9 */
        -webkit-transform: translate(0, 120%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: 900px !important;
        top: -15% !important;
    }
}

/* 
    ##Device = TV
    ##Screen = 1921px to higher resolution TV screens (Portrait)
*/

@media (min-width: 1921px) and (orientation: portrait) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: auto !important;
        height: 35px;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 50px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 40px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: block !important;
    }

    .product-img {
        width: 100% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-desktop {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-desktop-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 420px;
        height: auto;
        right: -10%;
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /*right: -10%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 450px;
    }

    .modal-vertical-centered {
        transform: translate(0, 120%) !important;
        -ms-transform: translate(0, 120%) !important; /* IE 9 */
        -webkit-transform: translate(0, 120%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: 900px !important;
        top: -15% !important;
    }
}

@media (min-width: 1300px) {
    .add-to-cart-width {
        width: 25% !important;
    }
}

/* 
    ##Device = Desktops
    ##Screen = 1281px to higher resolution desktops
    LANDSCAPE
*/

@media (min-width: 1281px) and (max-width: 1920px) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        /*width: 65% !important;*/
        width: auto !important;
        height: 35px;
        position: absolute;
        top: 0;
        bottom: 0;
        /*left: 10%;*/
        margin: auto;
    }

    .header-logo img {
        width: auto;
        /*width: 100%;*/
        height: 55px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 40px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: inline-table !important;
    }

    .product-img {
        width: 50% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-desktop {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-desktop-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 500px;
        height: auto;
        right: -10%;
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /*right: -10%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 450px;
    }

    .modal-vertical-centered {
        transform: translate(0,30%) !important;
        -ms-transform: translate(0,30%) !important; /* IE 9 */
        -webkit-transform: translate(0,30%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: 850px !important;
        top: -10% !important;
    }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
    PORTRAIT desktop
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .page-header-ui {
        /*min-height: 40vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: auto !important;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        /* left: 10%; */
        margin: auto;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 50px;
        position: absolute;
    }

    .main-menu.goToTop {
        left: 0;
        top: 44px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: inline-table !important;
    }

    .product-img {
        width: 50% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-desktop {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-desktop-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 400px;
        height: auto;
        right: -10%;
        /*top: -25%;*/
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /*right: -10%;
        top: -25%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 450px;
    }

    .modal-vertical-centered {
        transform: translate(0,30%) !important;
        -ms-transform: translate(0,30%) !important; /* IE 9 */
        -webkit-transform: translate(0,30%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: 900px !important;
        top: 0% !important;
    }
}

/* 
    ##Device = Tablets, Ipads (portrait).price-sticky
    ##Screen = B/w 768px to 1024px
    PORTRAIT monitor
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 45%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 100% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: auto !important;
        height: 30px;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 50px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 48px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: inline-table !important;
    }

    .product-img {
        width: 50% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-tablet {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-tablet-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
        position: relative;
        margin: auto;
        right: -20%;
    }

    .img-hero {
        max-width: 250px;
        height: auto;
        right: 20%;
        bottom: -33px;
    }

    .img-text-hero {
        width: 85%;
        height: auto;
        /*right: -10%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 370px;
    }

    .modal-vertical-centered {
        transform: translate(0,75%) !important;
        -ms-transform: translate(0,75%) !important; /* IE 9 */
        -webkit-transform: translate(0,75%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: 700px !important;
        top: 0% !important;
    }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 40%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25%;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: auto !important;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 40px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 48px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: inline-table !important;
    }

    .product-img {
        width: 50% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-tablet {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-tablet-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
        right: 0%;
        width: 350px;
    }

    .img-hero {
        max-width: 243px;
        height: auto;
        right: -20%;
        top: -20%;
    }

    .img-text-hero {
        width: 80%;
        height: auto;
        /*right: 0%;
        top: -20%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 460px;
    }

    .modal-vertical-centered {
        transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important; /* IE 9 */
        -webkit-transform: translate(0, 0) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: 820px !important;
        top: 0% !important;
    }
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: right !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 200px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: auto !important;
        height: 25px;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 50px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 60px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: block !important;
    }

    .product-img {
        width: 100% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-mobile {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-mobile-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 420px;
        height: auto;
        right: 0;
        left: 15%;
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /*right: 0;
        left: 15%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 360px;
    }

    .modal-vertical-centered {
        transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important; /* IE 9 */
        -webkit-transform: translate(0, 0) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: auto !important;
        top: 0% !important;
    }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 100% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: grid;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: left !important;
    }

    #header-upper-row {
        display: flex !important;
    }


    #footer-logo {
        width: 150px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        /*width: 85px !important;*/
        width: auto !important;
        height: 18px;
        margin-top: 1px;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 45px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 50px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: block !important;
    }

    .product-img {
        width: 100% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-mobile {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-mobile-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 300px;
        height: auto;
        right: 0;
        left: 5%;
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /*right: 0;
        left: 5%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 200px;
    }

    .modal-vertical-centered {
        transform: translate(0, 120%) !important;
        -ms-transform: translate(0, 120%) !important; /* IE 9 f*/
        -webkit-transform: translate(0, 120%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: auto !important;
        top: 0% !important;
    }
}


@media (max-width: 360px) {
    .page-header-ui {
        /*min-height: 10vh;*/ /* Reduces height on smaller screens */
        background-position: center top; /* Adjusts positioning */
    }

    /*floating menu button*/
    .search-button {
        position: fixed;
        top: 43%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30% 0 0 30% !important;
        width: 40px;
        height: 40px;
        z-index: 999;
    }

    .add-to-cart-width {
        width: 25% !important;
    }

    #criteria li {
        box-sizing: border-box;
        flex: 0 0 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2;
    }

    /*Flex container*/
    .attr-container {
        display: grid;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .attr-item {
        flex: 1;
    }

    .attr-float {
        float: left !important;
    }

    #header-upper-row {
        display: flex !important;
    }

    #footer-logo {
        width: 150px !important;
        height: auto;
    }

    #footer-other-logo {
        width: 250px !important;
    }

    #header-logo {
        width: 85px !important;
        margin: auto;
    }

    .header-logo img {
        /*width: 200px;*/
        width: auto;
        height: 40px;
    }

    .main-menu.goToTop {
        left: 0;
        top: 50px !important;
        /*top: 0px !important;*/
        z-index: 7;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        background: #ff6d00;
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 1px 4px 0px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 1rem;*/
    }

    .header-upper.goToTop {
        left: 0;
        top: 0px !important;
        z-index: 9;
        position: fixed;
        max-width: 100% !important;
        border-radius: 0px;
        /*background: #323a45;*/
        /*background: rgba(69,171,214,1);*/
        box-shadow: 0px 0px 5px #444;
        -webkit-box-shadow: 0px 0px 5px #444;
        -moz-box-shadow: 0px 0px 5px #444;
        /*padding-left: 10rem;*/
        /*padding: 0 1rem 0 2rem;*/
    }

    .full-description table {
        display: block !important;
    }

    .product-img {
        width: 100% !important;
    }

    .hide-menu {
        display: none !important;
    }

    .show-on-mobile {
        display: block !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .show-on-mobile-initial {
        display: initial !important; /* Or display: flex; or display: inline; based on your needs */
    }

    .img-important-link {
        top: -15% !important;
    }

    .img-hero {
        max-width: 300px;
        height: auto;
        right: 0;
        left: 5%;
    }

    .img-text-hero {
        width: 100%;
        height: auto;
        /*right: 0;
        left: 5%;*/
    }

    .modal-home-bg-img {
        /*background: url('../images/2023-ihc-popup.png') no-repeat;*/
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 200px;
    }

    .modal-vertical-centered {
        transform: translate(0, 120%) !important;
        -ms-transform: translate(0, 120%) !important; /* IE 9 */
        -webkit-transform: translate(0, 120%) !important; /* Safari and Chrome */
    }

    .modal-dialog-welcome {
        width: auto !important;
        top: 0% !important;
    }
}

/*MEDIA QUERIES - END*/

/*Price*/
.grouped-price.price-availability > div {
    float: none;
}

    .grouped-price.price-availability > div > div > div.product-add-button {
        float: none;
    }

div.grouped-price.price-availability > div > div {
    border: none;
    border-top: 1px solid #eeeeee;
    padding-top: 2rem;
}

    div.grouped-price.price-availability > div > div > div > button {
        display: block;
        width: 100%;
    }

.grouped-associated > div {
    padding: 2rem 0;
}


@media (max-width: 767px) {
    .container-products {
        display: flex;
        flex-direction: column;
    }

    .container-products {
        flex-direction: column-reverse;
    }
}

/*
    Reviews - Start

*/

input[class="star-rating"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 23px;
    width: 23px;
}

.rating-star {
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
    font-size: 16px;
}

    .rating-star:hover {
        color: #ffcc00; /* Change the star color on hover */
    }

    .rating-star.selected,
    input[class="star-rating"]:checked + .rating-star {
        color: #ffcc00; /* Change the star color when selected */
    }

/*
    Reviews - End

*/

/*
    Register - Start
*/

.page-registration {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
}

#criteria {
    flex: 0 0 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

    /*  #criteria li {
    box-sizing: border-box;
    flex: 0 0 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
  }
*/
    #criteria li i {
        margin-right: 10px;
    }

        #criteria li i.fa-times {
            color: #d00;
        }

        #criteria li i.fa-check {
            color: #0b0;
        }

/*
    Register - End
*/


/*
    Notification - Start
*/

.bar-notification.warning {
    background: #e4444c;
    border-bottom: 3px solid #fff !important;
    color: #fff;
    margin: 0 0 10px;
}

/*
    Notification - End
*/

/*
    Product q&a - Start
*/
.textarea-vertical {
    display: block;
    width: 100%;
    /*height: 40px;*/
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.containerDiv {
    max-width: 100% !important;
}

#btn-qustion-submit {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.question-answer-wrapper .qa-item strong + div, .question-answer-wrapper .qa-item strong + p, .question-answer-wrapper .qa-item .question-text {
    color: #000 !important;
    font-size: 16px !important;
}

.headerDiv.question-answer-title strong {
    font-size: 18px !important;
    font-weight: bold !important;
}

.question-answer-title {
    font-size: 18px !important;
    border-bottom: 1px solid #dddddd !important;
}

/*
    Product q&a - End
*/

/*Popup Modal*/
.ui-dialog .ui-dialog-content {
    overflow-x: hidden !important;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: inherit !important;
}

.ui-resizable-handle {
    display: none !important;
}

.error-text {
    color: red !important;
}


.content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/*NEW for rebranding*/
.bg-black-opac {
    background-color: #00000075;
    /* opacity: 0.4; */
}

.bg-secondary {
    background-color: #00AEC1 !important;
    color: #fff !important;
}

.text-color-secondary {
    color: #00AEC1 !important;
}

.round-border {
    border-radius: 20px !important;
}

.card-image-wrapper-expand {
    overflow: hidden;
}

    .card-image-wrapper-expand img {
        transition: transform 0.5s ease;
    }

.card-img-expand:hover img {
    transform: scale(1.1);
}

.card-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease;
}

    .card-shadow:hover {
        transform: scale(1.05);
    }

.card-row {
    display: flex;
    flex-wrap: wrap;
}

.align-center {
    align-items: center !important;
}


.steps-box {
    /*border: 1px solid #efefef;*/
    padding: 35px 25px;
}

    .steps-box .steps-icon {
        /*width: 70px;*/
        height: 70px;
        position: relative;
        display: inline-block;
        border-radius: 50%;
        /*background-color: #FF6600;*/
    }

        .steps-box .steps-icon:before {
            position: absolute;
            content: "";
            /*border: 1px solid #FF6600;*/
            width: 70px;
            height: 70px;
            display: inline-block;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            border-radius: 50%;
            left: -5px;
            top: 5px;
        }

        .steps-box .steps-icon i {
            font-size: 35px;
            color: #fff;
            line-height: 70px;
        }

.owl-next.custom-next {
    background: url(../images/slider-right-arrow.png) no-repeat center center #FFB67F !important;
    height: 35px;
    text-indent: -9999px;
    width: 30px;
    float: left;
}

.owl-prev.custom-prev {
    background: url(../images/slider-left-arrow.png) no-repeat center center #FFB67F !important;
    height: 35px;
    text-indent: -9999px;
    width: 30px;
    float: left;
    margin-right: 1px;
}

.owl-next.custom-next:hover {
    background: url(../images/slider-right-arrow.png) no-repeat center center #FF6D00 !important;
}

.owl-prev.custom-prev:hover {
    background: url(../images/slider-left-arrow.png) no-repeat center center #FF6D00 !important;
}
