html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif!important;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none !important;
  }

.section-entry {
    padding: 5rem 0;
}


.navbar {
background-color: #fff!important;
-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}
.entry-title {
    color: #fff;
}
.logo-img {
	width: 190px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
    color: #000 !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.navbar-dark .navbar-toggler {
	border:2px solid #fff;
}
/* add your custome hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}
.navbar-dark .navbar-toggler:focus {
	outline: none;
} 
.customNav  {
	background-color: #ee3739!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
}
@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.dealer-entry-header-bg {
    background-image: url(https://www.nexussolarenergy.in/wp-content/uploads/2023/11/product-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10rem 0;
}


.dealer-btn {
    background-color: #8cc63f;
    color: #fff;
    padding: 10px 39px;
    margin-top: 13px;
    border: transparent;
}

#pincodeHint {
    background: #8cc63f;
    color: #fff;
}

.search-item-wrapper {
    margin-bottom: 2rem;
}
.search-item-wrap {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
    height: 100%;
    border-radius: 5px;
    margin-top: 34px;
}

.search-thumb-wrap {
    overflow: hidden;
    width: 100%;
    height: 320px;
}
.dl-card {
    background-color: #f6f6f6;
    padding: 15px;
    box-shadow: 0px 6px 16px -1px rgba(0,0,0,0.2);
}
.search-item-wrap h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.dl-card h4 {
    text-transform: uppercase;
}
.map-wrap {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
/*----------------------------------------------------
	Footer
----------------------------------------------------*/


.footer-wrapper {
	background-color: #2e2e2e;
}
.top-footer-wrapper h4{
	color: #fff;
	text-align: center;
}
.bottom-footer-wrapper {
	background-color: #fff;
	padding: 1rem 0;
	text-align: center;
}
.footer-social-list-wrap ul {
	height: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
.icon-wrap {
	font-size: 30px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px!important;
    text-align: center;
}
.links-footer ul {
	display: flex;
	justify-content: center;
	
}
.links-footer ul a {
	color: #fff;
	font-weight: 500;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #000;
}
.creator-link {
	color: #adc71e;
	font-weight: 600;
}
.creator-link:hover { 
	color: #000;
}
.footer-link-wrapper li a {
    color: #fff;
	line-height: 32px;
}
.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    /* box-shadow: 2px 2px 3px #999; */
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.last-txt {
	color: #fff;
	font-weight:700;
}
.footer-address {
	color: #fff;
}
.white-head {
	color: #fff;
	font-weight:700;
}

.list-text a {
    color: #fff;
    font-size: 15px;
}
.list-text :hover {
    color: #fff;
}
.last-txt a {
    color: #fff;
    text-transform: initial;
    font-size: 15px;
}
.card-sm-wrap ul {
    line-height: 39px;
    padding-left: 0;
}
.btn-subscribe {
    width: 100%;
    background-color: #8cc63f;
    color: #fff;
    margin-top: 12px;
    padding: 9px 0;
}
.info-number-wrap {
    background-color: #222222;
    border: solid #fff 1px;
    padding: 17px 17px;
}
.info-number-wrap a {
    color: #fff;
}
.info-number-wrap a:hover {
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}