* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
body {
    background-color: #f2f2f2;
    font-size: 12px;
}

.vtop{
    vertical-align:top;
}

.mg0{
    margin:0 !important;
}

.mg10{
    margin-top: 10px;
}

.mg20{
    margin-top: 20px;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.bold{
    font-weight: bold;
}

.relative {
    position: relative;
}

.A4page {
    width: 21cm;
    height: 29.7cm;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.container label{
    font-weight: bold;
}

.container h1{
    margin: 20px 0 0 0;
    color: #555152;
}

.container h3.subtitle{
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    margin: 0;
}

.container h4{
    text-align: right;
    color: #595959;
}

.container .logo{
    display: block;
    float:right;
    margin: 0 5px 5px 0; 
}
.container h2, .container .bordery{
    border-bottom: 1px solid #fed400;
    clear: both;
}
.container div.line{
    height: 1px;
    display: block;
    width: 100%;
    margin: 1px 0 0 0;
    border-bottom: 1px solid #fed400;
}
.container p{
    text-align: justify;
    margin: 0 0 0 10px;
}

.container p.company-data {
    text-align: right;
    padding: 100px 0 0 0;
}

.container ol li{
    list-style: bold;
    list-style-type: upper-greek;
    margin: 0 0 0 25px;
}

.container ul, .container ol{
    margin: 10px 0 0 0;
}

.container ul.grid2{
    /* margin: 14px 0 0 28px; */
    width: 48%;
    float: left;
}
.container ul li, .container ol li{
    line-height: 20px;
}

.container table{
    width: 100%;
    margin: 20px 0 0 0;
}

.container table th{
    text-align: left;
    padding: 10px 3px 0 0;
}

.container table tr td{
    /* border: 1px solid #000; */
    margin: 0;
    padding: 10px 3px 0 0;
    line-height: 25px;
}

.container table tr td.text-right{
    padding: 5px 20px 0 0;
}

.container table tr td.extra-padding{
    padding: 5px 70px 0 0 !important;
}

@media print {
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}

.container h3{
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.container h3.client-contact {
    text-align: left;
    margin: 0 0 5px 10px;
    line-height: 20px;
}

.container.annexure2 img{
    margin: 30px 0 0 0;
}

.container.annexure2 table{
    width: 93%;
    margin: 10px 0 0 67px;
}

.container.annexure2 table tr{
    margin: 0;
    padding:0;
}

.container.annexure2 table td{
    margin: 0;
    border: 1px solid #000;
    padding:0 0 0 10px;
}

.title-tb-anne2, .title-tb2-anne2 {
    position: absolute;
    top: 2px;
    left: 0;
    width: 65px;
    border: 1px solid black;
    height: 547px;
}

.title-tb2-anne2 {
    height: 282px;
    top: 565px;
}

.relative h4 {
    transform: rotate(270deg);
    font-size: 20px;
    width: 290px;
    position: absolute;
}

.title-tb-anne2 h4 {
    top: 215px;
    left: -112px; 
}

.title-tb2-anne2 h4 {
    width: 240px;
    top: 125px;
    left: -86px;
}