@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root {
	--pri-color: #005826;
	--sec-color: #1fa669;
	--font-family-Roboto: 'Roboto', sans-serif;
	--site-Radius: 6px;
	--site-Shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	--site-LBorderC: #0002;
}
/*commons*/
#home .btn-get-started,
.no__radius .btn-get-started,
.membership .btn-get-started,
.solutions .btn-get-started,
.home__appointment .btn-get-started,
.calltoaction .btn-get-started {
  border: 1px solid #fff;
}
body{
	font-size: 0.875rem;
	line-height: 1.5;
	color: #444;
	padding: 0px;
	font-family: 'Barlow', sans-serif;
	margin: 0px;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body,
html {
	scroll-behavior: smooth;
}
/*Header css Start*/
.header.contain-header {
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}
.header.contain-header {
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
}
.contain-header {
    position: relative;
    background-color: #fff;
}
.header.contain-header .container {
    position: relative;
}
.site_logo {
    max-width: 140px;
}
.navbar-light.main-menu .navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light.main-menu .navbar-toggler {
    border-radius: 0;
    border-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.header.contain-header .main-menu div>ul>li>a:not(.btn_add) {
    color: #333;
    font-weight: 500;
    font-family: var(--font-family-Roboto);
}
.site_logo:not(.mob_logo_a) {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(max-width: 991.98px){
	
	.site_logo:not(.mob_logo_a) {
        max-width: 100px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
	.main-menu {
    	justify-content: flex-end;
	}
	.main-menu .navbar-collapse {
	    position: fixed;
	    left: 0;
	    visibility: hidden;
	    top: 0;
	    bottom: 0;
	    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	    transition: transform 0.3s ease-in-out;
	    background-color: #fff;
	    width: 100%;
	    padding: 1rem;
	    max-width: 100%;
  }

  .main-menu .navbar-collapse.show {
    visibility: visible;
    height: 100vh;
  }
}
@media(min-width: 992px){
	.header.contain-header .main-menu div>ul>li:not(:last-child) {
		    margin-right: 20px;
	}
	.main-menu ul li{
		display: inline-block;
	}
}
@media(min-width: 1200px){
	.header.contain-header .main-menu div>ul>li>a:not(.btn_add) {
		padding: 25px 0;
	}
}
/*Header css End*/

/* New page menu Start*/
.proudly__emirati {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proudly__emirati img{
  max-width: 28px;
  display: inline-flex;
  margin-right: 8px;
}
.proudly_text {
  font-weight: 500;
  font-family: var(--font-family-Roboto);
  color:#333;
  font-size: 10px;
}
@media(min-width: 992px){
  .proudly__emirati {
    justify-content: flex-end;
  }
  .proudly_text {
    font-size: 14px
  }
  .proudly__emirati img {
    max-width: 40px;
  }
}
/* New page menu End*/
/*map with wikinfo Start*/
.map_with_wikinfo {
  background-color: var(--pri-color);
  
}

.info__n_head{
  padding: 20px;
  background-color:#000;
  text-align: center;
  border-radius:var(--site-Radius) var(--site-Radius) 0 0 ;
}
.no__radius .info__n_head {
  border-radius: 0;
}
.info__n_body {
  background-color: var(--pri-color);
   border-radius: 0 0 var(--site-Radius) var(--site-Radius);
}
.no__radius .info__n_body {
  border-radius: 0;
}
.info__n_head p{
  margin-bottom: 0;
  color:#fff;
  font-size: 20px;
  font-family: var(--font-family-Roboto);
}
.info__n_body {
  padding: 20px;
  min-height: 295px;
}
.info__n_body p{
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--font-family-Roboto);
  color:#fff;
}

/*map with wikinfo End*/
/*Hero Section Start*/
#home {
    width: 100%;
    /*min-height: calc(100vh - 123px);*/
    background: url(../images/template/water-heater-repair-and-installation.webp) top center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.template_home2#home{
  background: url(../images/template2/emergency-plumber.webp) top center;
}
.solar__banner#home{
  background: url(/userfiles/images/templates/t9/solar-water-heater-repair-dubai.webp) top center;
  background-size: cover;
}
#home::before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0009;
}
#home svg.drop {
    width: 60px;
    height: 60px;
    fill: #fff;
    margin-bottom: 20px;
}
#home .container {
  position: relative;
}

