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

/* html[dir="rtl"] .main-header{
  direction:ltr;
} */

.preview-video {
  position: relative;
}

.preview-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f2c617;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-left: 15px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.section-07 input[type="text"],
.section-07 textarea {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 25px;
}

.section-07 input[type="email"] {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  padding: 10px;
}

@media(max-width:992px) {

  header .search a {
    padding: 10px 15px;
  }
}

.section-01 .item p {
  font-size: 16px;
  max-height: 3.2em;
  overflow: hidden;
}


.section-05 .swiper {
  max-height: 480px;
}



/* header, */
footer {
  height: 145px;
}

html[dir="rtl"] .section-01 .item figure {
  margin-left: auto;
}

html[dir="ltr"] .section-01 .item figure {
  margin-right: auto;
}

.section-01 .item {
  height: 235px;
  overflow: hidden;
}

.preview-video {
  height: 370px;
}



#lang #list {
  position: relative;
}

#link-lang {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

#link-lang:hover {
  color: var(--color01);
}

#lang #list ul.sub-menu {
  padding: 0;
  list-style: none;
  min-width: 150px;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 9%);
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  transition: 500ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  background-color: #fff;
  z-index: 9;
}

#lang #list ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  transition: 300ms;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

#lang #list ul.sub-menu li a:hover {
  background: #f4f4f4;
  color: var(--color01);
}

#lang #list ul.sub-menu.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.w-100px {
  width: 100px;
}

html[dir='rtl'] header .nav-links ul li:not(:last-child) {
  margin-left: 5px;
}


html[dir='rtl'] header .nav-links ul li:not(:last-child) {
  margin-left: 20px;
}


@media(max-width:1200px) {

  header .nav-links ul li a {
    font-size: 15px;
  }

  html[dir='rtl'] header .nav-links ul li:not(:last-child) {
    margin-left: 10px;
  }

  header .search a {
    padding: 10px 20px;
    /* font-size: 14px; */
    font-size: 14px !important;
  }

  html[dir='ltr'] header .nav-links ul li:not(:last-child) {
    margin-right: 10px;
  }

}

html[dir='ltr'] header .nav-links ul li:not(:last-child) {
  margin-right: 20px;
}

@media(max-width:992px) {
  #search-mobile {
    display: flex !important;
    margin-top: 15px;
    flex-direction: column;
  }
}

@media(max-width:992px) {
  #search-mobile {
    display: flex !important;
    margin-top: 15px;
    flex-direction: column;
  }

  html[dir='rtl'] header .search a {
    margin-bottom: 25px;
  }

  html[dir='ltr'] header .search a {
    margin-bottom: 25px;
  }
}

header .nav-links ul li a {
  font-size: 15px !important;
}

header figure {
  /* height: 100px; */
}

.chnage-lang {
  border-color: #000;
  border-radius: 100px;
}

.chnage-lang:hover,
.chnage-lang:focus,
.chnage-lang:active {
  border-color: #000;
  box-shadow: none;
}

.section-01 .item figure img {
  height: 60px;
}

.section-02 figure img {
  height: 370px;
}

@media(max-width:992px) {
  .section-03 .image-download-app {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
}

.section-03 .icon-download-app {
  /* width: 200px; */
  height: 55px;
  /* object-fit: cover; */
  border-radius: 15px;
}

.section-05 figure img {
  height: 400px;
}

@media (max-width: 576px) {
  .section-05 figure {
    height: 420px;
  }
}

@media(max-width:580px) {
  .section-05 .swiper {
    /* max-height: 650px; */
    max-height: 420px;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 700px) {
  .section-05 figure img {
    height: 300px;
  }

  .section-05 .swiper {
    max-height: 340px;
  }
}

.section-06 figure img {
  height: 350px;
}

.h-75px {
  height: 75px;
}

@media(max-width:992px) {

  .intro .action-banner {
    display: inline-grid
  }

  .intro .action-banner a {
    width: 320px;
    margin: 5px 0px !important;
  }

  header figure img {
    width: 180px !important;
    height: 100%;
  }
}