@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*!
Theme Name: ramah-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: ramah-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.

ramah-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;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/**
 * 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: 2em;
	margin: 0.67em 0;
}

/* 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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;
	margin: 0 !important;
}

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: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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

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

.countdown-sec::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: url('./assets/images/curve-bg.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 100% auto;
    top: -55px;
     min-height: 825px;
}

.countdown-sec .container {
    position: relative;
}
.countdown-sec {
    position: relative;
}

.countdown-sec .cd_colsRow {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 4px #eee;
    display: flex;
    position: relative;
    top: -100px;
}

.countdown-sec .cd-colm {
    border-right: 1px solid #dddddd;
    text-align: center;
    flex: 1;
    text-align: center;
    padding: 25px 0 30px;
}

.countdown-sec .cd-colm:last-child{
	border-right: 0;
}

.countdown-sec .cd-colm img {
    margin: 0 auto 15px;
    height: 80px;
}

.countdown-sec .cd-colm .num-text {
    color: #4058DE;
    font-size: 34px;
    font-weight: 700;
}

.countdown-sec .cd-colm .nrml-txt {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.about-section .sm-text {
    font-size: 18px;
    position: relative;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.about-section .sm-text::before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: #000;
    position: absolute;
    left: auto;
    top: 13px;
    z-index: -1;
}

.about-section p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.about-section .read-btn {
    display: inline-block;
    padding: 15px 45px 15px 45px;
    background-image: linear-gradient(to right, #172FB4 0%, #FF5C00 100%);
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0 0 0;
}

.about-section .read-btn:hover {
    background-image: linear-gradient(to right, #FF5C00 0%,  #172FB4 100%);
}

.common-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.about-section h1 {
    font-size: 48px;
    margin-top: 0;
    color: #4058DE;
    font-weight: 700;
    line-height: 44px;
}

.about-section h1 strong{
	font-weight: 700;
	color: #EB5B2D;
}

.CTA-bg {
    background-image: linear-gradient(to right, #172FB4 0%, #FF5C00 100%);
    border-radius: 15px;
    display: flex;
    padding: 40px 50px 0 70px;
    color: #fff;
}

.cta-Img {
    flex-basis: 730px;
    margin-top: auto;
}

.CTA-bg .cta-cnt {
    flex-basis: 65%;
    margin-right: 70px;
    margin-bottom: 30px;
}

.CTA-bg .cta-cnt h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
}

.CTA-bg .cta-cnt .req-btn {
    background: #F17924;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px 0;
    display: inline-block;
    text-decoration: none;
}

.CTA-bg .cta-cnt .d-btn span {
    color: #fff;
    font-weight: 600;
}

.CTA-bg .cta-cnt .d-btn {
    color: #fff;
    font-weight: 600;
    padding-left: 15px;
}

.CTA-bg .cta-cnt .d-btn i {
    color: #F17924;
}

.common-title p {
    max-width: 600px;
    margin: 0 auto;
    font-weight: 600;
}

.review-section .common-title p {
    font-weight: 600;
}

.brand-sec {
    padding: 80px 0 80px;
}


.compare-sec .left-content {
    position: relative;
}

.compare-sec .left-content img {
    position: absolute;
    top: -76px;
    right: 0;
    max-width: 248px;
}

.compare-sec .comp_Cnt-box {
    margin-top: 70px;
    padding-right: 50px;
    border-right: 1px solid #ddd;
}

.compare-sec{
/*	background: url(assets/images/grad-bg.svg) no-repeat;
    background-size: 100%;
    background-position: 0 0;
    height: 100%;
    width: 100%;*/
    padding: 100px 0 10px;
}

.compare-sec .comp_Cnt-box h1 {
    font-size: 75px;
    color: #4058DE;
    font-weight: 800;
    font-style: italic;
    line-height: 76px;
    margin: 0;
    text-align: right;
}

.compare-sec .comp_Cnt-box h1 span {
    font-size: 90px;
    color: #EB5B2D;
    font-style: italic;
    display: block;
}

.compare-sec .comp_Cnt-box h1 small {
    font-size: 58px;
    color: #737373;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 66px;
    display: block;
}


.monthly-form_block {
    max-width: 90%;
    margin: 0 auto;
}

.monthly-form_block h6{
	font-size: 18px;
	font-weight: 500;
}


.monthly-form_block input, .monthly-form_block select, .monthly-form_block textarea {
    width: 100%;
    border: 1px solid #D6D6D6;
    margin: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: #07293D;
    border-radius: 8px;
}

.monthly-form_block textarea {
    height: 170px;
    border: 1px solid #CACACA;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    color: #07293D;
}

