/*start css code*/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial;
}
.container-main {
  width: 950px;
  margin: 0px auto;
  background-color: white;
}
.ip-scrol-sec {
  height: 40px;
}
.ip-scrol-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
}
.sidebar ul li {
  list-style: none;
  text-align: center;
}
.sidebar ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.sidebar ul li a img {
  width: 95%;
  height: 95px;
  padding: 10px 10px;
  opacity: 1;
}
.sidebar ul li a img:hover {
  opacity: 0.9;
}
.copy-right {
  background: #ececec;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  margin-top: 6px;
}
.ip-form-border {
  border: 1px solid rgb(242, 232, 232);
  padding: 8px 6px;
  padding: 12px 0px;
}
.ip-text-field {
  width: 100%;
  height: 27px;
}
#brc_no::-webkit-outer-spin-button,
#brc_no::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#brc_no[type="number"] {
  -moz-appearance: textfield;
}
.notice-text-st {
  padding: 0px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.notice-container {
  border: 2px solid #98c8db;
  /* border-radius: 90px; */
  /* background: #ffdbdb; */
  padding: 0px 10px;
}
/*image zoomimg*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* the modal background */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  overflow: auto;
  background-color: rgb(175, 168, 168);
}

/* for modal content */
.modal-content {
  position: relative;
  background-color: rgb(175, 168, 168);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 830px;
  height: 95%;
}
/* for close button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: rgb(228, 0, 0);
  text-decoration: none;
  cursor: pointer;
}
.singleShow {
  display: none;
}
/*cursor pointer*/
.column {
  cursor: pointer;
}

/* design next and previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(233, 211, 211, 0.8);
}
/*counting images number*/
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: rgb(175, 168, 168);
  padding: 2px 16px;
  color: white;
}
img.hover-shadow {
  transition: 0.4s;
}
/*pointing shadow*/
.hover-shadow:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 25px 0 rgba(0, 0, 0, 0.19);
}
.bold-b {
  font-size: 16px;
}
.list-text{
  padding: 0 40px;
}
.list-text p{
  font-size: 14px;
  font-weight: 600;
}
.list-text ul li{
  font-size: 12px;
}
.list-text ul{
  padding-left: 40px;
  list-style-type: square;
}
.error{
  color: red;
  font-size: 11px;
}
/*for small device*/
@media screen and (max-width: 800px) {
  .modal {
    height: 34%;
  }
}
.top-bar {
  display: inline-block;
  position: relative;
}
.top-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#preview_image {
  width: 175px;
  height: 175px;
  margin: 0 auto;
  border: 2px solid #666666;
  border-radius: 0px;
}
.btn-admit {
  background-color: #686868;
  color: #f58634;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 25px;
  opacity: 1;
}
.btn-admit:hover {
  color: #f58634;
  opacity: 0.9;
}
.btn-admit:disabled{
  opacity: 0.65;
}
.admit-input {
  padding: 5px 5px;
  height: 35px;
  border-radius: 6px;
  background-color: #fff9f5;
}
/* media query */
@media screen and (max-width: 576px) {
  .head3 {
    font-size: 22px;
  }
  .notice-text-st {
    padding: 0px 12px;
    font-size: 13px;
  }
  .bold-b {
    font-size: 15px;
  }
  .custom-font-a {
    font-size: 16px;
  }
  .top-bar {
    font-size: 17px;
  }
  .custom-h5 {
    font-size: 16px;
  }
  .notice-container {
    /* border-radius: 50px; */
  }
  .btn-admit {
    font-size: 14;
  }
  .owl-carousel .owl-item img {
    height: 80px;
  }
  #preview_image {
    width: 100px;
    height: 100px;
  }
  .custom-h5{
    font-size: 16px;
  }
  .btn-admit{
    font-size: 14px;
  }
  .custom-height{
    height: 170px;
    align-items: center;
  }
  .sidebar li{
    display: inline-block;
    width: 49%;
    margin: 0 auto;
  }
  .sidebar ul li a img{
    height: 60px;
  }
}
input[type="text"], input[type="number"], textarea, select { 
  outline: none;
}
label{
  margin-bottom: 0;
  align-self: center;
}
.attendance-box p{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}