@charset "utf-8";
/* CSS Document */





html, body {
	height: 100%;
}
ul {
	list-style: none;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 16px;
	font-family: Lato, sans-serif;
	color: #2b2b2b;
	overflow-x: hidden;
	background-color: #fff;
letter-spacing:.01rem;
background-image:url(../images/bg.jpg);
background-repeat:repeat;
}
@font-face {
	font-family: "Lato";
	src: url(fonts/Lato-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Prestij;
	src: url(fonts/Prestij_Regular_Demo.otf) format("opentype")
}
@font-face {
	font-family: Poppins;
	src: url(fonts/Poppins-SemiBold.otf) format("opentype")
}
a {
	color: #2b2b2b;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #f8007d;
	text-decoration: none !important;
}
a:focus {
	color: inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	background-color: #ffffff;
	background-color: #ffffff;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	box-shadow: none;
	border: solid 1px #dddddd;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=number], input[type=date], input[type=tel], input[type=url], input[type=search], select {
	
	min-height: 60px;
	width: 100%;
	text-indent: 15px;
	padding: 5px;
	box-shadow: none;
}
textarea {
	text-indent: 5px;
	padding: 15px 15px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px !important;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: #e2a0a2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6)
}

::-webkit-input-placeholder {
 color:#2e2e2e;
 font-size:13px;
}

:-moz-placeholder {
 color:#2e2e2e;
}
::-moz-placeholder {
 color:#2e2e2e;
}
:-ms-input-placeholder {
 color:#2e2e2e;
}

.btn-default, .button, input[type=submit], input[type=button] {
	font-size:16px;
	font-weight:700;
	text-align: center;
	color: #ffffff;
	background-color: #f8007d;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 14px 25px;
	border:solid 1px #f8007d;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #ffffff;
	background-color: #06083b;
}
.btn-default:hover, .button.active:focus, .button.active:hover, .button:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
	color: #ffffff;
	background-color: #06083b;
	border:solid 1px #06083b;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #d1160a;
	border-color: #d1160a
}
.btn-default.focus, .btn-default:focus {
	background-color: #ffe500;
	color: #000
}
.button .fa
{
	margin-left:5px;
	}
