*{
	margin: 0;
	padding: 0;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.header{
	min-height: 100vh;
	width: 100%;
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(images/homebg.jfif);
	background-position: center;
	background-size: cover;
	position: relative;
}
nav{
	display: flex;
	padding: 2% 6%;
	justify-content: start;
	align-items: center;

}

nav img{
	margin-right: 50px;
	height: 70px;
	width: 150px;
	border-radius: 22%;
}
nav img:hover{
	box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.938);
}

@media (min-width:500px){
    .nav-link ul li a{
	color:white;
	font-weight: 550;
	opacity:5s;
    }
    .nav-links ul li a:hover{
    color:rgb(245, 74, 74);
	transition: 0.8s;
	opacity: 5s;
    }

.nav-links ul li::after{
	content: '';
	width:0%;
	height: 2px;
	background:red;
	display:block;
	margin: auto;
	transition: 0.8s;
}
.nav-links ul li:hover::after{
	width:100%;
}
.text-box{
	width: 90%;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.text-box h1{
	font-size: 40px;
	opacity: 0.9;
}
.text-box p{
	margin: 10px 0 40px;
	font-size: 20px;
	color: white;
}
	

.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: red;
	border: 1px solid red;
	padding: 12px 22px;
	font-size: 15px;
	background: transparent;
	position: relative;
	cursor: pointer;
}
.hero-btn:hover{
	color:white;
	border: 1px solid #f44336;
	background: #f44336;
	transition: 1s;
}
nav .fa{
	display:none;
}
@media(max-width:700px){
 .text-box h1{
	 font-size: 21px;
 }
 .text-box p{
	 font-size: 15px;
 }
 .nav-links ul li{
	 display: block;
 }
 .nav-links{
	 position: absolute;
	 background:rgb(106, 106, 106);
	 opacity: 0.9;
	 height: 100vh;
	 width: 200px;
	 top: 0;
	 right: -200px;
	 text-align: left;
	 z-index: 2;
	 transition: 1s;
 }
     nav .fa{
	 display: block;
	 color:white;
	 margin: 10px;
	 font-size: 22px;
	 cursor: pointer;
 }
 .nav-links ul{
	 padding: 30px;
 }
 .hero-btn{
	padding: 12px 14px;
	 font-size: 12px;
 }

}
/*----------------Services----------*/
.sub-header2{
	height: 50vh;
	width: 100%;
	background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/b2.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.services{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
h1{
	font-size: 36px;
	font-weight: 600;
	align-items: center;
}
h4{
	font-size: 22px;
	opacity: 0.8;
}
p{
	color: #777;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
}
.row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}
.services-col{
	flex-basis: 31%;
	background: #fff3f3;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
}
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
}
.services-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
}
.details-btn{
	color: rgb(128, 88, 88);
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

/*-------------------Post Surgical-----*/
.postsurg-content{
	width: 80%;
	margin: auto;
	padding: 60px 0;
}
.ps-head{
	padding:6px 0;
	color: white;
	background-color: rgb(222, 54, 54);
	font-size: 20px;
}
.ps-treat h2{
	opacity: 0.7;
}
.back-page{
	justify-content: center;
	padding-left: 450px;
}

.blog-rigth h3{
	background: #f44336;
	color: #fff;
	padding: 7px 0;
	font-size: 19px;
}
@media(max-width:700px) {
	.row{
		flex-direction: column;
	}
	
}
/*------------Facilities--------------*/
.facilities{
      width: 80%;
	  margin: auto;
	  text-align: center;
	  padding-top: 100px;
}
.facilities h4{
	margin: 2px;
	opacity: 0.7;
}
.facilities-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
}
.facilities-col img{
	width: 80%;
	border-radius: 10px;
}
.facilities-col p{
	padding:0;
}
.facilities-col h3{
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: left;
}
@media(max-width:700px) {
	.facilities h1{
        font-size: 30px;
	}
	.facilities h4{
		font-size: 15px;
	}
}
/* ------ Footer-----*/
.footer{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.footer ul a{
	padding: 10px;
	color: grey;
}
.nav-footer{
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 600;
}
/*-----------about us page-------*/
.sub-header1{
	height: 70vh;
	width: 100%;
	background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(images/pal\ 2.jfif);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-header h1{
	margin-top: 00px;

}
.about-col{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;

}
.about-col{
	flex-basis: 48%;
	padding: 30px 2px;
}
.about-col img{
	width: 100%;
}
.about-col h1{
	padding-top: 0;
	
}
.about-col p{
	padding: 20px 0 25px;
}
.red-btn{
	border: 1px solid #f44336;
	background:transparent;
	color: #f44336;
}
.red-btn:hover{
	color: #fff;
}
@media (max-width:700px) {
	.about-col h1{
		font-size:23px ;
	}
}

/*------------blog--------*/
.sub-header3{
	height: 50vh;
	width: 100%;
	background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/about.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;

}
.sub-header3 h1{
	opacity: 0.9;
}
.blog-content{
	width: 80%;
	margin: auto;
	padding: 60px 0;
}
.blog-left{
	flex-basis: 65%;
}
.blog-left img{
	width: 100%;
}
.blog-left h2{
	text-align: left;
	color: #222;
	font-weight: 600;
	margin: 30px 0;
}
.blog-left h3{
	color: #222;
	font-weight: 600;
	margin: 30px 0;
}
.blog-left p{
	font-size: 16px;
}
.blog-rigth{
	flex-basis: 32%;
}
.blog-rigth p{
	font-size: 20px;
}
.blog-rigth h2{
	font-size: 19px;
	text-align: center;
}

.blog-rigth a{
	text-decoration: none;
	font-size: 18px;
    justify-content: space-between;
	color: #555;
	padding: 8px;
	box-sizing: border-box;
}
.blog-rigth a:hover{
	color: blue;
	text-decoration: underline;
}

@media(max-width:700px) {
	.sub-header3 h1{
		font-size: 22px;
	}
}
/*-------News Content------------*/
.sub-header{
	height: 65vh;
	width: 100%;
	background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/about.png);
	background-position: center;
	background-size: cover;
	color: #fff;
}
.sub-header h1{
	margin-top: 100px;
	text-align: center;
}
.news-page{
	width: 80%;
	margin: 20px;
	padding: 10px 10px;
	display:inline;
	transform: scale(-50,-50);
}
.news-page h2{
	color: #777;
	font-size: 30px;
	margin: 5px;
}
.news-col{
	flex-basis: 65%;
	height: 100vhx;
}
.news-page{
    text-align: center;
}
.news-col{
	margin-left: 15px;
	margin-right: 15px;
	flex-basis: 31%;
	background: #90c9ea;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 2px 5px;
	box-sizing: border-box;
}
.news-page  img{
	height: 200px;
	justify-content: center;
}
.news-col p{
	text-align: left;
	font-size: 16px;
}
.news-col h3{
	font-size: 16px;
}
.news-col a{
	color:yellow;
}
@media(max-width:700px) {
	.news-page h2{
		font-size: 23px;
	}
	.news-col h3 {
         font-size: 15px;     
	}
	.news-col p{
		font-size: 14px;
	}
	.news-col img{
		height: 150px;
	}
}
.news-col:hover{
		box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
}
}
/*------ footer---------- */

/* @media (min-width: 576px){
	.container{
		max-width: 540px;
	}
}
.container{
	width: 100%;
	padding-right: var(--bs-gutter-x,.75em);
	padding-left: var(--bs-gutter-x,.75em);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} */

