html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover,a:focus{
    text-decoration: none;
}

h2 {
	padding: 5px 0 5px 0 !important;
}
/*************menu style start here***************/
.menu {
    position: absolute;
    top: 0;
    z-index: 999;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}
.navbar-default {
    background-color: #092C6C;
    border: none;
    border-radius: 0px;
}
.nav.navbar-nav li a{
   font-family: "OpenSans";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
     transition:all ease 0.5s;
}
.navbar{
    min-height: 30px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
   /*color: #f1fe5b;
    transition:all ease 0.5s;*/
	border-right: 1px solid #babfc6;
	background-color: #babfc6;
	color: #ce1650 !important;
	transition: all ease 0.5s;
	box-shadow: 0px 0px 130px #000000;
	z-index: 2;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	transition: all 200ms ease-in;
	transform: scale(1);
	border-radius: 12px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #f1fe5b;
	
	/*border-right: 1px solid #babfc6;
	background-color: #babfc6;
	color: #ce1650;
	transition: all ease 0.5s;
	box-shadow: 0px 0px 130px #000000;
	z-index: 2;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	transition: all 200ms ease-in;
	transform: scale(1);
	border-radius: 12px;*/	
}
input[type=text] {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #092C6C;
    font-size: 16px;
    background-color: transparent;
    /*background-image: url('../images/png-search.png');*/
    background-position: 263px 3px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 15px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-top:40px;
}
.nav > li > a{
padding:10px 32px;
}
.search-box{
    float: right;
}
.logo{
    float: left;
	width: 70%
}
nav{
    clear: both;
}
.container{
  width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    
}
.fa.fa-minus {
    padding-right: 10px;
}
/**********section 1 start here***************/
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E74042;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.doctor h1{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    color: #545454;
    margin: 20px 0px;         
}
.doctor h1 span{
 
    padding: 5px 0px;
}
.vision h1{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px;    
    color: #545454;
}
.vision h1 span{
 
    padding: 5px 0px;
}
.doc-content{
    display: flex;
    width: 100%;
}

.img-div{
    width: 40%;
    float: left;
}
.dep-content h4{
    line-height: 40px;
    font-family: "OpenSans";
    font-weight: bold;
    font-size: 20px;
}
.dep-content p{
    font-family: "OpenSans";
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}
.dep-link{
    color: #092C6E;
}
.department{
    margin-top: 20px;
}
.content-div{
    width: 60%;
    float: right;
    position: relative;
}
.content-div p{
    font-family: "OpenSans";
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    padding-left: 15px;
}
.content-div h4{
    line-height: 28px;
    font-family: "OpenSans";
    font-weight: bold;
     padding-left: 15px;
}
.read{
    
     font-family: "OpenSans";
    color: #fff;
    padding: 8px 15px;
    background-color: #092C6E;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.doc-content{
    margin: 30px 0px;
}
/*****************gallery*********/

.gallery-read{
    font-family: "OpenSans";
    color: #fff;
    padding: 8px 15px;
    background-color: #092C6E;
    font-size: 14px;
    margin-top: 20px;

}

.proucts > h3 {
    font-size: 34px;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    font-family: 'Montserrat-Bold';
}

.proucts > p {
    font-size: 14px;
    text-align: center;
    color: #414141;
    font-family: 'OpenSans';
}

.our-gallery {
    position: relative;
    margin-bottom: 2rem;
	
}

.owl-carousel-gallery .owl-nav {
    left: 5%;
    position: absolute;
    top: -8%;
}

.owl-carousel-gallery .owl-prev {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    float: left;
    height: 50px;
    margin-left: 1rem;
    width: 50px;
    box-shadow: 1px 3px 5px 0px #000;
    transition: 1s;
}

.owl-carousel-gallery .owl-next {
    float: right;
    margin-left: 1rem;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 1px 3px 5px 0px #000;
    transition: 1s;
}

.fa.fa-long-arrow-left {
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 100;
    padding: 15px;
    transition: 1s;
}

.fa.fa-long-arrow-right {
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 100;
    padding: 15px;
    transition: 1s;
}

.owl-next:hover {
    background: #E74042 none repeat scroll 0 0;
    border: 1px solid #E74042;
    transition: 1s;
}