.btn {
	border-radius: 0px;
}
button {
	border: none;
	outline: none;
}
p {
	line-height: 28px;
}
strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
label
{
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.alignright {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.aligncenter {
	margin: auto;
	margin-bottom: 5px;
	padding: 4px;
	display: block;
	border: 2px solid #f1f1f1;
}
.alignnone {
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.boldfont {
	font-weight: bold;
	font-size: 15px;
}
.blacklink {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
.blacklink:hover {
	color: #f4a137;
	text-decoration: none;
}
.blue-font {
	color: #093eb6;
}
.white-font
{
	color:#ffffff;
	}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
	
}
.nopadding-top
{
	padding-top:0px;
}
.nopadding-bottom
{
	padding-bottom:0px;
}
.widget-title {
	font-size: 40px;
    font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
	color:#f8007d;
}
.widget-title span {
	color: #ff6c26;
}
.widget-title p{
	font-size: 18px;
    letter-spacing: 0px;
    margin: 20px auto 20px;
    color: #323232;
    width: 65%;
    font-weight: 300;
    text-align: center;
    display:block;
    margin: 13px auto 0px !important;
    line-height: 30px;
}
h3.widget-title {
	font-size: 28px;
	margin-bottom: 15px;
}
.title-name-center {
	padding: 0px 0px 15px 0px;
	font-size: 25px;
	margin-bottom: 15px;
	line-height: normal;
	border-bottom: solid 1px #dddddd;
	text-align: center;
	background-image: url(../images/orange-line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.title-name-left {
	padding: 0px 0px 15px 0px;
	font-size: 25px;
	margin-bottom: 15px;
	line-height: normal;
	border-bottom: solid 1px #dddddd;
	text-align: left;
	background-image: url(../images/orange-line.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.graybg
{
	background-image: url(../images/graybg.jpg);
	background-position: center center;
	background-size:cover;
}
.pinkbg
{
	background-color:#f8007d;
	color:#ffffff;
}
.pinkbg h1, .pinkbg h2, .pinkbg h3, .pinkbg h4, .pinkbg h5, .pinkbg h6
{
	color:#ffffff;
}
.pinkbg .ul-list li
{
	 background-image: url(../images/arrow-white.png);
}
   
/*================start header top====================*/

.header-top {
	background-color: #ffffff;
	height: auto;
	width: 100%;
	padding:4px;
}

.hdcont
{
	float:left;
}

.hdcont li {
	float: left;
	font-size: 14px;
	margin-right: 30px;
	margin-top:6px;
	margin-bottom:6px
}

.hdcont  li .fa
{
    color: #ffffff;
   font-weight: 600;
   font-size: 13px;
	margin-right:10px;
	background-color:#f8007d;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
	text-align:center;
	}
	
.hdsocial
{
	float:right;
	width:auto;
	}	

.hdsocial li {
	display: inline-block;
}
.hdsocial li a {
	 color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    background-color: #f8007d;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
	float:left;
	margin-top:5px;
	margin-left:3px;
}
.hdsocial li a:hover {
	color: #ffffff;
	background-color: #f8007d;
}
.gtras
{
height: 30px;
    overflow: hidden;
	}
.gtras .goog-logo-link
{
	 width:auto;
    height:auto;
	background-color:transparent;
}
.gtras select
{
	min-height:inherit;
}
.goog-te-gadget .goog-te-combo {
     margin:0px !important;
}	
.appbook
{
	font-size:13px;
	margin-left:10px;
	padding:8px 18px;
	float:left;
	line-height:25px;
	background-color: #f8007d;
	border-radius:50px;
	color:#ffffff !important;
}
.appbook:hover
{
color: #ffffff;
	background-color: #06083b;
}


/*================start header====================*/
.header-main
{
		position: relative;
	}

.header {
height: auto;
	width: 100%;
	position:absolute;
	top:0;
	z-index:100;
	padding:6px 0px 2px 0px;
	border-bottom: 2px dashed #cccccc;
	background: #ebefec63;

}
.sticky {
	position: fixed;
	padding-top: 0px;
	top: 0px;
	width: 100%;
	background: #ffffff !important;
	z-index: 999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}
.sticky .logo img {
	height: 47px;
	width: auto;
	margin-top:6px;
}
.sticky .header-menu {
	padding-top: 0px;
}
.header.sticky #cssmenu>ul {
    margin-top: 4px;
} 

.header-left {
	float: left;
	height: auto;
	width: 17%;
}
.header-left img {
	max-width: 100%;
}
.header-right {
	float: right;
	height: auto;
	padding-top:15px;
	/*width: 77%;*/
}
.header #menu-header-menu {
	margin-top: 10px;
}


/*============start banner===========*/
.banner {
	width:100%;
}
.bncolor
{
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	}

.bn-brws {
	position: absolute;
	bottom: 125px;
	left: 0;
	right: 0;
	color: #ffffff;
}
.bn-brws h1 {
	position: relative;
	font-size: 28px;
}
.bn-brws h1:before {
	content: '';
	background-color: #2b51a2;
	width: 78%;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 22%;
}
.bn-brws ul {
	margin-left: 0px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.bn-brws ul li {
	float: left;
	width: 12%;
	padding: 5px;
	text-align: center;
}
.bn-brws ul li img {
	margin-bottom: 15px;
}
.bn-brws ul li h4 {
	font-family: inherit;
}
.banner .carousel-caption {
	right: 15%;
	bottom: 33%;
	left: 15%;
	text-shadow: none;
}
.banner .carousel-caption h1 {
	font-size: 55px;
	font-weight: 300;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom:25px;
	font-family:Poppins;
}
.banner .carousel-caption p {
	margin-bottom: 40px;
	font-size: 18px;
}
.banner .carousel-caption h1 span {
	color: #f8007d;
}

.banner .button, .page-banner .button
{
border:solid 2px #f8007d;
color:#f8007d;
background:transparent;
}
.banner .button:hover, .page-banner .button:hover
{
border:solid 2px #06083b;
color:#06083b !important;
}
.carousel-control.left, .carousel-control.right
{
	background-image:none !important;
	}
	
.page-margin {
	margin-top: 95px;
	margin-bottom:100px;
}
section {
	width: 100%;
	height: auto;
	padding: 50px 0px;
	float:left;
}
.full-width
{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
/*============home Section 1===========*/

.ser-box
{
	float: left;
    width: 100%;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.ser-title {
    background: url(../images/trans.png) top center no-repeat;
	background-size:100%;
    position: absolute;
    bottom: 0;
    left: 0;
	right:0;
    height: 28%;
    display: inline-block;
    z-index: 0;
	text-align:center;
	padding-top:15px;
	transition: all .5s;
}
.ser-box:hover .ser-title{
	height:35%;
	}
	
.ser-box img
{
	width:100%;
-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ser-box:hover img
{	
 -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	display:block;
}

.ser-title h3
{
width:100%;
font-size: 23px;
line-height:37px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ser1
{
box-shadow: 0 0 0 2px #63ed89;
    -moz-box-shadow: 0 0 0 2px #63ed89;
    -webkit-box-shadow: 0 0 0 2px #63ed89;
}
.ser2
{
box-shadow: 0 0 0 2px #8881df;
    -moz-box-shadow: 0 0 0 2px #8881df;
    -webkit-box-shadow: 0 0 0 2px #8881df;
}
.ser3
{
box-shadow: 0 0 0 2px #ff7380;
    -moz-box-shadow: 0 0 0 2px #ff7380;
    -webkit-box-shadow: 0 0 0 2px #ff7380;
}
.ser4
{
    box-shadow: 0 0 0 2px #ff972f;
    -moz-box-shadow: 0 0 0 2px #ff972f;
    -webkit-box-shadow: 0 0 0 2px #ff972f;
}
.ser5
{
    box-shadow: 0 0 0 2px #FFDC15;
    -moz-box-shadow: 0 0 0 2px #FFDC15;
    -webkit-box-shadow: 0 0 0 2px #FFDC15;
}
.ser6
{
box-shadow: 0 0 0 2px #69dceb;
    -moz-box-shadow: 0 0 0 2px #69dceb;
    -webkit-box-shadow: 0 0 0 2px #69dceb;
}
	
/*============appointment===========*/
.appointment
{
background-image: url(../images/appointment-bg.jpg);
background-position: top center;
background-size:cover;
}
.appointment textarea
{
	height:150px;
}	
.appointment button
{
	width:100%;
}

/*============Plan Table===========*/
.tab-icon ul
{
	margin:0px !important;
	}

.tab-icon .nav-tabs>li
{
	margin-bottom:-1px;
	text-align:center;
	 width: 16.66%;
	}
.tab-icon .nav-tabs>li a
{
	padding:20px 8px;
	font-weight: normal;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
    border-right: 1px solid #dfdfdf;
	  border-top: 1px solid #dfdfdf;
    font-size: 18px;
}

			
.tab-icon .nav-tabs>li a img
{
	margin:20px auto;
	display:table;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f8007d;
    border-bottom: 3px solid #f8007d;
}
.tab-icon .tab-content
{
	padding:70px 0px 0px 0px;
	}
.tabcon-right 
{
	text-align:center;
	}
.facabl-btn
{
    width: 100%;
    float: left;
    margin-top: 25px;
	}	
/*============doctor future===========*/
.doct-futur
{
background-image: url(../images/bg-2.png);
background-position: top center;
padding:0px;
	}
.docfut-sec
{
	padding-top:70px;
	}
.future-list
{
	margin:0px !important;
	list-style:none;
}
.future-list li
{
	width:100%;
	margin-bottom:30px;
	list-style:none;
	display:table;
}
.future-list li .frtls-icon .fa
{
	border: solid 2px #f8007d;
	border-radius: 50%;
    width: 70px;
    height: 70px;
	line-height:70px;
	text-align: center;
	color:#f8007d;
	font-size:20px;
}

.future-list li .frtls-icon, .future-list li .frtls-des
{
	display:table-cell;
	vertical-align:top;
}	
.future-list li .frtls-des{
	padding-left:25px;
	}
	


.doct-talk
{
	width:100%;
	display:table;
}
.docttalk-pic
{
	width:42%;
	display:table-cell;
	vertical-align:middle;
}
.docttalk-des
{
	width:58%;
	display:table-cell;
	vertical-align:middle;
}
.docttalk-des h5
{
	margin-bottom:50px !important;
	font-weight: 300;
    font-style: italic;
    font-size: 18px;
	line-height: 25px;
}

/*=========blog========*/
.blog-home
{
	padding:0px;
	}
.blog-sec
{
	width:33.33%;
	float:left;
	position: relative;
    margin: 0px;
    overflow: hidden;
}
.blog-pic, .blog-info, .blog-des
{
	width:100%;
}
.blog-info
{
	content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    transition: all 0.3s linear;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
}
.blog-sec:hover .blog-info
{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	}
.blog-des
{
	position: absolute;
    bottom: 25px;
    left: 0;
	right:0;
	text-align:center;
	}

.blog-des h3 a, .blog-des h4
{
	color:#ffffff;
}
.blog-des h3
{
	margin-top:30px;
}	
.blog-des .blg-more
{
	display:none;
}
.blog-sec:hover .blg-more
{
	display:block;
}	



.testitem {
	float:left;
	margin: 2%;
	border: solid 2px #f8007d;
	border-radius:10px;
}
.test-box {
	height: 349px;
    position: relative;
    background-color: #EDF3F6;
	border-radius:10px 10px 0px 0px;
	text-align:center;
}
.test-box:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/waves.png);
    filter: alpha(opacity=5);
    -webkit-opacity: 0.05;
    -moz-opacity: 0.05;
    opacity: 0.05;
}
.test-box p
{
color: #2D3663;
    line-height: 1.5em;
    font-style: italic;
    font-size: 18px;
    padding: 70px 30px 115px;
}
.test-box p:before {
    content: "\f10d";
    display: block;
    font-style: normal;
    text-align: center;
    color: #06083b;
    font-size: 36px;
    overflow: hidden;
    line-height: 1em;
    margin-bottom: 20px;
	font-family: 'FontAwesome';
}
.test-author {
	width: 100%;
	float: left;
	padding-left: 15px;
    text-align: center;
    padding-bottom: 60px;
}
.test-pic {
	width: 100%;
	text-align:center;
	
}
.test-pic img {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	padding: 15px;
	background-color: #fff;
	margin-top: -50px;
	z-index:1;
	position:relative;
}
.test-name {
	padding-top: 15px;
	font-size:24px;
}
/*============Footer===========*/
.footer-top
{
	width: 100%;
	float:left;
	background-color: #06083b;
	padding: 40px 0px;
	font-size:16px;
	color: #c6c6c6;
	position:relative;
	border-bottom: 2px dashed #043a8d;
	}
.footer-top h3
{
	padding-top:20px;
	color:#ffffff;
	text-align:right;
	}
.footer-top input[type="text"], .footer-top input[type="email"]
{
	background-color:#02194e;
	border:solid 1px #043a8d;
	border-radius:50px;
	padding:1px 1px 1px 3px;
	background-color:#02194e;
	border-radius:50px;
	height: 55px;
	width:27%;
	color:#ffffff;
	}

.footer-top input[type="text"]:focus
{
	border-color:none;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
.footer-top button[type="button"] {
	border:none;
	border-radius:50px;
	width: 55px;
    height: 55px;
    line-height: 56px;
}

.footer {
	width: 100%;
	float:left;
	background-color: #06083b;
	padding: 70px 0px;
	font-size:16px;
	color: #c6c6c6;
	position:relative;
}
.footer:before, .footer-top:before {
	background-image: url(../images/wave_bg.png) !important;
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
}

.footer .widget {
	width: 100%;
	float: left;
}

.footer .widget .widget-title {
	font-size: 18px;
	margin-bottom:25px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.footer .widget li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px
}
.footer .ul-part li {
	width: 45% !important;
	margin-right: 5%;
	float: left;
}
.footer a{
color: #c6c6c6;   
}
.footer a:hover{
	color: #ffffff;  
}
.ftadd li
{
	background:none !important;
	padding-left:0px !important;
	display:table;
	}
.ft-icon
{
	width:35px;
	display:table-cell;
	vertical-align:top;
}	
.fainfo
{
	display:table-cell;
	vertical-align:top;
}	
.ftadd li .fa
{
	color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    background-color: #f8007d;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
	}

.social {
width: 100%;
    float: left;
	margin-top:25px;
}
.social li {
	display: inline-block;
	margin: 0px 3px 3px 3px !important;
	float: none !important;
    width: auto !important;
}
.social li a {
	color: #f8007d;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	background-color: #ffffff;
}
.social li a:hover {
	color: #ffffff;
	background-color: #f8007d;
}
.social i {
	font-size: 16px;
}

.footer .input-group
{
	background-color:#02194e;
	border:solid 1px #043a8d;
	border-radius:50px;
	padding:1px 1px 1px 3px;
	}
.footer input[type="email"] {
	background-color:#02194e;
	border:none;
	border-radius:50px;
	height: 55px;
	color: #ffffff;
}
.footer input[type="email"]:focus
{
	border-color:none;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
.footer button[type="submit"] {
	border:none;
	border-radius:50px;
	width: 55px;
    height: 55px;
    top: 2px;
    right: 2px;
    text-align: center;
    padding: 0;
    line-height: 56px;
}
.footer ::-webkit-input-placeholder {
 color:#c6c6c6;
 font-size:16px;
}

.footer :-moz-placeholder {
 color:#c6c6c6;
  font-size:16px;
}
::-moz-placeholder {
 color:#c6c6c6;
  font-size:16px;
}
.footer :-ms-input-placeholder {
 color:#c6c6c6;
  font-size:16px;
}

.footercopy {
	width:100%;
	float:left;
	padding: 22px 0;
	background: #06083b;
	text-align:center;
	color: #c6c6c6;
	border-top: 2px dashed #043a8d;
}
.footercopy a{
	color:#c6c6c6;
}
.footercopy a:hover{
	color:#ffffff;
}
.ftdb
{
	color:#ffffff !important;
	padding:10px 18px;
	font-size:14px;
	float:left;
	}
	
/*======about us page=====*/
.about-bg
{
	background-image: url(../images/aboutbg.jpg);
background-position: center center;
	}
.about-bg .col-sm-6
{
	float:right;
	}
.abtsrv
{
	padding:0px;
	margin-bottom:-50px;
	display: flex;
    flex-wrap: wrap;
	}		
.abfllist
{
	margin-left:0px !important;
	}
.abfllist li
{
	list-style:none;
	float:left;
	width:33.33%;
	padding:50px 10px;
	margin-bottom:0px !important;
	background-color: #ffedbf;
	text-align:center;
	}
.abfllist li:nth-child(even)
{
	background-color: #ffe8ab;
	}
.srvicon
{
	background-color:#ffffff;
	border-radius:50%;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	margin:0px auto 20px auto;
	display:table;
	}
.abfllist li h3
{
	font-size: 23px;
}
.abtsrtitle
{
	width:60%;
	text-align:right;
	float:right;
	padding-top:25%;
	}
/*======doctor page=====*/
.dr-about
{
	margin-bottom:35px;
	}
.drname	 span
{
	font-size: 16px;
    color: #323232;
    margin-left: 10px
	}
.drtable ul
{
	margin-bottom:0px !important;
	}	



/*======service page=====*/
.appbook-page
{
	margin-bottom:-50px;
	}
	
.appbhpage-form
{
	width:100%;
	padding-left:25px;
	}	
.appbhpage-form textarea
{
	height:180px;
}
.appbhpage-form input[type="submit"]
{
	width:100%;
}		
.bkapinfo {
	width:100%;
	float:left;
	margin-left: 0px !important;
}
.bkapinfo li {
	width: 100%;
	margin:0px !important;
	float:left;
	border-bottom: dashed 1px #043a8d;
	padding: 20px 0px;
	list-style:none;
}
.bkapinfo .bkicon {
	width: 65px;
	display: table-cell;
	vertical-align: left;
}
.bkapinfo .bkinfo {
	vertical-align: top;
	display: table-cell;
}
.bkapinfo .bkicon .fa {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size: 22px;
	color: #f8007d;
	border: solid 1px #f8007d;
}
.bkapinfo p {
	margin-bottom: 0px !important;
}


.bkapinfo h4 {
	font-size: 18px;
	margin-bottom: 5px !important;
}
.bkapinfo p {
	margin-bottom: 0px;
	line-height: 21px;
}


	
/*======Testimonials page=====*/
.test-list
{
	width:100%;
	margin:0px !important; 
}
.test-list li
{
	float:left;
	width:50%;
	list-style:none;
	margin-left:0px !important;
	}	
.paging-navigation
{
	width:100%;
	text-align:center;
	float:left;
	}
.paging-navigation .pagination>li>a, .pagination>li>span
{
	border-radius:50%;
	width:65px;
	height:65px;
	line-height:65px;
	padding:0px;
	text-align:center;
	margin:0px 2px;
	color:#f8007d;
	font-weight:600;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:hover {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #f8007d;
    border-color: #f8007d;
}
/*======blog page=====*/
.blog-list
{
	width:100%;
	float:left;
}
.blog-thum
{
	width:35%;
	float:left;
}
.blog-thum img
{
	width:100%;
}
.blginfo
{
	width:65%;
	float:left;
	padding-left:40px;
}
.blginfo h3
{
	margin-bottom:25px;
}
.post-meta
{
width:100%;
float:left;
margin: 0px 0px 20px 0px !important;
}
.post-meta li
{
	display:inline-block;
	float:left;
	padding-right:15px;
	vertical-align:top;
	color:#474747;
	font-size:13px;
	margin-right:5px;
	margin-bottom:0px !important;
	border:solid 1px #dddddd;
	padding: 5px 15px;
	border-radius:50px;
}
.post-meta li .fa
{
	margin-right:6px;
	}										
/*======contact page=====*/
.contact-page
{
	margin:-50px 0px;
	float: left;
	}
.contact-form
{
	width:45%;
	float:left;
	padding:45px 45px 0px 6%;
}
 .contact-info
{
	width:55%;
	float:left;
}
.contact-form textarea
{
	height:200px;
	}
.cont-add, .cont-map
{
	width:100%;
	}	
.cont-add
{
	background-color:#06083b;
	color:#ffffff;
	padding:35px 15px;
	}
.cont-add ul {
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	 display: flex;
    flex-wrap: wrap;
}
.cont-add li {
	width: 46%;
	float:left;
	margin:0px 10px 25px 10px;
	border-bottom: dashed 1px #043a8d;
	padding: 20px 0px;
	list-style:none;
}
.cont-add .conticon {
	width: 65px;
	display: table-cell;
	vertical-align: left;
}
.cont-add .continfo {
	vertical-align: top;
	display: table-cell;
}
.cont-add .conticon .fa {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size: 22px;
	color: #f8007d;
	border: solid 1px #f8007d;
}
.continfo p {
	margin-bottom: 0px !important;
}
.continfo a {
	color:#ffffff;
}

.continfo h4 {
	font-size: 20px;
	margin-bottom: 5px !important;
}
.continfo p {
	margin-bottom: 0px;
	line-height: 21px;
}
			
/*================ start inner page ====================*/
.page-banner {
	width: 100%;
	height: auto;
    position: relative;
	background-image:url(../images//title-bg.jpg)
}
.page-banner img {
	width: 100%;
}
.bntx {
    padding: 12% 0px 5% 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}

.bntx h1 {
	font-size: 55px;
    font-weight: 300;
    color: #fff;
    padding: 10px 20px;
    font-family: Poppins;
}

/*======popup enquiry  form=======*/
.fade-scale {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.fade-scale.in {
	opacity: 1;
	transform: scale(1);
}
.enquiry-form .modal-dialog {
	background-color:#FFF;
	max-width:600px;
	
}
.enquiry-form .modal-body {
	padding: 30px 25px 30px 25px;
}

.enquiry-form .modal-header {
	border-bottom: 1px solid #ddd;
	background-color:#f8007d;
}

.enquiry-form .modal-header h4 {
	font-size: 20px;
	color:#ffffff;
}

.enquiry-form .modal-header .modal-title {
}
.enquiry-form .modal-header .close {
	margin-top: -8px;
	font-size: 23px;
	color: #ffffff !important;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #06083b !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 10px;
}
.enquiry-form .modal-header .close:hover {
	background-color: #f8007d !important;
}
.enquiry-form .modal-content {
	background-color:transparent;
	border: none;
	
}
.enquiry-form .modal-body input[type="text"], .enquiry-form .modal-body input[type="email"], .enquiry-form .modal-body textarea {
}
.enquiry-form .modal-body input[type="submit"]{
	width:100%;
}
.enquiry-form .modal-body textarea {
	height: 100px;
}


/*================ start breadcrumb ====================*/
.breadcrumb {
	font-size:17px;
	padding:0px;
	margin:0px;
	border-radius: 0px;
	background-color:transparent;
}
.breadcrumb li a {
	color: #ffffff;
}
.breadcrumb li a:hover {
	color: #f8007d;
}
.breadcrumb>.active {
    color: #dbdbdb;
}
.breadcrumb>li+li:before
{
	content: "\f105";
    font-family: "fontawesome";
    font-size: 14px;
    margin: 0 8px;
	}
.entry-content p {
	margin: 0 0 26px 0;
}

.panel-left {
	width: 72%;
	float: left;
	margin-right: 3%;
}
.panel-right {
	width: 25%;
	float: left;
}

.ul-list {
	width:100%;
	float:left;
	margin-left: 0px !important;
	display: flex;
    flex-wrap: wrap;
}
.ul-list li {
	width:100%;
	background-image: url(../images/arrow.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    padding: 0px 0px 12px 35px
}
.ul-part li {
	width: 31%;
	margin-right: 2%;
	float: left;
}
.list-line li{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
	margin-top: 4px;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
}
.entry-content ol li, .entry-content ul li, .entry-content ul-list li {
	margin-bottom: 10px;
}


.entry-content input, .entry-content textarea, .entry-content select {
	margin-bottom: 15px;
}
.entry-content img {
    width: 100%;
    height: auto;
}
.blog-item {
    border: 1px solid #e4e1e3;
    background: #fff;
    padding: 20px;
	    overflow: auto;
		margin-bottom:20px;
}

.blog-item h3{
    margin: 20px 0px;
}
.blog-item p {
    display: inline-block;
    margin-right: 20px;
}
.blog-item .read {
    font-size: 20px;
    background: #f8007d;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    float: right;
    display: inline-block;
}
.side {
    border: 1px solid #d4d1d2;
    background: #fff;
    padding: 20px;
}
.side h3{
    font-size: 22px;
    font-weight: 600;
    color: #50474b;
	    margin-top: 30px;
}
.side p{
    margin: 0;
    color: #6b6568;
}

.blog-item textarea{
    width: 100%;
    border-radius: 3px !IMPORTANT;
}

.carousel-inner .item img{
    
    width:100% !important;
}
.carousel-inner {
    height: 620px!important;
}
.banner .carousel-caption {
    bottom: 50% !important;
}

h2.fibroids_text {
    font-size: 22px;
    color: #f8007d;
}
section.not_found_sec {
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
p.not_found_te {
    text-align: center;
    margin-top: 15%;
    font-size: 130px;
    letter-spacing: 2px;
}
.sorry_text {
    text-align: center;
    margin-top: 50px;
    color: #000;
    font-size: 19px;
    color: #f8007d;
}
p.not_found_te span {
    color: #f8007d;
}
p.back_to_home_ic {
    text-align: center;
    margin-top: -8px;
}
p.back_to_home_ic a {
    font-weight: 400;
    font-size: 13px;
}












