﻿
.vdContainer {
	display: flex;
	flex-wrap: wrap;
	background-color: #FDD000;
	text-align: left;
	max-width: 1455px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 500;
	border-radius: 20px;
	margin-top: -150px;
	padding: 58px;
	/*background-image:url('/assets/root/images/image.png');*/
	min-height: 600px;
}

.vdright {
	max-width: 526px;
	flex: 1;
	min-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*opacity:.5*/
}

.vdleft {
	flex: 1;
	min-width: 300px;
	width: 713px;
}

.vdtitle {
	font-size: 47px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}

.vdsubhaead {
	background-color: #fff7d5;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 10px;
	/* margin-bottom: 30px; */
	/* width: 100%; */
	margin-left: -16px;
	text-align: center;
	width: 704px;
	margin-top: 5px;
	/*opacity: .5;*/
	font-size: 20px;
}

.vdcopy {
	font-size: 28px;
	font-weight: bold;
	/* max-width: 500px; */
	padding-top: 24px;
	max-width: 713px;
	display:inline-block;
}

.screening_box {
	padding: initial;
}

.bulletcontainer {
	margin-top: 22px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 18px;
	row-gap: 38px;
	padding-top: 21px;
	padding-left: 4px;
	column-gap: 0px;
	max-width: 750px;
}

.vdBullet {
	display: flex;
	align-items: center;
	max-width: 279px;
	width: 373px;
}

.bulletitem2 {
	margin-left: -30px;
}

}

.bulleticon {
	width: 45px;
}

.bulletitem {
	margin-left: 10px;
	font-size: 24px;
	font-size: 19px;
}

.rightcontainer {
	background-color: white;
	border-radius: 20px;
	width: 496px;
	text-align: center;
	max-width: 35vw;
	height: 500px;
	margin-top: -16px;
	margin-left: -2px;
}

.vdproductimage {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 6px;
	max-width: 626px;
	padding: 22px;
}

.badeImage1 {
	margin: auto;
	margin-top: 20px !important;
}

.badeImage2 {
	margin: auto;
}

.badeImage1, .badeImage2 {
	padding: 15px;
	max-width: 164px;
	margin-top: -12px;
}


.vdLogo {
	height: 82px;
	margin-top: 26px;
	margin-left: 25px;
}

.rightcontainer img {
}


@media only screen and (max-width:1370px) {

	.vdLogo {
		max-width: 40vw;
		height: auto;
		margin-top: auto;
		margin-left: 25px;
	}

	.vdright {
		margin-left: 0px;
		margin-top: 24px;
		height: fit-content;
		display: contents;
	}

	.rightcontainer {
		width: 90vw;
		max-width: 100vw;
		height: fit-content;
		display: inline-block;
		margin: auto;
	}
	.vdtitle {
		font-size: 40px;
	}
	.vdproductimage {
		width: 90vw;
		max-width: 100vw;
	}
	.vdleft {
		display: inline-block;
		max-width: 90vw;
		width: 90%;
	}
	.vdContainer {
		padding: 25px; 
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
		display: block;
	}

	.bulletcontainer {
		max-width: 80px;
		margin-top: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		font-size: 18px;
		row-gap: 10px;
		column-gap: normal;
		margin-bottom: 22px;
	}

	.bulleticon {
		width: 30px;
	}

	.vdsubhaead {
		max-width: 100%;
		margin: auto;
	}

	.badeImage1 {
		max-width: 30vw;
		width: 45%;
	}

	.badeImage2 {
		max-width: 30vw;
		width: 45%;
	}

	.vdBullet {
		font-size: 2vh;
		text-align: left;
		display: inline-flex;
		width: auto;
		margin: auto;
		min-width: 44vw;
	}
}
