.heading-area {
    text-align: center;
}
.heading-area strong {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: block;
    line-height: 25px;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area h3 {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #191919;

}
#main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    float: none;
    width: auto;
    overflow: hidden;
}
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0 25px;
  font-size: 20px;
  height: 55px;
  line-height: 51px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #6d60bc;
}
.banner .main-btn {
  margin: 0 10px 10px 0;
}
.main-btn:hover {
  background-color: #372e75;
  color: #ffffff;
}
/**************************************/
.banner {
  background-color: #6d60bc;
  padding:40px 0 30px 0;
}
.banner-inner {
  max-width: 1310px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.banner-right {
  width: 48%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-left {
  width: 48%;
}
.banner img {
  max-width: 43.02vw;
}
@media (max-width:1920px) {
  .banner-left img{
    max-width: 38vw;
  }
}
.banner h1 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  font-size: 41px;
  text-transform: uppercase;
  line-height: 1em;
}
.banner p {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.banner b {
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.banner-left img {
  max-width: 100%;
}
/**************************************/
.webscreens {
    padding:50px 0 120px 0;
    background-color: #f5f5f5;
  }
  .webscreens .slick-slide img {
    max-width: 100%;
    display: inline-block;
  }
  .webscreens.admin-panel {
    background-color: #fff;
    padding: 40px 0 120px 0;
    position: relative;
  }
  .webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .webscreens ul {
    list-style: none;
    margin-top: 35px;
  }
  .web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
  }
  .webscreens ul li .image-holder {
    width: 1225px;
    background-color: #ddd;
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.31);
    margin: 0 auto;
  }
  .webscreens ul li .image-holder img {
    vertical-align: top;
  }
  .webscreens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px #6d60bc inset;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  .webscreens ul .slick-arrow:hover {
    background-color: #dbd5ff;
  }
  .webscreens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../images/prodeliveryking-flow/left.png);
  }
  .webscreens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(../images/prodeliveryking-flow/right.png);
  }
  .webscreens .slick-list {
    overflow: visible;
  }
  .webscreens .slick-slide {
    margin: 0 15px;
  }
  /**************************************/
  @media screen and (max-width:1400px) {
    .banner-right img {
      max-width: 100%;
    }
  }
  @media screen and (max-width:1280px) {
    .banner h1 {
      font-size: 50px;
    }
  }
@media screen and (max-width:991px) {
  .banner h1 {
    font-size: 42px;
  }
  .banner-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .banner-left {
      width: 100%;
  }
  .banner-right {
      display: block;
      text-align: center;
      width: 100%;
  }
  .heading-area h3 {
    font-size: 32px;
  }
  .webscreens ul li .image-holder {
    border-radius: 5px;
  }
}
@media screen and (max-width:767px) {
  .banner h1 {
    font-size: 35px;
}
  .heading-area h3 {
    font-size: 28px;
}
}