.carusel-cap {
    position: absolute;
      right: 15% !important;
      top: 20px !important;
      left: 60% !important;
      z-index: 10;
      padding-top: 10% !important;
      padding-bottom: 20px;
      text-align: left !important;
      width: 40% !important;
      padding-left: 40px !important;
      text-shadow: none !important;
      font-family: 'Poppins', sans-serif !important;
  }
  .carusel-cap.lefty {
    position: absolute;
      right: 15% !important;
      top: 20px !important;
      left: 5% !important;
      z-index: 10;
      padding-top: 10% !important;
      padding-bottom: 20px;
      text-align: left !important;
      width: 40% !important;
      padding-left: 40px !important;
      text-shadow: none !important;
      font-family: 'Poppins', sans-serif !important;
  }
  .carusel-cap span {
    font-size: 40px;
    color: #ededed;
    font-weight: 300;
    line-height: 70px;
    line-height: 10px;
}
.carusel-cap h1 {
    font-size: 50px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 70px;
    max-width: 71%;
 
}
.carusel-cap p {
    font-size: 17px;
    color: #ededed;
    width: 70%;
}
.btn-primary1, .downloadbutton{
    background: #FF0130 !important;
    padding: 12px 40px !important;
    font-size: 15px !important;
    border-radius: 40px !important;
    margin-top: 10px !important;
    font-weight: 600 !important;
    color: #fff !important;
    height: auto !important;
    margin-bottom: 15px;
}
.btn-primary1:hover, .downloadbutton:hover {
    background: #9c0d0d !important;

}

.downloadbutton{
    margin-bottom: 15px;
    display: inline-block;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 999 !important;
}
.desktop-hide{
    display: none;
  }
  .mobile-hide{
    display: block;
  }

 