@media (max-width: 1300px) {
  .slide img {
    /* width: 68%; */
  }
}
@media (max-width: 1280px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .dis-flex {
    display: block;
  }
  .w-50 {
    width: 100%;
  }
  .features-listing {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }

  .line-white {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    display: flex;
  }
  .text-123 {
    position: relative;
    right: 0;
    opacity: 0.7;
    bottom: 0;
  }
  .line-white:before {
    display: none;
  }
  .contact-form-inner {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .input-style {
    width: 100%;
    margin-bottom: 15px;
  }
  footer form {
    width: 80%;
  }
  footer form {
    margin-bottom: 30px;
  }
  .cx-oracel {
    display: block;
  }
  .in-cx-oracel {
    margin-bottom: 20px;
    text-align: center;
  }

  .slider-banner {
    position: absolute;
    top: 10px;
  }
  header {
    position: relative;
  }
  .header-block-btns {
    display: flex;
  }
}

@media (max-width: 1023px) and (min-width: 992px) {
  img.laptop-img {
    width: 900px;
  }
  .slide_viewer {
    height: 393px;
  }
  .slide img {
    width: 710px;
  }
  .slider-banner {
    width: 710px;
    height: 397px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  img.laptop-img {
    width: 730px;
  }
  .slide_viewer {
    height: 321px !important;
  }
  .slide img {
    width: 575px;
  }
  .slider-banner {
    width: 575px;
    height: 322px;
    top: 58px;
  }
  .slide_buttons {
    margin-top: 45px;
  }
  .header-block {
    display: flex;
  }
}
/* (max-width: 991px) and (min-width: 768px)  END END END */
@media (max-width: 767px) {
  img.laptop-img {
    visibility: hidden;
    width: 100%;
    max-width: 100%;
  }
  .slider-banner {
    background: none;
    width: 100%;
  }
  .slide img {
    width: 100%;
  }
  .slide_buttons {
    margin-top: 10px;
  }
  .header-block-btns {
    gap: 5px;
    justify-content: end;
}
.bg-img-right {
  display: none;
}
.top-banner{
  padding-top: 10px;
}
.in-orac-text span {
  margin-bottom: 30px;
}
.ora-logo-text {
  border-radius: 20px;
}
.about-img-screen{
  text-align: center;
}
.line-white {
  align-items: center;
}
}
/* MAX 767 END END END */