* {
	margin: 0;
	padding: 0;
}

/* =========================================body css ===============================*/
 .range_slider {
   position: relative;
   margin: 0 auto 3rem;
 }
 
 .bubble {
   background: #36164a;
   color: white;
   padding: 4px 12px;
   position: absolute;
   border-radius: 4px;
   left: 50%;top: -45px;
   transform: translateX(-50%);
 }
.bubble::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 25%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #36164a;
}
body {

	font-family: 'Helvetica';
	font-size: 16px !important;
	box-sizing: border-box;
	overflow-x: hidden;
	color: #695A75;
}


@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.woff') format('woff2'),
		url('../fonts/Helvetica.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nunito-black';
	src: url('../fonts/Nunito-Black.woff2') format('woff2'),
		url('../fonts/Nunito-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

.form-control:focus {
	box-shadow: unset !important;
}

a:hover {
	text-decoration: none;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #acacac !important;
}

a {
	-webkit-transition: all 0.4s ease !important;
	transition: all 0.4s ease !important;
	text-decoration: none !important;

}

.fw-300 {
	font-weight: 300;
}

.fw-100 {
	font-weight: 100;
}

.fs-24 {
	font-size: 24px;
}

.fs-25 {
	font-size: 25px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-20 {
	font-size: 22px;
}

.fs-18 {
	font-size: 18px;
}

.fs-22 {
	font-size: 20px;
}


.bright-blue {
	color: #2b4399;
}


.purple {
	color: #695A75;
}

.blue {
	color: #0a1344;
}

.dark-blue {
	color: #5C6072;
}

.light-blue {
	color: #9DA0B4;
}

.white {
	color: #fff;
}

.no-hover:hover {
	color: #fff;
}

.nb {
	font-family: 'Nunito-black';
}

.nunito {
	font-family: 'Nunito', sans-serif;
}


/*=============================================== Navbar css */
a.navbar-brand {
	max-width: 200px;
}


a.nav-link {
	padding: 6px 30px !important;
	color: #36164A !important;
	text-transform: capitalize;
}

.navbar {
	padding: 20px 0px;
	background-color: #F8F9FA !important;
}


.navbar-contact {
	padding-top: 0px;
	border: 4px solid #13D3AE;
	font-size: 20px;
	color: #13D3AE;
}

.nav-link.contact_btn {
	font-family: 'Nunito-black';
	display: inline-block;
	background-color: #FB4930;
	color: #fff !important;
	padding-bottom: 4px;

	border-radius: 30px;
}

/* ==============================================Info section css */
.info-section {
	background-color: #36164A;
	padding: 8px 0px;
}


.information {
	margin-right: 25px;
	padding-top: 7px;
	font-size: 17px;
}


section.contact-section {
	padding: 70px 0px;
}


.global-btn {
	padding: 8px 35px;
	display: inline-block;
	background-color: #36164A;
	color: #fff;
	padding-bottom: 10px;
	font-size: 18px;
	border: 3px solid transparent;
	font-family: 'Nunito-black';
	border-radius: 30px;
}

.global-btn:hover {
	color: #fff;
}

.orrange-bg {
	background-color: #fb4930;
}

.double-flame {
	max-height: 200px;
}

section.about-energy.section-space {
	padding-bottom: 0px;
}

/* ======================================services section css */

.white-box {
	background-color: #fff;
	padding: 20px;
}


/* content css start */

section.business-energy {
	background-color: #F9F5F3;
}

.section-space {
	padding: 70px 0px;
}

.global-title {
	color: #36164A;
	font-size: 50px;
}


.text-justify {
	text-align: justify;
}


.email-btn {
	height: 52px;
}

section.calculate-energy {
	background-color: #F9F5F3;
}

.orrange {
	color: #FB4930;
}

.total-commission {
	font-size: 30px;
}

.orrange-btn {
	font-family: 'Nunito-black';
	display: inline-block;
	background-color: #FB4930;
	color: #fff !important;
	border-radius: 30px;
	font-size: 22px;
	padding: 15px 40px;
	max-width: 300px;
	width: 100%;
}

/* content css end */


/* ==========================================Footer section css */


.footer-section img {

	max-width: 200px;
}

.top-footer {
	background-color: #36164A;
	padding: 30px 0px;
}


/* ==============================================copyRight Css */
.copyRight {
	background-color: #210C30;
	padding: 20px 15px;
}

ul.footer-list a:hover {
	font-weight: bold;
	border-bottom: 1px solid #fb4930;
}

ul.footer-list a {
	color: #fb4930;
	font-weight: 300;
	font-size: 18px;
	border-bottom: 1px solid transparent;
}

ul.footer-list li {
	display: inline-block;
	padding: 0px 30px;
}

ul.footer-list {
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}


/* other page css start */

section.form-area {


	padding: 100px 0px;
}


.form-control::placeholder {
	font-size: 18px;
	font-weight: 300;
}

.grenn-btn {
	width: 100%;
	background-color: #13D3AE;
	border: unset;
	color: #fff !important;
	font-family: 'Lato-black';
	font-size: 18px;
}

.gray-info {
	background-color: #F1F4F9;
}

.gray-info p {
	color: #0A1344 !important;
}

.gray-info a {
	color: #0A1344 !important;
}

.info-section a {
	font-weight: 600;
}

.service_col .col-md-2 {
	width: calc(20% - 0px);
}

.business-icons img {
	height: 70px;
	margin-bottom: 15px;
}

.white-box h3 {
	margin-bottom: 0px;
	font-size: 25px;
	min-height: 60px;
}

ul.dropdown-menu.show {
	margin-left: 25px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff;
	background-color: #091344;
}

.text-center.form_img img {
	height: 250px;
	width: auto !important;
}

.form_img {
	margin-top: 25px;
}

.home-contact .form-control {
    border: unset;
    background-color: #F9F5F3;
    color: #A8968E !important;
}
.home-contact .form-control::placeholder {
     
    color: #A8968E !important;
}

.home-contact .mb-3 {
	margin-bottom: 25px !important;
}

.form-control.message-box {
	height: 200px;
}

.submit-btn {
    width: 100%;
    background-color: #FB4930;
    border: 2px solid #fb4930;
    color: #fff !important;
    font-size: 18px;
    max-width: 250px;
    padding: 0.805rem 0.85rem;
    border-radius: 30px;
    font-family: 'Nunito-black';
}
.call_us {
    background-color: #ffffff;
    color: #fb4930 !important;
    font-size: 18px;
    width: fit-content;
    padding: 0.805rem 35px;
    border-radius: 30px;
    display: inline-block;
    font-family: 'Nunito-black';
    border: 2px solid #fb4930;
}
section.privacy {
	padding: 70px 0px;
}

ul.privacy-list li {
	list-style-type: none;
	color: #9DA0B4;
}

ul.privacy-list {
	padding-left: 0px;
}

.purple-box img {
	height: 80px;
	margin-bottom: 20px;
}

.purple-box {
	background-color: #36164A;
	padding: 20px;
	border-radius: 20px;
	padding-top: 55px;
}

.purple-box .global-title.white.nb {
	color: #fff;
	font-size: 40px;
	margin-bottom: 0px;
}

.purple-box-area {
	margin-bottom: 80px;
}


section.about-energy.section-space {
	background-image: linear-gradient(360deg, #F9F5F3 0%, #F9F5F3 75%, #ffffff 60%, #ffffff 60%);
}


section.min-header {
    background-color: #FB4930;
    padding: 50px 0px;
}

.global-title.white{
	color: #fff !important;

}

section.hundreds.section-space {
    background-color: #F9F5F3;
	padding-bottom: 0px;
}


 .form-control {
    border-color: #A8968E;
    color: #A8968E;
    border-radius: 8px;
}


form.claim-form label {
    color: #A8968E;
    padding-bottom: 15px;
}form.claim-form a {
    color: #A8968E;
    
}

form.claim-form span {
    color: #FB4930;
 
}

 .form-select {
    padding: 0.805rem 0.85rem;
    color: #a8968e;
	border-color: #a8968e;
}section.privacy h2 {
    color: #36164a;
}
section.privacy p {
    color: #36164A;
}
section.privacy li {
    color: #36164A;
}section.privacy a {
    color: #36164A;
}


.thanks {
    height: 150px;
}

 .img-fluid.party {
    height: 400px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-radius:20px;
  background: #F7996F;
  outline: none;
   
  -webkit-transition: .2s;
  transition: opacity .2s;
}

 

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #FB4930;
  cursor: pointer;
 border-radius:100%; 
 
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #FB4930;
  cursor: pointer;
}
.range_slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
    background-color: #E5DEDA;
}.carousel-indicators .active {
    opacity: 1;
    background-color: #C4BCB7;
}
span.navbar-toggler-icon {
    background-image: url(../img/burger.png) !important;
}button.navbar-toggler {
    border: unset;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset;
}p.white.mobile-call  {
    display: none;
}
/* other page css end */


/* mobile css start */

@media(min-width:991px) {}

@media(max-width:991px) {
	nav.navbar.navbar-expand-lg.navbar-light.bg-light{
		position:relative;
	}
.mobile-menu .navbar.navbar-expand-lg.navbar-light.bg-light:after {
    content: '';
    position: absolute;
    background-image: url(../img/ad.png);
    bottom: -38px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, 0px);
}
	
	
/* 	mobile menu css  */
	p.white.mobile-call  {
    display: block;
}
	body .nav-link.contact_btn {
    font-family: 'Nunito-black';
    display: inline-block;
    background-color: #ffffff;
    color: #fb4930 !important;
    padding-bottom: 4px;
    border-radius: 30px;
}
	.mobile-menu span.navbar-toggler-icon {
    filter: brightness(0) invert(1);
		background-image: url(../img/cros.png) !important;
}.mobile-menu .navbar {
    background-color: #fb4930 !important;
}

 .navbar-nav.ms-auto {
    text-align: center;
}


 body .nav-link {
    
    color: #ffffff !important;
    
}
.mobile-menu .navbar-logo.img-fluid {
    filter: brightness(0) invert(1);
}


body .nav-item {
    padding-bottom: 10px;
}
	
/* 	mobile menu css end */
	
	
	
	
	
	
	
	
	
	.business-energy .mb-5.pe-5 {
    padding-right: 0px !important;
}
	.global-title {
    color: #36164A;
    font-size: 40px;
}
	section.business-energy .col-md-6 {
    width: 100%;
}
	.mb-991{
margin-bottom:15px;
	}
	ul.dropdown-menu.show {
		margin-left: 0px;
		margin-bottom: 20px;
		padding-left: 15px;
	}

	.navbar-nav.ms-auto {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	body .contact_btn a {
		padding-left: 15px !important;
		width: fit-content;
		margin-top: 10px;
	}

	 

	ul.footer-list li {
		padding-bottom: 15px;
	}
}

@media(min-width:768px) and (max-width:991px) {
	
	.purple-box-area .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
    margin-bottom: 25px;
}
	
}

@media(max-width:768px) {
	
	section.hundreds.section-space {
    display: none;
}
	section.about-energy.section-space{
		padding-bottom:70px !important;
	}
	img.double-flame {
    display: none;
}

	section.about-energy.section-space {
    background-image: linear-gradient(360deg, #F9F5F3 0%, #F9F5F3 90%, #ffffff 60%, #ffffff 60%);
}
	
		.purple-box-area .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 25px;
}
	section.calculate-energy{
	text-align:center;
	}

.global-title {
    color: #36164A;
    font-size: 35px;
}
	ul.footer-list li {
		padding-bottom: 15px;
	}


	.mb-25 {
		margin-bottom: 25px;

	}
}


@media(max-width:480px) {
	a.blue-btn.global-btn.me-2 {
    width: calc(100% - 80px);
    text-align: center;
}
	a.call_us {
    width: 100%;
    margin-top: -24px;
    text-align: center;
}
	.submit-btn {
    max-width: 100%;
}
	.about-energy .group_button a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
	.purple-box {
   
    padding: 15px;
    border-radius: 20px;
    padding-top: 55px;
}
	.purple-box p {
    font-size: 14px;
    min-height: 42px;
}

.purple-box .global-title.white.nb {
    
    font-size: 30px;
    
}.purple-box img {
    height: 50px;
    margin-bottom: 20px;
}

	ul.footer-list li{
		width: 100%;
		display: block;
	}
}

/* mobile css end */