#borderimg { 
    border: 10px solid transparent;
    border-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
  } 
.text-uppercase {
    color: white;
    font-size: 90px;
    font-weight: bold;
   line-height: 0;
}
.box{
    position: relative;
}
.prev-icon {
    font-size: 40px;
    position: relative;
    top: 12px;
    right: 170px;

}
.next-icon {
    font-size: 40px;
    position: relative;
    top: 12px;
    right: 225px;
}
.box__background{
    background-color: rgba(204,235,248,0.3);
    height: 85%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
/*.box{
    padding-bottom: 50px;
    padding-top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(0,171,220,0.2497373949579832) 72%, rgba(0,171,220,0.2497373949579832) 78%);
  }*/
.overlay{
  position: absolute;
  bottom: -1px;
    left: 25px;
}

.slider-left-p i,
 .slider-right-r i{
    cursor: pointer;
 }
@media screen and (max-width: 575.98px), (max-width: 767.98px){
  .text-uppercase {
    font-size: 140px;
    margin-top: 33px;
    margin-left: 0px;
}
}
