 
     .btn-appointment {
         position: fixed;
         background: linear-gradient(135deg, #e6b5d9 0%, #d58caf 35%, #da9bb8 70%, #fceff9 100%);
         border: 2px solid;
         z-index: 9999;
         color: #ffffff;
         width: 160px;
         height: 34px;
         padding: 0 15px;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 16px;
         font-weight: 400;
         transform: rotate(270deg);
         border-radius: 8px 8px 0px 0px;
         right: -65px;
         top: 30%;
         box-shadow: 0 3px 6px rgb(0 0 0 / .4);
     }

     @media only screen and (max-width: 600px) {
         .modal-content {
             width: 80%;
             margin: auto;
             display: flex;
             justify-content: center;
             align-items: center;
         }

         .WhatsappMSGBTN i.fa-brands.fa-whatsapp {
             font-size: 18px;
             padding-right: 10px;
         }

         .WhatsappMSGBTN {
             padding: 15px 15px;
         }
     }

     .WhatsappMSGBTN {
         position: fixed;
         bottom: 50px;
         left: 30px;
         background: linear-gradient(45deg, #25D366, #128C7E);
         padding: 15px 25px;
         color: #fff;
         font-size: 18px;
         display: flex;
         align-items: center;
         border-radius: 30px;
         border: 0;
         z-index: 99999;
     }

     .WhatsappMSGBTN i.fa-brands.fa-whatsapp {
         font-size: 30px;
         padding-right: 10px;
     }


     ul.plan {
         max-height: none;
         overflow: visible;
     }

     ul.plan {
         max-height: 600px;
         overflow-y: auto;
         scrollbar-width: thin;
         -ms-overflow-style: none;
     }

     ul.plan::-webkit-scrollbar {
         width: 4px;
     }

     ul.plan::-webkit-scrollbar-thumb {
         background: #ccc;
         border-radius: 10px;
     }


     @media (max-width: 767px) {
         ul.plan {
             max-height: 450px;
             overflow-y: auto;
             scrollbar-width: thin;
             -ms-overflow-style: none;
         }

         ul.plan::-webkit-scrollbar {
             width: 4px;
         }

         ul.plan::-webkit-scrollbar-thumb {
             background: #ccc;
             border-radius: 10px;
         }

         .slicknav_menu ul ul {
             max-height: 450px;
             overflow-y: auto;
             scrollbar-width: thin;
             -ms-overflow-style: none;
         }

     }

     #plan {
         max-height: none;
         overflow: visible;
     }

     #plan {
         max-height: 600px;
         overflow-y: auto;
         scrollbar-width: thin;
         -ms-overflow-style: none;
     }

     #plan ::-webkit-scrollbar {
         width: 4px;
     }

     #plan ::-webkit-scrollbar-thumb {
         background: #ccc;
         border-radius: 10px;
     }


     @media (max-width: 767px) {
         #plan {
             max-height: 450px;
             overflow-y: auto;
             scrollbar-width: thin;
             -ms-overflow-style: none;
         }

         #plan ::-webkit-scrollbar {
             width: 4px;
         }

         #plan ::-webkit-scrollbar-thumb {
             background: #ccc;
             border-radius: 10px;
         }

         .slicknav_menu ul ul {
             max-height: 450px;
             overflow-y: auto;
             scrollbar-width: thin;
             -ms-overflow-style: none;
         }

     }

     .logo_size {
         width: 130px;
     }

     .social-icon {
         display: inline-block;
         width: 40px;
         height: 40px;
         border-radius: 50%;
         text-align: center;
         line-height: 40px;
         color: #fff;
         transition: 0.3s ease;
         font-size: 18px;
     }

     .social-icon.linkedin {
         background: linear-gradient(45deg, #0077B5, #005983);
     }

     .social-icon.youtube {
         background: linear-gradient(45deg, #FF0000, #C20000);
     }

     .social-icon.facebook {
         background: linear-gradient(45deg, #3b5998, #1e2d50);
     }

     .social-icon.instagram {
         background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
     }

     .social-icon.whatsapp {
         background: linear-gradient(45deg, #25D366, #128C7E);
     }

     .social-icon:hover {
         transform: scale(1.1);
         box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
     }

     .contact-social-list ul li a {
         color: #fff;
     }

     .modal {
         z-index: 1055 !important;
     }

     .modal-backdrop {
         z-index: 1050 !important;
     }

     header,
     .navbar {
         position: relative;
         z-index: 1040;
     }

     .responsive-video {
         position: relative;
         padding-bottom: 56.25%;
         height: 0;
         overflow: hidden;
         max-width: 100%;
         background: #000;
         border-radius: 10px;
     }

     .responsive-video iframe {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         border: 0;
     } 