/* Media query for tablet devices */
.bookapp, .tollfree, .emergen, .nabhuicon {
    display: flex; /* Set display to flex */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    margin-left: 40px;
}
@media screen and (max-width: 1143px) {
    .bookapp{
        display: none;
    } 
    .tollfree{
        display:none;
    }
    .emergen{
        display:none;
    }
    .nabhuicon{
        display:none;
    }
}
@media screen and (max-width: 1155px) {
    /* Hide elements within the specified range */
    .bookapp{
        display: flex;
    } 
    .tollfree{
        display:flex;
    }
    .emergen{
        display:none;
    }
    .nabhuicon{
        display:flex;
    }
    
}

@media screen and (max-width: 1485px)  {
    .logo img{
        margin-left: 20px;
        width: 180px;
        height: auto;
        
    }
    

}

/* @media (max-width: 1024px) {
  
    #header {
        padding: 8px 0; 
    }
    
    
    .button-container {
        padding: 8px; 
    }
    
   
    .button-link {
        margin: 10px; 
        width: 120px; 
        height: 110px; 
    }
    
    
    .button-text {
        font-size: 14px;
    }
} */

    @media (min-width: 1000px) {
    .voulnteers1 .divider {
        width: 1px; /* Width of the divider */
        background-color: rgba(0, 0, 0, 0.5); /* Transparent black color */
        height: 100%; /* Height of the divider */
        position: absolute; /* Position it absolutely within the container */
        top: 0;
        margin-right: 20px;
        left: 50%; /* Position it at the middle of the container */
        transform: translateX(-50%); /* Center the divider horizontally */
    }
}
   

.voulnteers1 .container {
    position: relative; /* Position the container relatively to place the divider absolutely */
}

.voulnteers1 .row {
    position: relative; /* Make the row relative for positioning purposes */
}

  /* Default style for the menu button */
  .menu-button {
            display: none; /* Hide the menu button by default */
        }

       /* Style for the dropdown menu */
 /* .dropdown-menu {
    
    position: fixed;
  top: 0; 
 margin-left: 250px;
  height: 70vh;
  width: 250px;
  background-color: rgba(156, 156, 156, 0.15);
  backdrop-filter: blur(5px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}  */


/* Media query for screens with a maximum width of 600px */
        @media only screen and (max-width: 933px) {
           .voulnteers1 .divider{
                background-color: white;
                color:white;
                      }
            .menu-button {
                display: block; /* Display the menu button */
                position: none;
            }
        }
.leftalin{
    margin-left:-110px;
}
.rightalin{
    margin-right:-110px;
}
.stalin{
    margin-left:-90px;
    margin-top: 20px;
}
.rightalin {
    text-align: right; /* Align content to the right */
}

.rightalin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rightalin ul li {
    display: inline-block;
    margin-left: 10px; /* Adjust the spacing between items */
}

.rightalin ul li:first-child {
    margin-left: 0; /* Remove margin for the first item */
}
.card-img img {
    width: auto;
    height: 200px;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Use flexbox to align items */
}



.social-icons li:last-child {
    margin-right: 0; /* Remove margin for the last item */
}

/* If you want to align items to the right on smaller screens */
@media (max-width: 768px) {
    .social-icons {
        justify-content: flex-end; /* Align items to the right */
    }
}

.rightalin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block; /* Display the icons side by side */
 /* Adjust spacing between icons */
}

.social-icons li:last-child {
    margin-right: 0; /* Remove margin for the last icon */
}

 
#slider {
    width: 90%;
    margin: 20px auto;
    margin-top: 100px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#slider figure {
    display: flex;
    margin: 0;
    margin-top: 40px;
    padding: 0;
    width: 500%;
    animation: slide 20s infinite;
}

#slider figure img {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

@keyframes slide {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}


/* Media queries for responsive design */
@media (max-width: 768px) {
    #slider figure img {
        width: 20%; /* Adjust width for smaller screens */
        height: 300px; /* Adjust height for smaller screens */
    }
    
}

@media (max-width: 576px) {
  

    #slider figure {
    /* position: relative; */
    width: 500%; /* Adjust width as needed */
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
}
    #slider figure img {
        width: 20%; /* Adjust width for even smaller screens */
        height: 300px; /* Adjust height for even smaller screens */
    }
    .logo img{
        width: 250px;
        height: auto;
        
    }
    .appointment img{
        display: none;
    }
    .appointment .nav-link{
        display: none;
    }
}
.voulnteers1 .video-card {
    margin-right: 40px; /* Adjust the margin bottom as needed */
}

.voulnteers1{
    background-color: rgba(161, 234, 233, 0.4);
}
.voulnteers1 .container.section-background {
    
    padding: 20px 50px; /* Adjust the top and bottom padding as needed */
    
}
@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}
#header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #333;
            color: white;
            padding: 10px 0;
            transition: top 0.3s;
            z-index: 1000;
        }
        @media (max-width: 768px) {
    
    .appointment {
        margin-left: 10px;
        flex-direction: row;
        align-items: flex-start;
    }

    .nav-items {
        flex-direction: row;
        align-items: center;
        padding-top: 20px;
        
        margin: 0;
    }

    .nav-item {
        margin: 5px 0;
    }
}
.button-container {
    display: flex;
    flex-wrap: wrap; /* Enable wrapping */
    justify-content: center;
    padding: 10px;
    border-radius: 20px;
}

