 
	*{padding: 0;margin: 0;
		list-style: none;
		text-decoration: none;
		}
		.d-flax{display: flex;}
		.space-between{
			justify-content: space-between;
		}
		
		 
	 
		
		body {
			scrollbar-3dlight-color: #1664C0;
			overflow-x: hidden;
		 
		}
		
	 
	 
	 
	 
		 .content-neurology{
			background-color: #fff;
			padding: 4px 30px;
			box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
			border-radius: 15px;
		} 
 
 
 
 
.accordion{
	margin-bottom: 30px;
}

		
		.hero-header {
			background: linear-gradient(#ffffff33, #ffffff47), url(../images/about-img/slider1.jpg) center center no-repeat;
			background-size: cover;
		
		}
		
		.about a{
			text-decoration: none;
			color: #013243;
		}
		.about h1{
			color: #28B593;
			font-weight: 700;

		}
		 
		
		.about h4{
			color: #013243;
			margin-top: 10px;
		}
 

.section1-doctors{
	
	margin: 7em 0 5em 0;
}


.active
{
	border-bottom: 2px solid #FF0000;
}

/* section1 css start */

 .section1{
	padding: 30px 0;
 }

 .img-neurology img{
	width: 100%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
 }

 .img2 img{
	border-radius: 15px;
	margin-bottom: 30px;
 }
 .conten2 a{
	text-decoration: none;
background-color: #28B593;
padding: 10px 30px;
color: #fff;
border-radius: 20px;
 }

 .main-menu ul li a {
    font-family: inherit !important;
}

 
 .top-navbar a{
	font-size: 9px;
 }
 .top-navbar a label{
	font-size: 10px;
 }

 .about h1{
	margin: 0;
 }
 .section2-neurosurgery h2{
	font-size: 1.5rem;
 }

 .section1 h3{
	/* text-align: center; */
	color: #28B593;
	padding: 0px 0 10px 0;
 }
 .content-neurology h6{
	color: #28B593;
 }
 .conten2 h5{
	font-size: 25px;
	color: #28B593;
	padding: 20px 0;
 }

.accordion-button{
	color: #28B593;
}
.accordion-button:not(.collapsed){
	color: #28B593;
}
 
  
 


.about h1{
	margin: 0;
}
 


 


 

@media (min-width: 851px) and (max-width: 1050px) {
	.menu-bar {
		display: block;
	}
	.container{
		width: 90%;
	}
	.img-fluid2 {
		height: 92px;
	}
	.logo{
		width: 40%;
	} 
	.inner-info {
		top: 10%;
		left: 60%;
		
	}
	.inner-info h5{
		font-size: 13px;
	}
	.box2-content{
		margin-top: 20px;
	}
	.main-menu {
		position: absolute;
		/* background: rgba(000, 000, 000, 0.5); */
		/* background: #000; */
		left: -110px;
		top: 0;
		transition: 1s;
		width: 0%;
		height: auto;
		z-index: 100;
		display: block;
	}
	.ct-icon-boxes .ct-icon-box{
		margin-top: 10px;
	}

	.main-menu .main-ul {
		display: block!important;
		padding-top: 50px;
		margin: 0;
		background: #000;
	}

	.menu-bar span:nth-child(1){
		width: 32px;
	}
	
	.menu-bar span:nth-child(2){
		width: 32px;
	}
	
	.menu-bar span:nth-child(3){
		width: 32px;
	}
	.sec{
		margin-top: 3em;
	}
	.main-menu .main-ul li>.dropdown li{
		border-bottom: solid 1px #fff;
	}
	.menu-bar span:nth-child(1){
		background-color: #000;
	}
	.menu-bar span:nth-child(2){
		background-color: #000;
	}
	.menu-bar span:nth-child(3){
		background-color: #000;
	}
	.main-menu .main-ul{
		padding: 50px 10px 10px 10px;
		width: 44%;
	}
	.main-menu ul li a {
		color: #fff;
	}
	.main-menu .main-ul li .dropdown {
		right: -206px;
		color: #fff !important;
		background-color: #000;
	}


	.main-menu .main-ul li {
		height: 50px;
	}

	.main-menu .main-ul li {
		display: block;
	}

	.main-menu ul li a {
		text-decoration: none;
		color: #fff;
	}

	.main-menu .closebtn {
		position: absolute;
		top: 0;
		color: #fff;
		display: block;
		text-decoration: none;
		left: 25px;
		font-size: 36px;
		

	}

	.main-menu .main-ul li .dropdown {
		top: 50px;
		right: -300px;
	}

	.menu-bar span:nth-child(1) {
		position: absolute;
		width: 50px;
		height: 4px;
		right: 0;
		top: -10px;
		/* background: #fff; */
		transition: 0.5s;
	}


	.menu-bar:hover span:nth-child(1) {
		transform: rotate(-135deg);
		top: 0;
	}


	.menu-bar span:nth-child(2) {
		position: absolute;
		width: 50px;
		height: 4px;
		right: 0;
		/* background: #fff; */
		transition: 0.5s;
	}

	.menu-bar:hover span:nth-child(2) {
		transform: rotate(45deg);
	}

	.menu-bar span:nth-child(3) {
		position: absolute;
		width: 50px;
		top: 61px;
		right: 0;
		top: 10px;
		height: 4px;
		/* background: #fff; */
		transition: 0.5s;
	}

	.menu-bar:hover span:nth-child(3) {
		transform: rotate(135deg);
		top: 0px;
	}

	.menu {
		background-color: #fff;
			height: 60px;
		}
	
		.menu-bar {
			z-index: 111111;
		}
	
 
	 
	 

	.top-navbar a{
		font-size: 12px;
	}
	.main-menu .main-ul {
		width: 30%;
		padding-left: 10px;
	}
	.donate
	{
		margin-right: 0;
		margin-left: -60px;
		padding-left: 9%;
		
	}
	.carousel-caption h5 {
		font-size: 35px;
	}
	.carousel-caption h3 {
		font-size: 25px;
	}
	.carousel-caption p {
		font-size: 16px;
	}
	.carousel-caption{
		padding-top: 0;
	}
	 
	.section4-content p{
		font-size: 13px;
	}
	.main-menu ul li a {
		font-size: 13px;
	}
	 
 
	 
	 .top-navbar a{
		font-size: 10px;
	 }
	 .top-navbar a label{
		font-size: 10px;
	 }
	 .donate button a {
		font-size: 10px;
	 }
	 .pre-img img {
		margin-left: 36px;
		width: 10%;
	 }
	 .main-menu .main-ul a {
		font-size: 13px;
	 }
}

 



@media (min-width: 851px) and (max-width: 1150px) {
	 
 
    
            .about{
                margin-top: 6em;
            }
		 
		  

}
 
@media(max-width:426px){
	.menu-bar {
		display: block;
	}
	 
	 
 
 
    

        .about{
            margin-top: 6em;
        }
		.clearfix li{
			width: 100%;
		}
		
	 

	 
		.img2 img {
			width: 100%;
		}
		
 
 .gallery-item h5 {
	font-size: 21px;
 }
 .gallery-item p{
	font-size: 18px;
 }

  
}
 

.section2-neurosurgery ul li{
	list-style-type: square;
	color: #013243;
 
}
.section2-neurosurgery{
	margin-top: 4em;
}
.section2-neurosurgery h3{
	color: #28B593;
	padding-left: 15px;
	font-size: 20px;
}

.content2-main{
	margin-bottom: 50px;
}


@media (min-width: 427px) and (max-width: 850px){
	 
	.container{
		width: 90%;
	}

	 
	.box1 .col-md-3{
		width: 42%;
	}
	.box2-content{
		margin-top: 20px;
	}
 


	 
	.sec{
		margin-top: 3em;
	}
 
 
		.d-flax{
			flex-wrap: wrap;
		}
	 
 
	 
		
				.about{
					margin-top: 6em;
				}
	
			 
				.gallery-item h5{
					font-size: 14px;
				}
				.gallery-item p{
					font-size: 10px;
				}
				.img2 img {
					width: 100%;
				
				}
				.hr{
					width: 100%;
				}
				.top-navbar a{
					font-size: 10px;
				}
				.top-navbar a label{
					font-size: 10px;
				}
				.donate button a{
					font-size: 10px;
				} 
	}
