:root {
  --clr-primary: #0C2313;
  --clr-secondary: #D03523;
  --clr-footer: #010b04;
  --clr-text: #000000;
  --clr-gray: #f5f6f8;
  --font-family: "Montserrat", sans-serif;
  --clr-white: #ffffff;
}
html,
body {
  scroll-behavior: smooth;
}
body.light-theme {
  background: var(--body-bg);
}

body {
  font-family: var(--font-family);
  color: var(--clr-text);
  font-size: 1rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.max-width-1350 {
  max-width: 1350px;
  margin: 0 auto;
}
.footer {
  background: var(--clr-footer);
  padding: 60px 0;
}
.footer-wrapper,
.section-wrapper {
  padding: 20px 10px;
}

.footer-btm {
  text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-top: 40px;
    border-top: 1px solid #1e231f;
    margin-top: 40px;
}
.header-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu {
  display: flex;
}

a.header-menu-list-item {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

a.logo {
  width: 210px;
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-menu-area {
  display: none;
}
.bnr-section {
  background: var(--clr-primary);
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(-45deg, #d03523, #630e04, #e55f4f, #e98e84); */
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bnr-section-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--clr-white);
}

section.bnr-section::before {
  position: absolute;
  content: "";
  /* background-image: url(../images/green-shadow.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.custom-btn .btn {
  padding: 10px 20px;
  font-weight: 700;
  border: 1px solid #cdcbcb;
}

.custom-btn .btn.btn-red {
  background: var(--clr-secondary);
  color: #ffffff;
  border-color: var(--clr-secondary);
}

.custom-btn .btn.btn-white-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.custom-btn .btn.btn-white-outline:hover {
  background: var(--clr-white);
  color: var(--clr-primary);
}

.bnr-title {
  font-size: 2.5rem;
  font-weight: 800;
  padding-bottom: 15px;
}
.bnr-subtitle {
  font-size: 18px;
}
.brn-btn-area.custom-btn {
  margin-top: 40px;
}

.bnr-bullets-container {
  display: flex;
  flex-wrap: wrap;
}
.brn-btn-area.custom-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bnr-bullets-box {
  width: Calc(100%);
  padding: 5px;
}

.bnr-bullets-box-wrapper {
  background: #091D0F;
  padding: 20px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  /* min-height: 270px; */
  display: flex;
  height: 100%;
}

.bullets-img {
  width: 50px;
}

.bullets-img img {
  object-fit: contain;
}

.bullets-point-data {
  font-size: 14px;
  line-height: 1.5;
}

.bnr-section-btm {
  padding-top: 60px;
}

.bnr-endnote {
  padding-top: 30px;
  font-size: 14px;
}

.bnr-section-box strong {
  /* color: #f5c5c0; */
  border-bottom: 1px dashed;
  cursor: pointer;
}
.custom-btn .btn.btn-white {
  background: #ffffff;
  color: var(--clr-primary);
  border-color: #ffffff;
}

.custom-btn .btn.btn-green {
  background: #13351e;
  color: #ffffff;
  border-color: #13351e;
}
.clr-main {
  color: var(--clr-primary);
}
.sbr-img img {
  object-fit: contain;
  border-radius: 10px;
}
.double-side-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 500;
}
.ppb-holder {
  display: flex;
  flex-wrap: wrap;
}
.tag.clr-main {
    color: var(--clr-secondary);
}
.ppb {
  flex: 1 1 100%;
  padding: 5px;
  display: flex;
}

.ppb-box {
  border: 1px solid #dfd9d9;
  padding: 20px;
  border-radius: 10px;
}

.ppb-img {
  width: 40px;
  margin-bottom: 25px;
}

.pain-point-box-holder {
  margin-top: 20px;
}

.ppb-title {
  margin-bottom: 10px;
  background: linear-gradient(4180deg, #fdecea, #f9dad7);
  display: inline-flex;
  padding: 0 20px;
  border-radius: 80px;
  color: var(--clr-primary);
  font-weight: 600;
}
.card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.card-subtitle {
  font-size: 14px;
  padding-top: 5px;
}

.ppb-data .card-title {
  color: var(--clr-primary);
}
.section-btm-note {
  text-align: center;
  background: #f7f6e9;
  border-radius: 10px;
  border: 1px dashed #a39d52;
  padding: 16px 10px;
  font-size: 1rem;
  font-weight: 500;
}

.section-btm-note1 {
  text-align: center;
  border-radius: 10px;
  padding: 16px 10px;
  font-size: 1rem;
  font-weight: 500;
}

.section-btm-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.foryou .section-btm-box {
  margin: 0 auto;
}

.section-btm {
  margin-top: 30px;
}
.graybg {
  background: var(--clr-gray);
}

.busy-but-broke-section .section-subtitle {
  text-align: justify;
}

.sbbtn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.blueprint-section .section-header,
.what-you-get-box-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.ppb.blueprint-box .ppb-box {
  background: #ffffff;
  /* min-height: 240px; */
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ppb.blueprint-box {
  flex: unset;
}


.ppb.whatyougetbox .ppb-box {
  /* min-height: 310px; */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sbbdy-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--clr-secondary);
  margin-bottom: 10px;
}
.uprcards-holder-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

a.uprcards {
  flex: 1 1 49%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
}

a.uprcards::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
}

.uprcrds-data {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.uprcrds-wrapper {
}

.uprcrds-data p {
  font-size: 1rem;
  font-weight: 800;
}

.uprcrds-data span {
  font-size: 14px;
  font-weight: 500;
}

.upr-cards-holder {
  margin-bottom: 60px;
}

a.uprcards:hover {
  /* color: var(--clr-primary); */
}

a.uprcards:hover .uprcrds-data {
  background: var(--clr-primary);
}
.twobox-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.twobox-box {
  flex: 1 1 50%;
  padding: 5px;
  display: flex;
}

.tbb-wrapper {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #cfcccc;
}

.twobox-box.success i {
  color: green;
}

.box-title {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  align-items: center;
}

.box-title i {
  font-size: 2.5rem;
}

.twobox-box.danger i {
  color: #ff4747;
}

li.box-data-list {
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

li.box-data-list i {
  font-size: 2rem;
}

.contactus-form {
    padding-top: 30px;
    margin: 0 auto;
}

.custom-btn.btnfrm {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

section.section.contactus-section {
        background: var(--clr-primary);
}

.form-fields label {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.form-fields input, .form-fields select {
    font-size: 14px;
    font-weight: 500;
    min-height: 48px;
}

.form-field-container {
    margin-bottom: 15px;
}
.clr-white{
  color: var(--clr-white);
}
.faq-wrapper {
    margin: 0 auto;
}

.faq-wrapper .accordion-header {
    /* background: red; */
}

.faq-wrapper .accordion-button:not(.collapsed) {
    background: #ecf7ef;
    color: var(--clr-primary);
}

.faq-wrapper button {
    font-size: 1rem;
    font-weight: 600;
    color: var(--clr-text);
}

.faq-wrapper .accordion-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.steps-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step{
  position: relative;
}

.step-count {
    color: var(--clr-secondary);
    font-weight: 700;
    font-size: 1.5rem;
    background: #ffffff;
    /* width: 30px; */
    /* height: 30px; */
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 6px solid #ffffff;
}

.step-time {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    color: var(--clr-secondary);
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 6px solid #ffffff;
}

.step-time::before {
    background: var(--clr-secondary);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.steps-container {
    border: 1px solid #e7e3e3;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}


.steps.right {
    display: flex;
    justify-content: flex-end;
}

.process-wrapper {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}


.steps-btm {
    margin-top: 20px;
}

.steps-top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--clr-secondary);
    top: 50%;
    /* left: 50%; */
    transform: translateY(-50%);
}

.steps-btm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.steps-top i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: var(--clr-primary);
    border-radius: 100%;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border: 5px solid #ffffff;
    font-size: 1rem;
    position: absolute;
    left: -40px;
    z-index: 99;
}

.steps-top i {}

.steps.right .steps-top i {
    left: -40px;
}

.steps-container {}
.process-container {
    margin-top: 50px;
}
ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.footer-top-wrapper {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.form-fields label.error {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
}

.form-fields {
    position: relative;
}
header.header.scrolled {
    background: #ffffff;
    border-bottom: 1px solid #e5ebe7;
}



a.header-menu-list-item:hover, header.header.scrolled a.header-menu-list-item:hover {
    color: var(--clr-secondary);
}
header.header.scrolled .logo-red{
  display: block;
}
.logo-red, header.header.scrolled .logo-white{
  display: none;
}
.steps {
    margin-bottom: 15px;
}

.mobile-btn a {
    background: var(--clr-secondary);
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}


.toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    /* border: 1px solid #ffffff; */
    cursor: pointer;
    z-index: 9;
}

.bar {
    width: 25px;
    height: 1px;
    background: #ffffff;
}

.bar::before, .bar::after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    left: 0;
}

.bar::before {
    top: -8px;
}

.bar::after {
    top: 8px;
}

.toggle.active .bar {
    background: transparent;
}

.toggle.active .bar::before {
    transform: rotate(45deg);
    top: 0;
}

.toggle.active .bar::after {
    transform: rotate(-45deg);
    top: 0;
}
.mobile-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
section.contactus-section{
  overflow: hidden;
}
header.header.scrolled a.header-menu-list-item {
    color: #ffffff;
}
.toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    /* border: 1px solid #ffffff; */
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 1px;
    background: #ffffff;
}

.bar::before, .bar::after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    left: 0;
}

.bar::before {
    top: -8px;
}

.bar::after {
    top: 8px;
}

.toggle.active .bar {
    background: transparent;
}

.toggle.active .bar::before {
    transform: rotate(45deg);
    top: 0;
}

.toggle.active .bar::after {
    transform: rotate(-45deg);
    top: 0;
}

.header-menu-area.show .header-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header-menu-area.show {
    display: flex;
    position: absolute;
    background: var(--clr-primary);
    top: 0px;
    width: 100%;
    height: 100vh;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.header-menu-area.show .header-menu a.header-menu-list-item {
    padding: 12px 0;
}
.ppb.busybrokepoints .ppb-img {
    background: #f9e6e6;
    border-radius: 10px;
    width: 49px;
    padding: 5px;
}
.ppb.blueprint-box .ppb-img {
    background: #e5f9e5;
    width: 52px;
    padding: 5px;
    border-radius: 10px;
}
.select2-container .select2-selection--multiple{
  min-height: 48px;
}
.ppb-img1.hvicons {
    background: #e5f9e5;
    width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 52px;
    margin-bottom: 20px;
}

.ppb-img1.hvicons i {
    font-size: 1.7rem;
    /* background: #e5f9e5; */
    /* padding: 5px; */
    /* border-radius: 10px; */
    color: #04501b;
}
span.bar.position-relative {}

header.header.scrolled .toggle .bar, header.header.scrolled .toggle .bar::before, header.header.scrolled .toggle .bar::after {
    background: var(--clr-primary);
}
header.header.scrolled .toggle.active .bar::before, header.header.scrolled .toggle.active .bar::after {
    background: var(--clr-white);
}

.bnr-title span {
    color: #fb8476;
}
.bnr-bullets-box-wrapper.bb-bnr-bullets-box-wrapper {flex-direction: row;}
.bnr-bullets-box-wrapper.bb-bnr-bullets-box-wrapper .bbdata {
    width: Calc(100% - 50px);
}
.sr-number {
    background: #0e3d1c;
    display: inline-flex;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
}

.week-box-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.week-number {
    background: #e7e4e4;
    border-radius: 100px;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 600;
}

.week-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d9d5d5;
    box-shadow: 0 8px 30px -8px hsl(222 47% 18% / .12);
    margin-bottom: 12px;
}



.week-box-data {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.week-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--clr-primary);
    display: flex;
    line-height: 1;
}
.clr-red{
  color: var(--clr-secondary);
}
.endnotedata {
    padding: 0 10px;
    border-left: 1px solid var(--clr-secondary);
    font-size: 14px;
    font-style: italic;
}

.alert.alert-danger.wbd-boxdata {
    margin-bottom: 0;
}
ul.wbd-list-holder {
    margin-bottom: 10px;
    list-style: disc;
    padding-left: 30px;
}

ul.wbd-list-holder li::marker {
    color: var(--clr-secondary);
}

li.wbd-list {margin-bottom: 5px;}
ul.box-data1 {
    padding: 10px 0 20px 10px;
}

li.box-data-list1 {
    display: flex;
    gap: 10px;
    font-size: 14px;
    display: inline-flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

span.srn0 {
    background: #daf5e2;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    color: var(--clr-primary);
}

li.box-data-list1 span {
}

.wwn-endnote {
    border-top: 1px dashed #d5cece;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}
.wwdbbd.alert.alert-warning {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.bg-main{
  background: var(--clr-primary);
}
.wwb-box {
    padding: 10px;
    width: Calc(100%);
    display: flex;
}

.wwdbox-wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
}

.wwd-box-holder {
    display: flex;
    flex-wrap: wrap;
    /* width: Calc(100% / 3); */
    justify-content: center;
}

.wwddata {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}
.wwdbox-wrapper i {
    margin-bottom: 20px;
    display: flex;
    font-size: 2.5rem;
    color: #077528;
}
p.section-btm-note1.clr-whtie {
    color: #ffffff;
}
.whynot-title {
    background: #edeff1;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #d3d0d0;
    font-weight: 600;
}

ul.notlist li {
    padding: 20px;
}

ul.notlist li {
    border: 1px solid #d3d0d0;
}

ul.notlist li {border-top: 0;}

ul.notlist li:last-child {
    border-radius: 0 0 20px 20px;
}


ul.notlist li i {
    color: var(--clr-secondary);
    padding-right: 10px;
}
.time-effort-wrapper {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    margin: 0 auto;
}

.tehead {font-weight: 700;color: var(--clr-primary);font-size: 1.2rem;}

.tebody-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tebox {
  padding: 10px;
  width: 100%;
}

.tebopdy {
    padding: 20px 0;
}

.tebox-wrapper {
    background: #fbf2f2;
    padding: 20px;
    display: flex;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #f7d8d8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.tebox-wrapper i {
    background: var(--clr-primary);
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 1.5rem;
}

.tbdtitle {
    font-weight: 700;
    color: var(--clr-primary);
}

.teboxdata span {
    color: var(--clr-secondary);
    display: inline-flex;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
}
ul.faq-points {
    list-style: disc;
    padding: 15px 0 15px 40px;
}
ul.faq-points.numbering {
    list-style: auto;
}
.bbdata .card-title {
    margin-bottom: 10px;
}
p.section-btm-note {
    margin: 0 auto;
}
.ppb-title.dptitle {background: linear-gradient(4180deg, #e5f9e5, #66d788);}

.dpbox-left i {
    background: linear-gradient(4180deg, #e5f9e5, #66D78A);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #187f37;
    border-radius: 100%;
}

.dpbox-wrapper {
    display: flex;
    gap: 20px;
}

.delievarable-points-container {
    padding: 20px 0 30px 30px;
}

.dp-wrapper .dpbox:not(:last-child) {
    border-bottom: 1px solid #efeded;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ppb-holder.blueprint-holder.midbox {
    margin: 0 auto;
    justify-content: center;
}
.wwb-box.bourbdires .wwdbox-wrapper {
    border: 1px solid #cbc9c9;
}
.long-term-box {
    /* width: 50%; */
    padding-bottom: 10px;
}
.longterm-box-wrapper {
    border: 1px solid #d5d2d2;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    height: 100%;
    border-left: 2px solid var(--clr-primary);
}

.lb {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lb-top i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #d7f9e1;
    color: #023f15;
    font-size: 1.2rem;
}

.lb-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lb-top span {
    background: #e5e1e1;
    font-size: 13px;
    padding: 2px 15px;
    border-radius: 100px;
    font-weight: 600;
}

ul.lbbtm-ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
}

ul.lbbtm-ul li {
    padding-bottom: 10px;
}

ul.lbbtm-ul li::marker {
    color: var(--clr-secondary);
}
.bullets-img i {
    font-size: 2rem;
    color: #fb8476;
}
.box-title.withicon i {
    color: var(--clr-secondary);
}
.ppb-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppb-img i {
    font-size: 2rem;
    color: green;
}
.wwdbox-wrapper.redicon i {
    color: var(--clr-secondary);
    font-size: 2rem;
}
.section-box-right.img90 .sbr-img{
  max-width: 90%;
  margin: 0 auto;
}
.bnr-section.have-img {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  /* background: linear-gradient(rgba(11, 41, 31, 0.9), rgba(11, 41, 31, 0.9)),url("../images/bng-img.png") center top / cover no-repeat; */
}

/* Optional: mobile text spacing better feel */
.bnr-section.have-img {
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
}
