/*card start*/
.vid_btn {
  text-decoration: none;
  background-color: orange;
  border: none;
  margin: 0 0.6rem;
  padding: 0.9rem 2.5rem;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.reg_btn {
  text-decoration: none;
  background-color: black;
  border: none;
  margin: 0 0.6rem;
  padding: 0.9rem 2.5rem;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.reg_btn:hover {
  color: orange !important;
}

.card {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

/*card end*/

/*background img start*/
.main_div {
  height: 100vh;
  background-image: url("../../assets/images/stuservice.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
}

.sreg_div {
  background-color: #dfe4ea;
}

/*background img end*/

/*loding icon css start*/

.cursor-na {
  cursor: no-drop;
}

.loding-icon {
  display: none;
}

.dis-btn {
  cursor: not-allowed;
}

/*loding icon css end*/

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .main_div {
    height: auto;
    width: auto;
  }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .main_div {
    height: auto;
    width: auto;
  }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .main_div {
    height: auto;
    width: auto;
  }
}

/*// Large devices (desktops, less than 1200px)*/
