.ban2 {
    /* height: 540px; */
    border-radius: 8px;
    overflow: hidden;
	height: 0 !important;
	padding-top: 120%;
	position: relative;
}
.ban2 img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.ban2 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
.padb-100{
	padding-bottom: 100px;
}
.s-c .chlg-wrapper .cnt-des-wpr{
	padding: 0;
}
.s-c .product-360-wrapper {
    width: 100%;
}
.s-c .chlg-wrapper .cnt-title-wpr{
	align-self: center;
	justify-content: center;
}
.s-c .cnt-title-wpr .section-heading1{
	color: #fff;
	margin-bottom: 24px;
}
.s-c .cnt-title-wpr .section-subhead-text{
	color: #e7e7e7;
	margin-bottom: 25px;
}
.s-c .cnt-title-wpr .section-subhead-text:last-child{
	margin-bottom: 0;
}
.s-c .cnt-title-wpr .yellow-text{
	border-color: #C8B400;
}
.s-c .product-tab-list .tab1 button.tablinks1{
	background: #F9F9F9;
}
.s-c .product-tab-list .tab1 button.tablinks1.active{
	background: #FFF617;
}
.s-c .product-tab-list .tabcontent1{
	background: #f9f9f9;
	flex-direction: column;
	justify-content: normal;
	height: 750px;
}
.s-c .tf-wrap{
	display: flex;
	justify-content: space-between;
}
.s-c .tf-f {
	margin-top: 50px;
}
.s-c .tf-f .tf-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
}
.tf-grid .tfg-con{
	background: #ffffff;
	border-radius: 6px;
	padding: 45px 0;
	padding-left: 32px;
	padding-right: 55px;
}
.tf-grid .tfg-con h6{
	font-family: 'Satoshi', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.15em;
	text-align: left;
	color: #C1C1C1;
	margin-bottom: 24px;
}
.tf-grid .tfg-con p{
	text-align: left;
	color: #343434;
}
.s-c .tf-cta{
	margin-top: 80px;
}
.s-c.configuration .section-heading1 {
    width: 100%;
    text-align: center;
}
.s-c .grid{
	grid-template-columns: repeat(5, 1fr);
}
.s-c .grid .benefit-content h3{
	font-family: 'Satoshi', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #222222;
	width: 80%;
	height: 40px;
}
.s-c .benefit-content p{
	width: 90%;
}
.s-c .benefit-title{
	display: flex;
	justify-content: space-between;
}
.s-c .benefit-title h2{
	width: 50%;
}
.s-c .benefit-title p{
	align-self: flex-end;
	width: 31%;
	text-align: right;
}
.auxiliary{
	position: relative;
}
.auxiliary .aa-container{
	max-width: 1100px;
	margin: 0 auto;
}
.aa-wrap .aa-head h4{
	color: #222222;
	text-align: center;
	margin-bottom: 14px;

}
.aa-wrap .aa-head p{
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.aa-wrap .aa-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.aag-con{
	background: #F9F9F9;
	padding: 43px 0;
	padding-left: 32px;
	padding-right: 80px;
	border-radius: 6px;
}
.aag-con h6{
	font-family: 'Satoshi', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.15em;
	text-align: left;
	color: #c3c3c3;
	margin-bottom: 24px;
}
.aag-con p{
	color: #343434;
}
.aag-con ul{
	margin-top: 24px;
	margin-left: 24px;
}
.aag-con ul li{
	font-family: 'Satoshi', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.15em;
	text-align: left;
	color: #343434;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.aag-con ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.aag-con ul li:nth-child(1)::before{
	content: "";
	position: absolute;
	background-image: url('../img/software-controller/aa1.svg');
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	width: 30px;
	left: -33px;
	top: -5px;
}
.aag-con ul li:nth-child(2)::before{
	content: "";
	position: absolute;
	background-image: url('../img/software-controller/aa2.svg');
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	width: 30px;
	left: -33px;
	top: -5px;
}
.aag-con ul li:nth-child(3)::before{
	content: "";
	position: absolute;
	background-image: url('../img/software-controller/aa3.svg');
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	width: 30px;
	left: -33px;
	top: -5px;
}
.aag-con ul li:nth-child(4)::before{
	content: "";
	position: absolute;
	background-image: url('../img/software-controller/aa4.svg');
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	width: 30px;
	left: -33px;
	top: -5px;
}
.aa-abso1{
	position: absolute;
}
.aa-abso2{
	position: absolute;
}
.auxiliary::before{
	content: "";
	position: absolute;
	background-image: url('../img/software-controller/Ellipse-677.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 435px;
	width: 49px;
	left: 0;
	top: 0;
}
.auxiliary::after{
	content: "";
	position: absolute;
	background-image: url('../img/software-controller/Frame 3237.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 290px;	
	width: 19px;
	right: 0;
	bottom: 0;
}
.dorna-qfp .qfp-b{
	display: flex;
	flex-direction: column;
	row-gap: 42px;
	padding: 0 90px;
}
.qfp-b .qfpb-f{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 40px;
	position: relative;
}
.qfp-b .qfpb-f:nth-child(even){
	flex-direction: row-reverse;
}
.qfp-b .qfpb-f:nth-child(even) .qf1{
	text-align: left;
} 
.qfp-b .qfpb-f:nth-child(even) .qf1 h4{
	text-align: left;
} 
.qfpb-f .qf1{
	width: 45%;
	text-align: right;
}
.qfpb-f .qf2{
	width: 10%;
	text-align: center;
	width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #222222;
}
.qfpb-f .qf-3{
	width: 45%;
}
.qfp-b .qfpb-f h4{
	color: #222222;
	text-align: right;
}
.qfp-b .qfpb-f h6{
	font-family: 'Satoshi', sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.03em;
	text-align: center;
	color: #fff;
}
.qf-img{
	border-radius: 8px;
	overflow: hidden;
	/* height: 450px; */
	height: 0px !important;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
.qf-img img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.progress-container {
	position: sticky;
	right: 10px;
	top: 100px;
	width: 8px;
	height: 100px;
	background: #222;
	border-radius: 2px;
	margin: auto;
}

.progress-bar {
	width: 8px;
	background: #d4b255;
	border-radius: 2px;
}

.progress-bar:before {
	height: 1%;
}

.glow {
	-webkit-box-shadow: 0px 0px 14px 21px rgba(212, 178, 85, 0.48);
	-moz-box-shadow: 0px 0px 14px 21px rgba(212, 178, 85, 0.48);
	box-shadow: 0px 0px 14px 21px rgba(212, 178, 85, 0.48);
}
.mob-num{
	display: none;
}


.configuration.s-c .product-tab-list .tabcontent1{
	height: auto;
}

/* Progress bar CSS */
.progress__bar_wrapper {
    position: absolute;
    height: 64%;
    top: 350px;
    left: 48.4%;
}

.progress__bar__bg {
    width: 3px;
    height: 100%;
    background: #E8E8E8 !important;
    position: absolute;
    left: 20px;
}
  .article__heading {
	padding-left: 55px;
  }
  .qfp-wrap {
    position: relative;
}
.qfp-h {
    margin-bottom: 60px;
}
  .blockquote {
	margin: 100px 0;
	background: rgba(0, 0, 0, 0.2);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
  }
  
  .blockquote__heading {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
  }
  
  .article__wrap {
	position: relative;
	margin-top: 50px;
  }
  
  .beacon__wrap {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
  }
  .beacon__wrap .beacon__inner {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
  }
  .beacon__wrap .beacon__outer {
	width: 30px;
	height: 30px;
	border-radius: 50%;
  }
  
  .article__p__wrap {
	position: relative;
	padding-left: 70px;
  }
  
  .article__p {
	padding: 50px 0 80px 0;
  }
  
  .progress__bar__bg {
	width: 2px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 20px;
  }
  
  .progress__bar {
	position: absolute;
	left: 20px;
	height: 100%;
  }
  .progress__bar .progress__bar__stop {
	content: "";
	position: absolute;
	background: #ccc;
	width: 10px;
	height: 10px;
	transform: translate(-3.6px, -5px);
	border-radius: 50%;
  }
  
  .progress__gutter {
	width: 3px;
	height: 100%;
	background:#FFF617;
	overflow: hidden;
  }
  
  .progress__bar__arrow {
	width: 15px;
	bottom: -18px;
	left: 20px;
	position: absolute;
	transform: translate(-6px, -5px);
	padding-top: 30px;
  }
  
  .progress__bar__endstop {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	transform: translate(-4px, 5px);
	bottom: 0;
	left: 20px;
  }
  
  .last__article {
	margin-top: 150px;
  }
  
  .spacer {
	height: 50vh;
  }

  @media(max-width: 1500px){

	.progress__bar_wrapper{
		left: 48.3%;
	  }
	  .progress__bar_wrapper {
		top: 360px;
	}
  }
/*Max Width 1300px*/

@media(max-width: 1300px){
	.progress__bar_wrapper{
		top: 328px;
	}
	.s-c .grid{
		grid-column-gap: 20px;
	}
	.s-c .benefit-title p{
		width: 38%;
	}
}

/*Max Width 1300px Ends*/

@media(max-width: 1200px){

	.progress__bar_wrapper{
		left: 48%;
	  }

  }

/*Max Width 1100px*/

@media(max-width: 1100px){
	.progress__bar_wrapper{
		top: 269px;
		left: 47.8%;
	}
	.qf-img{
		height: 330px;
	}
	.s-c .product-tab-list .tabcontent1{
		height: 710px;
		padding: 30px 30px;
	}
	.s-c.benefit-section .benefit-box{
		padding: 0;
	}
	.s-c .grid .benefit-content h3{
		width: 100%;
	}
	.benefit-img-wrapper{
		/* height: 250px; */
		margin-top: 40px;
	}
	.padb-100 {
    padding-bottom: 50px;
	}
	.aa-wrap .aa-grid{
		padding: 0 60px;
	}
	.aag-con{
		padding: 32px;
		padding-left: 32px;
		padding-right: 32px;
	}
	.aag-con h6{
		margin-bottom: 20px;
	}
	.qfp-h {
		margin-bottom: 40px;
	}
	.ban2{
		height: 420px;
	}
}

/*Max Width 1100px Ends*/

/*Max Width 991px*/

@media(max-width: 991px){
	.progress__bar_wrapper {
		top: 235px;
		left: 47.4%;
	}
	.qfp-b .qfpb-f h6{
		font-size: 18px;
	}
	.qfpb-f .qf2{
		width: 50px;
		height: 45px;
	}
	.dorna-qfp .qfp-b{
		padding: 0 70px;
	}
	.configuration .tf-lf p{
		font-size: 14px;
		line-height: 21px	;
	}
	.tf-grid .tfg-con{
		padding: 32px 0;
    padding-left: 32px;
    padding-right: 32px;
	}
	.s-c .tf-cta {
    margin-top: 40px;
	}
	.s-c .benefit-title p {
    width: 50%;
	}
	.benefit-img-wrapper {
    /* height: 200px; */
	}
	.s-c .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
	}
	.aa-wrap .aa-head p{
		width: 80%;
	}
	.aag-con{
		padding: 25px 0;
		padding-left: 25px;
		padding-right: 25px;
	}
	.ban2 {
    height: 400px;
	}
	.qf-img{
		height: 205px;
	}
	.s-c .product-tab-list .tabcontent1{
		height: 800px;
	}
	.s-c .tf-f {
    margin-top: 20px;
	}
	.qfp-h {
		margin-bottom: 35px;
	}
}

/*Max Width 991px Ends*/
@media(max-width: 800px){
	.progress__bar_wrapper {
		top: 200px;
		left: 47.1%;
	}

}
/*Max Width 767px*/

@media(max-width: 767px){
	.qfpb-f .qf2{
		display: none;
	}
	.mob-num{
		display: inline-flex;
		height: 35px;
    width: 40px;
    background: #222;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	}
	.progress__bar_wrapper {
		display: block;
		left: -5px;
		top: 16.5%;
		height: 65%;
	}
	.qfp-b .qfpb-f{
		flex-direction: column-reverse;
	}
	.qfp-b .qfpb-f:nth-child(even){
		flex-direction: column-reverse;
	}
	.qfpb-f .qf-3{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.qf-img{
		width: 100%;
		height: 254px;
		margin-left: 30px;
	}
	.qfpb-f .qf1{
		margin-left: 60px;
		margin-top: 20px;
		text-align: left;
		width: 85%;
	}
	.qfp-b .qfpb-f h4{
		text-align: left;
	}
	.dorna-qfp .qfp-b{
		padding: 0;
		margin-top: 40px;
	}
	.s-c .ban-img{
		height: 440px;
	}
	.s-c .product-tab-list .tab1 button.tablinks1{
		padding: 15px 20px;
	}
	.s-c .product-tab-wrapper {
    display: block;
	}
	.s-c .tf-wrap{
		flex-direction: column-reverse;
		row-gap: 25px;
	}
	.configuration .tf-lf{
		width: 100%;
	}
	.configuration .tf-rh{
		width: 100%;
	}
	.s-c .product-tab-list .tabcontent1{
		height: auto;
	}
	.s-c .tf-f .tf-grid{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 40px;
	}
	.tf-grid .tfg-con {
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
	}
	.benefit-img-wrapper {
    /* height: 150px; */
	}
	.s-c .benefit-title{
		flex-direction: column;
	}
	.s-c .benefit-title h2{
		width: 100%;
		margin-bottom: 20px;
	}
	.s-c .benefit-title p{
		width: 100%;
		text-align: left;
	}
	.s-c .grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.s-c .grid .benefit-content h3{
		height: auto;
	}
	.auxiliary::before{
		display: none;
	}
	.auxiliary::after{
		display: none;
	}
	.aa-wrap .aa-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.aa-wrap .aa-head p {
    width: 95%;
	}
	.aa-wrap .aa-grid {
    padding: 0 20px;
	}
	.s-c .product-tab-list .tabcontent1{
		padding: 20px 15px;
	}
	section.dorna-qfp .qf-img{
		padding-top: 90%;
	}
}

/*Max Width 767px Ends*/
@media(max-width: 590px){
	.progress__bar_wrapper {
		top: 16.2%;
	}
}

@media(max-width: 540px){
	.progress__bar_wrapper {
		top: 15.7%;
		height: 64%;
	}
}
@media(max-width: 500px){
	.progress__bar_wrapper {
		height: 65%;
	}
	.s-c .grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width: 450px){
	.progress__bar_wrapper {
		height: 64%;
	}

}
/*Max Width 424px*/

@media(max-width: 424px){
	.qfpb-f .qf1{
		width: 80%;
	}
	.s-c .product-tab-list .tab1 button.tablinks1{
		padding: 10px 15px!important;
		font-size: 12px;
	}
}

@media only screen and (max-width: 370px) {
	.progress__bar_wrapper {
	  height: 61%;
  }
  }
/*Max Width 424px Ends*/