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

*{
	margin:0;
	padding:0;
	}
body{
	background:#fff;
	/*font-family:'Roboto', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	}	
ul, li{
	list-style:none;
	}
a{
	text-decoration:none !important;
	}
img{
	max-width:100%;
	}
.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	}
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css'");
/*--color-change_for_placeholder(start)--*/
.container {
    max-width: 1260px;
    margin: 0 auto;
  }
.input_bgcolor::-webkit-input-placeholder {
   color: #fff !important;
}

.input_bgcolor:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;  
}

.input_bgcolor::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;  
}

.input_bgcolor:-ms-input-placeholder {  
   color: #fff !important;  
}



.con_input::-webkit-input-placeholder {
   color: #fff !important;
}

.con_input:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;  
}

.con_input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;  
}

.con_input:-ms-input-placeholder {  
   color: #fff !important;  
}

/*--color-change_for_placeholder(end)--*/	
/*-----------select drop_down_start--------*/	

.header_bg{
	background:#125149;
	padding:12px 0;
	}
.full_with{
	 clear: both;
    float: left;
    width: 100%;
}	

/*----nav_castom_start------*/
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	 /*padding: 20px 25px;*/
	 padding: 15px 25px 10px;
}	
.navbar-collapse{
	padding-left:0;
	padding-right:0;
	}
.navbar-default	{
	  background-image: none;
    border-radius: 0;
    box-shadow: none;
	 background-color: inherit;
	 border-top:none;
	 border-bottom:none;
	 border-left:none;
	 border-right:none;
	}
.navbar-nav {
    margin: 0 0;
	}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #5fd9d9;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
	color: #5fd9d9;
	background-color: inherit;
}	


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none
	}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: inherit;
    color: inherit;
}
.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
    color: #fff;
    display: inline-block;
    /*float: left;*/
    height: 0;
    margin: 6px 4px 0 0;
    text-align: left;
    vertical-align: middle;
    width: 0;
}


.dropdown-menu > li > a {
    clear: both;
   /* color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;*/
    padding: 3px 20px;
    white-space: nowrap;
	
	color: #000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	/*font-size:16px;
	line-height:20px;
	font-weight:400;
	text-transform:uppercase;*/

	
}	
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: inherit;
    background-image: none;
    background-repeat: no-repeat;
	background-color:inherit;
	color:#680f17;
	}
	.navbar{
	margin-bottom:0;
	}
	.radius{
	border-radius:0 !important;
	}
/*.navbar-nav > li {
    float: left;
    padding: 20px 25px;
}*/
/*.navbar-nav > li {
    padding: 20px 25px;
}*/
.navbar-nav > li:last-child {
	padding-right:0;
    /*padding: 20px 24px;*/
}		

/*-----nav_castom_end-----*/
/* Underline From Center(start) */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #35afaf;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Underline From Center(end) */
.logo{
	margin-top: 16px;
}	
.icon_color{
	color: #222;
	margin-left: 5px;
}
.input_pannel{
	/*background:#C3C3C3;*/
	/*background: url(../images/input_bg.jpg) no-repeat;*/
	background: #125149;
	background-size: cover; 
	/*padding:35px 0;*/
	padding:20px 0;
	 float: left;
    width: 100%;  
}
.total_inputbg{
	background: #168f9f;
	padding: 20px 20px 2px;
	width: 100%;
	clear: both;
	float: left;
	border-bottom: 4px solid #017d7f; 
}
.input_bgcolor{
	/*background: rgba(53, 179, 179, 0.3);*/ 
	background: none;
	/*border-right: 1px solid #35b3b3;*/ 
	/*border-top: none;
	border-left: none;
	border-bottom: none;*/
	padding-top:25px;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	border-radius:0; 
	box-shadow:none;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	border: 1px solid #3FB7CD;
}
.search_btn{
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	/*background: #35b3b3;*/
	background: #fdc400;
    padding: 10px 51px;
    border-radius: 0;
    border-bottom: 4px solid #c98c00;
    font-family: 'Raleway', sans-serif;
	font-weight: normal;
	 margin-left: 12px;
	/*transition:all 0.4s ease-in-out 0.6s;*/
}

.search_btn:hover{
	color: :#fff ;
	/*background:#fff;*/
	background: #fdaf00; 
}
.or_text{
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding-top: 10px;
	/*border-right: 1px solid #35b3b3;*/
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;

	/*line-height: 37px;
    padding-top: 8px;*/
    width: 5%;
    float: left;
}
.border_none{
	border-right: 0 !important;
}

