html {
  box-sizing: border-box;

  margin: 0;
}

body {
  margin: 0;
}



.carouselbl3 {
  min-width: 1312px;
  margin: 0 auto;

  position: relative;
  width: calc(80% - 60px);
}

.activatorbl3 {
  display: none;
}

.controlsbl3 {
  width:9%;
  margin-bottom:42px;
  display: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
  right: 0;
  left: 90%;
  bottom: 0;
}

.controlsbl3:last-of-type {
  justify-content: flex-start;
}

.controlbl3 {
  cursor: pointer;
  background-color: #eaf6ff;
  color: #017cc1;
  border-radius: 100%;
  
  font-size: 52px;
  height: 55px;
  justify-content: center;
  transition: 0.3s all;
  width: 55px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
}

.controlbl3:hover {
  background-color: #017cc1;
  color: #ffffff;
}

.activatorbl3:nth-of-type(1):checked ~ .controlsbl3:nth-of-type(1) {
  display: flex;
}

.activatorbl3:nth-of-type(1):checked ~ .screenbl3 .trackbl3 {
  transform: translateX(0%);
}

.activatorbl3:nth-of-type(2):checked ~ .controlsbl3:nth-of-type(2) {
  display: flex;
}

.activatorbl3:nth-of-type(2):checked ~ .screenbl3 .trackbl3 {
  transform: translateX(-100%);
}

.activatorbl3:nth-of-type(3):checked ~ .controlsbl3:nth-of-type(3) {
  display: flex;
}

.activatorbl3:nth-of-type(3):checked ~ .screenbl3 .trackbl3 {
  transform: translateX(-200%);
}

.activatorbl3:nth-of-type(4):checked ~ .controlsbl3:nth-of-type(4) {
  display: flex;
}

.activatorbl3:nth-of-type(4):checked ~ .screenbl3 .trackbl3 {
  transform: translateX(-300%);
}

.screenbl3 {
height:424px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0;
}

.trackbl3 {
  font-size: 0;
  transition: all 0.75s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.itembl3 {
  display: inline-flex;
  vertical-align: top;
  white-space: normal;
  transition: 250ms all;
  padding: 0 4px;
}

.itembl3:hover {
  margin: 0 0px;

}

.item--desktop-in-1 {
  width: 100%;
}

.item--desktop-in-2 {
  width: 50%;
}

.item--desktop-in-3 {
  width: 25%;
}

.item--desktop-in-4 {
  width: 25%;
}

.item--desktop-in-5 {
  width: 20%;
}

.demo-containerbl3 {
  display: flex;
  position: relative;
  top: 0;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-contentbl3 {
  color: #fff;
  display: flex;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  text-transform: normal;
  border-radius: 3px;
  font-size: 56px;
  width: 100%;
}

.slide-boxbl3 {width:305px;box-sizing:content-box;}

.slide-boxbl3 img {height:229px;border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;}

.slide-titlebl3 {width:245px;font-size:18px;margin:4px 30px;color:#141414;font-family: 'Nunito';position:absolute;display: table;text-align:left;font-weight:600;line-height: 28px;}

.slide-btnbl3 {width:100%;background-color:#f0f6f9;padding-top:200px;margin:0px; border-radius: 5px;margin-top:-20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slide-btntextbl3 {width:245px;height:22px;text-align:center;position:relative;color:#ffffff;background:#00578a;font-size:16px;font-weight:700;margin-top:-80px;margin-left:30px;padding:16px 0px;border-radius:5px;cursor: pointer;}

.slide-btntextbl3:hover {background:#0070B1;cursor: pointer;}