@font-face {font-family: "Helvetica Neue Medium";
	src: url("../fonts/HelveticaNeueMedium.eot"); /* IE9*/
	src: url("../fonts/HelveticaNeueMedium?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/HelveticaNeueMedium.woff") format("woff"), /* chrome、firefox */
	url("../fonts/HelveticaNeueMedium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg"); /* iOS 4.1- */
  }

  @font-face {font-family: "HelveticaNeue-Bold";
	src: url("../fonts/HelveticaNeue-Bold.eot"); /* IE9*/
	src: url("../fonts/HelveticaNeue-Bold?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/HelveticaNeue-Bold.woff") format("woff"), /* chrome、firefox */
	url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg"); /* iOS 4.1- */
  }
  

html,
body {
    margin: 0;
    font-size: 100%;
	font-family: "Helvetica Neue Medium";
    background: #fff;
}
html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: "Helvetica Neue Medium";
}


body img {
    max-width: 100%;
}


a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.form-control
{
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
	font-family: "HelveticaNeue-Bold" !important;
}
h1,
h2
{
    font-weight: 700 !important;
}
h3, .h3 {
    font-size: 1.25rem;
	color: black;
}
h6
{
	margin:9px !important;
}

p {
	margin: 0;
	line-height: 1.4em;
	color: #666;
	font-size: 13px;
	font-family: "Helvetica Neue Medium";
	text-align: justify;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-inline li{
    display: inline-block;
}
hr{
    margin-top:0px;
}
.dropdown.open .dropdown-menu
{
	display: block;
}

::-webkit-input-placeholder { /* Edge */
	color: #666;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
  }
  
  ::placeholder {
	color: #666;
  }



/*-- header top--*/

ul.header-w3_pvt li span.fa {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

ul.header-w3_pvt li,ul.header-w3_pvt li p,ul.header-w3_pvt li a {
    letter-spacing: 1px;
    color: #eee;
    text-transform: capitalize;
    font-family: "Helvetica Neue Medium";
    font-size: 12px;
}

.header-top {
    padding: 0.5em 0;
}

.header-top {
	background: #115278;
}
/*-- //header top --*/


/* header */

/* CSS Document */
header {
    position: relative;
    z-index: 9;
	width: 100%;
	box-shadow: 0px 1px 20px #999;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	float: right;
}
.clear {
    clear: both;
}
div#logo {
    float: left;
    max-width: 20%;
}

#logo a {
	float: left;
    font-size: .8em;
    text-transform: capitalize;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 0;
    font-weight: 600;
}
#logo a span {
    color: #fff;
	
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	padding-bottom: 10px;
	cursor: pointer;
	}

/* Styling the links */
nav a {
    color: #115378;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 15px;
    font-weight: 600;
    font-family: "Helvetica Neue Medium";
}
nav li {
    color: #115378;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
	font-family: "Helvetica Neue Medium";
	cursor: pointer;
}


