@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400
}

a {
    text-decoration: none !important;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 36px;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/* =====================
TOPBAR
===================== */

.logo_slide {
    background: #000000;
    padding: 12px 0;
    /* height: 48.6px; */
    /* overflow: hidden; */
}

.logo_slide h6 {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    line-height: 1.719;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.logo_slide h6 img {
    width: 18px !important;
    margin-right: 10px;
}

.logo_slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logo_slide .marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logo_slide .marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marqueeScroll 150s linear infinite;
}

.logo_slide .item {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}



/* =====================
HEADER
===================== */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    /* Or your header background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
}

.fixed-header .logo_slide {
    display: none;
}

.fixed-header .col-auto img {
    width: 20px;
}

header .menu_line {
    padding: 10px 0;
}



header .container-fluid-ln {
    border-top: 1px solid #ccc;
}

header a.hd-btn {
    align-items: center;
    font-size: 13px;
    line-height: 22px;
    padding: 2px 15px;
    color: rgb(255 255 255);
    background-color: rgb(0 0 0);
    border-radius: 3rem;
    transition: background-color 300ms ease-in;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
    display: inline-block;
}

#nav-links {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

#nav-links .grd {
    margin-right: 50px;
}

#nav-links .grd:last-child {
    margin-right: 0;
}

#nav-links a {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 1.146;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.sidebar {
    height: 100%;
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    background: #f0f0f0;
    overflow-y: auto;
    z-index: 1050;
    transition: 0.4s ease;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    padding-top: 14px;
    padding-left: 0;
    padding-right: 10px;
}

.sidebar .section {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 0;
}

/* .sidebar .section.mt-0{} */
.sd-br-icn {
    margin: 0 0 10px 0;
}

.sd-br-icn a {
    text-align: right;
    margin-top: 0;
    font-size: 18px;
    cursor: pointer;
    margin-left: 0;
    color: #000;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
}

.sidebar.show {
    left: 0;
}

.sidebar .sd-br-icn img {
    width: 17px;
}

.sidebar .list-unstyled .sidebar-link {
    padding: 8px 0;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    margin: 0;
    position: relative;
    transition: all 600ms ease-in-out;

}

.sidebar .sidebar-link:hover {
    padding: 8px 15px 8px 15px
}

.sidebar .sidebar-link a {
    text-decoration: none;
    color: #000;
    display: block;
}

.sidebar .sidebar-link.active ul {
    display: block !important;
}

.sidebar .sidebar-link ul li a {
    text-decoration: none;
    color: #000;
}

.sidebar li:hover {
    background: #f5f5f5;
}

.sidebar li.sidebar-link2,
.sidebar li.sidebar-link1 {
    padding: 0px 0 !important;
}

.sidebar li.sidebar-link2:hover,
.sidebar li.sidebar-link1:hover {
    background: transparent;
}

.sidebar li.sidebar-link1 span:hover,
.sidebar li.sidebar-link2 span:hover {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 8px 15px 8px 15px;
    border-radius: 7px;
}

.sidebar .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.sidebar .sidebar-link span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 8px 0;
    transition: all 600ms ease-in-out;
    border-radius: 7px;
}

.sidebar .sidebar-link ul {
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-link ul li {
    list-style: none;
    margin: 0px 0 0 18px;
    padding: 8px 0;
    border-radius: 7px;
    transition: all 600ms ease-in-out;
}

/* .sidebar .sidebar-link ul li{ margin: 0 0 5px 20px; }*/
.sidebar .sidebar-link ul li:hover {
    padding: 8px 0 8px 10px;
}

.sidebar .sidebar-link ul li:last-child {
    margin-bottom: 0;
}

#sidebarMenu {
    height: 100vh;
    overflow-y: auto;
    background: #f9f9f9;
    padding: 10px !important;
    scrollbar-width: thin;
    scrollbar-color: #f9f9f9 transparent;
}

/* Webkit (Chrome, Edge, Safari) */
#sidebarMenu::-webkit-scrollbar {
    width: 6px;
}

#sidebarMenu::-webkit-scrollbar-track {
    background: transparent;
}

#sidebarMenu::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

#sidebarMenu::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.sidebar .section .add-bx {
    padding-bottom: 20px;
    display: block;
}

.sidebar .section .add-bx h6 {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
}

.sidebar .section .add-bx a.mb-ct {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.sidebar .section .add-bx h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 10px 0;
}