.monthly-form_block input[type="submit"] {
    display: inline-block;
    padding: 15px 45px 15px 45px;
    background-image: linear-gradient(to right, #172FB4 0%, #FF5C00 100%);
    border-radius: 130px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #ffffff;
    margin-top: 20px;
    cursor: pointer;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
}


.monthly-form_block input[type="submit"]:hover {
    background-image: linear-gradient(to right, #FF5C00 0%,  #172FB4 100%);
}

.brands-slider-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.brand-slidrCnt {
    margin-top: 30px;
}

.brand-slidrCnt .b-logoImg {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px #eee;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 20px;
}

.brand-slidrCnt .b-logoImg img {
    max-width: 140px;
    filter: grayscale(1);
}

.brand-slidrCnt .b-logoImg:hover img{
	filter: none;
}


.our-services{
	margin-bottom: 80px;
}
.ser-ItemBox {
    background: url(assets/images/serv-bgImg.jpg) no-repeat;
    background-size: 100%;
    background-position: 0 0;
    color: #fff;
    padding: 40px 30px 30px;
    border-radius: 5px;
    margin-top: 40px;
}

.ser-ItemBox .serCnt{
	margin-top: 80px;
}

.ser-ItemBox .serCnt a{
	color: #fff;
	text-decoration: none;
}
.ser-ItemBox img{
	max-width: 100px;
}

.ser-ItemBox strong {
    font-size: 22px;
    font-weight: 500;
}

.ser-ItemBox p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}

.RewBrand_Cmn-wrap{
	position: relative;
}

.RewBrand_Cmn-wrap{
	background: url(assets/images/grad-bg.svg) no-repeat;
    background-size: 100%;
    background-position: 0 0;
    height: 100%;
    width: 100%;
}

.abt-padd-blk {
    padding-left: 40px;
}

.about-section p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.about-section .sm-text {
    background: no-repeat !important;
    font-weight: 700;
}

.about-section .sm-text {
    background: no-repeat !important;
    font-weight: 700;
    padding-right: 70px;
}
.about-section .sm-text::before {
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: 1px;
    background: #000;
    position: absolute;
    right: -5px;
    top: 18px;
    z-index: 1;
}

.Bill {
    margin: 0 0 23px;
}

.monthly-form_block .row {    row-gap: 15px;}


/***************About page************************/

.breadCrumb_breadCrums_section__CHLzW {    position: relative;    background:#999;    background-repeat: no-repeat;    background-size: cover;
    background-position: 50%;    padding: 70px 0;        z-index: 0;}
.breadCrumb_upper_layer__ynzaD {    display: flex;    align-items: center;    justify-content: center;
    padding: 20px 0;    text-align: center;    z-index: 7;    position: relative;}

.breadCrumb_lower_layer__h7zHX {    position: absolute;    z-index: -1;}

.breadCrumb_lower_layer__h7zHX span {    font-size: 110px;    color: #fff;    -webkit-text-fill-color: #8d8a8a00;
    -webkit-text-stroke-width: 1px;    -webkit-text-stroke-color: hsla(0,0%,74%,.64);    font-weight: 700;
    font-family: var(--font-exo);    position: absolute;    left: 50%;    top: 50%;
    transform: translate(-50%,-50%);    min-width: max-content;}
.breadCrumb_upper_layer__ynzaD {    display: flex;    align-items: center;    justify-content: center;    padding: 50px 0;    text-align: center;
    z-index: 7;    position: relative;}

.section-h1-title {    font-weight: 700;    font-size: 60px;    line-height: 70px;    color: #fff;    margin-top: 25px;}
.breadCrumb_layer_content__3_OpA .breadCrumb_upperLayer_p__CIlTE {    color: var(--color-white);    display: inline-block;    margin: 30px 0 0;
}

.homeAboutUs_main_home_aboutUs__AV3KD {
    position: relative;
    padding: 60px 0;
}

.flex-d-row {
    flex-direction: row-reverse!important;
}
.section-h2-title, .section-h2-title-center {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1f1f25;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

/********/
.bg-gray {
    background-color: #f6f6f6;
}
.aboutUs_ourExpertise_section__WzwAm {
    position: relative;
    padding: 50px 0;
}

.aboutUs_ourExpertise_section__WzwAm .read-btn {
    display: inline-block;
    padding: 15px 45px 15px 45px;
    background-image: linear-gradient(to right, #172FB4 0%, #FF5C00 100%);
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0 0 0;
}
.backgroundTitle_about_leftContent__ws6Mi {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
}


.backgroundTitle_bgTitle__B02SW {
    position: absolute;
    z-index: 2;
}

.backgroundTitle_bgTitle__B02SW span {
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-exo);
    margin: auto;
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0,0%,85%,.4);
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
}

.backgroundTitle_about_leftContent__ws6Mi .backgroundTitle_bg_title_p__Jxdad {
    color: var(--color-primary);
    letter-spacing: .04em;
    font-weight: 600;
    font-family: var(--font-exo);
    text-transform: uppercase;
    font-size: 15px;
    display: block!important;
    z-index: 4;
    margin: 0;
    padding: 0;
}

.backgroundTitle_about_leftContent__ws6Mi .backgroundTitle_bg_title_p__Jxdad span {
    padding: 5px 7px;
    background: #000;
    border-radius: 3px;
    color: var(--color-white);
}

.rts-btn-cta.btn-primary {
    color: #fff;
    background: #1f1f25;
}

.yearsExperience_floating_btn_section__t76LZ {
    position: relative;
    z-index: 5;
}

.yearsExperience_floating_btn__P_I2t {
    position: absolute;
    bottom: 80px;
    padding: 35px 50px 35px 40px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    margin-left: -100px;
    border-radius: 100px;
    z-index: 5;
    animation: yearsExperience_jump-1__F_sbm 20s linear infinite;
}
.yearsExperience_floating_btn__P_I2t {
    position: absolute;
    bottom: 80px;
    padding: 35px 50px 35px 40px;
    background: #000;
    display: flex;
    align-items: center;
    margin-left: -100px;
    border-radius: 100px;
    z-index: 5;
    animation: yearsExperience_jump-1__F_sbm 20s linear infinite;
}

.yearsExperience_floating_btn_section__t76LZ .yearsExperience_floating_btn__P_I2t p {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-right: 20px; margin:0px; padding:0px;
}

.yearsExperience_floating_btn_section__t76LZ .yearsExperience_floating_btn__P_I2t span {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: -10px;
    text-align: left;
}

.yearsExperience_ourExperience_content__zXDb4 {
    padding: 0 110px 0 0;
}

.yearsExperience_ourExperience_section__Ir69R {
    position: relative;
    padding: 60px 0;
}

.inner-cmn-CTA-sec { padding-bottom:50px;}

.backgroundTitle_about_leftContent__ws6Mi .backgroundTitle_bg_title_p__Jxdad span {
    padding: 5px 7px;
    background: #eeb53d;
    border-radius: 3px;
    font-weight: 700;
}



/***********/

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

section.contact-box .container {
    max-width: 1200px;
}

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

section.contact-box .container {
    max-width: 1200px;
}

section.contact-box .padd_blk {
    background: #fcfcfc;
    padding: 35px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 21px rgba(0,0,0,0.1);
    border: #d5d5d5 solid 1px;
}

.about_home_sec  .img_blk {
    display: block;
    padding: 0 50px 0 0;
}

.about_home_sec .row:nth-child(2n) .img_blk {
	    padding: 0 0px 0 50px;
	
}
section.contact-box .padd_blk { height:100%}
section.contact-box span.img_block {
    display: table;
    margin: 0 auto 30px;
    width: 80px;
}

section.contact-box .padd_blk {    padding: 20px;    display: flex;    text-align: left;}
section.contact-box .padd_blk span.img_block {    margin: 0;    padding: 0;    width: 80px;}
section.contact-box  article {    width: calc(100% - 85px);    margin-left: 27px;}
section.contact-box .padd_blk span.img_block {    margin: 0;    padding: 0;    width: 40px;}
section.contact-box .padd_blk {    padding: 20px;    display: flex;    text-align: left;    flex-wrap: wrap;    margin: 0 0  25px;}
section.contact-box .padd {    margin-right: 65px;}
section.contact-box {    padding: 70px 0 70px;}
.page-id-18  section.quote-footer.page_sec {    display: none;}
section.contact-box .padd_blk p {    margin: 0;}
section.contact-box h4.et_pb_module_header {    margin: 0;    font-size: 18px;}


section.contact-box input[type="text"], section.contact-box input[type="tel"], section.contact-box input[type="email"] {
    background: #F7F6F6;
    border: #BFBFBF solid 1px;
    border-radius: 6px;
    height: 55px;
    margin-bottom: 10px;
    margin-top: 10px;     outline: none !important;
    padding: 0 22px; 
}

section.contact-box select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 55px;  background: #F7F6F6;
    border: #BFBFBF solid 1px;  border-radius: 6px; padding:0 15px;     margin-top: 10px;     outline: none !important;
}

section.contact-box h2 {    font-size: 45px;    font-weight: 900;    font-style: italic;    margin: 0 0 30px;}
section.contact-box h3 {    font-size: 20px;    font-weight: 700;}
section.contact-box input[type="text"], section.contact-box input[type="tel"], section.contact-box input[type="email"] {     width: 100%;}

section.contact-box section.contact-box textarea {
    margin-top: 10px;
}
section.contact-box textarea {
    background: #F7F6F6;
    border: #BFBFBF solid 1px;
    border-radius: 6px;
    height: 80px;
    margin-bottom: 10px;
}

section.contact-box input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 52px;
    background: #1E1E1E;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #172FB4 0%, #FF5C00 100%);
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
    border: none;
    border-radius: 26px;
}

