body.page-id-34046 {
	overflow-x: unset;
}
.compare-product-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.back2PS {
	text-align: end;
	padding: 20px 125px 20px 30px;
	width: 100%;
}

.back2PS a {
	color: #005E99;
	text-decoration: underline;
	font-size: 17px;
	line-height: 17px;
}
.projectSection {
	display: flex;
	background-color: #F2F2F2;
	padding: 20px 125px 20px 90px;
	justify-content: space-between;
}
.projectSection p, .projectSection a {
	margin-bottom: 0;
	line-height: 17px;
	font-size: 17px;
}
.titleSection {
	display: flex;
	gap: 33px;
	padding: 40px 0;
}
.titleSection h1 {
	font-size: 24px
}

.compareProductsInner {
	position: relative;
}

.compareProductsInner .mobileArrows {
	position: absolute;
	top: 40%;
	z-index: 0;
    width: 100%;
	display: none;
}

.mobileArrows .leftMobile, .mobileArrows .rightMobile {
	cursor: pointer;
    position: absolute;
    z-index: 5;
    width: auto;
    padding: 16px;
    color: black;
	background-color: unset;
    font-size: 38px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
	margin: 0 30px;
}

.swipeDotButton {
	padding: 15px;
	background: unset;
	border: unset;
}

.swipeDotButton:active, .swipeDotButton:hover, .swipeDotButton:focus {
	background: none;
	border: unset;
}

.swipeDot {
	border-radius: 9999px;
	height: 10px;
	width: 10px;
	border: 1px solid #A3A3A3;
	background: unset;
	padding: unset;
	display: block;
}

.swipeDotButton[data-active] .swipeDot {
	background: #A3A3A3;
}

.swipeDotContainer {
	display: none;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.mobileArrows .rightMobile {
	right: 0;
}

.compareProductsInner .mobileCheckbox{
	display: none;
	margin: auto;
	display: flex;
	justify-content: center;
	font-size: 17px;
	gap: 0px;
}

.compareProductsInner .mobileCheckbox input {
	margin-right: 5px;
}

.compareProductsInner .img3D {
	min-height: 146px;
    height: 146px;
    object-fit: cover;
    cursor: pointer;
}

.compareProductsInner .img2D {
	max-width: 300px;
	width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.compareProductsInner .mobileCheckbox{
		display: none;
	}
.compareProductsInner, .productContent {
	display: grid;
}
.compare-product-container:not(:last-child), .products:not(:last-child) {
	border-right: 1px solid #D0D0D0;
}
.compare-product {
	max-width: 300px;
	margin: 0 auto;
}
.scrollSection2 {
	position: -webkit-sticky;
	position: sticky;
	top: -20px;
	background-color: #ffffff;
}
.subTitlesContainer {
	background-color: #F2F2F2;
	padding: 15px 30px;
}
.subTitlesContainer p {
	margin-bottom: 0;
	color: #005E99;
	font-size: 17px;
}
.products {
	text-align: center;
    min-height: 100px;
	margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productContentPara {
	margin-bottom: 0;
}
@media (max-width: 900px) {
	
	.compare-product-inner .upperSection {
		display: flex;
		flex-direction: column-reverse;
	}
	
	
	.compareProductsInner .mobileCheckbox{
		display: flex;
	}
	
	.compareProductsInner .mobileHiddenCheckbox{
		display: none;
	}
	
	.compareProductsInner {
		padding-bottom: 15px;
	}
	
	.compareProductsInner, .productContent {
		grid-template-columns: 1fr !important;
	}
	
	.compareProductsInner .mobileArrows {
		display: block;
		top: 15%;
	}
	
	.compareProductsInner .compare-product-container:not([class*="mobileActive"]) {
		display: none;
	}
	
	.scrollSection .productContent .products:not([class*="mobileActive"]) {
		display: none;
	}
	
	.swipeDotContainer {
		display: flex;
	}
	
	.back2PS {
		text-align: center;
		padding: 20px 30px 20px 30px;
	}
	
	.scrollSection2 .titleSection {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		
	}
	
	.scrollSection2 .titleSection h1 {
		width: 100%;
		text-align: center;
	}
	
	.img2D {
		display: none;
	}
	
	.compareProductsInner .img3D {
		min-height: 165px;
		height: 165px;
		object-fit: cover;
		cursor: pointer;
	}
}
@media (max-width: 767px) {
	.titleSection {
		top: 208px;
		padding: 0 0 30px 0;
	}
	.mobileArrows .leftMobile, .mobileArrows .rightMobile {
		position: fixed;
	}
}
@media (max-width: 450px) {
	.mobileArrows .leftMobile, .mobileArrows .rightMobile {
		margin: 0 -5px;
	}
}
@media (max-height: 550px) {
	.scrollSection2 {
		position: unset;
	}
	.img3D, .img2D{
		display: block !important;
		margin: auto;
	}
	.mobileArrows{
		position: fixed !important;
		top: 50% !important;
	}
	.upperSection, .titleSection {
		background-color: #ffffff;
		z-index: 2;
	}
	.compareProductsInner {
   		display: block;
    	top: -50%;
	}
}