@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: "Figtree", sans-serif;*/

/*:is(section, article, aside, nav) h1 {
  font-size: 25px;
}*/


/*!
Theme Name: solar-premium-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solar-premium-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solar-premium-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.8rem;
	margin: 0.67em 0;
	    font-weight: 600;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #dedede;
	padding: 7px 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*css start here*/



body.home{
	position: relative;
}

body.home::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./assets/images/banner-circle.svg) no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
    background-size: 750px auto;
    z-index: 0;
}

/*body.home::before {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    top: -171px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #067787 0%, #7EE759 60%, #7EE759 100%);
    width: 700px;
    height: 700px;
    z-index: 0;
}

*/

.hero_banner::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    background: url(./assets/images/hero-sun-img.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 90px auto;
    z-index: 0;
    bottom: 0;
    background-position: 0 75px;
}

.hero_banner{
	background: #F3FFF2;
	padding-top: 70px;
	padding-bottom: 40px;
}

.hero_banner .hero-Cnt {
    width: 50%;
}


.hero_banner .bnr-youtube-col {
    width: 50%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-left: 30px;
}

.hero_banner .bnr-youtube-col img{
	border-radius: 10px;
}

.hero_banner .bnr-youtube-col p {
    max-width: 100%;
    font-size: 23px;
    font-weight: 500;
    padding-top: 30px;
}

.hero_banner .bnr-youtube-col p strong {
   font-weight: 700;
}

.surya-mob-bnr{
	 display: none;
}

.surya-section, .why-section, .quality-section, .review-section, .about-section, .CTA-section, .faq-section {
    position: relative;
    margin-top: 60px;
}


:is(.surya-section, .why-section, .quality-section, .review-section, .about-section, .CTA-section, .faq-section) h2{
	font-size: 35px;
	font-weight: 700;
	color: #000;
}

:is(.surya-section, .why-section, .quality-section, .review-section, .about-section, .CTA-section, .faq-section) h2 span{
	color: #2A9578;
}

.why-left-col img{
	max-width: 90%;
}

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


.why-list li {
    position: relative;
    font-size: 18px;
    display: flex;
    padding-bottom: 30px;
}

.why-list li span {
    display: block;
    background: #2A9578;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
}

.why-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 1px;
    min-height: 1px;
    border: 1px dashed #2A9578;
    z-index: 0;
    font-size: 60px;
    height: 100%;
    z-index: -1;
}

.why-list li:last-child::before {
    display: none;
}

.gualty-row {
    display: flex;
    flex-wrap: wrap;
}

.gualty-row .dq-col {
    flex: 1;
}

.gualty-row .dq-col strong {
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px 0 0 0;
}

.gualty-row .q-rightcol strong {
    background: #F8B200;
    color: #000;
    border-radius: 0 5px 0 0;
}

.gualty-row .dq-col .qulty-list{
	background: #F4F4F4;
}

.gualty-row .dq-col .qulty-list li {
    padding: 20px 10px 20px 60px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #E5E1DA;
    overflow: hidden;
}

.gualty-row .dq-col .qulty-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    background: url(./assets/images/black-check.svg) no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
    z-index: 0;
}

.gualty-row .q-rightcol .qulty-list li::before {
    background: url(./assets/images/yellow-check.svg) no-repeat;
    background-position: left center;
    background-size: 20px 20px;
}

.gualty-row .dq-col .qulty-list li:last-child{
	border-bottom: 0;
}

.gualty-row .q-rightcol .qulty-list{
	background: #FFFEFC !important;
}

.subtitle {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
}


