@charset "utf-8";
/*------------------contact------------**/
/*from*/
.contact {
	background: url(../images/application/mask/medical-bg4.jpg) no-repeat #fff;
	position: relative;
	width: 100%; display: block;
	
}
.contact h1{ color:#920783; padding-top:60px;}
.contact-left {
	width: 30%;
	margin: 50px 0 0 6%;
	padding: 1%;
	float: left;
	font-weight: 400;
	background: rgba(255,255,255,.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.contact-left h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;font-family:'Oswald', Helvetica, Arial, Verdana, sans-serif; 
}
.contact-left p {
	color: #526672;
	font-size: 1em;
	line-height: 24px;
	margin-bottom: 30px;
	font-weight: 400;
}
.contact-left ul {
	font-size: 13px;
	border-bottom: dotted 1px #91a4af;
	margin: 5% auto;
	font-weight: bold;
}
.contact-left ul li {
	color: rgba(0,0,0,.8);
	display: block;
	line-height: 22px;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	font-weight: normal;
}
.contact-left ul li:first-child {
	font-size: 1em !important;
	display: block;
	float: left;
	color: #036db7;
	font-weight:600;
}
.contact-left ul li:last-child {
	margin-bottom: 10px
}
.contact-left ul li a {
	color: #f47001;
}
.contact-right {
	width: 55%;
	margin: 50px 1% 5% 4%;
	float: left;
	clear: both;
	font-weight: 400;
}
.contact-right #submit-btn {
	margin: 30px 0 0 150px;
	padding: 0
}
.contact-right p {
	color:rgba(146,7,131,1);
	font-size: 1em;
	line-height: 1.5em;
	text-align: left; padding-left:50px;
}
.contact-right .length-l {
	width: 388px
}
.contact-right .length-m {
	width: 236px
}
.contact-right .length-s {
	width: 120px
}
.contact-right ul {
	display: block;
	width: 100%;
	float: left;
}
.contact-right ul:nth-child(2n) {
	margin-left: 60px;
}
.contact-right ul li {
	display: block;
	float: left;
	line-height: 40px;
	margin: 1% 0;
	padding: 0
}
.contact-right ul li.title {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #000;
	width: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-bottom: 10px
}
.contact-right ul li span {
	display: block;
	float: left;
	line-height: 40px;
}
.contact-right ul li span img {
	background-color: #FFF;
	padding: 0px 10px; margin-top:2%;
}
.contact-right ul li.comment {
	margin: 10px 0 0 0
}
.contact-right ul li.comment span {
	
}
.contact-right ul li.comment textarea {
	border: 1px solid rgba(146,7,131,.5); display: inline-block;
	width:368px;
	height: 65px;
}
.contact-right ul li input {
	border: 1px solid rgba(146,7,131,.5);
	line-height: 24px;
	padding: 5px;
}
.contact-right ul li select {
	border: 1px solid #39a4ac;
	height: 35px;
	padding: 5px;
}
.contact-right ul li input[type="submit"] {
	border: none;
	font-size: 16px;
	font-weight: bold;
}
.contact-right ul li input[type="reset"] {
	border: none;
	font-size: 16px;
	font-weight: bold;
}
.contact-right ul li span:first-child {
	width: 160px;
	color: #000;
	font-size:1em;
	text-align: right;
	margin-right: 20px;
}
#submit-btn {
	display: block;
	height: 42px;
	margin: 10% 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
#submit-btn li {
	display: inline-block;
	height: 42px;
	margin: 0 20px 0px 0px;
	width: 160px;
}
#submit-btn li button {
	background-color: #920783;
	display: inline-block;
	height: 42px;
	list-style: outside none none;
	margin: 0 20px 0px 0px;
	overflow: hidden; vertical-align: top;
	width: 160px;
	color: #fff;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: none;
}
#submit-btn li button.re {
	background-color: #999;
}
#submit-btn li button:hover {
	background-color: #c9163a;
}
@media only screen and (max-width: 768px){
.contact-left,.contact-right{width:90%; display: block;}
.contact-right {
	width: 90% !important;
	margin-left: 5%;
	float: none;
}
.contact-left {
	width: 90% !important;
	margin-left: 5%;
}
.contact-right ul li span:first-child {
	text-align: left;
	margin-right: 20px;
}
.contact-right ul li span {
	width: 100% !important;
	text-align: left;
}
.contact-right ul li {
	width: 100% !important;
	float: none;
	text-align: left;
}
.contact-right ul li input {
	width: 100% !important;
}
.contact-right ul li.comment {
	height: 80px;
	margin: 10px 0 0 0;
	width: 100% !important;
}
.contact-right ul li.comment span {
	height: 75px;
	width: 100% !important;
}
.contact-right ul li.comment textarea {
	width: 100% !important;
	height: 65px;
}
.contact-right ul li select {
	border: 1px solid #39a4ac;
	height: 35px;
	padding: 5px;
}
.contact-right #submit-btn  {
	height:80px;margin: 30px 0 0 0px!important; display:block;
} 
#submit-btn li{
	width:40%!important; display:inline-block;	margin-left:0px!important;
}
#submit-btn li button{
	width:90%!important;height:40px;
}
.resp-tabs-container ul.pdf li span:first-of-type,.resp-tabs-container ul.pdf li span:last-of-type {
	width: 80% !important;
}
	
}