@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900');

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #404040;
}

.redError{
    color:red;
}

.ellipsis {
    //white-space: nowrap;
    overflow: hidden;
    display: block;
}

.ellipsis .multiline {
    white-space: normal;
}

.alert-success {
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100000000;
  border-radius: 0px;
  padding: 9px 32px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #4E9E2D;
  border-color: #4E9E2D;
}

.alert-danger {
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000000000;
  border-radius: 0px;
  padding: 9px 32px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #F00;
  border-color: #F00;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  text-shadow: none;
}

.clr {
	width: 100%;
	height: 15px;
	float: left;
	display: inline-block;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.logobox {
	padding: 0px 0px;	
}

.navbar {
	background: #fff;
	float:left;
	width:100%;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav>li {
	margin-left:10px;
}
.navbar-default .navbar-nav>li>a {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 15px;
	font-weight:500;	
}

.navbar-default .navbar-nav>li>a:hover {
	background: #4646a8;
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #4646a8;
	color: #fff;
}

.topnav {
	float: left;
	width: 100%;
	padding:5px 0px 6px 0px;
	color:#eee4a6;
	background:#344f31;
}
.topnav a {
	color:#eee4a6;	
	margin-right:15px;
	font-size:14px;
}

.img-responsive {
	display: inline-block;
}
#navbar {
	margin-top:33px;
/*	margin-bottom:30px;*/
        margin-bottom: 18px;
}
.navbar-header {
	margin-top:10px;
}
.navbar-collapse {
	padding-right: 10px;
	padding-left: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff !important;
	background-color: #4646a8;
}

.dropdown-menu {
	background-color: #4646a8;
	padding: 0px 0;
	min-width: 216px;
}

.dropdown-menu>li>a {
	color: #fff !important;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: -1px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .dropdown-menu>li>a {
	color: #fff;
	background: #4646a8;
	padding: 5px 20px;
	border-bottom: 1px solid #5555af;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background: #5151b2;
}
.navbar-brand {   
    height: 84px;
    float:none;
    padding: 15px 0px;
}
.homeabout {
	background:#f6f6f6;
	float:left;
	width:100%;
	padding:30px 0px;
}
.technology {
	float:left;
	width:100%;
	padding:45px 0px;

}

.tech-img{
    background: url("../img/tech-box.jpg")no-repeat center;
    height:100px;
    background-size: cover;
}

.exp-img{
    background: url("../img/exp-box.jpg")no-repeat center;
    height:100px;
    background-size: cover;
    margin-bottom: 8px;
}
.technobox {
	border: 12px solid #f2f2f2;
	padding:18px;
}
.technology .read-more {
	float:none;
	display:inline-block;
	margin-top:10px;
}
.technology .lead {
	font-weight:500;
	font-size:18px;
	color:#000;
	margin-bottom:0px;
}
.black {
	color:#404040;
}
.red {
	color:#9a0c0c;
}
.green {
	color:#125b08;
}
.industryClient {
	background:#fff;
	float:left;
	color:#fff;
	text-align:center;
	width:100%;
	padding:30px 0px;
}
.industries a {
	color:#fff;
}
.navybluebox {
	background:#3e3e56;
	float:left;
	padding:15px !important;
	min-height:270px;
	transition: all 0.2s ease-in-out;
	margin-top:15px !important;
	margin-bottom:10px !important;
}
.navybluebox:hover {
	background:#33334a;
}
.navybrownbox:hover {
	background:#442d34;
}
.navygreenbox:hover {
	background:#2a4327;
}
.navygreenbox {
	background:#344f31;
	float:left;
	padding:15px !important;
	min-height:270px;
	transition: all 0.2s ease-in-out;
	margin-top:15px !important;
	margin-bottom:10px !important;
}
.navybrownbox {
	background:#513840;	
	float:left;
	transition: all 0.2s ease-in-out;
	padding:15px!important;
	min-height:270px;
	margin-top:15px !important;
	margin-bottom:10px !important;
}
#bpm {
	float:left;
	position:relative;
	width:100%;
	padding:0px 0px;	
	color:#fff;
	background: url(../img/bpmbg.jpg) repeat-x center;	
	background-attachment: fixed;	

}
.bpm-content {
	padding:50px 0px;
}
#bpm  h1 {
	font-size:30px;
	color:#fff;
}
.bpmodel a {
	color:#4646a8;
	//float:left;
	margin-top:30px;
	padding:8px 16px;
	border:0px;
	font-weight:600;
	background:#fff;
}
.bpmodel a:hover {
	color:#4646a8;
	background:#ececec;
	}
