 /*breadxcumbs */
 .product-breacumbs-1{
     padding: 60px 0;background: linear-gradient(to left, #d7d2cc 0%, #304352 100%);
 }
 .cnvs-page-submenu-sticky-offset{
     --cnvs-page-submenu-sticky-offset: 50px;
 }
 .height-48px{
     height:48px;
 }
 .video-frame{
  width:100% !important;
  height:500px !important;   
 }
 .border-radius-8px{
     border-radius: 8px !important;
 }
 .form-input-hw{
     height: 36px;
     width:150px
 }
 .p-tb-60{padding: 1px 60px;} @media (max-width:768px) {.p-tb-60{padding: 10px;}}
  .faqs {
            z-index: 1;
        }

        .faq-container {
            max-width: 700px;
            margin: auto;
        }

        .faq-accordian {

            margin-bottom: 10px;
            overflow: hidden;
            transition: 0.3s;
        }

        .faq-question {
            padding: 10px;
            cursor: pointer;
            font-size: 18px;
            font-family: var(--heading-2);
            display: flex;
            text-align: justify;
            align-items: center;
            border: 1px solid #027fbc;
            transition: 0.3s;
            border-radius: 5px;
        }


        .faqs .faq-question span {
            font-size: 22px;
            margin-right: 10px;
            font-weight: 600;
        }

        /* Arrow Icon Styling */
        .faqs .faq-question .faq-icon {
            font-size: 2rem;
            font-weight: bold;
            transition: transform 0.3s ease;
            position: absolute;
            right: 2%;
        }

        .faqs .faq-answer {
            padding: 15px;
            display: none;
            transition: 0.3s ease-in-out;
            border: 1px solid #027fbc;
            border-top: none;
        }

        .faqs .faq-answer ul li:before {
            content: '\f101';
            font-family: 'FontAwesome';
            margin-left: -1.6em;
            margin-right: 1em;
            color: var(--base-color-1);
        }
        .faq-accordian:hover .faq-answer {
            display: block;
        }
        .faq-accordian:hover .faq-icon {
            transform: rotate(180deg);
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600 !important;
        }

        dd,
        dl,
        dt,
        li,
        ol,
        ul {
            margin: 5px 10px !important;
        }

        .p-tb-60 {
            padding: 1px 60px;
        }

        @media (max-width:768px) {
            .p-tb-60 {
                padding: 10px;
            }

            .faq-question h3 {
                font-size: 16px;
                padding: 1px 24px;
            }

            .faqs .faq-question span {
                font-size: 18px;
                font-size: 18px;
                margin-right: 0;
                font-weight: 600;
            }
        }


#page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
    top: 4rem !important;
}