* {
  margin: 0;
  padding: 0;


}


body,
html {
  font-family: sans-serif;

}


.bag-1 {
  background-image: linear-gradient(to bottom, #2ab8bda5, #ffffff);
  height: 100vh;
}



.icarebox {
  width: 100%;
  margin: 0 auto;


}


.footer-1 {
  border-top: 1px solid rgb(202, 202, 202);
  background: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
  padding: 5px 0;


}

.footer-2 {
  border-top: 1px solid rgb(202, 202, 202);
  background: white;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
  padding: 5px 0;

}




.footer-1 p {
  text-align: center;
  margin: 10px 0;
}

.footer-2 p {
  text-align: center;
  margin: 10px 0;
}




.circletitle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 49%;
  margin: 20px auto;

}

.part {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px #367e7d47;
  position: relative;
  background-image: linear-gradient(to top, #367E7D, #b6e9f1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: solid 1px white;

}


.circletitle .part+.part::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #9CD5DE;
  top: 0;
  bottom: 0;
  left: -100px;
  margin: auto;
  z-index: -10;
}


.circletitle .partnone+.partnone::before {

  background-color: #ccc;

}

.part p {


  font-size: 19px;
  margin: 0;


}

.partnone {
  background-image: linear-gradient(9deg, #999, #ccc);
  box-shadow: 3px 3px 3px #ccc;
}


.wordbox {
  letter-spacing: 1px;
  text-align: justify;
  border: 1px solid rgba(0, 0, 0, 0.224);
  margin: 25px 0px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 13px;
  height: 300px;
  overflow: auto;


}

.checkmark {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  transition: .25s ease-in-out;
  margin-right: 5px;
}

.msg_box2 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.msg_box2 input:checked~.checkmark {
  background: #377F7E;
}

.msg_box2 .checkmark:after {
  margin-top: 2px;
  margin-left: 7px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.msg_box2 input:checked~.checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  display: none;
}

.msg_box2 {

  width: 100%;
  position: relative;

  user-select: none;
  font-size: 1em;
  color: #666;
  margin-top: 20px;

}

.msg_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);



}

.bigword {
  background-color: white;

}





.divBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;


}

.divBtn button {
  background-image: linear-gradient(to top, #2a53a0 50%, #4a74c18a 100%);
  ;
  border: none;
  padding: 10px;
  font-size: 20px;
  color: white;
  border-radius: 13px;
  width: 30%;
}

.divBtn button:focus {
  outline: none;
}

.divBtn button:hover {
  background-color: #4a74c18a;
}


.teaching p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  display: inline;


}

.teaching {
  background-color: rgb(140 124 165 / 22%);
  padding: 15px;
  border-radius: 13px;
  margin-bottom: 40px;
}

.teaching-img {
  width: 80%;
  margin: 50px auto;
}

.teaching-img img {
  width: 100%;

}

.teaching-word {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teaching-word p {
  display: inline-block;
  margin-top: 50px;
  font-size: 22px;
  letter-spacing: 1px;
  border-bottom: 1px solid #aaa;


}



/* ===============register */

.midinput {
  position: relative;
  width: 80%;
  margin: 30px auto 0 auto;


}

.midinput input {
  width: 100%;
  height: 60px;
  font-size: 23px;
  padding: 30px 17px;
  outline: none;
  border-radius: 10px;
  color: #666;
  border: 1px solid #aeaeae !important;


}

.midinput input:focus {
  border: 1px solid #488aae7a !important;
  box-shadow: 0 0 0 0.2rem #8bc7e87a;


}




.bigword-1 input::placeholder {
  color: #999;
  font-size: 17px;
}

.bigword-1 label {

  top: -15px;
  font-size: 17px;
  white-space: nowrap;
  background: #fff;
  text-align: left;
  left: 15px;
  color: #797979;
  pointer-events: none;
  position: initial !important;
  font-size: 18px;
}

.bigword-1 {

  border-top: solid 30px #2ab8bd;
  border-bottom: solid 2px #2ab8bd;
  border-left: solid 2px #2ab8bd;
  border-right: solid 2px #2ab8bd;
  background-color: white;
  padding: 10px 20px 20px 20px;
  box-shadow: 2px 2px 6px #addbdd;
  border-radius: 13px;

  margin-bottom: 40px;
}









.bigword-1 textarea {
  outline-color: #2bb7bdc2;
  border: 1px solid #ddd;
}

.cancelbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}


.cancelbtn a {
  display: inline-block;
  margin: 5px 10px 5px 10px;
  background-color: #2bb7bd;
  color: white;
  padding: 7px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 2px;
  box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);

}

