/*!
Theme Name: Ceylinco Health
Theme URI: https://sahanchathu.com
Author: Sahan Chathuranga
Author URI: https://sahanchathu.com
Description: Theme of Sahan
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --color1: #01A9EA;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #F9F9F9;
}
a{

}
a:hover{

}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}
h1{
	font-family: "Barlow", sans-serif;
}
h2{
	font-family: "Barlow", sans-serif;
}
h3{

}
h4{

}
h5{

}
h6{

}
p{

}
hr{

}
img{

}
.background-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-top-50{
	margin-top: 50px;
}
.margin-bottom-50{
	margin-bottom: 50px;
}
.margin-top-100{
	margin-top: 100px;
}
.margin-bottom-100{
	margin-bottom: 100px;
}
.padding-top-30{
	padding-top: 30px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-bottom-50{
	padding-bottom: 50px;
}
.padding-top-100{
	padding-top: 100px;
}
.padding-bottom-100{
	padding-bottom: 100px;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.color1{
	color: #faa61a;
}
.green {
  color: #009e66;
}
/*header*/
.logo{
	color: #fff;
	/*display: block;*/
}
.logo:hover{
	color: #fff;
	text-decoration: none;
}
.logo img{
	width: 160px;
	height: auto;
}
.logo h1{
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0px;
}
.normal-logo{
	display: none;
}
.white-logo{

}
.sticky-logo .white-logo{
	display: none !important;
}
.sticky-logo .normal-logo{
	display: block !important;
}
.sticky-header{
	background-color: #fff;
}
.sticky-header a.mega-menu-link{
	color: #000 !important;
}
.flex-menu a.mega-menu-link{
	letter-spacing: 0.8px !important;
}
.header-area-cont{
		position: fixed;
    width: 100%;
    z-index: 999;
    padding: 30px 30px;
    background-color: transparent;
}
.sticky-header{
	/*box-shadow: 0px 2px 6px 0 rgb(131 131 131 / 45%);*/
	background-color: #000;
}
.sticky-header-transparent{
	background-color: transparent !important;
}
.main-header-row{

}
.main-header-col{

}
.header-flex-main{
	display: flex;
	justify-content: space-between;
  align-items: start;
}
.sticky-header .header-flex-main{
	align-items: center;
}
.flex-logo{

}
.flex-menu{

}
.main-logo{
	height: 80px;
    width: auto;
}
.search-col{
	position: fixed;
	top: 108px;
	background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  height: 71px;
  width: 100%;
  z-index: 999999;
  display: none;
}
.sticky-header-active-for-seach{
	top: 95px;
}
.overlay{
	
  /*display: none;*/
  /*position: fixed;
  z-index: 999;*/
  /*top: 0;
  left: 0;*/
  
}
.overlay form{
	display: block;
  position: absolute;
  width: 100%;
}
.overlay .closebtn{
	position: absolute;
  top: 0px;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: white;
  line-height: 71px;
}
.overlay-content{
	position: relative;
  top: 46%;
  width: 75%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay-content form div{
	float: left;
  width: 100%;
  display: block;
}
.overlay-content form div label{

}
.overlay-content form div #searchsubmit{
	margin-top: 18px;
  margin-bottom: 18px;
  height: 40px;
  width: 20%;
  border: solid var(--color1) 1px;
  border-radius: 0px;
  background-color: var(--color1);
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
}
.overlay-content form div #searchsubmit:hover{
	background-color: #ffd700;
	border: solid #ffd700 1px;
}
.overlay input[type="text"]{
	padding: 5px 15px;
  font-size: 1rem;
  border: none;
  float: left;
  width: 80%;
  background: white;
  margin-top: 18px;
  margin-bottom: 18px;
  height: 40px;
}
.overlay input[type="text"]:focus{
	outline: none !important;
	box-shadow: none !important;
}
.overlay button{
	float: left;
  width: 15%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
/*Header ends*/


/*Header nav*/
.flex-menu{
	display: flex;
	gap: 70px;
	background-color: rgba(0,0,0,0.6);
  padding: 10px 25px;
  border-radius: 10px;
  transition: 350ms;
}
.flex-menu:hover{
	background-color: rgba(0,0,0,1);
}
.flex-menu-nav-col{
	display: flex;
}
.flex-menu-icon-col{
	color: #fff;
}
.search-icon-icon{
	margin-right: 20px;
}
.search-icon-icon img{
	width: 20px;
	height: auto;
	cursor: pointer;
}
.briefus-bn{
	background-color: #fff;
  padding: 20px 25px 16px 25px;
  border-radius: 10px;
  color: #000;
  transition: 350ms;
  display: inline-flex;
}
.briefus-bn:hover{
	background-color: var(--color1);
	color: #fff;
	text-decoration: none;

}
.sticky-header .briefus-bn{
	padding: 10px 20px 8px 20px;
}

.header-con-btn-flex{
	display: flex;
  gap:100px;
}
.header-con-btn-flex:hover{

}
.header-con-btn-flex1{
	font-size: 0.85rem;
}
.header-con-btn-flex2{

}
.flex-menu ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;

}
.flex-menu ul li{
	list-style: none;
	float: left;
	margin-left: 10px;
	display: flex;
  	align-items: center;
}
.flex-menu ul li a{
	color: #fff;
	transition: 350ms;
	letter-spacing: 1.4px;
	/*border-bottom: solid transparent 3px;*/
	/*text-transform: uppercase;*/
	font-size: 0.85rem;
	padding: 10px 15px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.flex-menu ul li.menu-item-has-children ul a{
	padding: 5px 0px !important;
	width: 100%;
}
.flex-menu ul li a:hover{
	text-decoration: none;
	font-weight: 400;
}
.flex-menu ul li > a:hover{
	background-color: var(--color1);
	border-radius: 20px;
}
.flex-menu ul li.current-menu-item > a{
	background-color: var(--color1);
	border-radius: 20px;
}
.menu-item-has-children > a{
	background: url("images/icons/plus.png") 10px;
	background-position: 95% 50%;
  background-repeat: no-repeat;
  padding-right: 25px !important;
  z-index: 999999;
}
.flex-menu ul li.menu-item-has-children ul a:hover{
	padding: 5px 10px !important;
}
.flex-menu ul li.menu-item-has-children ul li.current_page_item a{
	padding: 5px 10px !important;
}
.sub-menu-li{
	position: relative;
}
.flex-menu ul li ul{
	/*position: absolute;
	left: 30px;
  	top: 50px;
  	background-color: #000;
  	padding: 15px 15px 0px 15px
  	width: 220px;*/
  	/*display: none;*/
}
.menu-item-has-children ul{
	position: absolute;
	left: 30px;
  top: 38px;
  background-color: #000;
  width: 200px;
  padding: 15px 15px 0px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.menu-item-has-children:hover ul{
	display: block;
}
.sub-menu-li:hover ul{
	display: block;
}
.flex-menu ul li ul li{
	float: unset !important;
	margin-left: 0px;
	padding-bottom: 10px;
}
.flex-menu ul li ul li a{

}
.flex-menu ul li ul li a:hover{

}
.sticky-header .flex-menu ul li a{
	color: #ecebeb;
}
.mobile-header-hamburger-div{
	display: none;
}
.mobile-header-div-container{
	display: none;
}
.site-mobile-column{
	overflow: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  padding-bottom: 150px;
}
/*
.mobile-header-container-open{
	display: flex;
  	min-height: 100vh;
  	justify-content: center;
  	align-items: center;
  	//position: fixed;
  	//top: 0px;
  	//left: 0px;
  	position: relative;
  	width: 100%;
  	z-index: 9999999;
  	background-color: #0b0711;
  	//overflow: scroll;
  	margin-top: -96px;

}*/
.mobile-header-container-open{
		display: flex;
  	min-height: calc(100vh + 76px);
  	justify-content: center;
  	align-items: center;
  	position: fixed;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	z-index: 9999999;
  	background-color: #000;
  	/*overflow: scroll;*/
  	margin-top: 95px;

}
.site-mobile-ul{
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	width: 100%;/*checking*/
  margin: auto;/*checking*/
}
.site-mobile-ul li{
	list-style: none;
}
.site-mobile-ul li a{
	font-size: 1.5rem;
  	color: #fffafa;
  	border: solid #fffafa 1px;
  	/*border-radius: 15px;*/
  	padding: 10px 25px;
  	display: inline-block;
  	margin-bottom: 20px;
  	max-width: 90%;
  	min-width: 300px;

}
.site-mobile-ul li a:hover{
	text-decoration: none;
}
.mobile-menu-activated{
	background-color: #000;
}
.mobile-menu-activated #main-logo-id .normal-logo{
	display: block;
}
.mobile-menu-activated #main-logo-id .white-logo{
	display: none;
}
.barly-body-mobile-menu-activated{
	height: auto;
    overflow-y: hidden;
}
.sticky-header{
	padding: 20px 30px !important;
	position: fixed;
	z-index: 9999999;
}
.sticky-header .logo img{
	width: 120px !important;
	transition: 350ms;
}
.menu-item-has-children{
	position: relative;
}

/*header nav ends*/

@media (max-width:1300px){
	.header-area-cont{
		padding: 30px 50px;
	}
	.sticky-header {
	  padding: 20px 50px !important;
	}
}

