

.dc-banner-wrapper {
  height: 600px;
  max-height:700px;
  position: relative;
  overflow: hidden;
  background: #002f6d;
  min-height:600px;
  align-items:center;
}

.dc-inner-wrapper {
  width: 100%;
  padding: 0 50px;
  height:100%;
}

.dc-banner-wrapper::before {
  content: "";
  background-image: url('/-/media/Feature/Page-Content/images/banner-bg.png');
  background-size: 70%;
  /* background-size: 80% 150%; */
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.16;
}

.dc-banner-inner {
  height:100%;
  position: relative;
  padding: 4% 0;
}

.dc-banner-inner .video-wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dc-banner-inner .video-wrapper iframe {
  width: 100%;
}

.dc-banner-inner #c-media-video{
  height:100%;
}
.video-play-btn {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 72px;
  width: 72px;
  cursor: pointer;
}

/*banner-content warpper */
.banner-content-wrapper {
  width: 100%;
  height: 100%;
}

.banner-content-wrapper h3 {
  font-family: NotoSerif;
  font-size: 38px;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 58%;
}

.banner-content-wrapper p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.91;
  text-align: left;
  color: #fff;
}

.banner-btn-wrapper {
  margin-top: 35px;
}

.banner-btn-wrapper .btn {
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  background: #fff;
  border: 0;
  outline: 0;
  color: var(--primary-green);
  min-width: 220px;
  font-size: 16px;
  font-weight: bold;
}

.banner-btn-wrapper .btn.border-btn {
  border: solid 1px #fff;
  color: #fff;
  background: transparent;
  margin-left: 30px;
}

.banner-btn-wrapper .btn:focus {
  box-shadow: none;
}

