/* Fonts  */

*
{
   font-family: "Poppins", sans-serif;
}

ul li, ol li
{
	padding: 5px 0px;
}

p, ul li, ol li
{
	font-size: 15px;
	color: #000;
	font-weight:400;
}

 /* topbar */
 
 #topbar
 {
	background-color: #124521;
	padding:3px 0px;
 }
 
 #topbar ul
 {
	 margin-bottom:0px;
 }
.topbar-list
{
	padding-left:0px;
	
}

.topbar-list li
{
		list-style-type: none;
		padding: 7px 15px;
        display: inline-block;
	    color:#fff;
		border-left: 1px solid #9ec96a /* Left border */	  
}

.topbar-list li:last-child
{
	border-right: 1px solid #9ec96a;
}

.topbar-right-list
{
	text-align:right !important;
}


#topbar a {
    text-decoration: none;
	font-size:16px !important;
	color: #fff !important;
	
	
}
#topbar a :hover {
    text-decoration: none;
  	color: #fff !important;
}
#topbar .topbar-list i
{
	/*padding-right: 8px;*/
	color: #fff !important;
	font-size:15px;
}

.button-right
{
	float: right;
}

#menu
{
	padding: 20px 0px;
	border-bottom: 1px solid #124521;
}
	
.header_logo
{
	width: 160px;
	height: auto;
}

.call_btn
{
	padding:10px 25px;
    color: #fff;
    border: 1px solid #124521;
    letter-spacing: 1.6px;
    font-size: 15px;
	font-weight:600;
	background-color: #124521;
	border-radius: 7px;
}

.call_btn a
{
	color: #fff;
	text-decoration: none;
}

.call_btn:hover
{
	background-color: #fff;
}

.call_btn:hover a
{
	color: #124521;
}

/*  headings */

.section_heading p
{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	letter-spacing: 1.1px;
	margin-bottom: 2px;
}

.section_heading h2
{
	color: #124521;
	padding: 0px;
	margin: 0px;
    font-size: 32px;
	font-weight: 700;
	line-height: 45px;
}

.section_heading
{
	padding-bottom: 16px;
}

.EV_charging_heading
{
	font-size: 29px !important;
}

.section_pad
{
	padding: 60px 0px;
}

.bg1
{
	background-color: #f7f9fa;
}

/* banner */

