.header-text{margin-top:5px;}
.header-text a{ color: rgba(0, 0, 0, 0.7);}
.more-content{display:none;}

.services.active .effectBtn, .services:hover .effectBtn { background: #fff; border: 1px solid #fff; color: #1b9ce3;}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#1b9ce3;	
	color:#fff;
	padding: 5px 12px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
	border-radius: 50px;	
}
.scroll:hover {
	background:#1b9ce3;	
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover span {
	padding-top:-10px;	
}
.scroll span {
	font-size:25px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.blue-bg{/*background: linear-gradient(to right, #1566ad 0%, #1b9de3 100%);*/ /*background:#f0f9fd; */background:#0066a1;}
.blue-bg h2 {color:#fff;}
.blue-bg p {color:#fff;}
.blue-bg li {color:#fff;}
	.my-list li, .my-list-1 li {
        list-style:none;
        margin:0;
        padding:0;
    }
    .my-list li:before {
		font-family: 'icomoon' !important;
        display:inline-block;        
        content: "\f00c";
        width:10px;
        height:10px;        
        margin-right:10px;            
    }​
	
	.my-list-1 li:before {		
        display:inline-block;      
        width:10px;
        height:10px;        
        margin-right:10px;            
    }​
	
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{border: 1px solid #0066a1; background: #0066a1; font-weight: normal;color: #fff;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border: 1px solid #f0f9fd; background: #f0f9fd; font-weight: normal; color: #454545;}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #0066a1;
	background: #0066a1;
	font-weight: normal;
	color: #fff;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;  
  -moz-user-select:none;
  -webkit-user-select:none;
  margin-bottom:0px;
}
.rating-stars ul > li.star {
  display:inline-block;
  cursor:pointer;
}

/* Idle State of the stars */
.rating-stars ul > li.star > span {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > span {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > span{
  color:#FF912C;
}
.feedback-form span {color:#fff;}
.success-box div.text-message, .success-box div.form-message {color:#fff;}
.red-border{border:1px solid #F06;}

.contact-social-icons li a .icon-twitter {color:gray;}
.contact-social-icons li a .icon-facebook {color:gray;}
.contact-social-icons li a .icon-instagram {color:gray;}
.contact-social-icons li a .icon-linkedin {color:gray;}
.help-block.form-error {color:rgb(185, 74, 72);}
h2.tagline {font-size:30px;}

.feedback-input-text{
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	width:100%;
	padding: 5px 10px;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 16px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.feedback-input-text::placeholder {
    color: rgba(255, 255, 255, 0.9) !important;
}
.appointment-form .form-control{
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 5px 10px !important;
}

.contact-section .contact-info .border-height{
	border-left: 0px !important;
}