.about-section .subtitle {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.about-section .subtitle strong {
    color: #2A9578;
}


.about-section {
    background-image: linear-gradient(90deg, #c8ebf0 0%, #e9f3e6 90%);
    padding: 50px 0 80px;
    border-radius: 0;
}

.about-section::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: url(./assets/images/sun-left.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 120px auto;
    z-index: 0;
    bottom: 0;
    background-position: left center;
}

.about-section .subtitle::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #2A9578;
}

.about-section .read-btn {
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 8px 25px;
    text-decoration: none;
}

.btns-inline .d-btn {
    border: 1px solid #333333;
    border-radius: 30px;
    padding: 10px 35px 10px 50px;
    margin-right: 15px;
    color: #333333;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.btns-inline .d-btn:hover {
    text-decoration: none;
}

.btns-inline .request-btn {
    border: 1px solid #63DE45;
    background-image: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
    padding: 10px 35px;
    color: #fff !important;
}

.btns-inline .request-btn:hover{
	background-image: linear-gradient(90deg, #7AD759 0%, #0599AE 100%);
}

.btns-inline .request-btn::before {
    display: none !important;
}

.btns-inline .d-btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./assets/images/phone-black.svg) no-repeat;
    background-position: 12% center;
    width: 100%;
    height: 100%;
    background-size: 18px 18px;
    z-index: 0;
}

