.img_container{
max-width:1600px;
	margin:0px auto 0px auto;
	display:flex;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://tvsindeon.com/wp-content/uploads/2026/04/image-22-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
		height:326px;
		border-radius:30px;
		justify-content:center
		
}

	.img_shadow{
	background-color: transparent;
    background-image: linear-gradient(180deg, #B8DBC4 0%, #FFFFFF 100%);
		padding:30px
}
.img_container h2{
	font-family: "Satoshi", Sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 76px;
    color: #FFFFFF;
	padding-top:180px;
	}
.content_container{
		background-color: #ffffff;
	height:auto; 
	padding: 10px;
	padding-bottom:150px;
	max-width:1200px;
	margin:50px auto 50px auto;
	
}
.main_container{
		background-color: #ffffff;
	height:auto; 
	padding: 10px;
	padding-bottom:150px;
	max-width:1200px;
	margin:50px auto 50px auto;
	display:flex
}
	.form_left_col{
float:left;
  width:75%;
			
}
	.form_right_col{
float:right;
  width:25%
}
.frm_fromdiv {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #ffffff;
 padding-top: 40px;
}
.mrg{
	padding: 10px 10px 10px 0px;	
}
.frm_fromdiv > div { 
  padding-bottom: 10px;
 }
.dealer_text1{	
    background-color: #ffffff;
    border-color: #DADADA;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
}
.divmrg label {
    font-family: "Satoshi", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #160007 !important;
}
.prd_sec{border-bottom:1px solid #ccc; margin:30px 0	}
input[type="text"], [type="email"], [type="date"],select,[type="file"], textarea {
	width: 90%;
	padding: 8px 12px;
	border: 2px solid #cccccc;
	border-radius: 6px;  
	transition: border-color 0.2s;
	font-family: "Satoshi", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}
input[type="text"].dealer_text, input[type="text"].otp_field{
width: 50%;
}
textarea {
	border: 2px solid #cccccc;
 	border-radius: 6px;  
	transition: border-color 0.2s; 
}
textarea:focus { 
  border-color: #291c62;
  outline: none;
}
input[type="text"]:focus, [type="email"]:focus, [type="date"]:focus,select:focus { 
  border-color: #291c62;
  outline: none;
}
.span_red{color:red; font-weight:bold;}
.btn_small{
	padding: 12px 20px;
    background-color: #204ce5;
     color: #fff;
    font-size: 14px;cursor: pointer;
	border:0;
	border-radius:8px;
		
}
	.text_small{color:#807373; font-size:14px;}
	.product_details{
		border:1px solid red;
	}