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

vidhyutam 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

a:visited {
	color: var(--WHITE);
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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: #f9f9f8;
}

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:hover,
a:focus,
a:active {
	color: var(--WHITE);
}

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: normal;
	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%;
}

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

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

.main-navigation ul ul {
	background-color: var(--WHITE);
	padding: 8px 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	display: none;
	min-width: 250px;
}

.main-navigation ul ul li {
	margin: 0;
}

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

.main-navigation ul ul li a {
	width: auto;
	padding: 10px 30px;
	font-size: var(--FONT16);
	color: #212529;
	font-weight: 400;
}

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

.main-navigation li {
	position: relative;
	margin-left: 14px
}

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

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

@media (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;
}

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

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

/* =============== icon moon =========================== */
@font-face {
	font-family: "icomoon";
	src: url("./assets/fonts/icomoon.eot?xia7to");
	src: url("./assets/fonts/icomoon.eot?xia7to#iefix") format("embedded-opentype"),
		url("./assets/fonts/icomoon.ttf?xia7to") format("truetype"),
		url("./assets/fonts/icomoon.woff?xia7to") format("woff"),
		url("./assets/fonts/icomoon.svg?xia7to#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bx-bluetooth-1:before {
	content: "\e900";
}

.icon-bx-plug:before {
	content: "\e901";
}

.icon-Check-double:before {
	content: "\e902";
}

.icon-Close:before {
	content: "\e903";
}

.icon-Delete:before {
	content: "\e904";
}

.icon-Down-arrow:before {
	content: "\e905";
}

.icon-Edit:before {
	content: "\e906";
}

.icon-Error:before {
	content: "\e907";
}

.icon-Filter:before {
	content: "\e908";
}

.icon-Hide-Visible:before {
	content: "\e909";
}

.icon-image-1-2:before {
	content: "\e90a";
}

.icon-image-2-2:before {
	content: "\e90b";
}

.icon-image-3-1:before {
	content: "\e90c";
}

.icon-image-3-2:before {
	content: "\e90d";
}

.icon-image-4-2:before {
	content: "\e90e";
}

.icon-image-5-1:before {
	content: "\e90f";
}

.icon-image-5-2:before {
	content: "\e910";
}

.icon-image-6-1:before {
	content: "\e911";
}

.icon-arrow-right:before {
	content: "\e912";
}

.icon-image-8-1:before {
	content: "\e913";
}

.icon-image-9-1:before {
	content: "\e914";
}

.icon-image-10-1:before {
	content: "\e915";
}

.icon-image-3:before {
	content: "\e916";
}

.icon-Import:before {
	content: "\e917";
}

.icon-minus:before {
	content: "\e918";
}

.icon-Notification:before {
	content: "\e919";
}

.icon-Search:before {
	content: "\e91a";
}

.icon-Show-Visible:before {
	content: "\e91b";
}

.icon-Star_empty:before {
	content: "\e91c";
}

.icon-Star_filled:before {
	content: "\e91d";
}

.icon-Star_half-filled:before {
	content: "\e91e";
}

.icon-check:before {
	content: "\e91f";
}

.icon-starter:before {
	content: "\e920";
}

.icon-growth:before {
	content: "\e921";
}

.icon-hyper:before {
	content: "\e922";
}

.icon-phone:before {
	content: "\e923";
}

.icon-at-sign:before {
	content: "\e924";
}

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: var(--FONT14);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size: var(--FONT16);
	font-weight: 400;
	margin-bottom: 16px;
	color: var(--DARKSECONDERY);
}

:root {
	--PRIMARY: #37d3ee;
	--SECONDARY: #74788d;
	--SUCCESS: #34c38f;
	--INFO: #108eff;
	--WARNING: #f1b44c;
	--DANGER: #ff3838;
	--LIGHT: #eff2f7;
	--DARK: #343a40;
	--DARKSECONDERY: #293b49;
	--GRAY: #dfdfdf;
	--GRAY700: #495057;
	--PUREBLACK: #000;
	--BLACK: #111;
	--WHITE: #fff;
	--BLUE: #13dafb;

	--POPPINS: "Poppins", sans-serif;

	--FONT10: 0.62rem;
	--FONT12: 0.75rem;
	--FONT13: 0.81rem;
	--FONT14: 0.87rem;
	--FONT16: 1.01rem;
	--FONT18: 1.25rem;
	--FONT19: 1.21rem;
	--FONT20: 1.25rem;
	--FONT22: 1.42rem;
	--FONT24: 1.5rem;
	--FONT26: 1.62rem;
	--FONT28: 1.75rem;
	--FONT30: 1.87rem;
	--FONT32: 2.03rem;
	--FONT36: 2.03rem;
	--FONT40: 2.05rem;
	--FONT46: 2.87rem;
	--FONT48: 3rem;
	--FONT60: 3.75rem;
	--FONT72: 4.5rem;
}

/*Temp Hide */
.testimonials,
.awards {
	display: none;
}

.btn:focus {
	box-shadow: none;
	border: none;
}

.btn:hover {
	color: var(--WHITE);
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 1.48em;
	height: 1.48em;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	margin-left: 0;
	width: 100%;
	position: relative;
}

.wpcf7 form.failed .wpcf7-response-output {
	border-radius: 7px;
	padding: 14px 26px 14px 54px;
	border-color: transparent;
	background-color: var(--LIGHT);
	color: #ff3838;
	margin: 0;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
	color: #ff3838;
}

.wpcf7 form.failed .wpcf7-response-output:before {
	content: "";
	background-image: url(./assets/images/exlamation.svg);
	position: absolute;
	color: #ff3838;
	width: 24px;
	height: 24px;
	background-size: contain;
	left: 24px;
	background-repeat: no-repeat;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-radius: 7px;
	padding: 14px 26px 14px 54px;
	border-color: transparent;
	background-color: #80b8431a;
	color: #80b843;
	position: relative;
	margin: 0;
	width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output:before {
	content: "";
	background-image: url(./assets/images/correct.svg);
	position: absolute;
	width: 24px;
	height: 24px;
	background-size: contain;
	left: 24px;
	background-repeat: no-repeat;
}

.btn {
	background: var(--DARKSECONDERY);
	font-size: var(--FONT16);
	font-weight: 600;
	color: var(--WHITE);
	position: relative;
	border: none;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
}

.btn i {
	font-size: 24px;
}

option[value=""] {
	display: none;
}

.section-title p {
	color: var(--PRIMARY);
	font-size: 26px;
	font-weight: 500;
}

.section-heading p {
	color: var(--DARKSECONDERY);
	font-size: var(--FONT36);
	font-weight: 700;
	margin-bottom: 40px !important;
}

.section-discription p {
	color: var(--DARKSECONDERY);
	font-weight: 400;
	margin-bottom: 0 !important;
}

.cards {
	background-color: var(--WHITE);
	border-radius: 8px;
	box-shadow: 0px 1px 4px 0px #00000014;
	padding: 24px;
}

.cards img {
	width: 56px;
	height: 56px;
	margin-bottom: 40px;
}

.cards .title p {
	font-size: var(--FONT24);
	font-weight: 500;
}

.cards .discription p {
	font-size: var(--FONT14);
	font-weight: 400;
	margin-bottom: 0 !important;
}

input.wpcf7-text,
select.wpcf7-select {
	border: 1px solid #ced4da;
	padding: 10px 12px;
	width: 100%;
	border-radius: 4px;
	font-family: "Poppins";
	font-size: var(--FONT14);
	font-weight: 400;
	letter-spacing: 0px;
	color: var(--GRAY700);
}

input:focus-visible {
	outline: none;
}

form .wpcf7-textarea {
	max-height: 96px;
	font-family: "Poppins";
	font-size: var(--FONT13);
}

form .input-column p:first-child {
	margin-bottom: 6px !important;
	font-size: var(--FONT13);
	font-weight: 500;
}

select {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.dropdown::after {
	content: "";
	right: 11px;
	top: 40px;
	padding: 0;
	position: absolute;
	pointer-events: none;
	width: 10px;
	height: 8px;
	background-image: url(./assets/images/Vector.png);
	background-repeat: no-repeat;
}

form label {
	color: var(--GRAY700);
	font-size: var(--FONT13);
	font-weight: 500;
	letter-spacing: 0px;
	width: 100%;
}

form .wpcf7-submit {
	background-color: var(--BLACK) !important;
	padding: 8px 40px 8px 16px !important;
	font-size: var(--FONT14) !important;
	font-weight: 600 !important;
	letter-spacing: 0px !important;
	color: var(--WHITE) !important;
	position: relative !important;
	border: none;
}

.submit-button {
	position: relative;
}

.submit-button::after {
	content: "\e912" !important;
	font-family: "icomoon";
	font-size: 24px;
	color: #fff;
	position: absolute !important;
	top: 2px !important;
	left: 70px !important;
	pointer-events: none;
}

.wpcf7-spinner {
	top: 8px;
}

a:focus {
	outline: none;
}

/* ============ header css start=============== */

header {
	padding: 14px;
	background-color: var(--WHITE);
	position: relative;
	z-index: 99;
}

header .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

#wpfront-scroll-top-container {
	box-shadow: 0px 24px 48px 0px #00000040;
	border-radius: 50px 50px;
	right: 50px !important;
}

header .row .site-branding {
	width: 20%;
}

header .row .main-navigation {
	width: 80%;
	display: flex;
	justify-content: flex-end;
}

header .row .main-navigation .nav-menu li.current-menu-item a {
	background-color: var(--PRIMARY);
	border-radius: 4px;
}

header .row .main-navigation .nav-menu li:hover a {
	border-radius: 4px;
	background-color: var(--PRIMARY);
}

header .row .main-navigation .nav-menu li.current-menu-item a {
	color: var(--WHITE);
}

header .row .main-navigation .nav-menu li:hover a {
	color: var(--WHITE);
}

.main-navigation li a {
	color: var(--DARK);
	font-size: var(--FONT18);
	font-weight: 500;
	padding: 8px 16px;
}

/* ================= footer css start ================== */
.site-footer {
	width: 100%;
	float: left;
	padding: 110px 0;
	background-color: #f2f2f2;
}

.site-footer form {
	position: relative;
}

.site-footer form.invalid::after {
	display: none;
}

.site-footer form::after {
	content: "\e912" !important;
	font-family: "icomoon";
	font-size: 24px;
	top: 56px !important;
	left: 90px !important;
	position: absolute;
	color: var(--WHITE);
	pointer-events: none;
}

.site-footer .wp-container-1 {
	grid-gap: 26px;
}

.site-footer .wp-social-link svg {
	fill: var(--DARK) !important;
}

.site-footer ::placeholder {
	color: #adb5bd;
}

.site-footer .row {
	flex-direction: row;
}

.site-footer .row .footer_content {
	width: 40%;
}

.site-footer .row .footer_content .footer-area:nth-child(2) {
	max-width: 361px;
	width: 100%;
}

.site-footer .row .footer_content .footer-area:nth-child(2) p {
	font-size: var(--FONT14);
	font-weight: 400;
	margin-bottom: 26px !important;
}

.site-footer .row .footer_content_menu h4,
.site-footer .row .footer_content_menu h2 {
	font-size: var(--FONT18) !important;
	font-weight: 500 !important;
	margin-bottom: 24px;
}

.site-footer .row .footer_content_menu {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr;
	grid-gap: 20px;
}

.site-footer .row .footer_content_menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: grid;
	grid-gap: 16px;
}

