@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500);

/* Normalize browser settings */
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;	
	 -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    font-smooth:always;
}


h1, h2, h3, h4, h5, h6, p, div, address, pre, body, ul, ol, figure{
	
	margin:0;
	padding:0;	
	list-style:none;
}
a{
	text-decoration:none;	
}
body{
	font-size:13px;
	line-height:20px;
	color:#222222;
	letter-spacing: 0.03em;
	overflow-x:hidden;
	font-family: 'Lato', sans-serif;
	
}
.col{
	float:left;
	padding:0 10px;
}
button{
	cursor:pointer;
}
input:focus, a:focus{
	outline:none;
	
}
.row {
	margin: 0 -10px;
}
input[type="submit"]{
	cursor:pointer;
}
.row:after {
	display:table;
	width:100%;
	content:"";
}
.left{
	float:left;	
}
img{
	max-width:auto;	
}
.text_right{
	text-align:right;	
}
.text_left{
	text-align:left;	
}

.text_center{
	text-align:center;	
}

.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }


/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	padding: 0 10px;
}

.right{
	float:right;	
}
.clear{
	clear:both;
}

.container{
	width:1326px;
	margin: 0 auto;
}
header{
	position:relative;
	z-index:2;
	background:#fff;
	box-shadow: 3px 0 6px #A9A9A9;
	-webkit-box-shadow: 3px 0 6px #A9A9A9;
	-moz-box-shadow: 3px 0 6px #A9A9A9;
	-ms-box-shadow: 3px 0 6px #A9A9A9;
}




.mobile_header, .mobile_menu_handler{
	display:none;	
}

.welcometext{
	padding:20px;	
	text-align:center;
	margin-bottom:10px;
}
.welcometext h2{
	color:#222222;
	font-size:40px;
	line-height:48px;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:10px;	
}
.welcometext p{
	font-size:20px;
	color:#444444;
	line-height:30px;
}
.user_login {
	padding:5px 10px 5px 5px;
	background: #4cc1e1;
	margin: 10px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	height:30px;
}



.join_us{
	height:269px;
	background:#e5f9ff url(../images/irish-hands.png) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	text-align:center;
	width:100%;	
	display:table;
	
}

button.join{
	font-size:20px;	
}
.join_us .vtable{
	display:table-cell;
	vertical-align:middle;
	width:100%;	
	text-align:center;
}
.join_us h2{
	font-size: 38px;
	color: #4e4e4e;
	line-height: 60px;
	margin-bottom: 15px;
          font-weight: 500;
}
footer{
	padding:30px 0 10px;;
}
footer p{
	line-height:60px;
	line-height: 40px;
	font-size: 12px;
	color: #aeaeae;	
}
footer p a{
	color:#595959;	
}
footer p a:hover{
	color:#2188ca;	
}
footer li a{
	color:#383838;
	font-size:15px;	
          padding: 0px 0px 0px 0px;
}
footer .col.span_3{
/*	border-right:1px dashed #666;	*/
border-right: 1px dotted #515151;
}
footer .col.span_9{
	padding-left:30px;	
}
footer .col.span_9 h3{
	color:#4cc1e1;
	font-size:19px;
/*	line-height:48px;*/
  padding-bottom: 10px;
  font-weight: normal;
}
footer h5{
	font-size:14px;
	text-transform:uppercase;
	color:#676767;	
	margin-bottom:10px;
}
ul.liarrow li {
	margin-bottom: 5px;
	padding-left: 15px;
	background:url(../images/listarrow.png) no-repeat 0 7px;
}
.liarrow {
	margin-bottom:15px;
          height: 107px;
}
.nolist li{
	margin-bottom:5px;	
}



.button{
background: #f7f7f7;
color: #009bc4;
  border: 1px solid #4cc1e1;
padding: 5px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-webkit-border-radius: 3px;
font-size:14px;
}



header .col.span_3.right{
	width:auto;	
}
.user_login p{
	font-size:14px;
	color:#fff;
	line-height:18px;
}
.user_login img{
	margin-right: 10px;	
}
.user_login span{
	vertical-align: middle;
	display:inline-block	
}
ul.social li {
	display: inline-block;
	margin-right: 10px;
}
ul.social li a{
	display: inline-block;
	width: 25px;
	height: 25px;
	background:url(../images/sociallink.png) no-repeat;
	text-indent:-1000em;
}
ul.social li.pintrest a{
	background-position:0 0;	
}
ul.social li.facebook a{
	background-position:-37px 0;	
}

ul.social li.twitter a{
	background-position:-77px 0;	
}



.top_menu{
	margin-top:18px;	
}
.top_menu li {
	display: inline-block;
	vertical-align:middle;
          padding: 0px 10px;
          position: relative;
}
.top_menu li a{
	display: inline-block;
	padding:2px 5px;
	font-size:13px;
	color:#4e4e4e;
	text-transform:uppercase;
}
.top_menu li ul{ 
	display:none; position: absolute!important; 
	right: 0px;
	padding-top: 12px;
	z-index: 11;
        color: #000!important;
}
.top_menu li:hover ul { 
	display:block; 
	position: absolute!important;
}
.top_menu li:hover li { 
	float: none!important;
}
.top_menu li:hover a {
	 background: tranparent;
	}
.top_menu li:hover li a:hover { 
	background: tranparent;
         color: #000!important;
}
.top_menu li ul li {
	border-top: 0px;
	font-size: 15px;
/*	width: auto;*/
/*        width: 150px;*/
        padding: 0px 30px!important;
	background: #fff;
	padding:0px 30px!important;
	margin-top: 0px;
	display:block;
	cursor:pointer;
        color: #000!important;
        text-align: center;
        border-bottom: 1px solid #E0E0E0;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
	
}
.top_menu li ul li a{
	font-size:12px!important;
	display:block!important; 
	padding:10px 0px!important;
	}
.top_menu li ul li a:hover{
	color:#000000!important;
	}
.top_menu li:last-child{
     padding: 0px 30px 0px 0px;
            
        }        

        
span.dparrow {
	display: inline-block;
	width: 11px;
	height: 10px;
	background:url(../images/dparrow.png) no-repeat 0 0;
	vertical-align:middle;
}
span.dparrow-top-menu {
	display: inline-block;
	width: 11px;
	height: 10px;
	background:url(../images/dparrow-top.png) no-repeat 0 0;
	vertical-align:middle;
}

section.graph {
	background: #f4f2f3;
	padding: 10px 0;
}

.click_but {
	
        position: absolute;
        bottom: -67px;
        left: 50%;
        margin-left: -50px;
  /* text-align: center; */
}
section.graph .col{
	padding:30px;
	text-align:center;
/*	border-right:1px dashed #515151;*/
        border-right: 1px dotted #515151;
}
section.graph .col:last-child{
	border-right:0;
}
section.graph .col h3{
	font-size: 32px;
	line-height: 40px;
	color: #4e4e4e;
	margin-bottom: 10px;
	font-weight: 500;
}
section.graph .col p{
	font-size:16px;
	line-height:24px;
	color:#353535;	
	margin-bottom:50px;
}

.discribedlogo{
	padding:50px 0;	
}
.discribedlogo .col{
	padding:30px 10px;
	text-align:center;
}
.discribedlogo .col h4{
	font-size: 22px;
	line-height: 28px;
	color: #353535;
	font-weight: 300;
	font-style: italic;
          height: 95px;
}