.button-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 20px; /* Adjust spacing between buttons */
    background-color: white;
    border-radius: 10px;
    border: 1px solid #337ab7;
    padding: 15px;
    width: 140px;
    height: 130px;
}

.button-link .img-fluid {
    height: 50px;
    width: 50px;
}

.button-text {
    text-align: center;
    color: #337ab7;
    font-weight: bold;
}

.button-text:hover {
    color: #DA471B;
}

/* Media query for laptops */
@media (max-width: 1024px) {
    .button-container {
        flex-direction: row;
    }
}

/* Media query for mobile devices */
@media (max-width: 700px) {
    .button-container {
        flex-direction: row;
        align-items: center;
    }
}
.facilities .nav-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; /* Add some margin between buttons and content */
}

.facilities .nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px; /* Add some margin between buttons and content */
    
}

.facilities .nav-pills li {
    /* Adjust margin for spacing between buttons */
    /* height: 150px;
    width: 150px;
    */
}

.facilities .nav-pills li a {
    color: #000;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
}

.facilities .nav-pills li.active a {
    background-color: #DA471B;
    color: #fff;
    border-color: chocolate;
    align-items: center;
}
@media (min-width: 992px) {
     .facilities .tab-content {
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.facilities .tab-pane {
    align-items: center;
    height: 96%;
    width: 100%; 
    margin-bottom: -150px;
} 
}
.col-sm-12.col-md-12.col-lg-8.col-xl-8 {
    /* Adjust the width and other styles as needed */
    background-color: #f0f0f0; /* Example background color */
    margin-bottom: 20px; /* Example margin */
    padding: 20px; /* Example padding */
}

.mask {
    /* Styles for the mask container */
    padding: 10px; /* Example padding */
    background-color: #fff; /* Example background color */
    border-radius: 5px; /* Example border radius */
    box-shadow: 0 0 10px rgba(249, 247, 247, 0.889); /* Example box shadow */
    
}


.img img {
    /* Styles for the image */
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
}


.appointment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment img {
    height: 40px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .appointment img {
        height: 30px; /* Adjust height for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .appointment img {
        height: 20px; /* Adjust height for even smaller screens */
    }
}
@media (min-width: 600px) {
    .logo{
        margin-right: 120px;
    }
   .logo a img{
    margin-left: 120px;
   
    margin-top: -20px;
   }
}


.imagedown {
    padding-top: 70px; /* Adjust according to the height of your header */
    /* Other styles for the section */
}
  /* Style for the header */
  #header {
            margin-top: 20px;
            background-color: #ffffff;
         /* padding: 10px 0; */
            
        }
        
        .black-line {
            border-top: 1px solid #827f7f;
            margin: 10px 100px 0px 100px;

        }
        
        .logo {
            width: 250px; /* Adjust width as needed */
            height: auto;
            margin-left: 30px;
        }
        
        .menu {
            display: flex;
            justify-content: center;
            margin-top: 10px;
            height: 30px;
            font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: bold;
        }
        
        .menu a {
            margin: 0 15px;
            text-decoration: none;
            color: #000000;
        }
        
        .appointment {
            font-size: 18px;
        }

/* Add this CSS to your stylesheet */
.nav-items {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
   margin:0px 210px 0px ;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .nav-items {
        margin: 0 50px; /* Adjust margin for tablet devices */
    }
    #header {
       padding-bottom: 10px;
        
    }
}

/* Adjustments for mobile sizes */
@media (max-width: 940px) {
    .imagedown {
    padding-top: 120px; /* Adjust according to the height of your header */
    /* Other styles for the section */
    height: 600px;
}
    #header {
            position: fixed;
            top: 0;
            left: 0;
            
            color: white;
            margin-top: 0;
            transition: top 0.3s;
           
        }
        .logo a{
            margin: 0;
        }
    .logo a img{
        padding: 0;
        width: 120px; /* Adjust logo width for smaller screens */
        height: 50px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .appointment {
        margin-left: 5px; /* Adjust margin for appointment section */
    }
    .bottom-mobile {
        display: block; /* Show the mobile menu section */
    }
    .header-content{
        display: none;
    }
    .black-line{
        display: none;
    }
    .appointment img{
        display: none;
    }



.sidenav .dropdown-btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
}

.sidenav .dropdown-container {
    display: block;
    background-color: #262626;
    padding-left: 8px;
}
    .nav-items {
        display: flex; /* Display navigation items as flexbox on mobile */
        flex-direction: row; /* Stack navigation items vertically */
        align-items: center; /* Center align navigation items */
        margin-top: 10px; /* Add margin between logo and navigation items */
    }

    .nav-item {
        margin: 5px 0; /* Add margin between navigation items */
    }
    


   .showbox{
    display: none;
   }
  
  
}
.appointment img{
    height: 40px;
    width:30px ;
     margin-top: -40px;
     padding: 10px;

}
.nav-item {
   margin: 0; 
}

.nav-link {
    text-decoration: none;
    color: black; /* Adjust link color as needed */
}

.nav-link:hover {
    color: rgb(244, 114, 85); /* Adjust hover color as needed */
}

