* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }

body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    float: left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper {
    margin: 0px auto;
    max-width: 1128px;
    width: 100%;
}
.header {
    width: 100%;
    margin-top: 2px;
    float: left;
}
.mob_head {
    display: none;
}
.nav {
    float: left;
    width: 100%;
    background: rgb(255,204,0);
    padding: 8px;
}
.formpic p textarea {
	height: 70px;
}
.nav h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 5px;
    float: left;
}
#nav-trigger {
    display: none;
    text-align: center;
}	
nav#nav-main {
    float: right;
    width: auto;
    margin-top: 7px;
}
.formpic input[type="submit"] {
    font-size: 12pt;
    color: white;
    background-color: green;
    border: 2px solid #336600;
    padding: 3px;
    cursor: pointer;
}
#nav-main ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    float: right;
    width: 100%;
    text-align: left;
}
#nav-main ul li {
    list-style: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    display: inline-block;
    margin-right: 5px;
}
#nav-main li a {
    color: blue;
}
nav#nav-mobile {
    position: relative;
    display: none;
}
.head2 {
	float: left;
	margin-top: 13px;
	width: 100%;
}
.desktop_logo {
	float: left;
	width: 313px;
}
.desktop_logo img {
	width: 100%;
	display: inline-block;
}
.head2 strong {
	margin-top: 14px;
	display: inline-block;
	margin-left: 16px;
}
.head4 {
    float: left;
    width: 100%;
    margin-top: 17px;
}
.head4_sec1, .head4_sec2 {
    float: left;
    width: 109px;
}
.head4_sec1 h4, .head4_sec2 h4 {
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin-top: 0;
    float: left;
}
.head4_sec1 h4 span, .head4_sec2 h4 span {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 100;
    margin-top: 0px;
}
.head4_sec3 {
    float: left;
    width: 64%;
    text-align: center;
    margin-top: -10px;
}
.head4_sec3 ul {
    float: left;
	text-align:center;
    width: 100%;
}
.head4_sec3 ul li {
    list-style: none;
    float: none;
	display:inline-block;
    margin: 0px 1px;
}
.head4_sec3 ul li a {
    display: inline-block;
}
.head4_sec4 {
    float: right;
    width: 15%;
    margin-top: -17px;
}
.head4_sec4 p {
    font-size: 11px;
    text-align: left;
    float: left;
    width: 100%;
}
.content {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.inner_content {
    width: 100%;
    float: left;
    border: 1px solid gray;
    padding: 1px;
}
.content_sec1 {
    float: left;
    background-color: #fff;
    width: 100%;
}
.content_sec1 ul {
	float:left;
	width:100%;
}
.content_sec1 ul li {
    float: left;
    list-style: none;
    width: 279px;
    height: 100%;
    padding: 4px 3px;
    font-size: 12px;
    height: 75px;
    border: 1px solid gray;
    margin: 1px;
    display: table;
    background-color: rgb(255,204,0);
}
.content_sec1 li strong {
    width: 100%;
    font-size: 12px;
    float: left;
    margin-bottom: 1px;
}
.content_sec2 {
    float: left;
    background-color: #fff;
    width: 100%;
}
.content_sec2 ul {
	float:left;
	width:100%;
}
.content_sec2 ul li {
    float: left;
    list-style: none;
    width: 279px;
    height: 100%;
    padding: 4px 3px;
    font-size: 12px;
    height: 58px;
    border: 1px solid gray;
    margin: 1px;
    display: table;
}
.content_sec2 li strong {
    width: 100%;
    font-size: 12px;
    float: left;
    margin-bottom: 1px;
}

.content_left {
    float: left;
    width: 279px;
}
.content_left ul {
	float:left;
	width:100%;
}
.content_left ul li {
    float: left;
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 4px 3px;
    font-size: 12px;
    height: 96px;
    border: 1px solid gray;
    margin: 1px;
    display: table;
}
.content_left li strong {
    width: 100%;
    font-size: 12px;
    float: left;
    margin-bottom: 1px;
}
.content_left ul li:nth-child(odd) {
    background-color: rgb(255,204,0);
}


.content_right {
    float: right;
    width: 279px;
	margin-right:2px;
}
.content_right ul {
	float:left;
	width:100%;
}
.content_right ul li {
    float: left;
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 4px 3px;
    font-size: 12px;
    height: 96px;
    border: 1px solid gray;
    margin: 1px;
    display: table;
}
.content_right li strong {
    width: 100%;
    font-size: 12px;
    float: left;
    margin-bottom: 1px;
} 
.content_right ul li:nth-child(odd) {
    background-color: rgb(255,204,0);
}
.content_center {
    float: left;
    width: 560px;
    background: #fff;
    border: 1px solid gray;
    padding: 0px 2px 2px 2px;
    margin: 1px 1px 1px 3px;
}
.formpic {
    background: #99cccc;
    height: 582px;
}
.formpic p {
    padding: 3px 6px;
    width: 100%;
    float: left;
}
.formpic p label {
    width: 200px;
    float: left;
    font-size: 15px;
    margin-right: 13px;
}
.formpic p input[type="text"], .formpic p textarea, .formpic input {
    padding: 8px;
    width: 100%;
    margin-bottom: 6px;
}
div#captcha {
	width:100%;
    padding: 0 6px;
    display: inline-block;
}
.formpic .submit {
    display: inline-block;
    width: 100%;
    padding: 12px 6px 10px 6px;
}