.cancelbtn a:hover {
  color: white;
  text-decoration: none;
  background-color: #60c4c9;
}


.icaretable {
  margin-top: 10px;
}








.midinput select {
  width: 100%;
  font-size: 23px;
  padding: 0 10px;
  outline: none;
  border-radius: 10px;
  color: #666;
  border: 1px solid #aeaeae !important;
  background-color: white;
  height: 60px;


}

.midinput select:focus {
  border: 1px solid #2bb8bd9d !important;
  box-shadow: 0 0 0 0.2rem #8bc7e87a;


}




.midinput select:invalid {

  color: #999;
  font-size: 17px;
}

.color {
  color: #377F7E;
}


.midinput {

  width: 100%;

}





.table-2>thead>tr>th {
  padding: 6px !important;
  background-color: #ffc876;
  color: white;
  text-align: center;
  border-bottom: none;
}

.table-2>tbody>tr>th,
.table-2>tbody>tr>td {
  border: 1px solid #e7e7e7 !important;
  text-align: center;
  font-weight: normal;
}

.table-2>tbody>tr:nth-child(2n) {
  background-color: #fff8ec;
}

.background {

  border-radius: 3px;
}


.background h1 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 11px;
  color: #26a2a2;
  padding-bottom: 11px;
  border-bottom: 2px dashed #fbd192;


}

.background h2 {
  font-size: 19px;

}

.background h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;

}

.table-2 thead th {
  vertical-align: middle !important;
}

.table-2 td,
.table-2 th {
  vertical-align: middle !important;
  padding: 15px !important;
}


.table-2 tbody button:focus {
  outline: none;
}

.ture-1 {
  border: none;
  background-color: #2bb7bd;
  color: white;
  padding: 3px 5px;
  border-radius: 4px;
}


.ture-1:hover {
  background-color: #2bb8bdd5;
}



.flase-1 {
  border: none;
  background-color: #80c4c4;
  color: white;
  padding: 3px 5px;
  border-radius: 4px;
}


.flase-1:hover {
  background-color: #80c4c4b2
}

.reserve {
  text-align: center;
}

.reserveinput label {
  margin-bottom: 5px;
}




.reserveinput select {
  height: 50px;
  border-radius: 13px;
  padding: 12px 18px;
  border: solid 1px #b2b2b2;
  background-color: white;

}

.reserveinput input {
  height: 50px;
  border-radius: 13px;
  padding: 12px 18px;
  border: solid 1px #b2b2b2;
  background-color: white;
}

.reserveinput input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #2bb8bd9d;
  border: 1px solid #ddd;
}

.reservedata label {
  margin-bottom: 5px;
}

.reservedata {
  margin-top: 10px;
}

.reservedata input:invalid {
  color: #757575;
}

.reservedata input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #2bb8bd9d;
  border: 1px solid #ddd;
}

.reserveinput select:invalid {
  color: #757575;
}

.reserveinput select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #2bb8bd9d;
  border: 1px solid #ddd;
}

