#top_nav {
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 0px;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slick-slide.slick-current.slick-active {
    position: absolute !important;
    left: 0px !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 3rem;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 9999 !important;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 50px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.pr-charts .pr-chart-ctrl p {
    max-width: 50%;
    margin: 0 auto;
}

#hero_banner {
    height: 620px;
    max-height: 620px;
    overflow: hidden;
}

#pageintro article p {
    max-width: 80%;
}

#top_nav.fixed-top {
    position: fixed;
    top: 0px;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#mainav li {
    margin: 0px 15px;
}

#mainav li a {
    padding: 30px 5px;
}

.top-section {
    margin-top: 77px;
}

#footer .heading {
    /*margin-bottom:25px;*/
}

#pageintro {
    padding: 0px;
    min-height: 450px;
    align-items: center;
    display: flex;
}

#ctdetails textarea {
    color: #474747;
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-color: transparent;
}

#mainav .drop {
    padding-right: 15px;
    padding-left: 15px;
}

#mainav .drop::after {
    right: 5px;
    left: auto;
}

.wa-float:hover {
    background-color: #28b55c;
}

.wa-float {
    position: fixed;
    right: 20px;
    width: 36px;
    height: 36px;
    bottom: 70px;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    line-height: 1.8;
}

.shout figure:hover figcaption a, .shout figure figcaption a::after {
    content: none;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
}

.pageintro {
    padding: 200px 0 280px;
}

/* 280px => 80px for #introblocks negative margin */

.pageintro article, #pageintro article p {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}

.pageintro article p {
    max-width: 80%;
    line-height: 2rem;
    margin: 0 auto;
}

.pageintro .heading {
    margin-bottom: 20px;
    font-size: 4rem;
}

.pageintro footer {
    margin-top: 50px;
}

.about-img-box {
    text-align: center;
}

.about-img {
    max-width: 400px;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-5 {
    margin-top: 5rem;
}

.py-3{
    padding: 3rem 0;
}

.mb-5 {
    margin-bottom: 5rem;
}

.elements article p {
    line-height: 1.5rem;
}


.helpdesk-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    /*border-bottom: 1px solid #ddd;*/
    padding: 10px 0;
}

.accordion-button {
    background-color: #007bff;
    color: white;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: flex;
}

.accordion-button > span {
    flex-grow: 1
}

.accordion-button:hover {
    background-color: #0056b3;
}

.accordion-content {
    height: 0px;
    padding: 15px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    transition: all 0.25s;
    overflow: hidden;
    padding: 0px;
}

.accordion-content p {
    margin: 0;
}

.accordion-item.expanded .accordion-content {
    height: auto;
    padding: 15px;
}

#mobile_nav {
    text-align: center;
    display: none;
    align-items: center;
    padding: 15px 0px;
}

#mobile_menu_box {
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: -25px;
    top: 69px;
    background-color: white;
    width: calc(100% + 50px);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    transition: all 0.25s;
}

#mobile_menu_box.expanded {
    height: auto;
}

#mobile_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

#mobile_menu a {
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    padding-left: 40px;
    color: #333;
    cursor: pointer;
}

#mobile_menu a:hover {
    background-color: #e1e1e1;
}

#mobile_nav i {
    cursor: pointer;
}

#mobile_nav i:hover {
    color: #333;
}

.mobile-logo {
    margin-bottom: 0px !important;
}

#header {
    position: relative;
}

.product-title {
    font-size: 2rem;
    font-weight: bold;
}

.product-features {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-features i {
    margin-right: 1rem;
    color: green;
}

.j-button {
    border-color: transparent;
    color: #FFFFFF;
    background-color: #97A9BD;
    border:1px solid;
    padding:8px 18px 10px; text-transform:uppercase; font-weight:400; cursor:pointer;
}

.j-button:hover {
    color: inherit;
    background-color: transparent;
    border-color: inherit;
}
.products-wrapper .group.shout{
    padding:0px 10% !important;
}
#wholesales_page .bgded.overlay.top-section{
    background-position:0px -300px;
}
@media screen and (max-width: 580px) {
    #join_us_today {
        margin-top: 3rem;
    }
    footer .one_quarter{
        width:auto !important;
    }
    footer .one_quarter:nth-child(3){
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
    }
    .product-description {
        max-width: 80%;
        display: block;
        margin: 0 auto;
        margin-bottom: 5rem;
    }
    #hero_banner .heading{
        font-size:2rem;
    }
    #wholesales_page .bgded.overlay.top-section{
        background-position:0px 0px;
    }
}

@media screen and (max-width: 980px) {
    #wholesales_page .bgded.overlay.top-section{
        background-position:0px 0px;
    }
    #logo, #mainav {
        display: none;
    }
    footer .heading{
        margin-bottom:25px !important;
    }
    footer .one_quarter{
        width:47.89473%;
    }
    footer .one_quarter:nth-child(3){
        margin-left: 0;
        clear: left;
    }
    footer .one_quarter:nth-child(3),
    footer .one_quarter:nth-child(4){
        margin-top:10%;
    }
    .products-wrapper .group.shout{
        padding:0px !important;
    }

    #mobile_nav {
        display: flex;
    }

    #mobile_menu_box {
        left: -25px;
        width: calc(100% + 50px);
    }
}

@media screen and (max-width: 1140px) {
    #header {
        padding: 0px;
        /*padding-bottom:0px !important;*/
    }

    #mobile_menu_box {
        left: -50px;
        width: calc(100% + 100px);
    }
}

@media screen and (min-width: 1140px) {
    #about_us_wrapper .hoc.container {
        max-width: 50%;
    }
}