/*Header mobile starts*/
@media (max-width:1475px){
	.flex-menu{
		display: none;
	}
	.flex-menu-icon-col{
		display: none;
	}
	.mobile-header-hamburger-div{
		display: block !important;
		z-index: 99999999;
	}
	#hamburger-icon {
	  margin: auto 0;
	  cursor: pointer;
	}
	#hamburger-icon div{
		width: 35px;
	    height: 4px;
	    background-color: #fff;
	    margin: 6px 0px;
	    transition: 0.4s;
	    border-radius: 5px;
	    box-shadow: 0px 0px 5px #000;
	}
	.sticky-header #hamburger-icon div{
		background-color: #fcfcfc;
	}
	.bar1{

	}
	.bar2{

	}
	.bar3{

	}
	#hamburger-icon.open div{
		background-color: #fffafa !important;
	}
	.sticky-header #hamburger-icon.open div{
		background-color: #e9e5e5 !important;
	}
	.open .bar1{
		-webkit-transform:rotate(-45deg) translate(-6px, 6px);
		transform:rotate(-45deg) translate(-6px, 6px);
		
	}
	.open .bar2{
		opacity: 0;
	}
	.open .bar3{
		-webkit-transform:rotate(45deg) translate(-7px, -8px);
		transform:rotate(45deg) translate(-7px, -8px);
		
	}
	.site-mobile-ul li:last-child{

	}
	.site-mobile-ul > li:last-child a{
		background-color: #fff !important;
		color: #000 !important;
		border-radius: 35px;
		margin-top: 60px;
	}
	.search-col{
		display: none !important;
	}
	.mobile-header-container-open{
		flex-direction: column;
	}
	.mobile-search-col{
		margin-top: 50px;
		max-width: 80%;
    margin: 50px auto
	}
	.mobile-search-col h3{
		text-align: center;
  	color: #9b9898;
  	font-size: 1.5rem;
	}
	.mobile-search-col form div{
		float: left;
		width: 100%;
		display: block;
	}
	.mobile-search-col form div input[type="text"]{
		float: left;
		width: 100%;
		padding: 5px 15px;
	  font-size: 1rem;
	  border: none;
	  background: white;
	  margin-top: 18px;
	  margin-bottom: 0px;
	  height: 58px;
	}
	.mobile-search-col form div input[type="text"]:focus{
		outline: none !important;
		box-shadow: none !important;
	}
	.mobile-search-col form div #searchsubmit{
		float: left;
		width: 100%;
		margin-top: 18px;
	  margin-bottom: 18px;
	  height: 58px;
	  border: solid var(--color1) 1px;
	  border-radius: 0px;
	  background-color: var(--color1);
	  color: #fff;
    font-weight: 600;
		}
		.mobile-header-container-open{
			/*margin-top: 75px;*/
    	/*padding-top: 150px;*/
		}

		/*----*/
		.menu-item-has-children > a{
			background: url("images/icons/arrow.png") 10px;
			background-position: 90% 50%;
    	background-repeat: no-repeat;
		}
		.menu-item-has-children > .sub-menu{
			padding: 0px;
		}
		.menu-item-has-children ul{
			display: none;
		}
		.menu-item-has-children:hover ul{
			display: none;
		}
		.active-mobile-menu > a{
			background: url("images/icons/arrow-down.png") 10px !important;
			background-position: 90% 53% !important;
    	background-repeat: no-repeat !important;
		}
		.menu-item-has-children ul{
			position: unset !important;
			left: unset !important;
			top: unset !important;
			width: unset !important;

		}
		ul.sub-menu li a{
			background-color: #1e1e1e;
		}
		.logo img{
			width: 130px;
		}

}
@media (max-width:900px){
	.header-area-cont{
		padding: 30px 40px;
		background-position: 90% 50%;
    background-repeat: no-repeat;
	}
	.sticky-header {
	  padding: 20px 40px !important;
	}
}
@media (max-width:768px){
	.header-area-cont{
		padding: 30px 30px;
	}
	.sticky-header {
	  padding: 20px 30px !important;
	}
}
@media (max-width:528px){
	.header-area-cont{
		padding: 30px 15px;
	}
	.sticky-header {
	  padding: 20px 15px !important;
	}
}
@media (max-width:428px){
	.site-mobile-ul li a{
		min-width: 275px;
	}
}
@media (max-width:400px){
	.site-mobile-ul li a{
		min-width: 250px;
	}
	.site-mobile-ul li a{
		font-size: 1.3rem;
	}
}
/*Header mobile ends*/

/*Footer starts*/
.footer{
	background-color: #000;
  padding: 0px 30px 30px 30px;
}
.footer-level1{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 100px 30px;
	border-top: dotted 2px #D0D0D0;
}
.footer-address-contact-col{
	display: flex;
	gap: 80px;
}
.footer-address-col{
	display: flex;
	gap: 30px;
}
.address-title{

}
.address-title h3{
	color: #798CB6;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.address-content{

}
.address-content p{
	font-size: 1.1rem;
}
.footer-contact-col{
	display: flex;
	gap: 30px;
}
.contact-title{

}
.contact-title h3{
	color: #798CB6;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.contact-content{

}
.contact-content a{
	font-size: 1.1rem;
	display: block;
	margin-bottom: 5px;
	color: #000;
	transition: 350ms;
}
.contact-content a:hover{
	color: var(--color1);
	text-decoration: none;
}
.footer-social-col{
	display: flex;
	gap: 30px;
}
.f-social-title{

}
.f-social-title h3{
	color: #798CB6;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.f-social-content{

}
.f-social-content ul{
	display: block;
	margin: 0px;
	padding: 0px;
}
.f-social-content ul li{
	float: left;
	list-style: none;
	margin-right: 15px;
}
.f-social-content ul li:last-child{
	margin-right: 0px;
}
.f-social-content ul li a{
	font-size: 1.1rem;
	color: #000;
	transition: 350ms;
}
.f-social-content ul li a:hover{
	color: var(--color1);
	text-decoration: none;
}
.footer-level2{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 15px 30px;
}
.footer-menu-col{

}
.footer-menu-col ul{
	display: block;
	margin:0px;
	padding: 0px;
}
.footer-menu-col ul li{
	float: left;
	margin-right: 15px;
	list-style: none;
}
.footer-menu-col ul li a{
	color: #000;
	transition: 350ms;
	font-size: 1rem;
}
.footer-menu-col ul li a:hover{
	text-decoration: none;
	color: var(--color1);
}
.footer-copyright-col{

}
.footer-copyright-col p{
	margin-bottom: 0px;
	font-size: 1rem;
}
.footer-copyright-col p a{
	color: #000;
	transition: 350ms;
}
.footer-copyright-col p a:hover{
	color: var(--color1);
	text-decoration: none;
}

/*Footer ends*/



/*Home starts here*/
.home-banner-container{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	min-height: 600px;
}
.home-banner-container .main-container-row{
	/*background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));*/
}
.home-banner-con-box{
	display: flex;
	height: 100vh;
	justify-content: left;
  align-items: end;
}
.home-banner-con-box-in{
	width: 50%;
	margin-bottom: 75px;
  margin-left: 30px;
}
.home-banner-con-box h1{
	color: #fff;
	margin-bottom: 25px;
	font-size: 3rem;
	text-shadow: 0px 0px 5px #000;
}
.home-briefus-bn{
	color: #fff !important;
	background-color: transparent !important;
	border: solid #fff 2px;
	transition: 350ms;
}
.home-briefus-bn:hover{
	background-color: var(--color1) !important;
	border: solid var(--color1) 2px;
}
.home-briefus-bn .header-con-btn-flex{
	gap: 100px;
}
.home-briefus-bn .header-con-btn-flex1{
	font-size: 1.1rem;
}
.home-slider-container{
		padding: 25px 0px 50px 0px;
		overflow: hidden;
  	margin-left: -100px;
}
.home-slider-container-in{

}
.blaze-home1{

}
.blaze-home-services-slide{
		height: 450px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}
.blaze-home-services-slide-in{
		height: 100%;
		display: flex;
		align-items: end;
}
.blaze-home-services-slide-in-in{
		width: 100%;
		display: flex;
		padding: 30px 30px;
		justify-content: space-between;
  	align-items: center;
  	background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));
}
.bhssii-1{

}
.bhssii-1 h3{
		font-size: 1.2rem;
		color: #fff;
}
.bhssii-1 h2{
		font-size: 1.8rem;
		color: #fff;
		font-family: "Inter", sans-serif;
}
.bhssii-1 p{
	color: #fff;
}
.blaze-single1 .bhssii-1{
	padding-right: 25%;
}
.bhssii-2-a{
	color: #000;
  background-color: #fff;
  border-radius: 5px;
}
.bhssii-2-a-icon{
	display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 350ms;
}
.blaze-home-services-slide:hover{
	text-decoration: none;
}
.blaze-home-services-slide:hover .bhssii-2-a{
	color: #fff;
	background-color: var(--color1) !important;
}
.blaze-home-services-slide:hover .bhssii-2-a-icon{
	background-color: var(--color1) !important;
}

