body{
  margin: 0;
  padding: 0;
  font-family: 'arial';
}
.head{
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 32px;
  color: white;
  background-color: #5e7e9a;
  padding: 8px;
}
.tbl1{
 // border: 2px solid black;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: white;
}
.tbl1 td{
 // border: 2px solid red;
  font-size: 30px;
}
.tbl2{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 28px;
  background-color: #e2e2e4;
  padding: 8px;
}
.tbl2 td{
 // border: 2px solid red;
  padding: 18px;
  border-radius: 10px;
}
.smPix{
  width: 45px;
  height: 45px;
  border-radius: 25px;
}
.logo{
  width: 250px;
  height: 250px;
}
.dropdown{
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropBtn{
  background-color: #e2e2e4;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-size: 28px;
  width: 100%;
  transform: translate(-15px, 0px);
}
.dropdown-content{
  background-color: white;
  min-width: 160px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  position: absolute;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  font-family: 'sylfaen';
  transform: translate(30px, 0px);
}
.dropdown-content a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover{
  cursor: pointer;
  background-color: #f0f0f0;
}
.dropdown:hover .dropdown-content{
  max-height: 350px;
}
.tbl4{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.tbl4 td{
  width: 50%;
  text-align: left;
 // border: 2px solid red;
  font-size: 25px;
  padding: 18px;
}
.tbl4 span{
  padding: 8px;
}
.tbl4Head{
  color: #5e7e9a;
  font-size: 85px;
  font-weight: bold;
  font-family: 'sylfaen';
}
.btnStyle3A{
  margin-left: 50px;
  margin-right: auto;
  text-align: center;
  padding: 12px;
  width: 80%;
  border: 3px solid #5E7E9A;
  border-radius: 10px;
  background-color: #5E7E9A;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  font-family: 'sylfaen';
}
.btnStyle3B{
  margin-left: 50px;
  margin-right: auto;
  text-align: center;
  padding: 12px;
  width: 80%;
  border: 3px solid #5E7E9A;
  border-radius: 10px;
  background-color: white;
  color: #5E7E9A;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  font-family: 'sylfaen';
  cursor: pointer;
}
.foot{
  background-color: #5e7e9a;
  padding: 12px;
}
.wrap{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(to bottom, #ffffff, #80a9c7);
}
.smallWrap{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.line{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  width: 85%;
}