#contactbox {
	float:left;
	width:100%;
	padding:5px 0px;	
	color:#fff;
	background:#535353;	
	
}
.overlay {
	height: 100%;
    // z-index: 90;
    position: absolute;
    left:0px;
    right:0px;
    opacity: 0.6;
    background: url(../img/inner_header_overlay.png) repeat ;
}
#contactbox  h2 {
	font-size:22px;
	padding-bottom:10px;
	border-bottom:1px solid #4b4b4b;
}
#contactbox ul {
	margin:0px;
	padding:8px 0px 0px 0px;
}
#contactbox .read-more {
	margin-top:0px;
}
#contactbox ul li {
	list-style:none;
	display:inline-block;
	float:left;
	padding-right:10px;
}
#contactbox ul li:after {
	content:"|";
	padding:0px 5px;
}
#contactbox ul li:last-child:after {
content:"";
}
#contactbox a {
	color:#fff;
	text-decoration:none;
}
#contactbox a:hover,#contactbox .active {
	color:#fff;
	text-decoration:underline;
}
footer {
	background: url(../img/inner_header_overlay.png) repeat #2e2e2e;	
	// background: #2e2e2e;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 10px 0px;
}

footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
	color: #fff;
}
.footnav .bar{
	color: #fff;
	font-size: 12px;
    padding-left: 3px;   
    padding-right: 3px;
	
}

#homebanner {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 35px 0px;
	background: #f2f2f2;
}

.services {
	width: 100%;
	margin-top: -135px;
}

.servicebox {
	background: #fff;
	padding-bottom: 10px;
	border-radius: 30px;
}

.servicebox img {
	width: 100%;
	border-radius: 30px;
}

.servicebox h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;	
	text-align: center;
	color: #345dad;
}

.servicebox li {
	list-style: none;
	display: block;
	text-transform: uppercase;
	padding: 6px 0px;
}

.servicebox li:before {
	content: "\f138";
	margin-right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #345dad;
}

.servicebox a {
	color: #345dad;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	border-bottom: 2px solid #345dad;
	text-align: center;
}

.servicebox a:hover {
	text-decoration: none;
}

#location {
	float: left;
	width: 100%;
	background: url(../img/locationbg.jpg) repeat-x top #345dad;
}
.lightbluebox{
	background:#214793 !important;

}
.serviceprovide .servicetag, .addressbox {
	float:left;
	width:100%;
	margin-bottom:20px;
	border-bottom: 1px dashed #90a3c9;	
	padding-top:10px;
	padding-bottom:10px;
}
 .addressbox a {
	color:#fff;
}
.serviceprovide .servicetag span{
	background:#13367b;
	text-transform:uppercase;
	float:left;
	margin-right:8px;
	margin-bottom:10px;
	padding:4px 10px 7px 10px;
}
.timebox .row{
	border-bottom: 1px dashed #90a3c9;
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;	
}
.timebox .row .col-xs-6 {
	padding-left:0px;
	padding-right:0px;

}
h1 {
	font-weight: 500;
	color: #4646a8;
	font-size: 30px;
	

}

.appointment {
	background: url(../img/appointmentbg.jpg) no-repeat;
	min-height: 652px;
	font-size: 34px;
	border-radius: 25px;
	margin: 65px 0px 48px 0px;
	color: #fff;
	font-weight: 500;
	padding: 200px 15px 15px 15px;
}

.locationbox ul {
	margin: 0px;
	padding: 0px;
}

.bluebox {
	background: #13367b;
	border-radius: 25px;
	padding: 25px;
	margin: 65px 0px 48px 0px;
	color: #fff;
	min-height: 652px;
}

