html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mr0 {
  margin: 0 !important;
}

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

.overflow {
  overflow: hidden;
}

/*  */

@-webkit-keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade_top {
  -webkit-animation-name: fade_top;
  animation-name: fade_top;
}

.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

@keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

.slide_left {
  -webkit-animation-name: slide_left;
  animation-name: slide_left;
}

@-webkit-keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

@keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

.slide_right {
  -webkit-animation-name: slide_right;
  animation-name: slide_right;
}

@font-face {
  font-family: "Neue Haas heavy";
  src: url("../fonts/NeueHaasUnicaPro-Heavy.woff2") format("woff2"),
    url("../fonts/NeueHaasUnicaPro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas bold";
  src: url("../fonts/NeueHaasUnicaPro-Bold.woff2") format("woff2"),
    url("../fonts/NeueHaasUnicaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas light";
  src: url("../fonts/NeueHaasUnicaPro-Light.woff2") format("woff2"),
    url("../fonts/NeueHaasUnicaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas medium";
  src: url("../fonts/NeueHaasUnicaPro-Medium.woff2") format("woff2"),
    url("../fonts/NeueHaasUnicaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas regular";
  src: url("../fonts/NeueHaasUnicaPro-Regular.woff2") format("woff2"),
    url("../fonts/NeueHaasUnicaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 

@font-face {
    font-family: 'switzerregular';
    src: url('../fonts/switzer-regular.woff2') format('woff2'), url('../fonts/switzer-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;
  padding-right: 10px;
}
/*  */

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* comon */

a {
  text-decoration: none;
  color: unset;
}

a:focus-visible {
  outline: unset;
}

.relative {
  position: relative;
}

.clear {
  clear: both;
}

.ac-container {
  width: 82%;
  margin: 0 auto;
  position: relative;
}

.loadingWrapper .base > p {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57%;
  font-family: "OpenSans-SemiBold";
}
.loadingWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  z-index: 999999;
}
.is_loading .loadingWrapper {
  opacity: 1;
  visibility: visible;
}
.base {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base .circ {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  transform-style: preserve-3d;
  backdrop-filter: blur(0.5px);
  border: 1.9px solid;
  border-top-color: rgb(1 156 222 / 13%);
  border-bottom-color: rgb(1 156 222 / 55%);
  border-left-color: #019cde;
  border-right-color: #019cde;
  /*border-top-color: rgba(220, 128, 109, 0.5);
  border-bottom-color: rgba(151, 93, 193, 0.5);
  border-left-color: rgba(151, 93, 193, 0.5);
  border-right-color: rgba(220, 128, 109, 0.5);*/
  opacity: 0;
}
.base .circ.circ-1 {
  transform: rotate3d(0, 1, 0, 24deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.1333333333s;
}
.base .circ.circ-2 {
  transform: rotate3d(0, 1, 0, 48deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.2666666667s;
}
.base .circ.circ-3 {
  transform: rotate3d(0, 1, 0, 72deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.4s;
}
.base .circ.circ-4 {
  transform: rotate3d(0, 1, 0, 96deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.5333333333s;
}
.base .circ.circ-5 {
  transform: rotate3d(0, 1, 0, 120deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.6666666667s;
}
.base .circ.circ-6 {
  transform: rotate3d(0, 1, 0, 144deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.8s;
}
.base .circ.circ-7 {
  transform: rotate3d(0, 1, 0, 168deg);
  animation: rotate 2s linear infinite;
  animation-delay: 0.9333333333s;
}
.base .circ.circ-8 {
  transform: rotate3d(1, 0, 0, 192deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.0666666667s;
}
.base .circ.circ-9 {
  transform: rotate3d(1, 0, 0, 216deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.2s;
}
.base .circ.circ-10 {
  transform: rotate3d(1, 0, 0, 240deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.3333333333s;
}
.base .circ.circ-11 {
  transform: rotate3d(1, 0, 0, 264deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.4666666667s;
}
.base .circ.circ-12 {
  transform: rotate3d(1, 0, 0, 288deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.6s;
}
.base .circ.circ-13 {
  transform: rotate3d(1, 0, 0, 312deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.7333333333s;
}
.base .circ.circ-14 {
  transform: rotate3d(1, 0, 0, 336deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 1.8666666667s;
}
.base .circ.circ-15 {
  transform: rotate3d(1, 0, 0, 360deg);
  animation: rotate-2 3s linear infinite;
  animation-delay: 2s;
}

@keyframes rotate {
  from {
    opacity: 1;
    transform: rotate3d(0, 1, 1, 360deg);
  }
  to {
    transform: rotate3d(0, 1, 1, 0deg);
    opacity: 1;
  }
}
@keyframes rotate-2 {
  from {
    opacity: 1;
    transform: rotate3d(1, 0, 1, 0deg);
  }
  to {
    opacity: 1;
    transform: rotate3d(1, 0, 1, 360deg);
  }
}

/* .ac-container2 {
    width: 95%;
    margin: 0 auto;
} */

.section-padding {
  padding: 5rem 0;
}

.section-padding-client {
  padding: 5rem 0;
}

.section-bg {
  background-color: var(--banner-background);
}

.section-bg-blue {
  background-color: var(--banner-background-blue);
}

section .title h1 {
  font-size: var(--title-font);
  font-family: var(--extrabold-font-family);
  line-height: 1;
}

section .title h2 {
  font-size: var(--title2-font);
  font-family: var(--extrabold-font-family);
  line-height: 1;
}

section .title h3 {
  font-size: var(--title3-font);
  font-family: var(--extrabold-font-family);
  line-height: 1;
}

section .title-para {
  font-size: var(--title3-font);
  line-height: 1;
}

section .title p {
  padding-top: 2rem;
}

section .para-small p {
  font-size: var(--link2-font-size);
}

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

section .para-big p {
  font-size: var(--para2-font-size);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.pb0 {
  padding-bottom: 0 !important;
}

#pt0 {
  padding-top: 0 !important;
}

.swiper-slide {
  background-color: var(--white-color);
}

.box-gap {
  padding: 3.75rem;
}

.box-gap2 {
  padding: 2rem;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: unset;
}

/* comon end */

/* header start */

body.remove_scroll {
  overflow-y: hidden;
}

body.contact_active {
  overflow-y: hidden;
}

.menu_list li {
  position: relative;
}

.menu_list li a.active p {
  color: var(--primary-color);
}

.menu_list li a.active p:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 0;
  z-index: 9999;
  transition: all ease-in-out 0.6s;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--light-grey-color);
}

.header_change {
  box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 20%);
  position: fixed;
}

.header.ng-scope.hide-header {
  top: -100%;
}

.header-content {
  border-bottom: 1px solid var(--light-grey-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.header_content a:hover p {
  color: #fff;
}

.eagnet-logo {
  width: 70%;
  display: grid;
}

.nav-btn {
  display: none;
}

.bar .bar {
  display: block;
  height: 1px;
  width: 30px;
  background-color: var(--primary-color);
  margin: 0px auto 7px auto;
  transition: all 0.2s ease;
  float: right;
  clear: right;
}

.bar.top {
  transform: translateX(-6px);
}

.bar.bottom {
  width: 30px;
  margin: 0;
}

.bar a.active .nav-btn .bar.bottom {
  -webkit-transform: translateY(-5px) rotateZ(-45deg);
  -moz-transform: translateY(-5px) rotateZ(-45deg);
  -ms-transform: translateY(-5px) rotateZ(-45deg);
  -o-transform: translateY(-5px) rotateZ(-45deg);
  transform: translateY(-5px) rotateZ(-45deg);
  width: 30px;
}

.bar a.active .nav-btn .bar.top {
  -webkit-transform: translateY(4px) rotateZ(45deg);
  -moz-transform: translateY(4px) rotateZ(45deg);
  -ms-transform: translateY(4px) rotateZ(45deg);
  -o-transform: translateY(4px) rotateZ(45deg);
  transform: translateY(4px) rotateZ(45deg);
  width: 30px;
}

/* mobile menu tab  */

.mobile_header {
  display: none;
}

.mobile_header {
  background-color: var(--white-color);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  right: -100%;
  transition: all 0.6s ease;
}

.mobile_header.active {
  right: 0;
}

/* mobile menu tab-end  */

/* .header_content {
    padding: 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: 'one one two two two two three three';
    align-items: center;
} */
.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
}

.header_content > div:nth-child(1) {
  grid-area: one;
}

.header_content > div:nth-child(2) {
  grid-area: two;
  text-align: center;
}

.header_content > div:nth-child(3) {
  grid-area: three;
  text-align: left;
}

.header_content > div:nth-child(4) {
  grid-area: four;
  text-align: left;
  display: none;
}

.header_content p {
  font-family: var(--bold-font-family);
  font-size: var(--font90av);
  font-weight: 600;
  white-space: nowrap;
}

.search a {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
}

.search img {
  width: 1rem;
}

.menu_list {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.bar a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  width: fit-content;
  margin-left: auto;
}

.nav-btn {
  outline-offset: unset;
  outline: unset;
}

.header.hide-header.active {
  top: 0 !important;
}

/* header-end */

/* footer-start */

.footer-links-content li {
  position: relative;
}

.footer-links-content a.active p {
  color: var(--white-color);
}

.footer-section {
  background-color: var(--primary-color);
  color: var(--footer-hover-color);
}

.footer-content > div:nth-child(1) {
  grid-area: one;
}

.footer-content > div:nth-child(2) {
  grid-area: two;
}

.footer-content > div:nth-child(3) {
  grid-area: three;
  border-right: 1px solid var(--light-grey-color);
  margin-bottom: 4rem;
  padding-right: 0.5rem;
}

.footer-content > div:nth-child(4) {
  grid-area: four;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-content > div:nth-child(5) {
  grid-area: five;
}

.footer-content > div:nth-child(6) {
  grid-area: six;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "one one . . two two" ". . . . three four" "five five . . six six";
}

.footer-section p {
  font-size: var(--link-font-size);
  font-family: var(--light-font-family);
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-links-content li {
  position: relative;
  line-height: 1.4;
}

.footer-links-content li:hover p {
  color: var(--white-color);
}

.stay-text {
  padding-bottom: 0.5rem;
  color: var(--white-color);
}

.email-input input {
  background-color: transparent;
  border: none;
  font-size: var(--link2-font-size);
  color: var(--footer-hover-color);
  width: 100%;
  border-bottom: 1px solid var(--white-color);
  padding: 0.5rem 0;
  font-family: var(--variable-font-family);
  text-transform: uppercase;
}

input:focus-visible {
  outline-offset: unset;
  outline: unset;
}

.input-arrow {
  position: absolute;
  right: 0;
  top: 12px;
}

.email-input input::placeholder {
  color: var(--footer-hover-color);
}

.input-arrow img {
  width: 8px;
}

.social-icons {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 1rem;
  gap: 2rem;
}

.social-icons li {
  width: 1.2rem;
}

.footer-logo {
  width: 80%;
}

.app-download {
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
  width: 50%;
}

.app-download img {
  border-radius: 5px;
}

.address {
  padding-left: 2rem;
}

.footer-section-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.terms ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-section-two p {
  font-size: var(--small-font-size);
  color: var(--grey-color);
  font-family: var(--medium-font-family);
  text-transform: uppercase;
}

.powerby a:hover {
  color: #ff0000;
}

.contact-block-web {
  display: block;
}

.contact-block-mobile {
  display: none;
}

.privacy_ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-section-two a.active p {
  color: var(--primary-color);
}

/* footer-end */

:root {
  --regular-font-family: "Neue Haas regular";
  --medium-font-family: "Neue Haas medium";
  --light-font-family: "Neue Haas light";
  --bold-font-family: "Neue Haas bold";
  --heavy-font-family: "Neue Haas heavy";
  --default-color: #222222;
  --white-color: #fff;
  --primary-color: #019cde;
  --font-nav: 0.9rem;
  --font-big: 4.5rem;
  --font-about: 3rem;
  --font-medium: 2rem;
  --content-font: 1.5rem;
  --small-font-size: 1rem;
  --gray_bg: #f0f5f7;
  --banner-font-size: 5rem;

  /* home new style */
  --primary-color2: #333333;
  --secondary-color: #002b77;
  --white-color: #ffffff;
  --blue-color: #007ac2;
  --pure-black-color: #231f1f;
  --highlight-color: #e1e4e8;
  --background-smoke: #fafbfc;
  --background-gray: #f5f5f5;
  --secondary-highlight-color: #019cde;
  /* font-sizes */
  --main-banner-font: 6.25rem;
  --section-main-title: 3.75rem;
  --banner-title-font-size: 4.375rem;
  --section-title-font-size: 3.125rem;
  --section-sub-title-font-size: 1.938rem;
  --section-subtitle-font-size: 1.5rem;
  --section-subcontent-font-size: 0.875rem;
  --paragraph-font-size: 1.5rem;
  --content-font-size: 1.125rem;
  --sub-text: 2.25rem;
  --link-font-size: 1rem;
  --small-font-size: 1rem;
  /* font-families */
  --light-font-family2: "Inter-Light";
  --regular-font-family2: "Inter-Regular";
  --medium-font-family2: "Inter-Medium";
  --semibold-font-family2: "Inter-SemiBold";
  --bold-font-family2: "Inter-Bold";
  --black-font-family2: "Inter-Italic";
  /* other */
  --common-transition: all 0.6s ease;
  --web-border-radius: 0.625rem;
  --mobile-border-radius: 0.6rem;
  --common-gap-size: 1rem;
  --small-gap-size: 1.5rem;
  --medium-gap-size: 3rem;
  --big-gap-size: 6rem;
  --middest-gap-size: 2rem;
  --section-gap: 5.5rem;
}

body {
  font-family: var(--regular-font-familg);
}
.pd0 {
  padding: 0 !important;
}

.header-buttons {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

button.fill-btn {
  background-color: var(--primary-color) !important;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

button.fill-btn:hover {
  background-color: var(--default-color);
  border: 1px solid var(--primary-color) !important;
  color: #fff;
}

button.gray-btn {
  background-color: #f0f5f7;
  color: var(--default-color);
  border: 1px solid #f0f5f7;
}

button.gray-btn:hover {
  background-color: var(--default-color);
  color: var(--default-color);
  border: 1px solid var(--default-color);
}

.fill-btn p,
.gray-btn p {
  font-family: var(--bold-font-family);
  font-size: 18px;
}

.filter {
  filter: invert(1);
}

.svg img {
  width: 12%;
}

.hover-btn {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.header-buttons a button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
}

.regular-btn {
  opacity: 1;
}

.img2:hover .regular-btn {
  opacity: 0;
}

.img2:hover .hover-btn {
  opacity: 1;
}

.gray-btn:hover p {
  color: var(--primary-color);
}

.section1-content h1 {
  color: var(--default-color);
  font-size: var(--font-big);
  font-family: var(--light-font-family);
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 3rem;
}

.section1-content h1 span {
  font-family: var(--bold-font-family);
  font-style: normal;
}

.section1-content {
  padding: 9rem 2rem 9rem 5rem;
}

.relative {
  position: relative;
}

.section1bg {
  background-color: #f0f5f7;
  margin-top: 100px;
  margin-bottom: 50px;
}

.section1-content .p {
  color: var(--default-color);
  font-size: var(--font-medium);
  font-family: var(--medium-font-family);
  line-height: 1.3;
  width: 60%;
  padding-bottom: 3rem;
}

.banner-buttons {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  z-index: 9;
}

button.white-btn {
  background-color: var(--primary-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.banner-buttons .regular-btn {
  opacity: 1;
  transition: all ease 0.4s;
}

.banner-buttons button img {
  width: 2rem;
}

.banner-buttons .hover-btn {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all ease 0.4s;
}

.banner-buttons .white-btn:hover .regular-btn {
  opacity: 0;
}

.banner-buttons a button {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  padding: 1rem 2rem;
}

.vector_img {
  width: 40%;
  position: absolute;
  right: 0%;
  bottom: unset;
  transform: translate(6%, 12%);
  top: 18%;
}

.heading_title h2 {
  font-size: var(--font-medium);
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

#accordion .heading_title h2 {
  font-family: var(--bold-font-family);
}

.italic {
  font-style: italic;
}

body {
  font-family: var(--light-font-family);
}

.section2 p {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

.heading_title_padding {
  padding-bottom: 1.5rem;
}

#accordion .heading_title_padding {
  padding-bottom: 0rem;
}

.heading_title {
  margin: 20px 0;
}

.section2 {
  width: 50%;
  margin-left: auto;
}

.home_s_2_right {
  padding: 50px 0 0 0;
  width: max-content;
}

.home_s_2_right {
  display: flex;
  gap: 1rem;
}

.home_s_2_right.abt-arw .svg {
  width: 32px;
  text-align: right;
}
.home_s_2_right.abt-arw .svg img{
  width: 100%;
}
.home_s_2_right.abt-arw {
  top: 100%;
  position: absolute;
  right: 0;
  padding: 15px 0 0 0;
  cursor: pointer;
}

.centeralign-Esidpopup  .heading_title {
  position: relative;
}
    
.color_green_border {
  border-bottom: 3px solid var(--primary-color);
  width: fit-content;
}

/* .more_line_bottom {
    background-color: var(--primary-color);
    width: 100%;
    height: 4px;
    border-radius: 4px;
    margin: 10px 0 0 0;
    transition: all ease 0.2s;
}
.home_s_2_right_text:hover .more_line_bottom {
    width: 3px;
} */
.home_s_2_right:hover p {
}

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

.section3_bg {
  background-color: var(--default-color);
  padding: 70px 0 80px 0;
}

.faq_que_arrow {
  padding-right: 40px;
  width: 2.5%;
}

.color-green {
  color: var(--primary-color) !important;
}

.white-contentp p {
  font-size: var(--content-font);
  font-family: var(--light-font-family);
  color: var(--white-color);
  font-weight: 500;
}

.clearfix {
  clear: both;
}

.section3 .white-contentp {
  width: 70%;
  margin: 0 auto;
}

#accordion .content {
  display: none;
}
.bill_listing li a {
  background-size: 22px 30px;
  background-repeat: no-repeat;
  background-position-y: 6px;
}

.bill_listing li a.pdf_file {
  background-image: url(../images/about/pdf.svg);
  /* background-size: 22px 30px;
    background-repeat: no-repeat;
    background-position-y: 6px; */
}
.bill_listing li a.docx_file {
  background-image: url(../images/about/doc.svg);
  /* background-size: 22px 30px;
    background-repeat: no-repeat;
    background-position-y: 6px; */
}

.bill_listing li a.doc_file {
  background-image: url(../images/about/doc.svg);
  /* background-size: 22px 30px;
    background-repeat: no-repeat;
    background-position-y: 6px; */
}

.bill_listing li a.png_file {
  background-image: url(../images/about/png_icon.svg);
  /* background-size: 22px 30px;
    background-repeat: no-repeat;
    background-position-y: 6px; */
}

.bill_listing li a.png_file {
  background-image: url(../images/about/png_icon.svg);
  /* background-size: 22px 30px;
    background-repeat: no-repeat;
    background-position-y: 6px; */
}
.bill_listing li a.jpg_file {
  background-image: url(../images/about/jpg_icon.svg);
  /* background-size: 22px 30px;
    background-repeat: no-repeat;
    background-position-y: 6px; */
}
.bill_listing li a {
  padding: 9px 10px 9px 34px;
}

.acr_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.border_acr {
}

.acr_section_border {
  border-bottom: 1px solid var(--default-color);
}
.bgtable th {
  border-bottom: 1px solid var(--default-color);
}
.acr_section_container {
  width: 95%;
  margin-left: auto;
  position: relative;
}
.green_font {
  color: var(--default-color);
  font-family: var(--medium-font-family);
  font-size: 18px;
}
.acr_section .heading_title h2 {
  font-style: normal;
}

.acr_section h2:first-child {
  color: var(--primary-color) !important;
  position: absolute;
  left: -4%;
  top: 20px;
}

#accordion li a .img22 {
  display: none;
}

#accordion li a.active .img22 {
  display: block;
}

#accordion li a.active .img11 {
  display: none;
}

.blackcontent p {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

.bullet li {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
  padding-bottom: 8px;
  position: relative;
}

.blackcontent li::before {
 /* background-color: var(--primary-color);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: -30px;*/
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 10px;
  padding-left: 0;
}

.deal_details .radio input:checked + label {
  background-color: rgba(1, 156, 222, 0.2) !important;
  /* color: #fff; */
  text-align: center;
  margin: 0;
}

.dflex-center {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blackcontent {
  position: relative;
}

.content_ul {
  position: absolute;
  right: 10%;
  top: 62%;
  transform: translate(-50%, -50%);
}

.bottom_contain {
  padding: 3rem 0;
}

.acr_bullet {
  padding-left: 100px;
}

/**/
.dflexjsbn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.section_bg {
  background-color: var(--gray_bg);
}

.blackcontent {
  padding: 2rem 0;
}

.section p {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

.dflex-aic {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/**/
.dgrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}

.client_bg {
  background-color: #fff;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

.section-padding-contact_form {
  padding-top: 80px;
  padding-bottom: 100px;
}

.dfc_wrapper a {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

.form_padding_about {
  width: 73%;
  margin: -7px auto 0 auto;
  border: 1px solid #ddd;
  /* border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
  margin-bottom: 5rem;
}

.form_spcing_about {
  /* padding: 9rem 14.1rem; */

  margin: -7px auto 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5rem;
}

.form_border {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.form_padding input {
  border: 1.8px solid #ddd;
  padding: 1rem 1rem 1rem 3.3rem;
  height: auto;
  border-radius: 3px;
  width: 85.5%;
  font-family: var(--medium-font-family);
  color: var(--default-color);
  font-size: 1.2rem;
}


  
.box_wrap .md-datepicker-input {
  border: 1px solid transparent !important;
  padding: 1rem 1rem 1rem 2rem;
}
.billing_form input {
  padding: 1rem 1rem 1rem 1rem;
}
.form_wrapper .form_padding input {
  width: -webkit-fill-available;
}
.checkoutPage .form_padding input, .centeralign-Esidpopup.form_padding input{
  width: 100%;
}

.centeralign-Esidpopup .esid_popup_content label.error {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}

.form_padding select {
  border: 1.8px solid #ddd;
  padding: 0.5rem 1rem 0.5rem 3.3rem;
  height: auto;
  border-radius: 3px;
  width: 85.5%;
  font-family: var(--medium-font-family);
  color: var(--default-color) !important;
  width: 100%;
  background-color: transparent !important;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
}
.checkout_for .form_padding select {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.billing_form select {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.checkout_form .form-control {
  border: 1.8px solid #ddd;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 3px;
  width: 85.5%;
  font-family: var(--medium-font-family);
  color: var(--default-color);
  width: 100%;
  background-color: transparent !important;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.checkoutPage input::placeholder {
  font-family: var(--medium-font-family);
  color: var(--default-color) !important;
  font-size: 18px;
}

input::placeholder {
  font-family: var(--medium-font-family);
  color: var(--default-color) !important;
  font-size: 18px;
}
.form input,
select {
  font-size: 1.4rem;
  background-color: transparent;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  display: none;
}

.form_padding_about input {
  width: -webkit-fill-available;
}

.checkoutPage input::placeholder {
  font-family: var(--medium-font-family);
  color: gray !important;
}

.dashboardPage.signup_form .request_form {
  width: 100% !important;
  margin: auto;
}

.user_img img {
  /* width: 100%; */
}

.user_img {
  position: absolute;
  top: 16px;
  left: 13px;

  width: 6%;
}

.user_img_form_elec {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 4%;
}
.user_img_form_elec_mobi {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 5%;
}

.user_img_abt {
  width: 3%;
  position: absolute;
  top: 16px;
  left: 13px;
}

.dgrid2fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5rem;
  column-gap: 2rem;
  padding-top: 3rem;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  font-family: var(--light-font-family);
  color: var(--default-color);
  font-size: 1.2rem;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  font-family: var(--light-font-family);
  color: var(--default-color);
  font-size: 1.4rem;
}

::-ms-input-placeholder {
  /* Microsoft Edge */

  font-family: var(--light-font-family);
  color: var(--default-color);
  font-size: 1.4rem;
}

.dfc {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}

.dfc_wrapper {
  display: flex;
  align-items: center;
  gap: 2.962rem;
}

.icon {
  width: 12%;
}

.icon_footer {
  width: 4%;
}

.fotoer_flex .section p:hover a {
  color: var(--primary-color);
}

.section_acr_wrapper {
  padding: 7rem 0;
}

.dfc_wrapper p {
  white-space: nowrap;
}

.divheight20 {
  height: 20px;
}

.pipe {
  position: absolute;
  top: 5%;
  width: 3px;
  height: 90%;
  background: #000;
  content: "";
  right: -20px;
}

.button button {
  width: 100%;
  padding: 0.8rem 2.2rem !important;

  background-color: var(--default-color);
  border: 1px solid var(--default-color);
  font-family: var(--regular-font-family);
  font-size: 20px;
  color: var(--white-color);
  transition: all ease 0.4s;
  cursor: pointer;
  margin-top: 2rem;
}

.button button:hover {
  background-color: transparent;
  border: 1px solid var(--default-color);
  color: var(--default-color);
  font-weight: bold;
}

/**/
.footer_bg {
  background-color: var(--default-color);
  background: var(--default-color);
}

.footer_padding {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.footer_flex {
  display: flex;
  align-items: flex-start;
  gap: 25rem;
}

.form_map {
  margin-bottom: 0px;
}

.footer_h1 h1 {
  font-size: var(--font-big);
  color: var(--white-color);
  font-family: var(--medium-font-family);
  white-space: nowrap;
}

.footer_h1 {
  cursor: pointer;
  transition: all ease-in-out 1s;
}

.footer_h1 img {
  transition: all ease-in-out 1s;
}

.footer_h1:hover img {
  transform: rotate(45deg);
}

.footer_h1:hover h1 {
  color: var(--primary-color) !important;
}

.footer_h1_img {
  width: 25%;
  padding-top: 2rem;
}

.fotoer_social {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}

.contact_section {
  padding: 4rem 0;
}

.fotoer_flex {
  padding: 2rem 0 5rem;
}

.fotoer_flex h2 {
  color: var(--white-color);
  font-family: var(--light-font-family);
}

.fotoer_flex .section p {
  color: var(--white-color);
  white-space: nowrap;
  font-family: var(--light-font-family);
  font-size: 1.3rem;
}

.fotoer_main {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}

.fotoer_ul ul {
  padding-left: 0;
}

.fotoer_ul ul li {
  color: gray;
  font-size: var(--content-font);
  font-family: var(--regular-font-family);
  position: relative;
  display: inline-block;
  padding-right: 30px;
  white-space: nowrap;
}

.fotoer_ul li:before {
  background: gray;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: -15px;
}

html {
  font-size: 16px;
}

.footer_font li {
  font-size: 1.3rem !important;
  font-family: var(--light-font-family);
}

.acr_img_div {
  width: 42%;
}

/**/
/* about page */
.about_top_spacing {
  padding-top: 7.2rem;
}

.ac-container_about {
  width: 95%;
  margin: 0 auto;
}

.dflex-50 {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 1rem;
  justify-content: space-between;
}

.dflex-50 > div {
  flex-basis: 50%;
}

.dflex-50 > div,
.noneflex > div {
  margin-bottom: 1.5rem;
}

.form_label {
  padding: 0px 0 30px 15px;
}

.form_label .red {
  color: #ff0000;
}

.form_label p {
  font-size: var(--small-font-size);
}

/*check box start*/

/* Hide the browser's default checkbox */

.checkbox_custom .checkbox_custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkbox_custom .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.checkbox_custom .checkbox_custom input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */

.checkbox_custom .checkbox_custom input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.contact_page_form
  .checkbox_custom
  .checkbox_custom
  input:checked
  ~ .checkmark {
  background-color: #74c39a;
  border: 1px solid #74c39a;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkbox_custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox_custom .checkbox_custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox_custom .checkbox_custom .checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox_custom_div {
  padding-top: 50px;
}

.checkbox_custom {
  position: relative;
  left: 0%;
  width: 98%;
  padding-top: 0 !important;
  cursor: pointer;
}

.checkbox_custom p {
  padding-left: 30px;
}

.checkbox_custom p {
  font-size: var(--small-font-size);
}

/* check box end */

.check_desc {
  padding-left: 5px;
}

.bg_img img {
  background-color: #f0f5f7;
}

.banner_top_title_abs .section p {
  text-align: center;
  color: #504d4e;
}

.banner_top_title_abs {
  position: absolute;
  top: 13%;
  padding-top: 0;
  left: 50%;
  transform: translate(-50%, -13px);
  font-style: italic;
}

.section_about_banner img {
  padding-top: 7.5rem;
}

.banner_top_title_abs_center {
  text-align: center;
  padding: 2.5rem 0;
}

.banner_top_title_abs_center h1 {
  font-size: var(--font-medium) !important;
  color: var(--primary-color);
  font-family: var(--bold-font-family);
  text-align: center;
}

.banner_top_title_abs_center p {
  font-size: var(--content-font);
  color: var(--default-color);
  font-family: var(--light-font-family);
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
}

.footer-social {
  width: 9%;
}

.overlayContact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* transition: all ease-in-out 0.1s; */
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

.centeralign-popupwhite {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  bottom: unset !important;
  right: unset !important;
  background: #fff;
  width: 450px;
  padding: 50px 30px;
  z-index: 99999;
  box-shadow: 1px 1px 3px 0px #6e6e6e;
  border-radius: 15px;
}

.popup .heading_title h2 {
  font-size: var(--content-font);
  font-family: var(--light-font-family);
  color: var(--default-color);
  font-style: italic;
}

/* 
.poup-close-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    z-index: 9;
} */

.poup-close-icon {
  position: absolute;
  right: -12px;
  top: -12px;
  width: fit-content;
  z-index: 9;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.poup-close-icon:hover {
  opacity: 0.9;
}

.table_padding {
  padding: 2rem 0;
  width: 80%;
  margin: -7px auto 0 auto;
  border: 1px solid #ddd;
  /* border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
  margin-bottom: 5rem;
  min-height: 70vh;
  position: relative;
}

.border .bgtable {
  background-color: #f0f5f7;
}

.arrow_table img {
  width: 14%;
}

.arrow_table2 img {
  width: 18%;
}

.border tr td .pdf_img img {
  width: 20%;
}

.border-bottam {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.border-bottam th {
  padding: 15px 0px 15px 10px;
  text-align: center;
  /* font-size: 0.9rem; */
  /* font-family: var(--medium-font-family); */
  color: var(--default-color);
}

.border-bottam tr,
td,
th {
  font-size: 0.85rem;
  white-space: nowrap;
}

.border-bottom_gray {
  border-bottom: 1px solid #ddd;
}

.border-bottom_gray td {
  vertical-align: middle;
  text-align: center;
}

.gray_colortd {
  color: #bfbfbf;
  font-weight: bold;
}

.black_colortd {
  color: #000;
  font-weight: bold;
}

.pd_table0 {
  padding: 0 !important;
}

.pd_table0 img {
  width: 80px !important;
}

.padding_desc {
  padding: 50px 100px !important;
  text-align: center;
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: #bbb6b6;
  font-style: italic;
}
.table > thead > tr > th {
  vertical-align: baseline;
  border-bottom: 1px solid #000;
  text-align: center;
  color: var(--default-color);
}
.ecommerce-popup .close {
  margin-top: 0;
  position: absolute;
  right: 20px;
  color: #000;
  opacity: 1;
  top: 16px;
  z-index: 99;
  cursor: pointer;
}

.ecommerce-popup .login_btn button {
  width: max-content;
  text-align: center;
  display: block;
  padding: 15px 30px;

  font-size: var(--regular-font-size);
  float: unset;
  margin: 2rem auto 0;

  padding: 15px 50px !important;
  line-height: 1;
  font-size: 18px;
  font-family: var(--bold-font-family);
  border: 2px solid var(--default-color);
}

.ecommerce-popup .login_btn:hover button {
  background-color: transparent;
  border: 2px solid var(--default-color);
  color: var(--default-color);
}
.ecommerce-popup ::placeholder {
  font-family: var(--regular-font-family) !important;
  font-size: var(--small-font-size) !important;
  color: gray;
}

input.form-control:focus-visible,
select.form-control:focus-visible,
textarea.form-control:focus-visible {
  outline: none;

  /*    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(49 52 54 / 60%);*/
}
.divheight30 {
  height: 30px;
}
.policystatement a:hover {
  color: var(--default-color);
}
a:hover {
  opacity: 0.9;
}

.green {
  color: #007ac2;
}
.textright {
  text-align: right;
}

.ecommerce-popup input.form-control,
.ecommerce-popup select.form-control,
.ecommerce-popup textarea.form-control {
  color: var(--default-color);
  border: 1px solid #e5e5e5;
  padding: 10px 17px 8px;
  height: auto;
  border-radius: 3px;
  /* border-top: transparent; */
  /* border-left: transparent; */
  /* border-right: transparent; */
  /* font-size: 1.1rem; */
}
.ecommerce-popup .homepage h1.homeTitleLine {
  margin: 20px 0 15px 0;
}

.ecommerce-popup .comonbox_padding_smallpage .box_padding4side {
  padding: 0;
}

.ecommerce-popup .profile_block {
  padding: 0;
}

.ecommerce-popup .homepage h1.homeTitleLine span:before {
  display: none;
}

.ecommerce-popup .homepage h1.homeTitleLine span:after {
  display: none;
}

.ecommerce-popup .profile_block {
  padding: 50px !important;
}

.ecommerce-popup .centeralignpopup {
  padding: 0;
}

.ecommerce-popup .comon_box .profilewrapper {
  max-width: unset;
}

.ecommerce-popup .form_tbspacing {
  padding: 15px 0;
}

.ecommerce-popup .left0 {
  position: relative;
  left: 4%;
  width: 90%;
  text-align: left;
}

.ecommerce-popup .checkbox_custom {
  position: relative;
  left: 7%;
  width: 86%;
  line-height: 1.2;
  font-size: var(--small-font-size);
}

.ecommerce-popup .checkbox_custom .checkbox_custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ecommerce-popup .checkbox_custom .checkbox_custom input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
}

.ecommerce-popup .checkbox_custom .checkbox_custom input:checked ~ .checkmark {
  background-color: #000;
  border: 1px solid #000;
}

.ecommerce-popup .checkbox_custom .checkmark {
  position: absolute;
  top: 3px;
  left: -30px;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.ecommerce-popup .account_form_container {
  padding: 0;
}

.ecommerce-popup .homepage h1.homeTitleLine span {
  padding: 0;
}

/* .ecommerce-popup input.form-control  {
    color: var(--default-color);
    border: 1px solid #e5e5e5;
    padding: 10px 17px 8px;
    height: auto;
    border-radius: 3px;    
} */
.ecommerce-popup input {
  width: 100%;
  padding: 1.1rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  width: -webkit-fill-available;
}

.ecommerce-popup .profile_block {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

.wlcomelogo {
  width: 250px;
  margin: 0 auto 15px auto;
  text-align: center;
  display: block;
}

.visible-xs {
  display: none;
}
.visible-md {
  display: block;
}
.hidden-md {
  display: none;
}

button:focus-visible {
  border: none !important;
  outline: none !important;
}

.fotoer_ul li a:hover {
  color: var(--white-color);
}

.poup-close-icon {
  cursor: pointer;
}

.drop_arrow {
  position: absolute;
  top: 12px;
  right: 5%;
  height: auto;
  z-index: 0;
}

.line_innerpadding {
  padding: 5rem 0rem;
  width: 73%;
  margin: 0 auto;
}
.verctor_outer {
}

/*account page */
.account_wrapper_bg {
  background-color: #f0f5f8;
}
.page_padding_block {
  padding: 180px 0 150px 0;
}
.account_page_container {
  width: 54%;
  margin: 0 auto;
}
.account_title {
  padding-bottom: 4rem;
  margin: 0;
}

.account_block_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.account_box {
  background-color: #fff;
  padding: 1.5rem 1rem 1rem 1rem;
}

.acc_img {
  width: 15%;
}

.acc_text h3 {
  padding: 1.3rem 0 0.5rem 0;
}

.account_title p {
  font-size: var(--small-font-size);
  font-weight: bold;
  text-transform: capitalize;
}
.acc_text p {
  font-size: var(--small-font-size);
}

.account_title p span {
  font-weight: normal;
  font-size: var(--small-font);
}

.account_block_grid h3 {
  font-size: var(--small-font-size);
  font-weight: bold;
  font-style: capitalize;
  font-family: var(--medium-font-family);
}

.account_page_container .account_title h2 {
  padding-bottom: 0.5rem;
}

.vertical_tabpanel .nav-pills > li.active > a,
.btn-primary {
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
  border-radius: 25px;
}

.vertical_tabpanel {
  display: flex;
  gap: 1rem;
}
.vertical_tabpanel ul li {
  background-color: var(--white-color);
}

.vertical_tabpanel > div:nth-child(1) {
  flex-basis: 30%;
}

.vertical_tabpanel > div:nth-child(2) {
  flex-basis: 70%;
  background-color: var(--white-color);
}

.vertical_tabpanel ul li {
  padding: 1rem 1rem 1rem 2.5rem;
  font-family: var(--regular-font-family);
  font-size: var(--small-font-size);
  text-transform: capitalize;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vertical_tabpanel ul li {
  color: #979797;
  cursor: pointer;
}
.vertical_tabpanel ul li:hover {
  background-color: transparent;
  color: var(--primary-color) !important;
}
.vertical_tabpanel ul li.active {
  background-color: transparent;
  color: var(--primary-color) !important;
}
.img_hide {
  display: none;
}
.vertical_tabpanel ul li.active .img_hide {
  display: block;
  width: 2.5rem;
}
.bg_white {
  background-color: var(--white-color);
  padding: 50px 40px 20px 40px;
}

.tab-right_content_div {
  padding: 50px;
}

.form_padding_homepage {
  width: 66%;
  margin: 0 auto;
  padding: 80px 0;
}

.tab-right_content_div .form_padding input {
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
  padding: 1rem;
}
.tab-right_content_div .heading_title h2 {
  padding-bottom: 3rem;
}

.tab-right_content_div .form_padding input::placeholder {
  font-size: var(--font-nav);
  font-weight: bold;
  font-family: var(--medium-font-family);
}
.bg_white {
  background-color: var(--white-color);
  padding: 50px 30px 20px 30px;
}

.bg_white select {
  font-size: 1.4rem;
  margin-top: 20px;
  width: 100%;
  background-color: transparent;
  padding: 15px;
  border-radius: 80px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
}

.white_bg {
  background-color: #fff;
}
.swiperPadding {
  padding: 100px 0;
}

.supplier_img {
  text-align: center;
  /* min-height:120px; */
  position: relative;
  place-content: center;
  display: grid;
  height: 140px;
  /* background: #fff; */
}
.supplier_img img {
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.supplier_wrap {
  background: #fff;
  padding: 10px;
}

.height_div {
  height: 200px;
}

.webclass {
  display: block;
}

.mobileclass {
  display: none;
}

.about_form .form-group select {
  font-size: 1.2rem;
}

.table_details span {
  font-family: var(--medium-font-family);
}

.no_suppliers_text {
  font-size: 1.2rem;
  width: 50%;
  margin: auto;
}
.no_suppliers i {
  color: var(--default-color);
}

.table > tbody > tr > td {
  vertical-align: middle;
  color: var(--default-color);
}
.table_details {
  padding: 0 20px 20px 0;
}

.btn-black {
  background-color: var(--default-color);
  border: 1px solid var(--default-color);
  font-family: var(--regular-font-family);
  font-size: 1rem;
  color: var(--white-color);
}

.btn-black:hover {
  background-color: transparent;
  border: 1px solid var(--default-color);
  color: var(--default-color);
  font-weight: bold;
}

.rate_div.min_rate {
  background-color: #ccc;
}

.rate_div.selected_plan {
  background-color: rgba(68, 173, 70, 0.4) !important;
  position: relative;
}

.rate_div.selected_plan:before {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #00336a;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  content: "\2713";
  border: 2px solid #00336a;
  background-color: #5ac154;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.bill_listing li {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bill_listing li a {
  font-size: 0.8rem;
}
.enroll_div {
  text-align: center;
}

.btn-plan-selection {
  /* background-color: var(--default-color);
    border: 1px solid var(--default-color); */
  font-size: 14px !important;
  text-transform: unset;
  padding: 10px 30px;
  border-radius: 4px;
  /* color: var(--white-color); */
}

.btn-plan-selection:hover {
  color: var(--default-color);
  background-color: transparent;
}

.fixedSelectionButton {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.checkout {
  padding-top: 8%;
  background: var(--white-color);
}
.checkout .table_padding {
  padding-top: 0;
}
.check_btn_flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}

.previous_button,
.next_button {
  height: unset;
  width: fit-content;
  padding: 0 2rem;
  line-height: 50px;
  color: var(--white-color);
  text-align: center;
  background-color: var(--default-color);
  border: 1px solid var(--default-color);
  font-family: var(--regular-font-family);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px;
  font-size: 16px !important;
}

.next_button:hover,
.previous_button:hover,
.previous_button:focus,
.btn-prev:hover {
  background-color: transparent;
  outline: unset;
  color: var(--default-color) !important;
}
.overlay {
  width: 100vw;
  height: calc(100vh - 50px);
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 12%;
  position: fixed;
  z-index: 9;
  display: none;
  transition: all 0.5 ease-in-out;
}

.popup_logo img {
  width: 40%;
}

.blue_bg {
  background-color: var(--default-color) !important;
}

.account_padd {
  padding: 12rem 0 4rem;
}

.card_header {
  position: relative;
  height: 56px;
  line-height: 56px;
  background-color: var(--default-color);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.btn-black:hover,
.btn-black:focus {
  background-color: transparent;
  color: var(--default-color);
  outline: unset;
  border: 1px solid var(--default-color);
}
.btn-black {
  background-color: var(--default-color);
  color: #fff;
}

.btn-green-black {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.btn-green-black:hover {
  background-color: transparent;
  color: var(--default-color);
  outline: unset;
  border: 1px solid var(--default-color);
}

.message_lable label {
  margin-bottom: 1rem;
  color: var(--primary-color) !important;
}

.btn-green {
  background-color: var(--primary-color);
  font-family: var(--regular-font-family);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.btn-green:hover,
.btn-green:focus {
  background-color: transparent;
  color: var(--primary-color) !important;
}

.card_body .blue_bg {
  min-height: 750px;
}
.border-bottom_gray th {
  vertical-align: middle !important;
  font-weight: bold;
}
.border-bottom_gray td {
  font-weight: bold;
}
.greenText_font {
  color: var(--primary-color);
}

.darkblack_font {
  color: var(--default-color);
  font-family: var(--regular-font-family);
}

.deal_detailpage a:hover {
  opacity: 0.9;
  color: var(--default-color);
}
.free-label {
  color: var(--default-color);
}
.deal_details .radio label {
  position: relative;
  min-height: 30px;
  padding: 2px 15px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 30px;
  border-color: transparent;
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

.deal_details .radio.min_rate label {
  background-color: #c5c4c4;
  border-color: transparent;
}

/* .tabel-striped tbody td{
    padding:0 0.5rem ;
} */

.radio label {
  padding-left: 0;
}

.pdf_bgpostion {
  background-position: center;
}

.bold-family {
  font-family: var(--bold-font-family) !important;
}

.accordianArrow {
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  outline: none !important;
}

.energy-table thead th,
.table-striped thead th {
  font-family: var(--bold-font-family);
}
.matrix_sup_logo {
  width: 80%;
  margin: 1rem auto 0;
}

.deal_details .radio input[disabled] + label {
  cursor: no-drop !important;
  opacity: 1;
}

.folderName {
  height: 65px;
}

.folderName {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 5px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.folder {
  padding: 15px 15px 80px 15px;
  background-color: #fff;
  border: 1.8px solid #ddd;
}

.folder:hover {
  border: 1.8px solid var(--default-color);
  transition: all ease-in-out 0.6s;
}

.folder:hover .folderName {
  color: var(--primary-color);
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f0f5f7;
  border-radius: 4px;
}

.home_icon {
  font-size: var(--content-font);
}

.home_icon:hover {
  color: var(--primary-color);
}
.folderName {
  font-family: var(--regular-font-family);
}
.folderLinks li.folder_file a {
  background-image: url(../images/icons/folder.png);
}
.folderLinks li a {
  border-bottom: 1.8px solid #ddd;
  display: block !important;
  font-family: var(--regular-font-family);
  color: var(--default-color);
}
.folderLinks li a {
  display: inline-block;
  padding: 1rem 1rem 1rem 2.5rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.medium-family {
  font-family: var(--medium-font-family);
}

.dashboardPage .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f0f5f7;
}
.transition p {
  margin-bottom: 0.6rem;
}
.greenText_notification {
  color: var(--primary-color);
  font-family: var(--bold-font-family);
}
.breadcrumb a:hover {
  color: var(--primary-color) !important;
}
.contact_img {
  width: 100%;
  padding: 6rem 0 0;
}
.contact_img img {
  object-fit: cover;
}
.banner_image.contact_us_banner {
}

.esid-popup .close {
  margin-top: 0;
  position: absolute;
  right: 20px;
  color: #000;
  opacity: 1;
  top: 16px;
  z-index: 99;
  cursor: pointer;
}

.esid-popup .login_btn button {
  width: max-content;
  text-align: center;
  display: block;
  padding: 15px 30px;

  font-size: var(--regular-font-size);
  float: unset;
  margin: 2rem auto 0;

  padding: 15px 50px !important;
  line-height: 1;
  font-size: 18px;
  font-family: var(--bold-font-family);
  border: 2px solid var(--default-color);
}

.esid-popup .login_btn:hover button {
  background-color: transparent;
  border: 2px solid var(--default-color);
  color: var(--default-color);
}
.esid-popup::placeholder {
  font-family: var(--regular-font-family) !important;
  font-size: var(--small-font-size) !important;
  color: gray;
}

.centeralign-Esidpopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  bottom: unset !important;
  right: unset !important;
  background: #fff;
  width: 600px;
  padding: 50px 30px;
  z-index: 99999;
  box-shadow: 1px 1px 3px 0px #6e6e6e;
  border-radius: 15px;
  width: 45%;
  padding: 1rem 3rem 3rem;
}

.esid-popup input.form-control,
.esid-popup select.form-control,
.esid-popup textarea.form-control {
  color: var(--default-color);
  border: 1px solid #e5e5e5;
  padding: 10px 17px 8px;
  height: auto;
  border-radius: 3px;
  /* border-top: transparent; */
  /* border-left: transparent; */
  /* border-right: transparent; */
  /* font-size: 1.1rem; */
}
.esid-popup .homepage h1.homeTitleLine {
  margin: 20px 0 15px 0;
}

.esid-popup .comonbox_padding_smallpage .box_padding4side {
  padding: 0;
}

.esid-popup .profile_block {
  padding: 0;
}

.esid-popup .homepage h1.homeTitleLine span:before {
  display: none;
}

.esid-popup .homepage h1.homeTitleLine span:after {
  display: none;
}

.esid-popup .profile_block {
  padding: 50px !important;
}

.esid-popup .centeralignpopup {
  padding: 0;
}

.esid-popup .comon_box .profilewrapper {
  max-width: unset;
}

.esid-popup .form_tbspacing {
  padding: 15px 0;
}

.esid-popup .left0 {
  position: relative;
  left: 4%;
  width: 90%;
  text-align: left;
}

.esid-popup .account_form_container {
  padding: 0;
}

.esid-popup .homepage h1.homeTitleLine span {
  padding: 0;
}

.esid-popup input {
  width: 100%;
  padding: 1.1rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
  width: -webkit-fill-available;
}

.esid-popup .profile_block {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  max-height: calc(100vh - 30px);
  overflow: auto;
}

.instruction_list ol li {
  list-style: decimal;
  padding: 0.5rem 0;
  font-family: var(--regular-font-family);
  color: var(--default-color);
  font-family: var(--content-font);

}

.centeralign-Esidpopup .close {
    z-index: 2;
    position: relative;
}

.instruction_list ol {
  padding-left: 20px;
  padding-bottom: 2rem;
}

.centeralign-Esidpopup .form_padding input {
  width: 100%;
}

.instruction_list .blackcontent {
  padding: 0.6rem 0;
}
.esid_title {
  text-align: center;
}

.esid_popup_content label.error {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.header-buttons .esid_tools_tittle:hover p {
  color: var(--primary-color);
}

.privacyPage {
  background-color: var(--white-color);
}

.privacybox {
  background: var(--white-color);
  padding: 2rem 5rem;
}
.privacybox p {
  font-size: var(--small-font-size);
  color: var(--default-color);
  font-family: var(--regular-font-family);
  padding-bottom: 3rem;
}

.terms_title h2 {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
  margin-bottom: 1rem;
}

.about_allText p {
  font-size: var(--small-font-size);
  font-family: var(--regular-font-family);
  color: var(--default-color);
}

.about_padding {
  padding: 6rem 0 5rem;
}
.about_mission_do_img img {
  border-radius: 20px;
}
.flex_grid-70 {
  flex-basis: 60%;
}
.flex_grid-30 {
  flex-basis: 40%;
}
.flex_row {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 5rem;
  padding-bottom: 5rem;
  align-items: center;
}
.same_div_sidepadding {
  width: 70%;
  margin: 0 auto;
}

.flex_row:nth-child(2n) .flex_grid-70 {
  order: 2;
}

.flex_row:nth-child(2n) .flex_grid-30 {
  order: 1;
}

.about_page .banner_top_title_abs_center p {
  width: 84%;
  margin-bottom: 2rem;
}
.about_page .banner_top_title_abs_center {
  margin-top: 1rem;
}
.about_heading_title h2 {
  color: var(--default-color);
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  line-height: 1.2;
  padding-bottom: 1rem;
}
.goback_flex {
  display: flex;
  gap: 1rem;
  width: fit-content;
  margin: 30px auto 0;
}

/* menu */

.menu {
  position: fixed;
  left: 0;
  top: 110%;
  overflow-y: scroll !important;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 0.6s ease;
  background-color: var(--default-color) !important;
  padding-bottom: 2rem;
}

.width_90 {
  width: 72%;
  margin: 0 auto;
}

.menu.active-menu {
  top: 0%;
}

.padding_menu {
  padding-top: 8.5rem;
}
.label-status {
  font-size: 14px;
}

.menu_txt1 {
  border-bottom: 1px solid var(--white-color);
  padding: 0.8rem 0;
}

.menu_txt1 p {
  font-family: var(--regular-font-family);
  font-size: 1.2rem;
  color: var(--white-color);
  text-transform: uppercase;
}

.menu_txt2 p {
  font-size: 1.3rem;
  width: 100%;
  color: var(--white-color);
  font-family: var(--regular-font-family);
  line-height: 2rem;
  text-transform: uppercase;
}

.view_map {
  font-size: var(--small-font-size);
  font-family: var(--regular-font-family);
  border-radius: 35px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  padding: 7px 20px;
  width: fit-content;
}

.display_flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bill_listing li a.removeIcon {
  padding: 0;
}

.view_map img {
  width: 20px;
}

.menu_txt2 {
  padding-top: 1rem;
}

.view_map_padding {
  padding-top: 2rem;
}
.menu_txt2 p.address-title-menu {
  margin-bottom: 1rem;
  font-family: var(--medium-font-family);
  letter-spacing: 2px;
  font-weight: 600;
}
.flex_row_gap {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 2rem;
}
.flex_grid-60 {
  flex-basis: 60%;
}

.menu_txt1 p:hover {
  color: var(--primary-color);
  transition: all ease 0.4s;
}

.address-flex {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

.header.active-menu .menuactiveDiv {
  display: none;
}
.hide_menu .header {
  background-color: transparent;
}

.header-buttons > a,
.eagnet-logo {
  transition: all ease-in-out 0.3s;
}
.hide_menu .header .header-buttons > a,
.hide_menu .header .eagnet-logo {
  transform: translateY(-150px);
}

.bars {
  width: 48px;
  cursor: pointer;
}
.bars .line {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  stroke-linecap: square;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
}
.bars.active .line {
  stroke: #019cde;
}

.bars .line.top {
  stroke-dasharray: 40 172;
}

.bars .line.middle {
  stroke-dasharray: 40 111;
}

.bars .line.bottom {
  stroke-dasharray: 40 172;
}

.bars.active .top {
  stroke-dashoffset: -132px;
}

.bars.active .middle {
  stroke-dashoffset: -71px;
}

.bars.active .bottom {
  stroke-dashoffset: -132px;
}

.mob_link {
  display: block;
}

.account_box {
  transition: all ease-in-out 0.5s;
}
.account_box:hover a {
  color: var(--primary-color);
}

.text-capital {
  text-transform: capitalize;
}
.action_icon {
  display: inline-block;
  background-size: 22px;
  width: 25px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 5px;
}

.action_icon.view_meter {
  background-image: url(../images/icons/eye.png);
  width: 30px;
  background-size: cover;
}

.btn-rounded {
  border-radius: 0px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0;
}
.btn {
  border-radius: 0;
}

.fixedSelectionButton {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.fixedSelectionButton.visibleBtn {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.centeralign-Esidpopup .heading_title {
  margin: 20px 0;
}

.view_img:hover .eye_orignenl {
  display: none;
}
.view_img {
}

.view_img:hover .eye_hover {
  display: block;
}

.view_img .eye_hover {
  display: none;
}

.title_logo {
  width: 20%;
  margin: 0 auto 3rem;
}

.eagent_content {
  width: 75%;
  margin: 0 auto;
}
.eagent_content p {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
  font-weight: 500;
  margin-bottom: 2rem;
}

.bg_logo_content {
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 10%;
}
.section3_homepage {
  /* background-image: url(../images/about/fullimage.png);
    background-repeat: no-repeat;
    background-size: contain; */
  background-color: #f0f5f7;
}

.feature_title h1 {
  font-size: var(--font-big);
  color: var(--default-color);
  font-family: var(--bold-font-family);
  text-align: center;
  padding: 2rem 0;
}

.feature_content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.eagent_content p span {
  font-family: var(--bold-font-family);
}
.feat_box p {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
  text-align: center;
  position: relative;
}

.feat_box p:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 70px;
  border: 1.5px solid #222222;
  transform: translateX(-50%);
  margin: 10px 0px;
}

.feat_box {
  min-height: 230px;
  background: #fff;
  width: 100%;
  padding: 40px 30px 15px 30px;
}
.featureSwipper .swiper-slide {
  border-radius: 10px !important;
}

.swiper-button-next {
  right: 5%;
  top: 0;
  width: 40px;
  height: 40px;
}

.swiper-button-prev {
  right: 9%;
  top: 0;
  left: unset;
  width: 40px;
  height: 40px;
}

.green_text_para p {
  color: var(--primary-color);
}

.green_text_para p span {
  color: var(--default-color);
  margin-bottom: 1rem;
}

.customer_title p {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
  text-align: center;
}

.section5_homepage {
  background-color: #f0f5f7;
}

.customer_flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0 0;
}

.customer_basis {
  flex-basis: 50%;
  margin: 0 auto;
  text-align: center;
}

.energy_img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.energy_text {
  padding: 2rem 0;
}

.energy_text h1 {
  font-size: var(--content-font);
  font-family: var(--medium-font-family);
  color: var(--default-color);
}

.energy_text p {
  font-family: var(--regular-font-family);
  font-size: 18px;
  color: var(--default-color);
  padding-top: 0.5rem;
}

.energy_content_box {
  background-color: var(--white-color);
  padding: 2.5rem;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  min-height: 383px;
}
.energy_content_box p {
  font-size: var(--content-font);
  font-family: var(--regular-font-family);
  color: var(--default-color);
  margin: 0 !important;
}

.quote_img {
  width: 5%;
  margin: 0 auto;
  padding-top: 2rem;
}

.featureSwipper {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}

.add_icon_div1 iframe {
  width: 650px;
  height: 500px;
  margin: auto;
  padding: 2rem 2rem;
  max-width: 100%;
}

/* home page style Start */

.wow {
  visibility: hidden;
}

@-webkit-keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade_top {
  -webkit-animation-name: fade_top;
  animation-name: fade_top;
}

.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

@keyframes slide_left {
  0% {
    left: 0%;
  }

  100% {
    left: -30%;
  }
}

.slide_left {
  -webkit-animation-name: slide_left;
  animation-name: slide_left;
}

@-webkit-keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

@keyframes slide_right {
  0% {
    right: 0%;
  }

  100% {
    right: -30%;
  }
}

.slide_right {
  -webkit-animation-name: slide_right;
  animation-name: slide_right;
}

@font-face {
  font-family: "Inter-Black";
  src: url("../fonts/inter/Inter18pt-Black.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/inter/Inter18pt-Bold.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Italic";
  src: url("../fonts/inter/Inter18pt-Italic.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/inter/Inter18pt-Medium.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/inter/Inter18pt-Regular.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/inter/Inter18pt-Light.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/inter/Inter18pt-SemiBold.woff2") format("woff2"),
    url("../fonts/inter/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.home-new-power-wrapper div,
.home-new-power-wrapper span,
.home-new-power-wrapper iframe,
.home-new-power-wrapper h1,
.home-new-power-wrapper h2,
.home-new-power-wrapper h3,
.home-new-power-wrapper h4,
.home-new-power-wrapper h5,
.home-new-power-wrapper h6,
.home-new-power-wrapper p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: var(--regular-font-family2);
  color: var(--primary-color2);
}
.home-new-power-wrapper .background-color {
  background-color: var(--secondary-color);
}
.home-new-power-wrapper .section-padding {
  padding: 8rem 0;
}

.home-new-power-wrapper .section-padding-small {
  padding: 2rem 0;
}

.home-new-power-wrapper .section-padding-medium {
  padding: 3rem 0;
}

.home-new-power-wrapper .relative {
  position: relative;
}
.home-new-power-wrapper .overflow-hidden-mob {
  overflow: hidden;
}
.home-new-power-wrapper .main-container {
  width: 95%;
  margin: 0 auto;
}
.home-new-power-wrapper .sec_one_bg_img {
  position: absolute;
  top: -4%;
  right: 12%;
  z-index: 0;
  width: 46%;
}
.home-new-power-wrapper .inner-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-new-power-wrapper .inner-flex.inner-flex-small {
  gap: var(--small-gap-size);
}

.home-new-power-wrapper .inner-flex-small {
  gap: var(--small-gap-size);
}

.home-new-power-wrapper .inner-flex.inner-flex-smallest {
  gap: 0.25rem;
}

.home-new-power-wrapper .inner-flex.inner-flex-medium {
  gap: var(--medium-gap-size) !important;
}

.home-new-power-wrapper .inner-flex-medium {
  gap: var(--medium-gap-size) !important;
}

.home-new-power-wrapper .inner-flex.inner-flex-big {
  gap: var(--big-gap-size);
}

.home-new-power-wrapper .big-gap {
  gap: var(--big-gap-size) !important;
}

.home-new-power-wrapper .middest-gap {
  gap: var(--middest-gap-size) !important;
}

.home-new-power-wrapper .section-gap {
  gap: var(--section-gap) !important;
}

.home-new-power-wrapper .inner-flex.inner-flex-large {
  gap: 10rem;
}

.home-new-power-wrapper .inner-flex.inner-flex-common {
  gap: var(--common-gap-size);
}

.home-new-power-wrapper .inner-flex-common {
  gap: var(--common-gap-size) !important;
}

.home-new-power-wrapper .inner-flex.inner-flex-center {
  text-align: center;
  align-items: center;
}

.home-new-power-wrapper .inner-flex-start {
  align-items: flex-start;
  text-align: left;
}

.home-new-power-wrapper .flex-row {
  display: flex;
  gap: 0.5rem;
}
.home-new-power-wrapper .sec-1 {
  position: relative;
  z-index: 9;
}

.home-new-power-wrapper .white-color {
  color: var(--white-color) !important;
}

.home-new-power-wrapper .blue-color {
  color: var(--blue-color);
}

.home-new-power-wrapper .black-color {
  color: var(--pure-black-color) !important;
}

.home-new-power-wrapper .highlight-color {
  color: var(--highlight-color) !important;
}

.home-new-power-wrapper .secondary-color {
  color: var(--secondary-color) !important;
}

.home-new-power-wrapper .secondary-highlight-color {
  color: var(--secondary-highlight-color) !important;
}
.home-new-power-wrapper .visible-tab-mobile {
  display: none !important;
}

.home-new-power-wrapper .hide-tab-mobile {
  display: block !important;
}

.home-new-power-wrapper .visible-mobile-only {
  display: none !important;
}

.home-new-power-wrapper .hide-mobile-only {
  display: block !important;
}

/* fonts css */

/* .home-new-power-wrapper .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
} */

.home-new-power-wrapper .banner-title h1,
.home-new-power-wrapper .banner-title h1 span,
.home-new-power-wrapper .banner-title h2,
.home-new-power-wrapper .banner-title h2 span {
  font-size: var(--banner-title-font-size);
  font-family: var(--regular-font-family2);
}

.home-new-power-wrapper .sub-text p {
  font-size: var(--sub-text);
}
.home-new-power-wrapper .semibold-fonts {
  font-family: var(--semibold-font-family2);
}

.home-new-power-wrapper .bold-fonts {
  font-family: var(--bold-font-family2) !important;
}
.home-new-power-wrapper .smallest-font p {
  font-size: var(--section-subcontent-font-size);
}

.home-new-power-wrapper .main-font p {
  font-size: var(--main-banner-font);
}

.home-new-power-wrapper .section-main-title p {
  font-size: var(--section-main-title);
}

.home-new-power-wrapper .subcontent-title p {
  font-size: var(--section-subcontent-font-size);
}

.home-new-power-wrapper .banner-title h1 span,
.home-new-power-wrapper .banner-title h2 span {
  color: var(--secondary-color);
}

.home-new-power-wrapper .section-title h1,
.home-new-power-wrapper .section-title h1 span,
.home-new-power-wrapper .section-title h2,
.home-new-power-wrapper .section-title h2 span,
.home-new-power-wrapper .section-title p {
  font-size: var(--section-title-font-size);
  font-family: var(--regular-font-family2);
}

.home-new-power-wrapper .section-title h1 span,
.home-new-power-wrapper .section-title h2 span {
  color: var(--secondary-color);
}

.home-new-power-wrapper .section-content p,
.home-new-power-wrapper .section-content p span {
  font-size: var(--content-font-size);
  line-height: 1.5;
}

.home-new-power-wrapper .section-content p span {
  color: var(--secondary-color);
}

.home-new-power-wrapper .section-paragraph p,
.home-new-power-wrapper .section-paragraph p span {
  font-size: var(--paragraph-font-size);
  line-height: 1.5;
}

.home-new-power-wrapper .section-paragraph p span {
  color: var(--secondary-color);
}

.home-new-power-wrapper .section-text p,
.home-new-power-wrapper .section-text span,
.home-new-power-wrapper .section-text p span {
  font-size: 1rem !important;
  line-height: 1.25;
}

.home-new-power-wrapper .section-text p span {
  color: var(--secondary-color);
}

.home-new-power-wrapper .section-subtitle h4,
.home-new-power-wrapper .section-subtitle h4 span,
.home-new-power-wrapper .section-subtitle p {
  font-size: var(--section-subtitle-font-size);
  color: var(--primary-color);
}

.home-new-power-wrapper .sectitle-font {
  font-size: var(--section-sub-title-font-size);
}

.home-new-power-wrapper .small-font p {
  font-size: var(--small-font-size);
}

.home-new-power-wrapper .section-subtitle h4 span {
  color: var(--secondary-color);
}

.home-new-power-wrapper .smallest-font p {
  font-size: 1rem;
  line-height: 1.6;
}

.home-new-power-wrapper .link-font-size a p,
.home-new-power-wrapper .link-font-size a p span.material-symbols-outlined,
.home-new-power-wrapper .link-font-size p {
  font-size: var(--link-font-size);
}

.home-new-power-wrapper .power-analytica-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  transition: var(--common-transition);
  border-radius: 2.25rem;
  width: fit-content;
  justify-content: center;
}

.home-new-power-wrapper .power-analytica-button p,
.home-new-power-wrapper .power-analytica-button span {
  line-height: 1 !important;
}

.home-new-power-wrapper .button-style-primary {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

.home-new-power-wrapper .button-style-primary span,
.home-new-power-wrapper .button-style-primary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.home-new-power-wrapper .button-style-primary:hover {
  border: 1px solid var(--primary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-primary:hover span,
.home-new-power-wrapper .button-style-primary:hover p {
  color: var(--primary-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-secondary {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
}

.home-new-power-wrapper .button-style-secondary span,
.home-new-power-wrapper .button-style-secondary p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.home-new-power-wrapper .button-style-secondary:hover {
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-secondary:hover span,
.home-new-power-wrapper .button-style-secondary:hover p {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-white {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
}

.home-new-power-wrapper .button-style-white span,
.home-new-power-wrapper .button-style-white p {
  color: var(--primary-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.home-new-power-wrapper .button-style-white:hover {
  border: 1px solid var(--white-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-white:hover span,
.home-new-power-wrapper .button-style-white:hover p {
  color: var(--white-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-secondary-highlight span,
.home-new-power-wrapper .button-style-secondary-highlight p {
  color: var(--white-color);
  transition: var(--common-transition);
  font-size: 1.15rem;
}

.home-new-power-wrapper .button-style-secondary-highlight {
  background-color: var(--secondary-highlight-color);
  border: 1px solid var(--secondary-highlight-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-style-secondary-highlight:hover {
  background-color: transparent;
  border: 1px solid var(--white-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-trasparent {
  background-color: transparent;
  border: 1px solid var(--white-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-trasparent p,
.home-new-power-wrapper .button-trasparent span {
  color: var(--white-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button-trasparent:hover {
  background-color: var(--secondary-highlight-color);
  border: 1px solid var(--secondary-highlight-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button_border_radius {
  border-radius: 30px;
}

.home-new-power-wrapper .header-wrapper {
  position: fixed;
  background-color: var(--secondary-color);
  transition: var(--common-transition);
  top: 0rem;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 999;
}

.home-new-power-wrapper .material-symbols-outlined {
  line-height: unset;
}

.home-new-power-wrapper .header-wrapper.webmenu_hidden {
  top: -100%;
}

.home-new-power-wrapper .header-wrapper.webmenu_hidden2 {
  top: -100%;
}

.home-new-power-wrapper .header-flex {
  display: flex;
  justify-content: space-between;
  gap: var(--small-gap-size);
  align-items: center;
  padding-right: 0;
}

.home-new-power-wrapper .header-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  align-items: center;
}

.home-new-power-wrapper .header-grid > div:nth-child(1) {
  justify-items: start;
}

.home-new-power-wrapper .header-grid > div:nth-child(2) {
  justify-self: center;
}

.home-new-power-wrapper .header-grid > div:nth-child(3) {
  justify-items: end;
}

.home-new-power-wrapper .header-links-ul ul {
  display: flex;
  align-items: center;
  gap: var(--common-gap-size);
}

.home-new-power-wrapper .header-links-ul ul li a,
.home-new-power-wrapper .header-links-ul ul li span,
.home-new-power-wrapper .header-links-ul ul li p {
  color: var(--white-color);
}

.home-new-power-wrapper .header-links-ul ul li a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--white-color);
  padding: 0 1rem 0 0;
}

.home-new-power-wrapper .header-logo {
  width: 8.75rem;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.home-new-power-wrapper .nav-toggle {
  cursor: pointer;
  display: none;
}

.home-new-power-wrapper .mob-link-font-size {
  display: none;
}

.home-new-power-wrapper .mobile-navigation-wrapper {
  display: none;
}

.home-new-power-wrapper .form-input-icon.form-input-icon-left {
  left: 1rem;
}

.home-new-power-wrapper .form-title-label {
  margin-bottom: 0.5rem;
}

.home-new-power-wrapper .form-input-icon.form-input-icon-right {
  right: 1rem;
}

.home-new-power-wrapper .form-control-power-analytica {
  padding: 1rem 2rem 1rem 3.5rem;
  border: 1px solid var(--highlight-color);
  resize: none;
  background-color: var(--white-color);
  margin: 0 !important;
  outline: none;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
  font-family: var(--medium-font-family);
  border-radius: 0.5rem;
}

.home-new-power-wrapper
  .form-control-power-analytica.form-control-power-analytica-search {
  padding: 1rem 3.5rem 1rem 2rem;
}

.home-new-power-wrapper .form-input-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 1rem;
  transform: unset;
}

.home-new-power-wrapper .form-input-icon.form-input-icon-search {
  right: 1rem;
}

.home-new-power-wrapper .form-control-power-analytica:focus,
.home-new-power-wrapper .form-control-power-analytica:focus-visible {
  border-color: var(--primary-color);
}

.home-new-power-wrapper .broder-right {
  border-right: 1px solid var(--white-color);
}

.home-new-power-wrapper .filter-white {
  filter: brightness(0) invert(1);
}

.home-new-power-wrapper .home-new-power-wrapper .home_sec1_btn {
  padding: 1rem;
  background-color: #123a81;
  border-radius: 30px;
  width: fit-content;
  position: relative;
}

.home-new-power-wrapper .home-new-power-wrapper .flex-wrap {
  flex-wrap: wrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes restoreStroke {
  to {
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }
}

.home-new-power-wrapper .bar {
  width: 1.5rem;
  height: 2px;
  background-color: #ffffff;
  transition: var(--common-transition);
}

.home-new-power-wrapper .menubar {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 9999;
}

.home-new-power-wrapper .menubar.active .bar {
  background-color: var(--white-color) !important;
}

.home-new-power-wrapper .menubar.active .bar.bar-top {
  transform: translateY(4px) rotate(-45deg);
}

.home-new-power-wrapper .menubar.active .bar.bar-bottom {
  transform: translateY(-8px) rotate(45deg);
}

.home-new-power-wrapper .menubar.active .bar.bar-middle {
  opacity: 0;
}
.home-new-power-wrapper.header-padding {
  padding-top: 5.75rem;
  /* background-color: var(--secondary-color); */
}
.home-new-power-wrapper .automed_img {
  z-index: 9;
  width: 100%;
  position: relative;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.home-new-power-wrapper .sec_one_heading_txt {
  width: 78%;
  line-height: 1.4;
  z-index: 0;
}

.home-new-power-wrapper .sec_one_content_txt {
  width: 69%;
}

.home-new-power-wrapper .sec_one_bg_img {
  position: absolute;
  top: -4%;
  right: 12%;
  z-index: 0;
  width: 46%;
}

.home-new-power-wrapper .sec_one_banner_img {
  width: fit-content;
}

.home-new-power-wrapper .home_play_btn {
  width: 3rem;
  object-fit: cover;
  height: 3rem;
  background-color: var(--secondary-highlight-color);
  padding: 1rem;
  border-radius: 50%;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  transition: var(--common-transition);
}

.home-new-power-wrapper .home_play_btn:hover {
  transition: var(--common-transition);
  transform: translate(-50%, -50%) scale(1.1);
}
.home-new-power-wrapper .play-btn {
  position: relative;
  /* bottom: 1rem; */
  /* right: 1rem; */
  width: 4rem;
  margin: 0 auto;
  /* z-index: 999; */
}

.home-new-power-wrapper .playBtncircle .circle {
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  width: 4rem;
  height: 4rem;
  background-color: #c7c8cc;
  color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}
@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.home-new-power-wrapper .playBtncircle .circle::after {
  background: rgba(200, 199, 204);
}

.home-new-power-wrapper .playBtncircle .circle::before {
  background: rgba(200, 199, 204);
  /* -webkit-animation-delay: -.5s; */
  animation-delay: -0.5s;
}

.home-new-power-wrapper .playBtncircle .circle::after,
.home-new-power-wrapper .playBtncircle .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  z-index: -1;
  /* -webkit-animation: 1s ease-in-out infinite grow; */
  animation: 1s ease-in-out infinite grow;
}

/* sec-2 */
.home-new-power-wrapper .sec_two_content {
  width: 60%;
  line-height: 1.7;
}

.home-new-power-wrapper .border-secondary-right {
  border-right: 1px solid var(--secondary-color);
  padding-right: 2rem;
}

/*.home-new-power-wrapper  .border-secondary-right-white {
    border-right: 1px solid var(--white-color);
    padding-right: 2rem;
} */

/* const style = document.createElement("style");

style.innerHTML=` @keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

`;
document.head.appendChild(style); */

/***************************************************
 * Generated by SVG Artista on 2/3/2025, 4:02:03 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
/* 
svg .svg-elem-1 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
    transition: fill 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
}

svg.active .svg-elem-1 {
    fill: rgb(0, 43, 119);
} */

.home-new-power-wrapper .w-100 {
  width: 100%;
}

.home-new-power-wrapper .align-center {
  align-items: center;
}

.home-new-power-wrapper .sec_two_grid {
  display: grid;
  grid-template-columns: calc(100% - 30% - 1rem) calc(100% - 70% - 1rem);
  gap: 2rem;
  padding-top: 9%;
}

.home-new-power-wrapper .sec-two-grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  justify-items: center;
  row-gap: 2rem;
  column-gap: 1rem;
}

.home-new-power-wrapper .sec_two_box {
  background-color: #edf0f5;
  padding: 50px;
  width: 100%;
  border-radius: 20px;
  display: flex;
}

/* 
svg .svg-elem-1 {
    fill: transparent;
    -webkit-transition: fill 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
    transition: fill 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
}

svg.active .svg-elem-1 {
    fill: var(--secondary-highlight-color);
} */

.home-new-power-wrapper .sec_two_grid img {
  height: 507px;
  border-radius: 30px;
}

.home-new-power-wrapper .sec_two_img_btn {
  position: absolute;
  position: absolute;
  top: 5%;
  right: 5%;
}

.home-new-power-wrapper .sec_two_benifits {
  background-color: #edf0f5;
  padding: 1rem 1rem;
  border-radius: 2.25rem;
  width: fit-content;
}

.home-new-power-wrapper
  .sec_two_join_btn
  .button-style-secondary-highlight:hover
  p {
  color: var(--secondary-color);
}

.home-new-power-wrapper
  .sec_two_join_btn
  .button-style-secondary-highlight:hover {
  border: 1px solid var(--secondary-color);
}

.home-new-power-wrapper .sec_two_bg {
  position: absolute;
  top: 0%;
  left: 3%;
  width: 41%;
}

.home-new-power-wrapper .button_plan_style {
  background-color: #dce2ec;
  border: 1px solid #dce2ec;
  transition: var(--common-transition);
}

.home-new-power-wrapper .button_plan_style p,
.home-new-power-wrapper .button_plan_style span {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .button_plan_style:hover {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  transition: var(--common-transition);
}

.home-new-power-wrapper .align-base {
  align-items: baseline;
}

.home-new-power-wrapper .sec_two_img_counters {
  position: absolute;
  top: 26%;
  left: 9%;
}

/* sec-3 */
.home-new-power-wrapper .sec_three_title_font {
  width: 37%;
  line-height: 1.4;
}

.home-new-power-wrapper .sec_three_content {
  width: 34%;
}

.home-new-power-wrapper .overflow-hidden {
  overflow: hidden;
}

.home-new-power-wrapper .sec_three_bg {
  position: absolute;
  top: -21%;
  left: 37%;
  width: 61%;
}

.home-new-power-wrapper .sec_three_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 1rem;
  padding-top: 4%;
}

.home-new-power-wrapper .sec_thre_box-padding {
  padding: 15% 4% !important;
}

.home-new-power-wrapper .sec_three_box {
  background-color: var(--white-color);
  padding: 10% 6%;
  width: 100%;
  border-radius: 20px;
  transition: var(--common-transition);
}

.home-new-power-wrapper .sec_three_box:hover {
  transform: translateY(-1%);
  transition: var(--common-transition);
}

.home-new-power-wrapper .sec_three_box_icon {
  width: 70px;
}

.home-new-power-wrapper .sec_three_box_icon:hover {
  transform: scale(1);
}

.home-new-power-wrapper .sec_three_box_bg {
  position: absolute;
  top: -2%;
  right: 1%;
  width: 42%;
}

.home-new-power-wrapper .sec_four_box_bg {
  position: absolute;
  top: -2%;
  right: 20%;
  width: 56%;
}

/* sec-4 */
.home-new-power-wrapper .sec_four_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 2rem;
  padding-bottom: 8%;
}

.home-new-power-wrapper .sec_four_grid > div:nth-child(1) {
  background-color: var(--secondary-color);
  width: 100%;
}

.home-new-power-wrapper .sec_four_box {
  background-color: #edf0f5;
  padding: 1.5rem;
  width: 100%;
  border-radius: 40px;
  height: 50vh;
}

.home-new-power-wrapper .sec_four_box > div:nth-child(2) {
  padding-top: 0;
}

.home-new-power-wrapper .relative-z {
  position: relative;
  z-index: 1;
}

.home-new-power-wrapper .sec_two_grid_main {
  display: grid;
  grid-template-columns: 34% 49%;
  justify-content: space-between;
  align-items: center;
}

.home-new-power-wrapper .blue_overlay {
  background-color: var(--secondary-color);
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.home-new-power-wrapper .sec_three_feature {
  padding: 1.25rem 1.5rem;
  background-color: #123a81;
  border-radius: 30px;
  width: fit-content;
}

.home-new-power-wrapper .sec_four_swiper {
  flex-basis: 70%;
  width: 70%;
}

.home-new-power-wrapper .text-left {
  text-align: left;
}

.home-new-power-wrapper .lh-7 {
  line-height: 1.7;
}

.home-new-power-wrapper .lh-5 {
  line-height: 1.5;
}

.home-new-power-wrapper .sec_four_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  gap: 2rem;
}

.home-new-power-wrapper .secondary_border_left {
  border-left: 5px solid var(--secondary-color);
  padding-left: 2%;
}

.home-new-power-wrapper .p-b {
  padding-top: 8%;
}

.home-new-power-wrapper .double_quation_img {
  position: absolute;
  width: 5%;
  top: -3%;
  left: 6%;
}

.home-new-power-wrapper .sec_four_swiper .swiper-pagination.review-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
  top: 25%;
  right: 75%;
}

.home-new-power-wrapper .marquee > div {
  position: relative;
  width: max-content;
  display: flex;
  gap: 5rem;
  align-items: center;
  animation: marquee 30s linear infinite;
}

.home-new-power-wrapper .marquee img {
  width: 50%;
}

.home-new-power-wrapper .j-c-sb {
  justify-content: space-between;
}

.home-new-power-wrapper .h100 {
  height: 100%;
}

.home-new-power-wrapper .j-s-c {
  justify-content: center;
}

.home-new-power-wrapper .marquee {
  width: 95%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* sec-5 */
.home-new-power-wrapper .custom_div {
  background-color: #123a81;
  width: fit-content;
  border-radius: 30px;
  padding: 1rem 1.5rem;
  margin: auto;
}

.home-new-power-wrapper .sec_five_title_txt {
  width: 39%;
  line-height: 1.4;
}

.home-new-power-wrapper .sec_five_content_txt {
  width: 42%;
}

/*.home-new-power-wrapper  .sec_five_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-template-rows: auto auto;
    gap: 2rem;
    padding: 4% 4%;
    grid-template-areas: "box1 box2 box3 box4"
        ". box5 box6 box7 ";

}

.home-new-power-wrapper .sec_five_grid>div:nth-child(1) {
    grid-area: box1;
}

.home-new-power-wrapper .sec_five_grid>div:nth-child(2) {
    grid-area: box2;
}

.home-new-power-wrapper .sec_five_grid>div:nth-child(3) {
    grid-area: box3;
}

.home-new-power-wrapper .sec_five_grid>div:nth-child(4) {
    grid-area: box4;
}

.home-new-power-wrapper .sec_five_grid>div:nth-child(5) {
    grid-area: box5;
}

.home-new-power-wrapper .sec_five_grid>div:nth-child(6) {
    grid-area: box6;
}

.home-new-power-wrapper .sec_five_grid>div:nth-child(7) {
    grid-area: box7;
} */

.home-new-power-wrapper .sec_five_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;

  gap: 2rem;
  padding: 2% 0;
}

.home-new-power-wrapper .sec_five_grid_one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
  gap: 2rem;
  /* padding: 1% 0 2% 0; */
}

.home-new-power-wrapper .sec_five_box {
  padding: 9% 5%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #123a81;
  transition: var(--common-transition);
}

.home-new-power-wrapper .sec_five_box:hover {
  transform: translateY(-1%);
  transition: var(--common-transition);
}

.home-new-power-wrapper .sec_five_grid_one > div:nth-child(1) {
  padding: 11% 5%;
  overflow: hidden;
}

.home-new-power-wrapper .sec_five_grid_one > div:nth-child(2) {
  padding: 11% 5%;
  overflow: hidden;
}

.home-new-power-wrapper .sec_five_grid_one > div:nth-child(3) {
  padding: 11% 5%;
  overflow: hidden;
}

.home-new-power-wrapper .sec_five_grid p {
  font-size: 1.5rem;
}

.home-new-power-wrapper .sec_five_grid_one p {
  font-size: 1.5rem;
}

.home-new-power-wrapper .sec_five_icon {
  width: 70px;
}

.home-new-power-wrapper .sec_five_box_bg {
  position: absolute;
  top: 1%;
  width: 35%;
  left: 34%;
}

.home-new-power-wrapper .filter {
  filter: brightness(0) invert(1);
}

.home-new-power-wrapper .sec_six_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 1rem;
  padding-top: 4%;
  justify-items: center;
  margin: auto;
}

.home-new-power-wrapper .sec_six_box {
  background-color: #edf0f5;
  padding: 25px 20px;
  border-radius: 40px;
  width: 100%;
  min-height: 64vh;
  transition: var(--common-transition);
}

.home-new-power-wrapper .sec_six_img {
  width: 100%;
  margin: auto;
}

.home-new-power-wrapper .sec_six_img img {
  border-radius: 20px;
}

.home-new-power-wrapper .sec_six_space {
  padding: 0 6%;
}

.home-new-power-wrapper .wgt {
  font-weight: bolder;
}

.home-new-power-wrapper .black_aerrow {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: var(--common-transition);
}

.home-new-power-wrapper .sec_six_box:hover .black_aerrow {
  transition: var(--common-transition);
  transform: translate(-50%, -50%) scale(1);
}

.home-new-power-wrapper .sec_six_box:hover {
  transform: translateY(-1%);
  transition: var(--common-transition);
}

.home-new-power-wrapper .resource {
  background-color: #edf0f5;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 30px;
}

.home-new-power-wrapper .sec_four .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
  display: flex;
  gap: 7px;
  top: 20%;
  left: 25%;
}

.home-new-power-wrapper
  .sec_four
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffff;
}

.home-new-power-wrapper .sec_four .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #ffff 40%;
  opacity: 0.2;
}

/* .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
    display: flex;
    left: 50%;
    gap: 1rem;
    transform: translateX(-50%);
    padding-top: 4%;
} */

.home-new-power-wrapper .sec_seven_grid {
  display: grid;
  grid-template-columns: calc(30% - 1rem) calc(70% - 1rem);
  gap: 2rem;
}

.home-new-power-wrapper .connect_box {
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 30px;
  min-height: 67vh;
}

.home-new-power-wrapper .connect_box input {
  background-color: #123a81;
  border-radius: 10px;
  border: unset;
  width: 100%;
  padding: 1rem;
  font-family: var(--medium-font-family);
  font-size: 1rem;
  color: var(--white-color);
}

.home-new-power-wrapper .connect_box select,
.home-new-power-wrapper .connect_box textarea {
  font-family: var(--medium-font-family);
  font-size: 1rem;
  color: var(--white-color);
}

.home-new-power-wrapper .connect_box select,
.home-new-power-wrapper .connect_box textarea:focus {
  outline: unset;
}

.home-new-power-wrapper .connect_box input:focus {
  border: unset;
  outline: unset;
}

.home-new-power-wrapper label {
  color: white;
}
.home-new-power-wrapper label.error,
.home-new-power-wrapper i.error {
  color: #ff0011 !important;
}
.home-new-power-wrapper .sinup-form label.error,
.home-new-power-wrapper .sinup-form i.error {
  color: #ff0011 !important;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.home-new-power-wrapper .sinup-form .sinup-form-div > div {
  position: relative;
}
.home-new-power-wrapper .bottom_form label {
  color: #ff0000;
  padding-left: 5px;
}
.home-new-power-wrapper .loginpopup-box.active-forgot ::placeholder,
.home-new-power-wrapper .connect_box ::placeholder {
  color: var(--white-color) !important;
}

.home-new-power-wrapper .connect_box form > div {
  padding: 0.5rem 0;
}

.home-new-power-wrapper .connect_box textarea {
  background-color: #123a81;
  width: 100%;
  padding: 2rem 1rem;
  border: unset;
  color: white;
  border-radius: 10px;
  resize: none;
}

.home-new-power-wrapper .connect_box select {
  background-color: #123a81;
  width: 100%;
  padding: 1rem;
  border: unset;
  color: white;
  border-radius: 10px;
}

.home-new-power-wrapper .connect_box textarea:focus {
  border: unset;
}

.home-new-power-wrapper .connect_box select:focus {
  border: unset;
}

.home-new-power-wrapper .sec_seven_grid iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.home-new-power-wrapper .address_box {
  background-color: var(--secondary-color);
  padding: 2rem 2rem;
  border-radius: 30px;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.home-new-power-wrapper .address_box p {
  font-size: 1rem;
}

.home-new-power-wrapper .footer-content {
  width: 95%;
  margin: auto;
  padding: 2rem 0;
  display: block;
}
.home-new-power-wrapper.footer-new-wrapper {
  background: #ffffff;
}
.home-new-power-wrapper .border-secondary {
  border-right: 1px solid var(--secondary-color);
  padding-right: 1rem;
}

.home-new-power-wrapper .paymentPlanFlex {
  padding-left: 5rem;
  margin-top: -8rem;
}

.home-new-power-wrapper .power-analytica-section7 {
  padding-bottom: 0 !important;
}

/* request-page */
.home-new-power-wrapper .power-analytica-request-1 iframe {
  width: 100%;
  height: 100vh;
}

/* signuppopup-box */
.home-new-power-wrapper .signuppopup-box.active {
  z-index: 11;
  opacity: 1;
  display: block;
  visibility: visible;
}

.home-new-power-wrapper .signuppopup-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: visible;
  width: 82%;
}

.home-new-power-wrapper .signup-border {
  background-color: var(--primary-color);
  width: 100%;
  padding: 1rem;
}
.home-new-power-wrapper .signup-box-main ::placeholder {
  color: #6c6c6c !important;
}
.home-new-power-wrapper .sinup-form input {
  border-radius: 10px;
  border: 1px solid #afafb1;
  width: 100%;
  padding: 1rem;
}

.home-new-power-wrapper .signup-main-div {
  margin-top: 10%;
}

.home-new-power-wrapper .signup-main-div > div:nth-child(1) {
  flex-basis: 50%;
}

.home-new-power-wrapper .signup-box-main {
  background-color: var(--white-color);
}

.home-new-power-wrapper .signup-main-div > div:nth-child(2) {
  flex-basis: 50%;
  padding: 2rem;
}

.home-new-power-wrapper .login-logo {
  width: 46%;
  margin: 5% auto;
}

.home-new-power-wrapper .sinup-form ::placeholder {
  color: gray;
  font-weight: bolder;
}

.home-new-power-wrapper .signup-checkbox :checked {
  width: 50%;
  margin: 0 auto;
}

.home-new-power-wrapper .signup-checkbox {
  border: 1px solid black;
  width: 24%;
  margin: 0 auto;
  align-items: center;
  padding: 1rem;
}

.home-new-power-wrapper .signup-button {
  width: fit-content;
  margin: 0 auto;
}

.home-new-power-wrapper .signup-checkbox input {
  width: unset;
  border: 1px solid #afafb1;
  border-radius: 10px;
}

.home-new-power-wrapper .loginpopup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 26%;
  opacity: 0;
  display: none;
  visibility: hidden;
  /* background-color: #fff; */
  background-color: var(--secondary-color);
  border-radius: 15px;
  position: relative;
  padding: 50px;
  z-index: 12;
}

.home-new-power-wrapper .text-right {
  text-align: right;
}

.home-new-power-wrapper .loginpopup-box.active,
.home-new-power-wrapper .loginpopup-box.active-forgot {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  display: block;
  visibility: visible;
}

.home-new-power-wrapper .loginpopup-box input {
  background-color: #123a81 !important;
  border-radius: 10px;
  border: unset;
  width: 100%;
  padding: 1rem;
  font-family: var(--medium-font-family);
  font-size: 1rem;
  color: var(--white-color);
}

.home-new-power-wrapper .esdipopup-box {
  background-color: var(--secondary-color);
  width: 45%;
  height: 85svh;
  overflow: scroll;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  padding: 3rem;

  border-radius: 15px;
}

.home-new-power-wrapper .esdipopup-box.active {
  opacity: 1;
  visibility: visible;

  transform: translate(-50%, -50%) scale(1);
}

.home-new-power-wrapper .sinup-form label {
  color: black;
}

.home-new-power-wrapper .flex-basis {
  flex-basis: 50%;
}

.home-new-power-wrapper .sinup-form textarea {
  width: 100%;
  border-radius: 10px;
  padding: 1rem;
}

.home-new-power-wrapper .sinup-form textarea ::placeholder {
  color: var(--primary-color2);
}

.home-new-power-wrapper .overlayContact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transition: all ease-in-out 0.1s; */
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  opacity: 0;
  display: none;
}

.home-new-power-wrapper .overlayContact.active {
  opacity: 1;
  z-index: 10;
  display: block;
}

.home-new-power-wrapper .free-esdi-from input {
  width: 100%;
  padding: 1rem;
}

.home-new-power-wrapper .login-form input {
  padding: 1rem 1rem;
  border-radius: 15px;
  width: 100%;
  outline: none;
}

.home-new-power-wrapper .w100 {
  width: 100%;
}

.home-new-power-wrapper .close-btn {
  right: 1rem;
  min-width: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.home-new-power-wrapper .upload_pdf,
.home-new-power-wrapper .upload_pdf input {
  height: 3.375rem;
}

.home-new-power-wrapper .login-logo-popup img {
  filter: invert(1) brightness(11.5);
}

.home-new-power-wrapper .close-btn-popup {
  width: 1.5rem;
  margin-left: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  height: 1.5rem;
  place-content: center;
  place-items: center;
  transition: var(--common-transition);
}
.home-new-power-wrapper .close-btn-popup img {
  filter: invert(1);
  width: 1.5rem;
  height: 1.5rem;
}

.home-new-power-wrapper .close-btn-popup span {
  display: grid;
  place-content: center;
  place-items: center;
}

.home-new-power-wrapper .close-btn-popup:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.home-new-power-wrapper .login-form input:focus {
  background-color: #fff;
  border-color: #019cde;
  outline: none;
}

/* .video_section { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    background: rgb(0 0 0 / 35%);
    z-index: 0;
} */
.home-new-power-wrapper .video_section video {
  width: 100%;
  margin: 0;
  display: block;
  z-index: 99;
  opacity: 0;
  background-color: var(--secondary-color);
}

/* .video_abs_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;

} */

.home-new-power-wrapper .popup_text p {
  color: var(--white-color);
}

.home-new-power-wrapper .black_btn.button-style-primary:hover {
  border: 1px solid var(--white-color);
  background-color: transparent;
  transition: var(--common-transition);
}

.home-new-power-wrapper .black_btn.button-style-primary:hover p {
  color: var(--white-color);
}

.home-new-power-wrapper .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background: rgb(0 0 0 / 35%);
  z-index: 0;
}
.home-new-power-wrapper .searched-none {
  display: none;
}
/* .home-new-power-wrapper .searched-none.searched-false {
  display: none;
} */
.home-new-power-wrapper .searched-true {
  display: block;
}

.home-new-power-wrapper .closePopup {
  position: fixed;
  background: #2e2e2e;
  top: 0%;
  right: 0%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  padding: 0.5rem;
  transition: all 0.4s ease;
}
.home-new-power-wrapper .closePopup.active {
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease;
}

.home-new-power-wrapper .popupOverlay {
  position: fixed;
  background: #00000049;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  transition: all 0.4s ease;
}
.home-new-power-wrapper .popupOverlay.active {
  z-index: 98;
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease;
}
.home-new-power-wrapper .popupContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  width: 90%;
  max-width: 750px;
  opacity: 0;
  transition: all 0.4s ease;
}
.home-new-power-wrapper .popupContent.active {
  pointer-events: all;
  z-index: 99;
  opacity: 1;
  transition: all 0.4s ease;
}

.home-new-power-wrapper .popupContent iframe {
  width: 100%;
  height: 75vh;
}

.aboutWhiteConent {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.aboutWhiteConent.full-content {
  -webkit-line-clamp: unset;
  overflow: unset;
}


/* home page style End */

@media only screen and (max-width: 1680px) {
  .border tr td .pdf_img img {
    width: 30%;
  }
  .acr_img_div {
    width: 37%;
  }
  .table_padding {
    width: 100%;
  }

  .section1-content {
    padding: 7rem 2rem 9rem 4rem;
  }

  .section1-content .p {
    width: 60%;
  }

  .section1-content h1 {
    font-size: 3.8rem;
  }

  .footer_flex {
    gap: 15rem;
  }

  .vector_img {
    width: 38%;
    position: absolute;
    right: 13%;
    transform: translate(21%, 17%);
    top: 3%;
  }

  .form_padding {
    /* padding: 5rem 9rem; */
  }
  .ac-container {
    width: 94%;
  }

  .feature_title h1 {
    font-size: 3.8rem;
  }
  .title_logo {
    width: 18%;
  }
  .featureSwipper .swiper-slide {
    margin-top: 3rem;
  }

  /* home */
  .home-new-power-wrapper .sec_five_title_txt {
    width: 43%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .home_sec1_btn {
    position: relative;
  }

  .home-new-power-wrapper .address_box {
    bottom: 3%;
    right: 7%;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    height: 68vh;
  }

  .home-new-power-wrapper .swiper_box_space {
    padding-bottom: 2rem;
  }

  .home-new-power-wrapper .loginpopup-box {
    width: 28%;
  }
}

@media only screen and (max-width: 1600px) {
  .table_padding {
    overflow: scroll;
  }

  .vector_img {
    width: 37%;
    right: 9%;
    transform: translate(21%, 16%);
    top: 5%;
  }

  .form_padding {
    /* padding: 5rem 8rem; */
  }

  .banner_top_title_abs_center h1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1440px) {
  .border-bottam tr,
  td,
  th {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .user_img_form_elec_mobi {
    position: absolute;
    top: 20px;
    left: 13px;
    width: 6.5%;
  }
  .form_padding_homepage {
    width: 80%;
  }
  .dfc_wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .account_page_container {
    width: 65%;
    margin: 0 auto;
  }

  .footer_h1_img {
    width: 18%;
    padding-top: 2rem;
  }

  .section-padding-client {
    padding: 3rem 0;
  }

  html {
    font-size: 14px;
  }

  /*.form_padding input {

        padding: 1.3rem 1rem 1rem 3.3rem;
    }*/

  .footer_flex {
    gap: 23rem;
  }

  .same_div_sidepadding {
    width: 74%;
    margin: 0 auto;
  }

  .title_logo {
    width: 16%;
  }
  .add_icon_div1 iframe {
    width: 600px;
    height: 500px;
  }

  /* home */
  .home-new-power-wrapper .sec_four_box {
    background-color: #edf0f5;
    padding: 2.5rem;
    width: 100%;
    border-radius: 20px;
    height: 50vh;
  }

  .home-new-power-wrapper .double_quation_img {
    position: absolute;
    width: 7.5%;
    top: -2%;
    left: 7.5%;
  }

  .home-new-power-wrapper .sec_one_bg_img {
    width: 38rem;
  }

  .home-new-power-wrapper .sec_five_content_txt {
    width: 31%;
  }

  .home-new-power-wrapper .sec_two_bg {
    position: absolute;
    top: 0%;
    left: 2%;
    width: 41%;
  }

  .home-new-power-wrapper .sec_five_title_txt {
    width: 50%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .sec_five_content_txt {
    width: 46%;
  }

  .home-new-power-wrapper .sec_six_space {
    padding: 0 0 0 4%;
  }

  .home-new-power-wrapper .sec_seven_grid {
    display: grid;
    grid-template-columns: 30% 70%;

    gap: 2rem;
  }

  .home-new-power-wrapper .address_box {
    bottom: 3%;
    right: 1%;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 100%;

    border-radius: 20px;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    height: 100%;
  }

  .home-new-power-wrapper .sec_six_box {
    background-color: #edf0f5;
    padding: 25px 20px;
    border-radius: 40px;
    width: 100%;
    min-height: 60vh;
  }

  .home-new-power-wrapper .sec_one_heading_txt {
    width: 85%;
    line-height: 1.3;
  }

  .home-new-power-wrapper .sec_three_box_bg {
    position: absolute;
    top: -2%;
    right: 1%;
    width: 48%;
  }

  .home-new-power-wrapper .sec_one_content_txt {
    width: 79%;
  }

  .home-new-power-wrapper .sec_four_box_bg {
    top: -2%;
    right: 5%;
    width: 67%;
  }
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1366px) {
  .table_padding {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .energy_content_box {
    width: 100%;
  }

  .footer_flex {
    gap: 20rem;
  }

  .fotoer_flex {
    padding: 3rem 0;
  }

  .vector_img {
    width: 41%;
    right: 9%;
    transform: translate(21%, 16%);
    top: 3%;
  }

  .eagnet-logo {
    width: 75%;
    display: grid;
  }
  .banner_top_title_abs_center {
    top: 65%;
  }
  .header-buttons a button {
    padding: 0.8rem 1rem;
  }

  .bill_listing li a.pdf_file {
    background-size: 30px 24px;
    background-position-y: 11px;
  }

  /* home */
  .home-new-power-wrapper .sec_seven_grid iframe {
    height: 61vh;
  }

  .home-new-power-wrapper .automed_img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .home-new-power-wrapper .connect_box {
    min-height: 51vh;
  }

  .home-new-power-wrapper .sec_three_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 1rem;
    padding-top: 4%;
  }

  /* 
    .home-new-power-wrapper .address_box {
        bottom: 3%;
        right: 4%;
    } */

  .home-new-power-wrapper .sec_three_box_bg {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 50%;
  }

  .home-new-power-wrapper .sec_two_grid {
    gap: 2rem;
    padding-top: 11%;
  }

  .home-new-power-wrapper .signup-checkbox {
    width: 28%;
  }

  .home-new-power-wrapper .double_quation_img {
    width: 6%;
    top: -2%;
    left: 6%;
  }

  .home-new-power-wrapper .sec_four_box {
    padding: 6% 4%;
    width: 100%;
    border-radius: 40px;
    height: 50vh;
  }

  .home-new-power-wrapper .loginpopup-box {
    width: 36%;
  }
}

@media only screen and (max-width: 1280px) {
  .account_page_container {
    width: 75%;
    margin: 0 auto;
  }

  .fill-btn p,
  .gray-btn p {
    font-size: 14px;
  }

  .section1-content {
    padding: 7rem 2rem 5rem 4rem;
  }

  .vector_img {
    width: 41%;
    right: 9%;
    transform: translate(21%, 28%);
    top: 5%;
  }

  .footer_flex {
    gap: 13rem;
  }

  .section-padding-contact_form {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .section p {
    font-size: 1.1rem;
  }
  .banner_top_title_abs_center h1 {
    font-size: 3.2rem;
  }
  .banner_top_title_abs_center p {
    font-size: 1.3rem;
  }

  .about_page .banner_top_title_abs_center {
    top: 69%;
  }
  .about_heading_title h2 {
    font-size: 2.2rem;
  }
  .card_body.accountTab .blue_bg {
    min-height: 550px;
  }
  .add_icon_div1 iframe {
    width: 500px;
    height: 450px;
  }

  .dashboardPage.signup_form .request_form {
    width: 100% !important;
    /*padding: 0 2rem 0 0;*/
  }

  /* home */
  .home-new-power-wrapper .sec_seven_grid {
    display: grid;
    grid-template-columns: 40% 60%;

    gap: 2rem;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 100%;

    border-radius: 20px;
  }

  .home-new-power-wrapper .sec_one_heading_txt {
    width: 90%;
    line-height: 1.3;
  }

  /* .home-new-power-wrapper .address_box {
        bottom: 3%;
        right: 1%;
    } */
}

@media only screen and (max-width: 1152px) {
  .account_page_container {
    width: 90%;
    margin: 0 auto;
  }
  .section1-content h1 {
    font-size: 3rem;
  }

  .section1-content .p {
    font-size: 1.5rem;
  }

  .footer_flex {
    gap: 6rem;
  }
  .vector_img {
    width: 46%;
    transform: translate(21%, 20%);
  }

  .fotoer_ul ul li {
    white-space: normal;
  }

  .eagent_content p {
    font-size: 1.2rem;
  }

  .feature_title h1 {
    font-size: 3rem;
  }
  .energy_content_box {
    min-height: 310px;
  }
  .energy_text p {
    font-size: 16px;
  }

  .energy_text h1 {
    font-size: 1.2rem;
  }
  .eagent_content {
    width: 90%;
  }

  .feature_content {
    width: 60%;
  }
  .swiper-button-prev {
    right: 11%;
    width: 36px;
    height: 36px;
  }

  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .add_icon_div iframe {
    width: 480px;
    height: 450px;
  }

  /* home */
  .home-new-power-wrapper .header-links-ul ul li a {
    width: max-content;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 100%;
    height: 56vh;
    border-radius: 20px;
  }

  .home-new-power-wrapper .sec_two_table {
    width: 80%;
  }

  .home-new-power-wrapper .middest-gap {
    gap: 1.5rem !important;
  }

  .home-new-power-wrapper .sec_two_content {
    width: 79%;
    line-height: 1.7;
  }

  .home-new-power-wrapper .sec_two_grid {
    display: grid;
    grid-template-columns: calc(100% - 40% - 1rem) calc(100% - 60% - 1rem);
    gap: 2rem;
    padding-top: 8%;
  }

  .home-new-power-wrapper .sec_two_grid img {
    height: 450px;
    border-radius: 30px;
  }

  .home-new-power-wrapper .section-gap {
    gap: 3.5rem !important;
  }

  .home-new-power-wrapper .main-font p {
    font-size: 4.25rem;
  }

  .home-new-power-wrapper .sec_three_title_font {
    width: 43%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .sec_three_content {
    width: 41%;
  }

  .home-new-power-wrapper .sec_three_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 1rem;
    padding-top: 4%;
  }

  .home-new-power-wrapper .sec_two_grid_main {
    display: grid;
    grid-template-columns: 40% 60%;

    align-items: center;

    gap: 9rem;
  }

  .home-new-power-wrapper .sec_five_content_txt {
    width: 52%;
  }

  .home-new-power-wrapper .sec_six_grid {
    width: 99%;
  }

  .home-new-power-wrapper .black_aerrow {
    width: 14%;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 100%;
    height: 66vh;
    border-radius: 20px;
  }

  .home-new-power-wrapper .connect_box {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 30px;
    min-height: 61vh;
  }

  .home-new-power-wrapper .sec_six_box {
    height: unset;
    min-height: 50vh;
    width: 100%;
  }

  .home-new-power-wrapper .section-padding-medium {
    padding: 2rem 0;
  }

  .home-new-power-wrapper .sec_four_box {
    padding: 7% 6%;
    width: 100%;
    border-radius: 40px;
    height: 50vh;
  }

  .home-new-power-wrapper .double_quation_img {
    width: 7%;
    top: -2%;
    left: 7%;
  }

  .home-new-power-wrapper .sec_five_grid_one {
    width: 85%;
  }

  .home-new-power-wrapper .sec_three_box_bg {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 47%;
  }

  .home-new-power-wrapper .sec_two_img_counters {
    left: 6%;
  }

  .home-new-power-wrapper .loginpopup-box {
    width: 42%;
  }

  .home-new-power-wrapper .esdipopup-box {
    width: 46%;
  }

  .home-new-power-wrapper .signup-checkbox {
    width: 32%;
  }
}

@media only screen and (max-width: 1024px) {
  .form_padding_about {
    width: 73%;
  }
  .vector_img {
    width: 41%;
    transform: translate(21%, 31%);
  }
  .add_icon_div1 iframe {
    width: 460px;
    height: 410px;
  }

  /* home */
  .home-new-power-wrapper .w-max-tab {
    width: max-content;
  }

  .home-new-power-wrapper .home_pay_btn {
    width: 3.929rem;
    object-fit: cover;
    height: 3.929rem;
    background-color: var(--secondary-highlight-color);
    padding: 1.5rem;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    left: 48%;
  }

  .home-new-power-wrapper .w-max {
    width: max-content;
  }

  .home-new-power-wrapper .sec_three_title_font {
    width: 45%;
  }

  .home-new-power-wrapper .sec_three_content {
    width: 43%;
  }

  .home-new-power-wrapper .sec_thre_box-padding {
    padding: 12% 4% !important;
  }

  .home-new-power-wrapper .sec_three_box_icon {
    width: 50px;
  }

  .home-new-power-wrapper .sec_six_space {
    padding: 0 4%;
  }

  .home-new-power-wrapper .sec_six_box {
    background-color: #edf0f5;
    padding: 25px 12px;
    border-radius: 40px;
    width: 100%;
    min-height: 47vh;
  }

  .home-new-power-wrapper .sec_seven_grid {
    display: grid;
    grid-template-columns: 40% 60%;

    gap: 2rem;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 95%;

    border-radius: 20px;
  }

  .home-new-power-wrapper .address_box {
    bottom: 3%;
    right: 6%;
  }

  .home-new-power-wrapper .connect_box input {
    padding: 1.5rem;
  }

  .home-new-power-wrapper .connect_box select {
    padding: 1.5rem;
  }

  /*   .home-new-power-wrapper  .address_box {
    bottom: 3%;
    right: 3%;
} */

  .home-new-power-wrapper .connect_box textarea {
    background-color: #123a81;
    width: 100%;
    padding: 2.5rem;
    border: unset;
    color: white;
  }

  .home-new-power-wrapper .sec_four_box {
    padding: 10% 7%;
    width: 100%;
    border-radius: 40px;
    height: 50vh;
  }

  .home-new-power-wrapper .sec_four_box > div:nth-child(2) {
    padding-top: 2rem;
  }

  .home-new-power-wrapper .bottom-space {
    padding-bottom: 12%;
  }

  .home-new-power-wrapper .sec_four .swiper-pagination {
    top: 21%;
    left: 22%;
  }

  .home-new-power-wrapper .sec_one_heading_txt {
    width: 99%;
    line-height: 1.3;
  }

  .home-new-power-wrapper .paymentPlanFlex {
    margin-top: -11rem;
  }

  .home-new-power-wrapper .sec_two_img_counters {
    left: 4%;
  }

  .home-new-power-wrapper .sec_three_box_bg {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 49%;
  }

  .home-new-power-wrapper .loginpopup-box {
    width: 46%;
    height: 60vh;
  }

  .home-new-power-wrapper .max-conatiner {
    width: 92%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .account_block_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .account_block_grid h3 {
    font-size: 1.3rem;
  }

  .line_innerpadding {
    padding: 1rem 0rem;
    width: 100%;
    margin: 0 auto;
  }

  .btn-chg img {
    width: 24 px;
  }

  .img2 .btn-chg img {
    width: 30px;
  }

  .form_padding_about {
    width: 97%;
  }

  .banner_top_title_abs_center h1 {
    font-size: 3rem;
  }

  .vector_img {
    width: 50%;
    right: 11%;
    transform: translate(21%, 16%);
    top: 14%;
  }

  .section2 {
    width: 75%;
    margin-left: auto;
  }

  .section3 .white-contentp {
    width: 90%;
    margin: 0 auto;
  }

  .ac-container {
    width: 95%;
    margin: 0 auto;
  }

  .acr_section h2:first-child {
    color: var(--primary-color) !important;

    left: -6%;
  }

  .dgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .form_padding {
    padding: 5rem 1rem;
  }

  html {
    font-size: 13px;
  }

  .dfc_wrapper {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .pipe {
    display: none;
  }

  .footer_flex {
    gap: 3rem;
  }

  .same_div_sidepadding {
    width: 84%;
  }
  .flex_row {
    gap: 2rem;
    align-items: flex-start;
  }
  .energy_content_box {
    min-height: 330px;
  }
  .vector_img {
    right: 10%;
    top: 32%;
  }

  .title_logo {
    width: 22%;
  }
  .dashboardPage.signup_form .request_form {
    width: 100% !important;
    padding: 0;
  }

  /* home */
  .home-new-power-wrapper .visible-tab-mobile {
    display: block !important;
  }

  .home-new-power-wrapper .hide-tab-mobile {
    display: none !important;
  }

  .home-new-power-wrapper .banner-title h1,
  .home-new-power-wrapper .banner-title h1 span,
  .home-new-power-wrapper .banner-title h2,
  .home-new-power-wrapper .banner-title h2 span {
    font-size: 3.385rem;
    font-family: var(--regular-font-family);
  }

  .home-new-power-wrapper .w-max-tab {
    width: max-content;
  }

  .home-new-power-wrapper .sec_one_heading_txt {
    width: 94%;
    line-height: 1.3;
  }

  .home-new-power-wrapper .sec_one_bg_img {
    position: absolute;
    top: -3%;
    right: 0%;
    z-index: 0;
    width: 32rem;
  }

  .home-new-power-wrapper .sec_two_img_counters {
    position: absolute;
    top: 34%;
    left: 5%;
  }

  .home-new-power-wrapper .inner-flex-tab {
    display: flex;
    flex-direction: column !important;
  }

  .home-new-power-wrapper .sinup-form ::placeholder {
    color: gray;
    font-weight: bolder;
    font-size: 1.015rem;
  }
  .home-new-power-wrapper .signup-box-main textarea::placeholder {
    color: var(--primary-color2) !important;
  }

  .home-new-power-wrapper .inner-flex-middest {
    gap: var(--middest-gap-size);
  }

  .home-new-power-wrapper .signup-main-div > div:nth-child(2) {
    flex-basis: 100%;
    padding: 3rem 1rem;
    width: 100%;
  }

  .home-new-power-wrapper .signup-main-div {
    margin-top: 5%;
    /* margin-bottom: 1%; */
    width: 100%;
  }

  .home-new-power-wrapper .signup-checkbox input {
    width: unset !important;
    border: 1px solid #afafb1;
    border-radius: 10px;
  }

  .home-new-power-wrapper .sinup-form input {
    border-radius: 10px;
    border: 1px solid #afafb1;
    width: 100%;
    padding: 1.5rem;
  }

  .home-new-power-wrapper .sec_three_box_bg {
    position: absolute;
    top: 0%;
    right: 5%;
    width: 41%;
  }

  .home-new-power-wrapper .sec_five_box_bg {
    position: absolute;
    top: 0%;
    width: 44%;
    left: 34%;
  }

  .home-new-power-wrapper .sec_two_grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 2rem;
    padding-top: 10%;
  }

  .home-new-power-wrapper .sec_two_box {
    background-color: #edf0f5;
    padding: 24px;
    width: 100%;
    border-radius: 20px;
    display: flex;
  }

  .home-new-power-wrapper .address_box {
    bottom: 3%;
    right: 1%;
  }

  .home-new-power-wrapper .sec_two_img_btn {
    position: absolute;
    top: 12%;
    right: 5%;
  }

  .home-new-power-wrapper .sec_three_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 2rem;
    padding-top: 4%;
  }

  .home-new-power-wrapper .sec_three_title_font {
    width: 52%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .sec_three_content {
    width: 42%;
  }

  .home-new-power-wrapper .main-container {
    width: 90%;
    margin: 0 auto;
  }

  .home-new-power-wrapper .sec_two_grid_main {
    display: grid;

    gap: 5.077rem;
  }

  .home-new-power-wrapper .sec_five_title_txt {
    width: 68%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .sec_five_content_txt {
    width: 71%;
  }

  .home-new-power-wrapper .sec_six_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 2rem;
    padding-top: 4%;
    justify-items: center;
  }

  .home-new-power-wrapper .sec_five_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 2rem;
    padding: 2% 0;
  }

  .home-new-power-wrapper .sec_seven_grid {
    display: grid;
    grid-template-columns: 100%;

    gap: 2rem;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 100%;

    border-radius: 20px;
  }

  .home-new-power-wrapper .inner-flex-tab {
    display: flex;
    flex-direction: column;
  }

  .home-new-power-wrapper .middest-gap-tab {
    gap: var(--middest-gap-size);
  }

  .home-new-power-wrapper .sec_one_content_txt {
    width: 94%;
  }

  .home-new-power-wrapper .sec_five_grid_one > div:nth-child(1) {
    padding: 9% 5%;
  }

  .home-new-power-wrapper .paymentPlanFlex {
    padding-left: 0rem;
    margin-top: -11.846rem;
  }

  .home-new-power-wrapper .sec_three_bg {
    position: absolute;
    top: -9%;
    left: 37%;
    width: 61%;
  }

  .home-new-power-wrapper .sec_five_grid_one {
    width: 80%;
  }

  .home-new-power-wrapper .sec-4-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .home-new-power-wrapper .sec_four_grid {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    gap: 2rem;
    padding-bottom: 8%;
  }

  .home-new-power-wrapper .sec_four_grid > div:nth-child(1) {
    background-color: var(--secondary-color);
    width: 100%;
    height: auto;
  }

  .home-new-power-wrapper .sec_four_box_bg {
    top: -2%;
    right: 5%;
    width: 34%;
  }

  .home-new-power-wrapper .double_quation_img {
    width: 8%;
    top: -2%;
    left: 8%;
  }

  .home-new-power-wrapper .marquee > div {
    animation: marquee 10s linear infinite;
  }

  .home-new-power-wrapper .sub-text p {
    font-size: 1.692rem;
  }

  .home-new-power-wrapper .sec_one_visible_div {
    position: relative;
    z-index: 999;
  }

  .home-new-power-wrapper .overlayContact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* transition: all ease-in-out 0.1s; */
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    opacity: 0;
  }

  .home-new-power-wrapper .loginpopup-box {
    width: 60%;
    height: 60vh;
    z-index: 9999;
  }

  .home-new-power-wrapper .esdipopup-box {
    width: 50%;
    z-index: 9999;
  }

  .home-new-power-wrapper .overlayContact.active {
    opacity: 1;
    z-index: 9999;
    display: block;
  }

  .home-new-power-wrapper .signuppopup-box.active {
    z-index: 9999;
    opacity: 1;
    display: block;
    visibility: visible;
  }

  .home-new-power-wrapper .sec-2-grid-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .home-new-power-wrapper .sec_four_box {
    height: 60vh;
  }
}

@media only screen and (max-width: 767px) {
  .webclass {
    display: none;
  }
  .mobileclass {
    display: block;
  }
  .login_form_Wrap .form-control {
    line-height: 1.5;
  }
  .tab-right_content_div {
    padding: 35px 15px;
  }
  .drop_arrow {
    position: absolute;
    top: 20px;
    right: 5%;
    height: auto;
    z-index: 0;
  }
  .form_wrapper .form_padding {
    padding-left: 0;
    padding-right: 0;
  }

  .vertical_tabpanel {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  .vertical_tabpanel .drop_arrow {
    position: absolute;
    top: 36px;
    right: 8%;
    height: auto;
    z-index: 0;
  }

  .form_padding_homepage {
    width: 93%;
    margin: 0 auto;
    padding: 80px 0;
  }

  .account_block_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .account_box {
    background-color: #fff;
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .page_padding_block {
    padding: 100px 0 50px 0;
  }
  .account_title p {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: capitalize;
  }
  .acc_img {
    width: 2rem;
  }

  .header-buttons button.fill-btn {
    background-color: transparent !important;
  }

  .table_padding {
    width: 99%;
  }

  .banner_top_title_abs_center h1 {
    font-size: 2.1rem;
  }

  .centeralign-popupwhite {
    width: 95%;
  }
  .about_popup .centeralign-popupwhite {
    width: 75%;
  }
  .about_popup .heading_title {
    margin: 0px 0;
  }

  button.fill-btn {
    background-color: transparent;
    border: transparent;
  }
  .header-buttons a button {
    padding: 0;
    text-align: center;
  }
  button.gray-btn {
    background-color: transparent;
    border: transparent;
  }
  /* .img2 img {
       
        
    } */
  button.fill-btn:hover {
    background-color: transparent;
    border: transparent;
  }
  button.gray-btn:hover {
    background-color: transparent;
    border: transparent;
  }
  .header-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  .user_img_abt {
    width: 5%;
  }

  .user_img_form_elec_mobi {
    position: absolute;
    top: 17px;
    left: 13px;
    z-index: 99;
    width: 6%;
  }

  .dgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .border tr td .pdf_img img {
    width: 35%;
  }

  .centeralign {
    width: 75%;
  }

  .pd_table0 img {
    width: 1000px !important;
  }

  .dflex-50 {
    display: flex;
    column-gap: 0;
    row-gap: 0rem;
    justify-content: space-between;
    flex-direction: column;
  }

  .form_padding_about {
    width: 92%;
  }

  .section_about_banner img {
    padding-top: 14rem;
  }

  .banner_top_title_abs_center h1 {
    font-size: 2.5rem;
  }

  .banner_top_title_abs_center p {
    width: 95%;
  }

  .banner_top_title_abs {
    width: 80%;
  }

  .eagnet-logo {
    width: 100px;
  }

  body {
    overflow-x: hidden;
  }

  .icon {
    width: 6%;
  }

  .dfc {
    justify-content: flex-start;
  }

  .form_padding {
    padding: 2rem 1rem;
  }

  .form_padding input {
    width: -webkit-fill-available;
  }

  .faq_que_arrow {
    width: 6.5%;
  }

  .section_acr_wrapper {
    padding: 3rem 0;
  }

  .section1bg {
    margin-bottom: 0px;
  }

  .section1-content {
    padding: 3rem 2rem 5rem 2rem;
  }

  .client_bg {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section1-content .p {
    width: 100%;
  }

  .vector_img {
    width: 100%;
    right: 0;
    transform: unset;
    top: 14%;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 53px;
  }

  .section2 {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .section-padding {
    padding: 2rem 0;
  }

  .section3_bg {
    background-color: var(--default-color);
    padding: 40px 0 40px 0;
  }

  .bottom_contain .dflex-center {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
  }

  .acr_bullet {
    padding-left: 0;
  }

  .acr_img_div {
    width: 90%;
  }

  .acr_section h2:first-child {
    color: var(--primary-color) !important;
    left: 0;
    position: relative;
    top: 0;
    display: none;
  }

  .bottom_contain {
    padding: 3rem 0 0 0;
  }

  .acr_section .heading_title h2 {
    font-style: normal;
    font-size: 1.5rem;
  }

  .faq_que_arrow {
    padding-right: 13px;
  }

  .dgrid2fr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.5rem;
    column-gap: 0rem;
    padding-top: 3rem;
    left: 0;
  }

  .section1-content h1 {
    font-size: 2.5rem;
  }
  .dfc_wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;
    row-gap: 1rem;
  }

  .footer_flex {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
  }

  .fotoer_ul {
    padding-left: 0.938rem;
  }

  .icon_footer {
    width: 6%;
  }

  .footer-social {
    width: 11%;
  }

  .fotoer_social {
    display: flex;
    gap: 1rem;
    padding-top: 2rem;
  }

  .fill-btn p {
    font-family: var(--bold-font-family);
    font-size: 16px;
  }

  .header_content {
    gap: 1rem;
  }
  .gray-btn p {
    font-size: 14px;
  }
  .section1bg {
    margin-top: 70px;
  }
  .white-contentp p {
    font-size: 1.1rem;
  }
  .section2 p {
    font-size: 1.2rem;
  }
  .blackcontent p {
    font-size: 1.2rem;
  }
  .dfc_wrapper a {
    font-size: 1.2rem;
  }
  .footer_h1 h1 {
    font-size: 3rem;
  }
  .section1-content .p {
    font-size: 1.2rem;
  }
  .content_ul {
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
  }
  .blackcontent li::before {
    width: 6px;
    height: 6px;
    top: 7px;
    left: -16px;
  }
  .tab-right_content_div .form_padding input::placeholder {
    font-size: 1rem;
  }
  .heading_title h2 {
    font-size: 1.6rem;
  }
  .fotoer_flex .section p {
    font-size: 1.2rem;
  }
  .footer_font li {
    font-size: 1.1rem !important;
  }
  .accordianArrow {
    line-height: 40px;
  }
  .deal_details .pull-right {
    float: right !important;
    text-align: center;
  }
  .contact_img {
    padding: 5rem 0 0;
    height: 50vh;
  }
  .contact_img img {
    height: 100%;
    object-fit: cover;
  }
  .privacybox {
    padding: 2rem 2rem;
  }
  .account_padd {
    padding: 8rem 0 4rem;
  }
  .about_page .banner_top_title_abs_center {
    top: 52%;
    width: 88%;
  }
  .flex_row {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .flex_row:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .about_padding {
    padding: 4rem 0 1rem;
  }
  .same_div_sidepadding {
    width: 94%;
  }
  .centeralign-Esidpopup {
    width: 95%;
  }
  .esid-popup .profile_block {
    padding: 30px !important;
  }
  .esid-popup .font_14 {
    font-size: 14px;
  }
  .fotoer_ul li:before {
    top: 10px;
  }
  .font_20 {
    font-size: 14px;
  }
  .banner_top_title_abs_center {
    top: 57%;
  }
  .no_suppliers_text {
    width: 98%;
  }
  .goback_flex {
    flex-direction: column-reverse;
  }
  .divheight20 {
    height: auto;
  }
  .width_90 {
    width: 90%;
  }
  .flex_grid-60 {
    flex-basis: 100%;
  }
  /*.menu_txt1 p {
        font-size: 2rem;
    }*/
  .web_link {
    display: none;
  }
  .mob_link {
    display: block;
  }
  .btn-chg img {
    width: 22px;
    margin-bottom: 9px;
  }
  .header_content {
    padding: 0.5rem 0;
  }
  .banner_top_title_abs_center p {
    line-height: 1.6;
  }
  /* .pricing_req .border-bottam th{
        width: 10%!important;
    }
    .pricing_req .border-bottom_gray td{
        width: 20%!important;
    } */
  .dashboardPage .table > thead > tr > th,
  .dashboardPage .table > tbody > tr > td {
    padding: 10px;
  }
  .deal_details .radio label {
    padding: 0px 10px;
  }
  .padding_desc {
    padding: 30px 5px 50px !important;
    font-size: 1.2rem;
  }
  .table > tbody > tr > td {
    padding-left: 8px;
    padding-right: 8px;
  }
  .fixedSelectionButton.visibleBtn {
    bottom: 26px !important;
  }
  .centeralign-Esidpopup .heading_title {
    margin: 10px 0;
  }
  .esdi_view_btn p {
    text-align: center;
    margin: 0 auto 1rem;
    width: fit-content;
  }
  .moible_div_esdi {
    overflow: hidden;
    height: 70vh;
  }
  .about_top_spacing {
    padding-top: 5rem;
  }
  .dashboardPage .rfDiv .pt50 {
    padding-top: 0px !important;
  }

  .customer_flex {
    flex-direction: column;
  }
  .bg_logo_content {
    width: 20%;
  }

  .feature_title h1 {
    font-size: 2.5rem;
  }
  .title_logo {
    width: 36%;
    margin: 0 auto 1rem;
  }
  .section3_homepage .feature_content {
    width: 96%;
  }
  .eagent_content {
    width: 100%;
  }
  .energy_content_box {
    min-height: fit-content;
  }
  .swiper-button-prev {
    left: 40% !important;
    width: 36px;
    height: 36px;
    top: unset;
    bottom: 0;
  }

  .swiper-button-next {
    width: 36px;
    height: 36px;
    top: unset;
    bottom: 0;
    right: 40% !important;
  }

  .featureSwipper .swiper-slide {
    margin: 0rem 0 4.5rem;
  }
  .img2 .btn-chg img {
    width: 22px;
  }
  .dashboardPage.signup_form .rfDiv .pt50 {
    padding-top: 20px !important;
  }

  /* home767 */
  .home-new-power-wrapper .border-secondary-bottom-white {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 1.692rem;
  }
  .home-new-power-wrapper .address_box p,
  .home-new-power-wrapper .connect_box input {
    font-size: 11px;
  }
  /* .home-new-power-wrapper  .sec_five_grid p{
        font-size: 1.269rem;
    } */

  .home-new-power-wrapper .esdipopup-box.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    height: 500px;
    overflow-y: scroll;
  }

  .home-new-power-wrapper .close-btn-popup {
    width: 1.692rem;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    height: 1.692rem;
    place-content: center;
    place-items: center;
    transition: var(--common-transition);
  }

  .home-new-power-wrapper
    .mobile_pagination
    .swiper-pagination.review-pagination {
    position: absolute;
    text-align: center;
    display: flex;
    gap: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: unset;
    z-index: 10;
    top: unset;
    right: 0;
    bottom: 0px;
    left: 0;
  }

  .home-new-power-wrapper .mobile_pagination {
    padding-bottom: 2.538rem;
  }

  .home-new-power-wrapper .hidden-xs {
    display: none !important;
  }

  .home-new-power-wrapper .visible-mobile-only {
    display: block !important;
  }

  .home-new-power-wrapper .hide-mobile-only {
    display: none !important;
  }

  .home-new-power-wrapper .section-padding {
    padding: 3.385rem 0;
  }

  .home-new-power-wrapper .overflow-hidden-mob {
    overflow: hidden;
  }

  .home-new-power-wrapper .bottom-space {
    padding-bottom: unset;
  }

  .home-new-power-wrapper .paymentPlanFlex {
    padding-left: 0rem;
    margin-top: 0rem;
  }

  .home-new-power-wrapper .main-container {
    width: 95%;
    margin: 0 auto;
  }

  .home-new-power-wrapper .mobile_menu {
    /* display: none; */
    right: -100%;
    transition: all 0.6s ease;
    position: fixed;
    top: 0;
  }

  .home-new-power-wrapper .mobile_menu.active {
    /* display: block; */
    right: 0%;

    transition: all 0.6s ease;

    height: 100%;
    z-index: 99;
    width: 100%;
  }

  .home-new-power-wrapper .header-links-ul ul {
    display: flex;
    align-items: flex-start;
    gap: 2.538rem;
    flex-direction: column;
  }

  .home-new-power-wrapper .mobile_navigation {
    padding: 12.692rem 0.846rem;
    height: 100vh;
    width: 100%;
    background-color: #002b77;
  }

  .home-new-power-wrapper .menu-border {
    border-bottom: 1px solid var(--white-color);
    width: 100%;
    padding-bottom: 0.846rem;
  }

  .home-new-power-wrapper .mobile-hover p {
    color: var(--white-color);
  }

  .home-new-power-wrapper .mobile-hover p:hover {
    color: var(--secondary-highlight-color);
  }

  .home-new-power-wrapper .inner-flex-mob {
    display: flex;
    flex-direction: column;
  }

  .home-new-power-wrapper .align-start-mob {
    align-items: flex-start !important;
  }

  .home-new-power-wrapper .header-links-ul ul li p {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: var(--white-color);
    padding: unset;
    font-size: 1.5rem;
  }

  .home-new-power-wrapper .border-secondary {
    border-right: 1px solid var(--secondary-color);
    padding-right: 0.5rem;
  }

  .home-new-power-wrapper .header-grid {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .home-new-power-wrapper .sec_one_heading_txt {
    width: 100%;
    line-height: 1.3;
  }

  .home-new-power-wrapper .banner-title h1,
  .home-new-power-wrapper .banner-title h1 span,
  .home-new-power-wrapper .banner-title h2,
  .home-new-power-wrapper .banner-title h2 span {
    font-size: 2.962rem;
    font-family: var(--regular-font-family);
  }

  .home-new-power-wrapper .sec_one_bg_img {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 9;
    width: 65%;
  }

  .home-new-power-wrapper .sec-1 {
    position: relative;
    z-index: 9;
  }

  .home-new-power-wrapper .sec_five_icon {
    width: 60px;
  }

  .home-new-power-wrapper .inner-flex.inner-flex-medium {
    gap: 2.115rem;
  }

  .home-new-power-wrapper .sec_one_content_txt {
    width: 100%;
    line-height: 1.3;
    text-align: left;
  }

  .home-new-power-wrapper .sub-text p {
    font-size: 1.269rem;
  }

  .home-new-power-wrapper .sec_one_banner_img {
    width: 100%;
  }

  .home-new-power-wrapper .home_pay_btn {
    width: 3.385rem;
    object-fit: cover;
    height: 3.385rem;
    background-color: var(--secondary-highlight-color);
    padding: 0.846rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home-new-power-wrapper .sec_two_img_counters {
    position: absolute;
    top: 5%;
    left: 11%;
  }

  .home-new-power-wrapper .section-gap {
    gap: 2.5rem !important;
  }

  .home-new-power-wrapper .sec_two_table {
    width: 100%;
    padding-top: unset;
    position: relative;
    z-index: 1;
  }

  .home-new-power-wrapper .sec_two_content {
    width: 100%;
    line-height: 1.7;
  }

  .home-new-power-wrapper .sec_two_bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
  }

  .home-new-power-wrapper .sec_three_title_font {
    width: 100%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .sec_three_content {
    width: 100%;
  }

  .home-new-power-wrapper .sec_three_grid {
    display: grid;
    grid-template-columns: 100%;
    padding-top: 7%;
  }

  .home-new-power-wrapper .sec_two_grid_main {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    gap: 2rem;
  }

  .home-new-power-wrapper .sec_five_title_txt {
    width: 100%;
    line-height: 1.4;
  }

  .home-new-power-wrapper .sec_five_content_txt {
    width: 100%;
  }

  .home-new-power-wrapper .sec_six_bottom {
    padding-bottom: 4%;
  }

  .home-new-power-wrapper .sec_seven_grid iframe {
    width: 100%;

    border-radius: 20px;
  }

  .home-new-power-wrapper .power-analytica-section-6 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
    display: flex;
    gap: 10%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
  }

  .home-new-power-wrapper .power-analytica-section-6 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: var(--secondary-color) 40%;
    opacity: 0.2;
  }

  .home-new-power-wrapper
    .power-analytica-section-6
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--secondary-color);
  }

  .home-new-power-wrapper .sec_four .swiper-pagination {
    bottom: unset;
    left: unset;
    top: unset;
    position: relative;
    justify-content: center;
  }

  .home-new-power-wrapper .supplierWrapper {
    padding-top: 2.538rem;
  }

  .home-new-power-wrapper .supplierWrapper.flex-row {
    flex-direction: column;
  }

  .home-new-power-wrapper .marquee {
    width: 100%;
    overflow: hidden;
  }

  .home-new-power-wrapper .sec_four .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: var(--secondary-color) 40%;
    opacity: 0.2;
  }

  .home-new-power-wrapper
    .sec_four
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--secondary-color);
  }

  .home-new-power-wrapper .sec_four_swiper {
    flex-basis: 100%;
    width: 100%;
  }

  .home-new-power-wrapper .sec_four_grid > div:nth-child(1) {
    background-color: var(--secondary-color);
    flex-basis: 50% !important;
    width: 100% !important;
    padding: 10% 4% !important;
    height: auto !important;
  }

  .home-new-power-wrapper .sec_five_grid {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    gap: 2rem;
    padding: 2% 0 0 0;
  }

  .home-new-power-wrapper .sec_five_grid_one {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    gap: 2rem;
    padding: 1% 0 2% 0;
  }

  .home-new-power-wrapper .w-max-mob {
    width: max-content;
  }

  .home-new-power-wrapper .sec_three_box_bg {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 45%;
  }

  .home-new-power-wrapper .sec_four_grid {
    display: flex;
    width: 100%;
    gap: 2rem;
    padding-bottom: 5%;
    flex-direction: column;
  }

  .home-new-power-wrapper .marquee > div {
    position: relative;
    width: max-content;
    display: flex;
    gap: 4.231rem;
    align-items: center;
    animation: marquee 10s linear infinite;
  }

  .home-new-power-wrapper .sec_five_box_bg {
    position: absolute;
    top: 1%;
    width: 33%;
    left: 46%;
  }

  .home-new-power-wrapper .social-icon {
    width: 2rem;
  }

  .home-new-power-wrapper .subcontent-title p {
    font-size: 1.25rem;
  }

  .home-new-power-wrapper .banner-title h1,
  .home-new-power-wrapper .banner-title h1 span,
  .home-new-power-wrapper .banner-title h2,
  .home-new-power-wrapper .banner-title h2 span {
    font-size: 2.962rem;
  }

  .home-new-power-wrapper .section-content p,
  .home-new-power-wrapper .section-content p span {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .home-new-power-wrapper .sec_three_feature p,
  .home-new-power-wrapper .button_plan_style p,
  .home-new-power-wrapper .button_plan_style span,
  .home-new-power-wrapper .sec_two_benifits p {
    font-size: 1.25rem;
  }

  .home-new-power-wrapper .sec_four_box_bg {
    top: -2%;
    right: 5%;
    width: 45%;
  }

  .home-new-power-wrapper .sec_four_box {
    padding: 10% 7%;
    width: 100%;
    border-radius: 40px;
    height: fit-content;
  }
  .home-new-power-wrapper .sec_four_box.swiper-box {
    min-height: 60svh;
  }
  .home-new-power-wrapper .middest-gap-mob {
    gap: var(--middest-gap-size);
  }

  .home-new-power-wrapper .smallest-font p {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .home-new-power-wrapper .paymentPlanFlex {
    padding-left: 0;
  }

  .home-new-power-wrapper .home_play_btn {
    display: grid;
    place-items: center;
  }

  .home-new-power-wrapper .home_play_btn img {
    width: 100%;
  }

  .home-new-power-wrapper .small-font p {
    font-size: 1.1rem;
  }

  .home-new-power-wrapper .sec_two_img_counters {
    position: absolute;
    top: 5%;
    left: 5%;
  }

  .home-new-power-wrapper .section-title h1,
  .home-new-power-wrapper .section-title h1 span,
  .home-new-power-wrapper .section-title h2,
  .home-new-power-wrapper .section-title h2 span,
  .home-new-power-wrapper .section-title p {
    font-size: 1.692rem;
  }

  .home-new-power-wrapper .sec_six_box {
    padding: 20px 12px;
    min-height: unset;
  }

  .home-new-power-wrapper .sec_three_bg {
    position: absolute;
    top: -3%;
    left: 0%;
    width: 97%;
  }

  .home-new-power-wrapper .sec-two-grid-box {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    justify-items: center;
    row-gap: 0.846rem;
    column-gap: 0.846rem;
  }

  .home-new-power-wrapper .sec_two_box {
    background-color: #edf0f5;
    padding: 25px;
    width: 100%;
    border-radius: 20px;
    display: flex;
  }

  .home-new-power-wrapper .sectitle-font {
    font-size: 1.354rem;
  }

  .home-new-power-wrapper .sec_two_grid img {
    height: 100vh;
    border-radius: 30px;
  }

  .home-new-power-wrapper .big-gap {
    gap: 2.538rem !important;
  }

  .home-new-power-wrapper .sec_two_grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 1.692rem;
    padding-top: 11%;
  }

  .home-new-power-wrapper .sec_two_grid .middest-gap {
    gap: 0.846rem;
  }

  .home-new-power-wrapper .loginpopup-box {
    width: 95%;
    height: 75vh;
    z-index: 999999;
    padding: 20px 20px;
  }

  .home-new-power-wrapper .esdipopup-box {
    width: 95%;
    z-index: 999999;

    padding: 20px 20px;
  }

  .home-new-power-wrapper .signuppopup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 9999;
    padding: unset;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    display: none;
    transition: var(--common-transition);
  }

  .home-new-power-wrapper .signuppopup-box.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9999;
    visibility: visible;
    display: block;
    transition: var(--common-transition);
  }

  .home-new-power-wrapper .sec-2-grid-main {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
  }

  .home-new-power-wrapper .border-secondary-right {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 1.692rem;
    border-right: unset;
    padding-right: unset;
    /* width: 73%; */
    /* margin: 0 auto; */
  }

  .home-new-power-wrapper .border-secondary-right-white {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 1.692rem;
    border-right: unset;
    padding-right: unset;
    /* width: 73%; */
    /* margin: 0 auto; */
  }

  .home-new-power-wrapper .border-secondary-bottom {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 1.692rem;
  }

  .home-new-power-wrapper .border-secondary-bottom-white {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 1.692rem;
  }

  .home-new-power-wrapper .sec-4-box-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 2.962rem;
  }

  .home-new-power-wrapper .sec_four_box > div:nth-child(2) {
    padding-top: 1.692rem;
    gap: 1.692rem;
  }
  .home-new-power-wrapper .section-subtitle h4,
  .home-new-power-wrapper .section-subtitle h4 span,
  .home-new-power-wrapper .section-subtitle p,
  .home-new-power-wrapper .section-paragraph p,
  .home-new-power-wrapper .section-paragraph p span {
    font-size: 1.269rem;
    color: var(--primary-color);
  }
  .home-new-power-wrapper .popupContent iframe {
    width: 100%;
    height: 60vh;
  }
}
.home-new-power-wrapper .counterFonts {
  width: 100%;
  padding: 10px;
}

.home-new-power-wrapper .piramyd-detail-section-six .progress-bar {
  background-color: rgba(255, 255, 255, 0.5);
  /* #FFFFFF50 */
  border-radius: 5px;
  height: 5px;
  margin-top: 10px;
  width: 70%;
  position: relative;
}

.home-new-power-wrapper .progress-fill {
  background-color: #92c848;
  /* filled color */
  height: 100%;
  border-radius: 5px;
  transition: width 0.5s ease;
  /* smooth transition */
}

@media only screen and (max-width: 400px) {
  .section-padding-contact_form {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .esid-popup .heading_title {
    margin: 10px 0;
  }
  .esid-popup .profile_block {
    padding: 26px !important;
  }
}