nav ul li ul li:hover { background: #f8f9fa; }
nav ul li ul li
{
	padding-bottom: 0px;
}

/* Background color change on Hover */
nav a:hover { 
	color: #115278;	
}
nav ul.inner-ul li a:hover { 
	color: #666;	
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
    background: #fff;
    padding: 10px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #666;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {
	nav { 
		float: none;
	}

	div#logo {
		float: none;
	}
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	.login-icon {
		display: inline-block;
	}
	nav {
		margin: 0;
	}
	nav a ,nav a:hover{
		color: #666;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 7px 15px;
		font-size: 17px;
		text-decoration: none;
		border: none;
		float: right;
		background-color: #fff;
		color: #009688;
		color: #00bcd5;
		letter-spacing: 1px;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 30%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#666;
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		text-align: center;
		width: 100%;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 5px 0;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}
	nav ul ul li a {
		font-size: 15px;
	}
	ul.inner-ul{
		padding: 0!important;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.user span.fa {
}
.login-icon a {
    border-radius: 5px;
    padding: 0.4em 1.7em;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
    font-size: 1em;
    background: #115278;
    box-shadow: 0 5px 16px rgb(0 154 158 / 52%);
}
.login-icon a:hover
{
    background: #115378;
    color:#fff;
}
header .dropdown .dropdown-menu {
	top:25px !important;
	border: 0px solid #e3e6f0;
	min-width:14rem;
}
/*-- //header --*/

/*-- banner --*/
.banner {
	background: url('../images/banner-img.png');
}
.banner img
{
	margin-bottom: 15px;
}

.layer1 {
    background: rgba(0, 0, 0, 0.4);
}

.form-container {
	background: linear-gradient(to left top, rgba(0, 0, 0, .5), rgba(255, 255, 255, .5));
	padding: 25px 30px;
	border-radius: 24px;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
}
.search-title{
color: white;
padding: 13px;
margin-left: 16px;
}

/*.avatar {
	position: absolute;
	margin-left: 95px;
	margin-top: -55px;
}

.search-title {
	margin: 25px 0;
	text-align: center;
	margin-top: 6px;
}

.label {
	display: block;
	margin: 15px 0 5px 0;
	font-size: 13px;
}
*/
.form-control {
	width: 250px;
	height: 30px;
	padding-left: 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .2);
	color: #ccc;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #000;
}

.form-control:focus {
	background-color: rgba(0, 0, 0, .5);
}

input[type=checkbox], button {
	cursor: pointer;
}

.butsrch {
	background: none;
	width: 100%;
	height: 35px;
	margin-top: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #fff;
	color: #fff;
	transition: .3s;
}

.butsrch:active {
	border-top: 2px solid #000;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #000;
}


.banner-text-agile {
	padding: 11vw 0 5vw;
	box-sizing: border-box;
	opacity: 1;
}

h1.b-w3ltxt span {
    text-shadow: none;
    letter-spacing: 1px;
    color:#115278;
}
h1.b-w3ltxt {
    font-size: 2.5em;
    color: #115278;
    font-weight: 800;
    line-height: 50px;
    padding-top: 1em;
}

.carousel-item p {
    color: #777;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
}

.btn-banner {
	/* background: #115278;*/
	/*border-radius: 50px;*/
	color: #115278;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 25px;
	display: inline-block;
}



.btn-banner1 {
    background: #ed948e;
}
.btn-dark-blue {
    background: #122738;
}
.btn-white {
    background: #fff;
    color:#115278;
}

.btn-banner:hover,.btn-banner1:hover{
    color: #fff;
}
.carousel-indicators {
    position: absolute;
    bottom: -53px;
    margin-left: 0;
    justify-content: flex-start;
    z-index: 1;
}

.carousel-indicators li.active {
    cursor: pointer;
	background: #00bcd4;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #666;
    cursor: pointer;
}
#home .item
{
	max-height: 500px;
}
/*-- //banner --*/

/*-- Search Box --*/
.search-box {
	margin-top: -95px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.search-widget-container {
	webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	box-shadow: 0 9px 20px 0 rgba(165,165,165,0.5);
	border-radius: 10px;
	background: #fff;
	
}
	.search-widget-container .form-group
	{
		padding: 8px;
		margin-bottom: 0px;
	}
.header-search .form-group
{
	margin-bottom: 0px;
}
.search-widget-container .form-group input
{
    border: 2px solid #dad7d7;
}
.search-widget-container .btn {
	background: #115278;
	color: #fff;
	padding: 0.375rem 0.75rem;
	margin-left: 93px;
}


.indexbtnsrch {
	margin-left: 88px;
	margin-top: 1px;
	background-color: #c8d8e4;
	color: #115278;
	width: 32%;
}

.search-widget-container .jointeam {
	padding: 0 10px 0 20px;
	border-radius: 0 4px 4px 0;
	background: #115278;
}
.search-widget-container .jointeam .dc-jointeamimg
{
    margin: -18px 0 0!important;
    float: left;
    width: auto;
}
.search-widget-container .jointeam .dc-jointeamcontent
{
    overflow: hidden;
	padding: 16px 0 10px 10px;
}
.dc-jointeamimg img
{
	max-width:75%;
}

.search-widget-container .jointeam .dc-jointeamcontent h3 
{
    color: #fff;
    font-size: 26px;
    margin: 0 0 14px;
    line-height: 30px;
}
.search-widget-container .jointeam .dc-jointeamcontent h3 span {
    font-size: 16px;
    display: block;
    line-height: 1rem;
	font-weight: 400;
	margin-top: 10px;
}
/*-- Search Box --*/

/*-- about --*/
.about p {
    font-weight: normal;
    color: #666;
}
.about-grids h4 {
    display: block;
    font-size: 20px;
	font-weight: 600;
    margin-top: 5px;
    padding-top: 5px;
	color: #eee;
    border-top: 1px solid rgba(78, 75, 75, 0.2);
}
.about-img img {
    max-width: 100%;
	padding: 0 1em;
	width: 72%;
}
.grid p {
    color: #ddd;
    margin-top: 10px;
    line-height: 1.4em;
    font-size: 15px;
}

.grid span.fa{
	color: #eee;
}
.about-grids .grid {
    display: inline-block;
    padding: 20px 25px;
}

.about-box h4 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0;
    color: #353c4e;
    font-weight: 600;
}
h2.heading-right {
    font-size: 25px;
    color: #115278;
    text-transform: uppercase;
    position: relative;
}
	h2.heading-right span {
		color: #009a9e;
	}
h2.heading-right:after {
    position: absolute;
    content: '';
    background:black;
    height: 2px;
    bottom: 0%;
    width: 30%;
    left:0%;
}


/*-- //about --*/
/*-- Top Rated Hospitals --*/
.top-hospitals {
	background: url('../images/procedure-bg.png') no-repeat bottom rgb(232 232 232);
}

#divTopRatedProviders .card .row {
	min-height: 170px;
	
}
.row {
	margin-left: 10px;
	margin-right: 10px;
}

.reviews.card-text::before {
	content: "\f10d";
	font-family: 'FontAwesome';
	float: left;
	margin-right: 10px;
}
.reviews.card-text::after
{
    content: "\f10e";
    font-family: 'FontAwesome';
    float: right;
    margin-right: 10px;
}
.reviews.card-text
{
	padding: 0px 20px;
}
.card-title
{
    color:#115278;
}
.offer-grids hr
{
	margin-bottom: 0.5rem !important;
}
.user-img
{
	float: right;
	width: 48px;
	height: 48px !important;
	margin-left: 7px;
	object-fit: cover;
}
.top-hospitals .card a.hospital-name
{
	align-self: flex-end;
    background: rgba(0,0,0,0.7);
    color: #fff;
	padding: 0px;
	text-align: center;
	width:100%;
}
.top-hospitals .card a.hospital-name h6
{
	font-size:0.6rem;
}


/*-- //Top Rated Hospitals --*/

/*-- recent patient review --*/
.patient-review
{
    background: url('../images/new-banner.jpg');
	background-size: cover;
	background-position: center;
}
	.patient-review h2.heading {
		color: white;
	}