.locationbox h2, .lightbluebox h2 {
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.locationbox h2 span::before {
	background: url(../img/leftarrow.png) no-repeat;
	width: 51px;
	height: 10px;
	margin-top: 5px;
	content: "";
	left: 73px;
	position: absolute;
}

.locationbox h2 span::after {
	background: url(../img/rightarrow.png) no-repeat;
	width: 51px;
	height: 10px;
	content: "";
	position: absolute;
	right: 73px;
	margin-top: 5px;
}

.locationbox li {
	display: block;
	border-bottom: 1px dashed #90a3c9;
	list-style: none;
	padding: 15px 0px;
}

.locationbox li a:before {
	content: "\f0da";
	left: 40px;
	position: absolute;
	margin-right: 5px;
	font: normal normal normal 24px/1 FontAwesome;
}

.locationbox li a {
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.locationbox li a:hover,
.locationbox li .select {
	text-decoration: none;
	color: #4aa4ff;
}

#blog {
	float: left;
	width: 100%;
	padding: 65px 0px 65px 0px;
	background: url(../img/blogbg.jpg) repeat-x top #8fa3b6;
}

#blog h1 {
	margin-bottom: 40px;
}

a:hover {
	text-decoration: none;
}

.blogbox {
	float: left;
	padding: 292px 30px 25px 30px;
	border-radius: 10px;
}

.blogtitlebox {
	background: #fff;
	float: left;
	margin-top: -35px;
	padding: 25px 30px;
	border-radius: 20px;
}

.blogtitlebox h2 {
	font-size: 18px;
	font-weight: 400;
	color: #345dad;
}
.bloglist .col-sm-6 {
	margin-bottom:25px;
}
.post-meta {
    overflow: hidden;
    width: 100%;
    padding: 4px 0px;
    margin-top: 10px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.date {
    color: #0a58a7;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}
.post-meta span.date {
    padding-right: 10px;
}
.post-meta a.comments {
    padding-left: 22px;
    color: #333;
    float: right;
}
.post-datebox {
	float: right;
	margin-top: -55px;
	font-size: 16px;
	padding: 13px 20px;
	line-height: 16px;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #0a58a7;
	color: #fff;
}
.accordion {
	border: 1px solid #e6e6e6;
	margin-bottom:25px;
}
#accordion-first .accordion-group {
    margin-bottom: 0px;
	border-bottom:1px dashed #d8d8d8;
}
#accordion-first .accordion-group:last-child {
	border-bottom:0px solid #d8d8d8;
	
	}
#accordion-first .accordion-heading, #accordion-first .accordion-toggle:hover, #accordion-first .accordion-heading .accordion-toggle.active {
    background: none repeat scroll 0% 0% transparent;
	
}
#accordion-first .accordion-heading {
    border-bottom: 0px none;
    font-size: 16px;
    padding-left: 25px;
    background: #f7f7f7;
	padding-bottom:4px;
}

#accordion-first .accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    padding: 5px 0px !important;
    color:#000 !important;
	font-weight:400;
    outline: medium none !important;
    text-decoration: none;
}

#accordion-first .accordion-heading .accordion-toggle.active em{background-color: #0a58a7;}

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #0a58a7;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    height: 21px;
	font-weight:400;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    width: 21px;}
.accordion-inner {
	padding-left:5px;
	padding-right:5px;
	background: #f7f7f7;
}	
#rightnav .accordion-inner ul {
border: 0px solid #e6e6e6;
margin-bottom:0px;
}
.accordion-inner a{
	color:#5e5e5e;
	font-size:14px;
}
#accordion-first li a:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    /*color: #ff6600;*/
}
#accordion-first li a:hover,.accordion-inner .active {
	color:#fecc08 !important;
}
a {
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.chat
{
    list-style: none;
    margin: 0;
    margin-top:20px;
    padding: 0;
}
.chat .img-circle {
	border: 6px solid #bcbcbc;
	width:120px;
	margin-right:15px;
	height:120px;
}
.chat li
{
    margin-bottom: 38px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #bcbcbc;
}
.chat li:last-child
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: none;
}