.CTA-section {
   background-image: linear-gradient(90deg, #067787 0%, #0F7F84 60%, #6CA956 80%);
   padding: 30px 0;
}

.CTA-section .CTA-main-cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.CTA-section .CTA-main-cnt p {
    flex-basis: 50%;
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.CTA-section .CTA-main-cnt p strong {
    font-weight: bold;
}


.CTA-section .btns-inline .d-btn {
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    padding: 10px 40px 10px 55px;
}

.CTA-section .btns-inline .request-btn {
    padding: 10px 40px
}

.CTA-section .btns-inline .d-btn::before {
    background: url(./assets/images/phone-white.svg) no-repeat;
    background-position: 14% center;
		padding: 10px 30px 10px 50px;
		background-size: 18px 18px;
	}


.faq-leftCol {
    width: 60%;
}

.faq-rightCol {
    width: 35%;
    position: relative;
}

.faq-rightCol img {
    position: absolute;
    left: -20px;
    top: 12px;
    max-width: 100px;
}

.faq-rightCol img.solar-man {
	position: relative;
	left: 0;
	top: 0;
    border-radius: 140px 0 140px 0;
    max-width: 100%;
}


.ser_top-sec {
    max-width: 1000px;
    margin: 0 auto;
}

.service-ItemBox {
    background: transparent;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 5px 20px 15px;
    border: #ccc solid 1px;
    height: 100%;
}

.service-ItemBox .serv-icon {
    display: table;
    margin: 0 0 16px;
    width: 100px;
}
.service-ItemBox .serv-content strong {
    display: block;
    color: #F8B200;
    font-size: 17px;
    margin-bottom: 10px;
}
.service-ItemBox .serv-content p {
    font-size: 16px;
}

.service-ItemBox .serv-content article {
    height: 150px;
    overflow: auto;
    padding-right: 15px;
    margin: 8px 0 0;
}

.inner-subtitle {
    color: #5f5151;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 18px;
}

.inner-subtitle::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    z-index: 0;
    background: #2A9578;
    transform: translatex(-50%);
    border-radius: 4px;
}

.cmn-price-tble {
    background-image: linear-gradient(90deg, #067787 0%, #7EE759 80%, #7EE759 100%);
    padding: 70px 30px 80px 30px;
    margin: 50px auto;
    max-width: 90%;
    border-radius: 10px;
}

.cmn-price-tble h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

.cmn-price-tble h2 span {
    color: #fff978;
}

h2{
	margin-bottom: 1rem;
}

h2 span{
	color: #F8B200;
}

.cmn-price-tble .tbl-col-bg {
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px 25px 25px;
    margin: 30px 0 0;
    background: #FFF;
    border: 1px solid #D9CEC4;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    border: 2px solid #fff;
}


.cmn-price-tble .kw_blk {
    padding: 25px 0 10px;
    margin: -30px -25px 0;
    border-radius: 10px 10px 0 0;
    background: #ebffe3;
    color: #7EE759;
}

.cmn-price-tble .kw_blk span {
    font-size: 34px;
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: #35a375;
}

.cmn-price-tble .kw_blk strong {
    display: block;
    text-align: center;
    padding-top: 6px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}


.cmn-price-tble .kw_price {
    padding: 22px 0 10px !important;
    text-align: center;
}
.cmn-price-tble .kw_price span {
    font-size: 38px;
    display: block;
    color: #000;
    text-align: center;
    line-height: 1;
    font-weight: 700;
}

.cmn-price-tble .kw_price strong {
    display: block;
    text-align: center;
    padding-top: 8px;
    font-weight: 500;
    font-size: 15px;
}


.cmn-price-tble .content_kw {
    padding-bottom: 15px;
    margin-top: 20px;
}

.cmn-price-tble .content_kw ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.cmn-price-tble .content_kw ul li {
    list-style: none;
    font-size: 15px;
    text-align: left;
    padding: 5px 0 5px 22px;
    font-weight: 500;
    color: #333;
    position: relative;
}

.cmn-price-tble .content_kw ul li::before {
    content: '\f058 ';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    color: #F8B200;
}

.cmn-price-tble .link_more {
    display: table;
    margin: 0 auto;
    color: #35a375;
    font-size: 14px;
    text-decoration: underline !important;
}

.cmn-price-tble .rq_btn {
    background: #fff;
    box-shadow: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #F8B200;
    height: auto;
    text-align: center;
    padding: 10px 40px 10px;
    text-decoration: none;
    border: 1px solid #F8B200;
    display: flex;
    margin: 0 auto 20px;
    justify-content: center;
}

.cmn-price-tble .rq_btn:hover {
    background: #F8B200;
    color: #fff;
}

.cmn-price-tble .container {
    max-width: 1100px;
}
.inner-CTA-sec{
  max-width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.inner-CTA-sec .CTA-main-cnt p {
    flex-basis: 48%;
}


/*.inner-CTA-sec .CTA-main-cnt {
   display: block;
    max-width: 831px;
    margin: 0 auto;
    text-align: center;
}


.inner-CTA-sec .btns-inline {
    margin: 40px 0 20px;
}

.inner-CTA-sec .btns-inline .d-btn {
    padding: 15px 40px 15px 55px;
}

.inner-CTA-sec .btns-inline .request-btn {
    padding: 15px 40px;
}*/

.inner-CTA-sec .btns-inline .d-btn {
    padding: 12px 40px 12px 55px;
}

.inner-CTA-sec .btns-inline .request-btn {
    padding: 12px 40px;
}

.contact-from-sec {
/*    background: #f1f1f1;*/
    padding: 70px 0;
    clear: both;
}

.our-address {
    background: #f9f9f9;
    padding: 30px 25px;
    border-radius: 5px;
/*    border: 1px solid #eee;*/
    box-shadow: 0px 1px 5px 1px #E1E1E1; 
}

.contact-form input[type="submit"].submit-btn
.contact-form label { color: #000; font-size: 15px;}
.contact-form input, .contact-form select { width: 100%; border: 1px solid #CACACA; margin: 0; background-color: #fff; font-size: 16px; font-weight: 400; padding: 12px 15px; color: #07293D;}
.contact-form textarea { height: 170px; border: 1px solid #CACACA; border-radius: 5px; background-color: #fff; font-size: 16px; font-weight: 400; padding: 12px 20px; color: #07293D;}
.contact-form input[type="submit"].submit-btn {
    width: 100%;
    height: 52px;
    background: #1E1E1E;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid #63DE45;
    background-image: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
}

.contact-form input:hover, 
.contact-form input:focus, 
.contact-form select:hover, 
.contact-form select:focus, 
.contact-form textarea:hover, 
.contact-form textarea:focus {
    border: #FF5500 solid 1px;
    box-shadow: 0px 0px 15px rgba(40, 79, 219, 0.35);
}


.our-address p {
    display: flex;
    align-items: start;
    line-height: normal;
    border-bottom: 1px solid rgba(170, 188, 203, .25);
    padding-bottom: 10px;
}

.our-address p i {
    color: #F8B200;
    font-size: 21px;
    margin: 5px 10px 0 0;
}

.our-address p small {
    display: block;
    font-size: 18px;
}

.our-address p a {
	color: #F8B200;
    font-weight: 600;
}

.ftr-social-icons {
    display: flex;
}

.ftr-social-icons a {
    background-image: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

.about-top-sec{
	margin: 50px 0;
}

.abt-top-cnt{
	max-width: 1200px;
	margin: 0 auto;
}

.about-zigzag-sec img {
    border-radius: 10px;
    margin: 0 auto;
}


.call2Aaction {
    background: #fff;
    padding: 100px 40px;
    margin-bottom: 80px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #c8ebf0 0%, #e9f3e6 90%);
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.call2Aaction::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(assets/images/PM-modi-pic.png) no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    background-size: 300px auto;
    z-index: 0;
}

.call2Aaction h5 {
    line-height: 30px;
    text-align: left !important;
}

.about-top-sec .img_blk {
    margin: 7px 0 0 14px;
/*    box-shadow: 1px 1px 58px rgba(0,0,0,0.2);*/
    border-radius: 10px;
    display: block;
    position: relative;
}

.about-top-sec .img_blk img{
	border-radius: 140px 0 140px 0;
	margin: 0 auto;
}

.about-top-sec .img_blk .sunImg {
    position: absolute;
    left: -40px;
    top: 12px;
    max-width: 120px;
    border-radius: 0;
}

.about-top-sec .padd_blk {    padding-right: 54px;}
.about-top-sec h2 strong {    font-weight: 600;}
.about-top-sec h2 {    line-height: 52px;    font-size: 35px;}

.abt-Cnt p {    font-size: 15px;    line-height: 26px;    color: #333;}

.about-zigzag-sec {
    background: #f3ffef;
    padding: 50px 0;
}

.about-zigzag-sec  .padd_blk {    padding: 40px;}
.about-zigzag-sec p{
	font-size: 15px;
    line-height: 26px;
    color: #555;
}

.payment-opt-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.payment-opt-box{
	position: relative;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 0 64px 0 rgba(0,0,0,.1);
  padding: 45px 25px;
  margin-top: 30px;
  z-index: 1;
  text-align: center;
  width: 32.33%;
}

.payment-opt-box h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.payNow-btn{
	position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  border-radius: 8px;
/*  background-color: #fede41;*/
  color: #fff;
  padding: 10px 45px;
  text-decoration: none;
  transition: all .3s;
  background-image: linear-gradient(90deg, #7AD759 0%, #0599AE 100%);
}

.payNow-btn:hover {
	background-image: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
	color: #fff;
	transition: all .3s;
	text-decoration: none;
}


.payment-CTA-Sec .CTA-main-cnt {
    background-image: linear-gradient(90deg, #067787 0%, #0F7F84 60%, #6CA956 80%);
    padding: 30px 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.payment-CTA-Sec .CTA-main-cnt .financeCnt {
    width: 55%;
    color: #fff;
}
.payment-CTA-Sec .CTA-main-cnt .financeCnt h3 {
    font-weight: 600;
    color: #F8B200;
}
.payment-CTA-Sec .CTA-main-cnt .financeCnt h3 a {
    color: #F8B200;
    text-decoration: none;
}
.high-textcolr{
	color: #fff;
}
.payment-CTA-Sec .CTA-main-cnt .btns-inline .d-btn {
    padding: 10px 30px 10px;
    font-weight: 500;
}
.payment-CTA-Sec .CTA-main-cnt .btns-inline .d-btn.email-btn {
    border: 1px solid #fff;
    color: #fff;
}

.payment-CTA-Sec .CTA-main-cnt .btns-inline .d-btn.email-btn::before{
	display: none;
}

.refer-reward-top-sec h2 {
    line-height: 52px;
    font-size: 35px;
     font-weight: 600;
 }

.refer-reward-top-sec .padd_blk {
    padding-right: 54px;
}
.refer-reward-top-sec p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
}


.refouter_box {
    padding: 20px 0;
    background: #f3ffef;
    margin-top: 40px;
}

.referAndReward_inner-box {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	padding: 20px 15px;
	margin: 15px 0;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.awrd-why-right {
    margin-left: 30px;
}
.awrd-why-right ul li {
    list-style: none;
    position: relative;
    font-size: 17px;
    padding: 0 0 10px 30px;
    font-weight: 500;
}

.awrd-why-right ul li::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("./assets/images/list-check.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}


.eligible-sec {
    padding: 40px 0 50px;
    background: #f3ffef;
    margin-top: 40px;
}

.refer-CTA {
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.refer-CTA .CTA-leftCnt {
    flex: 1;
    margin-right: 200px;
}

.refer-CTA .CTA-leftCnt h5 {
    line-height: normal;
    margin: 0;
}

.cmn-refer-grayBg {
    background: #f9f9f9;
    padding: 70px 0;
    margin: 50px 0;
}
.get-referral-sec {
    background: #f9f9f9;
}

.get-referral-sec img, .why_choose_Solr-prem img{
	border-radius: 10px;
}

.get-referral-sec h5{ margin-bottom: 25px; color: #000;}

.refer-a-friend-btn{
	background-image: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
	padding: 12px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}

.refer-a-friend-btn:hover{
	color: #fff;
	text-decoration: none;
}


.get-referral-sec .padd_blk ul, 
.why_choose_Solr-prem .padd_blk ul {
    padding-top: 15px;
}

.get-referral-sec .padd_blk ul li, .why_choose_Solr-prem .padd_blk ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.get-referral-sec .padd_blk ul li::before, 
.why_choose_Solr-prem .padd_blk ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("./assets/images/list-check.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.why_choose_Solr-prem {
    margin-top: 70px;
    border-top: 1px solid #eee;
    padding-top: 70px;
}

.why_choose_Solr-prem .padd_blk{
	margin-left: 50px;
}

.get-referral-sec .padd_blk{
	margin-right: 50px;
}


.Referral-sec p, 
.how-does_work-sec p {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.referAndReward_inner-box .refAwrdImg {
    width: 100px;
    margin-right: 20px;
}

.referAndReward_inner-box .awrd-title {
    font-size: 18px;
}


.referral-forms .Referral-formBg {
    background-image: linear-gradient(90deg, #c8ebf0 0%, #e9f3e6 90%);
    padding: 25px;
    border-radius: 4px;
    margin: 15px 0;
}


.referral-forms .Referral-formBg input {
    width: 100%;
    border: 1px solid #CACACA;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: #07293D;
    border-radius: 5px;
    margin: 10px 0;
}

.referral-forms input[type="submit"] {
    width: auto;
    height: 52px;
    background: #1E1E1E;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid #63DE45;
    background-image: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto 0 auto;
    display: table;
    padding: 0 40px;
}

.referral-forms p{
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
}

.referral-forms h4 {
    font-weight: 600;
}

.referral-coupon-row {
    display: flex;
    justify-content: space-between;
}


.referral-coupon-row li {
    width: 33.33%;
    margin-top: 20px;
}

.service-ItemBox .serv-content strong {
    display: block;
    color: #333;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-ItemBox .serv-content article {
    height: 170px;
    overflow: auto;
    padding-right: 0;
    margin: 8px 0 0;
    text-align: left;
}

.service-ItemBox .serv-content p {
    font-size: 14px;
    margin: 0;
}



/****************************************************/
/*****Process*****/
/****************************/


.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline > ul{  padding:0;  margin:0;}
.timeline > ul > li{  list-style:none;  position:relative;  width:50%;  padding:20px 40px;  box-sizing:border-box;}
.timeline > ul > li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline > ul > li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{  padding-bottom:20px;}
.timeline > ul > li:nth-child(odd):before{
  content:'';  position:absolute;  width:10px;  height:10px;  top:24px;  right:-6px;
  background:rgba(233,33,99,1);  border-radius:50%;  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
    background: rgb(76 147 122);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(189 237 220);

}
.timeline > ul > li:nth-child(even):before{  content:'';  position:absolute;  width:10px;  height:10px;  top:24px;  left:-4px;
  background:rgba(233,33,99,1);  border-radius:50%;  box-shadow:0 0 0 3px rgba(233,33,99,0.2);

    background: rgb(76 147 122);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(189 237 220);
}
.timeline > ul > li h3{  padding:0;  margin:0;  color:rgba(233,33,99,1);  font-weight:600;}
.timeline > ul > li p{  margin:10px 0 0;  padding:0;}
.timeline > ul > li .time h4{  margin:0;  padding:0;  font-size:14px;}
.timeline > ul > li:nth-child(odd) .time{  position:absolute;  top:12px;  right:-165px;  margin:0;  padding:8px 16px;
  background:rgba(233,33,99,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
.timeline > ul > li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  background:rgba(233,33,99,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  .timeline  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline > ul > li:nth-child(odd),
  .timeline > ul > li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:30px;
  }
  .timeline > ul > li:nth-child(odd):before,
  .timeline > ul > li:nth-child(even):before
  {
    top:28px;
    left:16px;
  }
  .timeline > ul > li:nth-child(odd) .time,
  .timeline > ul > li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}


section.services-row.process_sec {    padding: 50px 0;}
section.services-row.process_sec center {    max-width: 750px;    margin: auto;}
section.services-row.process_sec h2 {    font-size: 35px;    font-weight: 700;}
sction.services-row.process_sec center h3 {    font-size: 18px;    font-weight: 700;    text-transform: uppercase;    color: #333;    padding: 10px 0 0;}



.timeline > ul > li h3 {    padding: 0;    margin: 0 0 17px;    color: #2A9578;    font-weight: 600;    font-size: 26px;}

.timeline a.in-btn {
    background: linear-gradient(90deg, #0599AE 0%, #7AD759 100%);
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 5px;
    text-decoration: none !important;
}


.process_sec .timeline {
    margin-bottom: 40px;
    padding-bottom: 0;
}

section.services-row.process_sec center h3 {
    font-size: 20px;
}

.timeline {
    position: relative;
    margin: 27px auto 50px;
    padding: 40px 0;
    width: 1000px;
    box-sizing: border-box;
}
.timeline .content ul {    position: relative;}
.timeline .content ul li {    padding-left: 26px;}
.timeline .content ul li:before {    content: '\f058 ';    font-family: 'FontAwesome';    position: absolute;    left: 0px;    color: #5e917b;}


section.services-row.process_sec {
    background: #effde7;
}
section.table_price {    padding: 40px 0 0;}
section.table_price .container {    background: #000;    padding: 25px;    border-radius: 9px;    color: #ffff;}
.responsive_table tr:first-child {    background: #5e917b;}
.responsive_table tr:first-child th {    padding: 10px 20px;}
.responsive_table td {
    padding: 15px 19px;
    border-bottom: #69907c solid 1px;
}
section.table_price  h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
}

.responsive_table {
    border: #69907c solid 1px;
    border-radius: 8px;     text-align: center;
    overflow: hidden;
}
.responsive_table {
    border: #69907c solid 1px;
}

.responsive_table  table {    margin: 0;    width: 100%;}

.timeline {
    max-width: 1000px;
    width: 100%;
}

section.warranty_sec img {
    max-width: 750px;
	width:94%;
}
section.warranty_sec {
    width: 100%;
    text-align: center;
    padding: 9px 0 8px;
    background: #ecf3eb;
}

.review-ItemBox { height:140px;}


section.warranty_sec h3 {    font-size: 22px;    max-width: 470px;    font-weight: 600;    margin: 20px auto 20px;    display: table;}
section.warranty_sec ul {    display: flex;    justify-content: center;}
section.warranty_sec ul li {    background: #fff;    padding: 10px;    margin: 0 10px;    border-radius: 8px;    box-shadow: 1px 1px 51px rgba(0,0,0,0.1);}
section.warranty_sec img {    max-width: 750px;    width: 94%;}