.acquire-band{
  height: 50px;
  background: rgb(60,0,182);
  background: linear-gradient(90deg, rgba(60,0,182,1) 0%, rgba(15,23,184,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.band-container{
  position: relative;
  display: flex;
}
.loudspeaker{
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.aquired-text{
  color: #ffffff;
}
.aquired-text, .learnmore a{
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
  font-family: Nunito,sans-serif;
}
.learnmore a{
  color: #ffdb00;
  margin-left: 5px;
  text-decoration: underline;
  /* justify-content: space-around; */
}
@media screen and (max-width:767px){
.acquire-band{
  padding: 30px 5px 30px 5px;
}
.loudspeaker-icon{
  max-width: fit-content;
}
.learnmore{
  position: absolute;
  top: 17.5px;
  left: 60%;
}
.aquired-text, .learnmore a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500 !important;
  letter-spacing: normal;
}
}
@media screen and (max-width:991px) and (min-width:800px) {
.acquire-band{
  padding: 30px 50px 30px 50px;
}
.learnmore{
  position: absolute;
  top: 1.438rem;
  /* left: 12.813rem; */
  left: 15%;
}
.loudspeaker{
  margin-right: 20px;
}
/* .loudspeaker-icon{
  width: 40px;
} */
.aquired-text, .learnmore a{
  line-height: 25px;
}
}
@media screen and (max-width:800px) and (min-width:768px){
.acquire-band{
  padding: 30px 50px 30px 50px;
}
.learnmore{
  position: absolute;
  top: 1.438rem;
  /* left: 12.813rem; */
  left: 18%;
}
.aquired-text, .learnmore a{
  line-height: 25px;
}
}
@media screen and (max-width:414px) and (min-width:361px) {
  .learnmore{
    top: 16px;
    left: 70%;
  }
}
@media screen and (max-width:360px) and (min-width:200px){
  .acquire-band{
    height: 60px;
  }
  .aquired-text, .learnmore a{
    margin-top: -10px;
    font-size: 12px;
    line-height: 15px;
  }
  /* .loudspeaker-icon{
    width: 40px;
    margin-top: -20px;
  } */
  .learnmore{
    top: 15px;
    left: 27px;
  }
  .sxm-device{
    padding: 10px;
  }
}
.lz-revv-logo{
  width: 238px;
  height: auto;
}
.lz-revv-footer-logo{
  width: 238px;
  height: auto;
}
/* Revv Bharat Solution Page */
.brand-link{
  width: auto;
}
@media screen and (max-width:991px) and (min-width:768px){
  .lz-revv-logo{
    width: 175px;
  }
  .signup-mb{
    margin-left: 100px;
  }
  .lz-revv-footer-logo{
    width: 205px;
  }
}
@media screen and (max-width:767px) {
  .lz-revv-logo{
    width: 170px;
    max-width: 170px;
  }
  .signup-mb{
    width: 130px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 33px;
  }
  .lz-revv-footer-logo{
    width: 184px;
  }
  .lz-revv-footer-logo{
     max-width: 238px;
  }
  .btn.signup{
    box-shadow: 1px 0px 1px rgb(0 0 0 / 25%), -6px -6px 12px -9px rgb(255 233 88 / 30%) !important;
  }
}
@media screen and (max-width:375px) {
  .signup-mb{
    width: 120px;
    font-size: 10px;
    padding: 0 4px 0 4px;
    height: 33px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 25%), -6px -6px 12px -9px rgb(255 233 88 / 30%) !important;
  }
}
/* Landing page logo csss */
@media screen and (max-width:479px){
  .lz-revv-landingpage-logo{
    width: 85% !important;
  }
}