/*--bootstap_input_type(start)--*/	
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #ace77b;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

/*.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}*/
/*--bootstap_input_type(end)--*/	

/*--new_scc_start(5-4-2016)--*/
.nav_top{
	width: auto;
	float: right;
	margin-bottom: 0;
	padding-left: 0;
}
.nav_top li{
	width: auto;
	float: left;
	margin-right: 17px;
	color: #fff;

	font-size: 18px;
	line-height: 22px;
	font-family:'Roboto', sans-serif;
}
.nav_top li:last-child{
	margin-right: 0px;
}
.nav_top li span{
	margin-right: 15px;
}
.nav_top li a{
	font-size: 15px;
	line-height: 19px;
	font-family:'Roboto', sans-serif;
	color: #fff;
}
.main_heading{
	color: #ace77b;
	font-size: 30px;
	line-height: 34px;
	margin: 60px 0 40px;
	font-weight: 300;
	position: relative;
	text-align: center;
	clear: both;
	width: 100%;
	float: left;
}
.main_heading span{
	font-weight: 500;
	color: #35b3b3;
}
.main_heading:before
{
    content: "";
    background: url(../images/left_line.png) no-repeat;
    position: absolute;
    left: 145px;
    top: 15px;
    width: 123px;
    height: 5px;
}
.main_heading:after
{
    content: "";
    background: url(../images/right_line.png) no-repeat;
    position: absolute;
    right: 145px;
    top: 15px;
    width: 123px;
    height: 5px;
}
.icon_pannel{
	width: 100%;
	clear: both;
	float: left;
}
.icon_box{
	border: 1px solid #dfdfdf; 
	padding: 20px 5% 50px;
	/*width: 98%;*/
	text-align: center;
	transition: all 0.5s ease-in-out 0.3s;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
}
.icon_box:hover{
	background: #e1e6e6;
}
.icon{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border:1px solid #35b3b3;
	color: #35b3b3;
	text-align: center;
	padding-top: 11px;
	margin: 0 auto;

}
.fa_font {
    font-size: 2.8em !important;
    font-weight: normal !important;
}
.icon_box h3{
	font-size: 20px;
	line-height: 22px;
	color: #35b3b3;
	font-weight: 500;
	margin: 27px 0 19px;

}
.icon_box p{
	font-size: 18px;
	line-height: 20px;
	color: #303030;
	font-weight: normal;
	font-family:'Roboto', sans-serif;
	margin-bottom: 20px;

}
.icon_box a{
	font-size: 14px;
	line-height: 20px;
	color: #35b3b3;
	font-weight: 500;

}
.top_doctorpannel{
	background: url(../images/top_doctor_bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 60px;
	background-attachment: fixed;
}
.top_doctorpannel .main_heading{
	color: #35b3b3;
}
.top_doctorpannel .main_heading span{
	color: #fff;
}

.carousel_bg{
	background: rgba(21, 160, 207, 0.3);
	padding: 30px 0 20px;
	text-align: center;
	border-bottom: 3px solid #8ba2a3;
}
.carousel_heading{
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
}
.carousel_heading a,
.carousel_heading a:hover{
	color: #fff;
	text-decoration: none;
}
.carousel_text
	{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
}
.customNavigation a {
    color: #fff !important;
}
.customNavigation a:hover {
    color: #fff !important;
}

.number_bg{
	background: #125149;
	text-align: center;
	padding: 25px 0 15px;
}
.number_bg h3{
	font-size: 36px;
	line-height: 40px;
	color: #8EAF3C;
	font-family:'Roboto', sans-serif;
	font-weight: 600;
	margin: 0 0 25px;
}
.number_bg p{
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-family:'Roboto', sans-serif;
	font-weight: 600;
	margin: 0;
}
.border-right{
	border-right: 4px solid #fff;
}
.professional_one{
	background: url(../images/pro_one.jpg) no-repeat;
	padding: 40px 8% 20px;
	text-align: center;
	margin: 50px 0;
	background-size: cover;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	min-height: 285px;

}
.prof_heading{
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	margin:0 0;
}
.prof_icon{
	background: #fff;
	width: 71px;
	height: 71px;
	border-radius: 50%;
	text-align: center;
	margin: 20px auto;
}
.prof_icon img{
	width: auto;
	padding-top: 10px;
}
.prof_text{
	font-size: 14px;
	line-height: 20px;
	color: #f0f0f0;
	font-weight: 500;
	margin-bottom: 25px;
}
.prof_btn{
	font-size: 24px;
	line-height: 28px;
	color: #0596de;
	font-weight: 500;
	background: #fff;
	border-bottom: 4px solid #2b5557;
	padding: 15px 80px;
	display: inline-block;
	transition: all 0.5s ease-in-out 0.5s;
}
.prof_btn:hover{
	background: #0596de;
	color: #fff;
}
.professional_two{
	background: url(../images/pro_two.jpg) no-repeat;
	padding: 65px 8% 20px;
	text-align: center;
	margin: 50px 0;
	background-size: cover;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	min-height: 285px;
}
.professional_two .prof_icon{
	background: #0596de;
	padding-top: 11px;
}
.professional_two .prof_heading{
	color: #35b3b3;
}
.professional_two .prof_text{
	color: #35b3b3;
}
.professional_two .prof_btn{
	background: #35b3b3;
	color: #fff;
}
.professional_two .prof_btn:hover{
	background: #0596de;
	color: #fff;
}

.question_pannel{
	width: 100%;
	clear: both;
	background: #35b3b3;
	padding: 30px 0;
	text-align:center;
}
.question_pannel h4{
	font-size: 27px;
	line-height: 31px;
	color: #fff;
	font-weight: 600;
	font-style: italic;
}
.question_pannel h4 a{
	font-size: 18px;
	line-height: 22px;
	color: #2b5557;
	font-weight: 500;
	transition: all 0.5s ease-in-out 0.5s;
	margin-left: 10px;
}
.question_pannel h4 a:hover{
	border-bottom: 1px solid #2b5557;
	color: #fff;
}
.video_bg{
	background: url(../images/video_bg.jpg) no-repeat;
	background-size: cover; 
	width: 100%;
	clear: both;
	float: left;
	background-attachment: fixed;
}
.video_bg .main_heading{
	color: #ace77b;
}
.video_bg .main_heading span{
	color: #fff;
}
.video_bg h5{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}
.video_frame{
	position: relative;
	margin-top: 36px;
}
.video_inn{
	left: 82px;
    position: absolute;
    top: 28px;
    width: 73%;

}
.contact_box{
	 float: right;
     width: 88%;
	clear: both;
	padding-bottom: 15px;
}
.contact_box h4{
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 15px;
}
.con_input{
	background: rgba(31, 111, 106, 0.5);
	border: 1px solid #168b8b;
	height: auto;
    padding: 15px 12px;
    font-size:18px;
    line-height: 22px;
    font-family: "Raleway",sans-serif;
    color: #fff;
}
.submit_btn{
	cursor: pointer;
	background: #189e9e;
	border:1px solid #018888;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	border-radius: 3px;
	padding: 10px 40px;
	float: right; 
	transition:all 0.4s ease-in-out 0.6s;
}
.submit_btn:hover{
	background: #fff;
	color: #114F48; 
}

.footer_top_bg{
	background: url(../images/footer_top_bg.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0 35px 
}
.footer_heading{
	font-size: 24px;
	line-height: 28px;
	color: #189e9e;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.footer_link{
	width: 100%;
	clear: both;

}
.footer_link li{
	width: 100%;
	clear: both;
	color: #003b3b;
}
.footer_link li a,
.speciality li a{
	color: #003b3b;
	font-size: 14px;
	line-height: 24px;
}
.speciality li,
.location li{
	cursor: pointer;
	color: #003b3b;
	font-size: 14px;
	line-height: 24px;
}
.footer_link li a:hover{
	color: #189e9e;
}
.footer_bottom{
	background: #dcdbdb;
	padding: 18px 0 6px;
}
.copyright_text{
	color: #35b3b3;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 15px 0 0;
}
.social_icon{
	width: auto;
	float: right;
}
.social_icon li{
	width: auto;
	float: left;
	margin: 0 4px;
}
.social_icon li a{
	transition: all 0.3s ease-in-out 0.3s;
}
.social_icon li a:hover{
	opacity: 0.5;
}
.owl-pagination{
	display: none;
}
.prof_icon a img{
	transition: all 0.6s ease-in-out 0.6s;
}
.prof_icon a img:hover{
	transform:rotate(360deg); 
	}
.mr20{
	margin-right: 20px;
}	


 /*--search_Result_page_start--*/
.bade_came{
 width: 100%;
 float: left;
 margin: 27px 0;
}
.bade_came li{
 width: auto;
 float: left;
 margin: 0 5px 0 0;
}
.bade_came li a{
 font-size: 18px;
 line-height: 22px;
 color: #303030;
}
.bade_came li a:hover{
 color: #35b3b3;
}
.bade_came li a.active{
 color: #35b3b3;
}
.book_pannel{
 width: 100%;
 float: left;
 clear: both;
 margin-bottom: 20px;
}
.full_withbook{
 padding: 20px 0;
 border-bottom: 2px solid #dfdfdf;
 float: left;
    width: 100%;
}
.book_pannel h3{
 color: #35b3b3;
 font-size: 24px;
 line-height: 28px;
 background: #f2f1f1;
 padding: 20px;
 border-bottom: 3px solid #3cb3b3;
 margin: 0;
}
.result_img a img{
 transition: all 0.6s ease-in-out 0.6s;
 border:1px solid #dcdcdc;
 border-radius: 50%;
}
.result_img a img:hover{
 transform: rotate(360deg);
}
.result_subheading{
 color: #35b3b3;
 font-size: 20px;
 line-height: 24px;
 position: relative;
 margin: 18px 0 0 0;
}
.result_subheading a{
 color: #35b3b3;
}
.result_subheading a:hover{
 color: #084447;
}
.result_subheading:after{
 position: absolute;
 right: 30%;
 top: 6px;
 content: "";
/* background: url(../images/heart.png) no-repeat;*/
 width: 14px;
 height: 14px;

}
.specialist{
 color: #707070;
 font-size: 13px;
 line-height: 17px;
 font-family:'Roboto', sans-serif;
 font-weight: 600;
 font-style: italic;
 margin: 5px 0 25px;
}
.spe_add{
 font-size: 14px;
 line-height: 20px;
 /*font-family: 'Raleway', sans-serif;*/
 font-family:'Roboto', sans-serif;
 color: #9c9c9c;
 width: 60%;
}
.agr_text{
 color: #737373;
 font-size: 17px;
 line-height: 21px;
 font-family:'Roboto', sans-serif;
 margin: 29px 0 20px;
 text-align: center;
}

.appoint_btn{
 font-size: 17px;
 line-height: 22px;
 color: #fff;
 font-weight: 500;
 background: #f7aa02;
 border-bottom: 4px solid #2c5d5f;
 padding: 12px 20px;
 display: inline-block;
 transition: all 0.5s ease-in-out 0.5s;
}
.appoint_btn:hover{
 background: #f7aa02;
 color: #fff;
}
.result_map{
 width: 95%;
 float: right;
 margin-top: 76px;
 border:3px solid #ededed; 
}
.book_pannel .prof_heading{
 color:#999;
 padding: 10px 0;
 text-align: center;
 width: 100%;
  border-bottom: 1px solid #3cb3b3;

}
.quesbade_came{
 width: 100%;
 margin:20px 0;
 float: left;
 clear: both;
}
.quesbade_came li{
 width: auto;
 margin-right: 20px;
 float: left;
}
.quesbade_came li a{
 font-size: 14px;
 line-height: 18px;
 color: #666;
}
.quesbade_came li a:hover{
 color: #35b3b3;
}
.quesbade_came li a.active{
 color: #35b3b3;
}


/*--details_page_start--*/
.dr_detailsbox{
 width: 100%;
 float: left;
 clear: both;
}
.dr_detailtop{
 width: 100%;
 float: left;
 clear: both;
 background: #f2f1f1;
 border-bottom: 1px solid #3cb4b4;
 padding: 23px 18px 18px;
 box-sizing: border-box;
}
.dr_detailtop img{
 border: 2px solid #018888;
 border-radius: 50%; 
}
.dr_detailbottom{
 width: 100%;
 float: left;
 clear: both;
 background: #f6f6f7;
 padding: 20px 18px 18px;
 box-sizing: border-box;
}
.dr_detailbottom p{
 font-size: 14px;
 line-height: 20px;
 color: #303030;
 margin: 0 0 15px 0;
}
.dr_appointment{
 width: 100%;
 clear: both;
 float: left;
 margin-top: 80px;
}
.dr_appointment .appoint_btn{
 display: block;
 text-align: center;
}
.dr_appointment_bottom{
 width: 100%;
 clear: both;
 float: left;
 background: #f2f1f1;
 padding: 20px 15px 20px 55px;
 box-sizing: border-box;
}
.details_text{
 color: #303030;
 font-size: 14px;
 line-height: 20px;
 margin: 0 0 5px 0;
}
.see_map{
 font-size: 14px;
 line-height: 20px;
 color: #35b3b3;
}
.border_green{
 border-bottom: 1px solid #35b3b3;
 padding: 7px 0 15px;
 display: block;
}
.consultation_heading{
 font-size: 16px;
 line-height: 20px;
 color: #35b3b3;
 font-weight: 600;
 margin-bottom: 3px;
}
.mb20{
 margin-bottom: 20px
}
.directions_box{
 padding: 15px 30px;
 background: #f8ffff ;
 border-bottom: 1px solid #dfdfdf;
}
.direction_heading{
 color: #35b3b3;
 font-size: 20px;
 line-height: 24px;
 margin: 0 0 10px;
}
.color_dgreen{
 color: #2b5557;
}
.color_black{
 color: #303030;
}
.color_green{
 color: #35b3b3;
}
.mt40{
 margin-top: 40px;
}
.pl10{
 padding-left: 10px;
}
.payment{
 width: 100%;
 float: left;
 clear: both;
}
.payment li{
 width: 100%;
 float: left;
 clear: both;
 font-size: 14px;
 line-height: 18px;
 color: #303030;
 font-weight: 600;
 margin-bottom: 10px;
}
.payment li img{
 float: left;
 margin-right: 15px;
 margin-top: 4px;
 width: auto;
}
.directions_box_two{
 padding: 15px 30px;
 background: #f8ffff ;
 border-bottom: 1px solid #dfdfdf;
}
.mb60{margin-bottom: 60px;}
.are_youbox{
 margin-top: 15px;
}
.are_youbox p{
 margin-bottom: 5px;
 text-align: left;
 padding-left: 11px;
}
.are_youbox_bot .con_input{
 padding: 11px 12px;
}
.are_youbox_bot .prof_btn{
   margin-top: 8px;
}
.mb50{
 margin-bottom: 50px;
}
.border_off{
 border: none;
}

/*--for_stylish_drop-down(12-04-2016)--*/
.pl0{
	padding-left: 0 !important;
}
.fancy-select option{
	padding:2px 5px;
	background: #146567;
}
.addon-addjust{
	padding: 0px 0px 0px 0px;
}
 .fancy-select {
   /*font-family: 'Lato',Arial,Helvetica,sans-serif;
 font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25em;*/
    padding:3px;
    min-width: 260px;
    margin: 0 5px;
    
  
    color:#fff;
    /*border: solid 1px #999999;*/
    
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .fancy-select {padding-right: 18px}
}

label.fancy-select-label {position: relative}
.notIE label.fancy-select-label:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1em;
    line-height: 2em;
  color: #ACE77B;
  right: 15px;
  height: 31px;
    padding-top: 2px;
  top: 3px;
  text-indent: 5px;
    /*border-left: solid 1px #bcbcbc;*/
    position: absolute;
    pointer-events: none;
}
.notIE label.fancy-select-label:before {
    content:'';
    right:6px; top:-9px;
    width:23px; height:31px;
  
    position:absolute;
    pointer-events:none;
    display:block;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    .notIE label:after
    {
        display:none;
    }
}

.new_panel ul
{
 margin:0px;
 padding:0px;  
 
}
.new_panel ul li
{
 margin-top:15px;
 margin-bottom:15px;  

}
.new_panel ul li a
{
    color: #003b3b;
    font-size:15px;
    margin-bottom:15px;
}
.new_panel ul li a:hover
{
 text-decoration:underline !important;
  color: #189e9e;  
}
.new_heading
{
font-family: 'Raleway', sans-serif;
font-size:25px;
margin-top:30px;
margin-bottom:30px;
color: #189e9e;    

}
.para_text
{
font-family: 'Raleway', sans-serif;
font-size:15px;
color: #003b3b;
margin-top:30px;
margin-bottom:0px; 


}
.para_text_one{
font-family: 'Raleway', sans-serif;
font-size:15px;
color: #003b3b;
margin: 0 0 0px;
padding-bottom:10px;  
  
}
.phone_panel
{

padding-top:15px;
 border-top:1px solid #003b3b;
border-bottom:1px solid;
width:100%;
float:left;
clear:both;
padding-bottom:15px; 

}

.ph_1
{
 float:left; 
}
.ph_2
{
 float:left;
 padding-left:25px;  
}
.para_t
{
margin: 0 0 5px;
color:#003b3b; 
}
.para_t_one
{
color:#003b3b; 

}
.message_panel
{
padding-top:15px;
width:100%;
float:left;   
}
.link_one{
color:#003b3b;  
}
.link_one:hover{
 color:#189e9e;
 text-decoration:underline!important; 

}
.heading_2{
 color:#189e9e; 
font-family: 'Raleway', sans-serif;
font-size:25px;
padding-bottom:20px; 

}
.input_panel
{
 padding-top:20px;
 padding-bottom:20px;  

}
.full_from
{
 text-align:center; 
}
.submit_btn_one{
 cursor: pointer;
 background: #189e9e;
 border:1px solid #018888;
 color: #fff;
 font-size: 20px;
 line-height: 24px;
 border-radius: 3px;
 padding: 10px 40px;
 float: right; 
 transition:all 0.4s ease-in-out 0.6s;
 width:100%;
 margin-bottom:10px;  
}
.submit_btn_one:hover{
 background:#189e9e;
 color:#fff;
}
.input_link
{
 margin-bottom:20px;
 margin-top:8px;  
}
.link_two
{
 text-align:center;
 color:#018888;
 font-family: 'Raleway', sans-serif;
 font-size:15px;  
}
.link_two:hover
{
color: #114F48;  
}
.glyphicon {
 /*top:9px;*/
 top: 2px;
 left:10px; 

}


.home_new
{
 float:none;
 text-align:center;

}
.heading{
 float:none;
 text-align:center;


}
.tabs_panel{
/ border:1px solid red; /

}
.new_tab_panel{
 margin-top:150px;
 margin-bottom:50px;  
}
.nav-tabs > li {
   
    padding-left:4px; 
    
}
.nav-tabs
{
 border:none;
}

.nav-tabs > li > a
{
border:none;
background-color: #eee;
color: #114F48;  
 }
 .nav-tabs > li > a:hover
{
border:none;
background-color:#fff;
color:#018888;  
 }
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor:pointer;
    color:#018888;
    border:none;   
 }
 .iccon_l
 {
  float:none;
  text-align:center;  

 }
 .new_text
 {
  float:none;
  text-align:center;
  font-size:15px;   
 }
 .para_list
 {
  padding-top:20px; 
 }
 .hed_1
 {   font-size:15px;
 font-family: 'Raleway', sans-serif;
 padding-top:30px;
 padding-left:20px;
 padding-right:20px;
 color: #303030;
    font-size: 14px;
    line-height: 20px;
     

 }
 .p1
 {
 font-family: 'Raleway', sans-serif;
 padding-top:7px;
 /*padding-bottom:30px;
 padding-left:20px;
 padding-right:20px;*/
 color: #303030;
    font-size: 14px;
    line-height: 20px;

 }
 .new_content
 {
 border:1px solid #ccc;
 width:100%;
 float:left;
 clear:both;
 margin-bottom:30px;    
 box-sizing: border-box;
 padding: 30px 30px;
 }
 .new_p
 {
  border:1px solid #ccc;
   margin-top:20px;
   border-bottom:0px;
   background-color: #fff;
  margin: -66px 80px -5px;
    position: absolute;
 }
 .new_one
 {   color: #189e9e;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align:center;
    padding-top:40px;  

   
}
.new_2
{
     color: #003b3b;
    font-size: 14px;
    line-height: 24px;
    text-align:center;
    padding-top:10px;  

}
.ic_i
{
text-align:center;
padding-left:30px; 

 }
 .ic_2
 {
padding-left:12px; 

 }

 .ic_4
{
text-align:center;
padding-left:30px;
padding-top:8px;  


}
.box_panel
{
 border-top:1px solid #ccc;
 margin-right:30px;
 margin-left:30px; 

}
.box_1
{


}
.p1
{
  color: #303030;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
}
.hed_2
 {   font-size:15px;
 font-family: 'Raleway', sans-serif;
 padding-top:30px;
 padding-left:20px;
 padding-right:20px;
 color: #303030;
    font-size: 14px;
    line-height: 20px;
     

 }
 /*---tab_designe(13-04-2016)ri---*/
 .tab_inner{
  margin: 0px;
 }
 .tab_heading{
    color: #35b3b3;
    font-size: 20px;
    line-height: 24px;
    margin: 18px 0 0;
    clear: both;
    width: 100%;
    float: left;
 }