span.border {
	width: 96px;
	height: 1px;
	background: #4cc1e1;
	display: inline-block;
	margin: 20px 0;
}
span.date {
	font-size: 13px;
	color: #4e4e4e;
}
section.testimonials {
	padding: 50px 0;
	background:url(../images/bg.png) repeat 0 0;
	border-top:1px solid #e6e6e6;
	text-align:center;
}
section.testimonials .vtable{
	background:#fff;
	border-radius:5px;
	border:1px solid #e6e6e6;
	padding:60px;
	width:auto;
	max-width:75%;
	margin:0 auto;	
	position:relative;
        box-shadow: 0px 1px #D5D5D5;
}
section.testimonials .vtable h2{
	font-size:32px;
        font-weight: 300;
		  line-height: 36px;
		
}
section.testimonials .vtable:after{
	width:47px;
	height:24px;
	content:"";	
	position:absolute;
	bottom:-24px;
	left:50%;
	margin-left:-23px;
	display:block;
	background:url(../images/tarrow.png) no-repeat 0 0;
}
.user {
	margin-top: 35px;
}
h3.username {
	color: #2198b9;
  	font-weight: normal;
  	font-size: 18px;
  	line-height: 23px;
  	padding-top: 10px;
}
h4.degree {
	font-size: 16px;
	color: #565656;
	padding-left:20px;
	background:url(../images/location.png) no-repeat 0 center;
	  cursor: pointer;
	  position:relative;
}

.join.button {
	background: #4cc1e1;
	color: #515151;
	border: 2px solid #4cc1e1;
	padding: 10px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 22px;
}
.home-heading {
  height: 200px;
}
.copyright{
	border-top:1px solid #ccc;
	margin-top: 20px;
	
}
.copyright p{
	font-size:12px;
	color:#656565;
	text-align:left;	
}
.app-store{
	padding:15px 30px;
	border-top: 1px solid #bec0bf;
	border-bottom: 1px solid #bec0bf;
/*  border-bottom: 2px solid #EEEEEE;*/
}
.app-store h3{
	font-size: 29px;
	line-height: 42px;
	color: #4e4e4e;
}
.app-store p{
	font-size: 20px;
	color: #656565;
        
}
.providers{
	width:10%;
	padding:0px 20px !important;
}
.down-arrow{
	text-align: right;
	padding: 6px 0px;
}
.download-app{
	padding:20px 0px;
          text-align: right;
   
}
.app-store-btn{
	height:60px; 
	width:163px;
	border: 1px solid #CDCDCD;
	border-radius:4px;
	padding:4px;
}
.app-store-btn span{
	display: -webkit-inline-box!important;
	padding:0px 2px;
}
.app-btn{
	width: 46.666667%;
}
.blank{
    
}
iframe {
	border:none;
	margin:0px!important;
}

.nolist{
	padding-left: 10px;
}
div#bx-pager a span.smalldes{
	font-size: 21px!important;
	font-weight: 300;
	line-height: 25px;
}
div#bx-pager{
	height:130px;
          background: #f4f2f3!important;
}
.li-padding{
	padding-bottom: 10px;
}
.learn-more-btn{
	color:#373737;
	background: #f7f7f7;
	border: 2px solid #4cc1e1;
	padding: 6px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
}
.left-quote-img{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 72px;
	height: 50px;
}
.right-quote-img{
	position: absolute;
	right: 11px;
	width: 72px;
	height: 50px;
	bottom: 0px;
}
div#bx-pager{
        border-right: none;
        border-left: none;
}
div#bx-pager a:last-child{
        border-right: none;
    
}
div#bx-pager a span.icon{
	width:36px;
}
div#bx-pager a.active{
	background: #e1f5fc;
}
.bx-wrapper .bx-controls-direction a{
	display: none;
}
.container{
	width:98%;
	margin: 0px auto;
}
iframe{
	width:100%!important;
	height:890px;
}
.find-heading h3{
	font-size: 28px;
	line-height: 40px;
	color: #4e4e4e;
	margin-bottom: 10px;
	font-weight: 600;
 
}
.find-heading {
	margin-bottom: 3px;
	padding: 10px 30px 5px 30px;
}
.find-heading-box{
	box-shadow: 0px 2px 2px #DFDFDF;
	border-bottom: 1px solid #DBDBDB;
}
.form-wraper{
	margin: 0px 20px;
/*  padding: 10px 30px 5px 30px;*/
}
.find-heading span{
	display: inline-block;
	vertical-align: middle;
/*	padding: 10px 0px 0px 0px;*/
	margin-top: 14px;
         
	position: relative;
	float: right;
}
.find-heading-link a{
/*	color: #757575;
	font-size: 14px;
	font-weight: 600;
	padding: 0 5px;
	margin-right:10px;*/
        color: #757575;
	font-size: 14px;
	font-weight: 600;
  /* padding: 0 5px; */
  /* margin-right: 10px; */
/*  border: 1px solid #E2E2E2;*/
/*  padding: 10px;*/
	margin-right: 16px;
}
.find-heading-link a.active{
	padding-bottom:5px;
	border-bottom:2px solid #009bc4;
	color:#009bc4;
	color: #009bc4;
        
}
.search {
	margin-top: 10px;
	margin-bottom: 10px;
}
.input-type{
	width:80%;
	margin: 0px auto;
	height: 34px;
	  border: 1px solid #DBDBDB;
	border-radius: 3px;
	
	background:url(../images/search.png) no-repeat 10px center;
	padding-left:30px;
	color:#565656;
          box-shadow: 0px 2px 2px #DFDFDF;
}
.findbutton {
	width: 16%;
	height: 34px;
	color: #fff;
	background: #4cc1e2;
	margin-left: 2.3%;
}
.user_find{
	padding: 5px ;
	background: #4cc1e1;
	margin: 10px 0px 0px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	height: 31px;
	width:16%;
	float: right;
	color:#fff;
	text-align: center;
}
.search span{
	vertical-align: middle;
	display: inline-block;
}
.doct-detail{
      margin: 0px -10px;
}
.doct-detail h5{
	background: #ffffff;
	color: #009bc4;
	font-size: 14px;
    
}
.doct-detail h4{
	background: #ffffff;
	color: #000;
	font-size: 12px;
          font-weight: normal;

    
}
.doct-detail h3{
	background: #FFFFFF;
	color: #596264;
	font-size: 12px;
	font-weight: normal;
}
.doct-detail-right {
	float: right;
/*    background:#fef3ed url(../images/h-icon.jpg) no-repeat 0 0;*/
}
.doct-detail-right img {
	float: right;
	position: relative;
	right: -11px;
}
.doct-detail-right h3{
	background: #ffffff;
	color: #596264;
	font-size: 11px;
	font-weight: normal;
	white-space: normal;
	float: right;
	margin-top: 3px;
	text-align: center;
}
.doct-detail-right h4{
	margin-bottom: 7px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
        text-align: center;
    
}
.button-book{
	background: #f9a038;
	border:1px solid #f9a038;
	color:#fff;
          padding: 5px 35px;
}
.button-book:active,.button-book:hover{
	background: #fff;
	border:1px solid #f9a038;
	color:#f9a038;
         
}
.button-book.active{
    background: #fff;
	border:1px solid #f9a038;
	color:#f9a038;
}
.find-heading-link {
	/*padding-top: 10px;*/
          margin: 18px 0px;
            padding-left: 10px;
}
.specialities{
	background:#fef3ed url(../images/spebg.png) repeat-x 0 0;
	height:42px;
	margin-top:0px;
	text-align:center;	
	padding:8px 0;
	border-top: 2px solid #E8C7B2;
	position:absolute;
	bottom:0;
	width:100%;

}
.specialities a{
	color:#009bc4;	
}
.map{
	position:relative;	
}
.tab{
	position:absolute;
	bottom:0;	
	  width: 100%;
}
.tab .row{
	margin:0;
	display:table;
	width:100%;	
}
.tab .col{
	padding:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;	
	position:relative;
}
.tab .col .cap{
	position:absolute;
	top:0;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	margin-top:-20px;
	top:50%;
	color:#fff;
}
.tab .col .cap h3{
	font-size:20px;
}
.tab .col img{
	width:100%;
	  vertical-align: top;
}
.tab .col .hover{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 155, 196, 0.43);
	display:none;
}
.tab .col:hover .hover{
	display:block;	
}
.doctor-img{
	width:100%;
        margin: auto;
        margin-left: -5px;
        margin-top:4px;
}

