.herounit__description {
    max-width: 560px;
}
.align-vertical-center {
  align-items: center;
}

.contact-form-holder .contact-form label {
  font-size: 1rem;
  font-weight: 400;
}

.herounit__visual img {
    margin-left: 0px;
}
.image-holder img:not(.bg) {
    box-shadow: none !important;
}

.buttons-container .btn{
    min-width: 188px;
}
ul ul{
    padding-left: 0;
    list-style: none;
}

ul ul li{
    margin: 10px 0;
}
.heading {
  color: var(--deep-blue);
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
}
.resourcetype, .next {
    display: none;
}
.watch-btn.copy{
  display: none;
}

.carrier-image{
  box-shadow: 0 30px 55px 0 rgb(97 115 166 / 78%);
  background: url(../../twilio-alternative/new-style/background-image-for-whitepaper.svg)
}
.img-container{
  background: url(../../twilio-alternative/new-style/background-image-for-whitepaper.svg);
  background-size: contain;
  background-position: 50px 0;
  background-repeat: no-repeat;
  padding: 2rem;
}
.resourcetype, .next {
    display: none;
}
.image-holder.asset {
  padding: 0px !important;
}
.light-font ul {
    list-style: disc;
    padding-left: 15px;
}
.light-font ul li {
    margin-bottom: 20px;
}

.bottom-section {
  padding: 5.5rem 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.56
}

@media (min-width: 768px) {
  .bottom-section {
      padding:5.3125rem 0
  }
}

@media (min-width: 992px) {
  .bottom-section {
    padding: 2.125rem 0;
  }
  body.industry-pages  {
      background: url(../../../images/industry/bg-1.svg) top 200px right no-repeat, url(../../../images/industry/bg-2.svg) top 450px left no-repeat;
  }
  .bg-right-section {
    background: url(../../../images/industry/bg-1.svg) top 157px right no-repeat;
  }
  .bottom-section {
    background: url(../../../images/industry/bottom-body.svg) top left no-repeat;
  }
}

.bottom-section h1 {
  line-height: 1.75;
  font-size: 1.5rem;
  color: #05006d;
  margin-bottom: 1.25rem;
  font-weight: 400
}

@media (min-width: 768px) {
  .bottom-section h1 {
      font-size:1.75rem;
      line-height: 1.5
  }
}

@media (min-width: 992px) {
  .bottom-section h1 {
      font-size:2.5rem;
      margin-bottom: 1.375rem
  }
  .slider-bg {
    background: url(../../../images/industry/slider-dots.svg) top 30px left -5px no-repeat;
    padding: 20px;
    background-size: contain;
  }
}

.buttons-container {
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
}
.btn-outline-success {
    color: #03a94a;
    background-color: transparent;
    background-image: none;
    border-color: #03a94a;
}
.buttons-container .btn {
  margin: 0 .625rem .3125rem
}

@media (min-width: 768px) {
  .buttons-container .btn {
      margin:0 .8125rem .3125rem
  }
  .hero-content {
      margin-top: 100px;
  }
}

.slider-section {
  box-shadow: 0px 0px 29px rgba(90, 98, 125, 0.25);
  margin: 50px 0;
}
.each-slider {
    background: #FFFFFF;
    margin:  0;
}
.usecase-card__desc .checklist {
  margin-left: 12px;
  /* margin-right: 12px; */
}
@media (min-width: 830px) {
  .each-slider  {
      display: flex !important;
        max-height: 414px;

  }

  .about-slider {
    margin: 87px 71px;
  }
}
.left-text-ul .light-font {
  font-weight: 400;
}
.left-text-ul .usecase-card__heading {
  font-weight: 600;
}
.whole-cloud {
  background: url(../../../images/industry/middle-bg.svg) bottom 30px center no-repeat;
  background-size: 44%;
}
.each-cloud {
  margin-bottom: 50px;
}
.cloud-heading {
  font-weight: 600;
  font-size: 18px;
}
.cloud-desc {
  position: relative;
  background: #FFFFFF;
  padding: 6px 22px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  border-radius: 7px;

  box-shadow: 0px 0px 19px rgba(167, 167, 167, 0.25);
}
.cloud-desc:after {
  position: absolute;
  content: '';
  bottom: -20px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #fff;
}
.right-side {
  margin-top: 50px;
}
.right-side .cloud-desc:after {
  right: auto;
  left: 30px;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
}
.cloud-desc, .cloud-heading {
  max-width: 65%;
}
.each-cloud:first-child .cloud-desc , .each-cloud:first-child .cloud-heading{
  max-width: 90%;
}
.each-cloud:last-child .cloud-desc, .each-cloud:last-child .cloud-heading {
  max-width: 57%;
}
.right-side .cloud-desc, .right-side .cloud-heading {
  margin-left: auto;

}
@media (max-width: 900px) {
  .desktop-only-br{display:none}
}
.each-slider .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.each-slider .author { 
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #494A5B;
    margin-top: 60px;
}
.slick-slide img {
  max-width: 400px;
  object-fit: cover;
  height: 414px;
  margin-right: 20px;
}
.about-slider {
    margin: 50px 30px 70px;
}
.slick-prev, .slick-next {
  pointer-events: all !important;
}
.slick-prev:before, .slick-next:before {
    color: #333;
    font-size: 30px;
}
.slick-next:before {
    content: "\2192";
}
.slick-prev:before {
    content: "\2190";
}
.slick-prev {
    top: unset;
    bottom: 30px;
    left: 90%;
    z-index: 1;
    
}
.slick-next {
    right: 50px;
    top: unset;
    bottom: 30px;
}

@media (max-width: 992px) {
    .slick-prev {
        left: 45%;
    }
    .slick-next {
        right: 45%;
    }
}
@media (min-width: 500px) and (max-width: 992px ) {
   
    .ipad-center {
        text-align: center;
    }
    .each-slider.ipad-center img {
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 800px ) {
    .first-section {
        margin-top: 120px;
    }
}
@media (max-width: 500px) {
  .first-section {
      margin-top: 100px;
  }
  .slick-prev {
        left: 40%;
    }
    .slick-next {
        right: 40%;
    }

}
.align-items-top {
    align-items: unset;
}
.contact-form-holder {
  box-shadow: none;
}
.center-h3 {
    margin: 22px 0;
    font-weight: 300;
    font-size: 16px;
    color: #494A5B;
    text-align: center;
}
.checklist li {
 color: #333;
}
@media (max-width: 992px) { 
  .about-slider {
    min-height: 250px;
  }
}
@media (max-width: 767px) { 
  .about-slider {
    min-height: 350px;
  }
  .whole-cloud.d-flex {
    display: block !important;
    background: none;
  } 
  .cloud-desc, .cloud-heading {
    max-width: 100% !important;
  }
  .cloud-desc:after {
    display: none;
  }
  .industry-pages .contact-form-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slick-slide img {
    max-width: 100%;
  }
  .default-container .default-container {
    padding: 0;
  }
}