





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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
  display: block;
}
body
{
  background:#fff;
  line-height:1.1;
  font-size:100%;

}
*:focus
{
  outline:none;
}
input{
  width:200px;
  }
a
{
    text-decoration:none;
       
}
ul {
    list-style: none;
}
* {

 -webkit-box-sizing: border-box;

 -moz-box-sizing: border-box;

 box-sizing: border-box;

 }
div{position: relative;}
.clearing{clear:both;}

/*--------header-------------*/
.header{width: 1000px;margin: 10px auto;border-bottom: 1px solid #eee;}
.header h1{float: left;font-size: 28px;margin-bottom: 20px;padding-top: 10px;color: #08c;}
.header button{float: right;margin-bottom: 20px;margin-top: 10px;margin-right: 10px;}

/*---------header-end-here-----*/


/*------------form-----------*/
.form{width: 1000px;margin: 10px auto;}


/*----------common-style-for some divs--------*/
.first-section,.second-section,.third-section{width: auto;margin: 15px auto;}
.left-side,.right-side{width: 45%;float: left;}
.right-side{margin-left: 10%;}
.heading h1{font-size: 22px;border-bottom: 1px solid #dfdfdf;padding-bottom: 20px;}
.heading h2{font-size: 22px;border-bottom: 1px solid #dfdfdf;padding: 30px 0;}
.heading{margin-bottom: 30px;color: #08c;font-family: 'Noto Sans', sans-serif;}
.form label{font-size: 14px;color: #6f6f6f;font-family: 'Noto Sans', sans-serif;}

/*-----------------upload-img-box style--------------*/
.upload-img{width: auto;margin: 0 auto;}
.img-box{width: 180px;height: 180px;border:1px solid #eee;}

.upload-button{margin-left: 40px;margin-top: 45px;}
.upload-button input{padding-top: 10px;}
.img-box,.upload-button{float: left;}
.upload-button span{font-size: 16px;color: #08c;}
#first-right-input{width: 300px;}

/*---------------input-style------------*/
.right-side input,.right-side select,.left-side input{margin: 10px auto;}

/*-------d.o.b-div-style----*/

#date{width: 120px;display: inline-block;margin-top: 5px;}

/*---------table-style------------*/
.table th{font-size: 12px;color: #6f6f6f;}
.table td{font-size: 14px; font-weight: bold;color: #777;}




.test{width: auto;height: 50px;background-color: #353535;border:1px solid red;cursor: pointer;}
.test1{width: auto;height: 50px;background-color: red;text-align: center;display: none;}


/*------fourth-section--------------*/
.fourth-section{width: auto;margin: 10px auto;margin-bottom: 80px;box-shadow: 2px 2px 5px #f2f2f2;}
.fourth-section h1{padding: 20px 10px;color: #08c;}
.fourth-section input{margin-left:10px; padding-bottom: 40px;}

.form button{margin-left: 10px;margin-bottom: 30px;}
.form{border-bottom: 1px solid #eee;margin-bottom: 20px;}








