@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
:root {
  --primary: #ffb800;
  --secondary: #1f1f1f;
  --bg: #ffffff;
  font-family: Poppins;
}

.app {
  background-color: var(--bg);
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.bannerSection {
  background: url("../assets/homepageBanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 80vh; */
  padding: 80px 0px;
  width: 100%;
}

.homepageBannerText {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: start;
  color: white;
  flex-direction: column;
  margin-left: 10%;
}

.headingText {
  font-size: 48px;
}

.navbar {
  min-height: 90px;
  width: 100vw;
  background-color: var(--bg) !important;
  box-shadow: 0px 8px 12px 0px #7d7c7c1a;
  z-index: 10;
}
.mobile-view {
  background-color: var(--bg);
}
.navImage {
  height: 68px;
  width: 214.44px;
}
.active {
  color: black;
  font-weight: 600 !important;
}

.nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.81px;
  text-align: left;
  padding: 10px;
  margin: 5px 12px;
  border-radius: 10px;
}
.nav-link-btn {
  margin: 5px 5px 12px 20px;
  border-radius: 0px;
  font-weight: 600;
}

section {
  display: flex;
  justify-content: center;
  margin: 1%;
}
.home-hero-section {
  width: 100%;
  height: 570px;
  display: flex;
  flex-direction: row;
}
.left-content-hero {
  width: 50%;
  padding-left: 80px;
}
.left-content {
  margin-top: 20vh;
  margin-bottom: auto;
  max-width: 80%;
}
p {
  font-size: 16px;
}
.right-content-hero {
  display: flex;
  width: 50%;
}
.right-content-hero img {
  width: 104%;
  padding-right: 0.5rem;
}
.heroTitle {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
}
.multi_testomonial {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonials-box {
  box-shadow: 2px 4px 20px 0px #1f1f1f14;
  padding: 30px;
  width: 32%;
}

.esafety-image {
  max-width: 100%;
  height: 516px;
  margin-top: 50px;
}
.discover-box:hover h4,
.discover-box:hover p {
  color: white;
}

.headingWithAboveText {
  padding: 0px 12px 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 8px solid #ffb800;
}
.number-heading {
  font-size: 20px;
  font-weight: 600;
}

h1 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  /* line-height: 60px; */
  text-align: left;
}
.esafety-title {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin-top: 5px;
}
.heading-title {
  font-size: 16px;
  font-weight: normal;
  color: #808080;
  font-weight: bold;
}
.heading-titlee {
  font-size: 14px;
  font-weight: normal;
  color: var(--bg);
}
.esafety-badges {
  width: 100%;
  margin: 10px;
}

.left-content-e-safety {
  margin-top: 80px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding-left: 20px;
  margin-left: 100px;
}
.discover-box {
  transition: background-color 0.12s ease;
  position: relative;
}

.discover-box:hover {
  background-color: var(--primary);
}

.discover-box:hover .block-img {
  padding-left: 80px;
}

.none-img {
  display: none;
  margin: 0px auto;
}

.discover-box:hover .block-img {
  display: none;
}

.discover-box:hover .none-img {
  display: block;
}

.btn-primary {
  border-radius: 0px;
  font-weight: 500;
}
.middlebg {
  background-image: url("../assets/Images/homeMiddlebackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  margin-top: 200px;
  padding-bottom: 50px;
}
.secondct {
  padding-top: 100px;
}
.support {
  margin-top: 4rem;
}
.support-para {
  margin-top: 1rem;
}
.testimonials {
  margin-top: 100px;
}
.column-ellipse {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  margin-top: 3rem !important;
  border: 2px solid red;
}
.cx-review {
  display: flex;
}
.cx-review h5 {
  padding: 0px 25px;
}
.assurance-home {
  box-sizing: border-box;
}
.safety {
  display: flex;
}
.warranty-title {
  font-size: 30px;
  color: var(--bg);
}
.key-feature {
  padding-top: 4rem;
}
.discover-boxes {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.discover-box {
  padding: 20px 40px 20px 40px;
  gap: 10px;
  opacity: 0px;
  width: 32%;
  height: 280px;
  background-color: var(--bg);
}

.discover-box h4 {
  text-align: center;
  margin-top: 1rem;
}

.discover-box {
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.test-feature {
  font-size: 16px;
  color: #808080;
}
.knowmore-btn {
  margin-top: 10px;
}
.myvideo {
  margin-top: 120px;
  width: 100%;
}
.star-rating {
  display: inline-block;
  padding: 5px;
  margin-left: 100px;
  border-radius: 5px;
}

.star {
  font-size: 1.2rem;
  color: #ec942c;
  padding: 0px -3px;
}
.star-img {
  margin-top: -70px;
}

/* RCD TESTING */

.header-heading {
  text-align: start;
}
.intro-heading {
  padding-top: 100px;
}

.image-text-container {
  text-align: center;
  width: 100% !important;
  color: var(--bg);
  background: url("../assets/Images/Rcd1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 160px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: -80px; */
  /* height: 100px; */
}

.rcb-content {
  margin-top: 100px;
}

.rcb-twin-image {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.twin-second {
  margin-top: 20px;
  margin-left: 10px;
}

.main-boxes {
  margin-top: 110px;
}

.column-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 20px;
  justify-content: space-between;
}

.centered-text {
  font-size: 2.5em;
  text-align: center;
}

.rcb-twin {
  margin-top: 5rem;
}

.middle-content {
  margin-top: 150px;
}

.main-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 130px;
}

.table-degree {
  margin-left: 6.8rem;
}

.rcb-box {
  width: 280px;
  padding: 5px 32px;
  box-shadow: 2px 4px 20px 0px #1f1f1f14;
}

.yellow-number {
  color: #ffb800;
  font-weight: 600;
}

.rcb-table {
  margin-top: 150px;

  .col-4 {
    border: 1px sold black !important;
    display: flex;
    flex-direction: column;
  }
  .image-row {
    display: flex;
    margin-left: 10px;
    margin-bottom: 60px;
  }

  .image-full {
    width: 100%;
  }
}

.test-slope {
  margin-top: 80px;
}

.footer {
  margin-top: 100px;
  display: flex;
  height: 350px;
  p {
    color: var(--bg);
  }
}

.footer-image {
  text-align: center;
  height: 70px;
  width: 210px;
}

.footer-text {
  color: var(--bg);
}

.footer-test {
  padding-left: 100px;
  padding-right: 250px;
}

.list-unstyled li a {
  text-decoration: none;
  margin: 15px 0px;
  display: block;
  color: white;
}

.footer-first {
  background-color: #2d2d2d;
  width: 60%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.footer-second {
  background-color: #ffb800;
  width: 40%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.footer-ct {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 200px;
}
.footer-ctc {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 100px;
}
.download-footer {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 60px;
}

.connect-text {
  margin-top: 50px;
  margin-left: 0px;
}
.connect_heading {
  margin-left: 50px;
  font-weight: bold;
}

.social_btns {
  margin-left: 40px;
  margin-top: 20px;
  display: flex;
}

/* .social_btns {
  margin-left: 40px;
  margin-top: 20px;
  display: flex;
  .social_btn {
    background-color: var(--bg);
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    margin: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
} */

.social_btns .social_btn {
  background-color: var(--bg);
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testt {
  overflow-x: hidden;
}

.slope-feature {
  margin-top: 50px;
}

/* ADVANCE AFCI TESTING */
.afci-testing {
  padding-top: 5rem;
}
.afci-feature {
  font-size: 16px;
}

.testing-afci {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.afci-intro {
  flex: 1;
  padding-right: 1rem;
}

.afci-meter {
  flex: 1;
  display: flex;
  justify-content: center;
}

.afci-meter img {
  width: 550px;
}

.isolation-meter img {
  width: 550px;
}
.unlock-feature {
  margin-top: 100px;
}
.afci-text {
  display: flex;
}
.acfi-twinimg {
  width: 100%;
  padding-top: 30px;
}
.acfi-twinimg img {
  width: 100%;
}
.unlocking-heading {
  font-size: 35px;
}
.intro-sub {
  font-size: 16px;
  color: #808080;
}
.transformer-sub {
  color: #808080;
}
.intro-sub h1 {
  color: var(--bg);
}
.custom-afci {
  width: 50%;
  margin-top: 50px;
  padding-right: 25px;
}
navbar .nav-item {
  padding: 10px 20px;
}
.result-test {
  overflow-x: hidden;
}

/* SPECIFICATIONS */
.unit-table {
  td {
    width: 50%;
  }
  .unit-dataOne {
    padding-left: 40px;
    font-weight: 600;
    color: #444444;
  }
  .unit-dataTwo {
    color: #444444;
    padding-left: 40px;
    font-weight: 400;
  }
}
.unit-container {
  padding-top: 80px;
}
.unit-para {
  margin-top: 10px;
}
.unit-specifications {
  margin-top: 60px;
}

/*TRANSFORMER  */

.transformer-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.custom-isolation {
  width: 100%;
  margin-top: 50px;
  padding-right: 25px;
}
.custom-padding {
  padding-left: 50px;
}
.testing-iso {
  display: flex !important;
  align-items: center;
}
.transformer-intro {
  margin-top: 60px;
  padding-left: 40px;
}
.iso-meterTwin {
  margin-top: 40px;
}
.isolation-page {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  background-color: white;
  border: 2px solid #ffb800;
}
.isolation-page a {
  text-decoration: none;
  color: #1f4f1f;
  font-weight: 600;
  font-size: 16px;
}

.row_test {
  display: flex;
  flex-wrap: wrap;
}
.discover-box {
  padding: 25px !important;
}
.test-slopeimg img {
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .discover-boxes {
    gap: 0.5rem;
  }
  .myvideo video {
    width: 100%;
  }
  .rcb-box {
    width: 45%;
    margin: 2px;
  }
  .middle-content {
    margin-top: 5px;
  }
  .testimonials-box {
    width: 30% !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .rcb-box {
    width: 45%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px;
  }
  .column-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px !important;
  }
  .main-boxes {
    margin-top: 220px;
  }
  .middle-content {
    margin-top: -2rem;
  }
  .safety {
    display: inline-block;
  }
  .left-content-e-safety {
    margin-top: 3rem;
    margin-left: 10px;
  }
  .test-slopeimg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .test-slopeimg img {
    max-width: 100%;
  }

  .appy {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .rcb-twin-image {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .intro-heading {
    order: 1;
    padding-top: 10px;
  }
  .rcb-twin-image {
    order: 2;
  }
  .twin-first {
    max-width: 400px;
  }
  .twin-second {
    max-width: 400px;
  }
  .esafety-titlercd {
    font-size: 40px;
  }
  .safety-title {
    font-size: 14px;
  }
  .intro-heading {
    padding-right: 100px;
  }
  .image-row img {
    max-width: 400px;
  }
  .slope-feature {
    width: 100%;
  }
  .rcb-table {
    margin-top: 100px;
  }

  .test-slope {
    margin-top: 60px;
  }
  .afci-testing {
    padding-top: 4rem;
  }
  .testing-afci {
    display: block;
  }
  .discover-intro {
    padding-right: 50px;
    padding-bottom: 20px;
  }
  .discover-into {
    padding-right: 25 0px;
  }
  .footer-test {
    padding-left: 40px;
    padding-right: 40px;
  }

  .trans-hd {
    margin-top: 60px;
  }
  .acfi-twinimg {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .afci-text {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-afci {
    width: 100% !important;
    margin-top: 20px;
    padding-right: 25px;
  }
  .custom-isolation {
    width: 100% !important;
    margin-top: 20px;
    padding-right: 25px;
  }
  .custom-padding {
    padding-left: 0px;
  }
  .afci-feature {
    font-size: 22px;
  }
  .nav-link {
    padding: 1px;
    font-size: 12px;
    margin-top: 1rem;
  }
  .navImage {
    height: 55px;
    width: 180px;
  }
  .esafety-title {
    font-size: 1.8rem;
  }

  .discover-box {
    margin: 5px;
    padding: 12px !important;
  }

  .secondct {
    padding-top: 10px;
  }
  .support-meter {
    margin-top: 50px;
  }
  .support-meter img {
    width: inherit;
  }
  .myvideo video {
    width: 100%;
  }
  .testing-iso {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
  }
  .isolation-meter {
    justify-content: center;
  }
  .image-text-container {
    height: 100px;
  }

  .star-rating {
    padding: 2px;
    margin-left: 90px;
    font-size: 1.1rem;
  }
  .star-img {
    margin-top: -60px;
  }
  .testimonials-box {
    width: 48% !important;
  }
  .footer-ct {
    padding-top: 120px;
  }
}
@media (min-width: 481px) and (max-width: 900px) {
  .footer-first {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .support-meter img {
    width: 100%;
  }

  .transformer-intro {
    margin-top: 60px;
    padding-left: 10px;
  }
  .rcb-twin-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro-heading {
    padding-top: 40px;
  }
  .middle-content {
    margin-top: -40px;
  }
  .rcb-table {
    margin-left: 5px;
    margin-top: 60px;
  }
  .test-slope {
    margin-top: -10px;
  }
  .column-layout {
    margin-top: 25px;
    justify-content: center;
  }
  .footer-first {
    width: 50%;
  }
  .footer-second {
    padding: 2px;
    width: 50%;
    padding: 60px 0px;
  }
  .footer-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .footer-ct {
    margin-top: -100px;
  }
  .test-slopeimg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .test-slopeimg img {
    max-width: 100%;
  }

  .social_btns {
    margin-left: 0px;
    margin-top: 40px;
  }
  .connect-text {
    align-items: center;
    display: inline-block;
  }
  .afci-testing {
    padding-top: 3rem;
  }
  .centered-text {
    font-size: 1.5rem;
  }
  .intro-sub {
    font-size: 16px;
    margin-top: 5px;
  }
  .afci-title {
    font-size: 30px;
    line-height: 30px;
  }
  .unlocking-heading {
    font-size: 24px;
  }
  .testing-afci {
    display: block;
  }
  .discover-intro {
    padding-right: 200px;
  }

  .testing-iso {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }
  .afci-text {
    display: block;
  }
  .footer-ct {
    display: block;
  }
  .testimonials-box {
    width: 100% !important;
  }
  .footer-ctc {
    display: block;
  }
  /* .footer-first {
    width: 100%;
  } */
  .footer-second {
    width: 100%;
  }
  .social_btns {
    margin-left: 60px;
  }
  .left-content-hero {
    padding-left: 25px;
    width: 50%;
  }
  .safety {
    display: inline-block;
  }
  .support-meter {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  /* .discover-boxes {
    gap: 10px;
    width: 100%;
  } */
  .image-row {
    display: flex;
    justify-content: center;
  }

  .image-row img {
    max-width: 600px;
    width: 100%;
  }
  .discover-box h4 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .discover-box {
    padding: 20px !important;
  }
  .ensuring-para {
    padding-top: 1rem;
  }
  .heading-title {
    color: #808080;
  }
  .acfi-twinimg {
    justify-content: center;
    text-align: center;
    width: auto;
  }
  /* .esafety-image {
    padding-left: 110px;
  } */
  .esafety-image {
    height: 100% !important;
  }
  .secondct {
    padding-top: 0px;
  }
  .middlebg {
    margin-top: 100px;
  }
  .test-feature {
    font-size: 12px;
    color: #808080;
  }
  .ummart {
    font-size: 12px;
    color: #808080;
  }
  .column-ellipse {
    justify-content: center;
  }
  .left-content-e-safety {
    margin-top: 3rem;
    margin-left: 0px;
  }
  .unlocking-heading {
    font-size: 2rem !important;
  }
  .footer-links {
    margin-left: 10px;
  }
  .myvideo video {
    width: 100%;
  }
  .custom-afci {
    width: 100%;
    margin-top: 50px;
    padding-right: 1px;
  }
  .custom-isolation {
    width: 100%;
    margin-top: 30px;
    padding-right: 1px;
  }
  .image-text-container {
    /* margin-top: -80px; */
    height: 100px;
  }
  .quick-format {
    margin-bottom: 25px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .row_test {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .esafety-image {
    height: 100% !important;
  }
}

@media (max-width: 480px) {
  .homePageBanner {
    height: 60vh;
  }

  .homepageBannerText {
    width: 50%;
    margin-left: 5%;
  }
  .headingText {
    font-size: 28px !important;
  }

  .homepageBannerText p {
    font-size: 0.75rem;
  }

  .rcb-twin-image {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .twin-first,
  .twin-second {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .twin-second {
    margin-bottom: 0;
    width: 300px;
  }
  .twin-first {
    width: 300px;
  }
  .safety-title {
    font-size: 12px;
  }
  .slope-img {
    width: 100%;
    margin-top: 20px;
  }
  .social_btns {
    margin-left: 1px;
    display: flex;
  }
  .image-half {
    width: 100%;
  }
  .middle-content {
    margin-top: -3rem;
  }
  .main-box {
    padding-left: 10px;
  }
  .rcb-table {
    margin-top: 100px;
  }
  .image-text-container {
    /* margin-top: -80px; */
    height: 100px;
  }

  .footer-ct {
    display: block;
    flex-wrap: nowrap;
    padding-top: 80px;
  }
  .footer-ctc {
    display: block;
    flex-wrap: nowrap;
    padding-top: 80px;
  }
  .cable-img {
    padding-top: 10px;
    padding-left: 0px;
  }
  .footer-first {
    width: 100%;
  }
  .footer-second {
    width: 100%;
  }
  .transformer-intro {
    margin-top: 60px;
    padding-left: 10px;
  }
  .measure-full {
    margin-left: 10px;
  }
  .esafety-title {
    font-size: 18px !important;
    line-height: 15px !important;
  }
  .rcb-box {
    width: 80%;
    margin-left: 40px;
  }
  .footer-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .footer-textpara {
    margin: 50px !important;
  }
  .acfi-twinimg {
    justify-content: center;
    text-align: center;
    width: auto;
  }
  .contact-ct {
    margin-top: 0px !important;
  }
  .column-layout {
    margin-top: 25px;
  }
  .fdheading {
    background-color: #ffb800 !important;
  }
  .image-text-container {
    padding: 100px 0;
  }

  .contact-mail {
    margin-top: 10px !important;
  }
  .contact-mail h6 {
    font-size: 0.8rem;
    padding-right: 10px !important;
  }
  .centered-text {
    font-size: 2em;
    text-align: center;
    line-height: 2.8rem;
  }
  .middle-column {
    display: none;
  }
  .slope-feature {
    margin-right: 50px;
  }
  .intro-heading {
    padding-top: 60px;
  }
  .importance-title {
    font-size: 12px;
  }
  .matter-title {
    font-size: 20px !important;
  }
  .test-slope {
    margin-top: 20px;
  }
  .footer-links {
    margin-left: 100px;
  }
  .afci-meter img {
    width: 100%;
    padding: 1rem;
  }
  .isolation-meter img {
    width: 100%;
    padding: 1rem;
  }
  .testing-afci {
    display: flex;
    flex-direction: column;
  }
  .afci-testing {
    padding-top: 3rem;
  }
  .afci-feature {
    font-size: 15px;
  }
  .centered-text {
    font-size: 1.5rem;
  }
  .afci-title {
    font-size: 16px;
    line-height: 20px;
  }
  .unlocking-heading {
    line-height: 28px;
    font-size: 18px;
  }
  .unlock-feature {
    margin-top: 4rem;
  }
  .afci-text {
    display: block;
  }
  .custom-afci {
    width: 100%;
    margin-top: 50px;
    padding-right: 1px;
  }
  .custom-isolation {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 5px;
  }
  .custom-isolation h5 {
    font-size: 1rem;
    font-weight: 600;
  }
  .footer-links {
    margin-left: 2px;
    text-align: left;
  }
  .hero-image {
    display: none;
  }
  .heroTitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .left-content {
    margin-top: 3rem;
    margin-bottom: auto;
  }

  .left-content-hero {
    padding-left: 2px;
    width: 100%;
  }
  .testimonials-box {
    margin-bottom: 20px;
    width: 100% !important;
  }
  .middlebg {
    background-image: none;
    margin-top: 10px;
  }
  .ensuring-para {
    padding-top: 1rem;
  }
  .esafety-badges {
    margin-top: 40px;
  }
  .esafety-image {
    margin-top: 10px;
  }
  .knowmore-btn {
    margin-top: 20px;
  }
  .safety {
    flex-wrap: wrap;
  }
  .assurance-home {
    display: inline-block;
  }
  .transformer-title {
    font-size: 0.9rem;
    font-weight: 600;
  }
  .support-meter img {
    width: 100%;
  }
  .discover-box {
    height: 300px !important;
    width: 90%;
    margin: auto;
    padding: 30px 30px !important;
    margin-bottom: 12px;
    box-shadow: 2px 4px 20px 0px #1f1f1f14;
  }

  .secondct {
    margin-top: -160px;
  }
  .right-content-hero {
    width: 0%;
  }

  .left-content-e-safety {
    margin-top: 3rem;
    margin-left: 0px;
    padding-left: 0px;
  }
  .intro-sub {
    color: #808080;
    font-size: 0.7rem;
  }
  .transformer-sub {
    color: #808080;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .warranty-title {
    font-size: 1.2rem;
    color: var(--secondary);
    line-height: 2rem;
  }
  .ummart {
    font-size: 12px;
  }
  .support-meter {
    margin-top: 50px;
  }
  .column-ellipse {
    margin-top: 1rem;
    justify-content: center;
  }
  .discover-box h4 {
    margin-top: 14px;
  }
  .warranty-sub {
    font-size: 1rem;
    color: #808080;
  }
  .testimonials {
    margin-top: 60px;
  }
  .cx-test {
    margin-left: 10px;
    padding-right: 1rem;
  }
  .cx-review h5 {
    padding: 0px 10px;
  }
  /* .testimonials-box {
    margin: 1rem;
    padding: 5px 32px;
    box-shadow: 2px 4px 20px 0px #1f1f1f14;
  } */
  .myvideo video {
    width: 100%;
  }
  .connect-text {
    margin-left: 1px !important;
  }
  .star-rating {
    margin-left: 80px;
  }
  .star-img h5 {
    font-size: 1rem;
  }
  .testing-iso {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .afci-measuresafe {
    width: 295px;
  }

  /* SPECIFICATIONS */

  .unit-table td {
    display: block;
    width: 100%;
  }
  .unit-table {
    .unit-dataOne {
      padding-left: 10px;
      border-bottom: 0.1px solid #c0c0c0 !important;
      padding: 10px;
    }
    .unit-dataTwo {
      padding-left: 10px;
    }
  }

  /*Downloads*/
  .left-contents {
    max-width: 100% !important;
  }
  .brochures {
    margin-top: -40px;
  }
  .download-pg {
    margin-bottom: -80px;
  }
  .boss-pd {
    padding-left: 26px;
  }
  .esafety-image {
    height: 100% !important;
  }

  /* CONTACT US */
  .text-get {
    font-size: 1.8rem;
  }
  .quick-format {
    margin-bottom: 25px;
  }
  .link-size {
    font-size: 16px;
  }
  .contact-phone h6 {
    font-size: 12px !important;
  }
  .contact-email h6 {
    font-size: 12px !important;
  }
  .get-content {
    font-size: 14;
  }
}

.contact-mail {
  margin-top: 20px;
}
.manufacture {
  margin-top: 25px;
}
.download_link {
  color: var(--secondary) !important;
  padding-top: 8px;
  a {
    color: var(--secondary) !important;
  }
}
.left-contents {
  margin-top: 10;
  margin-bottom: 80px;
  max-width: 80%;

  display: flex;
  flex-direction: column;
  align-items: start;
}

.guide-heading {
  font-size: 24px;
}

/*Contact Us*/
.form_box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  border-radius: 12px;
}

.upper_text_container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contact-ct {
  margin-top: 0px !important;
}

/* Style the Reach Out Now button */
input[type="submit"] {
  background-color: #efb94d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.Get-in {
  background: #fdf0cf;
  width: 50%;
  margin: 2.5rem 0;
}
.touch {
  margin-top: 3rem;
}
.Get-in-img {
  width: 50%;
}

.get-in-heading {
  font-size: 2rem;
  line-height: 1rem;
}

@media (max-width: 1399px) {
  .Get-in {
    background: #fdf0cf;
    width: 50%;
    margin: 1rem 0;
  }
}
@media (max-width: 1199px) {
  .Get-in {
    background: #fdf0cf;
    width: 45%;
    margin: 1rem 0;
  }
  .Get-in-img {
    width: 55%;
  }
  .get-in-heading {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .Get-in {
    background: #fdf0cf;
    width: 100%;
    margin: 1rem 0;
  }

  .result-test {
    overflow-x: hidden;
  }

  .Get-in-img {
    width: 100%;
  }
  .headingText {
    font-size: 36px;
  }
}

.result-test {
  overflow-x: hidden;
}
.dist-manf {
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins;
}
.contact-phone h6 {
  font-weight: 400;
  color: #444444;
  font-size: 16px;
  font-family: Poppins;
}
.contact-email h6 {
  font-weight: 400;
  color: #444444;
  font-size: 18px;
  font-family: Poppins;
}
@media (min-width: 1020px) and (max-width: 1234px) {
  .para_rcd_top {
    /* margin-left: 2rem; */
    padding-left: 6rem !important;
  }
}

@media (max-width: 576px) {
  .connect_heading {
    margin-bottom: 30px;
    margin-left: 10px !important;
    /* text-align: center; */
  }

  .footer-second {
    padding: 2px;
    width: 100%;
    padding: 60px 0px;
  }

  .social_btns {
    margin-left: 0px !important;
  }

  .connect-text {
    margin-left: -5px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .connect_heading {
    margin-left: 10px;
    font-weight: bold;
  }
  .social_btns {
    margin-left: 0px !important;
  }
  .connect-text {
    margin-left: -5px !important;
  }
}
