@font-face {
  font-family: Montserrat-Regular;
  src: url("fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: NotoSans-Bold;
  src: url("fonts/NotoSans-Bold.ttf");
}

@font-face {
  font-family: NotoSans-Regular;
  src: url("fonts/NotoSans-Regular.ttf");
}

/* Scrollbar Settings */
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #44d09f;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #03303d;
}

/* Header Logo */
@media only screen and (max-width: 576px) {
  .d-sm-block-logo {
    display: block !important;
  }
}

/* #sidebarToggleTop i.fa{
      color:#44D09F;
  } */

/* Page : Landing page */
body {
  font-family: Montserrat-Regular;
  color: rgba(3, 48, 61, 0.7);
}

.main-page {
  /* background: linear-gradient(0.98deg, rgba(3, 48, 61, 0.4) 9.42%, rgba(255, 255, 255, 0) 36.98%), linear-gradient(180deg, rgba(3, 48, 61, 0.3) 7.03%, rgba(255, 255, 255, 0) 30.66%), url("../img/home.png"); */
  color: #fff;
  height: 100vh;
  /* position: relative;
    background-size: cover;
    background-repeat: no-repeat; */

  /* background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    -msn-background-size: cover;
    background-repeat: no-repeat;
    object-fit: fill; */
}

.main-page .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.mainHeaderVid {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#one div.row.no-gutter {
  height: 100vh;
}

h4.home1 {
  font-family: Montserrat-Bold;
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 50px;
  color: #03303d;
  order: 0;
  flex-grow: 0;
}
.home1Gift {
  font-family: Montserrat-Bold;
  color: #03303d;
  order: 0;
  flex-grow: 0;
}
.mainHeading1 {
  font-family: Montserrat-Bold;
  color: #03303d;
}
.mainHeading1White {
  font-family: Montserrat-Bold;
  color: #fff;
}

@media(max-width: 768px) {
  .mainHeading1, .mainHeading1White {
    font-size: 2rem !important;
  }
}

.mainHeadingImg {
  max-width: 100%;
  height: 80px;
}
.mainHeadingImgCardDetail {
  height: auto;
  max-height: 70px !important;
}
h4.home-white {
  font-family: Montserrat-Bold;
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  order: 0;
  flex-grow: 0;
}
@media(max-width: 768px) {
  h4.home-white {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
p {
  font-size: 1rem;
}
.dropdown-menu {
  margin: 0;
}

.CycleImg {
  display: none;
}

#homeYTvid {
  max-width: 100%;
}

@media only screen and (max-width: 680px) {
  .CycleImg {
    display: block !important;
  }
}

#subscribeModal .modal-content {
  overflow: hidden;
}
#subscribeModal .form-control {
  height: 56px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 30px;
}
#subscribeModal .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 20px;
  background: #007b5e;
  border-color: #007b5e;
}
#subscribeModal .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #007b5e;
  outline: 0;
  box-shadow: none;
}
/* #subscribeModal .top-strip{
      height: 155px;
      background: #007b5e;
      transform: rotate(141deg);
      margin-top: -94px;
      margin-right: 190px;
      margin-left: -130px;
      border-bottom: 65px solid #4CAF50;
      border-top: 10px solid #4caf50;
  }
  #subscribeModal .bottom-strip{
      height: 155px;
      background: #007b5e;
      transform: rotate(112deg);
      margin-top: -110px;
      margin-right: -215px;
      margin-left: 300px;
      border-bottom: 65px solid #4CAF50;
      border-top: 10px solid #4caf50;
  } */

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(141deg);
  margin-top: -106px;
  margin-right: 457px;
  margin-left: -130px;
  border-bottom: 65px solid #4caf50;
  border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(135deg);
  margin-top: -115px;
  margin-right: -339px;
  margin-left: 421px;
  border-bottom: 65px solid #4caf50;
  border-top: 10px solid #4caf50;
}

.homeGoal {
  background-color: #44d09f;
  border-radius: 16px;
  color: #fff;
}
.homeGoal h2 {
  font-family: "Montserrat-Bold";
  font-size: 1.2rem;
}
.homeGoal p {
  font-size: 12px;
}
.homeGoal h2 sup {
  font-family: "Montserrat-Regular";
}

.greenHomeBG {
  background: #6fcda2;
}