.site-footer .row .footer_content_menu ul li a {
	text-decoration: none;
	color: var(--DARK);
	font-size: var(--FONT14);
	font-weight: 400;
}

.footer_content .wp-block-image {
	margin-bottom: 24px;
}

.homeBanner .btn:focus {
	color: #fff;
}

.homeBanner {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 125px;
	padding-bottom: 165px;
}

.banner-container .right-content img {
	right: 0;
	width: 47%;
	position: absolute;
}

.homeBanner:before {
	content: "";
	background-image: url(./assets/images/bannerbg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
}

.banner-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-left: auto;
	margin-right: auto;
}

.banner-container .left-content .title p {
	font-size: var(--FONT26);
	font-weight: 500;
	letter-spacing: 0px;
	color: var(--DARKSECONDERY);
}

.banner-container .left-content .heading h1 {
	font-size: var(--FONT48) !important;
	font-weight: 700 !important;
	letter-spacing: 0px;
	color: var(--WHITE);
	margin: 16px 0 !important;
}

.banner-container .left-content .heading h2 {
	margin: 30px 0 !important;
	color: var(--WHITE);
	font-size: var(--FONT24);
}

.vidhyutam-approch .approch-top {
	max-width: 771px;
	width: 100%;
}

.vidhyutam-approch .section-heading {
	/*   max-width: 483px; */
	width: 100%;
}

.vidhyutam-approch {
	width: 100%;
	float: left;
	padding: 80px 0;
}

.vidhyutam-approch .row {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}

.vidhyutam-approch .approch-bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.vidhyutam-approch .approch-bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.get-started {
	width: 100%;
	float: left;
	background-color: var(--PRIMARY);
	padding: 80px 0;
}

.get-started p {
	color: var(--DARKSECONDERY);
	margin-bottom: 16px !important;
}

.get-started .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.get-started .left-content .btn {
	padding: 10px 16px;
	font-size: var(--FONT16);
	font-weight: 500;
	border-radius: 8px;
	color: var(--WHITE);
}

.get-started .left-content .btn:visited {
	color: var(--WHITE) !important;
}

.banner-container .btn:visited {
	color: var(--WHITE) !important;
}

.get-started .left-content .btn::after {
	display: none;
}

.why-vidhyutam {
	width: 100%;
	float: left;
	padding: 80px 0 0 0;
	background-color: var(--LIGHT);
}

.why-vidhyutam .why-vidhyutam-top {
	text-align: center;
	max-width: 771px;
	width: 100%;
	margin: 0 auto 60px;
}

.why-vidhyutam-top .section-title h2 {
	color: var(--DARKSECONDERY);
	font-size: var(--FONT36);
	font-weight: 700;
	margin-bottom: 30px;
}

.why-vidhyutam .section-discription p {
	color: #6d7080;
}

.contact-us {
	width: 100%;
	float: left;
	padding: 80px 0;
	background-color: var(--LIGHT);
}

.contactus-price {
	background-color: #f9f9f9 !important;
}

.contactus-price h3 {
	text-align: center;
	font-size: var(--FONT36);
	font-weight: 700;
	margin: 0 0 36px 0;
}

.contact-us .row .form-wrap {
	display: grid;
	grid-template-columns: 402px 1fr;
	padding: 0;
}

.contact-us .section-title p {
	color: var(--BLACK);
}

.contact-us .row {
	grid-template-columns: 402px 1fr;
	display: grid;
	margin: 0 auto;
	width: 100%;
	background-color: var(--WHITE);
	box-shadow: 0 0px 5px 1px #00000005;
}

.contact-us .row .content-left {
	padding: 118px 40px;
}

.contact-us .row .content-right {
	background-color: var(--PRIMARY);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 123px;
}

.apps-sections {
	width: 100%;
	float: left;
	background-color: var(--DARK);
}

.apps-sections .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.apps-sections .row .left-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.apps-sections .content-wrapper {
	max-width: 390px;
	width: 100%;
}

.apps-sections .content-wrapper .bottom-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.apps-sections .content-wrapper .top-section .apps {
	font-size: var(--FONT26);
	font-weight: 500;
	letter-spacing: 0px;
	color: var(--PRIMARY);
	margin-bottom: 8px !important;
}

.apps-sections .content-wrapper .top-section .download {
	font-size: var(--FONT32);
	font-weight: 500;
	color: var(--WHITE);
	margin-bottom: 32px !important;
}

.apps-sections .right-content {
	padding-top: 48px;
	text-align: right;
}

/* ========== About us page css start =========== */
.banner-setion {
	position: relative;
	width: 100%;
	float: left;
	padding: 150px 0;
	background-color: var(--LIGHT);
}

.page-template-white-label-page-php .banner-setion {
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
	background-color: var(--LIGHT);
}

