.bg-orange {
  background-color: #F04E23;
}

@media (min-width: 992px) {
  .header .header-top {
    background-color: #F04E23;
  }
}
@media (min-width: 992px) {
  .header-menu .menu-nav > .menu-item.menu-item-here > .menu-link, .header-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #0BB783;
  }
}
@media (min-width: 992px) {
  .header-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text, .header-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .header-menu .menu-nav > .menu-item > .menu-link {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
  .home-banner {
    background-color: #7E8299;
  }
  .mobile-interface {
    position: relative !important;
    top: 60px !important;
  }
}
.ratings-stars img {
  max-width: 100px;
  display: flex;
}

.mobile-logo img {
  border-radius: 20px;
  padding: 15px;
  max-width: 130px;
  border: 1px solid;
}

.mobile-logo {
  border-radius: 20px;
  border: 1px solid;
  padding: 3px;
  max-width: 130px;
  background-color: rgba(70, 78, 95, 0.05);
}

.mobile-interface {
  position: absolute;
  width: 280px;
  height: auto;
  z-index: 96;
  left: calc(50% - 140px);
  bottom: -54px;
}

.md-image {
  max-width: 100px;
  position: absolute;
  right: 10px;
  top: 10%;
}

.total-amount {
  margin: 0 -29px;
}

.discount-deals-icon {
  max-width: 100px;
  height: 130px;
}

.play-icon {
  position: absolute;
  bottom: 41%;
  left: calc(50% - 20px);
}

.jq-ry-container {
  padding: 0px;
}

.txb-notice {
  margin: 0 -29px;
}

.iti {
  width: 100%;
}

.corporate-navbar .nav-item.active {
  color: black !important;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.corporate-navbar .nav-item.active a {
  color: black !important;
}

.top-bar-dropdown {
  left: -218px;
}

@media (max-width: 992px) {
  .top-bar-dropdown {
    left: -146px;
  }
}
.corporate-navbar::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #F14F24 84.37%, #FFA048 100%);
  box-shadow: 30px 15px 35px 5px rgba(40, 81, 67, 0.5);
  position: absolute;
  right: -99%;
}

@media (max-width: 992px) {
  .corporate-navbar::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #F14F24 84.37%, #FFA048 100%);
    position: absolute;
    left: -99%;
  }
}
.banner-block-wrapper {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.screenshots-wrapper .second-img {
  position: relative;
  top: -168px;
  left: 20%;
}

.screenshots-wrapper .third-img {
  position: absolute;
  top: 50%;
  right: 10%;
}

@media (max-width: 786px) {
  .screenshots-wrapper .second-img {
    position: static;
  }
  .screenshots-wrapper .third-img {
    position: static;
  }
}
.banner-bottom-wrapper {
  background-size: 54%;
}

@media (max-width: 1200px) {
  .banner-bottom-wrapper {
    background-size: 45%;
  }
}
@media (max-width: 575px) {
  .banner-bottom-wrapper {
    background-image: none !important;
  }
}
.iti__flag {
  background-image: url("../plugins/global/img/intl-tel-input/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../plugins/global/img/intl-tel-input/flags@2x.png");
  }
}
.lg-backdrop {
  z-index: 1050;
}
