@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');
@font-face {
    font-family: 'Satoshi-Bold';
    font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Satoshi-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Satoshi-Medium';
    font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Satoshi-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Satoshi-Regular';
    font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Satoshi-Regular.woff2) format('woff2');
}


  @font-face {
    font-family: 'Fontspring-DEMO-P22Mackinac-Bold';
     font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Fontspring-DEMO-P22MackinacProBold.woff) format("woff");
}
@font-face {
    font-family: 'Fontspring-DEMO-P22Mackinac-Book';
     font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Fontspring-DEMO-P22Mackinac-Medium.woff) format("woff");
}
@font-face {
    font-family: 'Fontspring-DEMO-P22Mackinac-Medium';
     font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Fontspring-DEMO-P22Mackinac-Book.woff) format("woff");
}
@font-face {
    font-family: 'Fontspring-DEMO-P22MackinacProBold';
    font-style: normal;
    font-weight: normal;
    src: url(./sermorelin/Fontspring-DEMO-P22MackinacProBold.woff) format("woff");
}

/* =====================
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-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
    display: flex;
    align-items: center;
} */
/* .marquee,
.marquee-content,
.item {
  user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-y;
  cursor: grab;
} */
/* .logo_slide .marquee::-webkit-scrollbar {
  display: none;
}

.logo_slide .marquee-content {
  display: inline-flex;
}

.logo_slide .item {
  flex: 0 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  white-space: normal;
  user-select: none;
}

.logo_slide h6,
.logo_slide h6 * {
  user-select: none;
}

.logo_slide {
  position: relative;
}

.logo_slide .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f6f7;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 5;
  font-size: 0;
  border: none;
}

.logo_slide .left-arrow {
  left: 10px;
  background-image: url(../../images/home_v2/slider-left.png);
}

.logo_slide .right-arrow {
  right: 10px;
  background-image: url(../../images/home_v2/slider-right.png);
}

.logo_slide:hover .left-arrow,
.logo_slide:hover .right-arrow {
  opacity: 1;
}

.logo_slide .arrow:hover {
  opacity: 1;
} */

.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
===================== */
.kno-sidemenu{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
}
.kno-sidemenu p {
        font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    font-size: 14px;
}
.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;
}
header a.hd-btn:hover{
    text-decoration: none;
}

#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;
        font-family: 'Montserrat';
        font-size: 16px;
}

.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;
    font-family: "Montserrat", sans-serif;
}

/* 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;
    font-family: "Montserrat", sans-serif;
}

.sidebar .section .add-bx a.mb-ct {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
     font-family: "Montserrat", sans-serif;
         text-decoration: none;
}

.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 !important;
    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 .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;
    width: auto !important;
    margin: auto;
}

.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;
}
.product-scroll a {
    text-decoration: none !important;
}
.kno-sidemenu {
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    transition: all .3s 
ease;
    background: #fff;
    padding: 10px;
}
.kno-sidemenu 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;
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
.kno-sidemenu {
    top: 34px;
}
}
@media screen and (max-width: 767px) {
    .kno-sidemenu a.hd-btn {
        align-items: center;
        font-size: 12px;
        line-height: 17px;
        padding: 3px 12px;
    }
     img#menuToggle {
        width: 23px;
    }
}
@media screen and (max-width: 389px) {
.kno-sidemenu a.hd-btn{
    font-size: 11px;
    padding: 3px 10px;
}
}
/* =====================
Banner
===================== */


