/*--
	BOOK AN APPOINTMENT --*/

body {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #000;

}
body a {
	color:red;
	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="button"], input[type="submit"] {
	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,p {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	color: #000;
	/* font-family: 'Lato', sans-serif; */
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type:none;
		
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/

.w3ls-banner {
    background: url(../images/banner9.jpg) no-repeat;
	background-size: cover;
    min-height: 100vh;
    color: white;
	background-position:center;
	padding-top: 30px;	
}
.heading {
    text-align: center;
	    margin-bottom: 20px;
		letter-spacing: 1px;
}
.heading h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.heading h2 {
    font-weight: 400;
}
.heading p {
    font-size: 16px;
    margin-top: 20px;
}
.container {
	width: 620px;
    margin: auto;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.31);
}

label.form-label {
    display: inline-block;
    width: 30%;
	    font-weight: 400;
		letter-spacing: 1px;
		    vertical-align: top;
}
.form-input {
    display: inline-block;
    width: 69%;
}
ul.field-list li {
    margin: 15px 0px;
}
select {
	width: 99%;
  padding: 4px;
	background-color: #000;
}
.dob select {
    width: 33%;
}

input[type="text"] {
    margin: 15px 0px;
    padding: 7px 10px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.63);
	width: 99%;
	color: #0f0e10;
}
span.form-sub-label input[type="text"] {
    margin: 10px 0px 20px;
	width: 49%;
}
span.form-required {
    color: red;
}

label.form-label1 {
    display: inline-block;
    margin: 15px 0px;
	letter-spacing: 1px;
}
label.type-of-test {
    display: inline-block;
    width: 150px;
    margin-bottom: 10px;
    margin-left: 10px;
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 14px;
}
textarea {
    width: 98%;
	background-color: rgba(255, 255, 255, 0.63);
}
input[type="submit"] {
    display: block;
    margin: auto;
    padding: 10px 25px;
    margin-top: 25px;
	background-color: #009688;
    border: 1px solid #00BCD4;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
	outline: 0;
	cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #009688;
    border: 1px solid red;
    color: white;
}
input.year {
	width: 31% !important;
	    padding: 6px;
}
input[type="email"] {
	padding: 7px;
	background-color: rgba(255, 255, 255, 0.63);
	border: 0;
	width: 95%;
	    color: #0f0e10;
}
span.form-sub-label {
    position: relative;
}

label.form-sub-label1 {
    position: absolute;
    bottom: -30px;
    left: 15px;
    min-height: 14px;
    font-size: 14px;
	font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
}
input[type="checkbox"] {
    vertical-align: middle;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #024d88;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #024d88;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #024d88;
}
:-moz-placeholder { /* Firefox 18- */
  color: #024d88;
}
.copyright p {
    text-align: center;
    padding: 15px 5px;
	    letter-spacing: 1px;
    font-size: 15px;
}
.copyright a {
    color: yellow;
}
.copyright a:hover {
    color: red;
}
/* respoinsive */
@media screen and (max-width: 640px){
	.container {
    width: 560px;
    margin: auto;
    padding: 30px 15px 20px;
	}
}

@media screen and (max-width: 600px){
	.w3ls-banner {
		background-position: 70% center;
	}
label.type-of-test {
    display: inline-block;
    width: 140px;
}
}

@media screen and (max-width: 568px){
	.container {
    width: 450px;
	}
	label.type-of-test {
    width: 40%;
	}
	label.form-sub-label1 {
    position: absolute;
    bottom: -28px;
    left: 5px;
    font-size: 13px;
    display: block;
}

}

@media screen and (max-width: 480px){
	.container {
    width: 430px;
	padding: 17px 10px 20px;
}	
}
@media screen and (max-width: 414px){
	.form-input {
    width: 100%;
}
.container {
    width: 350px;
}
label.form-label {
width: 100%;
    margin-bottom: 7px;
}
input.year {
    width: 41% !important;
}
label.form-sub-label1 {
    bottom: -22px;
    left: 4px;
    font-size: 13px;
    letter-spacing: 1px;
}
.heading h2 {
     font-size: 22px;
}
.dob select {
    width: 42%;
}
select.day {
     width: 47px;
}
input[type="email"] {
     width: 95%;
}
textarea {
    width: 97%;
}
}

@media screen and (max-width: 384px){
	
	.heading h1 {
     margin-bottom: 20px;
    font-size: 30px;
}
}

@media screen and (max-width: 375px){
	
	.container {
    width: 320px;
}
	label.type-of-test {
    width: 40%;
    margin-left: 5px;
}
label.form-sub-label1 {
    bottom: -25px;
}
input.year {
    width: 39% !important;
}
.heading h2 {
    font-size: 20px;
}
.heading p {
    font-size: 15px;
    margin-top: 15px;
}
span.form-sub-label input[type="text"] {
    margin: 0px 0px 20px;
}

}