.chat li.left .chat-body
{
    margin-left: 60px !important;
}

.chat li.right .chat-body
{
    margin-right: 60px !important;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
#appointment .dropdown-menu {
    background: #fff;
}

.read-more {
	color: #fff;
	padding: 8px 16px;
    border: 0px;
    float:left;
    margin-top:8px;
    font-weight: 600;	
	background:#4646a8;	
}
.read-more:hover {
	color: #fff;
	background:#5252b2;
}
.view-more,.submit-button {
	color: #fff;	
	font-size: 15px;
	float:left;
	background:#4646a8;	
	padding:10px 20px;
	letter-spacing:1px;	
	text-transform:uppercase;	
}
.submit-button {
	outline: none;
	border-radius:0px;	
}
.view-more:hover,.submit-button:hover,.submit-button:focus {
	color:#fff;
	outline: none;
	background:#38389e;
}
#testimonials {
	float:left;
	width:100%;
	padding:45px 0px;
	background: url(../img/testibg.jpg) repeat-x top #355ca8;
}
#testimonials h1 {
	color:#fff;
	margin-bottom:25px;
}
 .profile-circle {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    border-radius: 100px;
}
.profile-circle img {
	 border-radius: 100px;
	 width:155px;
	 height:155px;	 
	 border:5px solid #fff;	 
	}
#testimonials h2 {
	text-align:center;
	font-size:24px;
}
#testimonials blockquote {
    padding: 10px 10px;
    margin: 10px 0 0px;
    color:#fff;
    font-size:16px;    
    border-left: 0px solid #eee;
}
#testimonials .carousel-inner>.item {
	height:350px;
}
#testimonials .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 1px;
    
}
#testimonials .carousel-indicators li {
    
    width: 20px;
    height: 20px;
    margin: 1px;    
    border: 2px solid #fff;
    border-radius: 10px;
}
#bookappoint {
	float:left;
	width:100%;
	color:#fff;
	padding:22px 0px;
	background: url(../img/bookbg.jpg) repeat-x top #375eab;
}
#bookappoint h1 {
	color:#fff;
	text-transform:uppercase;
}
#bookappoint p {
	font-size:14px;
}
#bookappoint a {
	color:#0a58a7;
	float:right;
	margin-top:25px;
	padding:8px 20px;
	font-weight:600;	
	text-transform:uppercase;
	background:#fff;
	text-decoration:none;
}
#bookappoint a:hover {
	background:#0a58a7;
	color:#fff;
}
#doctorsbox {
	float:left;
	width:100%;
	padding:45px 0px;
	background: url(../img/doctorbg.jpg) no-repeat;	
	
}
#doctorslist {
	float:left;
	width:100%;
	padding:25px 0px;
}
#doctorsbox .doctbox img, #doctorslist .doctbox img {
    float: left;
    width:100%;   
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}
#doctorsbox .doctbox,#doctorslist .doctbox {
    float: left;
    width:100%;
    padding:20px 15px;    
    text-align:center;
    font-size: 55px;   
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}
.usericon .fa-user{
font-size: 55px;  
 float: left;
 padding:20px 15px;    
 text-align:center;
    width:100%;    
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}
#doctorsbox .doctitlebox,#doctorslist .doctitlebox {	
    float: left;
    width:100%;
    margin-bottom:30px;    
    left:35px;
    bottom:0px;
    right:35px;
    min-height:160px;
    color:#666;
    border: 1px solid #f0f0f0;
    text-align:center;    
    padding: 20px 10px;
    border-radius: 5px;

}
#doctorsbox .doctitlebox h2,#doctorslist .doctitlebox h2, .modal-body .doctitlebox h2 {
	font-size:18px;
	margin:0px;
	color:#404040;	
	font-weight:500;	
}
#doctorsbox .read-more,#doctorslist .read-more {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	display:inline-block;
	margin-top:15px;
	float:none;
	padding:5px 10px;
	background:#4646a8;
	text-transform:normal;
	border-bottom: 0px solid #fff;
}
#doctorsbox .col-md-3,#doctorslist .col-md-3 {
	margin-bottom:90px;
}
.product_img {
	position:absolute;
	left:-132px;
	top:40px;
	width:264px;
	height:264px;
}
.product_img img {
	border-radius:10px;
}
.modal-body .doctitlebox {
	
    float: left;    
    color:#666;   
    padding: 20px 10px;
    border-radius: 10px;

}
.product_content h2{
	color: #4646a8;
	font-weight:600;
	font-size:18px;
	margin-bottom:0px;
	margin-top:0px;

}
.product_content h4{
	color:#345dad;
	font-size:16px;
	margin-bottom:5px;
	margin-top:15px;

}
.product_content a {
	color:#666;
}
.product_content small {
	margin-bottom:10px;
	display:block;
}
.closebtn {
margin-right:10px;
margin-top:-5px;
}
.social .fa {
	border-radius:5px;
	padding:8px;
	width:35px;
	text-align:center;
	height:35px;
	color:#345dad;
	border: 2px solid #345dad;
}
.social .fa:hover {
	background:#0f357e;
	color:#fff;
}
.contbox {
float:left;
width:100%;
margin:0px;
padding:0px;
}
.contactmail .col-sm-6 {
	border-bottom: 2px solid #f2f2f2;
	padding-left:0px;
	padding:5px 0px;
}
.contactmail a {
	color:#666;
}
#mainbanner h1 {	
	font-size:38px;
	margin-bottom:0px;
	color:#eee4a6;
}
#mainbanner .bannertext {
	float:left;	
	position:absolute;	
	margin-top:-150px;	
	color:#fff;

}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color:transparent;
    border-radius: 0x;
}
.breadcrumb a {
	color:#d5d5d5;
}
.breadcrumb>.active {
    color: #d5d5d5;
}
#appointment .contact-form{
	border:12px solid #eaeaea;
	max-width:620px;
	padding:20px 35px;
	margin-bottom:20px;
	margin:0px auto;
}
.maincontaint {
float:left;
width:100%;
padding:30px 0px;
}
.maincontaint  h2 {
	font-size:20px;
	margin-top:0px;
	color:#4646a8;
	font-weight:600;
}

