.bootstrap-select>.dropdown-toggle {
  height: 50px !important;
}

input.error {
  border: 1px solid red !important;
}

textarea.error {
  border: 1px solid red !important;
}

select.error {
  border: 1px solid red !important;
}

label.error {
  color: red !important;
}

#toast-container>div {
  width: 350px !important;
  font-size: 17px !important;
}

#load {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  position: fixed;
  display: block;
  opacity: 0.8;
  z-index: 100000;
  /* background-color: #fff; */
  /* z-index: 199; */
  text-align: center;
}

#loading-image {
  /* position: absolute;
  top: 50%;
  z-index: 200;
  right: 50%;
  z-index: 200; */
  position: absolute;
  top: 50%;
  z-index: 200;
  right: 37%;
  z-index: 200;
}

.no_data {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.float-right {
  float: right;
}

@media (min-width: 991px) {

  .float-right {
    float: left
  }

}

.opacity-80 {
  opacity: 80%;
}

.opacity-70 {
  opacity: 70%;
}

#topScroll {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #61CE70;
  padding: 5px;
  border: 1px solid #61CE70;
  color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 15px;
  transition: background-color 1s;
  z-index: 9999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media (min-width: 991px) {

  .sticky+.first-section {
    /* padding-top: 160px; */
    margin-top: 100px;
  }

}

@media (max-width: 991px) {
  .sticky+.first-section {
    /* padding-top: 160px; */
    margin-top: 60px;
  }
}

.btn-sm {
  padding: 5px 20px;
}

.text-white p {
  color: #fff;
}

.custome-text-gray,
.custome-text-gray p {
  color: #8E8E8E !important;
}

.fs-20,
.fs-20 p {
  font-size: 20px !important;
}

@media (max-width: 991px) {
  .video {
    text-align: center;
  }

}