#banner
{
	padding: 20vh 0vh;
	background-image:  url('../images/Dt-banner.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}

.banner_formbox
{
	background-color:  #fff;
	padding: 20px;
	border-radius: 12px;
}

.banner_formbox h3
{
	color: #000;
	font-size: 25px;
	font-weight: 600;
	padding-bottom:  12px;
	margin: 0px;
	text-align: center;
}

.form-control
{
	margin: 12px 0px;
}

.form-control:focus, .form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.validation
{
	color: #f76c6c;
	font-size: 14px;
}

.submit_btn 
{
 
    background-color: #124521;
    border: none;
    padding: 6px 30px;
    font-weight: 400;
    color: #fff;
    border-radius: 100px;
    margin: 0px auto;
    display: block;
}



/* scroll contact form */ 
.scrollform 
{
    padding: 30px;
    background: #f1f2f2;
    top: 22vh;
    position: fixed;
    z-index: 999999;
    border-radius: 0px;
    box-shadow: 0px 3px 9px 1px #200b0bb5;
	border-radius:10px;
	
}


.scrollform .form-control
{
	/*border:unset !important;*/
	border-radius: 5px;
	webkit-box-shadow: 2px 5px 11px 4px #0000003b;
    box-shadow: unset !important;
	
}


.scrollform  .form-control:focus {
    border-color: unset !important;
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.form-icon
{
	width:14px;
}

.scrollform h3
{
	font-size: 24px;
	text-align: center;
	
}

.scrollform p 
{
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}



.product-icon1 {
    width: 15px;
    margin-right: 7px;
}

.key_benefits
{
	font-weight: 700;
	margin-top: 35px;
}


/*  har ghar thunder  */

.harghar_box
{
	background: #124521;
	padding: 35px;
	border-radius: 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.harghar_box h2
{
	color: #fff;
}
.harghar_box p
{
	color: #fff;
	margin: 0px;
}

/*  Why har ghar Thunder  */

.why-box
{
	padding: 15px 20px;
	background: #c0e2cf;
	border-radius: 12px;
	margin-top:15px;
	height: 205px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.why-box h4
{
	color:#124521;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 6px;
	line-height: 1.5;
    margin-top: 5px;
}

.why-box img
{
	width: 60px;
}
/* why choose us section css */

.why_us_column_bg
{
	background: #124521;
	padding: 30px;
	color: #fff;
	vertical-align: middle;
	border-radius: 12px;
}

.why_us_column_bg span, .why_us_column_bg h2, .why_us_column_bg p 
{
	color: #fff;
}


/** OUR FEATURES section css */

.card a
{
	text-decoration: none;
	color:#124521;
	font-size: 16px;
	font-weight:600;
}

/* happy clients section css **/

.counter_box
{
	margin: 20px 0px;
	border: 1px solid #124521;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 15px 20px;
}

.counter_box span
{
	font-size: 35px;
	font-weight:600;
	color: #124521;
	
}

.counter_box:hover
{
	background: #124521;
}

.counter_box:hover span, .counter_box:hover p
{
	color: #fff;
}


/*  Products  */

.product-container {
    display: flex;
    flex-wrap: wrap;
}

.product_box
{
	background-color: #f7f9fa;
	padding: 50px 20px;
	border-radius: 6px;
	margin-bottom: 15px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.product_box h3
{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0px;
	color: #124521;
}

.product_box h4
{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 0px;
	margin: 0px;
}

.small_p
{
	font-size: 14px;
}

.product_img
{
	border-radius: 12px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.thunder_points
{
	padding-left: 20px;
}

.thunder_points li
{
	font-size: 15px;
}
.thunder_icons
{
	padding-left: 0px;
	margin: 0px;
	display: inline-block;
}

.thunder_icons li
{
	list-style-type: none;
	padding: 6px 8px;
	display: inline-block;
	text-align: center;
}

.thunder_icons p
{
	font-size: 13px;
	padding-top: 6px;
}

.thunder_icons li img
{
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}

.green_color
{
	color: #124521 !important;
}

.download_brochure
{
	padding:10px 25px;
    color: #fff;
    border: 1px solid #124521;
    letter-spacing: 1.6px;
    font-size: 15px;
	font-weight:600;
	background-color: #124521;
	border-radius: 7px;
}

.download_brochure a
{
	color: #fff;
	text-decoration: none;
}

.download_brochure:hover
{
	background-color: #fff;
}

.download_brochure:hover a
{
	color: #124521;
}

/* new css */

.thunder_tej
{
	width: 150px;
	margin-bottom: 15px;
}


.thunder_lite
{
	width: 100%;
	margin-bottom: 15px;
}
.product-para
{
	margin-top: 20px;
}


.margin-top-35
{
	margin-top: 35px;
}

.margin-top-60
{
	margin-top: 60px;
}


/* footer  */

#footer
{
	background-color: #000; 
}

#footer h5
{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 12px;
	color:#fff;
}

#footer p 
{
	color:#fff;
	font-size: 15px;
}

.footer_logo
{
	width: 190px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}


.address_box p
{
	display: flex;
	align-items: start;
}

#footer i
{
	padding-right: 14px;
}


/*  Copyright  */

#copyright
{
    background-color: #fff;
    padding:15px;
}

#copyright p {
	font-size: 14px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#thankyou
{
	padding: 60px 0px;
	text-align: center;
}


.enquiry_now
{
	
}

.enquiry_now a
{
	color: #fff;
	text-decoration: none;
	text-align: center;
}


#mob_fixed 
{
    position: fixed;
    bottom: 0px;
    width: 100%;
	background-color: #124521;
	padding: 15px 0px;
	text-align: center;
	overflow: hidden;
}

@media only screen and (min-width: 1001px) and (max-width: 1200px)
{
	.footer-above-service li
	{
		padding: 15px 45px;
	}
	
	.product-para
	{
		margin-top: 19px !important;
	}
	
	.why-box
	{
		height: 240px;
	}
	.scrollform
	{
		margin-left: 45px;
	}
	
}


@media only screen and (min-width: 1201px) and (max-width: 1400px)
{
	.why-box
	{
		height: 215px;
	}

	.why-box p
	{
		font-size: 14px;
	}

}


@media only screen and (min-width: 770px) and (max-width: 1000px)
{

	
	
	.content_box
	{
		height: auto;
	}

	.social li
	{
		padding: 7px 4px;
	}
	
	.social li:last-child
	{
		border-right: unset;
	}

	.social li:first-child
	{
		border-left: unset;
	}
	
	.counter_box 
	{
		padding: 15px;
	}
		
	.counter_box span
	{
		font-size: 22px;
	}

	#banner
	{
		padding: 6vh 0vh !important;
	}

	.why_us_column_bg
	{
		padding: 12px 20px;
	}

	.why_us_column_bg h2
	{
		font-size: 20px;
		line-height: 32px;
	}

	.product_box
	{
		height: auto;
		margin-bottom: 25px;
	}
	.why-box
	{
		height: auto;
	}
	.download_brochure
	{
		float: unset;
	}
	.scrollform
	{
		margin-left: -40px;
	}
	
}

  
 @media only screen and (max-width: 768px)
{

	.section_pad
	{
		padding: 40px 0px;
	}
	.margin-top-35
	{
		margin-top: 10px;
	}

	.margin-top-60
	{
		margin-top: 30px;
	}

	
	#banner
	{
		background-image: none;
		padding: 0vh 0vh !important;
	}

	.thunder_icons li
	{
		width: 49%;
	}

	.product_img
	{
		padding: 16px 0px;
	}

	#footer h5
	{
	    padding-bottom: 0px;
        padding-top: 15px;	   
	}	
	
	#copyright
	{
	    padding: 12px 25px;
	}

	.header_logo {
		width: 126px;
		height: auto;
	}

	.call_btn
	{
		 padding: 10px 7px;
		 letter-spacing: unset;
		 font-size: 14px;
	}

	.product_box
	{
		height: auto;
		margin-bottom: 25px;
	}
	
	.topbar-list
	{
		text-align:center;
	}

	.topbar-list li
	{
		list-style-type: none;
		padding: 5px 4px;
	}

	.topbar-list li:first-child
	{
		border-left: unset;
	}
	.topbar-list li:last-child
	{
		border-right: unset;
		padding-left: 7px;
	}
	.why-box
	{
		height: auto;
	}
	.download_brochure
	{
		float: unset;
	}
	.scrollform
	{
		position:unset !important;
		margin-left:unset !important;
		width:unset !important;
		z-index: unset !important;
		margin-top:0px;
		margin-top:30px;
		

	}
	.section_heading h2
	{
		font-size: 26px;
		line-height: 1.5;
	}
	

}