.content-body h3 {
	font-size:18px;
	font-weight:600;
	color: #4646a8;
}
.content-body h4 {
	font-size:18px;
	font-weight:500;
	color:#345dad;
	margin-bottom:0px;
}
.maincontaint .content-body ul {
	padding-left:15px;
}
.maincontaint .content-body li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
.maincontaint .content-body li:before {
	content: "\f0da";
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #595959;
}
#rightnav h2 {
	background:#4646a8;
	color:#fff;
	margin:0px;
	padding:12px 30px;
}
#rightnav ul {
	margin:0px 0px 30px 0px;
	padding:0px;
	border:0px solid #e5e5e5;
}
#rightnav li {	
	display:block;
	list-style:none;
	border-bottom:1px solid #e5e5e5;
}
#rightnav li:last-child {
	border-bottom:0px solid #e5e5e5;
}

#rightnav li a {
	background:#f2f2f2;
	display:block;
	color:#747474;
	padding:12px 30px;
}
#rightnav li a:hover,#rightnav li .active {
	background:#8181e1;
	color:#fff;
	}
#eventslder .carousel-control.left, #eventslder .carousel-control.right {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  top: -30px;
  bottom: auto
}
#eventslder .navbox {
  position: absolute;
  right: 0px;
  top: -25px
}
#eventslder .navbox a {
  font-size: 52px;
  line-height: 6px;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: #4646a8 !important;
  border: 1px solid #3d3d9e !important
}
#eventslder .carousel-control.left {
  left: -90px
}
  padding: 30px;
  color: #fff
}
.newtitle h2 {
  padding: 0px;
  margin: 0px;
  color: #666;
  font-size: 24px;
  font-weight: 400
}
.newsDesc {
  background: #f6f6f6;
  color: #666;
  margin-bottom:20px;
  padding: 10px 30px 5px 30px
}
.newsDesc h2 {
  font-size: 18px;
  color: #666;
  font-weight:600;
}	
.clientHeight {
	height:160px;
}
.topnav .bar {
	font-size:13px;
	padding:0px;
	margin-left:-8px;
	margin-right:5px;
}
.modal-title {
	color:#4646a8;
}
#eventslder small {
display:block;
}
.industryClient .view-more {
	float:none !important;
}
.homeTestimonials{
        height:170px;
    }

