@media screen and (max-width:1920px) {
.heading h1{
  position: absolute;
  left: 40%;
  top: 15%;
  color: dodgerblue;
}
.heading .tab table{
  position: absolute;
  left: 25%;
  top: 30%;
  border-collapse: collapse;
  width: 50%;
}
.heading .tab td,th{
  border: 1px solid #ddd;
  padding: 5px;
}
.heading .tab tr:nth-child(even){
  background-color: #f2f2f2;
}
.heading .tab tr:hover {
  background-color: #ddd;
}
.heading .tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: grey;#4CAF50;
  color: white;
}
.heading .tab td:nth-child(even){
  width: 30%;
}
.contact{
  position: absolute;
  bottom: -415%;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: #343a40;
}

.contact .map{
  position: absolute;
  top: 5%;
  right: 5%;
  width:40%;
  height:90%;
}
.contact .info{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 40%;
  height: 90%;
  color: white;#0052D4;
}
.contact .info .address .line1{
  position: absolute;
  top: 35%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line2{
  position: absolute;
  top: 41%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line3{
  position: absolute;
  top: 47%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line4{
  position: absolute;
  top: 54%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line5{
  position: absolute;
  top: 61%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line6{
  position: absolute;
  top: 68%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address i{
  position: absolute;
  top: 30%;
  font-size: 20px;
  line-height: 30px;
  margin: 20px;
}
.contact .info img{
  position: absolute;
  top: 0;
  left: 10%;
  width: 130px;
  height: 130px;
}
.contact .info i{
  position: absolute;
  color: white;#0052D4;
  //text-shadow: 0 0 20px rgba(255,255,255,0.7);
  line-height: 30px;
  margin: 20px;
}
.contact .info i:nth-child(2){
  top: 60%;
}
.contact .info i:nth-child(3){
  top: 70%;
}
.contact .info i:nth-child(4){
  top: 80%;
}
.contact .info i:nth-child(n+5){
  top: 90%;
}
.contact .info i a{
  color: white;#0052D4;
  //text-shadow: 0 0 20px rgba(255,255,255,0.7);
  line-height: 30px;
  margin: 20px 4px;
  font-size: 20px;
}
}
@media screen and (max-width:1600px) {
.heading h1{
  position: absolute;
  left: 40%;
  top: 15%;
  color: dodgerblue;
}
.heading .tab table{
  position: absolute;
  left: 25%;
  top: 27%;
  border-collapse: collapse;
  width: 50%;
}
.heading .tab td,th{
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
}
.heading .tab tr:nth-child(even){
  background-color: #f2f2f2;
}
.heading .tab tr:hover {
  background-color: #ddd;
}
.heading .tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: grey;#4CAF50;
  color: white;
}
.heading .tab td:nth-child(even){
  width: 30%;
}
.contact{
  position: absolute;
  bottom: -480%;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: #343a40;
}

.contact .map{
  position: absolute;
  top: 5%;
  right: 5%;
  width:40%;
  height:90%;
}
.contact .info{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 40%;
  height: 90%;
  color: white;#0052D4;
}
.contact .info .address .line1{
  position: absolute;
  top: 35%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line2{
  position: absolute;
  top: 41%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line3{
  position: absolute;
  top: 47%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line4{
  position: absolute;
  top: 54%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line5{
  position: absolute;
  top: 61%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line6{
  position: absolute;
  top: 68%;
  left: 8%;
  font-size: 20px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address i{
  position: absolute;
  top: 30%;
  font-size: 20px;
  line-height: 30px;
  margin: 20px;
}
.contact .info img{
  position: absolute;
  top: 0;
  left: 10%;
  width: 130px;
  height: 130px;
}
.contact .info i{
  position: absolute;
  color: white;#0052D4;
  //text-shadow: 0 0 20px rgba(255,255,255,0.7);
  line-height: 30px;
  margin: 20px;
}
.contact .info i:nth-child(2){
  top: 60%;
}
.contact .info i:nth-child(3){
  top: 70%;
}
.contact .info i:nth-child(4){
  top: 80%;
}
.contact .info i:nth-child(n+5){
  top: 90%;
}
.contact .info i a{
  color: white;#0052D4;
  //text-shadow: 0 0 20px rgba(255,255,255,0.7);
  line-height: 30px;
  margin: 20px 4px;
  font-size: 20px;
}
}
@media screen and (max-width:1080px) {
.heading h1{
  position: absolute;
  left: 10%;
  top: 15%;
  color: dodgerblue;
}
.heading .tab table{
  position: absolute;
  left: 5%;
  top: 30%;
  border-collapse: collapse;
  width: 90%;
}
.heading .tab td,th{
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 10px;
}
.heading .tab tr:nth-child(even){
  background-color: #f2f2f2;
}
.heading .tab tr:hover {
  background-color: #ddd;
}
.heading .tab td:nth-child(even){
  width: 30%;
}
.heading .tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: grey;#4CAF50;
  color: white;
}
.contact{
  position: absolute;
  bottom: -400%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #343a40;
}

.contact .map{
  position: absolute;
  top: 5%;
  right: 5%;
  width:45%;
  height:50%;
}
.contact .info{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 45%;
  height: 90%;
  color: white;#0052D4;
}
.contact .info .address .line1{
  position: absolute;
  top: 25.5%;
  left: 15%;
  font-size: 8px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line2{
  position: absolute;
  top: 30%;
  left: 15%;
  font-size: 8px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line3{
  position: absolute;
  top: 34%;
  left: 15%;
  font-size: 8px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line4{
  position: absolute;
  top: 38%;
  left: 15%;
  font-size: 8px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line5{
  position: absolute;
  top: 42%;
  left: 15%;
  font-size: 8px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address .line6{
  position: absolute;
  top: 46%;
  left: 15%;
  font-size: 8px;
  font-family: sans-serif;
  color: white;#0052D4;
}
.contact .info .address i{
  position: absolute;
  top: 15%;
  font-size: 8px;
  //line-height: 30px;
  //margin: 20px;
}
.contact .info img{
  position: absolute;
  top: 0;
  left: 10%;
  width: 70px;
  height: 70px;
}
.contact .info i{
  position: absolute;
  color: white;#0052D4;
  //text-shadow: 0 0 20px rgba(255,255,255,0.7);
  //line-height: 30px;
  //margin: 20px;
  font-size: 8px;
}
.contact .info i:nth-child(2){
  top: 0%;
}
.contact .info i:nth-child(3){
  top: 40%;
}
.contact .info i:nth-child(4){
  top: 44%;
}
.contact .info i:nth-child(n+5){
  top: 47%;
}
.contact .info i a{
  color: white;#0052D4;
  //text-shadow: 0 0 20px rgba(255,255,255,0.7);
  //line-height: 30px;
  //margin: 20px 4px;
  font-size: 7px;
}
}