@media screen and (max-width:1150px) {
.wrapper {
    max-width: 930px;
}
#nav-main ul li {
    font-size: 13px;
    margin-right: 7px;
}
.head3_sec3 {
    width: 16%;
}
.content_sec1 ul li:last-child, .content_sec2 ul li:last-child {
    float: right;
    width: 231px;
}
.head3_sec3 strong {
    font-size: 16px;
}
.head4_sec3 {
    width: 58%;
    text-align: center;
}
.head4_sec3 ul {
    text-align: center;
}
.content {
    margin-top: 12px;
}
.head4_sec3 ul li {
    float: none;
    display: inline-block;
}
.head4_sec4 {
    width: 16%;
}

.content_sec1 ul li, .content_sec2 ul li {
    width: 229px;
}
.content_left {
    width: 229px;
}
.content_center {
    width: 460px;
}
.content_right {
    width: 231px;
}

.formpic {
    height: 587px;
}
.formpic p label {
    width: 179px;
}


}

@media screen and (max-width:960px) {
.wrapper {
    max-width: 737px;
}
.header {
    overflow-x: hidden;
}
.nav h2 {
    display: none;
}
.head2, .head3, .head4_sec1, .head4_sec2, .head4_sec4 {
    display: none;
}
#nav-main ul {
    width: 100%;
    margin-bottom: 10px;
}
#nav-main strong {
    width: 100%;
    text-align: center;
}
.head4_sec3 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 11px;
}
.formpic {
    height: auto;
    padding-bottom: 9px;
}
.head4 {
    margin-top: 0;
}

.mob_head {
    display: inline-block;
    width: 100%;
}
.logo {
    float: left;
}
.logo {
    width: 314px;
    margin-top: 13px;
    margin-left: 0px;
}
.call {
    margin-top: 11px;
	float:right;
}
.call strong {
    display: block;
}
.nav {
    background-color: #222222;
	background: #222222;
    padding: 0px 20px;
    margin-top: 11px;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
   /* margin-right: -50vw;*/
}
nav#nav-mobile strong {
	display:none;
}
.nav ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav-trigger {
    display: inline-block;
    text-align: left;
    padding: 12px 0px;
    cursor: pointer;
    width: 100%;
}
#nav-trigger span {
    color: #999;
    display: inline-block;
    float: left;
    line-height: 33px;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}
