html {
  box-sizing: border-box;
}

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

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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

body {
  font: 400 14px/27px "Poppins", Arial, Verdana, sans-serif;
  background-color: #fff;
  min-width: 320px;
  color: #131313;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Poppins", Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #06203f;
  font-style: normal;
  margin: 0;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 71px;
  letter-spacing: -1.2px;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.88px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1420px;
}

.btn,
.formSec .formBtn P input{
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 37px;
}

.btn-primary {
  background-color: #06203f;
  padding: 7px 21px;
}

.btn-primary:hover {
  background-color: #e96f00;
}

.btn-secondary {
  background-color: #e96f00;
  padding: 7px 24px;
}

.btn-secondary:hover {
  background-color: #06203f;
}

#page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 52px;
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

/* .........Header............. */

.pageHeader {
  padding-bottom: 10px;
  padding-top: 30px;
}

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

.headerWrap {
  position: relative;
}

/* .......Main....... */

.pageBannerWrap {
  padding-top: 52px;
  padding-bottom: 35px;
  max-width: 705px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.pageBannerWrap span {
  border-radius: 60px;
  background: rgba(233, 111, 0, 0.1);
  display: block;
  padding: 0 13px;
  color: #06203f;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
}

.pageBannerWrap p {
  color: #555555;
  font-size: 18px;
  line-height: 36px;
  max-width: 551px;
  font-weight: 300;
}

.pageBannerWrap h1 {
  position: relative;
}

.bannerBtns,
.bigColBtns,
.optSolbtn {
  display: flex;
  gap: 12px;
  margin-top: 11px;
}

.savingWeekly {
  padding-top: 37px;
  padding-bottom: 45px;
}

.repHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.pricingCols {
  margin-top: 56px;
}

.repHeader span,
.lisSecCol span,
.formSecLeft span {
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(233, 111, 0, 0.3) 0.02%,
    rgba(255, 255, 255, 0.3) 70.7%
  );
  color: #06203f;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 3px 13px;
  display: block;
  margin-bottom: 6px;
}

.repHeader p {
  color: #555;
  font-weight: 300;
  line-height: 28px;
}

.pricingColDet {
  padding: 27px 35px 70px 51px;
  border-radius: 23px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 38px 39px 11.8px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(191, 191, 191, 1), rgba(255, 255, 255, 0.3))
      border-box;
}

.pricingColDet:hover,
.opSolCol:hover,
.lisSecCol:hover {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgba(233, 111, 0, 0.3), rgba(255, 255, 255, 0.3))
      border-box;
  transition: all 0.3s ease;
}

.pricingColDet h3 {
  font-weight: 600;
}

.priceColImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #ffead7;
  border-radius: 100%;
  margin-bottom: 24px;
}

.pricingColDet p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  opacity: 0.6;
  margin-bottom: 20px;
}

.pricingColDet span {
  color: #131313;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pricingColDet .prcSmall {
  font-size: 18px;
}

.prcBtnCol {
  border-radius: 23px;
  border: 1px solid rgba(242, 242, 242, 0);
  background: #06203f;
  box-shadow: 38px 39px 11.8px 0 rgba(0, 0, 0, 0.02);
}

.bigColTxt span {
  color: #fff;
  font-size: 27px;
  line-height: 43px;
  display: block;
  margin-bottom: 12px;
}

.bigColTxt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.prcBtnCol .row {
  margin-left: -40px;
  margin-right: -40px;
}

.prcBtnCol .row .col {
  padding-left: 40px;
  padding-right: 40px;
}

.bigColBtns .btn-primary,
.bigColBtns .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.bigColTxt {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 46px;
}

.prcColLeft {
  margin-right: -40px;
}

.prcBtnCol {
  overflow: hidden;
}

.opSolCol {
  box-shadow: 38px 39px 11.8px 0 rgba(0, 0, 0, 0.02);
  padding: 29px 39px;
  border-radius: 23px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(191, 191, 191, 1), rgba(255, 255, 255, 0.3))
      border-box;
  transition: all 0.3s ease;
  display: flex;
  gap: 11px;
  height: 100%;
  border: 1px solid transparent;
}

