/* eye-and-lash.php ka apna CSS. Pehle isi page ke andar <style> me tha,
   content bilkul waisa hi hai - sirf external file me shift kiya gaya. */

        .page_header .section_heading p {
            font-size: 18px !important;
        }
         .faq p:nth-child(even) {
                margin-bottom: 1px;
            }

            .faq p:nth-child(even) strong {
                font-size: large;
                font-family: system-ui;
                color: #874c1e;
            }
    

        .service_box .serv1 {
            width: 55px;
            margin: auto;
            padding-bottom: 15px;
            position: absolute;
            right: 35px;
            top: 24px;
        }

        .service_box li:hover {
            transition: all ease .5s;
            color: #8538a4;
            padding-left: 2px;
        }

        .service_box:hover {
            border: 1px solid #8538a4;
        }
        .fa-ul {
    padding-left: 0;
    margin-left: 2.5em;
    list-style-type: none;
    position: relative;
}
        .fa-ul li {
    margin-bottom: 10px;
    line-height: 21px;
    font-size: 15px;
}
        .all1 ul li::before,
            .all2 ul li::before{
              content: "\f058"; /* Font Awesome check-circle */
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              position: absolute;
              left: -20px;
              top: -1px;
              font-size: 1rem;
            }
            
            .alll ul li::before, { color: #000; }
            .all2 ul li::before, { color: #c45b26; }


    