.lightpink{
	background:#f8c1c1;
}
.lightblue{
	background:#d8d8e6;
}
.lightgreen{
	background:#d9f0d6;
}
.industries {
	text-align:center;
}
.industryClient h2 span, .industries h2 span {
	display:block;
}
.industries h2  {
	color:#fff;
	}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.more-less {
        float: right;
        color: #212121;
    }
.panel-group .panel {
        border-radius: 0;        box-shadow: none;

        border: 0px solid #e5e5e5;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #747474;
        background: #f2f2f2;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        color: #747474;
        font-size:16px;
    padding: 14px 10px 14px 30px;
        text-decoration: none;
         border-bottom: 1px solid #e5e5e5;
    }
    .panel-title > a:hover,.panel-title .active {
background: #8181e1;
    color: #fff;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding:0px;
}
#rightnav .panel-body ul li a:hover,#rightnav .panel-body ul li .active {
	background: #8181e1;
	color:#fff;
}
#rightnav .panel-body  ul {
	margin:0px;
	padding:0px;
}
orange {
	color:#ff6600;
}
@media only screen and (max-width:1366px) {
    .header-text h2{
/*        top:115px !important;*/
        font-size: 28px !important; 
    }
    .header-text{
        top:75% !important;
    }
}
@media only screen and (max-width:1200px) {
    .header-text h2{
/*        top:55px !important;*/
        font-size: 24px !important;
    }
    
    .homeTestimonials{
        height: 200px !important;
    }
}
@media only screen and (max-width:1024px) {
    .header-text{
        top:65% !important;
    }
	#mainbanner .bannertext {    
    margin-top: -104px;    
}
.clientHeight {
	height:220px;
}
#navbar {
    margin-top: 14px;
}
.navbar-brand img {
	width:250px;
}
.navbar-default .navbar-nav>li>a {
		 padding: 10px 10px;
	}

	.topnav li a {
		font-size: 13px;
	}

	.topnav {
		padding-left: 0px;
	}

	.topnav li span .fa {
		font-size: 24px;
	}

	.navbar {
		border-radius: 0px;
	}

}

@media (min-width:768px) {
	.navbar {
		border-radius: 0px;
	}
.modal-dialog {
    width: 700px;
}
.navbar-header {
    // float: none; 
}
}

@media only screen and (max-width:768px) {
.technology .col-sm-12{
	margin-bottom:20px;

}
    .homeTestimonials{
        height: 114px !important;
    }
.small-text {
    font-size: 13px;
}
.bpm-content {
    padding: 50px 15px;
}
#contactbox .col-xs-12 {
	margin-bottom:15px;
}
.navbar-header {
	display:block;
	float:none;
	width:260px;
	padding-top:20px;
	margin:0px  auto;

}
.navbar-default .navbar-nav>li>a {
		// padding: 8px 5px;
		padding: 10px 15px;
	}
	.navbar-default .navbar-nav>li {
    margin-left: 1px;
}
.clientHeight {
	height:auto;
	
}
.newsDesc {
	margin-bottom:20px;
}
.navbar-brand img {
/*    width: 250px;*/
    margin:auto;
}
	#mainbanner img {
		height:145px;
	}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-nav {
		border-right: 0px solid #4646a8;
	}
	.navbar-right {
		border-right: 0px solid #5555af;
		border-left: 0px solid #5555af;
	}

	

	.topnav li span .fa {
		font-size: 16px;
	}
	#doctorsbox .col-sm-6,#doctorslist .col-sm-6 {
		margin-bottom:100px;
	}
 #blog .col-sm-6 {
 	margin-bottom:30px;
 }
 .modal-body .product_img {
 	position:relative;
 	left:0px;
 	top: 20px;
 }
 .modal-body .doctitlebox {
 	bottom:-25px;
 }
    
}
@media only screen and (max-width:767px) {
    
    .navbar-header {
        display: block;
        float: none;
        width: auto;
        padding: 10px 0;
        margin: 0px auto;
    }
    .navbar-brand img {
        width: 250px;
        margin:inherit;
    }
}

