@media screen and (min-width: 1320px) and (max-width: 1400px) {
  .texts {
    bottom: 18rem;
    left:-10rem;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1320px) {
  .texts {
    bottom: 18rem;
    left: 0rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1180px) {
  .texts {
    bottom: 3rem;
    left:0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-logo {
    position: absolute;
    top: 2rem;
    left: 3rem;
  }
  
.texts {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  right: 0;
}
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .texts {
        display:none;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  right: 0;
}
  .form-sec {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
    width: 92%;
    padding: 10px 11px 18px;
  }
  .fixed-enquiry-btn a {
    position: fixed;
    right: 0px;
    bottom: 0px;
    transform: rotate(0deg);
    top: inherit;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 0px;
    border: solid 0px #f48533;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    border-radius: 0px;
    font-weight: 600;
    /* display: none; */
    width: 100%;
    text-align: center;
  }
  .form-sec.sticky.formbottom {
    right: 41px;
    transform: translateY(0%);
    top: 50%;
    position: static;
  }
  .banner-logo {
       display:none;
    position: absolute;
    top: 1rem;
    left: 3rem;
  }
  .texts {
    bottom: 10rem;
  }
  .banner-img img {
    width: 100%;
    /*object-fit: cover;*/
    /*object-position: 26%;*/
    /*height: 100vh;*/
  }
  .colabo-header.text-center.sec-header h2 {
    font-size: 3rem;
  }
  .why-ku-wrap {
    /*padding: 0rem;*/
  }
  .why-ku-slider .owl-dots {
    text-align: center;
    margin-right: 0rem;
  }
  .why-KU {
    position: initial;
    top: -13rem;
  }
  section.vision-mision {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 0) and (max-width: 512px) {
  .texts {
    bottom: 2rem;
  }
}