.whiteLabel .bannerCloud {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.whiteLabel .bannerTopCloud {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.whiteLabel .row {
	grid-template-columns: 1fr 55% !important;
}

.whiteLabel {
	padding: 90px 0;
}

.whiteLabel .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.whiteLabel .right-content {
	padding-left: 0 !important;
	float: right;
	width: 50%;
	position: relative;
	z-index: 9;
}

.banner-setion .btn:focus {
	color: #fff;
}

.banner-setion .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.banner-setion .left-content {
	padding-right: 0;
}

.banner-setion .right-content {
	padding-left: 20px;
}

.banner-setion .left-content .section-title p {
	margin-bottom: 8px !important;
	color: var(--DARKSECONDERY);
}

.banner-setion .left-content .section-heading h1 {
	margin-bottom: 16px !important;
	margin-top: 0 !important;
	color: var(--PRIMARY);
	font-size: var(--FONT48) !important;
	font-weight: 700 !important;
	letter-spacing: 0px;
}

.banner-setion .left-content .section-discription p {
	margin-bottom: 16px !important;
	color: var(--DARKSECONDERY);
}

.counter-section {
	width: 100%;
	float: left;
	background-color: var(--DARK);
	border-top: 16px solid var(--PRIMARY);
	padding: 40px 0;
}

.counter-section .couneter-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.counter-card .count p {
	color: var(--PRIMARY);
	font-size: var(--FONT48);
	font-weight: 500;
}

.counter-card .counter-discription p {
	color: var(--WHITE);
	font-size: var(--FONT24);
	font-weight: 500;
	margin-bottom: 0 !important;
}

.counter-card .counter-discription {
	padding-right: 20px;
}

.who-we-are {
	width: 100%;
	float: left;
	padding: 80px;
}

.sustainability-program {
	width: 100%;
	float: left;
	background-color: var(--LIGHT);
	padding: 80px 0;
}

.sustainability-program .program {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.sustainability-program .program .cards {
	background-color: transparent;
	border: 1px solid var(--SECONDARY);
	box-shadow: none;
}

.sustainability-program .program .cards img {
	width: 80px;
	height: 80px;
}

.get-started.approch-cards {
	padding: 40px 0;
}

.get-started.approch-cards .row {
	grid-template-columns: 1fr 2fr;
	align-items: center;
}

.get-started.approch-cards .row .right-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.get-started.approch-cards .row .left-content {}

.get-started.approch-cards .row .right-content .cards {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.why-vidhyutam.platform .why-vidhyutam-bottom {
	display: flex;
	justify-content: center;
}

.why-vidhyutam.platform .why-vidhyutam-top {
	max-width: 100%;
}

.why-vidhyutam.platform .why-vidhyutam-bottom {
	display: flex;
	justify-content: center;
}

.why-vidhyutam.platform .why-vidhyutam-top {
	max-width: 100%;
}

.why-vidhyutam.platform .awards .section-heading {
	text-align: center;
}

.why-vidhyutam.platform .awards .blue-cards-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 16px;
}

.why-vidhyutam.platform .awards .blue-cards-wrapper .blue-card {
	background-color: var(--PRIMARY);
	border-radius: 8px;
	padding: 24px;
	text-align: center;
	display: grid;
	grid-gap: 40px;
}

.why-vidhyutam.platform .awards .blue-cards-wrapper .blue-card .award-name {
	font-size: var(--FONT24);
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 0 !important;
}

.why-vidhyutam.platform .awards .blue-cards-wrapper .blue-card .award-year {
	font-size: var(--FONT14);
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 0 !important;
}

.our-values {
	width: 100%;
	float: left;
	background-color: var(--DARK);
	padding: 80px 0;
}

.our-values .top-section {
	text-align: center;
}

.our-values .top-section .section-heading p {
	color: var(--WHITE);
}

.our-values .bottom-section .left-content .content-wrapper h5 {
	font-size: var(--FONT18);
	font-weight: 500;
	color: var(--WHITE);
	margin-bottom: 16px !important;
}

.our-values .bottom-section .left-content .content-wrapper p {
	margin-bottom: 40px !important;
	font-size: var(--FONT14);
	font-weight: 400;
}

.our-values .bottom-section {
	display: grid;
	grid-template-columns: 508px 1fr;
	grid-gap: 20px;
}

.our-values .left-content p {
	color: var(--WHITE);
}

.our-values .left-content {
	display: grid;
	grid-gap: 40px;
}

.our-values .left-content .content-wrapper .heading p {
	font-size: var(--FONT18);
	font-weight: 500;
}

.our-values .left-content .content-wrapper .discription p {
	font-size: var(--FONT14);
	font-weight: 400;
}

.testimonials {
	width: 100%;
	float: left;
	padding: 80px 0;
	background-color: var(--LIGHT);
}


.contact-us.common-contact {
	background-color: var(--WHITE);
}

.contact-us.common-contact .row {
	grid-template-columns: 1fr;
}

.contact-us.common-contact .row .form-wrap {
	border-radius: 8px;
	border: 1px solid #e4edf1;
	overflow: hidden;
}

.contact-us.common-contact .content-left {
	padding: 40px;
	background-color: var(--LIGHT);
}

.contact-us.common-contact .content-right {
	padding: 40px 80px;
	background-color: var(--WHITE);
}

.contact-us.common-contact .content-right .one-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.contact-us.common-contact .content-left .section-title p {
	margin-bottom: 24px !important;
}

.contact-us.common-contact .content-left .section-discription p {
	margin-bottom: 24px !important;
	font-size: var(--FONT14);
}

.contact-us.common-contact .content-left .contact-feilds {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 40px 1fr;
	align-items: center;
	margin-bottom: 24px;
}

.contact-us.common-contact .content-left .contact-feilds .contactIconBack {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--WHITE);
	border-radius: 22px;
}

.contact-us.common-contact .content-left .contact-feilds .contactIconBack i {
	color: var(--DARK);
	font-size: var(--FONT16);
}

.contact-us.common-contact .content-left .contact-feilds a {
	text-decoration: none;
	color: var(--BLACK);
	font-size: var(--FONT14);
	font-weight: 400;
	display: contents;
}

/* ============== contact us page css start ============= */
select option:first-child,
input::placeholder,
textarea::placeholder {
	color: #ced4da;
}

textarea {
	padding: 8px 12px;
}

.banner-setion.home-bammer {
	padding: 109px 0;
	border-bottom: 16px solid var(--PRIMARY);
}

.banner-setion.home-bammer .row {
	grid-template-columns: 2fr 1fr;
}

/* ============== features page css start ============= */
.banner-setion.features-banner {
	border-bottom: 16px solid var(--PRIMARY);
}

.sustainability-program.csms {
	background-color: var(--WHITE);
}

.sustainability-program.csms .section-discription {
	max-width: 594px;
	width: 100%;
	margin-bottom: 40px;
}

.technologies {
	width: 100%;
	float: left;
	background-color: var(--DARK);
	padding: 80px 0;
}

.technologies .row {
	display: grid;
	grid-gap: 40px;
}

.technologies .section-heading p {
	color: var(--WHITE);
}

.technologies .black-card-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.technologies .black-card-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.technologies .black-card-wrapper .black-card {
	background: #74788d4d;
	border-radius: 8px;
	padding: 24px;
	min-height: 178px;
}

.technologies .black-card-wrapper .black-card .card-title p {
	font-size: var(--FONT24);
	font-weight: 500;
	color: var(--WHITE);
}

.technologies .black-card-wrapper .black-card .card-discription p {
	font-size: var(--FONT14);
	font-weight: 400;
	color: var(--WHITE);
}

/* ====================  404 page not found css start =============== */
.page-not-found {
	padding: 164px 0 123px 0;
}

.page-not-found .btn:focus {
	color: var(--WHITE);
}

.page-not-found .image img {
	width: 100%;
}

.page-not-found .content {
	position: relative;
	text-align: center;
}

.page-not-found .content p {
	position: absolute;
	top: -100px;
	width: 100%;
	text-align: center;
	font-size: var(--FONT28);
	font-weight: 500;
}

/* ========== Privacy Policy  css  start  =========== */

.banner-setion.privacy-policy {
	padding: 80px 0;
	border-bottom: 16px solid var(--PRIMARY);
}

.banner-setion.privacy-policy .row {
	grid-template-columns: 1fr;
}

.banner-setion.privacy-policy .left-content .section-heading P {
	margin-bottom: 16px !important;
	font-size: var(--FONT32);
	font-weight: 500;
}

.banner-setion.privacy-policy .left-content .section-discription P {
	margin-bottom: 0 !important;
}

.content-section {
	width: 100%;
	float: left;
	padding: 80px 0;
}

.content-section ul {
	margin-left: 0;
	margin-bottom: 40px;
}

.content-section ul li {
	margin-bottom: 30px;
}

/* ========== faq page css start =========== */

.faq-banner {
	background-color: var(--LIGHT);
	padding: 80px 0 37px;
}

.faq-banner .title p {
	color: var(--PRIMARY);
	font-size: 48px;
	font-weight: 700;
}

.banner-content {
	max-width: 932px;
	width: 100%;
	margin: 0 auto;
}

.faq-banner .row {
	text-align: center;
}

.search {
	position: relative;
	/* box-shadow: 0 0 40px rgba(51, 51, 51, .1);	 */
}

.search input {
	height: 48px;
	text-indent: 25px;
	border: 2px solid #ced4da;
	border-radius: 4px;
	padding-left: 10px;
}

.search input:focus {
	box-shadow: none;
	border: 2px solid #ced4da;
}

.search img {
	position: absolute;
	top: 18px;
	left: 14px;
}

.faqs-section {
	padding: 40px 0;
}

.faqs-section .faqs-wrapper {
	display: grid;
	grid-template-columns: 299px 1fr;
	grid-gap: 20px;
}

.faqs-section .faqs-wrapper .categories {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
}

.faqs-section .faqs-wrapper .categories .categories-title p {
	margin-bottom: 16px !important;
	font-size: var(--FONT24);
	font-weight: 500;
}

.faqs-section .faqs-wrapper .categories .nav-link {
	text-align: left;
	font-size: var(--FONT18);
	font-weight: 400;
	color: var(--DARKSECONDERY);
	word-break: break-all;
}

.faqs-section .faqs-wrapper .categories .nav-link.active {
	background: #37d3ee4d;
	border-radius: 4px;
}

.faqs-section .faqs-wrapper .faqs {
	height: 100%;
	padding: 16px;
}

.faq-right-part {
	border: 1px solid #e4edf1;
	border-radius: 4px;
	height: 100%;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .tab-title p {
	margin: 8px 0 24px 0 !important;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion {
	display: grid;
	grid-gap: 8px;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-button:not(.collapsed) {
	background-color: var(--LIGHT);
	box-shadow: none;
	color: var(--PUREBLACK);
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-button:not(.collapsed)::after {
	background-image: url(./assets/images/plus.svg);
	background-position: 0 0px;
	background-size: auto;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-button::after {
	background-image: url(./assets/images/minus.svg);
	background-position: 4px 8px;
	background-size: auto;
	transition: none;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-item {
	border-left: 1px solid #e4edf1;
	border-right: 1px solid #e4edf1;
	border-top: 1px solid #e4edf1;
	border-bottom: 1px solid #e4edf1;
	border-radius: 4px;
	overflow: hidden;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-item .accordion-body {
	font-size: var(--FONT14);
	font-weight: 400;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
	padding: 20px;
	font-size: var(--FONT18);
	font-weight: 400;
	color: var(--PUREBLACK);
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: none;
}

.faqs-section .faqs-wrapper .faqs .tab-pane .accordion .accordion-item .accordion-collapse.show {
	background-color: var(--LIGHT);
}

.price {
	padding-bottom: 450px;
}

.price .banner-container {
	display: block;
}

.price .left-content {
	max-width: 710px;
	margin: 0 auto;
	text-align: center;
}

.section-table {
	width: 100%;
	float: left;
	margin-top: -450px;
	position: relative;
}

.section-table .nav-tabs {
	border: 0;
	max-width: 710px;
	margin: 0 auto;
	background-color: var(--DARKSECONDERY);
	border-radius: 80px;
	padding: 6px;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.section-table .nav-tabs .nav-item {
	width: 33.33%;
	text-align: center;
}

.section-table .nav-tabs .nav-item .nav-link {
	font-size: var(--FONT18);
	color: var(--WHITE);
	font-weight: 400;
	display: block;
	padding: 13px 10px;
	margin: 0;
	border: 0;
	width: 100%;
	text-align: center;
	border-radius: 40px;
}

.section-table .nav-tabs .nav-item .nav-link.active {
	background-color: var(--WHITE);
	color: var(--DARKSECONDERY);
}

.tab-content h6 {
	margin: 60px 0 0 0;
	font-size: var(--FONT30);
	color: var(--DARKSECONDERY);
	font-weight: 700;
	text-align: center;
}

.priceTable {
	margin: 40px 0 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 20px;
}

.twoColumn {
	display: flex;
	justify-content: center;
}

.twoColumn .whiteBox {
	width: 31%;
}

.whiteBox {
	padding: 24px 46px 65px 46px;
	background-color: var(--WHITE);
	border-radius: 8px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
	position: relative;
}

.iconBack {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: var(--LIGHT);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.iconBack img {
	width: auto !important;
	height: 30px !important;
}

.EViconBack {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: radial-gradient(50% 46.97% at 50% 50%,
			#00e2ff 0%,
			#01dffc 81.25%,
			#08cde5 100%);
	box-shadow: 0px 8px 20px 0px var(--BLUE) inset;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.EViconBack i {
	font-size: var(--FONT28);
	color: var(--DARKSECONDERY);
}

.imageBackRound {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--LIGHT);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
}

.imageBackRound img {
	width: 40px !important;
	height: auto !important;
	display: block;
	margin: 0 !important;
}

.planTitle {
	margin: 10px 0 0 0;
	font-size: var(--FONT18);
	color: var(--DARKSECONDERY);
	font-weight: 500;
}

.priceText {
	margin: 0;
	font-size: var(--FONT60);
	color: var(--DARKSECONDERY);
	font-weight: 500;
}

.validity {
	margin: 10px 0 50px 0;
	font-size: var(--FONT16);
	color: var(--DARKSECONDERY);
	font-weight: 300;
}

.features {
	margin: 0;
	font-size: var(--FONT14);
	color: var(--DARKSECONDERY);
	font-weight: 500;
	text-align: left;
}

.description {
	margin: 16px 0;
	font-size: var(--FONT14);
	color: var(--DARKSECONDERY);
	font-weight: 400;
	text-align: left;
}

.whiteBox ul {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}

.whiteBox ul li {
	position: relative;
	margin: 0;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: var(--FONT14);
	color: var(--DARKSECONDERY);
	font-weight: 400;
}

.whiteBox ul li::before {
	font-family: "icomoon" !important;
	position: absolute;
	left: 0;
	top: -4px;
	content: "\e91f";
	font-size: var(--FONT18);
	color: #74788d;
}

.whiteBox .btn {
	position: absolute;
	transform: translateX(-50%);
	bottom: 24px;
	left: 50%;
}

.compareNow {
	width: 100%;
	background-color: #343a40;
	padding: 80px 0;
	margin-top: 80px;
}

.compareNow h4 {
	margin: 0 0 16px 0;
	font-size: var(--FONT26);
	color: var(--BLUE);
	font-weight: 500;
	text-align: center;
}

.compareNow h5 {
	margin: 0;
	font-size: var(--FONT36);
	color: var(--WHITE);
	font-weight: 700;
	text-align: center;
}

.compareNow table {
	margin: 40px 0;
}

.compareNow table thead {
	background-color: var(--WHITE);
	border-bottom: 1px solid #000;
}

.compareNow table thead th {
	padding: 13px 14px;
	font-size: var(--FONT20);
	color: var(--DARKSECONDERY);
	font-weight: 500;
	border: 0;
	border-right: 1px solid rgba(249, 249, 248, 0.13);
	border-bottom: 1px solid rgba(249, 249, 248, 0.13);
	text-align: center;
}

.compareNow table thead th:first-child {
	text-align: left;
	border-left: 1px solid rgba(249, 249, 248, 0.13);
}

.compareNow table tbody td:first-child {
	text-align: left;
	border-left: 1px solid rgba(249, 249, 248, 0.13);
}

.compareNow table tbody th {
	vertical-align: middle;
}

.compareNow table tbody td {
	padding: 15px 18px;
	font-size: var(--FONT18);
	color: var(--WHITE);
	font-weight: 500;
	border: 0;
	border-right: 1px solid rgba(249, 249, 248, 0.13);
	border-bottom: 1px solid rgba(249, 249, 248, 0.13);
	text-align: center;
	vertical-align: middle;
}

.compareNow table tbody td .icon-check {
	font-size: var(--FONT28);
}

.compareNow table tbody td .icon-Close {
	font-size: var(--FONT32);
	color: var(--DANGER);
}

.compareNow table tbody td span {
	display: block;
	font-size: var(--FONT16);
}

.faqSection {
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0;
	background-color: var(--WHITE);
}

.faqSection h4 {
	font-size: var(--FONT26);
	color: var(--BLUE);
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.faqSection h3 {
	font-size: var(--FONT36);
	color: var(--BLACK);
	font-weight: 700;
	margin: 16px 0 0 0;
	text-align: center;
}

.faqSection .accordion {
	max-width: 870px;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #e4edf1;
	padding: 16px;
	margin-top: 40px;
}

.faqSection .accordion p {
	font-size: var(--FONT16);
	margin: 0;
}

.faqSection .accordion .mainTitle {
	font-size: var(--FONT18);
	margin: 2px 0 20px 0;
}

.faqSection .accordion-item {
	border-radius: 4px;
	border: 1px solid #e4edf1;
	margin-bottom: 8px;
	overflow: hidden;
}

.faqSection .accordion-button {
	padding: 20px;
	font-size: var(--FONT16);
	font-weight: 400;
	color: var(--BLACK);
}

.faqSection .accordion-body {
	padding: 0 20px 20px 20px;
}

.faqSection .accordion-button:not(.collapsed) {
	background: var(--LIGHT);
	border-radius: 0;
	box-shadow: none;
}

.faqSection .accordion-button:focus {
	background: var(--LIGHT);
	border-radius: 0;
	box-shadow: none;
}

.faqSection .accordion-collapse {
	background: var(--LIGHT);
}

.featuresIconBack {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--WHITE);
	margin-bottom: 40px;
}

.featuresIconBack img {
	max-width: 40px;
	height: auto !important;
	display: block;
	margin: 0;
}

.getIconBack {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--WHITE);
	margin-bottom: 40px;
}

.getIconBack img {
	max-width: 40px;
	height: auto !important;
	display: block;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: var(--FONT14);
}

.cpms-banner {
	width: 100%;
	position: relative;
	padding-top: 50px;
	text-align: center;
}

.cpms-banner .section-title p {
	max-width: 830px;
	margin: 0 auto;
	color: var(--BLUE);
	font-size: var(--FONT26);
	font-weight: 500;
}

.cpms-banner .section-heading p {
	max-width: 830px;
	margin: 20px auto !important;
	color: var(--DARKSECONDERY);
	font-size: var(--FONT48);
	font-weight: 700;
	line-height: 60px;
}

.cpms-banner .section-discription p {
	margin: 16px auto !important;
	color: var(--DARK);
	font-size: var(--FONT16);
	font-weight: 400;
	max-width: 830px;
}

.cpms-banner .banner-image {
	margin-top: 40px;
}

.how_it_work_section {
	position: relative;
	width: 100%;
	background-color: var(--WHITE);
	padding: 80px 0;
}

.how_it_work_section h3 {
	margin: 0;
	color: var(--BLUE);
	font-size: var(--FONT26);
	font-weight: 500;
}

.how_it_work_section h2 {
	margin: 16px 0 0 0;
	color: var(--DARKSECONDERY);
	font-size: var(--FONT36);
	font-weight: 700;
}

.how_it_work_section p {
	margin: 20px 0 0 0;
	color: var(--DARKSECONDERY);
	font-size: var(--FONT16);
	font-weight: 400;
	max-width: 770px;
}

.how_it_work_list {
	margin: 40px 0 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: item;
}

.how_it_work_list li {
	position: relative;
	background-color: var(--WHITE);
	list-style: none;
	width: 48.5%;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 10px;
	padding: 16px 16px 16px 57px;
	border-radius: 10px;
	font-size: var(--FONT18);
	color: var(--DARKSECONDERY);
	font-weight: 400;
	counter-increment: item;
}

.how_it_work_list li:before {
	content: counter(item);
	width: 32px;
	height: 32px;
	border-radius: 16px;
	display: inline-flex;
	background: var(--SECONDARY);
	align-items: center;
	justify-content: center;
	font-size: var(--FONT18);
	font-weight: 500;
	color: var(--WHITE);
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -16px;
}

.features_section {
	position: relative;
	width: 100%;
	background-color: var(--DARKSECONDERY);
	padding: 80px 0;
}

.features_section h3 {
	margin: 0;
	color: var(--BLUE);
	font-size: var(--FONT26);
	font-weight: 500;
	text-align: center;
}

.features_section h2 {
	margin: 16px 0 0 0;
	color: var(--WHITE);
	font-size: var(--FONT36);
	font-weight: 700;
	text-align: center;
}

.features_section p {
	margin: 20px auto 0 auto;
	color: var(--WHITE);
	font-size: var(--FONT16);
	font-weight: 400;
	max-width: 770px;
	text-align: center;
}

.features_list {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.repeateBox {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 14px;
}

.repeateBox .imgBack {
	background-color: var(--WHITE);
	width: 56px;
	height: 56px;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.repeateBox .imgBack img {
	max-width: 95%;
	height: auto;
	display: block;
}

.repeateBox h6 {
	margin: 20px 0 10px 0;
	font-size: var(--FONT24);
	color: var(--WHITE);
	font-weight: 500;
}

.repeateBox p {
	margin: 0;
	font-size: var(--FONT14);
	color: var(--WHITE);
	text-align: left;
}

.all-in-one-section {
	width: 100%;
	float: left;
	padding: 80px 0;
	background-color: var(--WHITE);
}

.all-in-one-section h6 {
	margin: 0;
	font-size: var(--FONT26);
	color: var(--BLUE);
	font-weight: 500;
}

.all-in-one-section h2 {
	margin: 16px 0;
	font-size: var(--FONT36);
	color: var(--DARKSECONDERY);
	font-weight: 700;
}

.all-in-one-section .description {
	margin: 0;
	font-size: var(--FONT16);
	color: var(--DARKSECONDERY);
	max-width: 700px;
}

.all-in-one-section .allInOneList {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.allInOneList .imageBox {
	min-height: 40px;
	margin-bottom: 20px;
}

.allInOneList .imageBox img {
	max-width: 100%;
}

.allInOneList .boxTitle {
	font-size: var(--FONT22);
	font-weight: 500;
	color: var(--BLACK);
}

.allInOneList .boxDiscription {
	margin: 10px 0 0 0;
	font-size: var(--FONT14);
	font-weight: 400;
	color: var(--BLACK);
}

.easy-set-up {
	width: 100%;
	float: left;
	padding: 80px 0;
	background-color: var(--DARKSECONDERY);
	text-align: center;
}

.easy-set-up h6 {
	margin: 0;
	font-size: var(--FONT26);
	color: var(--BLUE);
	font-weight: 500;
}

.easy-set-up h2 {
	margin: 20px 0;
	font-size: var(--FONT36);
	color: var(--WHITE);
	font-weight: 700;
}

.easy-set-up .description {
	margin: 0;
	font-size: var(--FONT16);
	color: var(--WHITE);
	text-align: center;
}

.setupListFirst {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-start;
	justify-content: center;
	position: relative;
}

.setupListFirst .box {
	margin-top: 70px;
	position: relative;
}

.setupListFirst .box:first-child::before {
	display: none;
}

.setupListFirst .box::before {
	position: absolute;
	content: '';
	left: -25%;
	top: 50px;
	width: 50%;
	height: 2px;
	background-image: linear-gradient(to right, #fff 60%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 20px 2px;
	background-repeat: repeat-x;
}

.setupListFirst .box .boxTitle {
	margin: 20px 0 0 0;
	color: #D1D0D0;
}

.easy-set-up .setupList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}

.setupList .box {
	background-color: #24333F;
	margin: 0 4px;
	padding: 20px;
	border-radius: 20px;
	text-align: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 70px;
}

.setupList .box .imageBox {
	min-width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--WHITE);
}

.setupList .box .contentBox {
	padding-left: 20px;
}

.setupList .box .contentBox h6 {
	margin: 0;
	font-size: var(--FONT16);
	color: var(--WHITE);
	font-weight: 700;
}

.setupList .box .contentBox p {
	margin: 6px 0 0 0;
	font-size: var(--FONT16);
	color: var(--WHITE);
	font-weight: 400;
}

.about-approch-cards {
	width: 100%;
	float: left;
	background-color: var(--BLUE);
	padding: 80px 0;
}

.about-approch-cards .section-title h2 {
	color: var(--WHITE);
	font-size: var(--FONT26);
	font-weight: 500;
	margin-bottom: 16px !important;
	text-align: center;
}

.about-approch-cards .section-heading p {
	color: var(--DARKSECONDERY);
	font-size: var(--FONT36);
	font-weight: 700;
	margin-bottom: 40px !important;
	text-align: center;
}

.about-approch-cards .center-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.about-approch-cards .center-content .cards {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 20px;
	border-radius: 0;
	box-shadow: none;
}

.about-approch-cards .center-content .cards .img {
	width: 110px;
	height: 110px;
	border-radius: 55px;
	margin-right: 16px;
}

.about-approch-cards .center-content .cards .img .getIconBack {
	background-color: var(--LIGHT);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	margin-bottom: 0;
}

.about-approch-cards .center-content .cards .title p {
	margin-bottom: 0;
}

.about-approch-cards .center-content .cards .discription {
	margin-bottom: 10px;
}

.about-approch-cards .center-content .cards .getIconBack img {
	max-width: 60px !important;
}

.bannerSlider .owl-item {
	padding-left: 150px !important;
}

.bannerSlider .owl-dots {
	margin-top: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.bannerSlider .owl-dots button span {
	width: 80px !important;
	height: 80px !important;
	border-radius: 20px !important;
	margin: 20px 0 !important;
	border: 3px solid transparent;
}


.bannerSlider .owl-dots button:nth-child(1) span {
	background-color: #0099F7;
}

.bannerSlider .owl-dots button:nth-child(2) span {
	background-color: #DDD7FD;
}

.bannerSlider .owl-dots button:nth-child(3) span {
	background-color: #FEA38D;
}

.bannerSlider .owl-item img {
	max-width: 100% !important;
	width: auto !important;
}

.owl-theme .owl-dots .owl-dot.active:nth-child(1) span {
	background-color: #0099F7;
	border: 3px solid #0E4669;
}

.owl-theme .owl-dots .owl-dot.active:nth-child(2) span {
	background-color: #DDD7FD;
	border: 3px solid #8973FF;
}

.owl-theme .owl-dots .owl-dot.active:nth-child(3) span {
	background-color: #FEA38D;
	border: 3px solid #FE6D4A;
}

@media (max-width: 1440px) {
	.why-vidhyutam .why-vidhyutam-top .section-heading p {
		max-width: 72%;
		margin: auto;
	}

	/* About page css */
	/* about css start */
	.banner-setion .row {
		grid-template-columns: 1fr 47%;
	}

	.our-values .bottom-section {
		grid-template-columns: 50% 1fr;
	}

	.sustainability-program .section-heading p {
		max-width: 100%;
	}

	.sustainability-program .program .cards .title p {
		max-width: 63%;
	}

	.platform .why-vidhyutam-top .section-heading p {
		max-width: 40%;
	}

	.who-we-are {
		padding: 80px 0;
	}

	/* Features css start */
	.features-banner {
		padding: 119px 0;
	}

	.csms .program .cards .title p {
		max-width: 49%;
	}

	/* Page not found css start */
	.page-not-found .content p {
		top: -50px;
		font-size: var(--FONT20);
	}

	.page-not-found .content .btn {
		margin-top: 24px;
	}

	/* footer css start */
	.wp-block-social-links.is-style-logos-only .wp-social-link svg {
		width: 28px;
		height: 28px;
	}

	.site-footer .wp-container-1 {
		grid-gap: 20px;
	}

	/* Our Privacy Policy */

	/* Pricing css start */
	.price {
		padding-top: 100px;
	}

	.section-table .nav-tabs {
		max-width: 666px;
	}

	.section-table .nav-tabs .nav-item .nav-link {
		padding: 11px;
	}

	.section-table .tab-content .priceTable .whiteBox {
		padding: 46px 24px 60px;
	}

	.tab-pane h6 {
		margin: 40px 0 0 0;
	}

	.tab-pane .compareNow {
		padding: 50px 0;
	}

	.section-table .tab-content .priceTable .whiteBox .validity {
		margin: 0 0 40px 0;
	}

	.footer_content .wp-block-image {
		margin: 0 0 16px 0;
	}

	.site-footer .row .footer_content .footer-area:nth-child(2) p {
		margin-bottom: 16px !important;
	}

	.faqSection .accordion {
		max-width: 100%;
	}

	.faqSection .accordion-body p {
		font-size: var(--FONT14);
	}

	.tab-pane .whiteBox .description {
		margin: 16px 0 16px 0;
	}

	.compareNow table:last-child {
		margin: 40px 0 0 0;
	}

	.contact-us.common-contact .content-left .contact-feilds:last-child {
		margin-bottom: 0;
	}

	.whiteLabel .row {
		grid-template-columns: 1fr 50% !important;
	}

	.bannerSlider .owl-item {
		padding-left: 100px !important;
	}

	.bannerSlider .owl-dots button span {
		width: 60px !important;
		height: 60px !important;
		border-radius: 10px !important;
		margin: 10px 0 !important;
	}

	.priceText {
		font-size: var(--FONT48);
	}
}

@media (max-width: 1366px) {
	.get-started .left-content .section-discription p {
		font-size: var(--FONT14);
	}

	.banner-container .left-content .heading h1 {
		font-size: var(--FONT46) !important;
	}

	.why-vidhyutam .why-vidhyutam-top .section-heading p {
		margin-bottom: 16px !important;
	}

	.csms .program .cards .title p {
		max-width: 52%;
	}

	.home-bammer .section-title p {
		font-size: var(--FONT22);
	}

	.page-not-found {
		padding: 86px 0;
	}

	.banner-setion .row {
		grid-template-columns: 1fr 45%;
	}

	.wp-block-social-links.is-style-logos-only .wp-social-link svg {
		width: 28px;
		height: 28px;
	}

	.site-footer .wp-container-1 {
		grid-gap: 16px;
	}

	.price {
		padding-top: 90px;
	}

	.contactus-price {
		padding: 50px 0;
	}

	.whiteLabel {
		padding: 140px 0;
	}

	.whiteLabel .row {
		grid-template-columns: 1fr 55% !important;
	}

	.bannerSlider .owl-item {
		padding-left: 100px !important;
	}

	.bannerSlider .owl-dots button span {
		width: 60px !important;
		height: 60px !important;
		border-radius: 10px !important;
		margin: 10px 0 !important;
	}

	.priceText {
		font-size: var(--FONT48);
	}
}

@media (max-width: 1280px) {

	.main-navigation li a {
		font-size: var(--FONT16);
	}

	.vidhyutam-approch .approch-top .section-title p {
		font-size: var(--FONT22);
	}

	.vidhyutam-approch .approch-top .section-heading p {
		font-size: var(--FONT30);
	}

	.vidhyutam-approch .approch-bottom .cards .title p {
		font-size: var(--FONT18);
	}

	.vidhyutam-approch .approch-bottom .cards .discription p {
		font-size: var(--FONT14);
	}

	.get-started .left-content .section-title p {
		font-size: var(--FONT22);
	}

	.get-started .left-content .section-heading p {
		font-size: var(--FONT30);
	}

	.get-started .left-content .section-discription p {
		font-size: var(--FONT14);
	}

	.why-vidhyutam .why-vidhyutam-top .section-title p {
		font-size: var(--FONT20);
	}

	.why-vidhyutam .why-vidhyutam-top .section-heading p {
		font-size: var(--FONT30);
	}

	.why-vidhyutam .why-vidhyutam-top .section-heading p {
		max-width: 65%;
		margin: auto;
	}

	.contact-us .content-left .section-title p {
		font-size: var(--FONT22);
	}

	.apps-sections .content-wrapper .top-section .download {
		font-size: var(--FONT26);
	}

	.footer_content .wp-block-image {
		margin-bottom: 16px;
	}

	.site-footer .row .footer_content .footer-area:nth-child(2) p {
		margin-bottom: 16px;
	}

	/* Features css start */
	.features-banner {
		padding: 80px 0;
	}

	.csms .section-title p {
		font-size: var(--FONT22);
	}

	.csms .section-heading p {
		font-size: var(--FONT30);
	}

	.csms .program .cards .title p {
		max-width: 56%;
	}

	.technologies .section-heading p {
		font-size: var(--FONT30);
	}

	.testimonials .section-title p {
		font-size: var(--FONT22);
	}

	.testimonials .section-heading p {
		font-size: var(--FONT30);
	}

	.testimonials .cards .title p {
		font-size: var(--FONT18);
	}

	/* contact css start */
	.home-bammer {
		padding: 92px 0 !important;
	}

	.home-bammer .left-content .section-heading h1 {
		font-size: var(--FONT40) !important;
	}

	/* Page not found css start */
	.page-not-found {
		padding: 70px 0;
	}

	/* about css start */
	.banner-setion .row {
		grid-template-columns: 1fr 50%;
	}

	.banner-setion .left-content .section-heading h1 {
		font-size: var(--FONT40) !important;
	}

	/* Our Privacy Policy */
	.banner-setion.privacy-policy .left-content .section-heading P {
		font-size: var(--FONT26);
	}

	/* Pricing css start */
	.section-table .tab-content .priceTable .whiteBox {
		padding: 20px 20px 60px 20px;
	}

	.priceText {
		font-size: var(--FONT40);
	}

	.tab-content .compareNow h4 {
		font-size: var(--FONT22);
	}

	.tab-content .compareNow h5 {
		font-size: var(--FONT30);
	}

	.contactus-price h3 {
		font-size: var(--FONT30);
	}

	.faqSection h4 {
		font-size: var(--FONT22);
	}

	.faqSection h3 {
		font-size: var(--FONT30);
	}

	.cpms-banner .section-heading p {
		font-size: var(--FONT36);
		line-height: 44px;
	}

	.features_list {
		margin-top: 50px;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.repeateBox {
		padding: 20px;
	}

	.whiteLabel {
		padding: 140px 0;
	}

	.whiteLabel .row {
		grid-template-columns: 1fr 55% !important;
	}

	.bannerSlider .owl-item {
		padding-left: 100px !important;
	}

	.bannerSlider .owl-dots button span {
		width: 60px !important;
		height: 60px !important;
		border-radius: 10px !important;
		margin: 10px 0 !important;
	}

	.allInOneList .boxTitle {
		font-size: var(--FONT18);
	}

	.easy-set-up h6 {
		font-size: var(--FONT20);
	}

	.setupListFirst .box img {
		width: 100px;
		height: auto;
	}

	.setupList .box {
		padding: 14px;
	}

	.setupList .box .contentBox {
		padding-left: 10px;
	}

	.about-approch-cards .center-content .cards .img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.about-approch-cards .center-content .cards {
		padding: 14px;
	}

	.about-approch-cards .center-content .cards .getIconBack img {
		max-width: 45px !important;
	}
}

@media (max-width: 1024px) {
	.site-footer .row .footer_content {
		width: 34%;
	}

	.site-footer .row .footer_content_menu {
		width: 66%;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 5px;
		padding-left: 0;
	}

	.site-footer .row .footer_content .footer-area:nth-child(2) {
		padding-right: 30px;
	}

	.main-navigation li {
		margin-left: 0;
	}

	.main-navigation li a {
		font-size: var(--FONT14);
		padding: 5px 8px;
	}

	.homeBanner {
		padding-top: 84px;
	}

	.banner-container {
		grid-gap: 42px;
	}

	.banner-container .left-content .title p {
		font-size: var(--FONT20);
	}

	.banner-container .left-content .heading h1 {
		font-size: var(--FONT36) !important;
	}

	.vidhyutam-approch .approch-top .section-title p {
		font-size: var(--FONT20);
	}

	.vidhyutam-approch .approch-bottom .cards .title p {
		font-size: var(--FONT16);
	}

	.get-started .left-content .section-title p {
		font-size: var(--FONT20);
	}

	.get-started .left-content .btn {
		font-size: var(--FONT14);
	}

	.why-vidhyutam .why-vidhyutam-top .section-heading p {
		max-width: 65%;
		margin: auto;
	}

	.contact-us .row .content-right {
		padding: 0px 50px;
	}

	.why-vidhyutam .section-discription p {
		font-size: var(--FONT14);
	}

	.apps-sections .content-wrapper .top-section .apps {
		font-size: var(--FONT20);
	}

	.apps-sections .content-wrapper .top-section .download {
		font-size: var(--FONT22);
	}

	/* About css start */
	.banner-setion .left-content .section-heading h1 {
		font-size: var(--FONT36) !important;
	}

	.counter-section .couneter-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.counter-card .counter-discription p {
		max-width: 67%;
	}

	.who-we-are .left-content .section-title p {
		font-size: var(--FONT20);
	}

	.sustainability-program .section-title p {
		font-size: var(--FONT20);
	}

	.sustainability-program .program .cards .title p {
		font-size: var(--FONT20);
	}

	.approch-cards .cards .title p {
		font-size: var(--FONT18);
	}

	.platform .why-vidhyutam-top .section-heading p {
		max-width: 100%;
	}

	.platform .section-discription p {
		font-size: var(--FONT16);
	}

	.our-values .top-section .section-title p {
		font-size: var(--FONT20);
	}

	.testimonials .section-title p {
		font-size: var(--FONT20);
	}

	.testimonials .cards .title p {
		font-size: var(--FONT18);
	}

	.common-contact {
		padding: 40px 0;
	}

	.common-contact .row .form-wrap {
		grid-template-columns: none;
	}

	.common-contact .content-right {
		padding: 40px 80px !important;
	}

	.common-contact .content-left {
		padding: 40px 80px;
	}

	/* Features css start */
	.features-banner {
		padding: 65px 0;
	}

	.features-banner .left-content .section-title p {
		font-size: var(--FONT16);
	}

	.banner-setion.features-banner .left-content .section-heading h1 {
		font-size: var(--FONT22) !important;
	}

	.features-banner .left-content .section-discription p {
		font-size: var(--FONT14);
	}

	.csms {
		padding: 40px 0;
	}

	.csms .section-heading p {
		font-size: var(--FONT24);
	}

	.csms .program .cards .title p {
		font-size: var(--FONT18);
	}

	.technologies .section-heading p {
		font-size: var(--FONT24);
	}

	.technologies .black-card-wrapper .black-card .card-title p {
		font-size: var(--FONT18);
	}

	.testimonials {
		padding: 40px 0;
	}

	.testimonials .section-heading p {
		font-size: var(--FONT24);
	}

	.common-contact .content-left .section-title p {
		font-size: var(--FONT22);
	}

	/* contact css start */
	.home-bammer {
		padding: 82px 0 !important;
	}

	.home-bammer .left-content .section-heading h1 {
		font-size: var(--FONT36) !important;
	}

	.common-contact .row .content-right {
		padding: 40px 80px !important;
	}

	.common-contact .content-left {
		padding: 40px 80px !important;
	}

	/* Page not found css start */
	.page-not-found {
		padding: 54px 0;
	}

	header .row .main-navigation {
		padding: 0;
	}

	.main-navigation ul {
		grid-gap: 20px;
	}

	/* Our Privacy Policy */
	.banner-setion.privacy-policy .left-content .section-heading P {
		font-size: var(--FONT22);
	}

	/* Pricing css start */

	.section-table .nav-tabs .nav-item .nav-link {
		padding: 8px;
	}

	.site-header .container {
		padding: 0;
	}

	.section-table .nav-tabs {
		max-width: 456px;
	}

	.section-table .nav-tabs .nav-item .nav-link {
		font-size: var(--FONT14);
	}

	.tab-content .compareNow h4 {
		font-size: var(--FONT20);
	}

	.tab-content .compareNow h5 {
		font-size: var(--FONT24);
	}

	.compareNow table tbody td {
		font-size: var(--FONT14);
	}

	.compareNow table thead th {
		font-size: var(--FONT14);
	}

	.contactus-price {
		padding: 50px 0;
	}

	.compareNow table tbody td span {
		font-size: var(--FONT14);
	}

	.faqSection h4 {
		font-size: var(--FONT20);
	}

	.whiteBox .btn {
		transform: translateX(-39%);
		left: 39%;
	}

	.tab-pane .validity {
		margin: 10px 0 40px 0;
	}

	.site-footer form::after {
		top: 56px !important;
		left: 85px !important;
	}

	.cpms-banner .section-heading p {
		font-size: var(--FONT36);
		line-height: 44px;
	}

	.features_list {
		margin-top: 50px;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.repeateBox {
		padding: 20px;
	}

	.whiteLabel {
		padding: 140px 0;
	}

	.whiteLabel .row {
		grid-template-columns: 1fr 55% !important;
	}

	.bannerSlider .owl-item {
		padding-left: 50px !important;
	}

	.bannerSlider .owl-dots button span {
		width: 40px !important;
		height: 40px !important;
		border-radius: 6px !important;
		margin: 6px 0 !important;
	}

	.allInOneList .boxTitle {
		font-size: var(--FONT18);
	}

	.easy-set-up h6 {
		font-size: var(--FONT20);
	}

	.setupListFirst .box img {
		width: 80px;
		height: auto;
	}

	.setupList .box {
		padding: 14px;
	}

	.setupList .box .contentBox {
		padding-left: 10px;
	}

	.all-in-one-section .allInOneList {
		margin-top: 40px;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.easy-set-up .setupList {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.easy-set-up .setupList .box {
		margin-top: 30px;
	}

	.easy-set-up {
		padding: 50px 0;
	}

	.all-in-one-section {
		padding: 50px 0;
	}

	.all-in-one-section {
		padding: 50px 0;
	}

	.setupListFirst .box::before {
		top: 34px;
	}

	.about-approch-cards .center-content .cards .img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.about-approch-cards .center-content .cards {
		padding: 10px;
	}

	.about-approch-cards .center-content .cards .getIconBack img {
		max-width: 45px !important;
	}
}

@media (max-width: 991px) {
	.price {
		padding-top: 44px;
	}

	.section-table .nav-tabs .nav-item .nav-link {
		padding: 10px;
	}

	.section-table .nav-tabs {
		padding: 4px;
	}

	.section-table .tab-content .priceTable .whiteBox {
		padding: 20px 14px 60px;
	}

	.twoColumn .whiteBox {
		width: 50%;
	}

	.section-table .tab-content .priceTable .whiteBox .priceText {
		font-size: var(--FONT30);
	}

	.section-table .tab-content .priceTable .whiteBox .validity {
		margin: 0 0 20px 0;
	}

	.section-table .tab-content .priceTable .whiteBox ul li {
		margin-bottom: 10px;
	}

	.section-table .tab-content .priceTable .whiteBox ul {
		margin: 10px 0 0 0;
	}

	.whiteBox .btn {
		transform: translateX(-30%);
		left: 35%;
		font-size: var(--FONT12);
		padding: 3px 15px;
	}

	.tab-pane .compareNow {
		padding: 24px 0;
	}

	.contactus-price {
		padding: 24px 0;
	}

	.contactus-price h3 {
		font-size: var(--FONT24);
	}

	.common-contact .content-left {
		padding: 40px !important;
	}

	.common-contact .row .content-right {
		padding: 40px !important;
	}

	.contact-us.common-contact .content-left .contact-feilds:last-child {
		margin-bottom: 0;
	}

	.faqSection {
		padding: 24px 0;
	}

	.faqSection h3 {
		font-size: var(--FONT24);
	}

	.site-footer .row .footer_content {
		width: 100%;
		padding: 0;
	}

	.site-footer .row .footer_content_menu {
		width: 100%;
	}

	.site-footer {
		padding: 40px 20px;
	}

	.site-footer .row .footer_content .footer-area:nth-child(2) p {
		font-size: var(--FONT12);
	}

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

	.whiteLabel {
		padding: 200px 0;
	}

	.whiteLabel .row {
		grid-template-columns: 1fr 55% !important;
	}

	.bannerSlider .owl-item {
		padding-left: 50px !important;
	}

	.bannerSlider .owl-dots button span {
		width: 30px !important;
		height: 30px !important;
		border-radius: 6px !important;
		margin: 6px 0 !important;
	}

	.allInOneList .boxTitle {
		font-size: var(--FONT18);
	}

	.easy-set-up h6 {
		font-size: var(--FONT20);
	}

	.setupListFirst .box img {
		width: 80px;
		height: auto;
	}

	.setupList .box {
		padding: 14px;
	}

	.setupList .box .contentBox {
		padding-left: 10px;
	}

	.all-in-one-section .allInOneList {
		margin-top: 40px;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.easy-set-up .setupList {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.easy-set-up .setupList .box {
		margin-top: 30px;
	}

	.easy-set-up {
		padding: 50px 0;
	}

	.all-in-one-section {
		padding: 50px 0;
	}

	.all-in-one-section {
		padding: 50px 0;
	}

	.setupListFirst .box::before {
		top: 34px;
	}

	.about-approch-cards .center-content .cards .img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.about-approch-cards .center-content .cards {
		padding: 20px;
		display: block;
		text-align: center;
	}

	.about-approch-cards .center-content .cards .getIconBack img {
		max-width: 45px !important;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 79px;
	}

	.site-footer .row .footer_content_menu {
		width: 100%;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding-left: 12px;
	}

	.main-navigation li a {
		font-size: var(--FONT16);
		padding: 10px 20px;
	}

	header {
		padding: 14px 0;
	}

	.container {
		max-width: 100%;
		padding: 0px 20px;
	}

	.homeBanner {
		padding: 80px 0 30px 0;
	}

	.banner-container {
		display: block;
	}

	.banner-container .right-content img {
		position: relative;
		max-width: 100%;
		width: auto;
	}

	.banner-container .right-content {
		margin-top: 30px;
	}

	.banner-container .left-content .heading h1 {
		font-size: var(--FONT30) !important;
	}

	.banner-setion .right-content {
		padding: 20px;
	}

	.vidhyutam-approch {
		padding: 40px 0;
	}

	.vidhyutam-approch .approch-top .section-title p {
		font-size: var(--FONT16);
	}

	.vidhyutam-approch .approch-top .section-heading p {
		font-size: var(--FONT24);
	}

	.vidhyutam-approch .approch-top .section-discription p {
		font-size: var(--FONT14);
	}

	.vidhyutam-approch .approch-bottom {
		grid-template-columns: repeat(1, 1fr);
	}

	.imageBackRound {
		margin-bottom: 20px;
	}

	.why-vidhyutam .row {
		margin: 0 !important;
	}

	.why-vidhyutam-top .section-title h2 {
		font-size: var(--FONT24);
	}

	.vidhyutam-approch .approch-bottom .cards .title p {
		max-width: 100%;
	}

	.get-started {
		padding: 40px 0;
	}

	.get-started .left-content .section-heading p {
		font-size: var(--FONT24);
	}

	.get-started .left-content .btn {
		padding: 6px 16px;
	}

	.get-started .row {
		grid-template-columns: 1fr;
	}

	.why-vidhyutam {
		padding: 40px 0;
	}

	.counter-section .couneter-wrapper {
		grid-template-columns: 1fr;
	}

	.who-we-are {
		padding: 50px 0;
	}

	.sustainability-program {
		padding: 50px 0;
	}

	.section-discription p {
		font-size: var(--FONT14);
	}

	.counter-card .counter-discription p {
		max-width: 100%;
		font-size: var(--FONT22);
	}

	.why-vidhyutam .why-vidhyutam-top .section-heading p {
		font-size: var(--FONT24);
		max-width: 55%;
	}

	.submit-button::after {
		top: 6px !important;
		left: 63px !important;
	}

	.contact-us .row {
		grid-template-columns: 1fr;
	}

	.contact-us .row .content-left {
		padding: 20px;
	}

	.apps-sections {
		padding-top: 40px;
	}

	.apps-sections .row {
		grid-template-columns: 1fr;
	}

	.contact-us .row .content-right {
		padding: 0px 24px;
	}

	.contact-us {
		padding: 40px 0;
	}

	.site-footer {
		padding: 40px 0;
	}

	.site-footer .row {
		flex-direction: column;
	}

	.site-footer .row .footer_content_menu {
		width: 100%;
		margin-top: 40px;
	}

	.site-footer .row .footer_content {
		width: 100%;
	}

	.site-footer .wp-container-1 {
		margin: 0;
	}

	/* About css start */
	.banner-setion {
		padding: 96px 0px 72px;
	}

	.banner-setion .row {
		grid-template-columns: 1fr;
	}

	.banner-setion .left-content .section-title p {
		font-size: var(--FONT16);
	}

	.banner-setion .left-content .section-heading h1 {
		font-size: var(--FONT30) !important;
	}

	.who-we-are .left-content .section-title p {
		font-size: var(--FONT16);
	}

	.who-we-are .left-content .section-heading p {
		font-size: var(--FONT24);
	}

	.sustainability-program .section-title p {
		font-size: var(--FONT16);
		max-width: 100%;
	}

	.sustainability-program .program {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.sustainability-program .section-heading p {
		font-size: var(--FONT24);
	}

	.sustainability-program .program .cards .title p {
		font-size: var(--FONT16);

		max-width: 72%;
	}

	.get-started.approch-cards .row {
		grid-template-columns: 1fr;
	}

	.approch-cards .row .right-content .cards {
		padding: 24px 0;
	}

	.approch-cards .left-content .section-title p {
		font-size: var(--FONT16);
	}

	.approch-cards .left-content .section-heading p {
		font-size: var(--FONT30);
	}

	.approch-cards .left-content .btn {
		padding: 15px 16px;
		font-size: var(--FONT20);
	}

	.platform {
		padding: 50px 0;
	}

	.our-values {
		padding: 50px 0;
	}

	.technologies {
		padding: 50px 0;
	}

	.platform .why-vidhyutam-top .section-title p {
		font-size: var(--FONT16);
	}

	.platform .why-vidhyutam-top .section-heading p {
		max-width: 100%;
	}

	.platform .awards .section-heading p {
		font-size: var(--FONT24);
	}

	.platform .awards .blue-cards-wrapper .blue-card .award-name {
		font-size: var(--FONT16) !important;
	}

	.our-values .top-section .section-title p {
		font-size: var(--FONT16);
	}

	.our-values .top-section .section-heading p {
		font-size: var(--FONT24);
	}

	.our-values .bottom-section {
		display: flex;
		flex-direction: column-reverse;
	}

	.testimonials {
		padding: 40px 0;
	}

	.testimonials .section-title p {
		font-size: var(--FONT16);
	}

	.testimonials .section-heading p {
		font-size: var(--FONT24);
	}

	/* Features css start */
	.features-banner {
		padding: 40px 0;
	}

	.banner-setion.features-banner .left-content .section-heading h1 {
		font-size: var(--FONT22) !important;
	}

	.features-banner .right-content {
		padding: 20px 0;
	}

	.csms .section-title p {
		font-size: var(--FONT20);
	}

	.csms .program .cards .title p {
		font-size: var(--FONT18);
	}

	.common-contact .content-left {
		padding: 40px !important;
	}

	.common-contact .content-right {
		padding: 40px !important;
	}

	.technologies .black-card-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	/* contact css start */
	.banner-setion {
		padding: 45px 0 !important;
	}

	.home-bammer .section-title p {
		font-size: var(--FONT22) !important;
	}

	.common-contact .row .content-right {
		padding: 40px !important;
	}

	/* Page not found css start */
	.page-not-found .content p {
		top: -24px;
		font-size: var(--FONT14);
	}

	.page-not-found .content .btn {
		margin-top: 16px;
		font-size: var(--FONT12);
	}

	/* header css start */
	.menu-toggle {
		display: block;
		background: none;
		border: none;
		padding: 0;
	}

	.menu-toggle img {
		width: 22px;
		height: 15px
	}

	header .row .main-navigation .menu-menu-1-container {
		display: none;
	}

	header .row .main-navigation .menu-menu-1-container .menu {
		display: block;
		background-color: var(--WHITE);
		margin-top: 66px;
	}

	header .row .main-navigation .menu-menu-1-container .menu .sub-menu {
		position: relative;
		display: block;
	}

	header .row .toggled .menu-menu-1-container {
		display: block;
		background-color: #fff;
		width: 100%;
	}

	header .row .main-navigation {
		width: 10%;
		justify-content: center;
	}

	header .row .main-navigation {
		padding: 0;
		left: 0;
		top: 0;
		position: absolute;
		width: 100%;
		display: block;
	}

	header .row .main-navigation .menu-toggle {
		position: absolute;
		top: 0;
		left: 20px;
		margin-top: 14px;
	}

	header .row {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: left;
		position: relative;
	}

	header .row .site-branding {
		width: 100%;
		padding: 0 0 0 57px;
	}

	header .row .toggled {
		width: 88%;
		padding: 16px 0 0;
		justify-content: left;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		top: 0;
		width: 100%;
	}

	header .row .toggled .menu-toggle {
		top: -30px;
		position: absolute;
		left: 10px;
	}

	.banner-setion.privacy-policy .left-content .section-discription P {
		font-size: var(--FONT14);
	}

	.site-header {
		padding: 14px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	.price {
		padding: 30px 0 150px 0;
	}

	.price .left-content p {
		font-size: var(--FONT12);
	}

	.section-table .nav-tabs {
		max-width: 335px;
	}

	.tab-pane h6 {
		font-size: var(--FONT18);
	}

	.tab-pane .priceTable {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.section-table .tab-content .priceTable .whiteBox {
		margin-bottom: 10px;
		width: 100%;
	}

	.section-table .tab-content .priceTable .whiteBox:last-child {
		margin-bottom: 0;
	}

	.whiteBox .btn {
		transform: translateX(-50%);
		left: 50%;
		padding: 7px 12px;
	}

	.twoColumn {
		flex-direction: column;
	}

	.tab-content .compareNow h4 {
		font-size: var(--FONT16);
	}

	.tab-content .compareNow h5 {
		font-size: var(--FONT18);
	}

	.compareNow table {
		margin: 24px 0;
	}

	.compareNow table thead th {
		font-size: var(--FONT12);
		padding: 4px;
	}

	.compareNow table tbody td {
		font-size: var(--FONT12);
		padding: 4px;
	}

	.contact-us {
		padding: 24px 0;
	}

	.common-contact .content-left {
		padding: 40px 20px !important;
	}

	.common-contact .content-left .section-title p {
		font-size: var(--FONT16);
	}

	.common-contact .row .content-right {
		padding: 40px 20px 20px 20px !important;
	}

	.contact-us.common-contact .content-right .one-column {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}

	.submit-button::after {
		top: 2px !important;
		left: 70px !important;
	}

	.faqSection h4 {
		font-size: var(--FONT16);
	}

	.faqSection h3 {
		font-size: var(--FONT18);
	}

	.faqSection .accordion p {
		font-size: var(--FONT14);
	}

	.faqSection .accordion-button {
		font-size: var(--FONT14);
	}

	.site-footer {
		padding: 40px 20px;
	}

	.site-footer .container {
		padding: 0;
	}

	.site-footer .container .row {
		margin: 0;
	}

	.site-footer .row .footer_content_menu {
		padding: 0;
	}

	.site-footer .row .footer_content_menu h4 {
		font-size: var(--FONT16) !important;
	}

	.site-footer .row .footer_content .footer-area:nth-child(3) .is-layout-flex {
		margin: 0;
	}

	.site-footer .row .footer_content_menu ul li a {
		font-size: var(--FONT12);
	}

	.compareNow table:last-child {
		margin: 24px 0 0 0;
	}

	.contactus-price h3 {
		font-size: var(--FONT18);
	}

	.featuresIconBack {
		width: 70px;
		height: 70px;
		border-radius: 35px;
		margin-bottom: 30px;
	}

	.featuresIconBack img {
		max-width: 30px;
	}

	.sustainability-program .program .cards {
		margin-bottom: 30px;
	}

	.getIconBack {
		width: 70px;
		height: 70px;
		border-radius: 35px;
	}

	.getIconBack img {
		max-width: 35px;
	}

	.section-table {
		margin-top: -170px;
	}

	.cpms-banner .section-title p {
		font-size: var(--FONT16);
	}

	.cpms-banner .section-heading p {
		font-size: var(--FONT30);
		line-height: 40px;
	}

	.cpms-banner .section-discription p {
		font-size: var(--FONT14);
	}

	.how_it_work_section {
		padding: 50px 0;
	}

	.how_it_work_section h3 {
		font-size: var(--FONT16);
	}

	.how_it_work_section h2 {
		font-size: var(--FONT30);
	}

	.how_it_work_section p {
		font-size: var(--FONT14);
	}

	.how_it_work_list li {
		min-width: 100%;
		padding: 20px;
		font-size: var(--FONT16);
		position: relative;
		padding-left: 55px;
	}

	.how_it_work_list li:before {
		position: absolute;
		left: 14px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: var(--FONT16);
	}

	.features_section h3 {
		font-size: var(--FONT16);
	}

	.features_section h2 {
		font-size: var(--FONT30);
	}

	.features_section p {
		font-size: var(--FONT14);
	}

	.repeateBox {
		padding: 20px;
	}

	.repeateBox h6 {
		font-size: var(--FONT20);
	}

	.features_section {
		padding: 40px 0;
	}

	.features_list {
		margin-top: 40px;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.whiteLabel .container {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		z-index: 9;
	}

	.whiteLabel .row {
		display: block;
	}

	.whiteLabel .right-content {
		margin-top: 40px !important;
		width: 100% !important;
		padding: 0 20px !important;
	}

	.bannerSlider .owl-dots {
		margin-top: 20px !important;
		position: relative;
		left: 0;
		top: 0;
		height: auto;
		flex-direction: row;
	}

	.bannerSlider .owl-item {
		padding-left: 0 !important;
	}

	.bannerSlider .owl-dots button span {
		width: 18px !important;
		height: 18px !important;
		border-radius: 9px !important;
		margin: 0 10px !important;
		border-width: 2px !important;
	}

	.allInOneList .boxTitle {
		font-size: var(--FONT18);
	}

	.easy-set-up h6 {
		font-size: var(--FONT20);
	}

	.setupListFirst .box img {
		width: 80px;
		height: auto;
	}

	.setupList .box {
		padding: 14px;
	}

	.setupList .box .contentBox {
		padding-left: 10px;
	}

	.all-in-one-section .allInOneList {
		margin-top: 40px;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.easy-set-up .setupList {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.easy-set-up .setupList .box {
		margin-top: 30px;
	}

	.easy-set-up {
		padding: 50px 0;
	}

	.all-in-one-section {
		padding: 50px 0;
	}

	.all-in-one-section {
		padding: 50px 0;
	}

	.setupListFirst .box::before {
		top: 34px;
	}

	.all-in-one-section h2,
	.easy-set-up h2 {
		font-size: var(--FONT24);
	}

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

	.setupListFirst .box::before {
		display: none;
	}

	.setupListFirst .box {
		margin-top: 40px;
	}

	.get-started .container {
		grid-template-columns: repeat(1, 1fr);
	}

	.easy-set-up h6 {
		font-size: var(--FONT18);
	}

	.about-approch-cards .center-content {
		display: block;
	}

	.about-approch-cards .center-content .cards .img {
		width: 80px;
		height: 80px;
		border-radius: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.about-approch-cards .center-content .cards {
		padding: 20px;
		display: block;
		text-align: center;
		margin-top: 24px;
	}

	.about-approch-cards .center-content .cards .getIconBack img {
		max-width: 45px !important;
	}

	.banner-container .left-content .heading h2 {
		margin: 10px 0 20px 0 !important;
		font-size: var(--FONT20);
		line-height: normal;
	}
}