.patient-review .sub-heading
{
    color:#fff;
}
#mySlider .caption
{
	background: #fff;
	padding: 0px 15px 30px !important;
	
}
.caption .post-author {
	width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin: -52px auto 10px;
}
.caption h5 a{
	color:#115278;
	margin-bottom: 10px;
	font-size:1.2rem;
	letter-spacing: 0px;
}
.patient-review .thumbnail img
{
	width: 100%;
    height: 160px;
    object-fit: cover;
}
.patient-review .caption p
{
	margin:0px 25px 15px 25px;
}
.patient-review .caption a
{
	text-align: left !important;
	margin:0px 25px 15px 25px;
}
/*-- //recent patient review --*/
/*-- review by tratment --*/
.review-treatment {
	
	background: url('../images/triangle-bg.png') no-repeat bottom rgb(232 232 232);
}
.column-treatment {
	position: absolute;
	
	margin: 4px auto;
	width: 200px;
	height: 136px;
	border-radius: 17px;
	box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 25%), 4px 4px 0px 1px rgb(0 0 0 / 22%);
	cursor: pointer;
	transition: 0.4s;

}

	.column-treatment:hover {
		-webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
		/*box-shadow: 0 20px 40px rgba(72,78,85,.6);*/
		/*	box-shadow: 10px 5px 5px #e57373;*/
		box-shadow: 10px 5px 5px #115278;
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.column-treatment img {
		height: 80px;
	}

/*-- review by tratment --*/

/*-- blog --*/

/*.review-treatment py-3{
	background: #fff;
}*/


.blog1 {
	 /*background: url('../images/new-banner.jpg');*/
	 background: white;
}


h2.heading {
	font-size: 20px;
	color: #115278;
	text-transform: uppercase;
	position: relative;
}
	h2.heading span {
		color: #115278;
	}
h2.heading:after {
    position: absolute;
    content: '';
    background: black;
    width: 20%;
    height: 2px;
    bottom: 0%;
    left: 40%;
}
p.subheading
{
	font-size:16px !important;
}
.home-blog {
	background: #c8d8e4;
}
.home-news {
	background: #2b6777;
}
.home-blog h2
{
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.5rem;
}
.home-news h2
{
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.5rem;
}
.blog-grids h5 {
	font-size: 17px;
	font-weight: 800;
	color: #3E3D53;
	letter-spacing: 0.5px;
}
.blog-grids p {
    font-size: 13px;
    letter-spacing: .5px;
    color: black;
    font-weight: normal;
	margin:0px;
}
.blog-grids.head .home-news h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 2em;
}
.blog-grids .home-news h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
.blog-grids .home-news p {
    font-size: 13px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: normal;
}
.blog-grids.head h5 {
    font-size: 13px;
    font-weight: 600;
    color: #115278;
    letter-spacing: 0.5px;
}
.blog-img1 img,.blog-img2 img {
    position: relative;
	border-radius: 5px;
    object-fit: cover;
    width: 100%;
}
.blog-img1 img
{
	height: 100px !important;
}
.blog-img2 img
{
	height: 150px !important;
}
.btn-blog {
	font-size: 10px;
	padding: 2px 10px;
	background: #2b6777;
}
.home-news a.btn-banner.btn-blog {
    background: #ffffff;
    color: #115278;
}
.blog-card:not(:last-child)
{
    border-bottom: 1px dashed black;
}
.blog .list-inline li
{
    font-size: 10px;
}
.vertical-divider {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 99999;
	color: #2b6777;
	background: white;
	font-size: 48px;
	font-weight: 700;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 0px 10px;
	line-height: 1;
	transform: translateX(-89%);
	/* left: 50%; */
	top: 46%;
}

#btnSearch {
	margin-left: 1px;
	margin-top: 1px;
	background-color: #c8d8e4;
	color: #115278;
	margin: -1px;
/* margin-right: 31px;*/
}




#divrow {
	width: 353px;
	margin-left: 29px;
}

#divcontainer {
	/*height: 371px;*/
	margin-top: -17px;
	margin-left: 10px;
	padding: 14px;
}
/*-- //blog --*/
/*-- footer --*/

.footer_logo {
	max-width: 25%;
}


footer, .copyright {
	background: #115278;
}
.copyright {
    border-top: 1px solid #fff;
}
.footer-grids h4 {
    color: #eee;
    font-size: 18px;
}
.footer-grids h5 {
    color: #666;
}
.footer-grids h5 span{
    color: #00bcd5;
}
.footer-grids p,.footer-grids p a,.copyright p ,.copyright p  a{
    font-size: 13px;
    color: #fff;
	font-weight: normal;
    letter-spacing: .5px;
    font-family: "Helvetica Neue Medium";
}

.footer-grids ul li a {
    font-size: 13px;
    color: #fff;
	font-weight: normal;
    letter-spacing: .5px;
    font-family: "Helvetica Neue Medium";
}
.footer-grids ul li {
    list-style-type: none;
}

