.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;
}

.main-footer .logo {
  width: 130px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .page-header {
    height: 35vh;
    max-height: 35vh;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .home-content .home-title {
    font-size: 31px;
    text-align: center;
  }

  .home-content .home-text {
    font-size: 25px;
    text-align: center;
  }

  .home-image {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }

  .home-content .download-app {
    display: none;
  }


  .download-app-2 {
    display: block !important;
    margin-top: 20px;
  }

  .about-section .section-item {
    margin-bottom: 10px;
  }

  .custome-order-sm-2 {
    order: 2;
  }

  .join-team-section .main-action {
    display: none;
  }

  .join-team-section .mobile-action {
    display: initial !important;
  }

}

@media (min-width: 991px) {

  .about-section .container {
    padding: 0px !important;
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  html[dir=rtl] .section-home .home-title {
    font-size: 50px;

  }
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.bg-description-section {
  background: url(../images/bg-description-section.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  min-height: 150px;
}


.bg-contact-us-section {
  background: url(../images/bg-contact-us.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  min-height: 150px;
}

@media (max-width: 992px) {
  .widget__item-1 {
    text-align: center;
  }

  .widget__item-1 .widget__item-icon {
    margin: 0 auto;
  }

  h2 {
    font-size: 20px;
  }
}