.about_header h1{
    font-family: 'Fontspring-DEMO-P22Mackinac-Medium';
    font-weight: 500;
    /* font-size: 50px; */
}
.about-content p{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.about-content p a{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.about-content .bannerCTA {
    text-align: left;
}
.about-content ul li{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
        padding-bottom: 6px;
}
.about-content h2{
     font-family: 'Fontspring-DEMO-P22Mackinac-Medium';
    font-weight: 500;
    font-size: 50px;
    padding-top: 2.5rem;
}
.imageHeader h3 {
    color: #000000;
    padding-top: 2.5rem;
    /* font-size: 2.49rem; */
    /* font-family: 'Poppins'; */
    font-family: 'Fontspring-DEMO-P22Mackinac-Medium';
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 50px;
}
.about-content {
    padding: 2.5rem 0 0rem;
}
.about-process h1{
    font-family: 'Fontspring-DEMO-P22Mackinac-Medium';
    font-weight: 500;
    font-size: 50px;
}
.about-process .logo-title {
    padding-bottom: 0.7rem;
}
.about-process h4{
    font-family: 'Satoshi-Bold';
}
.about-process p{
    font-family: 'Satoshi-Regular';
    font-size: 18px;
}
.footer {
    background: #000000;
}
.copyright{
    background: #000000;
}
.footer .footer-bottom p::before{
    background: #ffffff;
}
.footer .footer-bottom .edMeds li a:hover, .footer .footer-bottom .whyEd li a:hover {
    color: #f0f0f0;
}
.footer .footer-bottom .qa li a:hover {
    color: #f0f0f0;
}
.copyright p {
    color: #ffffff;
}
.copyright .copyList li a {
    color: #ffffff;
}
.faq1 #faqAccordion .card {
    border: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
    padding: 15px 0;
    background: transparent;
    border-radius: 0;
}
.faq1 .card-header{
    background-color: transparent;
    border: 0;
    padding: 0;
}
.faq1 #faqAccordion .card .card-header h5 {
    color: #000;
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    line-height: 0.867;
}
.faq1 #faqAccordion .card .card-header .left {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: inherit;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background: transparent;
    padding: 0;
}
.faq1 #faqAccordion .card-header.collapsed .left::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../images/home_v2/plus_mal.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.faq1 #faqAccordion .card-header .left::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../images/home_v2/minus_mal.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.faq1 #faqAccordion .card p {
    color: #000;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 15px;
}
.faq1 #faqAccordion .card .card-header, .faq1 #faqAccordion .card .card-body {
    padding-left: 0;
}
.faq1 #faqAccordion .card p:last-child {
    margin: 0;
}
.faq1 h1 {
    color: #000;
    font-size: 50px;
    text-align: center;
    font-family: 'Fontspring-DEMO-P22Mackinac-Medium';
    font-weight: 500;
    margin-bottom: 20px;
}
.faq1 #faqAccordion .card .card-header, .faq1 #faqAccordion .card .card-body{
    padding: 0.5rem 1rem 0.5rem 0rem;
}
.wrapper {
    padding: 1rem 0 4rem 0;
}
.card-header{
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .about-content p {
        font-size: 17px;
    }
    .about-content h2{
            font-size: 29px;
    }
    .about-content ul li{
        font-size: 17px;
    }
    .about-content h2{
        padding-top: 2rem;
    }
    .imageHeader h3{
        font-size: 29px;
    }
    .faq1 h1{
        font-size: 29px;
    }
    .about-process h1{
        font-size: 29px;
    }
    .faq1 #faqAccordion .card .card-header h5{
            line-height: 27px;
            font-size: 20px;
    }
    .faq1 #faqAccordion .card .card-header, .faq1 #faqAccordion .card .card-body {
    padding: 0.5rem 2.5rem 0.5rem 0rem;
}
.bannerCTA .getStartedCta2{
    padding: 10px 23px;
}
.wrapper {
    padding: 3% 0 10% 0;
}
}
@media screen and (max-width: 500px) {
    #nav-links {
        margin: 15px 0;
    }
        #nav-links a {
        font-size: 15px;
    }
        #nav-links .grd {
        /* margin-right: 35px; */
        margin: 0 9px;
    }
    header a.hd-btn {
        align-items: center;
        font-size: 12px;
        line-height: 17px;
        padding: 3px 13px;
    }
}
@media screen and (max-width: 500px) {
     #nav-links .grd {
        /* margin-right: 35px; */
        margin: 0 5px;
    }
    .about-process .logo-title {
    padding-bottom: 0px;
    width: 87px;
}
}
@media screen and (max-width: 389px) {
    .imageHeader h3 {
        font-size: 26px;
    }
        .about-content h2 {
        font-size: 26px;
    }
    .about-process h1 {
        font-size: 26px;
    }
    .about-process h4{
            font-size: 1.3rem;
    }
    .faq1 h1 {
        font-size: 26px;
    }
}
.bold-text{
    font-family: 'Satoshi-Bold';
}