section.contact-box textarea {
    background: #F7F6F6;
    border: #BFBFBF solid 1px;
    border-radius: 6px;
    height: 80px;
    margin-bottom: 10px;
    margin-top: 14px;
}

/***********************************/



.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: 6px 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: #a04c38;
}

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

.aboutUs_ourExpertise_section__WzwAm  h3 {    font-size: 18px;    font-weight: 800;}
.breadCrumb_breadCrums_section__CHLzW { overflow:hidden; }

/**********/


section.Installation_sec {    padding: 60px 0 0px;}
section.Installation_sec center {   margin: 0 0 50px;}
section.Installation_sec .padd_in {    background: #fff;    padding: 25px;    text-align: center;    box-shadow: 1px 1px 15px rgba(0,0,0,0.03);    height: 100%;}
section.Installation_sec .row {    row-gap: 35px;}
section.Installation_sec .padd_in h3 {    font-size: 18px;    font-weight: 700;    margin: 6px 0 20px;}


.cmn-price-tble {
    background-image: linear-gradient(90deg, #2a32a4 0%, #70467a 80%, #b54625 100%);
    padding: 50px 30px 50px 30px;
    margin: 50px auto;
    max-width: 90%;
    border-radius: 10px;
}

.Installation_sec center {
    max-width: 780px;
    margin: 0 auto 50px !important;
}

.residential-tbl-sec h2 {
    color: #fff;
    font-weight: 800;
    margin: 0 auto 10px;
    display: table;
    max-width: 490px;
    text-align: center;
}

.Installation_sec h2 {
    font-size: 40px;
    font-weight: 800;
}

.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 sup {    font-size: 50%;    position: relative;    top: -20px;}
.cmn-price-tble  .kw_blk {    text-align: center;    font-size: 45px;    font-weight: 800;    color: #2e339d !important;}
.cmn-price-tble .kw_blk {
    background: #f2f2f2;
}

.cmn-price-tble .kw_blk {
    line-height: 1;
    padding: 24px 0 30px;
}

.cmn-price-tble .kw_blk strong {
    font-weight: 700;
}

.cmn-price-tble .rq_btn {
    background: #fff;
    box-shadow: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 10px 40px 10px;
    text-decoration: none;
    border: 1px solid #fff;
    display: flex;
    margin: 0 auto 20px;
    justify-content: center;
    background-image: linear-gradient(to right, #0b1965 0%, #FF5C00 100%);
}

.aboutUs_ourExpertise_section__WzwAm  h2 {
    font-weight: 800;
}

section.Installation_sec .padd_in h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 21px 0 20px;
}

.breadCrumb_breadCrums_section__CHLzW::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadCrumb_layer_content__3_OpA .breadCrumb_upperLayer_p__CIlTE {
    color: #fff;
}

.countdown-sec .cd-colm .num-text {
    line-height: 1;
}

.CTA-bg .cta-cnt a {
    color: #fff;
}

.review-slider .swiper-slide {
    min-height: 250px;
}

.page-id-10 .homeAboutUs_main_home_aboutUs__AV3KD h3 {
    margin: 0 0 20px;
}

.page-id-194 .RewBrand_Cmn-wrap {
    margin-top: 60px;
}



#request-form {
    max-width: 500px;
    width: 94%;
}


.error-tab { overflow:hidden;}
.not-found  .intro.intro-small { display:none;}
.not-found {background: #407754;	padding: 90px 0 110px;	text-align: center;	color: #fff;	width: 100%;	float: left;	margin-bottom: 0px;	font-size: 20px;	text-transform: uppercase;	font-weight: 700;}
.not-found .not-four {	display: block;	font-size: 250px;	line-height: 1.2;	color: #fff;	font-weight: 900;	text-shadow: 1px 19px 46px rgba(0,0,0,0.4);	padding: 0px 0 0;}
.not-found  p, .error-404  a  { color:#fff; font-size:16px; text-transform:uppercase; display:block; padding-top:20px;}
.not-foundh1 { color:#fff;}
.not-found h1 { color:#fff !important;}
@media(max-width:767px) {
.not-found .not-four { font-size:140px;}
.not-found { font-size:16px;}
.not-found  p, .not-found  a  { font-size:14px;}
}

.not-found {
    background: #eb7f4a;
    padding: 90px 0 110px;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}