/* 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;
}
	
.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: #124521;
	font-weight: 700;
	letter-spacing: 1.1px;
	margin-bottom: 2px;
}

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

.section_heading
{
	padding-bottom: 16px;
}

.section_pad
{
	padding: 60px 0px;
}

.bg1
{
	background-color: #f7f9fa;
}

/* banner */

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

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

.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;
}

.no-resize
{
	resize: none;
	width: 100%;
}

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

.submit_btn
{
    background-color: #124521;
    border: none;
    padding: 8px 20px;
    font-weight: 400;
	color:#fff;
	border-radius: 6px;
}

.earn-img
{
	width: 300px;
	height: auto;
	margin-top: 15px;
	
	
}

.earn-img2
{
	width: 300px;
	height: auto;
	margin-top: 45px !important;
}
/*  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 p
{
	color: #fff;
	margin: 0px;
}

/*  Why har ghar Thunder  */

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

.why-box h4
{
	color:#124521;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 6px;
}
.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 30px;
}

.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;
}

.thunder_points
{
	padding-left: 20px;
}

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

.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: 40px;
	height: auto;
}

.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;
	float: right;
}

.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: 110px;
	margin-bottom: 15px;
}
.product-para
{
	margin-top: 20px;
}

/* 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;
}


@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: 250px;
	}
	.banner_formbox
	{
		margin-left: 100px;
	}
	
}


@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;
	}
	
	
}

  
 @media only screen and (max-width: 768px)
{
	
	.banner_formbox
{
	margin-left: 0px !important;
}
	.earn-img
{
	
	margin-bottom: 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;
		margin: 0px auto;
		display: block;
	}

}
