/* CSS Document */



@FONT-FACE {
	font-family: "Raleway-Regular";
	src: url("Raleway-Regular.ttf");
}
@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}

.pdf input {
border: 1px solid #ccc;
border-radius:0;
padding:7px;
margin:0 6px;
}

.pdf {
background-color: #FEFEFE;
display: block;
width: 100%;
margin: 10px auto;
min-height: 500px;
padding: 15px;
position: relative; border: 1px solid #E9E9E9;}

.pdf .cont ul { margin:0; padding:0; padding-left:25px;}

.q { width:44%;}

.ques { width:100%; }

label { 
    font-family: "Raleway-Regular";
    float: left;
   width:180px;
    color: #4E4E4E;
    font-size: 13px;
    text-transform: capitalize; 
    font-weight: 400;}

label.pointer-head { 
font-family: "Raleway-Regular";
	margin-top:20px;
    float: left;
    width:100% ;
    color: #000;
    font-size: 14px;
    text-transform: capitalize; 
    font-weight: 400;}

label.pointer-head:after { margin-top:5px; content:" "; display:block; width:80px; height:1px; background-color:#900; }


.pdf textarea:focus,
.pdf input:focus { outline: 0; border:1px solid #999;  border-radius: 0; }

.right-pdf p,
.head-logo p { 
text-align: left;
font-size: 13px;
color: #000;}

.right-pdf p {
border: 1px solid #ccc;
padding: 5px; }

.center-pdf p.bold { text-align: center;
font-size: 15px;

font-weight: bold;}

.pdf li { 
width:100%;
margin:6px auto;
display:inline-block;}

.pdf li.have p { width:23%; }

.pdf li p { 
text-transform:capitalize;
 font-size:14px;
 color:#4E4E4E; 
float:left;
 margin-bottom:0;
 margin-right:50px; }

label.check { width:auto; }

.notes-pdf  p { font-size:14px;}

.second-section li p { margin-right: 25px;} 

.fifth-section li p { font-size:14px; width:12% !important; margin-right: 22px;}

.fifth-section label { width:215px; }

.fifth-section li { width:100%;}

.fifth-section li input  { padding:4px 8px; }

.fifth-section li.checkbox input  { width:auto;}

.pdf textarea { padding:5px; border-radius:0; border:1px solid #ccc; width:53%; min-height:100px; }

.pdf .sixth-section li { line-height: 1.8; font-size:14px; margin:2px auto; list-style-type: disc !important;}

.footer li { font-size:14px;}









::-webkit-input-placeholder {  Chrome/Opera/Safari 
  color: #999;
    text-transform: capitalize;
    font-size: 12px;
}
::-moz-placeholder { Firefox 19+ 
  color: #999;
    font-size: 12px;
    text-transform: capitalize;
}
:-ms-input-placeholder { IE 10+ 
  color: #999;
    font-size: 12px;
    text-transform: capitalize;
}
:-moz-placeholder {  Firefox 18- 
  color:  #999;
    font-size: 12px;
    text-transform: capitalize;
}





@media only screen and (max-width: 767px) {
.pdf { padding:5px;}

.pdf .cont ul { padding:0;}
.notes-pdf p,
.right-pdf p { text-align:center;}

label { width:100%;}
.check { width:100% !important;}
.pdf li p { width: 100% !important; margin-right:6px !important;}
.ques { margin-bottom:0;}
.tall { width:112%;}
.pdf textarea { width:100%;}
.q  { width:100%;}
.pdf li.have p { width:100%;}

}