/*product detail wrap */
.product-detail-wrap {
  width: 100%;
  /* opacity: 0.6; */
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(91deg, #d9e7d7 1%, #fff 101%);
}

.product-detail-inner-container {
  width: 80%;
  padding: 5% 0;
  margin: 0 auto;
}

.product-detail-step-wrap {
  margin-bottom: 15px;
}

.product-detail-step-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.product-detail-image-wrap img {
  object-fit: contain;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.product-detail-content-wrap p {
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 0.22px;
  text-align: left;
  color: #444;
}

/*challenge solution section */
.challenge-wrapper {
  padding: 5% 0;
  background: #fff;
}

.challenge-wrapper-inner {
  width: 85%;
  margin: 0 auto;
}

.challenge-wrapper .content-wrapper {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fafafa;
  padding: 30px 50px;
}

.challenge-wrapper .content-wrapper h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  color: #707070;
}

.challenge-wrapper .content-wrapper.solution-box {
  background-image: linear-gradient(to left, #effafc, #effafc);
}

.challenge-wrapper .content-wrapper p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.62;
  text-align: left;
  color: #707070;
}

.challenge-wrapper .content-wrapper.solution-box h4,
.challenge-wrapper .content-wrapper.solution-box p {
  color: #002f6d;
}

/*future-wrapper */
.future-wrapper {
  position: relative;
  padding: 40px 0;
  background: #002f6d;
  justify-content:center;
}

.future-wrapper::before {
  background-image: url('/-/media/Feature/Page-Content/images/banner-bg.png');
  content: "";
  background-size: 70%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.16;
}

.future-wrapper .btn {
  padding: 0.575rem 0.75rem;
  border-radius: 4px;
  background: #fff;
  border: solid 2px var(--primary-green);
  outline: 0;
  color: var(--primary-green);
  min-width: 200px;
  font-size: 16px;
  font-weight: bold;
}

.future-wrapper .btn:focus {
  box-shadow: none;
}

.future-wrapper h3 {
  font-family: NotoSerif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}

.future-wrapper p {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  margin-bottom: 0;
  margin-right: 30px;
}

/*service wrap */
.service-wrap {
  width: 78%;
  background: #fff;
  padding: 5% 0 0 0;
  margin: 0 auto;
}

.service-wrap .service-box {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #aac1d7;
  background-color: #fff;
  padding: 30px 62px;
  max-width: 30%;
}

.service-wrap .service-box .icon-container {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-wrap .service-box .icon-container img {
  height: 90px;
}

.service-wrap .service-box h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.93;
  color: #444;
  text-align: center;
  margin-top: 25px;
}

.service-wrap .service-box p {
  font-size: 20px;
  line-height: 1.46;
  color: #444;
}

.start-trial-wrapper {
  padding: 5% 0;
}

.start-trial-wrapper .btn {
  padding: 0.575rem 0.75rem;
  border-radius: 4px;
  background: var(--primary-green);
  border: 0;
  outline: 0;
  color: #fff;
  min-width: 200px;
  font-size: 16px;
  font-weight: bold;
}

.start-trial-wrapper .btn:focus {
  box-shadow: none;
}

.start-trial-wrapper p {
  margin-bottom: 0;
  margin-right: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.14;
  color: #444;
}

/*mobile carousel*/
.mob-service-wrap .carousel-control-prev .carousel-control-prev-icon {
    background-image: url('/-/media/Feature/Page-Content/images/arrow-left.png');
}

.mob-service-wrap .carousel-control-next .carousel-control-next-icon {
    background-image: url('/-/media/Feature/Page-Content/images/arrow-right.png');
}

.mob-service-wrap .carousel-control-next,
.mob-service-wrap .carousel-control-prev {
  width: auto;
  width: 48px;
  height: 48px;
  top: 50%;
  opacity: 1;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  padding: 12px;
}

.mob-service-wrap .carousel-control-next {
  right: -20px;
}

.mob-service-wrap .carousel-control-prev {
  left: -20px;
}

/*servics+ wrap */
.service-plus-wrap {
  width: 100%;
  padding-bottom: 7%;
}

    .service-plus-wrap .inner-wrap {
        width: 85%;
        margin: 0 auto;
        background: url('/-/media/Feature/Deltacube/images/service-plus-bg');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

.service-plus-wrap .inner-wrap::before {
  content: "";
  opacity: 0.8;
  background-image: linear-gradient(to right, #407fb0 2%, #005595);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.service-plus-wrap .inner-wrap h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.26;
  color: #fff;
}

.service-plus-wrap .inner-wrap p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.93;
  color: #fff;
}

.service-banner-spacing {
  padding: 3% 6% 3% 6%;
}

/*blog kc wrapper */
.blog-kc-wrapper {
  width: 100%;
  /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
  background-color: #effafc;
  max-height: 700px;
  margin-bottom: 50px;
  overflow: hidden;
}

.blog-kc-wrapper .left {
  filter: drop-shadow(22px 0px 0px #fff) drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
}

.blog-wrapper {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-mask: linear-gradient(245deg, transparent 27%, #fff 27%) top right;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask: linear-gradient(245deg, transparent 27%, #fff 27%) top right;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #a9c9e2;
  padding: 3% 30% 5% 4%;
  max-height: 700px;
}

.kc-wrap {
  padding: 10% 10% 5% 0%;
}

.blog-kc-wrapper .head-wrap {
  width: 80%;
}

.blog-kc-wrapper h3 {
  font-family: NotoSerif;
  font-size: 40px;
  font-weight: normal;
  line-height: 2.45;
  color: #002f6d;
}

.blog-kc-wrapper p {
  font-size: 18px;
  line-height: 1.62;
  text-align: left;
  color: #444;
  margin-bottom: 0;
}

.blog-kc-wrapper p.blog-content {
  font-size: 18px;
}

.blog-kc-wrapper .btn {
  padding: 0.4rem 4rem;
  border-radius: 4px;
  background: var(--primary-green);
  border: 0;
  outline: 0;
  color: #fff;
  min-width: 240px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
}

.blog-kc-wrapper .btn:focus {
  box-shadow: none;
}
.dc-inner-wrapper .c-media-container-img-btn ,.video-wrapper-section .c-media-container-img-btn ,.dc-inner-wrapper .c-media-container-img-placeHolder,.video-wrapper-section .c-media-container-img-placeHolder
{
 position: absolute !important;
 left: 50% !important;
 transform: translate(-50%, -50%)!important;
 top: 50% !important;
}

.dc-inner-wrapper .c-media-container ,.video-wrapper-section .c-media-container
{
	width:100% !important;
    height:100%;
}
.dc-inner-wrapper iframe
{
    width: 100% !important;
    height: 100% !important;
}
.video-wrapper-section iframe
{
    width: 100% !important;
    height: 100% !important;
    min-height: 650px !important;
}

.video-wrapper-section .video-box ,.dc-inner-wrapper .video-box 
{
	align-items:flex-start !important;
}
.dc-inner-wrapper .video-container
{
	height: 100% !important;
}

.dc-inner-wrapper .c-media-container-img-placeHolder , .video-wrapper-section .c-media-container-img-placeHolder
{
	max-height: 180px !important;
    width: auto !important;
}


/*video section */
.video-wrapper-section {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-image: linear-gradient(91deg, #d9e7d7 1%, #fff 101%);
  padding: 7% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.video-wrapper-section .video-box {
  width: 70%;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px #aac1d7;
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 650px;
}

.video-wrapper-section .video-play-btn {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 72px;
  width: 72px;
  cursor: pointer;
}

@media (max-width: 1536px) {
  .banner-content-wrapper h3 {
    width: 75%;
  }

  .challenge-wrapper .content-wrapper h4 {
    font-size: 32px;
  }

  .service-wrap {
    width: 90%;
  }

  .service-wrap .service-box {
    padding: 30px 40px;
  }

  .blog-kc-wrapper .btn {
    font-size: 20px;
  }
  .dc-banner-inner{
    padding:4% 0;
  }
}

@media (max-width: 1366px) {
  .banner-content-wrapper h3 {
    width: 85%;
	font-size: 34px;
	line-height: 1.20;
  }
    .dc-banner-wrapper{
        min-height:max-content;
        height:550px;
    }

    .banner-content-wrapper p {
        font-size: 15px;
        line-height: 1.75;
    }
  
  .product-detail-inner-container {
    width: 85%;
  }

  .challenge-wrapper-inner {
    width: 90%;
  }

  .challenge-wrapper .content-wrapper h4 {
    font-size: 28px;
  }

  .service-wrap .service-box {
    padding: 30px 30px;
    max-width: 31%;
  }

  .service-plus-wrap .inner-wrap p {
    font-size: 23px;
  }

  .blog-kc-wrapper p.blog-content {
    font-size: 18px;
  }

  .blog-wrapper img {
    width: 100%;
  }

  .blog-kc-wrapper p {
    font-size: 18px;
  }

  .kc-wrap {
    padding: 10% 10% 5% 0%;
  }
}

@media (max-width: 1199.98px) {
  .blog-kc-wrapper h3 {
    line-height: 1.45;
    font-size: 34px;
  }

  .blog-kc-wrapper .btn {
    font-size: 18px;
  }

  .service-wrap .service-box h3 {
    line-height: 1.63;
  }

  .service-wrap .service-box .icon-container img {
    height: 70px;
  }

  .service-wrap .service-box .icon-container {
    height: 120px;
    width: 120px;
  }

  .banner-content-wrapper h3 {
    width: 92%;
  }

  .dc-banner-wrapper {
    height: 570px;
  }

}

@media (max-width: 1024px) {
  .kc-wrap {
    padding: 20px;
  }

  .blog-kc-wrapper .btn {
    font-size: 15px;
  }

  .service-wrap .service-box h3 {
    font-size: 22px;
  }

  .challenge-wrapper .content-wrapper p {
    font-size: 18px;
  }

  .product-detail-content-wrap p {
    font-size: 20px;
  }

  .banner-content-wrapper h3 {
    font-size: 30px;
  }

  .banner-btn-wrapper .btn {
    min-width: 190px;
    font-size: 14px;
  }
  .banner-btn-wrapper {
    flex-direction: column;
    gap: 15px;
}
.banner-btn-wrapper .btn.border-btn {
    margin-left: 0;
}
    .blog-kc-wrapper .slice-section .col-8, .blog-kc-wrapper .slice-section .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-kc-wrapper{
        max-height:fit-content;
    }
        .blog-kc-wrapper .slice-section{
            flex-direction:column;
        }
        .blog-kc-wrapper .left .blog-wrapper {
            mask: none;
            padding: 20px;
        }
        .blog-kc-wrapper .head-wrap {
            width: 100%;
        }
}


@media (max-width: 991px) {
	.banner-content-wrapper h3 {
    font-size: 26px;
    margin-bottom: 15px !important;
}
.banner-content-wrapper p {
    font-size: 14px;
    line-height: 1.75;
}
}

@media (max-width: 767.98px) {

  .dc-banner-inner,
  .dc-banner-wrapper {
    height: auto;
  }
  .dc-banner-wrapper{
    padding:4% 0;
  } 

  .dc-banner-inner .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dc-banner-inner .col-6.pl-5 {
    padding-left: 0 !important;
  }

  .dc-inner-wrapper {
    padding: 0 30px;
  }

  .dc-banner-inner .video-wrapper {
    margin-bottom: 20px;
  }

  .banner-content-wrapper h3 {
    width: 100%;
  }

  .banner-btn-wrapper {
    flex-direction: column;
  }

  .banner-btn-wrapper .btn.border-btn {
    margin-left: 0;
  }

  .banner-btn-wrapper .btn {
    margin-bottom: 15px;
  }

  .product-detail-inner-container {
    width: 90%;
    padding: 60px 0;
  }

  .product-detail-image-wrap.mr-5,
  .product-detail-content-wrap.mr-5,
  .challenge-wrapper .content-wrapper.mr-5 {
    margin-right: 0 !important;
  }

  .product-detail-image-wrap.ml-5,
  .product-detail-content-wrap.ml-5 {
    margin-left: 0 !important;
  }

  .product-detail-step-wrap {
    flex-direction: column;
  }

  .product-detail-image-wrap {
    margin-bottom: 50px;
  }

  .product-detail-image-wrap img {
    width: 100%;
  }

  .product-detail-step-wrap:nth-child(even) {
    flex-direction: column;
  }

  .product-detail-content-wrap p {
    font-size: 18px;
  }

  .challenge-column {
    flex-direction: column;
  }

  .challenge-wrapper {
    padding: 60px 0;
  }

  .challenge-wrapper .content-wrapper {
    padding: 30px 25px;
    margin-bottom: 25px;
  }

  .challenge-wrapper .content-wrapper h4 {
    font-size: 25px;
  }

  .challenge-wrapper .content-wrapper p {
    font-size: 16px;
  }

  .future-wrapper .future-row {
    flex-direction: column;
  }

  .future-wrapper {
    padding: 40px 15px;
  }

  .future-wrapper p {
    font-size: 16px;
    margin-right: 0;
    text-align: center;
  }

  .future-wrapper .btn {
    margin-top: 25px;
  }

  .service-wrap .service-box {
    max-width: 100%;
    min-height: 676px;
  }

  .service-wrap {
    padding: 60px 0;
  }

  .start-trial-wrapper {
    padding: 60px 0;
    flex-direction: column;
    padding-top: 0;
  }

  .start-trial-wrapper p {
    margin-right: 0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }

  .service-plus-wrap .inner-wrap {
    width: 100%;
  }

  .service-plus-wrap .inner-wrap p {
    font-size: 19px;
    text-align: center;
  }

  .blog-kc-wrapper {
    max-height: 100%;
  }

  .blog-kc-wrapper .col-8,
  .blog-kc-wrapper .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-kc-wrapper .slice-section {
    flex-direction: column;
  }

  .blog-kc-wrapper .slice-section .left {
    filter: none;
  }

  .blog-wrapper {
    max-height: 100%;
    -webkit-mask: none;
    padding: 30px 15px;
  }

  .blog-kc-wrapper p.blog-content,
  .blog-kc-wrapper p {
    font-size: 18px;
  }

  .kc-wrap {
    padding: 30px 15px;
  }

  .blog-kc-wrapper .head-wrap {
    width: 100%;
  }

  .blog-kc-wrapper p {
    text-align: center;
  }

  .blog-kc-wrapper .btn {
    margin-top: 26px;
  }

    .video-wrapper-section .video-box{
        min-height: 300px;
        width:90%;
    }
    .video-wrapper-section iframe {
        min-height: 300px !important;
    }
    .dc-inner-wrapper iframe {
        min-height: 300px !important;
    }
}