/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


/* start editing from here */
a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}

/* text align right */
.txt-lt {
	text-align: left;
}

/* text align left */
.txt-center {
	text-align: center;
}

/* text align center */
.float-rt {
	float: right;
}

/* float right */
.float-lt {
	float: left;
}

/* float left */
.clear {
	clear: both;
}

/* clear float */
.pos-relative {
	position: relative;
}

/* Position Relative */
.pos-absolute {
	position: absolute;
}

/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
	display: block;
}

/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}

/* horizontal menu */
img {
	max-width: 100%;
}

/*end reset*/
html,
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
	font-family: 'Roboto', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

p {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}

/*-- //Reset-Code --*/
body {
	min-width: 1024px;
	background: url(../images/b3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 100vh;
}

.appointment-w3 {
	min-width: 960px;
	margin: 30px auto 30px;
	background-color: #fff;
	padding: 40px 40px;
	box-shadow: 2px 3px rgba(0, 0, 0, 0.42);
}

h1 {
	padding-top: 31px;
}

h1.header-w3ls {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 11px;
	text-shadow: 2px 3px rgba(0, 0, 0, 0.42);
}


.file {
	position: absolute;
	width: 100%;
	right: 0;
	opacity: 0;
	height: 40px;
}

.replace {
	position: absolute;
	right: 0;
	top: 42px;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
	border-left: 1px solid #dcdfe6;
	padding: 0 10px;
}

.submit {
	text-align: center;
}

.submit .el-button {
	width: 150px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

/*--responsive--*/
@media(max-width:1920px) {
	.appointment-w3 {
		width: 64%;
	}

	.p_title {
		width: 64%;
	}
}

@media(max-width:1680px) {
	.appointment-w3 {
		width: 66%;
	}

	.p_title {
		width: 66%;
	}
}

@media(max-width:1600px) {
	.appointment-w3 {
		width: 68%;
	}

	.p_title {
		width: 68%;
	}
}

@media(max-width:1440px) {
	.appointment-w3 {
		width: 80%;
	}

	.p_title {
		width: 80%;
	}
}

@media(max-width:1366px) {
	.appointment-w3 {
		width: 80%;
	}

	.p_title {
		width: 80%;
	}
}

@media(max-width:1280px) {
	.appointment-w3 {
		width: 80%;
	}

	.p_title {
		width: 80%;
	}
}

@media(max-width:1080px) {
	.appointment-w3 {
		width: 80%;
	}

	.p_title {
		width: 80%;
	}
}

@media(max-width:1050px) {
	.appointment-w3 {
		width: 80%;
	}

	.p_title {
		width: 80%;
	}
}

@media(max-width:1024px) {
	.appointment-w3 {
		width: 80%;
	}

	.p_title {
		width: 80%;
	}
}

/*--//responsive--*/