.fourbox_pannel{
 width: 100%;
 clear: both;
 float: left;
}
.box{
 background: #299E9E;
 width: 100%;
 float: left;
 clear: both;
 border-radius: 5px;
 color: #fff;
 min-height: 163px;
}
.box:hover{
 color: #fff;
 background: #128787;
}
.box p{
 font-size: 14px;
 line-height: 19px;
 font-weight: 600;
 text-align: center;
 box-sizing: border-box;
 padding: 10px;
 color: #fff;
 text-transform: capitalize;
}
.tab_list{
 width: 100%;
 clear: both;
 float: left;
 margin: 20px 0;

}
.tab_list li{
 width: 100%;
 clear: both;
 float: none;
 background: url(../images/bullate.png) no-repeat center left;
 font-size: 16px;
 line-height: 22px;
 color: #999;
 padding: 5px 0 5px 39px;
}
.mt20{
 margin-top: 20px;
}
.see_btn{
 color: #315557;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.tab_revars{
 background: #C0C0C0;
 color: #000;
 padding: 15px 0;
 display: block;
 font-size: 20px;
 line-height: 26px;
 text-align: center;
 width: 100%;
 clear: both;
 float: left;
}
.tab_inner p{
 margin-top: 10px;
 width: 100%;
 clear: both;
 float: left;
}