.scroll{
	margin: 0px -14px;
	padding: 12px;
	overflow: auto;
	height: 341px;
}
.degree_testimonial{
	font-size: 16px;
	color: #565656;
	padding-left: 20px;
}
.doctor-detail-box{
	border:1px solid #D7D6D6;
	overflow: auto;
	margin-top:10px; 
	padding:5px 0px;
	  border-top: 2px solid #2bb6dd;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 10px;
}
.provider-heading{
	padding:60px 0px;
}
.provider-heading h1{
	font-size: 48px;
	text-align: center;
	font-weight: normal;
}
.content-img-wapper{
	background: #efefef;
	padding: 30px 0px;
	margin:20px 0px;
	overflow: auto;
	text-align: center;
	border-top:1px solid #C5C5C5;
}
.content-img-wapper img{
	height: 223px;
	text-align: center;
}
.content-img-wapper h4{
	font-size: 26px;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
}
.content-img-wapper p{
	font-size: 18px;
	font-weight: lighter;
	padding: 20px 50px;
	line-height: 27px;
}
.our-partner{
	padding:50px 0px;
	text-align: center;
	margin-bottom: 20px;
}
.our-partner .col h4 {
	font-size: 22px;
	line-height: 28px;
	color: #353535;
	font-weight: 300;
	text-align: center;
	height: 95px;
}
.our-partner h1 {
	font-size: 48px;
	text-align: center;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin-bottom: 20px;
}
.our-partner h4 {
	font-size: 22px;
	text-align: center;
	font-weight: lighter;
	padding: 20px 60px;
	line-height: 27px;
	margin-bottom: 20px;
}
.our-partner img{
	text-align: center;
}
.our-partner p {
	font-size: 18px;
	font-weight: lighter;
	padding: 10px 50px;
	line-height: 27px;
	height: 125px;
        margin-bottom: 10px;
}
.learn-btn{
	padding: 12px 20px;
}
.contact-form{
	  background: #4b4b4b;
  overflow: auto;
  padding: 0px 0px 73px 0px;
  margin-bottom: 73px;
    
}
.contact-heading{
	text-align: center;
}
.contact-heading h2 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	padding: 40px 0px 40px 0px;
	margin: 20px 0px;
	color:#fff;
}
.form{
	width: 60%;
	margin: 0px auto;
	border: 1px solid #eee;
    
	background: #fff;
}
.contact-wapper{
	width: 80%;
	margin: 0px auto;
	padding: 30px 0px;
    
}
.submit-btn{
	text-align: center;
        margin-top: 18px;
}
.contact-input-type{
	width: 100%;
	border:1px solid #BEBEBE;
	height:42px;
	margin: 15px 0px;
	color:#575757;
	padding-left: 10px;
}
.select-input-type{
	width: 100%;
	border:1px solid #BEBEBE;
	height:42px;
	margin: 15px 0px;
	color:#BEBEBE;
	padding-left: 10px;
}
.submit-btn-input{
	padding:10px 50px!important;
}
.contact-wapper p {
	font-size: 17px;
	font-weight: lighter;
	line-height: 27px;
	padding: 5px 0px;
}
hr{
	width:98%;
   
}
.section-1{
	border-bottom: 1px solid #CFCFCF;
	overflow: auto;
}
.img-wrappr{
	margin-bottom:30px;
}
.img-wrappr1{
	margin-top:30px;
}
.stoelink{
	text-align:right;	
}
.stoelink a{
	display:inline-block;
	vertical-align:top;	
}
.searchheading{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
	margin-top:10px;
        font-weight: 600;
	color: #565656;
	font-size: 14px;
}
ul.searchlink li {
	font-size: 14px;
	line-height: 27px;
}
ul.searchlink li a {
	color: #29abce;
}
.searchby{
	display:none;	
}
.dropdown {
      border: 1px solid #ccc;
  padding: 10px;
  position: absolute;
  height: 305px;
  overflow: auto;
  background: #f4f2f3;
  display: none;
  margin: 0px auto;
  z-index: 11;
  box-shadow: 0px 1px 2px #D3D3D3;
  margin-top: 43px;
  margin-left: 34px;

}
.dropdown li {
	border-bottom: 1px solid #ccc;
	padding:10px 0;
}
.dropdown li:first-child{
	border-top:0;
	padding-top:0;	
}
.dropdown li:last-child{
	border-bottom:0;
	padding-bottom:0;	
}
.dropdown h4 a {
	color: #0199c2;
        font-size: 14px;
        font-weight: normal;
}
.dropdown p {
        color: #181818;
        font-size: 13px;
        font-weight: normal;
}
.dropdown address {
        color: #6C6C6C;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
	white-space: nowrap;
	letter-spacing: initial;
}
.doctsearchheading{
   
	padding-bottom: 5px;
	margin-top: 10px;
	font-weight: 600;
	color: #565656;
	font-size: 14px;
}
.drop-location-text{
	font-size: 12px;
	color: #0199c2;
	white-space:nowrap;
	font-weight: normal;
	letter-spacing: initial;
}