.potSolTxt h3 {
  margin-bottom: 9px;
  font-weight: 500;
}

.potSolTxt p {
  opacity: 0.6;
  font-size: 16px;
  line-height: 27px;
}

.optSolRow {
  margin-top: 47px;
  row-gap: 29px;
}

.optSolbtn {
  justify-content: center;
  margin-top: 57px;
}

.optSolutions {
  padding-top: 43px;
  padding-bottom: 34px;
}

.optSolColImg {
  flex-shrink: 0;
  margin-top: 2px;
}

.howWorkCol {
  padding: 30px 18px;
  color: var(--Black-100, #131313);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  border-radius: 19px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 28px 29px 11.8px 0 rgba(0, 0, 0, 0.04);
  height: 100%;
}

.bgBrown {
  background-color: #fff1e4;
}

.bgGreen {
  background-color: #f9fff3;
}

.repHeader .bgGrayGrdnt,
.lisSecCol .bgGrayGrdnt {
  background: linear-gradient(
    90deg,
    rgba(6, 32, 63, 0.3) 0.02%,
    rgba(255, 255, 255, 0.3) 70.7%
  );
}

.lisSecRow .col33:nth-child(2) .bgGrayGrdnt {
  background: linear-gradient(
    90deg,
    rgba(205, 250, 107, 0.3) 0.02%,
    rgba(255, 255, 255, 0.3) 70.7%
  );
}

.lisSecRow .col33:nth-child(3) span{
  background: linear-gradient( 90deg, rgba(233, 111, 0, 0.3) 0.02%, rgba(255, 255, 255, 0.3) 70.7% );
}

.howWorkCol p {
  opacity: 0.6;
}

.howWorkRow.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.howWorkRow .col {
  padding-left: 15px;
  padding-right: 15px;
}

.howWork .container {
  max-width: 1220px;
}

.howWorkHead {
  padding-bottom: 25px;
  text-align: center;
}

.howWork {
  padding-top: 45px;
  padding-bottom: 37px;
}

.howWorkCol h3 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #131313;
  font-size: 16px;
  line-height: 24px;
}

.optSolutions .repHeader {
  max-width: 520px;
}

.impactSec .repHeader {
  max-width: 661px;
}

.impactSec {
  padding-top: 35px;
  padding-bottom: 43px;
}

.impactCol {
  padding: 20px 15px;
  border-radius: 19px;
  border: 1px solid #e4e4e4;
  background: #fff;
  height: 100%;
}

.impactCol h3 {
  font-weight: 500;
  color: #131313;
}

.impactCol p {
  color: #131313;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 5px;
  opacity: 0.6;
}

.impactRow.row {
  margin-left: -11px;
  margin-right: -11px;
  margin-top: 37px;
}

.impactRow .col {
  padding-left: 11px;
  padding-right: 11px;
}

.listSec {
  padding-top: 43px;
  padding-bottom: 33px;
}

.listSec .repHeader {
  max-width: 600px;
}

.lisSecCol {
  padding: 35px 27px 34px 26px;
  border-radius: 23px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(191, 191, 191, 1), rgba(255, 255, 255, 0.3))
      border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.lisSecCol span {
  margin-bottom: 14px;
}

.lisSecCol h3 {
  font-weight: 500;
  color: #131313;
  margin-bottom: 22px;
}

.lisSecCol ul {
  padding-left: 27px;
}

.lisSecCol li {
  position: relative;
  color: #06203f;
  font-weight: 300;
  line-height: 22px;
}

.lisSecCol li + li {
  margin-top: 10px;
}

.lisSecCol li::before {
  position: absolute;
  content: url(images/Vector\(31\).svg);
  top: 2px;
  left: -25px;
}

.lisSecColShadow {
  box-shadow: 38px 39px 11.8px 0 rgba(0, 0, 0, 0.02);
}

