.backg {
    background:url('https://ppdb.alwildan.sch.id/images/12063968_4861242.webp') no-repeat;
    background-size: cover;
    background-position:center center;
    background-attachment: fixed;
}

#tooltip {
  position: relative;
  display: inline-block;
}

#tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

#tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}
.modaler {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  padding-top: 123px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-contenter {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}
.modal-contenter, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.closer {
  position: absolute;
  top: 60px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.closer:hover,
.closer:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

    .bodylotion
    {
    background:url(../images/bg_ais.jpg) no-repeat center fixed;
    }
.hoy:hover {
  transform: scale(1.05);
}
    .w3-animate-left{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
    .w3-animate-right{position:relative;animation:animateright 0.8s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
    .w3-animate-rightt{position:relative;animation:animateright 0.9s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
    .w3-animate-righttt{position:relative;animation:animateright 1s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}


.modal {
  display: block;
  position: fixed;
  z-index: 1;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 95%;
  border-radius:8px;
  max-width:1000px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 2px 16px;
  background-color: #0daae8;
  color: white;
  text-align: center;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.others {
    color:black
}

select[type=text], input[type=text], input[type=number], input[type=date], input[type=email]{
    border: none;border-bottom: 1.3px solid #e6e8e9;height:40px;
}

@media screen and (min-width: 601px) {
  div.phoneview { display: none; }
  div.laptopview { display: block; }
  div.contacted { position:fixed;bottom:17;right:20;z-index:2; }
  div.logined { position:fixed;bottom:100;right:44;z-index:2; }
  .awlogo { width:89px; }
  .kotakjenjang { height:89px; }
}
@media screen and (max-width: 600px) {
  div.phoneview { display: block; }
  div.laptopview { display: none; }
  div.contacted { position:fixed;bottom:17;right:17;z-index:2; }
  div.logined { position:fixed;bottom:100;right:13;z-index:2; }
  .awlogo { width:50px; }
  .kotakjenjang { height:50px; }
}