#home h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  color:#fff;
  padding-bottom: 20px;
  margin-bottom: 7px;
  /*text-transform: uppercase;*/
  /*color: #2c4964;*/
}
.solar__banner#home p{
  color:#fff;
}
#home h2 {
  color: #fff;
  /*margin: 10px 0 0 0;*/
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 7px;
  font-family: var(--font-family-Roboto);
}

#home .btn-get-started {
  font-family: var(--font-family-Roboto);
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 24px;
  /*letter-spacing: 1px;*/
  display: inline-flex;
  padding: 18px 32px;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  /*background: var(--color1);*/
  background-color: var(--pri-color);
  min-width: 250px;
  justify-content: center;

}
#home .btn-get-started::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
}
#home:not(.no__radius) .btn-get-started {
  border-radius: 6px;
}
.no__radius .btn-get-started {
  border-radius: 0;
}
#home .btn-get-started svg{
  fill: #fff;
  width: 20px;
  margin-left: 20px;
}

#home .btn-get-started:hover {
  background-color: var(--pri-color);
  opacity: .9;
      -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)
}

@media(min-width: 992px){
  #home {
    min-height: 600px;
    justify-content: center;
  }
  .solar__banner#home p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #home {
    margin-bottom: 0;
    /*height: 100vh;*/
  }

  #home .container {
    /*padding-bottom: 63px;*/
  }

  #home h1 {
    font-size: 30px;
    /*line-height: 36px;*/
  }

  #home h2 {
    font-size: 24px;
    /*line-height: 24px;*/
    /*margin-bottom: 30px;*/
  }
  #home .btn-get-started {
    min-width: auto;
    padding: 14px 24px;
    font-size: 20px;
  }
}
/*Hero Section End*/
/*solar__sec__3  Start*/
.solar__sec__3 img{
  border-radius: 10px;
}
@media(min-width: 992px){
  .solar__sec__3 .row{
    align-items: center;
  }
  .solar__sec__3 p{
    margin-bottom: 0;
    font-size: 16px
  }
  .solar__sec__3 h2,
  .solar__sec__3 h3,
  .solar__sec__3 h4{
    margin-bottom: 20px;
  }
}
/*solar__sec__3 End*/
/*stamps_site Start*/
.stamps_site_img {
  text-align: center;
}
.stamps_site_img img{
  max-width: 100px;
  background-color: #fff;
}
/*stamps_site End*/
/*Brands Start*/
.brands___logo_img img {
    max-width: 150px;
    margin: 0 auto;
}
.brands__logos__new .brands___logo_img{
  box-shadow: 0 0 10px 0 var(--site-LBorderC);
  text-align: center;
}
/*Brands End*/
/*trusted_sec Start*/
.trusted_sec {
  background-color: var(--pri-color);
  text-align: center;
  position: relative;
}
.template__sec {
  text-align: center;
}
.trusted_sec svg{
  fill: #fff;
}
.trusted_sec h2,
.trusted_sec p{
  color:#fff;
}
.trusted_sec p,
.template__sec p {
  margin-bottom: 0;
  font-family: var(--font-family-Roboto)
}
.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    position: absolute;
}
@media(min-width: 992px){
  .trusted_sec p,
  .template__sec p {
    font-size: 18px;
  }
  .nectar-shape-divider {
  		height: 100px;
  }
}
/*trusted_sec End*/
/*Department Start*/
.departments:not(.horizontal___tabs).sec_py,
.departments:not(.horizontal___tabs).sec_pt{
	padding-top: 20px;
}
.departments .nav-tabs {
  border: 0;
}
.departments:not(.horizontal___tabs) .tab-content .col-lg-4  img{
	border-radius: 10px;
}
.departments:not(.horizontal___tabs) .nav-item:not(:last-child){
  margin-bottom: 12px;
}
.departments .nav-link {
  border: 0;
  padding:25px 20px;
  transition: 0.3s;
  color: #888;
  /*border-right: 2px solid #ebf1f6;*/
  font-weight: 600;
  /*font-size: 18px;*/
  background-color: rgba(0,0,0,0.04);
  font-family: var(--font-family-Roboto);
}
.departments:not(.horizontal___tabs) .nav-link {
  border-radius: 6px;
}
.horizontal___tabs .nav-link {
  border-radius: 0;
}
.departments .nav-link:hover {
  color: var(--pri-color);
}


