.main-box{
    border: 2px solid black     ;
}
.logo1{
    height: 100px;
    width: 400px;
}

input{
    border: none;
    font-weight: 600;
}
.vertical-gap{
    line-height: 2rem;
}
.text1{
    font-weight: 600;
}
.table-increment{
    width: 90%;
    display: block;
    margin: auto;
    border: 1px solid black;
    padding: 10px;
}
.table-left{
    width: 50%;
}
.table-right{
    width: 50%;
    text-align: center;
}
.table-content{
    width:100%
    ;}

.border-line{
    border: 1px solid black;
}
.table-increment input::placeholder{
    padding: 0px !important;
}


.table1{
    border: 2px solid black;
    width: 75%;
    display: block;
    margin: auto;
    
}
.table1 p {
    /* line-height: 5px; */
    margin-bottom: 0px;
    text-align: center;
}
table{
    width: 75%;
    border: 2px solid black;
    border-top:none ;
    display: block;
    margin: auto;
}

table, th, td {
    border:2px solid black;
    border-collapse: collapse;
  }


  .table-left{
    border: 2px solid rgb(0, 0, 0);
    border-top: none;
    border-right: none;
  }
  .table-right{
    border: 2px solid rgb(0, 0, 0);
    border-top: none;
  }

  .table2{
    width: 90%;
    margin: auto;
    display: block;
  }
  .head{
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
    border: 2px solid black;
    border-bottom: none;
    height: 40px;
  }
  .mar{
    margin-bottom: 11rem !important;
  }

  .table-left{
    width: 50%;
  }

  .table-right{
    width: 50%;
  }

  p{
    margin-bottom: 0rem !important;
  }
  .box{
    height: 30px;
    border-top: 2px solid black;
    height: 40px;
    /* padding: 5px; */
    
  }
  .box2{
    height: 30px;
    border-top: 2px solid black;
    height: 40px;
    /* padding: 5px; */
    /* border-bottom: 2px solid black; */
  }
  .table-right input{
    margin: 5px;
  }


  /* table 2nd  */

  .width30{
    width: 33.33%;

    border: 2px solid black;
    text-align: center;
  }
  .width20{
    width: 33.33%;

    border: 2px solid black;
    text-align: center;
  }
  .bor-right{
    border-right: none;
  }
  .box3{
    height: 40px;
  }
  .box4{
    border-top: 2px solid black;
    height: 40px;
  }
  .table2 input{
    margin: 5px;

  }
  .height50{
    height: 72px;
  }

.d-btn1{
    border: none;
    background: green;
color: white;
padding: 8px 10px ;
margin: 1rem;
border-radius: 10px;
}
.d-btn1:hover{
    background: rgb(34, 184, 34);
}