.drop-location-text img{
	vertical-align: bottom;
        padding-left: 5px;
}
.location-plus-icon{
	background:url(..images/plus-icon.jpg) no-repeat 0 0;
}
.location-minus-icon{
    
    
}
.flip-show-loacation{
	background: #fff;
	padding:0px -10px;
}
.panel{
	background: #fff;
}
.flip-show-loacation li .row{
/*      background: #fff;*/

}
.flip-box{
	padding: 8px 0px;
	background: #fff;
}
.flip-show-loacation .row{
       padding: 8px 0px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.flip-show-loacation li{
/*    border-bottom: 1px solid #ccc!important;
    background: #fff;
    padding: 8px 0px;
    width: 96%;
    margin:0px auto;*/
}
.suscribe-btn{
	margin-bottom: 20px;
}
.border{
	border-right: 1px solid #C5C5C5;
}
.find-doctor-head h4{
	font-size: 20px;
	font-weight: normal;
	white-space:nowrap;
}
.find-doctor-head{
	margin-top:30px;
}
.top-tab-box{
	margin-top:30px;
}
.search-input-type {
	width: 80%;
	margin: 0px auto;
	height: 34px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	background: url(../images/search.png) no-repeat 10px center;
	padding-left: 30px;
	color: #9E9E9E;
 
	font-style:italic;
}
.doctor-search{
	margin-top: 30px;
}
.search-button{
	width: 15%;
	height: 34px;
	color: #fff;
	background: #4cc1e2;
	margin-left: 2.3%;
	vertical-align: bottom;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.download-text{
	font-size: 19px!important;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px!important;
	margin-top: 10px!important;
}
.alphabet-search{
    
}
.alphabet-search ul{
	float: left;
	border-bottom: 3px solid #eee;
	margin:20px 0px;
}
.alphabet-search li{
	float: left;
	color:#50A8C0;
	padding: 2px 8px;
}
.alphabet-search li a{  color:#50A8C0;}
.doct-list{margin:20px 0px;}
.doct-list h5{
	color: #29abcd;
	font-size: 16px !important;
}
.prew-page{
	color:#A8A8A8;
	font-weight: bold;
	float: left;
	margin-right:15px;
	padding:5px 0px;
	font-size: 15px;
	margin-left:30px;
}
.prew-page a,.next-page a{  color:#A8A8A8;}
.prew-page a.hover,.next-page a.hover{ color:#009bc4;}
.next-page{
	color:#A8A8A8;
	font-weight: bold;
	float: left;
	padding:5px 0px;
	font-size: 15px;
}
.number-page{
	float: left;
	margin-right:15px;
}
.number-page ul{
    
}
.number-page ul li{
   float: left;
   padding:5px 8px;
   color:#767676;
   border:1px solid #ABABAB;
   font-weight: 600;
}
.number-page ul li a:hover{
   color:#009bc4;
}
.number-page ul li a{
     color:#767676;
      font-weight: 600;
      
}
.number-page ul li a.active{
     color:#009bc4;
     
}
.number-page ul li:last-child{
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.number-page ul li:first-child{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.network-right-sec{
    text-align: center;
    border:2px solid #85D1E5;
    border-radius: 5px;
    width: 83%;
  float: right;
}
.network-right-sec h4{
    font-size: 20px;
    text-align: center;
    padding:15px 0px;
}
.cities-detail{
    
}
.cities-detail ul{
    padding:20px 0px;
}
.cities-detail ul li a{
    color:#29abcd;
    padding: 5px 10px 4px 40px;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
     display: block;
     cursor: pointer;
}
.cities-detail ul li a.active{
    color:#000;
    border-top:1px solid #85D1E5; 
     border-bottom:1px solid #85D1E5;
     background: #fff8f5;
      color:#000!important;
      
     
}
.cities-detail ul li img{
 top: 24px;
  margin-top: 11px;
  padding: 0;
  margin-left: -8px;
  float: left;
  /* margin-top: -10px; */
}

.cities-detail ul li a:hover{
    color:#000;
    border-top:1px solid #85D1E5; 
     border-bottom:1px solid #85D1E5;
     background: #fff8f5;
      color:#000!important;
     
     
}

.Specialty-link a.active{
    color:#fff;
      background: #9B9595;
        border-top: 1px solid #9b9595;
  border-bottom: 1px solid #9b9595;
}
.network-heading{
    border-bottom:2px solid #85D1E5; 
}
.Specialty-list ul{}
.Specialty-list ul li{
    color:#009bc4;
    padding: 5px 10px 4px 0px;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
     display: block;
     
}
.Specialty-list ul li a{
    color:#009bc4;
   
}
.left-section{
    margin-left:30px;
}
.Specialty-link{margin-left:30px;}
.flip-show-loacation .row:first-child {
 
  border-top: 1px solid #ccc;
}

.input-type4{
    width: 80%;
  margin: 0px auto;
  height: 34px;
  border:none;
    font-size: 15px;
  padding-left: 1px;
  color: #565656;
 font-weight: bold;
 
}
.providers-box{
    width:112px;
    float: left;
    border-right: 1px solid #BDBDBD;
    padding:0px 10px;
}
.providers-box2{
    width:112px;
     float: left;
      padding:0px 10px;
}
.app-strore-box{
    float: right
}
.download-app-text{
    float: left;
    margin-left:20px;
     margin-right:20px;
     padding: 10px 0px 0px 0px;
}
.removeborder{
      border-bottom: 0px solid #ccc !important;
}
.down-arrow-img{
    left: 50%;
  position: absolute;
}
.our-partner-section{
    text-align: center;
     font-weight: lighter !important;
}
.our-partner-section img{
    width:161px;
    text-align: center;
    margin:0px auto;
}
.our-partner-section p{
  font-size: 18px !important;
  font-weight: lighter !important;
  padding: 10px 50px !important;
  line-height: 27px !important;
  height: 125px !important;
}
.h-icon{
     background-image: url(../images/h-icon.jpg);
     background-repeat: no-repeat;
     
}
.detail-section{
    margin-left: 10px;
}
.top_menu{
    width:400px;
}
.find-heading ::-webkit-input-placeholder {
 color: #565656;
 font-weight: bold;
}
.find-heading-link ::-webkit-input-placeholder {
 color: #565656;
 
}
.detail-btn{
/*    width:100%;
      background: #f9a038;
        padding: 5px 20px;*/
}
.center-line{
    width: 54%;
  float: right;
  display: block; height: 1px;
    border: 0; border-top: 1px solid #e5e5e5;
    margin: 1em 0; padding: 0;
      margin-right: 7px;
        position: relative;
        
    
        
}
.sign-in-container{
    width:519px;
    margin:30px auto;
    border:1px solid #ccc;
    padding-bottom: 15px;
     background: #ffffff;
}
.sign-in-container2{
    width:519px;
    margin:30px auto;
    border:1px solid #ccc;
    padding-bottom: 15px;
     background: #ffffff;
}
.sign-box{
/*    width:46%;
    margin:30px auto;
    border:1px solid #ccc;
      padding: 16px 10px;*/
 border-bottom: 1px solid #ccc;
  padding: 0px 10px 16px 10px;
}
.signin-heading h3{
    font-weight: 400;
    font-size:22px;
      padding:0px 0px 0px 52px;
    
}
.signin-heading h5{
    font-weight: 500;
    font-size:13px;
      padding:4px 0px 0px 52px;
      color:#989898;
    
}
.signin-heading{
    background-image: url(../images/signIn-1-icon.jpg);
     background-repeat:no-repeat;
       padding: 10px 10px 4px 10px;
    
}
.color-search-box{
    background: #c5e9f5;
     margin: 12px 42px;
  padding: 20px 0px;
 
}
.color-search-box.divider{
  
  background: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
.color-search-box.divider p{
    text-align: center;
}
.saved{
    width:34%;
    margin: 0px auto;
    text-align: center;
  margin-top: -22px;
  background: #fff;
  /* width: 40%; */
  padding: 0px 4px;
}
.saved p{
    font-size: 12px;
    color:#989898;
      letter-spacing: 3px;
    
}
.input-type-signin {
  
  margin: 0px auto;
    height: 44px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background: url(../images/sign-search-icon.jpg) no-repeat 10px center;
  padding-left: 40px;
  color: #565656;
   float: right;
  width: 96%;
  background-color: #fff;
    margin-right: -22px;
}
.input-type-signin2{
    width: 66%;
  height: 44px;
  border: none;
  padding-left: 10px;
  border: 1px solid #DBDBDB;
}
.color-search-box ::-webkit-input-placeholder {
 color: #989898;
 font-style: italic;
}
.city-type ::-webkit-input-placeholder{
    color: #989898;
    font-style: normal;
}
.signin-doctor-detail{
    padding: 10px 55px;
  height: 138px;
  overflow-y: auto;
  width: 93%;
  
}
.singin-doctr-detail h5{
    cursor: pointer;
}
.singin-doctr-detail h6{
    cursor: pointer;
}
.doct-img{
    cursor: pointer;
}
.doctor-scroll-box{
/*    height: 124px;
  overflow-y: auto;*/
}
.sign-ditail-wrap{

/*    background: url(../images/star-icon.jpg) no-repeat ;*/
      background-position: right;
      
      position: relative;
    
}
.sign-ditail-wrap h6{
     font-size: 12px;
     color: #989898;
     font-weight: normal;
}
.sign-ditail-wrap h5{
     font-size: 15px;
     padding-bottom: 4px;
    
}
span.star-icon{
    padding-top: 16%;
    background-image: url(../images/star-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    width:20px;
    background-position: center;
    
}
span.star-icon.selected-star{
    padding-top: 16%;
    background-image: url(../images/normal-star-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    width:20px;
    background-position: center;
    
}

.sign-ditail-wrap span img{
/*      -webkit-filter: brightness(1.0) grayscale(1) opacity(.7);*/
}
.btn-container{
     width:46%;
    margin:30px auto;
    
    padding-bottom: 15px;
}
.bottom-btn-section h5 {
      font-size: 15px;
      text-align: center;
        font-weight: 400;
}
.bottom-btn-section a {
      font-size: 15px;
      text-align: center;
        font-weight: 400;
        color:#000;
}
.signin-button{
     height: 36px;
  width: 64px;
  background: #f0ad4e;
  /* border: 2px solid #e47d21; */
  border-radius: 5px;
  color: #fff;
   border: 1px solid #f0ad4e;
}
.signup-button{
       height: 36px;
  width: 64px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  color: #000000;
}
.btn-sec{
      text-align: center;
      margin-top:20px;
}
.address-box{
      background: #e4f5e3;
    height: auto;
  width: 73%;
  margin: 20px auto;
    border: 2px dashed #b3d0b4;
      padding: 10px 0px;
}
.signin-wapper{
     background: url(../images/blue-background-bg.jpg) no-repeat ;
       background-size: cover;
       padding:45px 0px;
}
.address-detail h4{
      font-size: 15px;
        color: #575757;
}
.address-detail h5 {
    font-size: 12px;
  color: #989898;
  font-weight: normal;
    
}
.address-detail h6 {
   font-size: 12px;
  color: #588f58;
  font-weight: normal;
    
}
.change-button{
   
    width: 100%;
  background: #ffffff;
  height: 34px;
  border: 2px solid #b3d0b4;
  border-radius: 4px;
  color: #8BB08D;
    margin-top: 5px;
}
.check-input-type{
    color:#b3d0b4;
      width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #E4F5E3;
  background-color: #fff!important;
    vertical-align: middle;
}
.signin-input-type{
    width: 74%;
  margin: 8px 13%;
  border: 2px solid #D9D7D8;
  height: 46px;
  padding-left: 10px;
  border-radius: 3px;
    font-size: 16px;
  
}
.input-box ::-webkit-input-placeholder{
    color:#575757;
    font-size: 14px;
    
}
.loginin-button{
/*    height: 42px;
  width: 97px;
  background: #4cc1e2;
  border: 2px solid #2aadd9;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-left: 13%;
  margin-top: 9px;*/
height: 36px;
  width: 57px;
  background: #4cc1e2;
  border: 1px solid #4CC1E2;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-left: 13%;
  margin-top: 9px;
}
.loginin-button:focus{
    /* outline: none; */
  outline-color: #eee;
  outline-style: hidden;
  outline-width: initial;
}
.retrive-login h3{
    font-weight: 400;
   font-size: 22px;
  padding: 0px 0px 0px 10px;
  line-height:24px;
}
.retrive-login h5{
    font-weight: 400;
   font-size: 22px;
  padding: 5px 0px 0px 10px;
  color:#4cc1e2;
  
}
.forgot-password-box{
    background: #ffffff;
  height: auto;
  width: 73%;
  margin: 10px auto;
 border-bottom:1px solid #ccc;
  padding: 10px 0px;
}
.forgot-password-box h5{
    text-align: center;
    color:#4cc1e2;
    font-size: 13px;
    font-weight: 500;
}
.retrive-input-type {
  width: 66%;
  margin: 8px 17%;
  border: 2px solid #D9D7D8;
  height: 46px;
  padding-left: 10px;
  border-radius: 3px;
  font-size: 16px;
}
.continue-button {
/*  height: 42px;
  width: 97px;
  background: #4cc1e2;
  border: 2px solid #2aadd9;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-left: 17.5%;
  margin-top: 9px;*/
  height: 36px;
  width: 75px;
  background: #4cc1e2;
  border: 1px solid #4CC1E2;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-left: 17.5%;
  margin-top: 9px;
}
.continue-button:focus{
    outline: none;
}
.healow-ac-heading{
  background-image: url(../images/healow-ac-img.jpg);
  background-repeat: no-repeat;
  padding: 10px 10px 4px 10px;
}
.healow-ac-heading h3 {
  font-weight: 400;
  font-size: 22px;
  padding: 0px 0px 5px 52px;
}
.startby-button{
/*     height: 42px;
  width: 214px;
  background: #eeeeee;
  border: 2px solid #919191;
  border-radius: 3px;
  color: #736B6B;
  font-weight: 600;
  font-size: 15px;*/
height: 42px;
  width: 214px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.sign-up-container2{
      width: 60%;
  margin: 30px auto;
  border: 1px solid #ccc;
  padding-bottom: 15px;
  background: #ffffff;
}
.healow-ac-heading h5{
    font-weight: 500;
  font-size: 14px;
  padding: 4px 0px 0px 52px;
  color: #989898;
}
.add-bg{background: url(../images/faintgreen-bg.png) no-repeat;height: 362px;width: 432px; padding: 10px; margin-top: 25px; margin-right: 20px;}
.bdrbtm {
  border-bottom: 1px solid #cedbdf;
}
.add-line {
  font-size: 15px;
  color: #5c6667;
  padding-top: 16px;
}
.add-bg {
  background: url(../images/faintgreen-bg.png) no-repeat;
  height: 362px;
  width: 90%;
  padding: 10px;
  margin-top: 29px;
  margin-right: 20px;
  margin-bottom: 17px;
    background-size: 100% 100%;
}
.add-txt h5{
    text-align: center;
  color: rgb(63, 176, 208);
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}
.signup-input-type {
  width: 80%;
  margin: 8px 13%;
  border: 2px solid #D9D7D8;
  height: 46px;
  padding-left: 10px;
  border-radius: 3px;
  font-size: 16px;
}
.next-button {
/*  height: 45px;
 width: 81px;
  background: #4cc1e2;
  border: 2px solid #2aadd9;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-left: 5%;
  margin-top: 9px;*/
  height: 36px;
  width: 64px;
  background: #4cc1e2;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-left: 5%;
  margin-top: 9px;
}
.re-enter-btn{
	width: 70px !important;
	margin-left: 0px;
	font-size: 13px;
}
.back-button {
/*  background: #eeeeee;
  border: 2px solid #919191;
  border-radius: 3px;
  height: 45px;
  width: 81px;
  color: #919191;
    margin-left: 13%;*/
background: #FFFFFF;
  border-radius: 5px;
  height: 36px;
  width: 64px;
  color: #080808;
  margin-left: 13%;
  border: 1px solid #BBBBBB;
}
.input-box{
    margin-top:20px;
}
.detailss{
    text-align: center;
      margin-top: 101px;
}
.detailss h5{
     font-size: 13px;
}
.detailss p{
    font-size: 11px;
  color: #939393;
}
.skip-button{
/*   height: 45px;
  width: 81px;
  background: #4cc1e2;
  border: 2px solid #2aadd9;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  margin-top: 14px;*/
  height: 36px;
  width: 64px;
  background: #4cc1e2;
  border: 1px solid #4CC1E2;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-top: 14px;
}
.skip-button:focus,.continue-button:focus,.next-button:focus{
   outline-color: #eee;
  outline-style: hidden;
  outline-width: initial;
    
}
.img-box{
    text-align: center;
}

.trouble-log a{
    
    color: #575757;
  font-weight: bold;
  margin-left: 33%;
  text-decoration: underline;
}
.birthdy-box{
   
    background: url(../images/celender.jpg) no-repeat;
  background-position: right;
  position: relative;
}
.img1-box{
      display: inline-flex;
      margin-left:5px;
}
.img1-box img.unactive{
    -webkit-filter: brightness(1.0) grayscale(1) opacity(.7);
    color: #575757;
}
.img1-box p{
    padding-top: 10px;
  padding-left: 10px;
  color: #575757;
  font-size: 16px;
}
.doct-links{
      padding-left: 31px;
}
.bx-section{
    width: 600px;
  margin: 0px auto;
    margin-top: -92px;
    background:transparent!important;
    
}
div#bx-pager1{
    border-right: none;
  border-left: none;
  height: 130px;
 
   background-color: rgba(0, 0, 0, 0.6);
  
}
div#bx-pager1 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  
  color: #ffffff;
}
div#bx-pager1 a span.icon {
  width: 36px;
}
div#bx-pager1 a span.icon {
  width: 30px;
  margin-right: 15px;
}
div#bx-pager1 a span {
  vertical-align: middle;
  display: inline-block;
}

div#bx-pager1 a span.smalldes {
  font-size: 20px!important;
  font-weight: 300;
  line-height: 24px;
}
div#bx-pager1 a span.smalldes {
  display: inline-block;
  text-align: left;
}
.doc-wapper{
      height: 104px;
}
.doc-img{
    
}
.doc-detail{
    
}
.img_slider{
      
/*        height: 498px;*/
height:auto;
  
}
.text-img{
  
    color: #fff;
  font-size: 18px;
/*  float: left;*/
  padding: 30px 22px;
  text-align: center;
  font-weight: 300;
    
}
.text-heading{
/*     padding-top: 106px;
       padding-bottom: 92px;*/
       padding-top: 106px;
  padding-bottom: 92px;
  width: 50%;
  margin-left: 50%;
}
.text-heading h1{
    color: #fff;
  
/*  text-align: center;*/
  font-size: 52px;
  font-weight: 400;
    padding-top: 41px;
    line-height: 50px;
}
.provider-wapper{
      background: url(../images/map-bg.jpg) no-repeat;
      background-size: cover;
  background-position: center;
}
.text-heading h5{
   color: #fff;
  padding-top: 27px;
/*  text-align: center;*/
  font-size: 25px;
  font-weight: 300;
}
.text-heading p{
   color: #fff;
  padding-top: 10px;
/*  text-align: center;*/
  font-size: 25px;
  font-weight: 300;
}
.section2{
    width: 898px;
  
  margin: 0px auto;
}

/* venu Code 3-4-15 Start */
.section3{ width: 898px; margin:45px auto;}
.map-img1 {  float: left;  margin-top: 56px;  width: 32%;  margin-left: 16%;}

/* venu Code 3-4-15 end */

.img-wappers{
   position: relative;
  bottom: 0;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
  left: 0;

}
.text-img-box1{
    
}
.text-img-box2{
    
}
.text-img-box3{
    
}
.text-scroll img{
    width:auto;
}
.text-scroll.bx-wrapper .bx-controls-direction a.disabled{
    display: block;
}
.our-partner .bx-wrapper .bx-viewport {
    height:255px!important;
}
.our-partner .bx-wrapper .bx-viewport .home_slider li p {
    font-weight: 300!important;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  color: #575757;
}
/*.our-partner .bx-wrapper .bx-controls-direction a.disabled{
    display: block;
}*/
.footer-box{
    
    background: #4cc1e1;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.footer-sign-up{
      text-align: center;
}

.signup-btn-input{
    width: 147px;
    height:42px;
    background: #fe9e2c;
    color:#ffffff;
    font-weight: 600;
  font-size: 16px;
    box-shadow: 1px 3px 3px #d57608;
  border: 1px solid #d57608;
}
.footer-sign-up{
    color:#ffffff;
    font-size: 17px;
  font-weight: lighter;
  line-height: 27px;
    padding: 25px 0px;
    text-align: right;
}
.footer-scroll-section{
 text-align: right;
     padding: 28px 12px;
}
.footer-scroll-section a{
  
    color: #ffffff;
  font-size: 17px;
  font-weight: lighter;
  line-height: 27px;
   text-decoration: underline;
  
    
}

.scroll-text-box img{
    vertical-align: middle;
}
.our-partner img{
    width:auto;
}
.our-partner .bx-wrapper .bx-controls-direction a{
    display:block;
   
  position: absolute;
  top: 31%;
  margin-top: -10px;
  outline: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  z-index: 9999;

}
.our-partner .bx-wrapper .bx-next {
  right: -10px;
  background: url(../images/controls.png) no-repeat -56px -1px;
}
.our-partner .bx-wrapper .bx-prev:hover {
  background-position: 0 -56px;
}
.our-partner .bx-wrapper .bx-prev{
  left: -10px;
  background: url(../images/controls.png) no-repeat 0 -2px;
}
.our-partner .bx-wrapper .bx-next:hover {
  background-position: -56px -56px;
}
/*.map-img{
    background: url(../images/map-pin-feature.png) no-repeat;
  height: 300px;
  border: 1px solid red;
  float: left;
  margin-top: 56px;
   padding-bottom: 92px; 
  width: 40%;
  margin-left: 5%;
}*/
.map-img{
  float: left;
  margin-top: 56px;
  width: 40%;
  margin-left: 5%;
}
#slide{
    width:100%;
}
.slider   { overflow:hidden; position:relative; }
.slider ul { margin:0; padding:0; width:100%!important; }
.slider li { float:left; margin:0 5px 0 0; list-style:none; }

@media (min-width: 765px) and (max-width:1047px){
    .center-line {
  width: 35%!important;
  margin-right: 3px;
}
}
.scroll-text i {
  background: url("../images/scroll-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 34px;
  margin: 0 0 0 8px;
  vertical-align: middle;
  width: 37px;
}
.scroll-text.uparrow i{
    background: url("../images/scroll-upicon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 34px;
  margin: 0 0 0 8px;
  vertical-align: middle;
  width: 37px;
}
.sign-ditail-wrap .row{
  border-bottom: 1px solid #eee;
  padding: 8px 0px;
}
.pac-container::after{
	background:none;
}

/* venu Code 3-4-15 Start */
@media screen and (max-width:1366px){
	.section3{ width: 898px; margin:0px auto;}
	.map-img1 { float: left; margin-top: 56px; width: 28%; margin-left:15%;}
	}
@media screen and (max-width:1280px){
	.section3{ width: 898px; margin:0px auto;}
	.map-img1 { float: left; margin-top: 56px; width: 32%; margin-left: 12%;}
	}
@media screen and (max-width:1024px){
	.section3{ width: 898px; margin:0px auto;}
	.map-img1 { float: left; margin-top: 75px; width: 32%; margin-left: 10%;}
    .text-heading{ margin-left: 59%; width: 40%;}
    .sec-2{ padding-left: 20px;}
	}

@media screen and (max-width:768px){
	.section3{ width:768px; margin:0px auto;}
	.map-img1 {float: left;  margin-top: 22px;  width: 37%;  margin-left: 0%;}
	.text-img-box1 { width: 256px !important;}
    .text-heading{ margin-left: 65%; width: 32%;}
    .content-img-wapper img{ max-width: 100%;}
    .doct-links{ padding-left: 0px;}
    
}
/* venu Code 3-4-15 end */


/* venu Code retrive-sign-in-password-flow 8-4-15 Starts */
.errorText{text-align: center;color: #ff0000;font-size: 13px;font-weight: 500;}
.closeIcn{background-position: right;  position: relative; right: -95%; top: -15px;}
.marL10{ margin-left:10px !important;}
.marR10{ margin-right:10px !important;}
.passwordSetText { text-align: center; color: #333333; font-size: 16px; font-weight: 500; margin:18px 0px 5px 0px;}
.passwordSetImg{ margin:0px;height:32px;}
.radio-divbox{border:solid 1px #ccc;width:335px; height:85px;padding:15px 0 0 0;margin: 0px auto;}
.radio-div1{border:solid 1px #ccc;width:415px; height: 100px;padding: 25px 0 15px 15px;margin: 0px auto;}
.brdNone{ border:0px none;}
.width90{ width:90% !important;}
.marL-per10{ margin-left:10% !important;}
.marL-per17{ margin-left:17% !important;}
.marBot10{ margin-bottom:10px !important;}
.marTopNone{ margin-top:0px;}
.marginNone{ margin:0px !important;}
.emailTxt{color:#333333;font-size:16px; margin:10px 0 10px 0;}
.emailTxtCont{color:#333333;font-size:14px;margin:10px 0 10px 0;}
.emailTxtCont a{color:#4cc1e1;font-size:14px;}
.resend{color:#333333;font-size:14px;margin:10px 0 0px 0;}
.resend a{color:#4cc1e1;font-size:14px; text-decoration:underline;}

.phoneVeriFic {color:#2bb6dc;font-size:18px; margin:10px 0px;} 
.height38{ height:38px;} 
.widAuto{ width: auto !important;}
/* venu Code retrive-sign-in-password-flow 8-4-15 Ends */


/* venu Code Help dropdown 9-4-15 Starts */

.help-wapper {
  background: url(../images/blue-background-bg.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0px;
  min-height: 580px;
}

.close1{background-position: right;position: relative;right: -97%; top: 21px;}

.needHelp-container {
  width:736px;
  margin:140px 0 30px -368px;
  border: 1px solid #ccc;
  padding-bottom: 15px;
  background: #ffffff;
  position:absolute;
  z-index:10000;
  left:50%;
}

.needHelp {
  padding:0px 10px 12px 10px;
  background:#f3f3f3;
}
.needHelp h2{color:#8e8e8e;font-size:22px; margin:4px 0 4px 18px;}
.needHelpDiv img{ margin:50px 0 0 0;}
.needHelpDiv h2{color:#474b52;font-size:22px; margin:20px 0 12px 0;}
.needHelpDiv h5{color:#747474;font-size:14px; margin:4px 0 26px 0px; line-height:18px;}


.needHelpTitle {
  color: #454545;
  font-size: 13px;
  font-weight: 500;
  text-transform:uppercase;
  margin:16px 0 4px 10px;
}

.help-input-type {
  background:url(../images/asterisk_icn.png) right top no-repeat;	
  width: 98%;
  margin: 10px 0;
  border: 1px solid #c4d3d8;
  height: 38px;
  padding-left: 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #898989;
}
.help-textarea-type {
  background: url(../images/asterisk_icn.png) right top no-repeat;
  width: 99%;
  margin: 10px 0;
  border: 1px solid #c4d3d8;
  height: 80px;
  padding: 10px 0 0 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #898989;
  resize: none;
  outline: none;
}
.needHelpSub-btn {
  height:48px;
  width: 150px;
  background: #4cc1e2;
  border: 1px solid #4CC1E2;
  border-radius: 4px;
  color: #fff;
  font-size:24px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin:15px 0 20px 0;
}

.needHelpDiv{ padding:10px 5px 0px 5px; min-height:320px;}


.gArrow{background: url(../images/up-greenArrow.png) right top no-repeat;
  width: 15px;
  height: 8px;
  display: block;
  position: absolute;
  right: 30px;
  top: -8px;}
  
.help_menu{
	margin-top:18px;	
}
.help_menu li {
	display: inline-block;
	vertical-align:middle;
          padding: 0px 10px;
          position: relative;
}
.help_menu li a{
	display: inline-block;
	padding:2px 5px;
	font-size:13px;
	color:#4e4e4e;
	text-transform:uppercase;
}
.help_menu li:last-child a:hover{ text-decoration:none;}
.help_menu li ul{ 
	 display:none; 
  position: absolute !important;
  left: -168px;
  top: 24px;
  z-index: 11;
  color: #000 !important;
  border: solid 2px #3bbcc1;
  background: #fff !important;
  width: 260px;
  padding:0px !important;
  margin: 0px;
  box-shadow: 0px 3px 20px #ccc;
}
.help_menu li:hover ul { 
	display:block; 
	position: absolute!important;

}
.help_menu li:hover li { 
	float: none!important;
}
.help_menu li:hover a {
	 background: tranparent;
	}
.help_menu li:hover li a:hover { 
	background: tranparent;
    color: #000!important;
}
.help_menu li ul li {
	font-size: 15px;
    padding:0px 0px !important;
	background: #fff !important;	
	margin-top: 0px;
	display:block;
	cursor:pointer;
	color: #000 !important;
	text-align: left !important;
	
}
.help_menu ul li a img{
	margin-right:12px;
}
.help_menu li ul li a{
  font-size: 15px !important;
  display: block !important;
  padding:10px 22px !important;
  margin: 0px;
  text-transform: none;
  color: #000 !important;
  border-bottom:solid 1px #E0E0E0;
  text-decoration:none;
	}
.help_menu li ul li a:hover{
	color:#000000!important;
	text-decoration:none;
	background: #F0F0F0;
	}
.help_menu li:last-child{
     padding: 0px 30px 0px 0px;
            
        }  
.sign-in-container2 .closeIcn{ top:10px;}
.btn-blue-book{background:#4cc1e1;color:#fff;font-size:14px;padding:7px 10px; border-radius:4px; border:1px solid transparent;}
.btn-blue-book:hover{ color:#fff; background:#37adcd;}
.mt5{ margin-top:5px;}
.ml5{ margin-left:5px;}
/* venu Code Help dropdown 9-4-15 ends */
/*Alternat-Search-15-04*/
.alternate-search{ height:620px; font-family: 'Source Sans Pro', sans-serif; background:url(../img/map-bg.jpg) repeat; width:100%; position:relative; padding:0px;}
.find-doc-spe{ background:#fff; box-shadow:0px 0px 10px #999999; padding:25px; width:60%; margin:0px auto; position:absolute; top:23%; left:20%;}
.find-doc-spe .fnd-txt{ color:#43515b; font-weight:bold; text-align:center; font-size:36px; text-transform:uppercase;}
.find-doc-spe .fnd-txt span{ color:#4cc1e1; font-weight:normal;}
.loc_dropdwn{ background:url(../images/loc_dropdwn.png) no-repeat; width:10px; height:10px; display:inline-block; vertical-align:baseline;}
.find-doc-spe .left-part{ float:left; width:91%;}
.find-doc-spe .right-part{ float:right;}
.spacer20{ margin-bottom:20px;}
.find-doc-spe .left-part{ border:1px solid #c6c9d1;}
.left-part .first{ width:231px; padding:10px; border-right:1px solid #c6c9d1; float:left;}
.left-part .middle{ margin-left:232px; position:relative; padding:19px 15px;}
.left-part .middle input{ width:92%; border:none;}
.btn-srch{ background:#ffffff; padding:10px 16px;; color:#6e6e6e; font-size:14px; border:1px solid #c6c9d1;}
.btn-srch:focus{ outline:none;}
.btn-f{ border-radius:3px 0px 0px 3px;}
.btn-l{ border-radius:0px 3px 3px 0px; margin-left:-4px;}
.btn-srch.active{ background:#009bc4; color:#fff; border-color:#009bc4;}
.srch-icon{ background:url(../images/search.png) no-repeat; width:15px; height:15px; display:inline-block; vertical-align:middle;}
.find-doc-spe .btn-blue-book{ padding:20px 15px;}
.find-doc-spe .specialities{ background:none; border:none; margin:0px auto; position:relative; height:auto; padding:0px;}
.find-doc-spe .spe-list-div{ display:none;}
.find-doc-spe .open .spe-list-div{ display:block;}
.find-doc-spe .open.viewlist .spe-list-div{ display:block; position:absolute; background:#fff; padding:10px; border:1px solid #ddd; z-index:99; width:95%;}
.find-doc-spe .open.viewlist .spe-list-div .searchby{ display:block;}
.find-doc-spe .spe-list-div .scroll{ margin:0px;}
.loc-cont{ margin:0px auto;}
.loc-cont .left{ float:left;}
.loc-cont .right{ float:left; margin-left:10px; margin-top:-14px; }
.loc-cont .right input{font-size:38px; color:#4cc1e1; font-weight:normal; height:44px; float:left; text-decoration:underline; text-transform:uppercase; font-family: 'Source Sans Pro', sans-serif;}
.find-city-btm{ position:absolute; left:20%; width:60%; bottom:5%; background:#fff; padding:10px; box-shadow:0px 0px 10px #999999;}
.find-city-btm .tab{ position:relative;}

@media screen and (max-width:1280px){
.find-doc-spe{ width:80%; left:10%;}
.find-city-btm{width:80%; left:10%;}
section.graph img{ width: 100%;}
section.graph .app-store-btns img{width: auto;}    
	}
@media screen and (max-width:1024px){
.find-doc-spe .fnd-txt{ font-size:27px;}
.loc-cont .right input{ font-size:26px;}
.find-doc-spe .left-part{ width:87%;}
.btn-srch{ padding: 10px 14px;}    
	}		
@media screen and (max-width:768px){
.find-doc-spe{ width:90%; left:5%;}
.find-city-btm{width:90%; left:5%;}
.find-doc-spe .left-part{ width:85%;}
.left-part .first{ width:100%; border-bottom:1px solid #c6c9d1; border-right:none; float:none;}
.left-part .middle{ width:100%; margin-left:0px;}
.fullwd{ width: 100%;}
.left-section{ margin-left: 0px;}    
	}		
/*End-Alternat-Search - 17-04*/
/*map-add-style 16-04*/
.map-div{ height:300px;}
.hosp-detail-map{ width:435px; font-family: 'Source Sans Pro', sans-serif; font-size:14px; padding:0px; color:#5e5e5e;}
.hosp-detail-map .tit{ background:#f2fcff; font-weight:500; padding:10px; border:1px solid #c4dde5;}
.hosp-detail-map .name-add { padding:15px 0px;}
.hosp-detail-map .first{ float:left; margin-right:10px;}
.hosp-detail-map .mid { float:left; width:230px;}
.hosp-detail-map .mid p{ font-weight:500;}
.hosp-detail-map .mid p a{ color:#2699bc; text-decoration:underline;}
.hosp-detail-map .last { float:right; background:#fefbe8; border:1px solid #e7e2c4; padding:5px;}
.hosp-detail-map .mid h3{ color:#0090b7; font-size:16px; font-weight:500;}
.blue-txt{ color:#0090b7;}
.avai-day{ border-bottom:1px solid #eeead2;}
.avai-day span{ color:#df8215;}
.btn-book{ border-radius:4px; background:#f9a037; color:#fff; font-weight:bold; margin-top:5px; padding:8px 40px; border:none;}
.btn-book:hover{ background:#f68f16;}
.doct-mlist{ background:#f5f5f5; border:1px solid #bababa; padding:10px;}
.doct-mlist p{ font-weight:500;}
/*map-slider-style*/
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.healow-item>img,.carousel-inner>.healow-item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}

.mb10{ margin-bottom:10px;}
.doct-info{ display:inline-block; text-align:center; border-right:1px solid #ddd; padding:0px 13px;}
.doct-info p{ color:#0090b7; font-size:13px;}
.doct-info.nobor{ border:none;}
.doct-mlist .carousel-control.left{ background: url(../img/leftarrow.png) no-repeat;height: 16px;width: 9px; position: absolute; top:35%;}
.doct-mlist .carousel-control.right { background: url(../img/rightarrow.png) no-repeat;height: 16px;width: 9px; position: absolute; top:35%;}
/*End - map-slider-style*/
/*End - map-add-style*/
/*location search style*/
.pac-container{border:1px solid #ccc; min-width:300px;}
.pac-container .pac-item{ background:#fff; padding:0px 5px; border:1px solid transparent;}
.pac-container .pac-item:hover{ background:#ddd; border-bottom:1px solid #ccc; border-top:1px solid #ccc;}
.pac-container:after{ display:none;}
.middle .doctor-img{ border:1px solid #afafad; width:67px;}
.borbtm{ border-bottom:1px solid #afafad; height:61px;}
.pro-div{ color:#dd8311; font-size:12px; padding:5px; vertical-align:middle;}
/*End location search style*/