/*
Theme Name: Medicom Theme
Theme(Released By Null24.ir) URI: http://www.bliccathemes.com/medicom
Description: Fully Responsive Theme with Page Builder and Powerful Admin Menu
Author: Blicca Theme 
Author URI: http://themeforest.net/user/bliccathemes
Tags: blue, white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.0.3
*/
/*----------------Bhavesh--------------*/
.copyright-section a:hover{
	color:#FEE388;
}
.timelist {
    list-style: outside none none;
    padding-left: 0;
}
.clear{
	clear:both;
}
.timeday::after {
    clear: both;
}
.timelist li {
    border-bottom: 1px solid #f1f1f2;
    line-height: 30px;
    margin: 0 15px;
    padding: 5px 0;
}
.timelist li span {
    float: left;
}
.wpb_wrapper .timing {
    float: right;
}
.timelist p, .timelist li {
    font-size: 16px;
}
.wpb_wrapper h1{
	color:#2B96CC;
}
.wpcf7-form input[type="date"],
button, input, select, textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 0 #ccc;
  color: #a5a5a5;
  float: left;
  font-family: inherit;
  font-size: 13px;
  margin: 0 10px 7px 0;
  padding: 10px 9px;
}
.footer-widget contact-widget fa {
	margin:10px;
}
.wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form select {
    width: 99%;
	margin-bottom:5%;
}
.wpcf7-form-control.wpcf7-submit {
	margin: 0 16px;
	padding: 15px 40px;
	font-weight: bold;
	background:#2B96CC;
	color:#fff;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background:#355DA6;
}
.homeform {
    margin: 56px auto;
}
.servicetext {
	font-size:16px;
}
.colourfull-row {
  background: rgba(0, 0, 0, 0) url("img/colourfull-line.jpg") repeat-x scroll center top;
  height: 3px;
}
.topright {
	float:right;
	display:block;
	padding:5px 0 0;
}
.topphone {
  float: left;
  padding: 7px;
  color: #fff;
  font-size: 16px;
}
.utilitybar {
    background-color: #3f3f3f;
}
.topright .socialbox i {
  border: 1px solid #e7e7e7;
  font-size: 15px;
  height: 26px;
  line-height: 24px;
  width: 26px;
}
/*------------------------Mobile Responcive-------------------------------*/
@media only screen and (max-width: 500px) {
		.wpcf7-form input[type="text"], input[type="tel"], input[type="textarea"], input[type="email"] select {
    		width: 105%;
		}
		textarea {
    		width: 105%;
		}
		.topleft {
    		float: left;
   			width: 100%;
		}
		.topright {
			display: block;
			float: left;
			padding: 5px 0 0;
		}
		img {
			display: block;
			height: auto;
			max-width: 80%;
		}
}