<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.innerPageDesign{
	text-align:center;
}
.customization_img {
    position: relative;
    height: 470px;
}
.customizeDetails {
    list-style: none;
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
    margin-top: 20px;
}

.listLeft {
    width: 37%;
    text-align: right;
    padding-right: 190px;
    display: inline-block;
}
.LeftSide, .RightSide {
    position: relative;
}
.LeftSide::before {
    content: "";
    display: block;
    position: absolute;
    right: -245px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff5e15;
	    z-index: 1;
}
.LeftSide::after {
    content: "";
    display: block;
    position: absolute;
    right: -235px;
    top: 20px;
    width: 215px;
    height: 1px;
    background-color: #ff5e15;
    z-index: 1;
}
.LeftSide:nth-child(2) {
    margin-top: 28px;
}
.LeftSide:nth-child(3) {
    margin-top: 9px;
}
.LeftSide:nth-child(4) {
    margin-top: 10px;
}
.LeftSide:nth-child(5) {
    margin-top: 110px;
}
.LeftSide:nth-child(5) {
    margin-top: 110px;
}
.LeftSide:nth-child(5)::after {
    width: 220px;
    right: -241px;
}
.LeftSide:nth-child(4)::before {
    right: -250px;
}
.LeftSide:nth-child(4)::after {
    width: 220px;
    right: -241px;
}
.LeftSide:nth-child(3)::before {
    right: -205px;
}
.LeftSide:nth-child(3)::after {
    width: 174px;
    right: -195px;
}
.LeftSide:nth-child(2)::before {
    right: -209px;
}
.LeftSide:nth-child(2)::after {
    width: 180px;
    right: -201px;
}

.listRight {
    width: 47%;
    text-align: left;
    padding-left: 310px;
    display: inline-block;
    vertical-align: top;
}
.RightSide:nth-child(1) {
    margin-top: 20px;
}
.RightSide::before {
    content: "";
    display: block;
    position: absolute;
    left: -209px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff5e15;
    z-index: 1;
}
.RightSide::after {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    top: 20px;
    width: 180px;
    height: 1px;
    background-color: #ff5e15;
    z-index: 1;
}
.RightSide:nth-child(2) {
    margin-top: 68px;
}
.RightSide:nth-child(3) {
    margin-top: 20px;
}
.RightSide:nth-child(3)::before {
    left: -153px;
}
.RightSide:nth-child(3)::after {
    width: 125px;
    left: -143px;
}
.customization_img::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://www.safetyvestindia.com/wp-content/uploads/2022/05/main-final.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    background-size: 400px 500px;
    z-index: 0;
}
.for-mobile{
	display: none;
}

@media(max-width:767px){
	.customization_img{
		height: 350px;
	}
	.customization_img::after{
		    background-size: cover;
	}
	.customizeDetails{
		display:none;
	}
	.for-mobile{
	display: block;
		    margin-top: 30px!important;
}
}</pre></body></html>