.departments .nav-link.active {
  background-color: var(--pri-color);
  color:#fff;
  box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  
  /*border-color: var(--color1);*/
}

.departments .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  /*color: #2c4964;*/
}

.departments .details p {
  color: #777777;
  font-family: var(--font-family-Roboto);
}

.departments .details p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
	.departments .details p,
	.departments .nav-link {
  		font-size: 18px;
  }
  .horizontal___tabs .nav-link {
    text-align: center;
    height: 100%;
  }
  .horizontal___tabs .row .col-lg-3,
  .horizontal___tabs .row .col-lg-9{
      width: 100%;
  }
  .horizontal___tabs .nav-tabs li {
    flex:1;
  }
  .horizontal___tabs .nav-tabs li:not(:last-child){
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  
  .departments .nav-link.active {
    color: #fff;
    background: var(--pri-color);
  }
  .departments.horizontal___tabs .nav-tabs {
      flex-direction: column;
  }
  .horizontal___tabs .nav-tabs li:not(:last-child){
    margin-bottom: 12px;
  }
}
/*Department End*/

/*calltoaction Start*/
.calltoaction {
  background-image: url(../images/template/leading-hot-water-brands.webp);
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
}
.solar__calltoaction  {
  background-image: url(/userfiles/images/templates/t9/contact-us-for-professional-solar-water-heater-repair.webp);
}
.calltoaction .container{
  position: relative;
  z-index: 22;
}
.calltoaction::before{
  content: '';
  background: #5e7501;
  background: linear-gradient(90deg, #5e7501 0%, #2a3800 100%);
  opacity: 0.5;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%
}
.solar__calltoaction::before {
  background: linear-gradient(90deg, #323232 0%, #000000 100%);
}
.calltoaction svg{
  fill: #fff
}
.calltoaction h2,
.calltoaction p{
  color: #fff;
}
.calltoaction p{
	font-family: var(--font-family-Roboto);
}
.calltoaction h2{
  font-size: 30px;
}
.calltoaction .btn-get-started {
  font-family: var(--font-family-Roboto);
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 20px;
  /*letter-spacing: 1px;*/
  display: inline-flex;
  padding: 14px 24px;
  justify-content: space-between;
  margin-top: 30px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #fff;
  /*background: var(--color1);*/
  background-color: var(--pri-color);
  min-width: auto;

}
.calltoaction .btn-get-started::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
}
.calltoaction .btn-get-started svg{
  fill: #fff;
  width: 20px;
  margin-left: 20px;
}

.calltoaction .btn-get-started:hover {
  background: var(--pri-color);
  opacity: .9;
      -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)
}
@media(max-width: 991px) {
	.calltoaction p {
		margin-bottom: 0;
	}
}
@media(min-width: 992px){
  .calltoaction {
    min-height: 550px;
  }
  .calltoaction h2{
    font-size: 60px;
    margin-bottom: 20px;
  }
  .calltoaction p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .solar__calltoaction p {
    font-weight: 400;
  }
  .calltoaction .btn-get-started {
    min-width: 250px;
    padding: 18px 32px;
    font-size: 24px;
  }
}
/*calltoaction End*/
/*membership Start*/
.membership:not(.first___sec) {
  background-color:var(--pri-color);
}
.membership:not(.no__radius) .col-lg-6:first-child div >img{
	border-radius: 10px;
}
.membership svg{
  fill:#fff;
}
.membership h3{
  color:var(--sec-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--font-family-Roboto);
}
.membership h2,
.membership p{
  margin-bottom: 20px;
}
.membership:not(.first___sec) h2,
.membership:not(.first___sec) p {
  color:#fff;
}
.membership p{
  /*font-size: 18px;
  font-weight: 500;*/
  font-family: var(--font-family-Roboto);
}
.membership ul{
  padding-left: 0;
}
.membership ul li{
  color:#fff;
  /*font-size: 18px;
  font-weight: 500;*/
  font-family: var(--font-family-Roboto);
}
.membership ul li:not(:last-child){
	margin-bottom: 6px;
}
.membership ul li::before{
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 6 Free";
	content:"\f046";
	font-size: 15px;
	font-weight: 900;
	color:#7cb518;
}
.membership .btn-get-started {
  font-family: var(--font-family-Roboto);
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 20px;
  /*letter-spacing: 1px;*/
  display: inline-flex;
  padding: 14px 24px;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  /*background: var(--color1);*/
  justify-content: center;
  background-color: rgb(124, 181, 24);
  min-width: auto;

}
.membership .btn-get-started::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
}
.membership:not(.no__radius) .btn-get-started {
  border-radius: 6px;
  margin-top: 30px;
}
.solar__membership .btn-get-started {
  margin-top: 5px;
}
.no__radius .btn-get-started {
  border-radius: 0
}
.membership .btn-get-started i{
  fill: #fff;
  width: 18px;
}