.footer-grids input[type="email"] {
    background: #fff;
    box-shadow: none !important;
    padding: 12px 15px;
    color: #777;
    font-size: 13px;
    width: 67% !important;
    border: none;
	letter-spacing: 1px;
    outline: none;
}
.footer-grids button.btn {
    background: #00bcd5;
    color: #fff;
    font-size: 15px;
    width: 33% !important;
    letter-spacing: 1px;
    padding: 12px;
    display: inline-block;
	border:none;
    outline: none;
	cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background: #115278;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/*-- //footer --*/

/*-- Login Page --*/
.login-box {
	webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	box-shadow: 1px 2px 8px 0px rgb(165 165 165 / 50%);
	border-radius: 10px;
	background: linear-gradient(to left top, rgba(0, 0, 0, .5), rgba(255, 255, 255, -2.5));
}



	.login-box h2 {
		/*color:rgb(0,188,213);*/
		color: white;
		font-size: 29px;
	}
		.login-box h2.heading:after {
			position: absolute;
			content: '';
			/*background: rgb(0,188,213);*/
			background: #115378;
			width: 20%;
			height: 2px;
			bottom: 0%;
			left: 40%;
		}
.form-round input, .form-round button, .form-round select
{
	padding:5px 20px;
	border-radius: 40px;
}
.btn-gradient
{
	background: rgb(17,82,120);
	background: linear-gradient(90deg, rgba(17,82,120,1) 0%, rgba(0,188,213,1) 100%);
	-webkit-transition: all 330ms;
	  transition: all 330ms;
}
.btn-gradient:hover
{
	background: rgb(0,188,213);
	background: linear-gradient(90deg, rgba(0,188,213,1) 0%, rgba(17,82,120,1) 100%);
}
.text-divider
{
	margin: 2em 0; 
	line-height: 0; 
	text-align: center;

}
	.text-divider span {
		background-color: #0097a7;
		padding: 8px;
		border-radius: 40px;
	}

.text-divider:before{ content: " "; display: block; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #f7f7f7;}
.btn-round
{
	border-radius: 40px;
	padding:10px 20px;
	color: #fff;
}
.btn-facebook
{
	background: #3b5998;
}
.btn-google
{
	background: #dd4b39;
}

/*-- Login Page --*/

/*-- Registration Page --*/
.form-round.login input[type=file]{
	color:transparent;
	border:0px;
	width:140px;
	display: inline-block;
}

/*-- //Registration Page --*/

/*hospial login*/


.reg_login {
	margin-top: 111px;
	margin-right: 88px;
	width: 70%;
	margin-bottom: -209px;
}


.container-hosp-login{
	background: white;
}

.hosp-login-box {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 60px auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.hosp-btn {
	 margin: 0 10% 0 10%;
}
/*-- Hospital List page --*/
.header-search {
	background: #115278;
}
.left-side ul
{
	padding-left: 0px;
}
.hospital-card
{
	border:1px solid #d6d6d6;
	border-radius: 6px;
}
.hospital-card:hover
{
	box-shadow: 3px 3px 10px #666;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 60%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: .25em;
	font-family: "Helvetica Neue Medium";
}
.label-default {
	background-color: rgb(214, 212, 212);
	color:#000;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}
.img-left
{
	float:left;
}
.hospital-img
{
	border-radius: 20px;
	width: 200px;
    height: 150px;
    object-fit: cover;
}
.btn-outline
{
	border:1px solid #115278;
	color:#115278;
}
.hospital-action
{
	border-left:1px solid #d6d6d6;
}
.starrr
{
	color:#ffc107;
}
.side-bar ul li
{
	font-size:13px;
}
/*-- //Hospital List page --*/

/*-- Hospital Page --*/
.grey-bg
{
	background: #f1f1f1
}
.features .badge
{
	font-size:100% !important;
}
.white-bg
{
	background: #fff;
}
.certified li img
{
	width:50px;
}
.title {
    font-weight: 600;
    color: #115278;
}
#ContentPlaceHolder1_imgHospital
{
	width: 100%;
    height: 130px;
    object-fit: cover;
}
#ContentPlaceHolder1_lblBlogHeader {
    font-weight: 600 !important;
    color: #009a9e !important;
    font-size: 1.25rem !important;
}
#ContentPlaceHolder1_lblNewsHeader {
    font-weight: 600 !important;
    color: #009a9e !important;
    font-size: 1.25rem !important;
}
img#ContentPlaceHolder1_imgBlog, img#ContentPlaceHolder1_imgBanner {
    width: 100%;
    height: 310px;
    object-fit: cover;
    margin-bottom: 20px;
}
#more {display: none;}
#myBtn
{
	font-size: 12px;
	background: transparent;
	color: #115278;
}
.btn#myBtn:focus, .btn#myBtn.focus
{
	box-shadow: none;
}
.first {
	padding-left: 0px !important;
  }
  
.last {
	padding-right: 0px !important;
  }
ul.disc
{
	list-style-type: disc;
	color: #666;
}

.tab .nav-tabs{
    border: none;
    border-bottom: 2px solid #115278;
	margin: 0;
	padding: 7px;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin: 0 10px -1px 0;
    font-size: 17px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: 2px solid #e6e5e1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    background: #fff;
    color: #115278;
    border: 2px solid #115278;
    border-bottom-color: transparent;
}
.tab .nav-tabs li a:before{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{ transform: scaleX(1); }
.tab .tab-content{
    padding: 10px;
    font-size: 17px;
    color: #6f6f6f;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
.hospital-right .tab-content
{
	max-height:1154px;
	overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #115278; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #115278; 
  }

@media only screen and (max-width: 479px){
    .tab .nav-tabs{ border: none; }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a{
        margin: 0;
        border-bottom: 2px solid transparent;
    }
    .tab .nav-tabs li a:before{
        content: "";
        width: 100%;
        height: 2px;
        background: #079fc9;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}

#ContentPlaceHolder1_reviews .card img
{	
	border: 2px solid #115278;
	border-radius: 5px;
	height: 80px;
    width: 80px;
    object-fit: cover;
}
#ContentPlaceHolder1_dlReviews .card img
{	
	border: 2px solid #115278;
	border-radius: 5px;
	height: 80px;
    width: 100%;
    object-fit: cover;
}

.card.card-inner {
    background: #d3d3d3;
}
/*-- //Hospital Page --*/

/*-- blog --*/
.blog h2.heading:after {
    left: 0 !important;
}
.border-bottom
{
	border-bottom: 1px solid #999;
}
.bg-black
{
	background:rgba(0, 0, 0, 0.65);
}
.white-text
{
	color:#fff !important;
}
.news-banner
{
	background: url('../images/blog-banner1.jpg');
	background-size:100%;	
}
.blog-banner
{
	background: url('../images/primry-news-banner.jpg');
	background-size:100%;
}
.well
{
	border-radius: 6px;
	border: 1px solid #999;
}
.well:hover
{
	box-shadow: 3px 3px 10px #666;
}

.widget-sidebar {
    background-color: #fff;
    padding: 10px 20px;
}

.title-widget-sidebar {
    font-size: 12pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #115278;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post{width: 100%;height: 48px;list-style-type: none;margin-bottom:6px;}
.post-img img {
    width: 65px;
    height: auto;
    float: left;
    margin-right: 6px;
    border: 2px solid #115278;
    transition: 0.5s;
}
.sidebar-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #115278;
}

.recent-post a {text-decoration: none;color:#34495E;transition: 0.5s;}
.post-img, .recent-post a:hover{color:#115278;}
.post-img img:hover{border: 5px solid #115278;}

/** Social Button CSS **/

.share-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	padding: 0.1em 0.6em;
	outline: none;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0.2em;
  }
  
  .share-btn:focus,
  .share-btn:hover {
	text-decoration: none;
	opacity: 0.8;
  }
  
  .share-btn:active {
	color: #e2e2e2;
  }
  
  .share-btn.twitter     { background: #55acee; }
  .share-btn.google-plus { background: #dd4b39; }
  .share-btn.facebook    { background: #3B5998; }
  .share-btn.stumbleupon { background: #EB4823; }
  .share-btn.reddit      { background: #ff5700; }
  .share-btn.hackernews  { background: #ff6600; }
  .share-btn.linkedin    { background: #4875B4; }
  .share-btn.email       { background: #444444; }

/*-- //blog --*/

/*-- discussion forum --*/
.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #ececec;
    border-radius: 30px;
	padding: 10px;
	width:100%;
	border: 1px solid #115278;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar > .search_input{
    padding: 0 10px;
    width: 80%;
    caret-color:#115278;
	transition: width 0.4s linear;
	color: #666;
    }

    .searchbar .search_icon{
    background: white;
    color: #115278;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
	}
	.ask-ques
	{
		border-radius:6px;
		border:1px solid #ececec;
	}
	.ask-ques button
	{
		background: #115278;
		box-shadow: 0 5px 16px rgb(0 154 158 / 52%);
		color:#fff;
	}
	.hos_radio input[type="radio"]
	{
		margin-right: 6px;
	}
	
	.borderleft
	{
		padding:5px 15px; 
		border-bottom:1px solid #ddd;
		border-left: 1px solid #ddd;
		background: #f9f9f9;
	}
	.borderleft:hover {
		border-left: 1px solid #087ccd;
		background: #f0ffff;
	}
	.disc-img
	{
		width:24px;
		height:30px;
		margin-left:10px;
	}
	.ques
	{
		border-radius: 6px;
		border:1px solid #ececec;
		background:#f9f9f9;
	}
	.btn-discussion{
		font-size: 12px;
		color: #337ab7;
		background: transparent;
		padding: 5px;
	}


	/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/



	/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
	width: 100%;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	width: 680px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 610px;
}
.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 15px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 15px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}


/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
	.vertical-divider
	{
		left: 43%;
		top: -2%;
		transform: none;
	}
	.search-box {
		margin-top: -32px;
	}
	.about-img img {
		width: 100%;
	}
}

/*-- discussion forum --*/

/*--User Dashboard--*/
.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 100%;
    height: 300px;
    object-fit: fill;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.profile-head h5{
    color: #666;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-item.active .nav-link{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 15px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
table#ContentPlaceHolder1_dlDiscussion, table#ContentPlaceHolder1_dlReviews {
    width: 100%;
}

/*--//User Dashboard--*/



/*-- contact --*/
.mail
{
	background:#efefef;
}

.col-left{
	background: #115278;
	padding: 4%;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.contact-info{
	margin-top:10%;
	color: #fff;
}
.contact-info img{
	margin-bottom: 15%;
}
.contact-info h2{
	margin-bottom: 10%;
}
.col-right{
	background: #fff;
	padding: 3%;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.contact-form label{
	font-weight:600;
}
.contact-form button{
	background: #25274d;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:focus{
	box-shadow:none;
}

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mbr-bold {
    font-weight: 700;
}

 

/*-- map --*/

.map iframe {
    width: 100%;
    min-height: 400px;
    position: relative;
    display: inherit;
}

.map {
    position: relative;
}
/*-- //map --*/

/*-- //contact --*/

/*-- Hospital Login --*/
.wizard-card {
	min-height: 410px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .nav-pills {
    background-color: rgba(200, 200, 200, 0.2);
}
.nav-pills > li
{
	padding: 10px 15px;
}
.nav-pills > li > a {
    border: 0 !important;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
	color: #555555 !important;	
}
/*form[novalidate=novalidate] .wizard-card[data-color="red"] .moving-tab
{
	top:18%;
}*/
  .wizard-card .picture-container {
	position: relative;
	cursor: pointer;
	text-align: center;
  }
  .wizard-card .picture {
	width: 106px;
	height: 106px;
	background-color: #999999;
	border: 4px solid #CCCCCC;
	color: #FFFFFF;
	border-radius: 50%;
	margin: 5px auto;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
  }
  .wizard-card .picture:hover {
	border-color: #2ca8ff;
  }
  .wizard-card[data-color="purple"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #9c27b0;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
  }
  .wizard-card[data-color="purple"] .picture:hover {
	border-color: #9c27b0;
  }
  .wizard-card[data-color="purple"] .choice:hover .icon, .wizard-card[data-color="purple"] .choice.active .icon {
	border-color: #9c27b0;
	color: #9c27b0;
  }
  .wizard-card[data-color="purple"] .form-group .form-control {
	background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
  }
  .wizard-card[data-color="purple"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #9c27b0;
  }
  .wizard-card[data-color="purple"] .radio input[type=radio]:checked ~ .check {
	background-color: #9c27b0;
  }
  .wizard-card[data-color="purple"] .radio input[type=radio]:checked ~ .circle {
	border-color: #9c27b0;
  }
  .wizard-card[data-color="green"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #4caf50;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(76, 175, 80, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
  }
  .wizard-card[data-color="green"] .picture:hover {
	border-color: #4caf50;
  }
  .wizard-card[data-color="green"] .choice:hover .icon, .wizard-card[data-color="green"] .choice.active .icon {
	border-color: #4caf50;
	color: #4caf50;
  }
  .wizard-card[data-color="green"] .form-group .form-control {
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
  }
  .wizard-card[data-color="green"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #4caf50;
  }
  .wizard-card[data-color="green"] .radio input[type=radio]:checked ~ .check {
	background-color: #4caf50;
  }
  .wizard-card[data-color="green"] .radio input[type=radio]:checked ~ .circle {
	border-color: #4caf50;
  }
  .wizard-card[data-color="blue"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #00bcd4;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(0, 188, 212, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
  }
  .wizard-card[data-color="blue"] .picture:hover {
	border-color: #00bcd4;
  }
  .wizard-card[data-color="blue"] .choice:hover .icon, .wizard-card[data-color="blue"] .choice.active .icon {
	border-color: #00bcd4;
	color: #00bcd4;
  }
  .wizard-card[data-color="blue"] .form-group .form-control {
	background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
  }
  .wizard-card[data-color="blue"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #00bcd4;
  }
  .wizard-card[data-color="blue"] .radio input[type=radio]:checked ~ .check {
	background-color: #00bcd4;
  }
  .wizard-card[data-color="blue"] .radio input[type=radio]:checked ~ .circle {
	border-color: #00bcd4;
  }
  .wizard-card[data-color="orange"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #ff9800;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
  }
  .wizard-card[data-color="orange"] .picture:hover {
	border-color: #ff9800;
  }
  .wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
	border-color: #ff9800;
	color: #ff9800;
  }
  .wizard-card[data-color="orange"] .form-group .form-control {
	background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
  }
  .wizard-card[data-color="orange"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #ff9800;
  }
  .wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .check {
	background-color: #ff9800;
  }
  .wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .circle {
	border-color: #ff9800;
  }
  .wizard-card[data-color="red"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #115278;
	top: 21%;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(0, 154, 158, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
  }
  .btn-wd
  {
	border-radius: 5px;
    padding: 0.4em 1.7em;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
    font-size: 1em;
    background: #115278;
    box-shadow: 0 5px 16px rgb(0 154 158 / 52%);
}
  .wizard-card[data-color="red"] .picture:hover {
	border-color: #115278;
  }
  .wizard-card[data-color="red"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
	border-color: #115278;
	color: #115278;
  }  
  label#-error {
    color: red;
    font-size: 10px;
}
  .wizard-card .picture input[type="file"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
  }
  .wizard-card .picture-src {
	width: 100%;
  }
  .wizard-card .tab-content {
	min-height: 340px;
	padding: 20px 15px;
  }
  .wizard-card .wizard-footer {
	padding: 0 15px;
  }
  .wizard-card .wizard-footer .checkbox {
	margin-top: 16px;
  }
  .wizard-card .disabled {
	display: none;
  }
  .wizard-card .wizard-header {
	text-align: center;
	padding: 25px 0 35px;
  }
  .wizard-card .wizard-header h5 {
	margin: 5px 0 0;
  }
  .wizard-card .nav-pills > li {
	text-align: center;
  }
  .wizard-card .btn {
	text-transform: uppercase;
  }
  .wizard-card .info-text {
	text-align: center;
	font-weight: 300;
	margin: 10px 0 30px;
  }
  .wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
  }
  .wizard-card .choice .icon {
	text-align: center;
	vertical-align: middle;
	height: 116px;
	width: 116px;
	border-radius: 50%;
	color: #999999;
	margin: 0 auto 20px;
	border: 4px solid #CCCCCC;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
  }
  .wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
  }
  .wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
	border-color: #2ca8ff;
  }
  .wizard-card .choice input[type="radio"],
  .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
  }
  .wizard-card .btn-finish {
	display: none;
  }
  .wizard-card .description {
	color: #999999;
	font-size: 15px;
  }
  .wizard-card .wizard-title {
	margin: 0;
  }
  
  legend {
	margin-bottom: 20px;
	font-size: 21px;
  }

/*-- //Hospital Login --*/

/*-- Hospital Dashboard --*/
.dashboard
{
	background: #ececec;
}
.dashaboard-discussion .borderleft
{
	padding: 5px;
}
.sidebar-dark li.nav-item:hover {
    background: rgba(255,255,255,0.3);
}
#dataTable .doc-img {
    width: 35px;
}
.sidebar-brand-text {
    width: 5rem;
    height: 5rem;
    margin: 1rem auto;
}
img#HospitalLogo {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}
.hospital_reviews_card .card
{
	width: 100%;
}
.list-ReviewImg
{
	margin-top: 15px;
}
.list-ReviewImg li {
    display: inline;
}
.list-ReviewImg li img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid;
    padding: 4px;
}



/*-- about --*/
.about_us
{
	background: url('../images/banner-img.png');
	background-size: cover;
}

.dental img {
    max-width: 100%;
    padding: 0 1em;
}
.grid p {
    color: #ddd;
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
}

.grid span.fa{
	color: #eee;
}
.about-grids .grid {
    display: inline-block;
    padding: 20px 25px;
}
.about-box .icon, .ser_icon .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    line-height: 80px;
    text-align: center;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: #00bcd5;
}
.about-box .icon span.fa{
    font-size: 2em;
    line-height: 80px;
    color: #ffffff;
}

.about ul{
	list-style-type:circle;
	margin-left:50px;
}
.about ul li
{
	margin: 0;
    line-height: 1.4em;
    color: #666;
    font-size: 13px;
    font-family: "Helvetica Neue Medium";
}

/*-- //about --*/

/*-- appointment --*/

.appointment{
	background: #00bcd5;
}
.counter{
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter .counter-value{
    font-size: 40px;
    font-weight:700;
    margin-bottom: 5px;
    display: block;
    transition:all 0.3s;
}
.counter:hover .counter-value{ text-shadow: 0 0 2px rgba(0,0,0,0.5); }

/*-- //appointment --*/



/*-- move top --*/
.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

a.move-top span{
    color: #fff;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #666;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

/*-- //move top --*/


/*-- responsive design --*/

@media(max-width:1280px) {
	.innerpage-banner, .inner-page-layer {
		min-height: 200px;
	}
	
}
@media(min-width:1201px) {
	.responsive-card
	{
		min-width:820px;
	}
	
}
@media(min-width:992px) and (max-width:1200px)
{
	.responsive-card
	{
		min-width:640px;
	}
}
@media(max-width:1080px) {
	h3.b-w3ltxt {
		font-size: 3.2em;
		line-height: 60px;
		padding-top: 0em;
	}
	.banner-text-agile{
	    padding: 15vw 0 4vw;
	}
	.login-icon a, .login-icon a:hover {
		padding: 0.4em 1.2em;
	}
	.about-box h4 {
		font-size: .9em;
	}
	.bottom-grids h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.ser1,.ser2,.ser3,.ser4,.ser5,.ser6 {
		padding: 35px 25px;
	}
	.footer-grids .col-lg-3 {
		padding: 0 8px;
	}
	.footer-grids p span {
		margin-left: 0px;
	}
	.footer-grids h4 {
		font-size: 16px;
	}
	.desk p {
		font-size: 13px;
		letter-spacing: 0px;
	}
	.desk h4 {
		font-size: 1.4rem;
	}
	.create p {
		width: 80%;
	}
	.service-grids h4 {
		font-size: 22px;
	}
	.category_text_box p {
		width: 80%;
	}
	.blog-grids h4 {
		font-size: 23px;
	}
	.tech-btm h4 {
		font-size: 1.3em;
	}
	.about-grids h4 {
		font-size: 17px;
	}
	.offer-grids h4 {
		font-size: 20px;
	}
	.appointment h4 {
		font-size: 35px;
	}
	.footer-grids input[type="submit"] {
		width: 33% !important;
	}
	.footer-grids p, .footer-grids p a, .copyright p, .copyright p a {
		font-size: 15px;
	}
	.header-right-w3_pvt {
		padding: 0;
	}
	ul.header-w3_pvt li{
		font-size: 15px;
	}
	.join h4 {
		font-size: 29px;
	}
}
@media(max-width:991px) {
    .navbar-toggler {
		background-color: #00bcd5;
		border: 1px solid transparent;
		border-radius: 0rem;
	}
	.navbar-nav {
		padding: 1em 0 2em;
		position: relative;
		z-index: 1;
	}
	.responsive-card
	{
		min-width:400px;
	}
	.bottom-grids h4 {
		font-size: 30px;
	}
	.blog-grids h4 {
		font-size: 23px;
	}
	.banner-text-agile {
		padding: 5vw 0vw 6vw;
	}
	.create h4 {
		font-size: 27px;
		letter-spacing: 6px;
		line-height: 40px;
	}
	.create p {
		width: 100%;
		font-size: 15px;
	}
	.map iframe {
		min-height: 350px;
	}
	.feedback-top p {
		font-size: 15px;
		letter-spacing: .5px;
	}
	.blog-img1 img, .blog-img2 img {
		width: 100%;
	}
	h4.about-left {
		font-size: 30px;
	}
	.team-img img {
		width: 100%;
	}
	.banner-text-agile {
		padding: 12vw 0vw 4vw;
	}
	.csslider>.navigation {
		bottom: 10%;
		left: 2%;
		margin-bottom: 0px;
	}
	.about img {
		margin-top: 1.5em;
		padding: 0 0em;
	}
}
@media(max-width:800px) {
    .about-grids h4 span {
		font-size: 18px;
	}
	.offer-grids h5 {
		font-size: 20px;
	}
	#logo a {
		font-size: .7em;
	}
	.banner-text-agile {
		padding: 15vw 0vw 4vw;
	}
	h3.b-w3ltxt {
		font-size: 3em;
	}
	.csslider>.navigation {
		bottom: -3%;
	}
	.appointment h4 {
		font-size: 30px;
	}
	.bottom-grids h4 {
		font-size: 26px;
	}
	h3.heading, h2.heading {
		font-size: 26px;
	}
}
@media(max-width:736px) {
	h3.b-w3ltxt {
		line-height: 55px;
		font-size: 2.8em;
	}
	.navbar-brand {
		font-size: 25px;
	}
	.appointment h4 {
		font-size: 30px;
		letter-spacing: 2px;
	}
	.bottom-grids h4 {
		font-size: 25px;
	}
	.social h4 {
		font-size: 25px;
	}
	a.button-footr i {
		font-size: 15px;
	}
	.innerpage-banner ,.inner-page-layer{
		min-height: 180px;
	}
	.join h4 {
		font-size: 27px;
	}
	.map iframe {
		min-height: 300px;
	}
	.footer-grids input[type="email"],.footer-grids input[type="submit"] {
		font-size: 15px;
	}
	.login-icon a, .login-icon a:hover {
		padding: 0.5em 1.2em;
		font-size: .9em;
	}
	p {
		font-size: 15px !important;
	}
}
@media(max-width: 667px) {
    h3.b-w3ltxt {
		font-size: 2.5em;
	}
	.bottom-grids h4 {
		line-height: 32px;
	}
	h4.heading {
		font-size: 18px;
	}
	ul.header-w3_pvt li, ul.header-w3_pvt li p {
		padding: 2px 0;
	}
	.innerpage-banner ,.inner-page-layer{
		min-height: 150px;
	}
	.banner-text-agile {
		padding: 18vw 0vw 4vw;
	}
	.blog-grids h4 {
		font-size: 21px;
	}
	a.button-footr span.fa {
		font-size: 15px;
	}
	.footer-grids button.btn {
		width: 38% !important;
	}
}
@media(max-width:640px) {
	h3.b-w3ltxt {
		line-height: 45px;
		font-size: 2.8em;
	}
	h4.about-left {
		font-size: 26px;
	}
}
@media(max-width:568px) {
   
	h3.b-w3ltxt {
		font-size: 2.3em;
	}
	.innerpage-banner ,.inner-page-layer{
		min-height: 180px;
	}
	.team_grids{
		width: 63%;
		margin: auto;
	}
	.create h4 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	h3.heading, h2.heading, .home-blog h2, .home-news h2 {
		font-size: 26px;
	}
	.view {
		min-height: auto;
		padding: 3em 0;
	}
	.view img {
		margin: 0em auto 0;
	}
	.ser_icon i {
		font-size: 20px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.about-grids .col-md-4 {
		padding: 0;
	}
	.service-grids p {
		font-size: 15px;
	}
	.header-top {
		text-align: center;
	}
	.contact-info h4 {
		font-size: 20px;
	}
	#logo a {
		font-size: .65em;
	}
	.service-grids {
		text-align: center;
	}
	.padder-none {
		margin: 0 0px;
		padding: 0 5px;
	}
	.card-text-part
	{
		background:#fff;
	}
}
@media(max-width:480px) {
	.banner-text-agile {
		padding: 22vw 0vw 4vw;
	}
	.about-grids h4 span {
		font-size: 16px;
	}
	.team_grids{
		width: 75%;
	}
	.join h4 {
		font-size: 23px;
	}
	.join p {
		font-size: 14px;
	}
	.blog-grid-top h3 a, .two-blog2 h3 a, h5.card-title a {
		font-size: 20px;
	}
	.agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea {
        font-size: 14px;
	}
	.agileinfo_mail_grid_right textarea {
		min-height: 150px;
	}
	h4.about-left {
		font-size: 25px;
	}
	.about p {
		font-size: 14px;
	}
	.bottom-grids p,.offer-grids p {
		font-size: 14px;
	}
	.footer-grids .col-lg-3 {
		padding: 0 15px;
	}
	.innerpage-banner ,.inner-page-layer{
		min-height: 120px;
	}
	.appointment h4 {
		font-size: 25px;
	}
	.footer-grids h5 {
		font-size: 17px;
	}
	.footer-grids h4 {
		font-size: 16px;
	}
	h3.heading, h2.heading, .home-blog h2, .home-news h2 {
		font-size: 22px;
	}
	h2.heading-right {
		font-size: 22px;
	}
	.popup {
		margin: 5em 1em;
		padding: 3em 1em;
	}
}
@media(max-width:415px) {
	.blog-grids h4 {
		font-size: 20px;
	}
	.blog-grids h5 {
		font-size: 15px;
	}
	.footer-grids h4 {
		font-size: 15px;
	}
	.bottom-grids p,.about p,.blog-grids p {
		font-size: 14px;
	}
	.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
		font-size: 15px;
		letter-spacing: 1px;
	}
	h3.heading, h2.heading, .home-blog h2{
		font-size: 22px;
	}
	h4.heading {
		font-size: 16px;
	}
	.innerpage-banner, .inner-page-layer {
		min-height: 150px;
	}
	.team-title h5 {
		font-size: 18px;
	}
	.ser_icon i {
		font-size: 16px;
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.category_text_box h3 {
		font-size: 16px;
	}
	.appointment h4 {
		font-size: 25px;
		letter-spacing: 1px;
	}
	.appointment p {
		font-size: 14px;
	}
	#logo a {
		font-size: .6em;
	}
	.blog-grids h4 {
		font-size: 20px;
	}
	.banner-text-agile {
		padding: 27vw 1vw 4vw;
	}
	.about-box .icon, .ser_icon .icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.about-box .icon span.fa {
		font-size: 1.5em;
		line-height: 70px;
	}
	.join h4 {
		font-size: 20px;
	}
	
	.dental img {
		width: 45%;
		padding: 0 0em;
	}
}
@media(max-width:384px) {
	.navbar-brand {
		font-size: 25px;
	}
	h4.about-left {
		font-size: 22px;
	}
	.bottom-grids h4 {
		font-size: 22px;
	}
	.blog-grids h4 {
		font-size: 18px;
	}
	.footer-grids h5 {
		font-size: 18px;
	}
	.about-grids h4 span,.carousel-item p {
		font-size: 14px;
	}
	.btn-banner {
		font-size: 16px;
		padding: 10px 25px;
	}
	h3.b-w3ltxt {
		font-size: 2em;
		line-height: 38px;
	}
	.about p {
		font-size: 13.6px;
	}
	.team_grids{
		width: 85%;
	}
	.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
		letter-spacing: .5px;
	}
	header {
		padding: 0px 0;
	}
	.appointment h4 {
		font-size: 23px;
	}
	.banner-text-agile {
		padding: 30vw 0vw 4vw;
	}
	.btn-banner {
		font-size: 15px;
		padding: 10px 20px;
	}
	#logo a {
		letter-spacing: 0;
	}
}
@media(max-width:375px) {
    .contact-info p {
		font-size: 14px;
	}
	.appointment h4 {
		font-size: 21px;
	}
	.offer-grids h5 {
		font-size: 18px;
	}
	.social h4 {
		font-size: 22px;
	}
	a.button-footr i {
		font-size: 16px;
	}
}
@media(max-width:320px) {
    
}

/*--//responsive design --*/
.ft-white{
	color:#fff;
}