@media screen and (max-width: 320px){
	
	.heading h1 {
    margin-bottom: 20px;
    font-size: 24px;
}
.container {
    width: 270px;
	padding: 15px 5px 15px;
}
.heading h2 {
    font-size: 17px;
}
.heading p {
    font-size: 13px;
    margin-top: 15px;
}
.dob select {
    width: 38%;
}
span.form-sub-label input[type="text"] {
    margin: 0px 0px 21px;
    width: 99%;
}
input.year {
    width: 40% !important;
    margin-top: 0px !important;
}
label.type-of-test {
	width: 36%;
    margin-left: 7px;
    font-size: 14px;
}
input[type="email"] {
     width: 93.5%;
}
select.day {
    width: 47px !important;
}
textarea {
    width: 97%;
}
input[type="text"] {
	width: 99%;
}
	label.form-label1 {
    margin: 8px 0px;
	}


}

.bottom_area					{float:left; width:100%; padding:15px 0; background:#f5f5f5;}
.bottom_area_col				{float:left; width:32%; margin-right:2%;}
.bottom_area_col:last-child		{margin-right:0;}
.bottom_area_col h3				{float:left; width:100%; padding-top:0; padding-bottom:10px; color:#666;}
.bottom_area_col h5				{padding-bottom:0; color:#333333;}
.bottom_area_col p				{margin-top:0; padding-top:0;}


@media only screen and (min-width : 300px) and (max-width : 480px) {
.bottom_area_col				{width:100%; margin-right:0%; margin-bottom:15px;}
.bottom_area_col:last-child		{margin-right:0; margin-bottom:0;}

.google-map					{height:325px;}


.footer_a ul li		{display:inline-block; padding:5px 10px;}


.footer_b			{line-height:normal;}
.footer_b_a			{width:100%;}
.footer_b_b			{width:100%; margin-bottom:10px; margin-top:10px; text-align:left;}
.footer_b_c			{width:100%; text-align:left;}
}

.google-map					{height:425px; float:left; width:100%;}

.footer				{float:left; width:100%; padding:20px 0; background:#0974c3; font-size:85%;}
.footer_a 			{float:left; width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #4dbdc9;}
.footer_a ul 			{float:left; width:100%; text-align:center;}
.footer_a ul li		{display:inline; width:auto; padding:0 10px;}
.footer_a ul li a		{color:#FFF;}
.footer_a ul li a:hover	{color:#000;}
.footer_b				{float:left; width:100%; color:#FFF; line-height:35px;}
.footer_b a			{color:#FFF;}
.footer_b a:hover		{color:#CCC;}
.footer_b_a			{float:left; width:20%;}
.footer_b_a img		{display:block;}
.footer_b_b			{float:left; width:40%; text-align:center; font-size: 18px;}
.footer_b_c			{float:left; width:40%; text-align: right;font-size: 18px;}


#social {
  margin: 20px 10px;
  text-align: left;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
}

/* pinterest button class*/
.youtubeBtn{
    background: #cb2027;
}

.youtubeBtn:before{
      font-family: "FontAwesome";
      content: "\f167"; /* add pinterest icon */
}

.youtubeBtn:hover{
      color: #cb2027;
      background: #fff;
      border-color: #cb2027;
}


.wrapper			{float:left; width:100%; padding:0 3%;}

.subscribe-input{margin: 0;
    padding: 10px;
    outline: none;
    background: #FFF;
    border: 1px solid #CCC;}

@media only screen and (max-width:768px){
	.footer_b_b{
		font-size:13px;
	}
	.footer_b_c{
		font-size: 13px
	}
	
}

@media only screen and (max-width:425px){
	.footer_b_b{
		width:100%;
		text-align: left;
	}
	.footer_b_c{
		width:100%;
		text-align: left;
	}
}

.subscribe-input {
    margin: 0;
    padding: 10px;
    outline: none;
    background: #FFF;
    border: 1px solid #CCC;
}

.feedback-input {
  color:white;
  font-family: 'Raleway', sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #333;
  transition: all 0.3s;
  padding: 10px;
  margin-bottom: 15px;
  width:80%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #000; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Raleway', sans-serif;
  width: auto;
  background:#1f4182;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:#fff;
  font-size:18px;
  padding-top:0px;
  padding-bottom:0px;
  transition: all 0.3s;
  margin-top:0px;
  font-weight:600;
}
[type="submit"]:hover { background:#1f4182; }
/* //respoinsive */