#location-box,
#doctor-box{
	position: absolute;
	top: 0;
	left: 0;
	background: #146567;
    padding:0 10px;
    top: 47px;
    width: 100%;
    z-index: 999;
}

.edivpro .well{
	background-color: #e6f5f7;
	background-image: inherit;
	border-color: #daeff2;
}

.edivpro .form-control{
	border-radius: 2px;
	background-color: #f4f9fa;
	color: #189e9e;
	height: 40px;
	border: 1px solid #b4eaf1;
}
.edivpro .form-control::-moz-placeholder{
	border-radius: 2px;
	background-color: #f4f9fa;
	color: #189e9e;
	height: 40px;
}

.edivpro .btn-cta{
	margin-left: 0px;
	width: 100%;
}

.edivpro .nav_right{
	width: 100%;
	clear: both;

}
.edivpro .nav_right li{
	width: 100%;
	clear: both;
	color: #003b3b;
	padding: 10px 0px;
	font-size: 18px;
	background: url(../images/tick.png) 0px 4px no-repeat;
	padding-left: 30px;
	margin-left: 10px;
}


.edivpro .nav_right li a{
	color: #003b3b;
	font-size: 14px;
	line-height: 24px;
}
.edivpro .nav_right li a:hover{
	color: #189e9e;
}
.direction_heading i{
	font-size: 25px;
    left: -18px;
    position: absolute;
}

.consultation_heading i{
	font-size: 25px;
    left: 30px;
    position: absolute;
}
.help_footer{
	background: #125149;
	color: #fff;
	font-size: 20px;
	padding: 20px 10px;
	text-align: center;
	font-weight: bold;
}
.help_footer a{
	font-size: 15px;
	color: #35B3B3;
	font-weight: normal;
}
.help_footer a:hover{
	color: #35B3B3;
	text-decoration: underline;
}
.call p{
	margin-top: 10px;
}
.call p a{
	color: #333;
}

.refer_msg{
	display: none;
}

.thumbnails{
	width: 40px;
	height: 40px;
	border-radius: 0px !important;
	margin: 0px 5px 5px 0px;

}

#location-box .suggest-list{ 
	max-height: 300px;
	overflow-y: scroll; 
}

.information li{
	font-size: 16px;
}
.google-map-wrap {
    display: none !important;
}
#google-map {
    display: none !important;
}
.container-fluid.top_doctorpannel {
    display: none !important;
}
.col-md-3 {
    width: 50% !important;
}
.col-md-2.col-sm-2 {
    display: none !important;
}