#nav-trigger span img {
    float: left;
    margin-right: 17px;
}	
nav#nav-main {
    display: none;
}
.nav ul {
    display: none;
	padding-left:0;
}
.nav ul li {
    width: 100%;
    padding: 12px 0px 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid #444;
    color: #fff;
    list-style: none;
}
.nav ul li a {
    color: #fff;
}
nav#nav-mobile {
    display: block;
}
.logo {
    width: 314px;
    margin-top: 13px;
    margin-left: 0px;
}
.desk_head {
	display:none;
}
.content_sec1 ul li, .content_sec2 ul li {
    width: 49.71% !important;
    float: left !important;
}
.content_left, .content_right, .content_center {
    width: 100%;
}
.content_center {
    padding: 2px 2px 2px 2px;
    margin: 1px 1px 1px 1px;
    width: 99.7%;
}
.content_right ul li {
    width: 49.7%;
}
.content_left ul li {
    width: 49.71%;
}
.content_right {
    margin-right: 1px;
}
.content_right ul li:nth-child(even) {
    float: right;
    margin-right: 0px;
}
.desktop_logo {
    display: none;
}
.content_right {
    padding-left: 2px;
}


/*lpcvd_and_pecvd_nitride PAGE RESPONSIVE CSS START*/

.lpcvd_sec2_center .formpic p label {
    width: 30%;
}
.lpcvd_sec2_left, .lpcvd_sec2_right, .lpcvd_sec2_center {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.lpcvd_sec2_center .formpic p input[type="text"], .lpcvd_sec2_center .formpic p input, .lpcvd_sec2_center .formpic p textarea, .lpcvd_sec2_center .formpic input[type="email"] {
    width: 65%;
}
/*lpcvd_and_pecvd_nitride PAGE RESPONSIVE CSS END*/


}


@media screen and (max-width:767px) {
.wrapper {
    max-width: 570px;
}
.content_left ul li, .content_right ul li {
    height: 90px;
}
.content_left ul li {
    width: 49.6%;
}
.content_sec1 ul li, .content_sec2 ul li {
    width: 49.6% !important;
    float: left !important;
}
}

@media screen and (max-width:600px) {
.wrapper{
    max-width: 450px;
}
.content_left ul li, .content_right ul li {
    height: 118px;
}
.content_sec1 ul li, .content_sec2 ul li {
    height: 68px;
}
.content_left ul li {
    width: 49.5%;
}
.content_sec1 ul li, .content_sec2 ul li {
    width: 49.5% !important;
}
.formpic p label {
    width: 156px;
}
.content_center {
    width: 99.5%;
}
.content_right ul li {
    width: 49.6%;
}
}

@media screen and (max-width: 480px) {
.logo {
    width: 248px;
    margin-top: 18px;
}

.formpic p input[type="text"], .formpic p textarea, .formpic input {
    width: 100%;
}
.content_right ul li:nth-child(odd) {
    margin-left: 0px;
}
.lpcvd_sec2_center .formpic p input[type="text"], .lpcvd_sec2_center .formpic p input, .lpcvd_sec2_center .formpic p textarea, .lpcvd_sec2_center .formpic input[type="email"] {
    width: 100%;
}
.lpcvd_sec2_center .formpic p label {
    width: 100%;
    margin-bottom: 3px;
}
.content_left ul li{
    width: 99.4%;
    height: auto;
    padding: 12px 6px;
}
.content_right ul li {
    width: 100%;
    height: auto;
    padding: 12px 6px;
}
.wrapper  {
    max-width: 320px;
}
.content_sec1 ul li, .content_sec2 ul li {
    width: 99.4% !important;
    height: auto;
    padding: 12px 6px;
}
.logo img {
    width: 100%;
}
.g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
}

@media screen and (max-width: 350px) {

.wrapper  {
    max-width: 300px;
}
.content_center {
    width: 99.2%;
}
.logo {
    width: 228px;
    margin-top: 18px;
}
}