.bg-image-sec-2 {
  background-image: url("../img/homesec2.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.bg-image-sec-2Home {
  background-image: url("../img/homesec2Home.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100vh;
}
.bg-image-sec-21 {
  background-image: url("../img/homesec21.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.bg-image-secglobe {
  background-image: url("../img/globe.svg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.bg-image-sec-journeysun {
  background-image: url("../img/halfsun.svg");
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  height: -webkit-fill-available;
}
@media only screen and (max-width: 480px) {
  .bg-image-sec-journeysun,
  .bg-image-sec-2Home {
    display: none;
  }
  ul.pmd-card-list {
    padding-left: 0;
  }
}
.bg-image-sec-3 {
  background-image: url("../img/homeSec3.png");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.bg-image-sec-7 {
  background-image: url("../img/homechild.png");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.bg-image-partnersec-3 {
  background-image: url("../img/partsec3.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
footer p {
  font-family: NotoSans-Regular;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: rgba(3, 48, 61, 0.7);
}
.footMail {
  font-family: NotoSans-Regular;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: rgba(3, 48, 61, 0.7);
  text-decoration: none;
}
.footMail:hover {
  color: rgba(3, 48, 61, 0.7);
  text-decoration: none;
}
.foot-img {
  padding-right: 5%;
}
h1.head1 {
  font-family: Montserrat-Bold;
  font-weight: bold;
  color: #ffffff;
}
h2.head2 {
  font-family: Montserrat-Bold;
  /* font-weight: bold; */
  color: #ffffff;
}

p.head3 {
  font-family: NotoSans-Bold;
  font-weight: 500;
  color: #ffffff;
}
.banner-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 35%;
  -ms-transform: translate(-30%, -65%);
  transform: translate(-30%, -65%);
}

@media only screen and (min-width: 720px) {
  h1.head1 {
    font-size: 6rem;
  }
  h2.head2 {
    font-size: 3.6rem;
  }
  p.head3 {
    font-size: 1.4rem;
  }
  .BRGoal {
    border-right: 1px solid #fff;
  }
}

@media only screen and (max-width: 480px) {
  .BRGoal {
    border-bottom: 1px solid #fff;
  }
}

.scrollBTN a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-45%, -20%);
  transform: translate(-45%, -20%);
  color: #fff;
  font: normal 600 12px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.scrollBTN a:hover {
  opacity: 0.5;
}

#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Page : Login page */

.login-text {
  position: absolute;
  width: 480px;
  height: 198px;
  left: 123px;
  top: 250px;
  font-family: Montserrat-Bold;
  font-size: 54px;
  line-height: 66px;
  color: #ffffff;
}
h3.welcome {
  font-family: Montserrat-Bold;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  color: #03303d;
}

h3.verify {
  font-family: Montserrat-Bold;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #03303d;
}

.verifyNo {
  font-family: NotoSans-Bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #03303d;
}

.bg-image {
  background-image: url("../img/login.png");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.right-only-scroll {
  max-height: 100vh !important;
  overflow-y: scroll;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: unset;
}

.btn-login {
  background: #44d09f;
  box-shadow: 0px 8px 16px rgba(68, 208, 159, 0.1) !important;
  border-radius: 8px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  width: auto;
  padding: 0.8rem 2rem;
}
.btn-empty {
  border: 2px solid #fff;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(68, 208, 159, 0.1) !important;
  border-radius: 8px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  width: auto;
  padding: 0.8rem 2rem;
}
.btn-empty:hover,
.btn-empty:active,
.btn-empty:focus {
  border: 2px solid #44d09f;
  color: #44d09f;
}
.btn-emptyWhite {
  border: 2px solid #03303d;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(68, 208, 159, 0.1) !important;
  border-radius: 8px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #03303d;
  width: auto;
  padding: 0.8rem 2rem;
}
.btn-emptyWhite:hover,
.btn-emptyWhite:active,
.btn-emptyWhite:focus {
  border: 2px solid #44d09f;
  color: #44d09f;
}
.btn-emptyGreen {
  border: 2px solid #44d09f;
  background-color: transparent;
  box-shadow: 0px 8px 16px rgba(68, 208, 159, 0.1) !important;
  border-radius: 8px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #44d09f;
  width: auto;
  padding: 0.8rem 2rem;
}
.btn-emptyGreen:hover,
.btn-emptyGreen:active,
.btn-emptyGreen:focus {
  border: 2px solid #03303d;
  color: #03303d;
}
.btn-darktheme {
  background: #03303d;
  box-shadow: 0px 8px 16px rgba(68, 208, 159, 0.1) !important;
  border-radius: 8px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  width: auto;
  padding: 0.8rem 2rem;
}
.btn-darktheme:hover {
  background: #03303d;
  color: #ffffff;
}
.bannerBTN {
  padding: 1.3rem 3rem !important;
}
.btnpad {
  padding: 0.5rem 1rem;
}

label {
  font-family: Montserrat-Regular;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(3, 48, 61, 0.5);
}
a.forgot-pass,
.terms a {
  font-family: NotoSans-Bold;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #44d09f;
}
.login-continue {
  font-family: NotoSans-Bold;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #03303d;
}
.sign-up {
  font-family: NotoSans-Regular;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #03303d;
}
.sign-up a {
  color: #44d09f;
}
.login-footer p {
  font-family: NotoSans-Regular;
  font-weight: bold;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #03303d;
}

.main-login-form input,
#btn-country {
  border: 0.5px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
}
.main-login-form input::placeholder,
-ms-input-placeholder {
  font-family: NotoSans-Regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(3, 48, 61, 0.5);
}

.social-buttons button {
  width: 48px;
  height: 48px;
}
.social-buttons .btn {
  margin: 0 1rem 0rem;
}
i.fa {
  color: #fff;
}
.linkedin {
  background: #187fb8;
}
.facebook {
  background: #43619c;
}
.google-plus {
  background: #f24033;
}
.twitter {
  background: #24a9e6;
}

/* Page : Sign up page */

.input-phone .dropdown-toggle::after {
  display: none !important;
}

/* Page : Verify page */

.digit-group input {
  width: 51px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  margin: 0 2px;
  border: 0.5px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

/* Chrome, Safari, Edge, Opera */
.digit-group input::-webkit-outer-spin-button,
.digit-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.digit-group input[type="number"] {
  -moz-appearance: textfield;
}

#show_hide_password {
  display: flex;
}
.fa-eye-slash,
.fa-eye {
  color: rgba(3, 48, 61, 0.5) !important;
  height: 15.75px;
  widows: 16.31px;
}
.eyePOS {
  position: absolute;
  right: 8%;
  transform: translate(0, 100%);
  cursor: pointer;
  display: inline-block;
}
.verify-result ul li {
  font-family: NotoSans-Bold;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: rgba(3, 48, 61, 0.5);
}
.verify-result ul li span i {
  color: rgba(3, 48, 61, 0.5);
}
.custom-control-label::before {
  height: 20px;
  width: 20px;
  left: -2.5rem;
}
.custom-control-label::after {
  color: #44d09f;
  height: 10px;
  width: 10px;
  top: 0.5rem !important;
  left: -2.2rem !important;
}
.custom-control-label-g::after {
  top: 0.25rem !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: unset !important;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  /* border:1px solid #000; */
}
.chat-search {
  border-radius: 40px;
  border: 1px solid #d4d4d4;
  width: 100%;
  padding-left: 20px;
}

.squad-title {
  height: 120px;
  background: #eb9978;
  width: 100%;
}
.active-item {
  background-image: url(../img/selector.svg);
}
.member-div {
  width: fit-content;
  float: left;
  padding: 0px 10px;
}
.primary-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #eb9a79;
}
.indicator-card {
  box-shadow: 0px 2px 12px rgba(235, 153, 120, 0.08);
  border-radius: 16px;
  background: white;
}
.search-div {
  padding: 10px 10px;
}
/* Page : Dashboard page */
.welcomeText {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #ffffff;
  background-image: url(../img/bee.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.logout-button {
  border: 1px solid white;
  border-radius: 3px;
  background: transparent;
  padding: 0.5rem 2rem;
  color: white;
}

.logout-pallete {
  position: absolute;
  bottom: 2rem;
  width: inherit;
}
.welcomeText span {
  font-family: Montserrat-Bold;
  font-weight: bold;
}
.menuLeft {
  width: 1rem;
  overflow: visible;
  vertical-align: -0.05em;
  margin-right: 0.5rem;
}

.sidebar li.nav-item a.nav-link {
  padding: 0.5rem 2.5rem;
}

/* Dashboard Blog Page */

.dashBlogContainer {
  max-height: 75vh;
  overflow: auto;
  overflow-x: hidden;
}

.blog-card {
  border: transparent;
  margin-bottom: 30px;
}

.blog-card img {
  border-radius: 16px;
}
.blog-card-text-bg {
  padding: 16px;
  position: absolute;
  width: 90%;
  /*  height: 140px; */
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  margin: 0px 16px;
}

h5.blog-card-title {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 24px;
  color: #03303d;
}

.author-title span {
  font-family: NotoSans-Bold;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #03303d;
  margin-left: 10px;
}
.blog-card-text-bg span p {
  margin-bottom: 0px;
}
.author-title img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

h1.entry-title {
  font-family: Montserrat-Bold;
  font-size: 1.5rem !important;
  line-height: 1.8rem !important;
  color: #03303d;
}

hr.sidebarManual {
  color: rgba(0, 0, 0, 0.21);
  height: 0.1rem;
  margin: 15px 0;
}
/* BLOG TABS */

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.global.active {
  color: #03303d;
  background-color: #44d09f;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid #44d09f !important;
  font-size: 16px;
  font-weight: bold;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  color: rgba(3, 48, 61, 0.5);
  font-size: 16px;
  font-weight: 600;
}
.project-tab .nav-link:hover {
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid #44d09f !important;
  color: #03303d;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: none;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}

.nav-link.blog-tab-link {
  padding: 0;
  margin: 15px;
}
.main-header-bar {
  border-bottom: none;
}
/* END */

.blog-top-image img {
  width: 300px;
  height: 80px;
}
.blog-top-title {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 45px;
  line-height: 72px;
  color: #03303d;
}
.blog-top-subtitle {
  font-family: NotoSans-Regular;
  font-size: 20px;
  font-weight: unset;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #03303d;
}

.min-blog-img-h {
  min-height: 420px;
  max-height: 420px;
  width: 100%;
}
.min-blog-mid-img-h {
  min-height: 195px;
  max-height: 195px;
  width: 100%;
}

.nav-link.forest-tab-link {
  background: #ecfaf5;
  border-radius: 12px;
  color: #03303d !important;
}
.nav-link.forest-tab-link span {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.nav-link.forest-tab-link span short {
  font-size: 8px;
  margin-left: 5px;
  color: #fff;
}
/* 
  .ex1{
    display:flex;
    text-align: center;
    background: #fff;
  }
  .ex1 i{
      margin: 0 20px;
      color: rgba(3, 48, 61, 0.7);
      cursor: pointer;
    }
  
  
  .ex1 i:hover{
                  color: #44D09F;
                  @include transition(all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86));
            @include transform(scale(1.5));
  } */

/* p{
      font-family: NotoSans-Regular;
      font-weight:600;
  font-size: 12px;
      letter-spacing: 0.05em;
      color: #03303D;
  } */
.foot-text {
  font-family: NotoSans-Regular;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
h2.widget-title {
  font-family: Montserrat-Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.img-foot-right {
  width: 344.1px;
  height: 108.1px;
}
.img-foot-left {
  width: 230px;
  height: 108.1px;
}
.footer-adv-overlay {
  padding-bottom: 0;
}

.transparentHeadBTN,
.transparentHeadBTN:hover,
.transparentHeadBTN:active,
.transparentHeadBTN:focus {
  background-color: transparent;
  color: #44d09f;
  border: none;
}
a.menu-link {
  font-weight: 600;
}

.prevNext .info {
  background: #ffffff;
  border: 0 solid #e3262f;
  box-shadow: 0 6px 13px 0 rgba(137, 53, 78, 0.13),
    0 51px 63px -21px rgba(137, 53, 78, 0.11);
  border-radius: 5px;
  padding: 10px;
  padding-left: 25px;
  max-height: 80px;
}

/* Fix for reversed blog post navigation */
.prevNext {
  display: flex;
  justify-content: space-between;
}

/* Ensure correct order: Next Post (newer) should be on right, Previous Post (older) on left */
.prevNext .info:first-child {
  order: 1; /* Previous Post - keep on left */
}

.prevNext .info:last-child {
  order: 2; /* Next Post - keep on right */
}

/* If navigation is still reversed from server-side, swap the order */
.prevNext.fix-reversed {
  flex-direction: row-reverse;
}
.prevNext .preview {
  height: 80px;
  width: 100px;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 9;
  border-radius: 10%;
}
.prevNext .info h4 {
  font-family: NotoSans-Bold;
  font-size: 12px;
  color: rgba(3, 48, 61, 0.7);
  line-height: 16px;
}
.prevNext .info p {
  font-family: NotoSans-Bold;
  line-height: 16px;
}
.prevNext .info p a {
  color: #03303d;
  font-size: 12px;
}

.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  /* axis compensation */
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

ul.membersList {
  list-style: none;
}
ul.membersList li {
  line-height: 4rem;
}

.py-custom-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.py-join-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.section-homeTwo,
.section-jointhree,
.giftSteps {
  background-color: #0f2d3d;
}
.section-newOne {
  background: rgba(180, 236, 217, 0.5);
}
.section-newOne p.bottom-text {
  font-size: 1.3rem;
}
.section-homeTwo p.bottom-text,
.section-jointhree p.bottom-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
}

.section-four,
.section-joinfour {
  background-color: #dec591;
}
.section-four p.bottom-text,
.section-joinfour p.bottom-text {
  color: #0f2d3d;
  font-size: 18px;
}
.section-five {
  background-color: #fff;
}
.section-five p.bottom-text {
  color: #0f2d3d;
}
.section-six {
  background-color: #0f2d3d;
}
.section-six p.bottom-text {
  color: rgba(255, 255, 255, 0.7);
}
.section-eight,
.secAppDownload {
  background-color: #6fcda2;
}
.section-eight p.bottom-text {
  color: #03303d;
}
.section-parttwo {
  background-color: #03303d;
}

/* Testimonial Start */

/* .demo{ background: #6c6a6a; } */
.testimonial {
  outline: 0;
  padding-top: 2rem;
  min-height: 60vh;
}
.testimonial .pic {
  width: 22%;
  /* padding: 20px 0; */
  margin: 0 6% 0 2%;
  float: right;
  position: relative;
  z-index: 1;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.testimonial .testimonial-content {
  width: 70%;
  float: left;
}
.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  text-align: center;
  opacity: 0.5;
}
.testimonial .description {
  font-size: 1.3rem;
  color: #fff;
  padding: 0 15px;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 780px) {
  .testimonial .description {
    padding: 1rem 4.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .testimonial {
    min-height: 100vh;
  }
  .testimonial .description {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .testimonial .pic {
    padding-top: 5rem;
  }
}
/* .testimonial .description:before,
  .testimonial .description:after{
      font-family: "FontAwesome"; font-weight: 900;
      font-size: 17px;
      color:#44D09F;
      position: relative;
  }
  .testimonial .description:before{
      content: "\f10d";
      margin-right: 5px;
      top: 0;
      left: 0;
  }
  .testimonial .description:after{
      content: "\f10e";
      margin-left: 5px;
      position: relative;
      bottom: 0;
      right: 0;
  } */
.owl-theme .owl-controls {
  width: 70%;
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 70px;
  height: 90px;
  line-height: 90px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.owl-prev:before,
.owl-next:before,
.slick-prev::before,
button.slick-prev {
  background-repeat: no-repeat !important;
  /* content: "\f177";
      font-family: "FontAwesome"; */
  font-size: 30px !important;
  font-weight: 900;
  color: #ddd;
  position: absolute;
  bottom: 0;
  left: 45%;
  z-index: 1;
}
.owl-next:before,
.slick-next::before,
button.slick-next {
  background-repeat: no-repeat !important;
  /* content: "\f178";
      font-family: "FontAwesome"; */
  font-size: 30px !important;
  font-weight: 900;
  color: #ddd;
  position: absolute;
  bottom: 0;
  left: 48%;
}
.testimonial-slide .slick-prev::before,
.testimonial-slide button.slick-prev {
  background-image: url("../img/testLeftArrow.svg");
}
.testimonial-slide .slick-next::before,
.testimonial-slide button.slick-next {
  background-image: url("../img/testRightArrow.svg");
}
@media only screen and (max-width: 480px) {
  .owl-next:before,
  .slick-prev::before,
  button.slick-prev {
    left: 40%;
  }
  .owl-next:before,
  .slick-next::before,
  button.slick-next {
    left: 50%;
  }
  .testimonial .titleName {
    padding: 0 !important;
}
}
/* .owl-next:after, .slick-next::after{
      content: " / ";
      font-size: 40px;
      color: #ddd;
      position: absolute;
      bottom: 0;
      left: -25px;
  } */
button.slick-prev,
button.slick-next {
  background: none;
  color: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 45px;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  .testimonial {
    text-align: center;
  }
  .testimonial.iconMobQ {
    text-align: left;
  }
  .testimonial .pic {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .testimonial .pic:before,
  .testimonial .pic:after {
    width: 80px;
    height: 100px;
  }
  .testimonial .testimonial-content {
    width: 100%;
    float: none;
  }
  .testimonial .title {
    padding: 15px 0 0 0;
  }
  .testimonial .post {
    padding: 0;
    margin-bottom: 10px;
  }
  .owl-theme .owl-controls {
    width: 100%;
    position: static;
    text-align: center;
  }
  .owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    line-height: 50px;
  }
}

/* Testimonial Start */

.section-roottwo {
  background-color: #03303d;
  color: #fff;
}
.section-roottwo h4 {
  font-family: Montserrat-Bold;
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 50px;
  order: 0;
  flex-grow: 0;
}
.section-newtwo {
  background: rgba(180, 236, 217, 0.25);
}
.rootlinks {
  display: flex;
  background: rgba(218, 218, 218, 0.56);
  border-radius: 18px;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  height: 50px;
}
.rootlinks a {
  text-decoration: none;
  color: inherit;
}
.rootlinks a p {
  font-size: 1rem;
}
.rootlinks a.viewBefore {
  border-left: 1px solid !important;
}
.rootlinks a.viewBefore p {
  margin-left: 15px;
}
/* .rootlinks h3{
      font-family: Montserrat-Bold;
      font-size: 24px;
      line-height: 29px;
      color: #44D09F;
  }
  .rootlinks h2{
      font-family: Montserrat-Bold;
      font-size: 32px;
      line-height: 39px;
      text-align: right;
      color: #03303D;
  } */

.journey-sectwo {
  background-color: #d0e3e4;
}
.pb-journey {
  padding-bottom: 7rem;
}
.journey-secsix {
  background-color: #d0e3e4;
}
.journey-secthree {
  background-color: #137378;
  color: #fff;
}
.journeytest {
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
.journeyImgRadius img {
  border-radius: 10px;
}

/* .mathHome form{
      align-items: flex-end;
      display: inline-flex !important;
  } */
.mathHome form label {
  color: #fff;

  margin-bottom: 5px;
}
.mathHome form .form-group {
  display: block;
}
.mathHome form .form-control {
  width: 280px;
  height: 47.59px;
}
@media only screen and (min-width: 480px) {
  .mathHome form .form-control {
    min-width: 400px;
  }
}
@media only screen and (min-width: 850px) {
  .mathHome form .form-control {
    min-width: 300px;
  }
}
@media only screen and (min-width: 1080px) {
  .mathHome form .form-control {
    min-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .imgCalc {
    width: 100%;
  }
  .mathHome form .form-control {
    min-width: 280px;
  }
}
.mathHome form .form-control:focus {
  border-color: #44d09f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(56, 204, 130, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(56, 204, 130, 0.6);
}

.joinHome form {
  align-items: flex-end;
  display: inline-flex !important;
}
.joinHome form label {
  color: #fff;
  justify-content: unset;
  margin-bottom: 5px;
}
.joinHome form .form-control {
  height: 47.59px;
}
.joinHome form .form-control:focus {
  border-color: #44d09f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(56, 204, 130, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(56, 204, 130, 0.6);
}

.appDownBTN a img {
  width: 220px;
}

@media only screen and (min-width: 720px) {
  .appDownBTN a img {
    margin-right: 20px;
  }
  .joinHome form .form-control {
    width: 450px;
  }
}

.deepMaxImg {
  max-width: 100%;
  height: 25rem;
}
@media only screen and (max-width: 720px) {
  .deepMaxImg {
    height: 25rem;
  }
}

.partner-sec-slide {
  background-color: transparent;
}
.partner-sec-slide .card {
  height: 305px;
  padding: 1rem;
  border-radius: 16px;
  margin-right: 10px;
  outline: 0;
}
.partner-sec-slide .card-header,
.partner-sec-slide .card-footer {
  padding: 0;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: none;
  border-top: none;
  color: #03303d;
  height: 35px;
}
.partner-sec-slide .card-body {
  color: #03303d;
  padding: 2rem 0;
}
.partner-sec-slide .card-body h2 {
  font-family: Montserrat-Bold;
}
.partner-sec-slide .card-body p {
  font-family: Montserrat-Bold;
  font-size: 1rem;
}
.partner-sec-slide .card-body p,
.partner-sec-slide .card-header p,
.partner-sec-slide .card-footer p {
  font-size: 1.08rem;
}

.partner-sec-slide .card.billion1 {
  background: #b9cfa6;
  box-shadow: 0px 8px 12px rgba(185, 207, 166, 0.25);
}
.partner-sec-slide .card.billion2 {
  background: #8ba260;
  box-shadow: 0px 8px 12px rgba(139, 162, 96, 0.25);
}
.partner-sec-slide .card.billion3 {
  background: #539579;
  box-shadow: 0px 8px 12px rgba(222, 188, 137, 0.25);
}

.partner-sec-slide .slick-dots,
.carouselHomeNew .slick-dots,
.dot-slide .slick-dots, .image-carousal ul.slick-dots {
  display: flex;
  flex-wrap: inherit;
  justify-content: center;

  margin: 0;
  padding: 1rem 0;

  list-style-type: none;
}

.image-carousal ul.slick-dots li {
  margin-top: 5px;
}

.slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 100%;
  background-color: #0c2340;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #6fcda2;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.changeSlideItem {
  background: #137378;
  border-radius: 16px;
}
.changeSlideBlock {
  background: #137378;
  border-radius: 16px 0px;
  color: #fff;
  padding: 3rem 5rem;
  height: 280px;
}
@media only screen and (max-width: 720px) {
  .changeSlideBlock {
    height: auto !important;
    padding: 2rem 2rem !important;
  }
}

.changeSlideBlockImg {
  height: 280px;
}
.t00 {
  background-size: cover;
  width: 100%;
  height: 280px;
  border-radius: 0px 16px;
}
.t11 {
  background-image: url("../img/t11.png");
}
.t12 {
  background-image: url("../img/t12.png");
}
.t21 {
  background-image: url("../img/t21.png");
}
.t22 {
  background-image: url("../img/t22.png");
}
.t31 {
  background-image: url("../img/t31.png");
}
.t32 {
  background-image: url("../img/t32.png");
}
.t41 {
  background-image: url("../img/t41.png");
}
.t42 {
  background-image: url("../img/t42.jpg");
}
.t51 {
  background-image: url("../img/t51.png");
}
.t52 {
  background-image: url("../img/t52.png");
}

@media only screen and (max-width: 480px) {
  .t12,
  .t22,
  .t32,
  .t42,
  .t52 {
    display: none;
  }
}

.uk-section {
  background-color: transparent;
}
.owl-carousel {
  position: relative;
  margin-top: 10px;
}
.uk-card-primary {
  border-radius: 8px;
}
.uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #383838;
}
.owl-dots {
  margin-top: 30px;
  display: none;
}
.uk-card-title {
  padding-bottom: 20px;
}

.corhomeNew {
  margin-top: -10rem;
}
.corhomeNew h4 {
  font-family: Montserrat-Bold;
  color: #fff;
  padding: 0px 35px;
  position: absolute;
}
.corhome .item {
  background-color: #03303d;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
  /* width: 240px !important; */
  height: 320px;
  margin-right: 10px;
  padding: 1.4rem;
  outline: none;
}
@media(max-width: 768px) {
  .corhome .item {
    height: 340px;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
}
.corhome .item img {
  width: 100px;
  height: 100px;
  margin-bottom: 25%;
}
.corhome .item h2 {
  font-family: Montserrat-Bold;
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
}
.corhome .item p {
  font-family: NotoSans-Regular;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.howHome h4 {
  font-family: Montserrat-Bold;
  color: #03303d;
}
.howHome p {
  font-size: 0.9rem;
}
.howHome p.standup {
  font-family: Montserrat-Bold;
  color: #03303d;
}
.howHomeGift h6 {
  font-family: Montserrat-Bold;
  color: #fff;
}
.howHomeGift p {
  font-family: Montserrat-Bold;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.howHomeGift1 h6 {
  font-family: Montserrat-Bold;
  color: #03303d;
}
.howHomeGift1 p {
  font-family: Montserrat-Bold;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #03303d;
}
.source-text {
  font-size: 0.7rem;
  color: #fff;
  opacity: 0.7;
}
.source-text a {
  font-size: 0.6rem;
  color: #fff;
  opacity: 0.7;
}
.source-text-forest {
  font-size: 0.8rem;
  transform: translate(3%, 0);
}
.source-text-forest a {
  font-size: 0.8rem;
  color: rgba(3, 48, 61, 0.7);
  text-decoration: none;
}
.source-text-forest a:hover {
  font-size: 0.8rem;
  color: rgba(3, 48, 61, 0.7);
  text-decoration: none;
}

.corjoin .item {
  background-color: #03303d;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
  width: 245px;
  height: 320px;
  margin-right: 10px;
  padding: 2rem;
  outline: none;
}
.corjoin .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 25%;
}
.corjoin .item h2 {
  font-family: Montserrat-Bold;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
}
.corjoin .item p {
  font-family: NotoSans-Regular;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

@media only screen and (min-width: 780px) {
  #journeytwo .carousel-control-prev {
    left: -130px;
  }
  #journeytwo .carousel-control-next {
    right: -130px;
  }
}
.carousel-control-prev-icon {
  background-image: url("../img/leftArrow.svg") !important;
  background-size: 5px;
  background-color: #6fcda2;
  border-radius: 50%;
  padding: 0.5rem;
}
.carousel-control-next-icon {
  background-image: url("../img/rightArrow.svg") !important;
  background-size: 5px;
  background-color: #6fcda2;
  border-radius: 50%;
  padding: 0.5rem;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

ul.dropdown-menu.sub-menu {
  left: 100%;
  top: 60%;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
#mainNavBar ul li a {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  flex: none;
  order: 4;
  align-self: center;
  flex-grow: 0;
  padding: 0.5em 1em;
  text-align: -webkit-center;
}

#mainNavBar ul li a:hover {
  color: #44d09f;
}
#mainNavBar ul li > ul li a {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #03303d;
  flex: none;
  order: 4;
  align-self: center;
  flex-grow: 0;
  padding: 0.5em 1em;
  text-align: unset;
}

#mainNavBarWhite ul li a {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #03303d;
  flex: none;
  order: 4;
  align-self: center;
  flex-grow: 0;
  padding: 0.5em 1em;
  text-align: -webkit-center;
}

#mainNavBarWhite ul li a:hover {
  color: #44d09f;
}
#mainNavBarWhite ul li > ul li a {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #03303d;
  flex: none;
  order: 4;
  align-self: center;
  flex-grow: 0;
  padding: 0.5em 1em;
  text-align: unset;
}
#mainNavBar.show {
  background-color: #03303d !important;
  padding-bottom: 30px;
  padding-top: 30px;
  z-index: 1;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.section-jointwo .card {
  border: none;
}
.section-jointwo .card-body img {
  max-height: 200px;
}
.section-jointwo .card-body {
  padding: 30px;
}

.signCard {
  /* width: 382px; */
  /* height: 350px; */
  background: rgba(68, 208, 159, 0.5);
  box-shadow: 0px 8px 12px rgba(222, 188, 137, 0.25);
  border-radius: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
.clustCard {
  background: rgba(68, 208, 159, 0.7);
  box-shadow: 0px 8px 12px rgba(235, 153, 120, 0.25);
  border-radius: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
.proCard {
  background: #44d09f;
  box-shadow: 0px 8px 12px rgba(228, 149, 139, 0.25);
  border-radius: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
.section-jointwo .card-body h6 {
  font-family: Montserrat-Bold;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #03303d;
  margin-top: 20px;
}
.section-jointwo .card-body p {
  font-family: NotoSans-Regular;

  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #03303d;
}

.inputGroupCalc {
  /* display: flex;
  height: 50px; */
  width: 300px;
}

/**
    * 1. Hides the input from view
    * 2. Ensures the element does not consume any space
    */

.inputGroupCalc input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
  margin-left: -30%;
}

.inputGroupCalc label {
  display: flex;
  /* flex: auto; */
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #fff;
  color: #03303D !important;
  /* padding: 5px 10px; */
  border-radius: 50px;
  transition: color --transition-fast ease-out,
    background-color --transition-fast ease-in;
  user-select: none;
  margin-right: 8px;
  height: 40px;
  width: 40px;
}
.inputGroupCalcBlue label {
  background-color: #03303d;
  color: #fff !important;
}

.inputGroupCalc label:last-of-type {
  margin-right: 0;
}

.inputGroupCalc input[type="radio"]:checked + label {
  background-color: transparent;
  border: 4px solid #44d09f;
  color: #44d09f !important;
}

.inputGroupCalcBlue input[type="radio"]:checked + label {
  background-color: transparent;
  border: 4px solid #44d09f;
  color: #44d09f !important;
}

.inputGroupCalc input[type="radio"]:hover:not(:checked) + label {
  background-color: transparent;
  border: 4px solid #44d09f;
  color: #44d09f !important;
}
.inputGroupCalcBlue input[type="radio"]:hover:not(:checked) + label {
  background-color: transparent;
  border: 4px solid #44d09f;
  color: #44d09f !important;
}

.mathHome-result {
  /* background: #ffffff;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px; */
}
.mathHome-result1 {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
}

.calcCards {
  background-color: transparent;
  border: none;
}
.mathHome-resultLeft {
  /* width: 488px;
  
      left: 268px; */
  /* height: 100%; */
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
}
.mathHome-resultLeft .card-footer {
  background-color: transparent;
  border-top: none;
}

.mathHome-resultRight {
  /* width: 488px;
      height: 608px;
      left: 268px; */
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
}
.mathResult-head,
.mathResult-item,
.mathResult-total,
.mathHome-resultRight1 {
  display: flex;
}
.mathResult-head h3 {
  font-family: Montserrat-Bold;
  font-size: 24px;
  line-height: 29px;
  color: #44d09f;
}
.mathResult-head h1 {
  font-family: Montserrat-Bold;
  line-height: 8.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #44d09f;
}

.mathResult-item p {
  font-size: 13px;
  line-height: 22px;
  color: rgba(3, 48, 61, 0.7);
}
.mathResult-itemGift p {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}

.mathResult-total p {
  font-family: NotoSans-Regular;
  /* font-weight: bold; */
  font-size: 16px;
  line-height: 22px;
  color: rgba(3, 48, 61, 0.7);
}
.greenMaintain p {
  margin-bottom: 0;
}
.greenMaintainNew p {
  margin-bottom: 1rem;
}
.greenMaintain p.quoteLeft {
  color: #44d09f;
  text-decoration: underline;
  text-underline-position: under;
}
.greenMaintainSub p.quoteLeft {
  font-size: 10px;
  color: #44d09f;
}
.greenMaintainNew p.quoteLeft {
  color: #44d09f;
}
.mathResult-total p.totalgreen {
  color: #44d09f;
  text-decoration: underline;
  text-underline-position: under;
}
.mathResultHR {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mathResultHRWhite {
  border: 1px solid #fff;
}
.mathResultHRGreen {
  border: 1px solid #44d09f;
}
p.mathResultBtm {
  font-size: 12px;
  line-height: 16px;
  color: rgba(3, 48, 61, 0.5);
}
p.mathResultBtmNew {
  font-size: 14px;
  color: #fff;
}
.mathResultBtm a,
.mathResultBtm a:hover {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  /* color: rgba(3, 48, 61, 0.5); */
}
.mathHome-resultRight h4 {
  font-family: Montserrat-Bold;
  color: #e4958b;
  color: #44d09f;
}
.mathHome-resultRight h4 span {
  font-size: 16px;
}
.mathHome-resultRight .card-body p {
  font-size: 13px;
}

.mathHome-resultLeftTop {
  height: fit-content;
}

.mathHome-resultLeftTop {
  background: rgba(68, 208, 159, 0.1);
  border-radius: 16px;
  border: 0;
}
.card-d1,
.card-d2,
.card-d3,
.card-d4 {
  background: #45616D;
  border-radius: 16px;
  border: 0;
}
.card-d1-fp,
.card-d2-fp {
  background: #03303D;
  border-radius: 16px;
  border: 0;
}
.calcHeading {
  font-family: "Montserrat-Bold";
  color: #03303d;
  text-align: left;
}

.mathHome-resultLeftNew {
  border: none;
  box-shadow: none;
}
.mathHome-resultLeftNew .card-body {
  padding: 0 1.25rem;
}
.quoteLeft {
  width: 75%;
}

.py-contact-card-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 480px) {
  .contactBlockC {
    text-align: center;
  }
  .contactBlockC img {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}
.subscards {
  display: flex;
  flex-wrap: wrap;
}
.subscards .card {
  background-color: transparent;
  border: none;
}
.subscards .signCard {
  /* width: 382px; */
  /* height: 350px; */
  background: #fff;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
.subscards .clustCard {
  background: #03303d;
  background-image: url("../img/joinsubsCard.svg");
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
  padding-right: 15px;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
}
.subscards .proCard {
  background: #fff;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
  padding-right: 15px;
  padding-left: 15px;
}

.subscards .signCard h6 {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #03303d;
}
.subscards .clustCard h6 {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #44d09f;
}
.subscards .proCard h6 {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #03303d;
}
.subscards .clustCard p {
  color: #fff;
}
.subscards .signCard h1,
.subscards .clustCard h1,
.subscards .proCard h1 {
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.05em;
  color: #03303d;
}
.subscards .signCard h1 span,
.subscards .clustCard h1 span,
.subscards .proCard h1 span {
  font-size: 20px;
}

.owl-carousel {
  position: relative;
  margin-top: 30px;
}
.owl-nav {
  position: absolute;
  top: -60px;
  left: 10px;
}
.uk-card-primary {
  border-radius: 8px;
}
.uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.owl-next {
  background: #3286f0;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #383838;
}
.owl-dots {
  margin-top: 30px;
}
.uk-card-title {
  padding-bottom: 20px;
}

.profile-card {
  position: relative;
  margin: 10px 0;
}

.profile-card header {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px 0 0px;
  z-index: 1;
  overflow: hidden;
}

.profile-card header:before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.profile-card header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.profile-card header img {
  border-radius: 100%;
  overflow: hidden;
  width: 150px;
  /*border: 1px solid rgba(255,255,255,.5);*/
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.profile-card header h4 {
  font-family: Montserrat-Bold;
  color: #03303d;
  margin-top: 20px;
}

.profile-card header h2 {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}

.profile-card .profile-bio {
  padding: 0px 5px;
  color: rgba(3,48,61,0.7);
  text-align: center;
}

.profile-card .profile-social-links {
  display: table;
  width: 70%;
  margin: 20px auto;
  padding: 0px;
}

.profile-card .profile-social-links li {
  display: table-cell;
  width: 33.3333333333333333%;
}
.profile-social-links {
  list-style: none;
  text-align: center;
  background: white;
  border: 0px;
}
.profile-card .profile-social-links li a {
  display: block;
  text-align: center;
  padding: 10px;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  width: fit-content;
}
.profile-card .profile-social-links li a:hover {
  box-shadow: 0 1px 1.5px 0 #44d09f, 0 1px 1px 0 #44d09f;
}

.profile-card .profile-social-links li a:active {
  box-shadow: 0 4px 5px 0 #44d09f, 0 1px 10px 0 #44d09f, 0 2px 4px -1px #44d09f;
}

.profile-card .profile-social-links li a img {
  display: block;
}
/* @media only screen and (max-width:480px){
            h3.welcome, h3.verify{
            font-size: 24px;
            line-height: 29px;
          }
          h2.head1{
              font-size: 13vw;
              line-height: 15vw;
              }
              h3.head2{
              font-size: 6vw;
              line-height: 6vw;
              }
              p.head3{
              font-size: 3vw;
              line-height: 3vw;
              }
  
        } */

/**
   * Helpers
   */
.border-tlr-radius {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/**
   * Card Styles
   */

.cardBlog {
  background-color: #fff;
  margin-bottom: 1.6rem;
  border: none;
}

.card__padding {
  padding: 1.6rem;
}

.card__image {
  min-height: 150px;
  background-color: #eee;
}
.card__image img {
  width: 100%;
  max-width: 100%;
  height: 150px;
  display: block;
  object-fit: cover !important;
}

.card__content {
  position: relative;
}

/* card meta */
.card__meta .dateMainBlogy {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #03303d;
}

/* card article */
.card__article a {
  text-decoration: none;
  color: #03303d;
  transition: all 0.5s ease;
}
.card__article a:hover {
  color: #03303d;
}

.cc1, .ccn1 {
  background: #66bfb3;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.cc2, .ccn2 {
  background: #e4958b;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.cc3, .ccn3 {
  background: #eb9978;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.cc4 , .ccn4{
  background: #debc89;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cc1,
.cc2,
.cc3,
.cc4 {
  height: 165.19px;
}
.ccn1,
.ccn2,
.ccn3,
.ccn4 {
  height: 275px;
}
.ccn12,
.ccn22,
.ccn32,
.ccn42 {
  border-radius: 16px;;
}
.blogImgTop {
  max-height: 150px;
}

.footSocial i {
  margin: 0 20px 0 0;
  color: rgba(3, 48, 61, 0.7);
  cursor: pointer;
}

/* Just a parent container for the videos */
.videosHome {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.video-wrapHome {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
/* video poster frame or placeholder image */
.video-wrapHome .placeholderHome {
  max-width: 700px;
  width: 100%;
}
/* SVG play button container */
.video-wrapHome .play-btnHome {
  position: absolute;
  max-width: 700px;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapHome .play-btnHome svg {
  transition: all 0.2s ease;
  fill: #fff;
}
.video-wrapHome .play-btnHome:hover svg,
.video-wrapHome .play-btnHome:focus svg {
  cursor: pointer;
  fill: #44d09f;
}
/* adjust your icon size, add different breakpoints as needed */
@media screen and (max-width: 600px) {
  .video-wrapHome .play-btnHome {
    width: 70px;
    height: 70px;
  }
}

/* Gifting Page */

.gift-page {
  background: linear-gradient(
      0.98deg,
      rgba(3, 48, 61, 0.4) 9.42%,
      rgba(255, 255, 255, 0) 36.98%
    ),
    linear-gradient(
      180deg,
      rgba(3, 48, 61, 0.3) 7.03%,
      rgba(255, 255, 255, 0) 30.66%
    ),
    url("../img/giftBG.png");
  color: #fff;
  min-height: 100vh;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.gift-page .banner-text {
  -ms-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

.giftGuide-page {
  background: linear-gradient(
      0.98deg,
      rgba(3, 48, 61, 0.4) 9.42%,
      rgba(255, 255, 255, 0) 36.98%
    ),
    linear-gradient(
      180deg,
      rgba(3, 48, 61, 0.3) 7.03%,
      rgba(255, 255, 255, 0) 30.66%
    ),
    url("../img/forestgiftingtop.png");
  color: #fff;
  height: 80vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.giftingPara {
  font-family: "Montserrat-Regular";
  font-size: 1.2rem;
  color: #03303d;
}
.giftingParaWhite {
  font-family: "Montserrat-Regular";
  font-size: 1.2rem;
  color: #fff;
}

.giftingGuideStepTwoSec {
  background-color: #03303d;
}
.giftingGuideStepFourSec {
  background-color: rgba(68, 208, 159, 0.3);
}
.slideArrow .slick-disabled {
  display: none !important;
}
.slideArrow .slick-dots {
  display: flex;
  list-style: none;
  place-content: center;
  padding: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 720px) {
  .slideArrow .slick-dots {
    display: none !important;
  }
}
.slideArrow button.slick-prev.slick-arrow {
  left: -70px;
  top: 50%;
  transform: translateY(-30%);
  bottom: auto;
}
.slideArrow button.slick-next.slick-arrow {
  right: -70px;
  left: unset;
  top: 50%;
  transform: translateY(-30%);
  bottom: auto;
}
.giftingGuideSlideOne.slideArrow button.slick-prev.slick-arrow,
.giftingGuideSlideThree.slideArrow button.slick-prev.slick-arrow,
.giftingGuideSlideFour.slideArrow button.slick-prev.slick-arrow {
  background-image: url(../img/giftSlidePrev.svg);
}
.giftingGuideSlideOne.slideArrow button.slick-next.slick-arrow,
.giftingGuideSlideThree.slideArrow button.slick-next.slick-arrow,
.giftingGuideSlideFour.slideArrow button.slick-next.slick-arrow {
  background-image: url(../img/giftSlideNext.svg);
}
.giftingGuideSlideTwo.slideArrow button.slick-prev.slick-arrow {
  background-image: url(../img/giftSlidePrevWhite.svg);
}
.giftingGuideSlideTwo.slideArrow button.slick-next.slick-arrow {
  background-image: url(../img/giftSlideNextWhite.svg);
}
.leftCTA {
  background-color: #03303d;
  border-radius: 20px 0 0 20px;
}
.rightCTA {
  background: url(../img/webAppCTABack.png);
  border-radius: 0 20px 20px 0;
}
.rightCTASquirrel {
  background: url(../img/SG-AppStore-Squirrel.png);
  border-radius: 0 20px 20px 0;
  background-position: right;
  background-size: cover;
  min-height: 500px;
}
@media only screen and (max-width: 720px) {
  .leftCTA {
    border-radius: 20px 20px 0 0;
  }
  .rightCTA,
  .rightCTASquirrel {
    border-radius: 0 0 20px 20px;
  }
  .slideArrow button.slick-prev.slick-arrow {
    display: none !important;
  }
  .slideArrow button.slick-next.slick-arrow {
    display: none !important;
  }
}

.hideBGGiftTab > a.nav-link.active {
  background: transparent !important;
}
/* BLOG TABS */

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #03303d;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid #44d09f !important;
  font-size: 16px;
  font-weight: bold;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  color: rgba(3, 48, 61, 0.5);
  font-size: 14px;
  font-weight: 600;
}
.project-tab .nav-link:hover {
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid #44d09f !important;
  color: #03303d;
}
@media only screen and (max-width: 480px) {
  .forestheadImg a {
    width: 100%;
  }
}
.forestheadImg a img {
  transform: scale(0.9);
}
.forestheadImg a img:hover,
.forestheadImg a.active img {
  transform: scale(1);
}

.forest2-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .active {
  color: black;

  font-size: 14px;
  font-weight: bold;
  background: #44d09f;
}
.forest2-tab .nav-link {
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  z-index: 1;
}
.forest2-tab .nav-link:hover {
  border-bottom: 2px solid #44d09f !important;
  color: #fff;
}

.forestcard .card-title {
  letter-spacing: 0.4em;
  color: #44d09f;
  font-size: 14px;
}

.forestcard .card-subtitle {
  color: #2d4225;
  font-weight: bold;
  font-size: 18px;
}

.forestcard .card-link {
  color: #44d09f;
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: none;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}

.nav-link.blog-tab-link {
  padding: 0;
  margin: 15px;
}
.main-header-bar {
  border-bottom: none;
}
/* END */

.giftTabs1Slide .slick-track .slick-active[data-my-slick-attr="0"],
.forestSlides .slick-track .slick-active[data-my-slick-attr="0"] {
  transform: perspective(200px) scale(0.8);
}

.giftTabs1Slide .slick-track .slick-active[data-my-slick-attr="2"],
.forestSlides .slick-track .slick-active[data-my-slick-attr="2"] {
  transform: perspective(200px) scale(0.8);
}
.giftTabs1Slide .slick-track .slick-slide,
.forestSlides .slick-track .slick-slide {
  outline: none;
}

.giftTabs1Slide .slick-dots,
.forestSlides .slick-dots {
  display: flex;
  justify-content: center;

  margin: 0;
  padding: 1rem 0;

  list-style-type: none;
}

.gift-calc-sec {
  background-color: #44d09f;
}
#giftCalculations .mathHome label {
  color: #03303d;
}
#giftCalculations .mathHome button {
  background: #03303d;
}

@media only screen and (max-width: 480px) {
  #giftBTMImg img {
    width: 100px;
  }
}

.web-tab-only {
  position: absolute;
  width: 100%;
  top: -25px;
  z-index: 999;
}
@media only screen and (max-width: 1120px) {
  .web-tab-only {
    position: relative;
    width: auto;
    top: 0px;
  }
}

.linkHoverWhite:hover {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 769px) {
  .footer-overlay {
    padding-top: 2.66666em;
    padding-bottom: 2.66666em;
  }

  .foot-text {
    color: #03303d !important;
  }

  .small-footer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ffffff;
  }

  .small-footer {
    color: rgba(3, 48, 61, 0.7);
  }

  .small-footer {
    line-height: 1.85714285714286;
    position: relative;
  }

  a,
  a:focus,
  a:active,
  a:link,
  a:visited {
    color: inherit;
    text-decoration: none;
  }
  .foot-text div:hover {
    color: #007b5e !important;
  }
}
/*
@media (max-width: 768px) {
  .footer-adv-layout-4 .footer-adv-widget-2 .widget:last-child,
  .footer-adv-layout-4 .footer-adv-widget-3 .widget:last-child {
    margin: 0 0 2.8em;
  }
}
*/
@media only screen and (max-width: 480px) {
  .nav-tabsMob {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .nav-tabsMob::-webkit-scrollbar {
    display: none;
  }
}

.range-slider {
  margin: 25px 0 0 0%;
}
.range-slider {
  width: 100%;
}
.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (155px));
  height: 10px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  padding: 0;
  margin: 0;
  margin-left: 1%;
}
.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #44d09f;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__rangeBlue::-webkit-slider-thumb {
  background: #03303d;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__rangeBlue::-webkit-slider-thumb:hover {
  background: #03303d;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__rangeBlue:active::-webkit-slider-thumb {
  background: #03303d;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #44d09f;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__rangeBlue::-moz-range-thumb {
  background: #03303d;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__rangeBlue::-moz-range-thumb:hover {
  background: #03303d;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__rangeBlue:active::-moz-range-thumb {
  background: #03303d;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
.range-slider__rangeBlue:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #03303d;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  /* background: #44D09F; */
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  /* border-right: 7px solid #44D09F; */
  border-bottom: 7px solid transparent;
  content: "";
}
.range-slider__value1 {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  /* background: #44D09F; */
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value1:after {
  position: absolute;
  top: 8px;
  left: 60px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  /* border-left: 7px solid #44D09F; */
  border-bottom: 7px solid transparent;
  content: "";
}
.range-slider__value2 {
  display: block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #44d09f;
  padding: 5px 10px;
  margin-left: 60px;
}
.range-slider__value2Blue {
  background: #03303d;
}
.range-slider__value2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #44d09f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
.range-slider__value2Blue:after {
  border-top: 10px solid #03303d;
}
::-moz-range-track {
  background: #fff;
  border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.line {
  border-top: 1px solid #2d4225;
  flex-grow: 1;
  /*   margin: 0 10px; */
}
@media only screen and (max-width: 780px) {
  .line {
    display: none;
  }
}

.sealCard {
  background: #44d09f;
  box-shadow: 0px 8px 16px rgba(3, 48, 61, 0.1);
  border-radius: 16px;
  border: none;
  height: 450px;
}
.sealCardInner {
  background-color: #fff;
  border-radius: 16px;
  border: none;
  height: 100%;
}
.sealCardInner .card-footer {
  padding: unset;
  background-color: transparent;
  border-top: unset;
  padding: 0px 0px 20px 20px;
}

.valid {
  color: #44d09f !important;
}

.valid::before {
  position: relative;
  padding-right: 5px;
  content: "✔";
}

.invalid {
  color: #eb9978 !important;
}

.invalid::before {
  position: relative;
  padding-right: 5px;
  content: "✖";
}
#name_mobile {
  display: none;
}
#login_dropdown {
  left: 75%;
}
@media only screen and (max-width: 780px) {
  #name_mobile {
    display: block;
    padding-left: 5px;
  }
  #login_dropdown {
    left: 45%;
    position: relative !important;
  }
}

.applymont {
  font-family: "Montserrat-Regular";
}
.applymont-bold {
  font-family: "Montserrat-Bold";
}
.applygreen {
  color: #88cf45;
}
.applyblu {
  color: #03303d;
}
.apply-shadow {
  box-shadow: 2px 2px 2px 2px #e2e2e2;
}
form i {
  position: relative;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  margin-top: -8%;
}
a {
  color: inherit;
}
.intl-tel-input.separate-dial-code {
  width: 100%;
}

.border-between > [class*="col-"]:before {
  background: #e3e3e3;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}

.border-between > [class*="col-"]:first-child:before {
  display: none;
}

.popSignupModalBtn {
  background: #44d09f;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block;
  font-family: Montserrat-Regular;
  font-size: 16px;
  /* font-size: 1rem; */
  /* height: 50px;
    line-height: 50px; */
  position: fixed;
  right: 0;
  top: 40%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  /* width: 150px; */
  z-index: 100;
  /* Hover styles, 
    media queries */
}

.ecoGiftAccord .card,
.ecoGiftAccord .card .card-header {
  background-color: transparent;
  border: none;
}
.ecoGiftAccord .card .card-header {
  background-color: transparent;
  border-bottom: 1px solid #44d09f;
  padding: 1.25rem 0;
}
.ecoGiftAccord .card .card-body p {
  color: #fff;
}
.ecoGiftAccord .card .card-header a.card-title {
  color: #fff;
  font-family: Montserrat-SemiBold;
}

.ecoGiftAccord .card-header:after {
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
  color: #fff;
}
.ecoGiftAccord .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f107";
  color: #fff;
}
.ecoGiftsNewSectionBG {
  background-color: #44d09f;
}
.giftCardWhiteBG {
  background: #fff;
  border-radius: 16px;
}
.giftCardWhiteBGCalc1 {
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.giftCardWhiteBGCalc2 {
  background: #03303d;
  border-radius: 0 0 16px 16px;
}
.totalCostGift p {
  font-size: 1.5rem;
  font-weight: 700;
}
.selected-dial-code {
  padding-left: 5px !important;
}
.slick-dark {
  opacity: 0.3;
}
/* #p-giftcrd {
  width: 391px;
} */

/* Fix for gift card border alignment - prevent borders from being cut by border-radius */
/* Apply border-radius directly to images, no overflow hidden to preserve borders */
a.col-md-4.my-3,
a[class*="col-md-4"][class*="my-3"] {
  display: block;
  /* Keep all original spacing - my-3 class provides margin */
  /* Don't use overflow: hidden - it would clip image borders */
}

a.col-md-4.my-3 img,
a.col-md-4.my-3 img[id*="p-giftcrd"],
a[class*="col-md-4"][class*="my-3"] img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  /* Border-radius on image preserves borders without clipping */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fix for gift cards in other sections - ONLY target specific gift card sections */
section.section-giftCardsTabs .giftTabs1Slide div.col-sm-4,
section.section-giftCardsTabs .row.giftTabs1Slide div.col-sm-4,
#indexGift .giftTabs1Slide div.col-sm-4 {
  display: block;
  /* Don't use overflow: hidden - it would clip image borders */
}

section.section-giftCardsTabs .giftTabs1Slide div.col-sm-4 img,
section.section-giftCardsTabs .row.giftTabs1Slide div.col-sm-4 img,
#indexGift .giftTabs1Slide div.col-sm-4 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  /* Border-radius on image preserves borders without clipping */
  box-sizing: border-box;
}

/* Fix button centering - ONLY for the gift cards section button */
section.section-giftCardsTabs .row.text-center.justify-content-center .btn.btn-block,
#indexGift .row.text-center.justify-content-center .btn.btn-block {
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.figImgSize figure img {
  max-width: 100%;
  height: auto;
}
.figImgSize figure {
  text-align: center;
}
.giftCardWhiteBG .text-danger {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.mathResultBtn .custom-control-label::before,
.mathResultBtn .custom-control-label::after {
  top: 0;
}
.bg-grn
{
  background-color: #137378;
}


.brder
{
  border-radius: 15rem 0rem 0rem 15rem;
  color:#03303D;
  background-color: #D0E3E4;
}
.brder1
{
  border-radius: 0rem 15rem 15rem 0rem;
  color:#03303D;
  background-color:#b9cfa6; 
}

@media only screen and (max-width: 600px) {
 
  .brder
{
  border-radius: 12.5rem 12.5rem 0rem 0rem;
  
  
}
.brder1
{
  border-radius: 12.5rem 12.5rem 0rem 0rem;
  order: 1;
 
}
.ordr
{
  order:2;
}
}
.heading-name
{
  font-size:1.5rem;
  color:#03303D;
  font-weight:bold;
  font-family: 'Montserrat-Bold';
}
.p-tag
{
  font-size:1rem;
  font-weight:bold;
  text-align: justify;
}
.internalgreen
{
  color: #03303D;
  font-family: 'Montserrat-Bold';
  font-size: 3.2rem;
}
.ali-end
{
  text-align: end;
}


.forest-card-sec div.card{
  padding: 1rem;
  border: none;
  border-radius: 16px;
}
.forest-card-one{
  background: #2D4225;
}
.forest-card-two{
  background: #539579;
}
.forest-card-three{
  background: #2D4225;
}
.bt-text-survey{
  text-align: center;
}
@media only screen and (max-width:480px) {
  .bt-text-survey{
    text-align: left !important;
  }
}
.forest-bottom-section {
  background-color: rgba(68, 208, 159, 0.2);
}
.collectible-bot
{
  font-size:0.8rem;font-weight:600
}
.dark-theme-color
{
  background-color: #03303d;
  color: white;
  border-radius: 20px;
}
.wedding-theme-color
{
  background-color: #44D09F;
  color: #03303d;
  border-radius: 20px;
}
/* .p-conference
{
  color:#137378;
  font-weight:500;
  font-size:1.2rem;
} */
.img-bottom
{
 position: absolute;
 bottom: 0;
}
.h-500
{
  height: 620px;
}
.b-white
{
  border:1px solid white;
  
}
.light-theme-color
{
  background-color: #44d09f71;
  color: #03303D;
  border:1px solid white;
  height: auto;
  
}
.light-theme-color1
{
  background-color: #44d09fbe;
  color: #03303D;
  border:1px solid white;
  height: auto;
  
}
.light-theme-color2
{
  background-color: #44d09f;
  color: #03303D;
  border:1px solid white;
  height: auto;
  
}
.color-dark-theme
{
  color: #03303d;
  font-weight: 700;
  font-size: 1.5rem;
}
.w-600
{
  font-weight: 600;
}
.round-card-slick
{
  display: none;
}
.pos-absolute-left
{
  position: absolute;
  left: 0;
  bottom: 0;
}
.pos-absolute-right
{
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  .mob-check {
    display: none;
  }
  .od-1
  {
  order:1;
  }
  .pos-absolute-left
  {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 100%;
  }
  .pos-absolute-right
  {
  position: relative;
  right: 0;
  bottom: 0;
  max-width: 100%;
  }
  .round-card-slick
  {
  display: block;
  }
}
.green-wedding-tab
{
  background-color:#137378 ;  
  font-weight: 600;
  color:white;
  border-radius:20px;
}
.green-wedding-tab p
{
  font-size :1.6rem;
}
.green-wedding-tab h3
{
  font-size :2rem;
  font-weight: bold;
}


.testimonial .titleName {
  display: block;
  font-size: 18px;
  color: #03303D;
  font-weight: bold;
  margin: 0;
  padding-top: 20px;
  text-align: left;
  padding: 0rem 4.5rem;
}
.hrTest{
  border: 1px solid #629196;
  overflow: auto;
}

.ekko-lightbox-nav-overlay a span{
color: #fff;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;

}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}

.footprint-calc-form-heading{
  color: #03303D;
  font-weight: 600;
}

.calc-tabs .nav-link:focus, .calc-tabs .nav-link:hover{
  border: none;
  border-color:transparent;
}

.calc-subs .card{
  border-radius: 16px;
}
.calc-subs .card-header, .calc-subs .card-footer{
  background-color: unset;
  border:none;
}
.calc-subs .card-header{
  color: #03303D;
}
.calc-subs .card-body h2{
  font-weight: 600;
  color: #03303D;
  font-size: 3rem;
}
.calc-subs .card:hover{
  background-color: #CDFFEE;
}
.calc-subs .card.active{
  background-color: #44D09F;
}
.calc-subs .card.active button{
  background: #FFFFFF;
  color: #03303D !important;
}
.text-danger{
  color: #eb9978 !important;
}
.text-dark {
    color: #03303d !important;
}