.parnterLogos {
  padding-top: 33px;
  padding-bottom: 22px;
}

.parnterLogosWrap p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 22px;
  text-align: center;
  opacity: 0.8;
}

.parnterLogos .container {
  max-width: 1090px;
}

.formSec {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.formSec .container {
  max-width: 1334px;
}

.formSecWrap {
  padding: 32px 40px 40px 43px;
  border-radius: 23px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 38px 39px 11.8px 0 rgba(0, 0, 0, 0.02);
  margin-top: 22px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, rgba(233, 111, 0, 0.3), rgba(255, 255, 255, 0.3))
      border-box;
  transition: all 0.3s ease;
}

.formSecWrap.row {
  margin-left: -20px;
  margin-right: -20px;
}

.formSecWrap.row .col {
  padding-left: 20px;
  padding-right: 20px;
}

.formSecLeft p {
  color: #555;
  font-weight: 300;
  line-height: 28px;
}

.formSecLeft span {
  margin-bottom: 19px;
  display: inline-block;
}

.formSecLeft h2 {
  margin-bottom: 15px;
}

.formSecRgt.row {
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 8px;
  margin-bottom: 24px;
}

.formSecRgt.row .col {
  padding-left: 8px;
  padding-right: 8px;
}

.formInpWrap label {
  color: #202020;
  font-family: "Inter";
  line-height: 37px;
  display: block;
}

.formInpWrap input {
  border-radius: 100px;
  border: 1px solid #e9e9e9;
  background: #fff;
  min-height: 50px;
  width: 100%;
  padding: 5px 15px;
}

.formInpWrap input:focus-visible {
  outline: none;
  border-color: #06203f;
}

.formBtn a {
  width: 100%;
}

.formBtn P {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 13px;
  position: relative;
}

.pageFooter {
  padding-top: 173px;
  padding-bottom: 29px;
  background-color: #06203f;
  margin-top: -130px;
  position: relative;
  z-index: 0;
}

.footerCont {
  max-width: 561px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footerCont p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 15px;
}

.imgSec {
  padding-top: 35px;
  padding-bottom: 48px;
}

.imgSecImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.meetingCol {
  border-radius: 19px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 28px 29px 11.8px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 20px;
  text-align: center;
}

.meetingCol span {
  color: #1e5c12;
  line-height: normal;
  border-radius: 20px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
}

.meetingCol1 span {
  color: #1e5c12;
  background-color: #e3ffc9;
}

.meetingCol2 span {
  color: #b26207;
  background-color: #ffcfa4;
}

.meetingCol3 span {
  color: #942020;
  background-color: #ffc9c9;
}

.meetingCol h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.meetingInfo {
  padding-top: 45px;
  padding-bottom: 35px;
}

.meetingInfo .container {
  max-width: 1016px;
}

.meetingRow.row {
  margin-left: -55px;
  margin-right: -55px;
  position: relative;
}

.meetingRow.row .col {
  padding-left: 55px;
  padding-right: 55px;
}

.pageBannerWrap h1::before {
  position: absolute;
  content: url(images/Vector\ 62.png);
  left: 50%;
  transform: translate(-50%);
  top: 19%;
  z-index: -1;
}

.prcColLeft img {
  width: 100%;
}

.lisSecRow.row {
  margin-top: 20px;
}

.howWorkRow .col33:nth-child(2) .bgGreen{
  background-color: #fff;
}

.howWorkRow .col33:nth-child(3) .bgGreen{
  background-color: #fff1e4;
}

.formBtn P input{
  width: 100%;
}

.meetingRow .col33:nth-child(2) span{
  color: #b26207;
  background-color: #ffcfa4;
}

.meetingRow .col33:nth-child(3) span{
  color: #942020;
  background-color: #ffc9c9;
}

.formSec .formBtn P input{
  cursor: pointer;
}

.formSec .formBtn P .wpcf7-spinner {
	position: absolute;
	top: 15px;
}

