 .remove21 {
    display: none !important;
}

@media (min-width: 992px) {
    .remove21 {
        display: block !important;
    }
}

        /* Styles for the floating WhatsApp button */
        .whatsapp-fab {
                position: fixed;
             bottom: 27px;
            left: 25px;
            width: 50px;
            height: 50px;
            background-color: #25D366; /* Official WhatsApp Green */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            text-decoration: none;
        }

        /* Hover effect for the button */
        .whatsapp-fab:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
        }

        /* Styles for the icon inside the button */
        .whatsapp-fab svg {
            width: 36px;
            height: 36px;
            fill: #FFFFFF;
        }
		
		@media (min-width: 768px) {
  .tt1 {
    display: none;
  }
}


.widget-area1 {
    padding: 27px 0px;
}

h5.border-bottom1 {
    border-bottom: 1px solid;
}
		
		a.nav-link.btv {
    background: #ffffff;
    padding: 3px 6px;
    margin: 3px 0px;
    color: #00354f;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

     .header-layout2 .header-top a:hover {
    color: #F44336;
}
	 .alert-box {
            display: block;
            padding: 15px;
            margin: 10px 0;
            border: 1px solid #f5c6cb;
            background-color: #f8d7da;
            color: #721c24;
            border-radius: 4px;
            position: relative;
        }

            .alert-box::before {
                font-family: FontAwesome;
                display: inline-block;
                margin-right: 10px;
                color: #721c24;
            }

	img.image-fluid.btn777 {
    width: 152px;
    height: 40px;
}


@media only screen and (min-device-width: 480px){

	img.image-fluid.btn777 {
    width: 132px;
    height: 35px;
}

}


@media (max-width: 1199px) {
    .appointment-area-wrapp {
        margin: 0;
        margin-top: 80px;
    }
}

	 
    /* Mega Menu Styling */
    .menu-item-has-megamenu {
        position: relative;
    }
    .mega-column ul li {
    display: flex
;
}
    .mega-menu {
        display: none;
        position: absolute;
        right: 0;
        width: 808px; /* Adjust width as needed */
        background: white;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
        border-radius: 5px;
        padding: 6px;
        z-index: 100;
        display: flex;
        gap: 15px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .menu-item-has-megamenu:hover .mega-menu {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .mega-column {
        flex: 1;
    }

    .mega-column h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #00354d;
        border-bottom: 2px solid #00354d;
        padding-bottom: 5px;
    }

    .mega-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mega-column ul li {
        padding: 5px 0;
    }

    .mega-column ul li a {
    text-decoration: none;
    color: #00354f;
    padding: 0px;
    display: block;
font-weight: 500;
    font-size: 13px;
    }

  @media screen and (max-width: 768px) {
    .menu-item-has-megamenu {
        position: relative;
    }

    .mega-menu {
        position: static;
        width: 100%;
        flex-direction: column;
        display: none; /* Hide by default */
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 10px;
        border-radius: 0;
    }

    .mega-column {
        width: 100%;
    }

    .menu-item-has-megamenu > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Open menu when active */
    .mega-menu.open-menu {
        display: flex;
    }
}

	/* Sidebar Styling */
.sidebar {
    position: fixed;
    top: 0;
    right: -300px; /* Sidebar hidden by default */
    width: 300px;
    height: 100%;
    background: #00354f;
    color: white;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding-top: 20px;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #444;
}

.sidebar-header h2 {
    font-size: 18px;
}

#closeSidebar {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.sidebar-content {
    padding: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 10px;
    border-bottom: 1px solid #444;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    display: block;text-align: left;
}

.sidebar ul li a:hover {
    background: #444;
}

/* Sidebar Open Class */
.sidebar.open {
    right: 0;
}

.tools-name2 {
    display: none!important;/* Default: hide on all screens */
}

/* Mobile screens ke liye show kare */
@media (max-width: 768px) {
    .tools-name2 {
        display: inline-block!important;
        
    }
}

@media (max-width: 768px) {
    .tool1 {
        display: none!important; /* Hide on mobile */
    }
}
 
		
	