.section-title {
    margin-bottom: 10px !important;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #595c5f !important;
}

/* .sidebar .product-scroll {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 16px;
    scroll-behavior: smooth;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    justify-content: space-between;
}

.sidebar .product-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: none;
} */
.sidebar .product-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: none;
}

.sidebar .product-scroll .owl-item .item .product-card img {
    width: auto !important;
    height: 104px;
    margin: auto;
}

.sidebar .product-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
}

.sidebar .product-scroll::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome/Safari */
}

.sidebar .arrow {
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 0;
    border-radius: 0;
    z-index: 9999;
    padding: 0;
}

.sidebar .left-arrow {
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: url(../../images/home_v2/slider-left.png) no-repeat;
    display: inline-block;
    background-size: 17px;
    vertical-align: middle;
    background-position: center;
    padding: 5px;
    background-color: #f2f6f7;
    border-radius: 50px;
    padding: 0;
}

.sidebar .right-arrow {
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: url(../../images/home_v2/slider-right.png) no-repeat;
    display: inline-block;
    background-size: 17px;
    vertical-align: middle;
    background-position: center;
    padding: 5px;
    background-color: #f2f6f7;
    border-radius: 50px;
    padding: 0;
}

.sidebar .arw-bx {
    z-index: 999;
    position: absolute;
    width: 23%;
    right: 0;
    top: 0;
    height: 20px;
}

.product-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 160px;
    background: #f8f8f8;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
    transition: background 0.3s ease;
}

div#closeSidebar {
    text-align: right;
    margin-top: 0;
    font-size: 20px;
    cursor: pointer;
    margin-left: 23px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 28px;
}

/* .product-card:hover {
  background: #fff;
} */

.product-card img {
    height: 104px;
    margin-bottom: 15px !important;
    pointer-events: none;
}

.product-card p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.product-card a {
    text-decoration: none;
    color: #000;

}

.product-scroll-wrapper,
.product-scroll,
.product-card,
.product-card * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    scrollbar-width: thin;
    scrollbar-color: #f9f9f900 transparent;
}

.product-scroll {
    cursor: grab;
}

.product-scroll.dragging {
    cursor: grabbing;
}

.product-scroll,
.product-scroll * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-scroll {
    overflow: hidden;
    /* height: 100vh; */
    position: relative;
}

.no-scroll:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #11111175;
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
}


/* 
===============================================================================
FOOTER SECTION
===============================================================================
*/



#new_footer {
    padding-bottom: 30px;
    background: #000 !important;
    border-top: 1px solid #fff;
    text-align: center;
}

#new_footer .desktop_links_v6 {
    justify-content: left;
}

#new_footer .desktop_links_v6 li {
    margin-left: 0;
    margin-right: 15px;
}

.alpha_v6_footer {
    background: #000000 !important;
    padding: 30px 0 !important;
}

.alpha_v6_footer h5::before {
    display: none;
}

#new_footer h5 {
    font-weight: 700;
    font-size: 16px !important;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

#new_footer .contacts li a {
    font-weight: 400;
    font-size: 16px !important;
    color: #fff;
}

#new_footer .contacts li {
    margin-bottom: 15px;
}

#new_footer .d-flex-m {
    display: flex;
    flex-direction: column;
    align-content: flex-end !important;
    flex-wrap: wrap;
}

#new_footer .legi_img {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#new_footer .legi_img img {
    width: 80px;
    margin-right: 10px;
}












/* 
===============================================================================
COPYRIGHT SECTION
===============================================================================
*/

#new_footer {
    background: #000;
    border-top: 0;
    padding-bottom: 50px;
    text-align: left;
    padding-top: 0;
}

#new_footer .copyright_links li a {
    color: #fff;
    font-size: 14px;
}

#new_footer .copyright_links li span {
    padding: 0 5px;
}

#new_footer p {
    font-size: 14px;
    color: #fff;
}

#new_footer .contacts li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

#new_footer .copyright_links li a,
/* #new_footer p {
    color: #c6c6c6;
    font-size: 13px;
    font-weight: 500;
} */

/* #new_footer {
    background: #222;
} */

#new_footer .copyright_links {
    list-style: none;
    margin: 0;
    padding: 0;
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; */
}

#new_footer .copyright_links li span {
    color: #ffffff;
    padding: 0 5px;
}

#new_footer .copyright_links li a {
    color: #ffffff;
    font-size: 13px;
}