.membership .btn-get-started:hover {
  background: rgb(124, 181, 24);
  opacity: .9;
      -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)
}
@media(max-width: 991px){
	.membership ul {
		margin-bottom: 0;
	}
}
@media(min-width: 992px){
  .membership p{
    margin-bottom: 40px;
    /*font-size: 18px;*/
  }
  .membership .btn-get-started {
    min-width: 250px;
    padding: 18px 32px;
    font-size: 24px;
  }
  .membership ul li {
  	padding-left: 6px;
  }
  .membership ul li,
  .membership p {
  	font-size: 18px;
  }
  .solar__membership .row{
    align-items: center;
  }  
  .solar__membership .text-center h3 {
    font-size: 26px;
  }
  .solar__membership .text-center h3 {
    font-size: 24px;
  }
}
/*membership End*/

/*solutions Start*/
.solutions {
  background-color: var(--sec-color)
}
.solutions svg{
  fill: #fff;
}
.solutions  a{
  color:#ffffff;
  opacity: .85;
}
.solutions  a:hover{
  color:#fff;
  opacity: 1;
}
.solutions h3,
.solutions p,
.solutions .col-lg-6 ul li {
	font-family: var(--font-family-Roboto);
}
.solutions h2,
.solutions h3,
.solutions p{
  color:#fff;
  margin-bottom: 20px;
}
.solutions h3{
  font-size: 20px
}

.solutions ul li:not(:last-child){
	margin-bottom: 6px;
}
.solutions ul li::before{
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 6 Free";
	content:"\f046";
	font-weight: 900;
	color:#fff;
}
.solutions .btn-get-started {
  font-family: var(--font-family-Roboto);
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 20px;
  /*letter-spacing: 1px;*/
  display: inline-flex;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  /*background: var(--color1);*/
  background-color:  var(--pri-color);
  min-width: auto;
  justify-content: center;

}
.solutions .btn-get-started::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
}
.solutions:not(.no__radius) .btn-get-started {
  margin-top: 30px;
  border-radius: 6px;
}
.solar__solutions .btn-get-started{
  margin-top: 5px;
}
.no__radius .btn-get-started {
  border-radius: 0;
}
.solutions .btn-get-started svg{
  fill: #fff;
  width: 20px;
  margin-left: 20px;
}

