body {
  margin: 0;
  padding: 0;
}
input:focus::placeholder {
  color: transparent;
}

.fill-effect:hover {
  color: whitesmoke;
}

.fill-effect:after {
  content: "";
  /* position: absolute; */
  background: #383736;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill-effect:hover:after {
  top: 0;
}
.privatecls_div {
  display: flex;
  /* background: green; */
  /* margin: auto; */
  /* width: 100%; */
  /* justify-content: space-between; */
  /* left: 1em; */
  /* max-width: 72rem; */
  justify-content: space-around;
}
.private_cls_leftdiv .heading {
  width: 100%;
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
}
.privatecls {
  /* background-color: red; */
  background-image: url("../image/private-page-bg.png");
  padding-top: 9%;
  /* position: relative; */
}

.private_cls_leftdiv > div > p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #838383;
}

.private_cls_leftdiv img {
  height: 455px;
  /* margin-top: 20%; */
}

/* .private_cls_rightdiv {
  width: 415.64px;
  height: 600.3px;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: -10.3389px -3.75603px 71px rgba(144, 144, 144, 0.07),
    -2.06777px -0.751206px 11.5375px rgba(144, 144, 144, 0.035);
  border-radius: 8px;
} */

.container-privatecls {
  border: 4px solid linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  border-top: 8px solid #00f2fe;
  border-right: 4px solid #00f2fe;
  border-bottom: 4px solid #00f2fe;
  border-left: 8px solid #00f2fe;
}

.container-privatecls {
  width: 404.13px;
  /* height: 584.48px; */
  background: #ffffff;
  border-radius: 8px;
  margin: auto;
  margin-top: 8px;
}

.container-privatecls .title {
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  /* padding-block: 17px; */
}

.container-privatecls form {
  /* display: flex;
  flex-wrap: wrap; */
  max-width: 337.86px;
  margin: auto;
}

form .user_details .input_box {
  width: calc(100% / 2-20px);
  margin-bottom: 12px;
}
form .user_details .input_box label,
label[for="class"] {
  display: block;
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
  color: #050505;
}
.mobile_heading {
  display: none;
}
.user_details .input_box input {
  height: 47px;
  width: 100%;
  outline: none;
  padding-left: 15px;
  background: #f5f5f5;
  border: 1px solid #2cbbe7;
  box-shadow: 0px 1px 12px rgba(196, 196, 196, 0.1);
  border-radius: 5px;
}

.classes {
  width: 76px;
  height: 37px;
  background: #ffffff;
  border: 1px solid #7c7c7c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  color: #7c7c7c;
  cursor: pointer;
  transition: 0.3s;
}

.classes:hover {
  /* border: 1px solid #614acc;
  background: #f5f5f5; */

  background: #f5f5f5;
  transform: scale(1.1);
  transition: transform 1s ease-out;
}

.classes p {
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #7c7c7c;
}

.classchip {
  display: flex;
  flex-wrap: wrap;
}

/* button {
  width: 428.86px;
  height: 70px;
  background: #87e2fc;
  border: 1px solid rgba(236, 236, 236, 0.7);
  box-sizing: border-box;
  box-shadow: 0px 1px 12px rgba(196, 196, 196, 0.1);
  border-radius: 70px;
} */
.booknow_btn button {
  width: 340.86px;
  height: 55px;
  background: #87e2fc;
  border: 1px solid rgba(236, 236, 236, 0.7);
  box-sizing: border-box;
  box-shadow: 0px 1px 12px rgba(196, 196, 196, 0.1);
  border-radius: 70px;

  /* font */
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  margin-block: 23px;
}

.booknow_btn button::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 600;
  font-size: 25px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .privatecls_div {
    display: block;
  }
  /* body {
    background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  } */
  .private_cls_leftdiv .mobile_heading {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    margin-top: -40px;
  }

  .heading {
    display: none;
  }
  .mobile_heading {
    display: block;
    width: 100%;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 49px;
    color: #000000;
    text-align: center;
  }

  .private_cls_rightdiv {
    padding-bottom: 12px;
    /* width: 360.64px; */
    width: 100%;
    background-image: none;
    height: 100%;
  }

  /* .privatecls_circleimg {
    position: relative;
    top: -73px;
    
    height: 420px;
    background-position: right 16% top 54%;
    background-repeat: no-repeat;
  }

  .privatecls_circleimg::before {
    width: 250px;
    height: 250px;
    left: -82px;
    top: -20px;
  } */

  .privatecls_curveimg {
    display: none;
  }
  .private_cls_leftdiv img {
    display: none;
  }
  .privatecls {
    background-image: url("../image/bg\ 2.png");
  }
  .private_cls_leftdiv > div > p {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-block: 1rem;
    color: #2b2b2b;
  }
  .container-privatecls {
    /* width: 348.13px; */
    width: 90%;
    margin-top: 0;
    border: none;
  }
  .container-privatecls form {
    max-width: 296.86px;
  }

  form .user_details .input_box label,
  label[for="class"] {
    font-size: 15px;
  }

  .user_details .input_box input {
    height: 39px;
  }

  .classes {
    width: 66px;
    height: 29px;
  }
  .classes p {
    font-size: 15px;
  }
  .booknow_btn button {
    width: 305.86px;
    height: 48px;
    margin-block: 23px;
    font-size: 19px;
  }
  .privatecls {
    background-size: 100% 100%;
    padding-top: 45%;
  }

  .classes:hover {
    background: #000;
    color: #fff;
    transform: scale(1);
    /* transition: transform 1s ease-out; */
  }
}
.classes-selected {
  background-color: black;
  color: white;
}

.classes-selected p {
  color: white;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