.fa.fa-long-arrow-right:hover {
    transition: 1s;
    color: #fff;
}

.owl-prev:hover {
    background: #E74042 none repeat scroll 0 0;
    border: 1px solid #E74042;
    transition: 1s;
}

.fa.fa-long-arrow-left:hover {
    transition: 1s;
    color: #fff;
}



.hvr-icon-forward.cus-read {
    display: table;
    float: none;
    margin: 0 auto;
}

.cptn03 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.cptn03 img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cptn03 .cptn {
    background: #092C6E;
    width: 100%;
    height: 30%;
    bottom: -10%;
    position: absolute;
    left: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cptn03 .cptn div {
    float: left;
    height: 100%;
}
.cptn03:hover .cptn h3 {
    margin-top: 8rem;
}
.cptn03 .cptn .fa {
    border: 2px solid #ffffff;
    border-radius: 50%;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: content-box;
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 16px;
    height: 10px;
    line-height: 11px;
    margin-top: 0;
    opacity: 0.53;
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.cptn03 .cptn .fa:hover {
    opacity: 1;
}

.cptn03 .cptn h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat-Regular';
    margin-top: 0;
    padding: 10px 25px;
}

.cptn03 .cptn p {
    color: #ffffff;
    display: table;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 25px;
    text-align: left;
    width: 90%;
}

.cptn03:hover img {
    bottom: 30%;
}

.cptn03:hover .cptn {
    bottom: 0;
       height: 100%;
    opacity: 0.7;
    
}

.gallery-read:hover{
    background-color: #E74042;
    transition: all ease 0.5s;
    color: #fff;
}
.our-gallery h2{
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    text-transform: uppercase;
    margin: 20px 0px 60px;
    color: #545454;
}
.our-gallery h2 span{
 border-bottom: 4px solid #092C6C; 
    padding: 5px 0px;
}
.item{
border-radius:5px
}
.navbar{
margin-bottom:0px;
}
/********** Counselling Section Start here *********/

.counselling h4 {
	color: #092c6e;
    font-family: "Montserrat-Bold";
    font-size: 15px;
	font-weight: bold;
    margin-top: 10px;
	text-align:center;
}

.counselling h2{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px;
    color: #545454;
}

.counselling .addInfo {
	margin-top: 7px;
	font-size: 15px;
	color: #333333;
	text-align: center;
	font-style: italic;
	font-family: "OpenSans";
}
.img-div-counselling{
    width: 40%;
    float: left;
}

.content-div-counselling{
    width: 70%;
    float: right;
 }

.content-div-counselling p{
    font-family: "OpenSans";
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    padding-left: 15px;
}


/********** End of Counselling section *************/

/************trainer section start here*********/

.trainer h2{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px;
    color: #545454;
}
.trainer h2 span{
  
 padding: 5px 0px;
}
.img-div-train{
    width: 25%;
    float: left;
}
.content-div-train{
    width: 70%;
    float: right;
  position: relative;
}
.content-div-train h4{
    line-height: 28px;
    font-family: "OpenSans";
    font-weight: bold;
     padding-left: 15px;
}
.content-div-train p{
    font-family: "OpenSans";
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    padding-left: 15px;
}
.testimonials h2{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px;
    color: #545454;
}
.testimonials h2 span{
 
 padding: 5px 0px;
}
.medicalTeam h2{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px;
    color: #545454;
	text-align:center;
}

.medicalTeam h4 {
	color: #092c6e;
    font-family: "Montserrat-Bold";
    font-size: 20px;
	font-weight: bold;
    margin-top: 10px;
	text-align:center;
 }

.medicalTeam .box {
	padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px 10px 0 0px;
    /*background: #F8F9FA;*/
	background: #FFF;
	box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
   /* border: 1px solid #CCCCCC;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;*/
    text-align: center;
}
.medicalTeam .title {
	color: #8B8989;
    font-family: "OpenSans";
    font-size: 16px;
	font-weight: bold;
    margin-top: 10px;
	text-align:center;
 }

.medicalTeam .designation {
	color: #8B8989;
    font-family: "OpenSans";
    font-size: 14px;
	font-weight: bold;
    margin-top: 10px;
	text-align:center;
 }

.medicalTeam .shortCnt {
	font-family: "OpenSans";
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
	min-height: 100px;
	margin-bottom: -10px;
}

.medicalTeam .read {
	font-family: "OpenSans";
    color: #fff;
    padding: 8px 15px;
    background-color: #092C6E;
    font-size: 14px;
    position: relative;
    bottom: 10px;
    right: 0;
}

/************* Clinical Associates *****************/

.clinical h2{
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px;
    color: #545454;
	text-align:center;
}
.clinical .row {
	padding-bottom: 30px;
}

.clinical_associates {
	padding-bottom: 30px;
	text-align: center;
}

.clinical .center {
    margin: 0 auto;
    width: 90%;
}

/*.clinical .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
}*/
/**********footer style start here*********/

footer{
    background-color: #092C6E;
    margin-top: 20px;
}

.footer-img-div {
	width: 30%;
	margin-top: 20px;
}
.special-info {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
    font-family: "OpenSans";
    font-size: 16px;
    line-height: 22px;
}

.special-info a{
	color: #FFFFFF;
}
.address h3{
    color: #FFAB40;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 30px;
}
.address h4{
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 30px;
}
.address p{
    color: #fff;
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 22px;
}
.address a{
    color: #fff;
}
.address{
    margin: 10px 0px;
}
.quick h3{
   color: #FFAB40;
    font-family: 'Montserrat-Bold';
    font-size: 20px; 
    margin: 42px 0px 25px;
    text-transform: uppercase;
}
.foot-nav li{
    line-height: 28px;
    color: #fff;
    font-family: "OpenSans";
    font-size: 14px;
    text-transform: capitalize;
}
.foot-nav li a{
    color: #fff;
}
.cptn a{
color:#fff;
}
.foot-nav{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.noticeline1{
	text-align: center;
	color: #FFAB40;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: bold;
    line-height:  40px;
	width: 100%;
}
.noticeline2{
	text-align: center;
	color: #fff;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: bold;
    line-height:  0px;
	width: 100%
}

.find {
margin-bottom: 20px;
}

.find a{
	color: #ffffff;
}
.find h4{
    color: #fff;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0px;
    text-align: center;
}
.social-icons li{
  float: left;
}
.social-icons{
    margin: 0 auto;
    display: table;
}
.social-icons li a{
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: block;
    margin-left: 10px;
    border-radius: 50%;
    transition: all ease .5s;
}
.social-icons li a:hover{
    background-color: #E74042;
    transition: all ease .5s;
}
.social-icons li a i{
    font-size: 22px;
    color: #092C6E;
    transition: all ease .5s;
}
.social-icons li a:hover i{
    color: #fff;
    transition: all ease .5s;
}
.fa.fa-facebook {
    padding: 11px 14px;
}
.fa.fa-twitter {
    padding: 11px;
}
.line{
  border-right: 1px solid rgba(255,255,255,.3);
    margin: 15px 0px;
}
.line2{
  border-left: 1px solid rgba(255,255,255,.3);
    margin: 15px 0px;
}
.fa.fa-google-plus {
    padding: 10px 7px;
}
.fa.fa-linkedin {
    padding: 9px 12px;
}
.fa.fa-youtube {
    padding: 11px;
}

.copy{
 background-color:#002560;
 line-height:49px;
}
.copy p{
text-align:center;
color:#fff;
font-family: opensans;
font-size:14px;
}
.copy .branch a{
	color: #FFAB40;
}
/******over animation***********/



.post_content {
      background: #fff;
      bottom: 0;
      height: 35%;
      position: absolute;
      width: 100%;
      transition: all 0.5s ease 0s;
  }
  
  .post_img {
      position: relative;
  }
  
  .post_img img {
      border: 1px solid #bfbfbf;
  }
  
  .post_img img {
      border: 1px solid #bfbfbf;
  }
  
  .post_img:hover .post_content {
      height: 100%;
      transition: all 0.5s ease 0s;
      background: rgba(179, 71, 170, 0.8);
  }
  
  .post_img:hover .date_block {
      margin-left: 10px;
      margin-right: 10px;
      padding-bottom: 50px;
      padding-top: 30px;
      transition: all 0.5s ease 0s;
  }
  
  .post_img:hover .date_block p {
      color: #fff;
  }
  
  .post_img:hover .post_content > h2 {
      margin-top: 5em;
      padding-left: 10px;
      padding-right: 10px;
      transition: all 0.5s ease 0s;
      color: #fff;
  }
  
  .post_img:hover .post_content > p {
      margin-top: 5rem;
      padding-left: 10px;
      padding-right: 15px;
      text-align: justify;
      transition: all 0.5s ease 0s;
      display: block;
  }
  
  .post_img:hover .post_arrow {
      opacity: 1;
      transition: all 0.5s ease 0s;
      padding: 8px 5px;
  }
  
  
  

.ovrly04 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    transition: 1s;
}
.ovrly04 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.ovrly04 .ovrlyT {
    background:rgba(9, 44, 108, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}
.ovrly04 .ovrlyB {
    background:rgba(9, 44, 108, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.ovrly04:hover .ovrlyT {
    left: 0;
    top: 0;
}
.ovrly04:hover .ovrlyB {
    left: 0;
    top: 0;
}
.ovrly04:hover .buttons .fa {
    opacity: 1;
}

.dtl {
    padding: 80px 20px 0;
    position: absolute;
    right: 0;
    text-align: justify;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: 1s;
    z-index: 0;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 9999;
}
.mdtl {
    padding: 90px 20px 100px 0px;
    position: absolute;
    right: 0;
    text-align: justify;
    top: 50%;
    transform: translateY(-70%);
    width: 100%;
    transition: 1s;
    z-index: 0;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 9999;
}
.ovrly04:hover .mdtl{
    color: #000000;
    
}
.ovrly04:hover .mdtl{
    background-color: transparent;
}
.ovrly04:hover .mdtl > a{
    
    color: #000000;
   transition: 1s;
}
.ovrly04:hover{
    color: #fff;
    
}
.ovrly04:hover .dtl{
    background-color: transparent;
}
.ovrly04:hover .dtl > a{
    
    color: #fff;
    transition: 1s;
}

.dtl > h3 {
   font-family: "OpenSans";
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-transform: capitalize;
}
.dtl > a {
    float: right;
    font-family: opensans;
    font-size: 13px;
    font-weight: 600;
    line-height: 3;
    text-transform: uppercase;
    color: #000;
}
.dtl > p {
    font-family: opensans;
    font-size: 14px;
    line-height: 23px;
}
.mdtl > h3 {
   font-family: "OpenSans";
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-transform: capitalize;
}
.mdtl > a {
    float: right;
    font-family: opensans;
    font-size: 13px;
    font-weight: 600;
    line-height: 3;
    text-transform: uppercase;
    color: #000;
}
.mdtl > p {
    font-family: opensans;
    font-size: 14px;
    line-height: 23px;
}
/************testimonials*************/

.doctor-profile>h4 {
    color: #092c6e;
    font-family: "Montserrat-Bold";
    font-size: 18px;
    margin: 10px 0;
    text-transform: capitalize;
}
.slider2 .slide img {
    float: left;
    border-radius: 50%;
    border: 1px solid #CFD0D3;
    margin: 10px;
}
.doctor-profile p {
    color: #9b9b9b;
    font-style: italic;
    padding: 5px 0;
    font-family: opensans;
    font-size: 16px;
    line-height: 22px;
}
.doctor-profile {
    padding: 12px;
}
.doctor-profile > a{
    font-family: opensans;
    font-size: 16px;
    float: right;
	margin-bottom: 20px
}
.testimonials{
    position: relative;
}
.bx-viewport{
    margin-top: 3em;
}

/********wp style*****/
.dropdown-menu {
    background-color: rgb(9, 44, 108);
}
.dropdown-menu > li > a{
    padding: 10px 20px;
    transition: all ease .5s;
    text-transform: capitalize !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    transition: all ease .5s;
	color: #ce1650 !important;
	background-color: #babfc6 !important;
	transition: all ease 0.5s;
	box-shadow: 0px 0px 130px #000000;
	z-index: 2;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	transition: all 200ms ease-in;
	transform: scale(1);
	border-radius: 12px;
	
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background-color: transparent;
    color: #ce1650 !important;
}
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .menu-item-object-category.current-menu-item > a,.navbar-nav .menu-item-object-category.current-menu-item > a {
   color: #f1fe5b !important;
    outline: medium none;
    outline-offset: 0;
    transition: all 1s ease 0s;
}
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .menu-item-object-category.current-menu-item > a,.navbar-nav .menu-item-object-category.current-menu-item > a {
   color: #f1fe5b !important;
    outline: medium none;
    outline-offset: 0;
    transition: all 1s ease 0s;
}
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .menu-item-object-category.current-menu-item > a,.navbar-nav .menu-item-object-category.current-menu-ancestor > a {
   color: #f1fe5b !important;
    outline: medium none;
    outline-offset: 0;
    transition: all 1s ease 0s;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
/*****form search*****/
.home-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(9,44,108,.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.desktop .submenu-desktop::after {
    position: absolute;
    right: 10px;
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    color: #6B6666;
}
.copy-right span{
  color: #4BA547;
}
.home-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 999;
}

.home-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: 'Antonio-Light';
}

.home-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 10px;
    margin-left: -45px;
    font-family: 'Antonio-Light';
}
.home-search .btn-primary{
  background-color: rgb(59,57,57);
    border: 1px solid rgb(59,57,57);
}
.home-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: rgb(59,57,57);
	border-color: rgb(59,57,57);
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.navbar-default .navbar-nav > li > a{
   font-family: "OpenSans";
    font-size: 14px;
    padding: 0px 25px;
    margin: 10px 0px;
    color: #fff;
    border-right: 1px solid #fff;
	transition: all 200ms ease-in;
	transform: scale(0.9);   
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-default{
  /*background-color: #092C6C;*/
    border: none;
}
.navbar-default .navbar-nav > li > .active {
background-color: transparent;
	color: red; 
}

.navbar-default .navbar-nav > li > a:active > a:hover {

border-right: 1px solid #babfc6;
	background-color: #babfc6;
	color: #ce1650;
	transition: all ease 0.5s;
	box-shadow: 0px 0px 130px #000000;
	z-index: 2;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	transition: all 200ms ease-in;
	transform: scale(1);
	border-radius: 12px;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:active,.navbar-default .navbar-nav > li > a:focus{
  /* background-color: transparent;*/
	border-right: 1px solid #babfc6;
	background-color: #babfc6;
	color: #ce1650;
	transition: all ease 0.5s;
	box-shadow: 0px 0px 130px #000000;
	z-index: 2;
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	transition: all 200ms ease-in;
	transform: scale(1);
	border-radius: 12px;
}
/*
.nav.navbar-nav li:first-child a{
  padding-left: 0px;
}*/
.nav.navbar-nav li:last-child a{
  padding-right: 0px;
    border-right: none;
}

.wc-shortcodes-entry-summary {
	margin-top: 20px;
	margin-bottom: 0;
	font-family: "OpenSans";
    font-size: 16px;
    line-height: 23px;
}
.wc-shortcodes-read-more {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	font-family: "OpenSans";
	font-size: 12px;
}

.wc-shortcodes-post-border {
	border: 1px solid #dddddd;
	border-radius: 25px;
}


@media (min-width: 1300px) and (max-width: 1380px) {
.nav > li > a{
padding:10px 18px;
}
}

.post-1368 {
	background-color: #000;
}

.subheading2 {
	font-weight: bold;
	color: #0e7eba;
	font-size: 16px
}

li .circle {
	list-style-type: circle
}

.video-testimonial {
    border: 0px none !important;
	box-shadow: 5px 1px 5px 5px #aeaaaa !important;
	padding: 30px !important;
	font-family: 'OpenSans';
	background-color: #eee;
}

/* Five equal columns in Bootstrap 3 */

.col-xs-55, .col-sm-55, .col-md-55, .col-lg-55{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-55 {
    float:left;
}
.col-xs-55 {
    width: 20%
}

@media (min-width:768px) {
    .col-sm-55 {
        float: left
    }
    .col-sm-55 {
        width: 20%
    }
}

@media (min-width:992px) {
    .col-md-55 {
        float: left
    }
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width:1200px) {
    .col-lg-55 {
        float: left
    }
    .col-lg-55 {
        width: 20%
    }
} 