.formSec .wpcf7-not-valid-tip{
  font-size: 0.8rem;
}

.meetingRow::before {
  position: absolute;
  content: url(images/Vector\ 63.svg);
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
}

.howWorkRow::before {
  position: absolute;
  content: url(images/Vector\ 64.svg);
  left: 50%;
  transform: translate(-50%);
  top: 26%;
  z-index: -1;
}

.footer-links{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-links a{
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.footer-links a:hover{
  text-decoration: none;
}

.footerCont p:nth-of-type(2){
  margin-top: 0;
}

.policy-sec .container{
	max-width: 1200px;
	padding-left: 57px;
	padding-right: 57px;
	margin-left: auto;
    margin-right: auto;
}

.privacy-cal-logo{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.policy-sec{
	padding-top: 3rem;
    padding-bottom: 3rem;
	background-color: #e8e8e8;
}

.policy-sec h1{
	font-size: 26px;
	font-weight: 600;
    line-height: 150%;
    color: #06203f;
	text-align: center;
    margin-bottom: 2rem;
}

.policy-sec p{
	margin-bottom: 40px;
    line-height: 27px;
	font-size: 12px;
	color: #555;
}

.policy-sec a{
	color: rgb(13, 110, 253);
}

.policy-sec a:hover{
	color: rgb(10, 88, 202);
}

.policy-sec h2 {
	font-size: 20px;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #06203f;
	line-height: 130%;
}

.error404 .pageFooter{
	padding-top: 63px;
	margin-top: 0;
}

.error-page-sec {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 1420px;
	padding-top: 40px;
	height: 280px;
}

.error-info span{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
  .col33 {
    width: 33.33%;
  }

  .col66 {
    width: 66.66%;
  }

  .col43 {
    width: 43%;
  }

  .col57 {
    width: 57%;
  }

  .col6 {
    width: 50%;
  }

  .col25 {
    width: 25%;
  }

  .col41 {
    width: 41%;
  }

  .col59 {
    width: 59%;
  }

  .meetingCol {
    padding: 15px 20px;
  }

  .meetingCol span {
    font-size: 12px;
    padding: 3px 8px;
  }

  .pricingCols .col33 {
    width: 50%;
  }

  .pricingCols .col66 {
    width: 100%;
  }

  .optSolbtn a {
    min-width: 203px;
  }

  .lisSecRow .col33 {
    width: 50%;
  }

  .footerCont {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricingColDet p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 27px;
  }

  .pricingColDet span {
    font-size: 24px;
  }

  .howWorkHead {
    padding-bottom: 45px;
  }

  .formSecWrap {
  padding: 30px 20px 30px 20px;
  }
	
  .meetingCol1 {
    transform: rotate(8.383deg);
  }
	
  .meetingRow .col33:nth-child(2) .meetingCol{
    transform: rotate(-8.561deg);
  }
	
  .policy-sec h1{
	font-size: 30px;
  }
	
  .policy-sec p{
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .meetingCol {
    padding: 15px 42px;
  }

  .meetingCol span {
    font-size: 14px;
    padding: 3px 10px;
  }

  .pricingCols .col33 {
    width: 33%;
  }

  .pricingCols .col66 {
    width: 66.66%;
  }

  .howWorkRow.row {
    margin-left: -35px;
    margin-right: -35px;
  }

  .howWorkRow .col {
    padding-left: 35px;
    padding-right: 35px;
  }

  .howWorkCol {
    padding: 30px 15px;
    font-size: 16px;
    line-height: 27px;
  }

  .howWorkCol h3 {
    font-size: 20px;
  }

  .impactCol {
    padding: 27px 42px 21px 31px;
  }

  .impactCol p {
    line-height: 27px;
    margin-top: 0;
  }

  .formSecWrap.row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .formSecWrap.row .col {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pricingColDet {
    padding: 15px 20px;
  }

  .bigColTxt span {
    font-size: 22px;
    line-height: 32px;
  }

  .bigColTxt p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }

  .bigColBtns a {
    font-size: 12px;
  }

  .formSecRgt.row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .formSecRgt.row .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lisSecRow .col33 {
    width: 33%;
  }

  .lisSecRow.row {
    margin-top: 37px;
  }

  .formSecWrap {
  padding: 32px 40px 40px 43px;
  }
}

@media (min-width: 1280px) {
  .bigColTxt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricingColDet {
    padding: 27px 35px 70px 51px;
  }

  .prcBtnCol .row {
    align-items: center;
  }

  .bigColTxt span {
    font-size: 27px;
    line-height: 43px;
  }

  .bigColTxt p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }

  .bigColBtns a {
    font-size: 14px;
  }

  .howWorkCol {
    padding: 33px 50px 53px 50px;
  }
	
  .policy-sec h1{
	font-size: 33px;
  }
	
  .policy-sec p{
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .prcColLeft,
  .prcColLeft img,
  .prcBtnCol .row,
  .prcBtnCol {
    height: 100%;
  }

  .formSecLeft h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .formSecLeft p {
    font-size: 12px;
    line-height: 20px;
  }

  .pricingCols {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .row {
    row-gap: 25px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pageBannerWrap {
    padding-top: 40px;
    padding-bottom: 40px;
    row-gap: 10px;
  }

  .pageBannerWrap span {
    font-size: 10px;
  }

  h1,
  .h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .pageBannerWrap p {
    font-size: 14px;
    line-height: 22px;
  }

  .btn {
    line-height: 26px;
  }

  .btn-primary {
    padding: 7px 10px;
  }

  .imgSec {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .repHeader {
    gap: 10px;
  }

  .pricingColDet {
    padding: 25px 15px;
  }

  .bigColTxt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bigColTxt span {
    font-size: 18px;
    line-height: 28px;
  }

  .bigColTxt p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }

  .btn {
    font-size: 12px;
  }

  .opSolCol {
    padding: 25px 15px;
  }

  .potSolTxt p {
    font-size: 14px;
    line-height: 22px;
  }

  .col {
    width: 100%;
  }

  .formSecWrap {
    padding: 25px 5px;
  }

  .formSecLeft h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .impactRow .col25 {
    width: 50%;
  }

  .savingWeekly {
    padding-bottom: 25px;
  }

  .optSolutions,
  .howWork,
  .impactSec,
  .listSec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .parnterLogos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .headerLogo img {
    width: 130px;
  }

  .pageBannerWrap h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100%;
    background: url("images/Vector 62.png") center center / contain no-repeat;
    z-index: -1;
    pointer-events: none;
  }

  .pageHeader {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    padding-top: 20px;
  }

  .bigColBtns a{
    padding: 7px 10px;
  }
	
  .meetingCol{
	max-width: 226px;
	margin: 0 auto;
  }
	
  .meetingRow.row,
  .howWorkRow.row{
    row-gap: 45px;
  }
	
  .meetingRow.row{
	overflow-x: hidden;
	padding-bottom: 35px;
  }
	
  .meetingInfo,
  .howWork{
	padding-bottom: 0;
  }
	
  .meetingRow::before{
	left: 45%;
    transform: translate(-50%) rotate(90deg);
  }
	
  .howWorkRow::before{
    left: 45%;
    transform: translate(-50%) rotate(90deg);
    top: 22%;
  }
	
  .howWorkRow.row{
	overflow: hidden; 
  }
	
  .howWorkRow.row .col33:last-of-type{
	margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .headerBtns a,
  .headerBtns button {
    font-size: 10px;
    padding: 7px 5px;
    line-height: 17px;
    font-weight: 400;
  }

  .impactRow .col25 {
    width: 100%;
  }
	
  .howWorkRow::before{
    top: 28%;
  }
}

@media (max-width: 420px) {
  .headerLogo img {
    width: 90px;
  }

  .headerBtns a {
    font-size: 10px;
    padding: 5px 6px;
    line-height: 18px;
  }
}