.solutions .btn-get-started:hover {
  background: var(--pri-color);
  opacity: .9;
      -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)
}
.solutions .col-lg-6 ul li{
  color:#fff;
}
.solutions:not(.no__radius) .col-lg-6:not(:first-child) img{
  border-radius: 10px;
}
@media(max-width: 991px) {
	.solutions  ul{
		margin-bottom: 0;
	}
}
@media(min-width: 992px){
  .solutions .btn-get-started {
    min-width: 250px;
    padding: 18px 32px;
    font-size: 24px;
  }

  .solutions p,
	.solutions ul li{
	  font-size: 18px;
	}
  .solutions h3,
  .solutions p{
    margin-bottom: 40px;
  }
  .solar__solutions .row{
    align-items: center;
  }
  .solar__solutions div > h3 {
    font-size: 26px;
  }
  .solar__solutions div  > h4 {
    font-size: 26px;
  }
}
/*solutions End*/
/*testimonials start*/
.testimonials svg{
  fill:var(--pri-color);
}
.testimonials:not(.no__radius) .col-lg-6:first-child div > img{
	border-radius: 10px;
}
.testimonials h2,
.testimonials:not(.emergency__testimonials) h3,
.emergency__testimonials h3,
.emergency__testimonials h4{
  margin-bottom: 20px;
}
.testimonials:not(.emergency__testimonials) h3,
.emergency__testimonials h4 {
  font-size: 20px;
  color:var(--pri-color);
  font-family: var(--font-family-Roboto);
}
.testimonials .testi__box {
  background-color: #f4f4f4;
  padding: 20px;
}
.testimonials:not(.no__radius) .testi__box {
  border-radius: 4px;
}
.testimonials .testi__box .testi__head {
  justify-content: space-between;
  /*align-items: center;*/
}
.testimonials .col-lg-6:not(:first-child) p{
  color: #676767;
  font-family: var(--font-family-Roboto);
}
.testi_body .show-more-height{
	font-family: var(--font-family-Roboto);
}
.solar__testimonials  .testi_body blockquote {
  min-height: 42px;
}
.testimonials .testi__box .testi__head{
  margin-bottom: 20px;
}
.testi__head .right_t_side img{
	width: 25px;
}
.testimonials .slick-slider {
	margin:0 -10px;
} 
.testimonials .slick-slide {
	padding: 0 10px;
}
.testimonials .testi__box .testi__head,
.left_t_side {
  display: flex;
}
.left_t_side {
  align-items: center;
}
.left_t_side div{
  margin-right: 8px;
}
.left_t_side > div:not(:firs-child) {

}
.left_t_side div img{
  max-width: 30px;
}
.testi_body i{
  color:rgb(246,187,6);
}
.testi_body p{
  font-size: 14px;
  color:#000;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonials .slick-prev,
 .testimonials .slick-next {
 	z-index: 99;
 }
 .testimonials .slick-prev::before,
 .testimonials .slick-next::before {
 	font-family: "Font Awesome 6 Free";
 	font-weight: 900;
 	font-size: 20px;
 	color:#0008;
 }
 .testimonials .slick-prev::before{
 	content: "\f104";
 }
 .testimonials .slick-next::before{
 	content: "\f105";
 }
 .testimonials .slick-next {
 	right: 0;
 }
.testi_body .show-more-height {
   margin-bottom: 0;
}
.testi_body .show-more {
	color:#000;
	cursor: pointer;
}
@media(min-width: 992px){
  .testimonials:not(.emergency__testimonials) h3,
  .emergency__testimonials h4{
    margin-bottom: 40px;
  }
  
  .testimonials .col-lg-6:not(:first-child) p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
/*testimonials End*/
/*New FAqs Start*/

.site_faqs .accordion-item {
  border: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.site_faqs:not(.no__radius) .accordion-item {
  border-radius: 6px;
}

.site_faqs .accordion-item .accordion-header button {
  background-color: #0001;
  border-bottom: 1px solid #ededed;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  font-family: var(--font-family-Roboto);
}
.site_faqs:not(.no__radius) .accordion-item .accordion-header button {
  border-radius: 6px 6px 0 0;
}

.accordion-body {
	font-family: var(--font-family-Roboto);
}
.accordion-body blockquote{
	margin-bottom: 0;
}
.site_faqs .accordion-button:not(.collapsed) {
  color: var(--pri-color);
}
.site_faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005826'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.site_faqs .accordion-item .accordion-header button:focus{
  border-color: transparent;
  box-shadow: none;
}
@media(min-width: 992px){
	.accordion-body{
		font-size: 18px;
	}
	.site_faqs .accordion-item .accordion-header button {
		font-size: 20px
	}
  .solar__faqs .section-title  p{
    font-size: 20px
  }
}
/*New FAqs End*/
/*our_services Start*/

.our_services svg{
  fill:var(--pri-color);
}
.our_services ul{
  column-count: 2;
}
.our_services .col-lg-4 > div img{
  border-radius: 10px
}
.our_services ul li a{
  color:#676767;
  font-size: 18px;
  font-family: var(--font-family-Roboto);
}
.our_services ul li a::before{
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 6 Free";
	content:"\f124";
	font-weight: 900;
	color:var(--pri-color);
}
.our_services ul li:not(:last-child) {
	margin-bottom: 6px;
}
/*our_services end*/
/*home__appointment Start*/

.home__appointment {
  background-color: var(--pri-color);
  position: relative;
  margin-top: 40px;
}
.home__appointment div img{
  max-width: 150px
}
.home__appointment h2 {
  font-size: 24px
}
.home__appointment h2,
.home__appointment h3 {
  color:#fff;
}
.home__appointment h3{
	margin-bottom: 20px;
}
.home__appointment h3{
  font-size: 20px;
  font-weight: 500;
}
.nectar-shape-divider2 {
  position: absolute;
  top: -30px;
  height: 30px;
  width: 100%;
  left: 0;
}

.home__appointment .btn-get-started {
  font-family: var(--font-family-Roboto);
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 20px;
  /*letter-spacing: 1px;*/
  display: inline-flex;
  padding: 12px 24px;
  justify-content: space-between;
  /*margin-top: 30px;*/
  justify-content: center;
  border-radius: 6px;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  /*background: var(--color1);*/
  background-color:  var(--sec-color);
  min-width: auto;

}
.home__appointment .col-sm-6:first-child .btn-get-started::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
}

.home__appointment .btn-get-started svg{
  fill: #fff;
  width: 18px;
}

.home__appointment .btn-get-started:hover {
  background: var(--sec-color);
  opacity: .9;
      -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)
}
.solar__home__appointment h4,
.solar__home__appointment p{
  color: #fff
}
@media(min-width: 992px){
  .home__appointment .btn-get-started {
    min-width: 250px;
    font-size: 24px;
    padding: 18px 32px;
  }
  .home__appointment h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home__appointment h3{
    margin-bottom: 40px;
    font-size: 24px;
  }
  .home__appointment {
    margin-top: 60px;
  }
  .solar__home__appointment   h4 {
    font-size: 28px;
  }
  .solar__home__appointment p{
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/*home__appointment End*/
/*General Section Css Start*/
p{
  font-family: var(--font-family-Roboto);
}
.template__bg {
    background-color: #f3f0f1;
}
.cursor-pointer {
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
img.img-fluid {
	width: 100%;
}
a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
    outline: 0;
}
ol, ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #1b1a1a;
    font-weight: 700;
}
.site_icon  {
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	margin-left: 20px;
}
.credit-card::before{
	content: "\f09d";
	font-weight: 900;
}
.phone_icon:before {
	content: "\f095";
	font-weight: 900;
}
.calendar-check:before {
	content: "\f274";
	font-weight: 400;
}
.section-title {
  text-align: center;
}
.section-title:not(.no_bafter) {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  /*color: #2c4964;*/
}

.section-title:not(.no_bafter) h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title:not(.no_bafter) h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color1);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.sec_py,
.sec_pt {
	padding-top: 40px;
}
.heading__title {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 700;
}
.sec_py,
.sec_pb {
	padding-bottom: 40px;
}
.footer_btm p{
  font-family: var(--font-family-Roboto);
}
.footer_btm p a {
    font-weight: 700;
    color: var(--sec-color);
    font-family: var(--font-family-Roboto);
}
@media(min-width: 992px){
  .section-title h2 {
    font-size: 32px;
  }
  .sec_py,
	.sec_pt {
		padding-top: 50px;
	}

	.sec_py,
	.sec_pb {
		padding-bottom: 50px;
	}
	.heading__title {
		font-size: 30px;
		margin-bottom: 40px;
	} 
}
@media(min-width: 1200px){
	.sec_py,
	.sec_pt {
		padding-top: 60px;
	}

	.sec_py,
	.sec_pb {
		padding-bottom: 60px;
	}
	.heading__title {
		font-size: 34px;
	}
}
/*General Section Css End*/
/*Top Cities Start*/

.top_cate li.cols{
	display: flex;
}
.top_cate li.cols a{
	color:var(--pri-color);
	font-size: 15px;
	font-family: var(--font-family-Roboto);
}
.top_cate li.cols a::before{
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 6 Free";
	content: "\f3c5";
	font-weight: 900
}
.related__links .top_cate li.cols a::before {
  content: "\f14c";
}
.top_cate ul{
	-moz-columns: 1;
    column-count: 1;
    gap:  16px;
}
.top_cate li {
	margin-bottom: 16px;
}
@media(min-width: 576px){
	.top_cate ul{
		-moz-columns: 3;
    	column-count: 3;
	}	
}
@media(min-width: 992px){
	.top_cate ul{
		-moz-columns: 4;
    	column-count: 4;
	}	
	.top_cate li {
		margin-bottom: 0;
	}
}
/*Top Cities End*/