@media only screen and (max-width:640px) {
    
.navbar-header {
	display:block;
	float:none;
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px  auto;

}
    .homeindustries{
        height: 92px !important;
    }
    
    .technology, .industryClient{
     padding: 25px 0px;   
    }
#navbar {
    margin-top: 10px;
}
.fax {
	display:none;
	}
.modal-body .product_img{
	margin-bottom: 50px;
}
.clientHeight {
	// height:120px;
}
.newsDesc {
	margin-bottom:15px;
}
.navbar-default .navbar-brand {
	height:auto;
}
.navbar-brand>img {    
/*    width: 200px;*/
    margin:initial !important; 
}
.navbar-right {
		border-right: 1px solid #5555af;
		border-left: 1px solid #5555af;
	}
	.navbar-default .navbar-nav>li {
    margin-left: 0px;
}
.navbar-toggle {
	margin-top: 10px;
    margin-right: 0px;
}
	#testimonials .carousel-inner>.item {
	height:353px;
}
#bookappoint a  {
	float:left;
}
.logobox {
		text-align: center;
		padding: 5px 0px;
		border-bottom: 1px solid #f1f1f1;
	}

	

	.navbar-default .navbar-nav>li>a {
		border-bottom: 1px solid #5555af;
		padding: 8px 13px;
	}

	.navbar-default .navbar-collapse {
		border-top: 1px solid #5555af;
	}

	.navbar-nav {
		margin: 0px -15px;
	}

	
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		background: #4646a8;
		color: #fff;
	}

	.dropdown-menu {
		background: #4646a8;
	}

	.navbar-nav>li>.dropdown-menu {
		padding-top: 0px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background: #4646a8;
		border-bottom: 1px solid #5555af;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background: #5151b2;
	}

	#blog .col-xs-12 {
		margin-bottom: 20px;
	}
	#rightnav {
		margin-top:20px;
	}
    

}

@media only screen and (max-width:480px) {
.topnav .col-xs-6 {
	width:100%;
}

    .industryClient h1{
        font-size: 22px;
    }
    #eventslder .carousel-control.left {
    left: -60px;
}
    #eventslder .navbox a{
        font-size: 39px;
    line-height: 5px;
    padding: 6px;
    width: 27px;
    height: 27px;
    }
    #eventslder .navbox{
       top: -17px; 
    }
#mainbanner img {
    height: 105px;
}
.small-text {
	font-size:13px;
}
.contactmail .col-xs-6 {
	width:100%;

}
.contactmail .col-sm-6:first-child {
	border-bottom:0px;
}
	#testimonials .carousel-inner>.item {
	height:370px;
}
#testimonials {
	padding: 36px 0px;
}
#blog .col-xs-6 {
		width: 100%;
	}

	.blogbox {
		padding: 205px 20px 25px 20px;
	}

	.text-hidden {
		display: none;
	}

	.topnav {

	}
	.topnav .col-xs-6 {
		padding-right:0px;
		
	}

}
@media only screen and (max-width:410px) {
    #eventslder .navbox {
    top: 3px;
}
    
    .carousel-inner{
        margin-top: 35px;
    }
/*
    .carousel{
        padding-top:25px;
    }
*/
	#testimonials .carousel-inner>.item {
	height:390px;
}
#doctorsbox .col-xs-6, #doctorslist .col-xs-6 {
		width:100%;
	}
/*
	.navbar-brand>img {
    width: 150px;   
}
*/
}
@media only screen and (max-width:360px) {
.navbar-brand>img {
     width: 220px; 
    padding-top: 5px;
    margin: initial !important;
}
    
}