#new_footer .copyright_links .stats_av {
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

#new_footer p,
#new_footer .copyright_links li a {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;

}

#new_footer .copyright_links li a,
#new_footer .copyright_links {
    margin-bottom: 20px;
}

#new_footer p {
    margin-bottom: 0;
}

#new_footer {
    padding-bottom: 30px;
}

#new_footer .mhgh {
    margin-bottom: 20px;
}

#new_footer .copyright_links li {
    display: inline-block;
}

#new_footer .contacts {
    margin-bottom: 30px !important;
}

.banner .grd_bx .txt_bx:nth-of-type(4n) {
    margin-bottom: 0;
}

.banner .grd_bx .txt_bx:nth-of-type(5n) {
    margin-bottom: 0;
}

.banner .grd_bx .txt_bx:nth-of-type(6n) {
    margin-bottom: 0;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:hover,
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}



.for_mob {
    display: none;
}

.for_desk {
    display: block;
}





@media screen and (max-width: 767px) {
    .for_mob {
        display: block;
    }

    .for_desk {
        display: none;
    }

    .logo_slide {
        height: 52.36px;
    }

    header img#menuToggle {
        width: 23px;
    }

    header a.hd-btn {
        align-items: center;
        font-size: 12px;
        line-height: 17px;
        padding: 3px 13px;
    }
}


@media screen and (max-width: 1200px) {


    #new_footer .legi_img img {
        width: 60px !important;
    }

}



@media screen and (max-width: 768px) {

    .forth_ed_sale h2 {
        font-size: 10px;
        line-height: 15px !important;
        letter-spacing: 0;
    }

    #nav-links a {
        font-size: 20px;
    }

    #nav-links {
        margin: 20px 0;
    }


    .faq h1 {
        font-size: 40px;
    }

    .faq #faqAccordion .card .card-header h5 {
        font-size: 25px;
        line-height: 32px;
    }

    .faq #faqAccordion .card p {
        font-size: 18px;
    }

    .faq #faqAccordion .card {
        padding: 18px 0;
    }

    #new_footer .container .row {
        flex-direction: column;
    }

    #new_footer .container .row .col-3.col-md-3 {
        width: 100%;
    }

    #new_footer .d-flex-m {
        align-content: flex-start !important;
        margin-bottom: 35px;
    }

    #new_footer .legi_img img {
        width: auto !important;
        margin-right: 15px;
        height: 85px;
    }

    .forth_ed_sale h2 a {
        display: inline !important;
    }

    #new_footer .container .row {
        flex-direction: column;
    }

    #new_footer .container .row .col-3.col-md-3 {
        width: 100% !important;
        max-width: 100% !important;
    }

    #new_footer .d-flex-m {
        align-content: flex-start !important;
        margin-bottom: 35px;
    }

    #new_footer .legi_img img {
        width: auto !important;
        margin-right: 15px;
        height: 85px;
    }

    .col-auto {
        width: 23%;
    }
}


@media screen and (max-width: 576px) {
    .forth_ed_sale h2 {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .forth_ed_sale h2 {
        font-size: 14px !important;
        line-height: 15px !important;
        letter-spacing: 0;
    }

    .forth_ed_sale h2 a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 500px) {
    .malemd_btn {
        margin-top: 20px;
        width: 100%;
    }


    #nav-links .grd {
        margin-right: 35px;
    }

    #nav-links a {
        font-size: 15px;
    }

    #nav-links {
        justify-content: space-between;
    }


    .faq #faqAccordion .card .card-header h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .faq #faqAccordion .card p {
        font-size: 16px;
    }

    .faq #faqAccordion .card p {
        font-size: 16px;
    }

    #nav-links {
        margin: 15px 0;
    }
}


@media screen and (max-width: 421px) {

    #nav-links .grd {
        margin-right: 25px;
    }

    #nav-links a {
        font-size: 17px;
    }

    #nav-links {
        justify-content: space-between;
    }
}


@media screen and (max-width: 391px) {
    #nav-links a {
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    #nav-links .grd {
        margin-right: 30px;
    }

    #nav-links a {
        font-size: 15px;
    }

    #new_footer .contacts li {
        margin-bottom: 12px;
    }

    #new_footer h5 {
        margin-bottom: 15px;
    }

    #new_footer .legi_img img {
        width: auto !important;
        margin-right: 15px;
        height: 65px;
    }
}