.home-blog-box:hover{
	text-decoration: none;
}
.home-blog-box:hover .bhssii-2-a{
	color: #fff;
	background-color: var(--color1) !important;
}
.home-blog-box:hover .bhssii-2-a-icon{
	background-color: var(--color1) !important;
}
.bhssii-2{

}
.bhssii-2 a{
		color: #000;
}
.bhssii-2 a:hover{
		
}
.bhssii-2 span{
	display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 350ms;
}
.bhssii-2 a:hover span{
	background-color: var(--color1) !important;
	color: #fff !important;
}
.home-about-container{
		padding: 0px 50px;
}
.home-about-container-in{

}
.home-about-content{
		display: flex;
		margin-bottom: 100px;
		margin-top: 40px;
}
.home-section6 .home-about-content{
	margin-bottom: 0px;
}
.home-about-title{
		flex-basis: 40%;
		padding-right: 15%;
}
.general-text-in{

}
.c-general-text-in{
	padding-bottom: 30px;
  border-bottom: dotted #716e6e 2px;
}
.c-general-text-in p{
	font-size: 1.1rem;
}
.c-general-text-in ol li, .c-general-text-in ul li{
	margin-bottom: 6px;
	font-size: 1.1rem;
}
.special-about-section .home-about-content:last-child .c-general-text-in{
	border-bottom: unset !important;
}
.c-general-text-in h1{
	font-size: 1.8rem;
	font-family: "Inter", sans-serif !important;
	margin-bottom: 35px;
	line-height: 2.7rem;

}
.c-general-text-in h2{
	font-size: 1.5rem;
	font-family: "Inter", sans-serif !important;
	margin-bottom: 25px;
}
.c-general-text-in h3, .c-general-text-in h4, .c-general-text-in h5, .c-general-text-in h6{
	font-size: 1.2rem;
	font-family: "Inter", sans-serif !important;
	margin-bottom: 20px;
}
.home-about-title h2{
		font-size: 2rem;
		font-weight: 500;
}
.home-about-title p{
	font-size: 1.3rem;
}
.home-about-text{
		flex-basis: 60%;
}
.home-about-text .home-about-paras p{
	font-size: 1.8rem;
}
.page-template-page-overview-c-care .home-about-text .home-about-paras p{
	font-size: 2rem;
}
.page-template-page-overview-c-care .about-double-para p{
	font-size: 1.1rem;
}
.low-color-text{
	color: #a0a0a0;
}
.general-blue-bn{
		background-color: var(--color1) !important;
		color: #fff !important;
		transition: 350ms;
		padding: 20px 25px 20px 25px;
}
.general-blue-bn:hover{
		background-color: #000 !important;
		color: #fff !important;
}
.general-black-bn{
		background-color: #000 !important;
		color: #fff !important;
		transition: 350ms;
		padding: 20px 25px 20px 25px;
}
.general-black-bn:hover{
		background-color: var(--color1) !important;
		color: #fff !important;
}
.general-white-bn{
		background-color: #fff !important;
		color: #000 !important;
		transition: 350ms;
		padding: 20px 25px 20px 25px;
}
.general-white-bn:hover{
		background-color: var(--color1) !important;
		color: #fff !important;
}
.general-blue-bn .header-con-btn-flex{

}
.general-blue-bn .header-con-btn-flex1{
	font-size: 1rem;
}
.general-blue-bn .header-con-btn-flex2{

}
.general-white-bn .header-con-btn-flex1{
	font-size: 1rem;
}
.general-black-bn .header-con-btn-flex1{
	font-size: 1rem;
}
.story-below-button{
	margin-top: 30px;
}
.home-box-container{

}
.home-box-container-in{

}
.home-boxes{
	float: left;
	width: 100%;
	padding: 0px 50px 50px 50px;
}
.home-box{
	width: 33.33%;
	float: left;
	transition: 1000ms;
	background-color: rgba(0,0,0,0);
}
.home-box-1{
	border-top: dotted #000 2px;
	border-left: dotted #000 2px;
	border-right: dotted #000 2px;
}
.home-box-2{
	border-top: dotted #000 2px;
}
.home-box-3{
	border-top: dotted #000 2px;
	border-left: dotted #000 2px;
	border-right: dotted #000 2px;
}
.home-box-4{
	border-top: dotted #000 2px;
	border-right: dotted #000 2px;
}
.home-box-in{
	height: 425px;
	position: relative;
	overflow: hidden;
}
.home-box-1{

}
.home-box-1-in{

}
.home-box-text{
	height: 425px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	padding: 25px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-box-text h2{
	transition: 350ms;
	font-size: 1.7rem;
}
.home-box-text p{
	transition: 350ms;
}
.home-box-text span.h-box-counter{
	font-size: 3.8rem;
	color: var(--color1);
}
.home-box-image{
	height: 425px;
	width: 100%;
	position: absolute;
	top: 425px;
	transition: 350ms;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-box:hover{
	background-color: rgba(0,0,0,0.2);
}
.home-box:hover .home-box-image{
	top: 0px;
}
.home-box:hover .home-box-text{

}
.home-box:hover .home-box-text h2{
	color: #fff;
	font-weight: 400;
}
.home-box:hover .home-box-text p{
	color: #fff;
	font-weight: 400;
}
.box-more-btn-out{
	width: 100%;
	display: flex;
  justify-content: right;
}
.box-more-btn{
	display: flex;
  width: 40px;
  background-color: #fff;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: solid var(--color1) 2px;
  transition: 350ms;
}
.box-more-btn a{
	color: var(--color1);
}

.home-box:hover .home-box-text span.h-box-counter{
	color: #fff;
}
.home-box:hover .box-more-btn{
	background-color: var(--color1);
}
.home-box:hover .box-more-btn a{
	color: #fff;
}


.video-banner-box-container{
	clear: both;
	height: calc(100vh - 120px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.video-banner-box-container-in{
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.video-banner-box-container-in-in{
	height: 100%;
	display: flex;
}
.video-banner-box-content{
	height: 100%;
	width:100%;
	display: flex;
	align-items: end;
	padding: 50px;
}
.vbb-title{
	flex-basis: 70%;
}
.vbb-title h2{
	width: 70%;
	font-size: 3.2rem;
	color: #fff;
}
.vbb-btn{
	flex-basis: 30%;
	text-align: end;
}
.special-about-section{
	margin-top: 80px;
}
.special-about-section .home-about-title h2{
	margin-bottom: 30px;
}
.special-about-section .home-about-title p{
	margin-bottom: 50px;
}

.home-about-rows{
	margin-top: 80px;
}
.about-row{
	display: flex;
  border-bottom: dotted #000 2px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.home-about-rows .about-row:last-child{
	border-bottom: unset !important;
}
.about-row-left{
	margin-right: 30px;
}
.about-row-right{

}
.about-row-right ul li{
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.about-row-left img{

}
.about-row-right h3{
	font-size: 1.6rem;
	margin-bottom: 20px;
	font-family: "Barlow", sans-serif;
}
.about-row-right p{
	font-size: 1.1rem;
}
.home-para-container{
	padding: 0px 50px;
	margin-bottom: 80px;
}
.home-para-container-in{
	width: 70%;
}
.home-para-container-in h3{
	font-size: 3rem;
	font-family: "Barlow", sans-serif;
}
.home-room-container{
	margin-bottom: 80px;
}

.home-about-small-boxes{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.home-about-small-box{
	float: left;
	width: 50%;
	display: flex;
	flex-direction: column;
	height: 250px;
	justify-content: space-between;
	padding: 15px;
}
.home-about-small-box1{
	border-top: dotted #000 2px;
	border-bottom: dotted #000 2px;
  border-left: dotted #000 2px;
  border-right: dotted #000 2px;
}
.home-about-small-box2{
	border-top: dotted #000 2px;
	border-bottom: dotted #000 2px;
  border-right: dotted #000 2px;
}
.home-about-small-box3{
	border-bottom: dotted #000 2px;
  border-left: dotted #000 2px;
  border-right: dotted #000 2px;
}
.hasb-top{

}
.hasb-bottom{

}
.hasb-top img{
	margin-bottom: 10px;
}
.hasb-top h3{
	font-size: 1.7rem;
	font-family: "Barlow", sans-serif;
}
.hasb-bottom p{

}

.home-about-big-boxes{

}
.home-about-big-box{
	height: 350px;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 350ms;
}
.home-about-big-box:hover{
	text-decoration: none;
	background-color: var(--color1);
	color: #fff;
}
.home-about-big-box1{
	background-color: #F3EDE7;
}
.home-about-big-box2{
	background-color: #CDE2EA;
}
.habb-top{

}
.habb-top h5{
	font-size: 1rem;
	color: #918d8d;
}
.habb-top h3{
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	color: #000;
}
.habb-bottom{
	display: flex;
}
.habb-bottom-left{
	flex-basis: 70%;
}
.habb-bottom-left p{
	margin-bottom: 0px;
	color: #000;
}
.habb-bottom-right{
	flex-basis: 30%;
	display: flex;
	justify-content: end;
  align-items: center;
  gap: 15px;
}
.habb-bottom-learn{
	color: #000;
	transition: 350ms;
}
.habb-bottom-learn:hover{;
	text-decoration: none;
}
.big-box-more-btn-out{

}
.big-box-more-btn{
	display: flex;
  width: 40px;
  background-color: var(--color1);
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: solid var(--color1) 2px;
  transition: 350ms;
}
.big-box-more-btn span{
	color: #fff;
}
.home-about-big-box:hover .habb-top h5, .home-about-big-box:hover .habb-top h3{
	color: #fff;
}
.home-about-big-box:hover .habb-bottom-left p{
	color: #fff;
}
.home-about-big-box:hover .habb-bottom-learn{
	color: #fff;
}
.home-about-big-box:hover .big-box-more-btn{
	background-color: #3786A4;
	border-color: #3786A4;
}
.home-story-slider-container{
	position: relative;
	height: calc(100vh - 120px);
}
.home-story-slider-container-in{

}
.home-story-slider{

}
.home-story-slider-container{

}
.home-story-track-slider-container{
	position: absolute;
	top: 0px;
	width: 100%;
}
.home-story-slider-track{

}
.home-story-slider-nav{
	position: absolute;
	top: 60px;
  right: 60px;
}
.home-story-slider-nav button{
	width: 90px;
	height: 90px;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  background-color: #fff;
  transition: 350ms;
  border: none;
}
.home-story-slider-nav button:hover{
	border: none;
	background-color: var(--color1);
	color: #fff;
	text-decoration: none;
}
.home-story-slider-nav button:focus{
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}
.home-story-slider-nav .blaze-prev{
	margin-right: 10px;
}
.home-story-slider-nav .blaze-next{

}
.leardership-story-slider-nav{
	top: 15px !important;
  right: 20px !important;
}
.home-story-single-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: calc(100vh - 120px);
}
.home-story-single-slide-in{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	justify-content: end;
	background-image: linear-gradient(to right, rgb(0,0,0,1), rgba(0, 0, 0, 0));
	padding: 50px 30px;
}
.story-slid-top{
	width: 40%;
	color: #fff;
}
.story-slid-top h2{
	margin-bottom: 40px;
	font-size: 2.5rem;
}
.story-span-profile{

}
.story-span-profile h3{
	color: #fff;
	font-size: 1.4rem;
}
.story-span-profile p{
	color: #fff;
}
.story-slid-bottom{
	display: flex;
	justify-content: space-between;
}
.story-slid-bottom-left{
	width: 30%;
}
.story-slid-bottom-left p{
	color: #fff;
	margin-bottom: 0px;
}
.story-slid-bottom-right{

}
.home-blog-container{

}
.home-blog-container-in{
	display: flex;
	gap: 30px;
  padding: 50px 0px;
  background-color: #000;
}
.home-blog-box{
	height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-basis: 50%;

}
.home-blog-box-in{
	height: 100%;
  display: flex;
  align-items: end;
}
.home-blog-box-in-in{
	width: 100%;
  display: flex;
  padding: 30px 30px;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));
}
.hbbii-1{
	flex-basis: 80%;
}
.hbbii-1 h3{
	font-size: 1rem;
  color: #fff;
}
.hbbii-1 h2{
	font-size: 1.5rem;
  color: #fff;
  margin-bottom: 25px;
}
.hbbii-1 p{
	color: #fff;
	margin-bottom: 0px;
}
.hbbii-2{
	flex-basis: 40%;
	display: flex;
  justify-content: end;
}
.hbbii-2 a{
	color: #000;
  transition: 350ms;
}
.hbbii-2 a:hover{
	
}
.hbbii-2 a span{
	display: flex;
  width: 40px;
  background-color: #fff;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.home-bottom-container{
	background-color: #000;
	padding: 30px 30px 0px 30px;
}
.home-bottom-container-in{
	background-color: #fff;
}
.home-bottom-box{
	display: flex;
	padding: 30px 30px 150px 30px;
	justify-content: space-around;
}
.home-bottom-box-left{
	flex-basis: 50%;
}
.home-bottom-box-left h2{
	font-size: 1.8rem;
}
.home-bottom-box-right{
	flex-basis: 50%;
	text-align: right;
}
.home-section-6-7{
	margin-bottom: 60px;
}
.home-special-ad-box-section-in{
	display: flex;
	gap: 0px;
}
.home-special-ad-box-section-left{
	flex-basis: 40%;
	padding-right: 50px;
}
.home-special-ad-img{
	width: 100%;
}
.home-special-ad-box-section-right{
	flex-basis: 60%;
}
.home-special-ad-box-section-right-in{

}
.home-special-ad-box-section-right-in h1, .home-special-ad-box-section-right-in h2, .home-special-ad-box-section-right-in h3{
	font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-special-ad-box-section-right-in h4, .home-special-ad-box-section-right-in h5, .home-special-ad-box-section-right-in h6{
	font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-special-ad-box-section-right-in p{
	font-size: 1.2rem;
}
/*home page ends here*/
/*About Starts here*/
.about-level1{

}
.about-level1 .main-container-row{
	/*background-image: linear-gradient(rgb(0, 0, 0, 0), rgba(0, 0, 0, 1));*/
}
.about-level2{

}
.about-level3{

}
.about-level4{
	clear: both;
	padding-top: 50px;
}
.about-level4 .home-about-content{
	margin-top: 0px;
}
.about-level5{

}
.about-level6{

}
.about-level7{
	margin-bottom: 0px;

}
.about-level7 .home-para-container-in{
	margin-bottom: 50px;
}
.about-level7 .home-about-small-box{
	height: 350px;
}
.about-level8{
	clear: both;
}
.about-level11{
	margin-bottom: 40px;
}
.about-double-para{
	display: flex;
	margin-top: 80px;
	gap: 40px;
}
.about-double-para p{
	font-size: 1.1rem;
}
.double-left{
	flex-basis: 50%;
}
.double-right{
	flex-basis: 50%;
}
.abt-box-txt-botm{

}
.about-about-small-boxes{
	width: 80%;
	margin-bottom: 80px;
}
.about-about-small-boxes .home-about-small-box{
	width: 33.333%;
}
.about-about-small-boxes .home-about-small-box3{
	border-left: none !important;
	border-top: dotted #000 2px;
}
.history-year{
	color: #01A9EA;
	font-weight: 500;
	font-size: 1.6rem;
}
.about-about-rows{
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
}
/*scrollbar starts*/
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color1); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
/*Scrollbar ends*/
/*About Ends here*/

/*Faq starts here*/
.faq-level1{
	margin-top: 60px;
}
.faq-level1 .home-about-title{
	margin-top: 20px;
}
.page-banner-half{
	height: 50vh;
	min-height: 450px;
}
.page-banner-half .home-banner-con-box{
	height: 50vh;
  min-height: unset;
}
.accordion-body{
	padding:0 20px;
}
.accordion-item{
	width: 100%;
	padding-bottom: 20px;
	padding-left: 15px;
  padding-right: 15px;
	cursor: pointer;
	user-select: none;
	border-bottom: dotted #000 2px;
	margin-bottom: 20px;
}
.accordion-title{
	position: relative;
	padding: 20px 0px;
	font-size: 20px;
	color: #000;
	display: flex;
	justify-content: space-between;
}
.accordion-title h2{
	font-size: 1.4rem;
	/*margin-left: 20px;*/
	font-family: "Inter", sans-serif;
}
.accordion-icon{
	color: var(--color1);
	margin-left: 20px;
}
.accordion-off{
	color: var(--color1);
}
.accordion-on{
	display: none;
}
.accordion-item_active{
	background-color: #fff;
}
.accordion-item_active .accordion-title h2{
	color: var(--color1);
}
.accordion-item_active .accordion-on{
	display: block;
}
.accordion-item_active .accordion-off{
	display: none;
}
.accordion-description{
	height: 0;
	padding: 0 20px;
	overflow: hidden;
	transition: 0.4s;
}
.accordion-description p{
	margin-bottom: 0px;
	font-size: 1.1rem;
}
.accordion-item_active .accordion-description{
	height: auto;
	padding: 20px 20px 20px 20px;
}
.Faq-inq-container{

}
.Faq-inq-container-in{
	padding: 80px 30px;
}
.Faq-inq-box{
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}
.Faq-inq-box-left{
	flex-basis: 60%;
}
.Faq-inq-box-left h2{
	font-size: 1.4rem;
	font-weight: 500;
}
.Faq-inq-box-left p{
	margin-bottom: 0px;
}
.Faq-inq-box-right{
	flex-basis: 40%;
	text-align: end;
}
.faq-bottom{

}
.faq-bottom-content{

}
.faq-bottom-content-in{
	flex-direction: column;
	/*justify-content: space-between;*/
	justify-content: end;
}
.faq-bottom-content-title{
	flex-basis: unset;
	display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
}
.faq-bottom-content-title h2{
	width: 60%;
	font-size: 2.8rem;
}
.faq-bottom-content-btn{
	flex-basis: unset;
	text-align: start;
  width: 100%;
}
.faq-bottom .video-banner-box-container-in{
	background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));
}
.page-banner-half .main-container-row{
	/*background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));*/
}
.home-banner-con-box-in p{
	color: #fff;
	width: 50%;
	text-shadow: 0px 0px 5px #000;
}
.general-text-in h3{
	font-size: 1.3rem;
	margin-bottom: 20px;
	margin-top: 20px;
}
.search-form-cey-col{

}
.search-form-cey-col form{
	gap: 0px;
	background-color: #fff;
  width: 75%;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 5px;
}
.search-form-cey-col form input.search-input{
	width: calc(100% - 60px);
	margin-right: 0px !important;
	border: 1px solid #fff !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 40px !important;
	background-color: #fff;
}
.search-form-cey-col form input.search-input:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color: #fff !important;
}
.search-form-cey-col form button{
	height: 40px !important;
	width: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
  background-color: var(--color1);
  border: none;
  color: #fff;
  transition: 350ms;
}
.search-form-cey-col form button .svg-inline--fa{
	height: 1.1em !important;
	margin-bottom: 2px !important;
}
.search-form-cey-col form button:hover, .search-form-cey-col form button:focus{
	background-color: #0D759D;
}
/*Faq Ends here*/
/*Privacy Policy Starts here*/

/*Privacy Policy ends here*/

/*Contact starts here*/
.contact-banner-container{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-banner-container-outer{
	background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));
}
.contact-banner-container-in{
	padding-top: 200px;
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.contact-banner-left{
	flex-basis: 40%;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-banner-title{

}
.contact-banner-title h2{
	color: #fff;
	font-size: 3rem;
	margin-bottom: 20px;
}
.contact-banner-address{

}
.contact-banner-address h3{
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.contact-banner-address p{
	color: #fff;
}
.contact-banner-email{
	color: #fff;
}
.contact-banner-email h3{
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.contact-banner-email a{
	color: #fff;
	display: block;
	transition: 350ms;

}
.contact-banner-email a:hover{
	color: var(--color1);
	text-decoration: none;
}

.contact-banner-social{

}
.contact-banner-social h3{
	color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-top: 25px;
}
.con-social-ul{
	padding: 0px;
	margin: 0px;
}
.con-social-ul li{
	list-style: none;
	float: left;
	margin-right:15px;
}
.con-social-ul li a{
	display: flex;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: var(--color1);
	transition: 350ms;
	justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 50%;
}
.con-social-ul li a:hover{
	color: var(--color1);
	background-color: #fff;
	text-decoration: none;
}
.con-tel{

}
.con-email{
	margin-top: 25px;
	margin-bottom
}
.contact-banner-right{
	flex-basis: 60%;
}
.contact-banner-right form .contact-form-field-col p{
	background-color: #fff;
	padding: 5px 20px;
  border-radius: 10px;
}
.contact-banner-right form .contact-form-field-col p label{
	font-size: 0.8rem;
	margin-bottom: 0px;
}
.form-contact{
	border: none !important;
	width: 100%;
	padding: 0px 3px 3px 3px !important;
}
.form-contact:focus{
	border: none !important;
	outline: none !important;
	box-shadow: none !important;

}
.form-description{
	height: 125px;
}
.contact-submit-col{

}
.contact-submit-col p{
	display: flex;
	justify-content: end;
	flex-direction: row-reverse;
}
.form-contact-submit{
	background-color: var(--color1) !important;
  color: #fff !important;
  transition: 350ms;
  border: none !important;
  padding: 15px 40px !important;
  border-radius: 10px !important;
}
.form-contact-submit:hover{
	background-color: #fff !important;
  color: #000 !important;
}
.form-contact-submit:focus{
	background-color: #fff !important;
  color: #000 !important;
}
.con-form-terms-col p{
	color: #868181;
	font-size: 0.9rem;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #cfcdcd !important;
}
.wpcf7-not-valid-tip{
	font-size: 0.8rem !important;
}
.wpcf7-response-output{

}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border: dotted #c6c0c0 1px !important;
  color: #aca8a8 !important;
  font-size: 0.9rem !important;
}
.contact-map-container{
	background-color: #000;
}
.contact-map-container-in{
	padding: 60px 30px;
}
/*Contact ends here*/

/*Blog starts here*/
.blog-container{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
}
.blog-container-in{
	height: 100vh;
	/*background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));*/
}
.blog1-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-top: 250px;
	padding-bottom: 60px;
	padding-left:30px ;
	padding-right: 30px;

}
.blog-top{

}
.blog-top h2{
	font-size: 3rem;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
.blog-bottom{
	display: flex;
}
.blog-bottom-left{
	color: #fff;
	flex-basis: 50%;
}
.blog1-tags{

}
.blog1-tags a{
	color: #fff !important;
	transition: 350ms;
}
.blog1-tags a:hover{
	color: #fff !important;
	text-decoration: none;
}
.blog-bottom-left h3{
	margin-bottom: 25px;
	font-size: 2rem;
	text-shadow: 0px 0px 5px #000;
}
.blog-bottom-left h3 a{
	color: #fff;
	transition: 350ms;
}
.blog-bottom-left h3 a:hover{
	color: #fff;
	text-decoration: none;
}
.blog-bottom-left p{
	margin-bottom: 0px;
}
.blog-bottom-right{
	flex-basis: 50%;
	text-align: end;
	display: flex;
	justify-content: end;
	align-items: end;
}

.blog-grid-container{
	padding: 0px 30px;
}
.blog-grid-container-in{

}
.blog-grid{
	margin-bottom: 30px;
}
.blog-grid-in{
	height: 420px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 350ms;
}
.blog-grid-in:hover{
	text-decoration: none;
	color: #fff;
}
.blog-grid-inside{
	display: flex;
	height: 100%;
  align-items: end;
  background-image: linear-gradient(rgb(0,0,0,0), rgba(0, 0, 0, 1));
  transition: 350ms;
}
.blog-grid-in:hover .blog-grid-inside{
	background-image: linear-gradient(rgb(0,0,0,0.2), rgba(0, 0, 0, 1));
}
.blog-grid-content{
	flex-basis: 70%;
	color: #fff;
	padding: 0px 30px 30px 30px;
}
.blog-grid-more-btn{
	flex-basis: 30%;
	display: flex;
  justify-content: end;
  padding: 0px 30px 30px 30px;
}
.blog-grid-content span{

}
.blog-grid-content h3{

}
.blog-grid-content p{

}
.blog-grid-more-btn .blog-grid-a{
	color: #000;
	background-color: #fff;
	border-radius: 5px;
}
.blog-grid-in:hover .blog-grid-a{
	color: #fff;
	background-color: var(--color1) !important;
}
.blog-grid-a-icon{
	display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 350ms;
}
.blog-grid-in:hover .blog-grid-a-icon{
	background-color: var(--color1) !important;
}
#loadMore{
	width: 30%;
  margin: auto;
  border: solid #000 1px;
  padding: 12px;
  margin-bottom: 80px;
  margin-top: 30px;
  transition: 350ms;
  height: 50px
}
.page-template-page-knowledge-base #loadMore{
	display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin: 0px 30%;
  margin-top: 30px;
}
.loadMoreBtn-label{
	
  transition: 350ms;
}
#loadMore:hover{
	border: solid var(--color1) 1px;
	background-color: var(--color1);
	color: #fff;
}
#loadMore:focus{
	box-shadow: none !important;
	outline: none !important;
}
/*Blog ends here*/
/*Single Blog Starts*/
.single-blog-container{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
}
.single-blog-container-in{
  display: flex;
  height: 100%;
  justify-content: end;
  flex-direction: column;
  /*background-image: linear-gradient(rgb(0,0,0,0.2), rgba(0, 0, 0, 1));*/
}
.single-blog-title{
	color: #fff;
	width: 55%;
  margin: 0px auto;
  padding-bottom: 100px;
}
.single-blog-tags{
	text-shadow: 0px 0px 5px #000;
}
.single-blog-tags a{
	color: #fff !important;
	transition: 350ms;
}
.single-blog-tags a:hover{
	color: #fff;
	text-decoration: none;
}
.single-blog-title h1{
	text-shadow: 0px 0px 5px #000;
}
.single-blog-content{

}
.single-blog-content-in{
	width: 55%;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 2px #000;
	margin-bottom: 40px;
}
.single-blog-content-in h1{
	margin-top: 50px;
}
.single-blog-content-in h2{
	margin-top: 50px;
}
.single-blog-content-in h3{
	margin-top: 50px;
}
.single-blog-content-in h4{
	margin-top: 50px;
}
.single-blog-content-in h5{
	margin-top: 50px;
}
.single-blog-content-in h6{
	margin-top: 50px;
}
.single-blog-content-in p{

}
.single-blog-content-in p, .single-blog-content-in ul li, .single-blog-content-in ol li{
	font-size: 1.1rem;
}
.single-blog-content-in ul li, .single-blog-content-in ol li{
	margin-bottom: 6px;
}
.single-blog-content-in img{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.single-blog-content-in p img{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.single-blog-content-in a{

}
.single-blog-content-in a:hover{

}
.related-blog-content{
	margin-bottom: 50px;
	margin-top: 130px;
}
.related-blog-content-in{

}
.related-title-col{
	padding-left: 100px;
	margin-bottom: 60px;
	width: 40%;
}
.related-title-col h3{

}
.related-title-col p{
	font-size: 1.1rem;
}

/*Single Blog Ends*/
.sections-btn-container{
	padding: 70px 75px;
}
.sections-btn-container-in{

}
.sections-btns{

}
.sections-btn{
	background-color: #fff;
	padding: 12px 30px;
	display: inline-block;
	margin-right: 20px;
	border-radius: 10px;
	transition: 350ms;
	color: #000;
}
.sections-btn:hover{
	text-decoration: none;
	background-color: #000;
}

.sec-btn-num{
	color: var(--color1);
	margin-right: 20px;
}
.sec-btn-txt{
	
}
.sections-btn:hover .sec-btn-num{
	color: #fff;
}
.sections-btn:hover .sec-btn-txt{
	color: #fff;
}
.sections-btns a.active-category, .sections-btns a.active-cat{
	background-color: #000;
	color: #fff !important;
}
/*Facilities page starts here*/
.facility-section-2 .special-about-section{
	margin-top: 0px;
}
.facility-section-2 .home-about-content{
	margin-top: 0px;
}
.facility-two-paras{
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 20px;
}
.facility-two-paras p{
	font-size: 1.1rem;
}
.facility-two-paras-left{
	flex-basis: 50%;
}
.facility-two-paras-right{
	flex-basis: 50%;
}
.facility-two-paras-wide{
	flex-basis: 100%;
}
.facility-two-paras-left p{

}
.facility-two-paras-right p{

}
.facilities-lists{

}
.facilities-lists h3{
	color: var(--color1);
	font-size: 1.5rem;
}
.facilities-lists ul{
	margin: 0px;
  display: block;
  padding-left: 10px;
  margin-top: 20px;
}
.facilities-lists ul li{
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	font-size: 1.1rem;
}
.facilities-lists ul li::marker{
	color: var(--color1);
}
.facility-image-slider-container{
	padding-left: 30px;
	margin-bottom: 100px;
}
.facility-image-slider-container-in{

}
.facility-slider-1{

}
.facility-slider-img{

}
/*Facilities page ends here*/

/*Review Page starts here*/
.stories-top-container{
	padding: 0px 30px;
}
.stories-top-container-in{

}
.stories-row1{
	/*display: flex;
	gap: 30px;
	height: 450px;*/
	margin-bottom: 30px;
  margin-top: 30px;
}
.stories-row2{
	display: flex;
	gap: 30px;
	height: 450px;
	margin-bottom: 30px;
  margin-top: 30px;
}
.stories-row{

}
.stories-col{
	height: 450px;
	margin-bottom: 30px;
	
}
.stories-col .review-box-in h3{
	color: #fff;
	font-size: 1.6rem;
}
.stories-col1{
	/*flex-basis: 33.33%;*/
}

.stories-col2{
	/*flex-basis: 66.666%;*/
}
.stories-col3{
	/*flex-basis: 66.666%;
	display: flex;
  gap: 30px;*/
}
.review-box{
	height: 100%;
	transition: 350ms;
	cursor: pointer;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.review-box-top{
	margin-right: 25%;
}
.review-box:hover{
	background-color: #fff !important;
}
.review-box-in{
	height: 100%;
	/*background-image: linear-gradient(rgb(0,0,0,0.2), rgba(0, 0, 0, 1));
	background-image: linear-gradient(rgb(2,118,167,0.2), rgba(2,118,167, 1));*/
	background-color: var(--color1);
	transition: 350ms;
}
.review-box-in:hover{
	background-color: #fff !important;
	background-image: unset;
}
.review-box-in:hover .review-box-top h3{
	color: #000;
}
.review-box-in:hover .review-box-bottom-left{
	color: #000;
}
.review-box-in:hover .review-box-bottom-left h3 {
	color: #000;
}
.review-box-in-in{
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	justify-content: space-between;
}
.review-box-top .review-box-top{
	margin-right: 0px;
  margin-left: 50%;
}
.review-box-small .review-box-top{
	margin-right: 25%;
}
.stories-col-wide
.review-box-top h3{
	color: #fff;
	font-size: 1.6rem;
	transition: 350ms;
}
.review-box-bottom{
	color: #fff;
	display: flex;
	justify-content: space-between;
  align-items: end;
}
.review-box-bottom-left{
	transition: 350ms;
}
.review-box-bottom-left p{
	margin-bottom: 0px;
}
.review-box-bottom-left h3{
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 0px;
}
.review-box-bottom-right{

}
.review-box-bottom-right .bhssii-2-a{

}
.review-box-bottom-left .bhssii-2-a-icon{

}
.review-box-in:hover .bhssii-2-a{
	background-color: var(--color1);
}
.review-box-in:hover .bhssii-2-a-icon{
	color: #fff;
	background-color: var(--color1);
}
.review-box-big h3{
	margin-left: 50%;
}
.dialog-content{
	display: none;
	width: 70%;
	height: auto;
	min-height: auto;
}
.review-pupup{
	
}
.dialog-content-in{
	display: flex;
	gap: 50px;
	width: 100%;
}
.dialog-content-left{
	flex-basis: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.review-pupup .dialog-content-left{
	min-height: 600px;
}
.dialog-content-right{
	flex-basis: 50%;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dialog-content-right-top{

}
.dialog-content-right-top h3{
	margin-bottom: 30px;
}
.dialog-content-right-top p{
	margin-bottom: 30px;
	font-size: 1.1rem;
	
}
.dialog-content-right-top span h4{
	font-size: 1.1rem;
	font-weight: 500;
}
.dialog-content-right-top span h5{
	font-size: 1rem;
	color: #888787;
}
.review-mid-banner-con-in{
	/*background-image: linear-gradient(to right, rgb(0,0,0,1), rgba(0, 0, 0, 0)) !important;
	background-image: linear-gradient(to right, rgb(2,118,167,0.2), rgba(2,118,167, 1)) !important;*/
	background-color: var(--color1) !important;
  background-image: unset !important;
}
.review-mid-banner-content{

}
.review-mid-banner-content-in{
	align-items: start;
}
.review-mid-banner-title{

}
.review-mid-banner-title h2{
	color: #fff;
	margin-bottom: 40px;
}
.review-mid-banner-title h5{
	color: #fff;
	margin-bottom: 0px;
}
.review-mid-banner-title p{
	color: #fff;
	align-items: end;
}
.review-mid-banner-bot-cols{
	display: flex;
	align-items: end;
}
.review-mid-banner-bot-col-left{
	flex-basis: 50%;
}
.review-mid-banner-bot-col-left p{
	color: #fff;
	margin-right: 20%;
}
.review-mid-banner-bot-col-right{
	flex-basis: 50%;
	text-align: end;
}
.stories-col-wide .review-box-top{
	margin-left: 25%;
	margin-right: 0px;
	text-align: end;
}
/*Review Page ends here*/

/*Our Specialities starts here*/
.special-notice-box-container{
	background-color: unset !important;
}
.special-notice-box-container .home-bottom-container-in{
	border-radius: 10px;
}
.special-notice-box-container .home-bottom-box{
	padding: 30px 30px 30px 30px;
	margin-bottom: 60px;
}
.special-notice-box-container .home-bottom-box-left h1{
	font-size: 1.6rem;
	font-weight: 500;
}
.special-tab-container{
	
}
.special-tab-container-in{

}
.tab{

}
.tablinks{

}
.tab-content-col{

}
.tabcontent{

}
.doctor-grid{

}
.doctor-grid-in{
	height: 500px;
}
.doctor-grid-in:hover{
	cursor: pointer;
}
.doctor-details{

}
.doctor-details span{

}
.doctor-details h3{

}
.doctor-details p{

}
.dialog-content-left-top{
	display: flex;
	gap: 15px;
}
.dialog-content-left-img{
	flex-basis: 50%;
}
.dialog-content-left-details{
	flex-basis: 50%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.dialog-content-left-details-top{

}
.dialog-content-left-img img{
	width: 100%;
}
.doctor-popup-in .dialog-content-left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.doc-dialog-content-right-top{

}
.dialog-content-left-details-bottom{

}
.dialog-content-left-details-bottom{
	display: flex;
	flex-direction: column;
}
.dialog-content-left-details-bottom a{
	display: flex;
	justify-content: space-between;
	color: #000;
	transition: 350ms;
	padding: 10px 0px;
}
.dialog-content-left-details-bottom a:hover{
	color: var(--color1);
	text-decoration: none;
}
.da-text{

}
.da-icon{
	color: var(--color1) !important;
}
.doc-dialog-content-right-top p b, .doc-dialog-content-right-top b{
	font-size: 1.1rem;
	font-weight: 500;
}
.doc-dialog-content-right-top h1, .doc-dialog-content-right-top h2, .doc-dialog-content-right-top h3, .doc-dialog-content-right-top h4, .doc-dialog-content-right-top h5, .doc-dialog-content-right-top h6{
	font-size: 1.1rem;
	font-weight: 500;
	color: var(--color1);
	margin-top: 30px;
	margin-bottom: 20px;

}
.doc-dialog-content-right-top ul{
	display: block;
	padding: 0px;
	margin: 0px;
}
.doc-dialog-content-right-top li{
	list-style: none;
	float: left;
	background-color: #F9F9F9;
	color:#000;
	border-radius: 5px;
	padding: 10px 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.dialog-content-left-details-bottom a:first-child{
	border-bottom: solid #e6e6e6 1px;
}
.dialog-content-left-details-top{

}
.dialog-content-left-details-top p{
	margin-bottom: 0px;
	font-weight: 500;
	color: #000;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
.dialog-content-left-details-top h5{
	font-size: 1.1rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}
.dialog-content-left-details-top span{
	color: #8f8f8f;
	font-size: 0.9rem;
	margin-bottom: 0px;
}
.tab{
	margin-bottom: 30px;
}
.tablinks{
	background-color: #fff !important;
	padding: 15px 30px !important;
	border-radius: 10px !important;
	color: #000 !important;
	border:none !important;
	transition: 350ms;
	margin-bottom: 15px;
}
.tablinks:hover{
	background-color: #000 !important;
	color: #fff !important;
}
.tablinks:focus{
	background-color: #000 !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none !important;
}
.special-tab-container-in .tab button.active{
	background-color: #000 !important;
	color: #fff !important;
}
/*Our Specialities ends here*/

/*Work With us page starts here*/
.work-accordion-container{

}
.work-accordion-body{
	padding: 0px !important;
}
.work-accordion-body .accordion-item{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.work-accordion-body .accordion-item_active{
	background-color: unset !important;
}
.work-accordion-body .accordion-off{
	color: #000 !important;
}
.work-accordion-body .accordion-title{
	color: var(--color1);
}
.work-accordion-body .accordion-item_active .accordion-description{
	padding: 20px 0px;
	width: 80%;
}
.accordion-title-col{
	flex-basis: 75%;
}
.accordion-title-col p{
	color: #000 !important;
	font-size: 1rem !important;
}
.accordion-item_active .accordion-title-col p{
	display: none;
}
.vaccancy-container{

}
.vaccancy-container-in{
	padding: 0px 60px;
	margin-bottom: 50px;
}
.vacancy-col{
	margin-bottom: 30px;
}
.vacancy-col:hover{
	
}
.vaccancy{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 400px;
	background-color: #fff;
	padding: 30px;
	transition: 350ms;
}
.vaccancy:hover{
	background-color: var(--color1);
	color: #fff;
}
.vaccancy-top{

}
.vaccancy-top h2{
	font-size: 1.4rem;
}
.vaccancy-bottom{

}
.vac-description{
	margin-bottom: 30px;
}
.vac-description p{

}
.vac-btn-col{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vac-app-btn{
	color: #000;
	transition: 350ms;
}
.vac-app-btn:hover{
	text-decoration: none;
	color: #fff;
}
.vac-plus-btn{

}
.vac-plus-btn:hover{

}
.vac-plus-btn span{
	background-color: var(--color1) !important;
	color: #fff !important;
}
.vacancy:hover .vac-plus-btn span, .vacancy-col:hover .vac-plus-btn span{
	background-color: #fff !important;
	color: var(--color1) !important;
}
.vacancy:hover .vac-app-btn, .vacancy-col:hover .vac-app-btn{
	color: #fff !important;
}
/*Work With Us Page ends here*/

/*Knowledge Base Starts here*/
.knowledge-top h5{
	font-size: 1rem;
	color: #8a8686;
	transition: 350ms;
}
.knowledge-col:hover .knowledge-top h5{
	color: #fff !important;
}
.knowledge{
	border-radius: 8px;
	color: #000;
	width: 100%;
}
.knowledge-ref2{
	background-color: #CDE2EA;
}
.knowledge-ref4{
	background-color: #F3EDE7;
}
.knowledge-yellow{
	background-color: #F3EDE7;
}
.knowledge-green{
	background-color: #CDE2EA;
}
.knowledge2, .knowledge6, .knowledge8, .knowledge10, .knowledge14, .knowledge16{
	background-color: #CDE2EA;
}
.knowledge4, .knowledge5, .knowledge10, .knowledge14, .knowledge15, .knowledge20{
	background-color: #F3EDE7;
}
.knowledge:hover{
	text-decoration: none;
}
.knowledge-top h2{
	font-size: 1.6rem;
}
.title-container{
	padding: 80px 60px;
}
.title-container-in{

}
.title-con{
	width: 50%;
}
.title-con h2{
	font-size: 1.5rem;
  font-weight: 500;;
}
.title-con p{

}
.knowledge-slider-container{
	padding: 0px 0px 0px 30px;
	margin-bottom: 60px;
}
.knowledge-slider-container-in .knowledge-bottom .vac-description{
	width: 75%;
}
.col-md-6 .knowledge-bottom .vac-description{
	width: 75%;
}
.knowledge-slider-container-in .knowledge .knowledge-top{
	width: 75%;
}
.col-md-6 .knowledge .knowledge-top{
	width: 75%;
}
/*Knowledge Base Ends here*/
/*Single Knowledge starts here*/
.single-knowledge-title{

}
.single-knowledge-title .general-white-bn{
	margin-bottom: 30px;
}
.single-knowledge-title h1{
	margin-bottom: 20px;
}
.single-knowledge-tags{

}
.single-knowledge-tags .sb-date{
	margin-right: 25px;
}
.sb-curl{
	font-style: italic;
}
.single-know-container{

}
.single-know-container-in{
	display: flex;
	gap: 70px;
	padding: 60px 30px;
}
.single-know-left{
	flex-basis:75% ;
}
.single-know-left h1{
	font-size: 1.8rem;
	margin-bottom: 45px;
}
.single-know-left h2{
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.single-know-left h3, .single-know-left h4, .single-know-left h5, .single-know-left h6{
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.single-know-left ul{
	padding: 15px;
}
.single-know-left ul li{

}
.single-know-left ol{
	padding: 15px;
}
.single-know-left ol li{

}
.single-know-left img, .single-know-left p img{
	max-width: 100%;
}
.single-know-left p, .single-know-left ol li, .single-know-left ul li{
	font-size: 1.1rem;
}
.single-know-right{
	flex-basis: 25%;
}
.knowledge-sidebar{
	padding: 40px;
	background-color: #fff;
	margin-bottom: 40px;
}
.k-sidebar-title{

}
.k-sidebar-title h2{
	color: #979797;
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.sidebar-content{

}
.sidebar-row{
	border-bottom: dotted 1px #6d6d6d;
	padding-bottom: 15px;
  margin-bottom: 20px;
}
.sidebar-content .sidebar-row:last-child{
	border-bottom: unset !important;
}
.sidebar-row-top{

}
.sidebar-row-top h3{
	color: var(--color1);
	font-size: 0.9rem;
}
.sidebar-row-top h3 a{
	color: var(--color1);
}
.sidebar-row-top h3 a:hover{
	color: var(--color1);
	text-decoration: none;
}
.sidebar-row-bottom{
	display: flex;
	align-items: center;
	transition: 350ms;
	gap: 20px;
}
.sidebar-row-bottom:hover{
	text-decoration: none !important;
}
.sidebar-row-bottom-text{
	flex-basis: 75%;
}
.sidebar-row-bottom-text h2{
	font-size: 1.2rem;
	color: #000;
	transition: 350ms;
}
.sidebar-row-bottom:hover .sidebar-row-bottom-text h2{
	color: var(--color1);
}
.sidebar-row-bottom-icon{
	color: var(--color1);
	flex-basis: 25%;
	text-align: right;
}
.more-knowledge-container{
	background-color: #000;
	padding-top: 60px;
  padding-bottom: 50px;
}
.more-knowledge-container .vaccancy-container-in{
	margin-bottom: 0px;
}
table, td, th {
  border: 1px solid;
  padding:5px;
}
table {
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
}
/*Single Knowledge ends here*/

/*Treatments and Therapy Starts here*/

.treat-page-header-p{
	margin-bottom: 25px !important;
	font-size: 1.1rem;
	text-shadow: 0px 0px 5px #000;
}
.chemotheraphy-paras{
	margin-bottom: 35px;
}
.treatment-image-container{
	padding: 0px 30px;
	margin-bottom: 50px;
}
.treatment-image-container-in{

}
.treatment-image-box{
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.treatment-image-box-shade{
	background-image: linear-gradient(to top, rgb(0,0,0,1), rgba(0, 0, 0, 0));
	position: absolute;
	top: 0px;
	left: 0px;
	height: 70vh;
	width: 100%;
}
.treat-img-des-boxes{
	position: absolute;
	height: 35vh;
	bottom: 0px;
	left: 0px;
	width: 50%;
}
.treat-img-des-boxes-in{
	display: flex;
	height: 100%;
}
.treat-img-box{
	flex-basis: 50%;
	padding: 30px;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.treat-img-box1{
	border-top: dotted #fff 2px;
	border-right: dotted #fff 2px;
}
.treat-img-box2{
	border-top: dotted #fff 2px;
	border-right: dotted #fff 2px;
}
.treat-img-box-top{

}
.treat-img-box-top p{
	color: #fff;
	margin-bottom: 0px;
}
.treat-img-box-bottom{

}
.treat-img-box-bottom h2{
	color: #fff;
	font-size: 3.4rem;
}
.treat-img-box-bottom p{
	color: #fff;
	margin-bottom: 0px;
}
.treatment-general-text-in h2{
	font-size: 1.3rem;
	color: var(--color1);
	margin-bottom: 15px;
}
.treatment-content-section1{
	margin-top: 0px !important;
}
.treatment-content-section1 .home-about-content{

}
.treatment-top-buttons{
	padding: 40px 30px !important;
}
.ct-blue-title-row-container{
	margin-top: 60px;
}
.ct-blue-title-row{
	border-bottom: dotted #000 2px;
	padding-bottom: 25px;
  margin-bottom: 40px;
}
.ct-blue-title-row-container .ct-blue-title-row:last-child{
	border-bottom: unset !important;
}
.ct-blue-title-row h2{
	font-size: 1.1rem;
	color: var(--color1);
}
.ct-blue-title-row p{

}
.ct-about-small-boxes{
	margin-top: 0px !important;
}
.treatment-bottom-special-blog .video-banner-box-container-in{
	    background-image: linear-gradient(to left, rgb(0, 0, 0, 0), rgba(0, 0, 0, 1)) !important;
}
.treatment-blog-container-in{
	padding: 30px 0px !important;
}
.treatment-slider-container{
	padding: 0px 50px;
}
/*Treatments and Therapy Ends here*/

/*Search Results Page Starts*/
.search-results-container{
	padding: 50px 60px;
}
.search-results-container-in{

}
.searched-for-col{

}
.searched-for-results-col{

}
.searched-for-h1{
	font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif !important;
}
.search-pro-col{
	margin-bottom: 30px;
}
.search-pro-col-a{
	display: flex;
	height: 400px;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	flex-direction: column;
	color: #000;
	transition: 350ms;
}
.search-pro-col-a:hover{
	text-decoration: none;
	color: #fff;
	background-color: var(--color1);
}
.search-pro-col-top{

}
.search-pro-col-top h3{

}
.search-pro-col-bottom{

}
.search-pro-col-bottom p{

}
.search-pro-col-bottom span{

}
/*Search Results Page Ends*/

/*Mobile Responsiveness Starts here*/

/*Footer Area - Mobile Responsiveness Starts here*/

@media (max-width:1250px){
	.footer-level1{
		flex-direction: column;
	}
	.footer-address-contact-col{
		margin-bottom: 40px;
	}
}

@media (max-width:1200px){
	.footer{
		
	}
}

@media (max-width:1000px){
	.footer-top-in{
		flex-direction: column;
	}
	.footer-top-in-right{
		margin-top: 40px;
	}
	.footer-services-area{
		/*margin-top: 40px;*/
		margin-bottom: 40px;
	}
	.footer-in-left p{
		font-size: 0.8rem;
	}
	.footer-in-right ul li a{
		font-size: 0.8rem;
	}
	.footer-resources-area ul li{
		margin-bottom: 5px;
	}
	.footer-in{
		flex-direction: column-reverse;
	}
}
@media (max-width:900px){
	.footer {
    
  }
  .footer-address-contact-col{
  	flex-direction: column;
  	gap: 20px;
  }
  .home-bottom-box{
  	flex-direction: column;
  }
  .home-bottom-box-right{
  	text-align: left;
  }
  .footer-level2{
  	flex-direction: column;
  }
  .footer-menu-col{
  	margin-bottom: 60px;
  	margin-top: 30px;
  }
  .footer-copyright-col{
  	text-align: center;
  }
  .home-bottom-box-left h2{
  	font-size: 1.6rem;
  }
  .address-content p {
	  font-size: 1rem;
	}
	.contact-content a{
		font-size: 1rem;
	}
	.f-social-content ul li a{
		font-size: 1rem;
	}
	.footer-copyright-col p{
		font-size: 0.9rem;
	}
	.footer-level1{
		border-bottom: dotted 2px #D0D0D0;
  	padding-bottom: 30px;
	}
	.footer-menu-col ul{
		display: flex;
		justify-content: center;
  	gap: 15px;
	}
	.footer-menu-col ul li{
		float: unset;
		margin-right: 0px;
	}



}
@media (max-width:768px){
	.footer-top-in-right{
		flex-direction: column;
	}
	.footer-subs-area{
		margin-top: 40px;
	}
	.footer {
    padding: 0px 30px;
  }
  .home-bottom-box-left h2{
  	font-size: 1.4rem;
  }

}

@media (max-width:568px){
	.footer {
    
  }
  .home-bottom-box{
  	padding: 30px 15px 150px 15px;
  }
  .footer-level1{
  	padding: 30px 15px 100px 15px;
  }
  .footer-address-col{
  	flex-direction: column;
  	gap: 5px;
  }
  .footer-contact-col{
  	flex-direction: column;
  	gap: 5px;
  }
  .footer-social-col{
  	flex-direction: column;
  	gap: 5px;
  }
  .footer-menu-col ul li a{
  	font-size: 0.9rem;
  }
  .footer-level2{
  	padding: 15px 15px;
  }
  .home-bottom-container{
  	padding: 30px 15px 0px 15px;
  }
  .footer{
  	padding: 0px 15px;
  }
}

@media (max-width:428px){

}

/*Footer Responsiveness ends*/
/*Footer Area - Mobile Responsiveness Starts here*/

/*Home Page - Mobile Responsiveness Starts here*/

@media (max-width:1350px){
	.home-special-ad-box-section-left{
		padding-right: 40px;
	}
}

@media (max-width:1100px){

	.home-banner-con-box-in{
		width: 80%;
	}
	.home-about-title{
		flex-basis: 35%;
  	padding-right: 5%;
	}
	.home-about-text{
		flex-basis: 65%;
	}
	.vbb-title h2{
		width: 100%;
	}
	.header-con-btn-flex{
		gap: 60px;
	}
	.home-para-container-in{
		width: 100%;
	}
	.story-slid-top{
		width: 60%;
	}

}

@media (max-width:900px){
	.home-banner-con-box-in {
    width: 90%;
  }
  .home-about-container{
  	padding: 0px 30px;
  }
  .home-banner-con-box h1{
  	font-size: 3rem;
  }
  .home-about-content{
  	flex-direction: column;
  }
  .home-about-title{
  	margin-bottom: 15px;
  }
  .home-about-text .home-about-paras p{
  	font-size: 1.4rem;
  }
  .general-blue-bn{
  	padding: 15px 25px 15px 25px;
  }
  .home-briefus-bn{
  	padding: 15px 25px 15px 25px;
  }
  .general-white-bn{
  	padding: 15px 25px 15px 25px;
  }
  .general-black-bn{
  	padding: 15px 25px 15px 25px;
  }
  .home-boxes{
  	padding: 0px 30px 50px 30px;
  }
  .home-box-in{
  	height: 325px;
  }
  .home-box-text{
  	height: 325px;
  }
  .home-box-image{
  	height: 325px;
  }
  .home-box-text h2{
  	font-size: 1.4rem;
  }
  .home-box-text span.h-box-counter{
  	font-size: 2.8rem;
  }
  .video-banner-box-content{
  	flex-direction: column;
  	align-items: unset;
  	justify-content: end;
  }
  .vbb-title{
  	flex-basis: unset;
  }
  .vbb-btn{
  	flex-basis: unset;
  	text-align: unset;
  }
  .video-banner-box-content .vbb-title{
  	margin-bottom: 15px;
  }
  .vbb-title h2{
  	font-size: 2.5rem;
  }
  .home-section6 .briefus-bn{
  	display: none;
  }
  .about-row-left{
  	margin-right: 20px;
  }
  .about-row-right ul{
  	padding-left: 20px;
  }
  .home-para-container-in h3{
  	font-size: 2rem;
  }
  .home-blog-container-in{
  	flex-direction: column;
  }
  .video-banner-box-container{
  	height: 50vh;
  }
  .home-story-single-slide{
  	height: 50vh;
  }
  .story-slid-top{
  	width: 80%;
  }
  .home-story-single-slide{
  	height: 50vh;
  }
  .home-story-slider-container{
  	height: 50vh;
  }
  .home-banner-container{
  	height: 60vh;
  	min-height: unset;
  }
  .home-banner-con-box{
  	height: 60vh;
  	min-height: unset;
  }
  .home-about-content{
  	margin-bottom: 50px;
  }
  .video-banner-box-content{
  	padding: 50px 30px;
  }
  .home-para-container{
  	padding: 0px 30px;
  }
  .story-slid-top h2{
  	font-size: 2rem;
  }
  .home-special-ad-box-section-in span.briefus-bn{
  	top: 30px;
  	left: 30px;
  }
  .home-special-ad-box-popup{
  	width: 90%;
  }
  .home-special-ad-box-section-in{
  	flex-direction: column;
  }
  .home-special-ad-box-section-left{
  	margin-right: 0px;
  	margin-bottom: 30px;
  	padding-right: 0px;
  }
}

@media (max-width:680px){
	.home-box{
		width: 100%;
	}
	.home-box-2{
		border-left: dotted #000 2px;
  	border-right: dotted #000 2px;
	}
	.home-box-3{
		border-bottom: dotted #000 2px;
	}
	.home-box-in{
		height: 250px;
	}
	.home-box-text{
		height: 250px;
	}
}

@media (max-width:768px){

}

@media (max-width:568px){
	.header-area-cont{
		padding: 30px 15px;
	}
	.home-banner-con-box-in{
		margin-bottom: 45px;
  	margin-left: 0px;
	}
	.home-banner-con-box h1{
		font-size: 2.5rem;
	}
	.home-banner-con-box-in{
		width: 100%;
	}
	.home-slider-container{
		margin-left: 0px;
	}
	.blaze-home-services-slide-in-in{
		padding: 30px 15px;
	}
	.home-about-container {
    padding: 0px 15px;
  }
  .home-section3 .home-about-content{
  	margin-top: 0px;
  }
  .home-boxes{
  	padding: 0px 15px 50px 15px;
  }
  .video-banner-box-content{
  	padding: 50px 15px;
  }
  .vbb-title h2{
  	font-size: 2rem;
  }
  .home-para-container {
    padding: 0px 15px;
  }
  .home-para-container-in h3{
  	font-size: 1.6rem;
  }
  .story-slid-top{
  	width: 100%;
  }
  .story-slid-top h2{
  	margin-bottom: 20px;
  	font-size: 1.8rem;
  }
  .story-span-profile h3{
  	font-size: 1.3rem;
  }
  .home-story-single-slide-in{
  	padding: 15px 15px;
  }
  .home-story-slider-nav button{
  	width: 70px;
  	height: 70px;
  	font-size: 0.8rem;
  }
  .home-story-slider-nav{
  	top: 30px;
  	right: 30px;
  }
  .home-blog-box-in-in{
  	flex-direction: column;
  	align-items: unset;
  	padding: 30px 15px;
  }
  .hbbii-2{
  	justify-content: start;
  	margin-top: 15px;
  }
  .about-row{
  	flex-direction: column;
  }
  .about-row-left{
  	margin-bottom: 15px;
  }
  .home-about-rows{
  	margin-top: 50px;
  }
  .home-briefus-bn .header-con-btn-flex{
  	gap: 80px;
  }
  .home-briefus-bn .header-con-btn-flex1{
  	font-size: 0.85rem;
  }
  .home-briefus-bn{
  	padding: 15px 25px 10px 25px;
  }
}

/*Home Page - Mobile Responsiveness Ends here*/


/*About Page - Mobile Responsiveness Starts here*/

@media (max-width:1100px){

}

@media (max-width:900px){

}

@media (max-width:768px){

}

@media (max-width:568px){

	.about-double-para{
		margin-top: 40px;
		gap: 0px;
		flex-direction: column;
	}
	.about-history-rows .about-row{
		flex-direction: column;
	}
	.about-level10 .special-about-section{
		margin-top: 0px;
	}
}
/*About Page - Mobile Responsiveness Ends here*/


/*Overview Page - Mobile Responsiveness Starts here*/
@media (max-width:900px){
	.overview-lvl2 .about-double-para{
		margin-top: 20px;
	}
	.page-template-page-overview-c-care .home-about-text .home-about-paras p{
		font-size: 1.4rem;
	}
}
/*Overview Page - Mobile Responsiveness Ends here*/

/*Cancer Care Sub Pages - Mobile Responsiveness Starts here*/

@media (max-width:1100px){
	.blog-bottom-left{
		width: 80%;
	}
	.blog-bottom{
		flex-direction: column;
	}
	.treatment-top-buttons{
		display: none;
	}
}

@media (max-width:900px){
	.blog-container-in{
		height: 80vh;
	}
	.blog-container{
		height: 80vh;
	}
	.blog1-box{
		padding-top: 0px;
		justify-content:end;
	}
	.blog-top{
		margin-bottom: 20px;
	}
}

@media (max-width:768px){

}

@media (max-width:528px){

}
/*Cancer Care Sub Pages - Mobile Responsiveness Ends here*/


/*Knowledge Base Pages - Mobile Responsiveness Starts here*/

@media (max-width:1100px){
	.sections-btn-container{
		padding: 60px 50px 30px 50px;
	}
	.vaccancy-container-in{
		padding: 0px 50px;
	}
}
@media (max-width:900px){
	.sections-btn-container{
		padding: 60px 30px 30px 45px;
	}
	.vaccancy-container-in{
		padding: 0px 30px;
	}
}
@media (max-width:768px){

}
@media (max-width:528px){
	.sections-btn-container{
		padding: 60px 15px 30px 15px;
	}
	.tablinks{
		padding: 10px 20px !important;
	}
	.sections-btn{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.sec-btn-txt{
		font-size: 0.9rem;
	}
	.vaccancy-container-in{
		padding: 0px 0px;
	}
}
/*Knowledge Base Sub Pages - Mobile Responsiveness Ends here*/


/*Single Knowledge Base Pages - Mobile Responsiveness Starts here*/

@media (max-width:1550px){
	.col-md-6 .knowledge-bottom .vac-description {
	  width: 100%;
	}
}
@media (max-width:1100px){
	
}
@media (max-width:900px){
	.single-know-container-in{
		flex-direction: column;
		gap: 40px;
	}
	.vaccancy-container-in{
		padding: 0px 20px;
	}
}
@media (max-width:768px){

}
@media (max-width:528px){
	.single-know-container-in{
		padding: 50px 15px;
	}
	.knowledge-sidebar{
		padding: 30px;
	}
	.vaccancy-container-in {
    padding: 0px 0px;
  }
  .vbb-title h2 {
    font-size: 1.8rem;
  }
}
/*Single Knowledge Base Sub Pages - Mobile Responsiveness Ends here*/

/*Facilities Pages - Mobile Responsiveness Starts here*/
@media (max-width:900px){
	.blog-bottom-left h3{
		font-size: 1.4rem;
	}
	.special-about-section .home-about-title p{
		margin-bottom: 0px;
	}
	.facility-image-slider-container{
		margin-bottom: 0px;
	}
	.facility-section-7{
		margin-bottom: 50px;
	}
	.facility-image-slider-container{
		padding-right: 30px;
	}
}
@media (max-width:768px){

}
@media (max-width:528px){
	
	.blog-top h2{
		font-size: 2.5rem;
	}
	.sec-btn-num{
		margin-right: 10px;
	}
	.facility-section-1 .sections-btn{
		padding: 12px 20px;
	}
	.blog-bottom-left h3{
		font-size: 1.2rem;
	}
	.blog-bottom-left{
		width: 100%;
	}
	.facility-image-slider-container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*Facilities Pages - Mobile Responsiveness Ends here*/

/*FAQ Pages - Mobile Responsiveness Starts here*/

@media (max-width:1100px){
	.faq-level1 .home-about-content{
		flex-direction: column;
	}
	.accordion-body{
		padding: 0 0px;
	}
	.faq-level1 .home-about-title{
		margin-top: 0px;
  	margin-bottom: 20px;
	}
	.faq-level1 .home-about-content{
		margin-bottom: 0px;
	}
}
@media (max-width:900px){
	.page-banner-half {
	  height: 50vh;
	  min-height: unset;
	}
	
}
@media (max-width:768px){
	.Faq-inq-box{
		flex-direction: column;
	}
	.Faq-inq-box-right{
		text-align: start;
	}
	
}
@media (max-width:528px){

	.Faq-inq-box{
		padding: 30px 20px;
	}
	.Faq-inq-container-in{
		padding: 0px 15px 50px 15px;
	}
	
}

/*FAQ Pages - Mobile Responsiveness Ends here*/

/*Review Page - Mobile Responsiveness Starts here*/
@media (max-width:1100px){

}
@media (max-width:900px){

	.review-mid-banner-con .video-banner-box-content{
		justify-content: center;
	}

	.review-mid-banner-bot-col-left{
		flex-basis: 100%;
		width: 100%;
	}
	.review-mid-banner-bot-col-left p{
		margin-right: 0%;
	}
	.dialog-content-in{
		flex-direction: column;
	}
	.dialog-content{
		width: 90%;
	}
}
@media (max-width:768px){
	.sections-btn{
		margin-bottom: 10px;
	}
}
@media (max-width:528px){
	.stories-top-container{
		padding: 0px 15px;
	}
	.dialog-content{
		width: 95%;
		padding: 15px;
	}
}
/*Review Page - Mobile Responsiveness Ends here*/


/*News Page - Mobile Responsiveness Starts here*/
@media (max-width:1100px){
	.blog-grid-inside{
		flex-direction: column;
		align-items: start;
		justify-content: end;
	}
	.blog-grid-content{
		flex-basis: unset;
		padding-bottom: 0px;
	}
	.blog-grid-more-btn{
		flex-basis: unset;
	}
	.blog-bottom{
		align-items: start;
	}
	.single-blog-title{
		width: 75%;
	}
	.single-blog-content-in{
		width: 75%;
	}
	.related-title-col{
		width: 100%;
	}
	.single-post .blaze-home-services-slide-in-in{
		flex-direction: column;
		align-items: unset;
	}
	.single-post .blaze-single1 .bhssii-1{
		padding-right: 0%;
	}
}

@media (max-width:900px){
	.blog-grid-content h3 {
	  font-size: 1.4rem;
	}
	.single-blog-title{
		width: 100%;
		padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
	}
	.single-blog-content-in{
		width: 100%;
		padding-left: 30px;
    padding-right: 30px;
	}
	.related-title-col{
		padding-left: 30px;
	}
}

@media (max-width:528px){
	.blog-grid-content{
		padding: 0px 15px 30px 15px;
	}
	.blog-grid-more-btn{
		padding: 0px 30px 30px 15px;
	}
	.blog-grid-container{
		padding: 0px 15px;
	}
	.blog1-box{
		padding-left: 15px;
  	padding-right: 15px;
	}
	.single-blog-title{
		padding-left: 15px;
    padding-right: 15px;
	}
	.single-blog-content-in{
		padding-left: 15px;
    padding-right: 15px;
	}
	.related-title-col{
		padding-left: 15px;
	}
}

/*News Page - Mobile Responsiveness Ends here*/


/*Contact Page - Mobile Responsiveness Starts here*/

@media (max-width:1100px){

}

@media (max-width:900px){
	.contact-banner-container-in{
		flex-direction: column;
	}
	.contact-banner-right{
		margin-top: 50px;
		padding-left: 0px;
  	padding-right: 0px;
	}
	.contact-banner-title h2{
		margin-bottom: 40px;
	}
	.contact-banner-container-outer{
		background-image: linear-gradient(to left,rgba(0, 0, 0, 0), rgb(0, 0, 0));
	}
}

@media (max-width:768px){

}

@media (max-width:528px){
	.contact-banner-title h2{
		font-size: 2.5rem;
	}
	.contact-banner-container-in{
		padding-left: 15px;
  	padding-right: 15px;
	}
	.contact-map-container-in{
		padding: 60px 15px;
	}
}

/*Contact Page - Mobile Responsiveness Ends here*/