.reserveinput {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.reservebtn {
  text-align: center;
  margin: 28px 10px 0px 10px;
}

.reservebtn button {
  width: 80%;
  color: white;
  padding: 10px 8px;
  border-radius: 13px;
  background: linear-gradient(to top, #2bb7bd 50%, #93d7da 100%);
  border: none;
  border-radius: 10px;
  letter-spacing: 2px;
  box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}


.reservebtn button:focus {
  outline: none;
}

.reserve button {
  border: none;
  padding: 10px 15px;
  color: white;
  background: linear-gradient(to top, #2bb7bd 50%, #93d7da 100%);
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  width: 90%;
  box-shadow: 2px 2px 2px #25a2a2;
  margin: 2px 0;
}

.reserve button:focus {
  outline: none;
}


.reservebtn button:hover {
  background: linear-gradient(to top, #2bb8bdd2 50%, #2bb8bdd2 100%);
}

.reserve button:hover {
  box-shadow: 3px 3px 2px #2d9a9efe;
}


.reservebtn button:focus {
  outline: none;
}

.reservedata input {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 1.2em;
  min-width: 100%;
  height: 50px;
  border-radius: 13px;
  padding: 12px 18px;
  border: solid 1px #b2b2b2;
  background-color: white;

}

.reservedata {
  display: flex;
  flex-direction: column;
}


.waitingh1 {

  text-align: center;
}

.waitingp {
  text-align: center;
}

.waitingp p {
  color: #797979;
  font-size: 26px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px;

}



.waitingh1 h1 {
  color: white;
  background-color: #2ab8bd;
  font-size: 25px;
  padding: 15px 20px;
  border-radius: 11px 11px 0 0;
  letter-spacing: 3px;
}



.waitingh1none h1{
  margin: 0!important;
}

.bigword-5 {
  background-color: white;
  border-bottom: solid 2px #2ab8bd;
  border-left: solid 2px #2ab8bd;
  border-right: solid 2px #2ab8bd;
  box-shadow: 2px 2px 6px #addbdd;
  border-radius: 13px;
  margin-bottom: 100px;

}

.waitingimg {
  width: 33%;
  margin: 0 auto;
}

.waitingimg-1{
  width: 42%!important;
}

.waitingimg img {
  width: 100%;

}

.waitimgbox {
  padding: 0 20px 0px 20px;
}


.loader {
  width: 150px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 50px auto 20px auto;
}

.loader span {
  font-size: 22px;
  text-transform: uppercase;
  margin: auto;
  color: #797979;
}

.ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2ab8bd;
  animation: bounce .5s alternate infinite;
}

.ball:nth-child(2) {
  animation-delay: .16s;
}

.ball:nth-child(1) {
  animation-delay: .32s;
}

.timebox {
  display: flex;
  justify-content: center;
}


@keyframes bounce {
  from {
    transform: scaleX(1.25);
  }

  to {
    transform: translateY(-40px) scaleX(1);
  }

}

.timebox {
  padding-bottom: 20px;
  padding-top: 20px;
}



.waitworg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  margin: 10px 15px;
  border: solid 1px #2ab8bd;
  padding: 15px 18px;
  border-radius: 50px;
  height: 53px;
}


.waitworg p {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #797979;


}

.waitimg {
  width: 40px;
  margin-right: 10px;

}


.waitimg img {
  width: 100%;
}


.waitbtn {
  text-align: center;


}

.waitbtn button {
  width: 45%;
  margin-bottom: 30px;
  border: none;
  background: linear-gradient(to top, #2bb7bd 50%, #93d7da 100%);
  border-radius: 10px;
  cursor: pointer;
}

.waitbtn button:focus {
  outline: none;
}

.waitbtn button:hover {
  background: linear-gradient(to top, #2bb8bdd2 50%, #2bb8bdd2 100%);
}

.waitbtn p {
  font-weight: bold;
  color: white;
  padding: 10px 10px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;


}


.waitbtn-1 {
  text-align: center;


}

.waitbtn-1 button {
  width: 45%;
  margin-bottom: 30px;
  border: none;
  background-color: #93d7da;
  border-radius: 10px;
  cursor: pointer;
}

.waitbtn-1 p {

  color: white;
  padding: 7px 10px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;


}

.errorbox{
  display: flex;
  justify-content: center;
  align-items: center;
}

.error{
  text-align: center;
  margin: 35px 0;
  font-size: 20px ;
  background-color: #d4efef;
  border-radius: 15px;
  padding: 10px 25px;
  display: inline-block;

  
}
.error p{
margin-bottom: 0!important;
color: #797979;

}


@media screen and (min-width: 370px) and (max-width: 400px) {

  .ture-1 {

    padding: 5px;

  }



  .flase-1 {

    padding: 5px;



  }



}



@media screen and (max-width: 767px) {

  .waitworg p {
    font-size: 20px;
  }

  .waitimg {
    width: 48px;
    margin-right: 25px;
  }

  .waitbtn button {
    width: 90%;
  }

  .waitbtn p {
    padding: 12px 10px;
  }

  .timebox {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .waitworg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px;
    border: solid 1px #2ab8bd;
    padding: 10px;
    border-radius: 50px;
    height: 61px;
    margin: 10px auto 10px auto;
  }

  .waitingimg {
    width: 90%;

  }


  .waitingimg-1{
    width: 100%!important;
  }
  

  .table-2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }


  .midinput {

    width: 80%;

  }



  .divBtn button {

    width: 70%;
  }

  .msg_btn {
    width: 100%;

    text-align: center;

  }

  .teaching p {

    display: block;
  }

  .teaching-img {
    width: 100%;

  }

  .teaching-word p {

    font-size: 20px;

  }

  .circletitle {

    width: 100%;
    margin: 0 auto;

  }

  .midinput {

    width: 100%;

  }



}

@media screen and (max-width: 320px) {
  .part {
    width: 85px;
    height: 85px;
  }

  .circletitle .part+.part::before {

    left: -94px;
  }

  .bigword-1 label {
    font-size: 15px !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .waitingimg {
    width: 40%;
    margin: 0 auto;
  }

  .waitingimg-1{
    width: 50%!important;
  }

  .waitbtn button {
    width: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .waitbtn button {
    width: 70%;
  }
}



@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .waitbtn button {
    width: 55%;
  }
}