@charset "UTF-8";
@font-face {
  font-family: "Ubuntu-Medium";
  src: url("./../fonts/Ubuntu-Medium.eot");
  src: url("./../fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"),
    url("./../fonts/Ubuntu-Medium.woff2") format("woff2"),
    url("./../fonts/Ubuntu-Medium.woff") format("woff"),
    url("./../fonts/Ubuntu-Medium.ttf") format("truetype"),
    url("./../fonts/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("./../fonts/Roboto-Regular.eot");
  src: url("./../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("./../fonts/Roboto-Regular.woff2") format("woff2"),
    url("./../fonts/Roboto-Regular.woff") format("woff"),
    url("./../fonts/Roboto-Regular.ttf") format("truetype"),
    url("./../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ubuntubold";
  src: url("./../fonts/ubuntu-b-webfont.woff2") format("woff2"),
    url("./../fonts/ubuntu-b-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ubuntulight";
  src: url("./../fonts/ubuntu-l-webfont.woff2") format("woff2"),
    url("./../fonts/ubuntu-l-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*background Image Mixin Starts Here*/
/*background Image Mixin Ends Here*/
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomOut {
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

body {
  font-family: "Ubuntu-Medium";
  overflow-x: hidden;
}
@media (max-width: 992px) {
  body .heightAutoBanner {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  body .paragraph-style-sm #privacy .paragraph-style-sm {
    text-align: left !important;
  }
}
body .paragraph-style-sm #privacy .paragraph-style-sm strong {
  color: #000;
}
body #download .main-heading {
  color: #66bf00;
}
body #comingSoon {
  padding: 84px 0 !important;
}
body #comingSoon .ubunto-heading {
  font-family: "Ubuntu-Medium";
  font-size: 60px;
  font-size: 3.75rem;
  color: #333331;
}
@media (max-width: 767px) {
  body #comingSoon .ubunto-heading {
    padding: 0 !important;
  }
}
body.greenheader .stickyHeader {
  background: #66bf00;
  z-index: 99;
}
body.greenheader .stickyHeader .sticky-logo {
  display: block;
}
body.greenheader .stickyHeader .main-logo {
  display: none;
}
body .main-heading {
  font-family: "Ubuntu-Medium";
  font-size: 48px;
  font-size: 3rem;
  color: #333331;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .main-heading {
    font-family: "Ubuntu-Medium";
    font-size: 46px;
    font-size: 2.875rem;
    color: #333331;
  }
  .body .first-step-heading {
    font-size: 2.325rem !important;
  }
}
@media (max-width: 767px) {
  body .main-heading {
    font-family: "Ubuntu-Medium";
    font-size: 26px;
    font-size: 1.225rem !important;
    color: #333331;
  }
  .body .first-step-heading {
    font-size: 2.325rem !important;
  }

  body .ppc-download-app {
    font-family: "Ubuntu-Medium";
    color: #333331;
  }
  .countdownHolder {
    width: 100% !important;
    font: 22px/1.5 "Ubuntu-Medium" !important;
  }

  .main-example .time {
    margin-right: 6px;
  }
}
body .main-heading sup {
  font-family: "Ubuntu-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  color: #333331;
  top: -1.5em;
}
@media (max-width: 767px) {
  body .main-heading sup {
    font-family: "Ubuntu-Medium";
    font-size: 10px;
    font-size: 0.625rem;
    color: #333331;
    top: -9px;
  }
}
body .d-custom-none {
  display: none;
}
body .ubunto-heading {
  font-family: "ubuntubold";
  font-size: 36px;
  font-size: 2.25rem;
  color: #333331;
}
body .paragraph-style-sm {
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  color: #7a7a7a;
  line-height: 25px;
}
@media (max-width: 767px) {
  body .paragraph-style-sm {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-size: 1rem;
    color: #7a7a7a;
  }
}
body .paragraph-style-sm .green-text {
  color: #66bf00;
  font-weight: 600;
}
body .paragraph-style {
  font-family: "Roboto-Regular";
  font-size: 22px;
  font-size: 1.375rem;
  color: #7a7a7a;
  line-height: 27px;
}
@media (max-width: 767px) {
  body .paragraph-style {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-size: 1rem;
    color: #202020;
    line-height: 25px;
  }
}
body .paragraph-style-black {
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  color: #333331;
  line-height: 25px;
}
body .counters {
  font-family: "Roboto-Regular";
  font-size: 55px;
  font-size: 3.4375rem;
  color: #7a7a7a;
}
body .sub-heading {
  font-family: "Ubuntu-Medium";
  font-size: 25px;
  font-size: 1.5625rem;
  color: #333331;
  cursor: pointer;
}
@media (max-width: 600px) {
  body .sub-heading {
    font-family: "Ubuntu-Medium";
    font-size: 20px;
    font-size: 1.25rem;
    color: #333331;
  }
}
body .paragraph-ubuntu-style {
  font-family: "ubuntulight";
  font-size: 18px;
  font-size: 1.125rem;
  color: #757575;
  line-height: 27px;
}
@media (max-width: 600px) {
  body .paragraph-ubuntu-style {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-size: 1rem;
    color: #7a7a7a;
    line-height: 25px;
  }
}
body .ubuntobold-16,
body .footer-section .footer-heading {
  font-family: "Ubuntu-Medium";
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 30px;
}
body .ubantumedium-20 {
  font-family: "Ubuntu-Medium";
  font-size: 20px;
  font-size: 1.25rem;
  color: #333331;
}
body .ubantumedium-15,
body .footer-section .footer-href li a {
  font-family: "Ubuntu-Medium";
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333331;
}
body .footer-section {
  background: #333331;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body .footer-section {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  body .footer-section .footer-heading {
    font-family: "Ubuntu-Medium";
    /* font-size: 31px; */
    /* font-size: 1.9375rem; */
    color: #fff;
  }
}
body .footer-section .footer-href {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-section .quick-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-section .quick-contact li a {
  padding-left: 2px;
  font-family: "Ubuntu-Medium";
  font-size: 15px;
  font-size: 0.8375rem;
  color: #fff;
  text-decoration: none;
}
body .footer-section .quick-contact li:last-child {
  margin-top: 0px;
}
body .fixed-footer {
  background-color: #333331;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  body .fixed-footer {
    text-align: center;
  }
}
body .copy-footer {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #7a7a7a;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  body .copy-footer {
    font-size: 11px;
    padding: 10px 15px;
  }
}
body .btn-primary-theme {
  border-radius: 50px;
  font-family: "Roboto-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  color: #333331;
  height: 45px;
  padding: 0 50px;
  color: #333331;
  background: #fce220 url("../img/arrow-up.png") 90% 55%/14px 9px no-repeat;
  line-height: 46px;
  font-weight: bold;
  padding: 0 65px 0 20px;
}
@media (max-width: 600px) {
  body .btn-primary-theme {
    text-align: left;
  }
}
@media (max-width: 576px) {
  body .btn-primary-theme {
    width: 100%;
  }
}
body .btn-primary-theme.sm-btn {
  height: 37px;
  line-height: 37px;
  min-width: 175px;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #333331;
}
body .btn-primary-theme.collapsed {
  background: #fce220 url("../img/arrow-down.png") 90% 55%/14px 9px no-repeat;
}
body .btn-primary-theme:focus {
  box-shadow: none;
}
body .btn-primary-theme:hover {
  background-color: #efd510;
}
body header.stickyHeader {
  background: url(../img/greencheckout-main-banner.png) no-repeat top -180px center;
  top: -160px;
  position: sticky;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  z-index: 9;
}
@media (max-width: 991px) {
  body header.stickyHeader .col-md-12 {
    padding: 0;
  }
  body header.stickyHeader .navbar-toggler {
    color: #fff;
    border: none;
    outline: none;
    padding-left: 0;
  }
  body header.stickyHeader .container {
    max-width: 100%;
    padding: 0 15px !important;
  }
  body header.stickyHeader .navbar-dark .navbar-toggler-icon {
    background: transparent url("./../img/toggle-black.svg") center center/100%
      100% no-repeat;
    position: relative;
    top: 2px;
  }
  body header.stickyHeader .mob-sticky {
    display: none !important;
  }
}
body header.stickyHeader .main-logo {
  display: block;
}
@media (max-width: 991px) {
  body header.stickyHeader .main-logo {
    width: 75%;
  }
}
@media (max-width: 991px) {
  body header.stickyHeader .navbar-brand {
    margin: 0;
  }
}
body header.stickyHeader .sticky-logo {
  width: 60%;
  display: none;
  /*@include min-max-devices(577, 991) {
      	display: block !important;
      }*/
}
@media (max-width: 991px) {
  body header.stickyHeader .sticky-logo {
    display: none !important;
  }
}
body header.stickyHeader .download-btn a {
  font-family: "Roboto-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  color: #333331;
  text-transform: uppercase;
  margin-left: 2px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  body header.stickyHeader .download-btn a {
    background: #66bf00;
    border-radius: 50px;
    /* padding: 4px 40px 2px !important; */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
    font-weight: 600;
    color: #333331;
    margin-right: 10px;
    margin-top: 2px;
    font-family: "Roboto-Regular";
    font-size: 14px;
    font-size: 0.875rem;
    color: #333331;
    border: 1px solid;
  }
}
body header.stickyHeader .download-btn a:hover {
  color: #66bf00;
}
body header.stickyHeader.fixed {
  background: #66bf00;
  top: 0px !important;
  left: 0;
  width: 100%;
  z-index: 9;
  top: 0 !important;
}
body header.stickyHeader.fixed .download-btn {
  display: block !important;
}
@media (max-width: 991px) {
  body header.stickyHeader.fixed #navbarSupportedContent {
    background: #66bf00;
    top: 90px;
  }
  body header.stickyHeader.fixed #navbarSupportedContent .nav-link {
    color: #fff;
  }
}
body header.stickyHeader.fixed .main-logo {
  display: none;
}
@media (max-width: 767px) {
  body header.stickyHeader.fixed .main-logo {
    display: none !important;
  }
}
body header.stickyHeader.fixed .sticky-logo {
  display: block;
}
@media (max-width: 991px) {
  body header.stickyHeader.fixed .sticky-logo {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body header.stickyHeader.fixed .mob-sticky {
    display: block !important;
    width: 50%;
  }
}
body header.stickyHeader.fixed .download-btn a {
  background: #66bf00;
  border-radius: 50px;
  padding: 5px 40px 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  text-transform: capitalize;
  font-weight: 600;
  color: #333331;
  margin-right: 10px;
  margin-top: 2px;
}
body header.stickyHeader.fixed .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}
body header.stickyHeader.fixed .navbar-nav .nav-item .nav-link:hover {
  color: #333 !important;
}
body header.stickyHeader.fixed .navbar .navbar-toggler-icon {
  background: transparent url("./../img/toggle.svg") center center/100% 100%
    no-repeat;
  position: relative;
  top: 2px;
}
body header.stickyHeader .navbar {
  min-height: 100px;
}
@media (max-width: 991px) {
  body header.stickyHeader .navbar {
    min-height: 70px;
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body header.stickyHeader .navbar {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  body header.stickyHeader .navbar .navbar-nav {
    border-top: 1px solid #ffffff;
  }
}
body header.stickyHeader .navbar .navbar-nav .nav-link {
  font-family: "Roboto-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  color: #333331;
  margin-left: 5px;
}
@media (max-width: 991px) {
  body header.stickyHeader .navbar .navbar-nav .nav-link {
    margin-left: 2px;
  }
}
body header.stickyHeader .navbar .navbar-nav .nav-link:hover {
  color: #66bf00;
}
body .downloadLink {
  box-sizing: border-box;
  border: #acacac 1px solid;
  border-radius: 50px;
}
body .downloadLink input {
  border: 0;
  border-radius: 50px;
  height: 55px;
  border-right: 0;
  background: none;
}
body .downloadLink input::placeholder {
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #dbdbdb;
}
body .downloadLink input:focus {
  box-shadow: none;
  background: none;
}
body .downloadLink .input-group-btn {
  position: relative;
  top: -1px;
  right: -1px;
}
body .downloadLink .input-group-btn .btn {
  border-radius: 50px;
  font-weight: bold;
  height: 55px;
  background: #fce220;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-size: 1rem;
  color: #333331;
  line-height: 24px;
  box-shadow: 0px 2px 2px #fce220;
  position: relative;
  overflow: hidden;
}
body .downloadLink .input-group-btn .btn:hover {
  background: #66bf00;
  color: #fff;
  box-shadow: 0px 2px 2px #66bf00;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .downloadLink .input-group-btn .btn {
    font-family: "Roboto-Regular";
    font-size: 11px;
    font-size: 0.6875rem;
    color: #333331;
  }
}
body .steps-main {
  background: transparent url("../img/arrow-right-bg.svg") 95% 22%/59px 38px
    no-repeat;
}
@media (max-width: 991px) {
  body .steps-main {
    background: none;
    display: table;
    width: auto;
    flex: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main {
    margin-bottom: 30px !important;
  }
}
body .steps-main:nth-child(2) {
  background: none;
}
body .steps-main:last-child {
  background-position: 4% 22%;
}
body .steps-main .steps {
  position: absolute;
  bottom: -28px;
  font-family: "Ubuntu-Medium";
  font-size: 80px;
  font-size: 5rem;
  color: #333331;
  left: -4px;
}
@media (max-width: 767px) {
  body .steps-main .steps {
    font-family: "Ubuntu-Medium";
    font-size: 70px;
    font-size: 4.375rem;
    color: #333331;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main .steps {
    font-family: "Ubuntu-Medium";
    font-size: 60px;
    font-size: 3.75rem;
    color: #333331;
  }
}
body .steps-main:nth-child(odd) .steps {
  bottom: 0;
  left: -92px;
}
@media (min-width: 991px) {
  body .steps-main:nth-child(odd) .steps {
    bottom: -26px;
  }
}
@media (max-width: 767px) {
  body .steps-main:nth-child(odd) .steps {
    left: -80px;
    bottom: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main:nth-child(odd) .steps {
    left: -92px;
    bottom: -27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main:nth-child(odd) .steps {
    left: -68px;
    bottom: -20px;
  }
}
body .steps-main:nth-child(even) .steps {
  left: -95px;
}
@media (max-width: 767px) {
  body .steps-main:nth-child(even) .steps {
    left: -80px;
    bottom: -24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main:nth-child(even) .steps {
    left: -95px;
    bottom: -27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main:nth-child(even) .steps {
    left: -68px;
    bottom: -20px;
  }
}
body .steps-main:first-child .steps {
  left: -85px;
}
@media (max-width: 767px) {
  body .steps-main:first-child .steps {
    left: -82px;
    bottom: -22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main:first-child .steps {
    left: -85px;
    bottom: -24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main:first-child .steps {
    left: -62px;
    bottom: -20px;
  }
}
body section .button-border {
  background: transparent url("../img/bg-line.png") 100% 64%/22px 2px repeat-x;
}
@media (max-width: 767px) {
  body section .button-border {
    background-position: 100% 45%;
  }
}
@media (max-width: 767px) {
  body section .button-border {
    background: none;
  }
}
body section .bottom-border-number {
  position: relative;
  position: relative;
  width: 176px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body section .store-icons {
    margin-bottom: 0px;
  }
}
body section .store-icons img {
  width: 65px;
  height: 64px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body section .store-icons img {
    width: 50px;
    height: 49px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body section .store-icons img {
    width: 53px;
    height: 53px;
  }
}
@media (max-width: 767px) {
  body section .store-icons img {
    width: 55px;
    height: 54px;
    animation: none !important;
    opacity: 1 !important;
  }
}
body #mainBanner .sec-slide-img {
  position: relative;
}
@media (min-width: 1200px) {
  body #mainBanner .sec-slide-img {
    top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #mainBanner .sec-slide-img {
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #mainBanner .sec-slide-img {
    top: 8px;
  }
}
body .aboutUs .profile-title {
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  color: #333331;
}
body .aboutUs .profile-location {
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  color: #7a7a7a;
}
body .aboutUs .paragraph-style {
  font-size: 27px !important;
}
@media (max-width: 767px) {
  body .aboutUs .paragraph-style {
    font-size: 16px !important;
  }
}
body #philosophy {
  text-align: center;
}
@media (max-width: 991px) {
  body #philosophy {
    text-align: center;
  }
}
body #philosophy img {
  width: 80%;
}
@media (max-width: 480px) {
  body #philosophy img {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  body #philosophy img {
    width: 50% !important;
  }
}
body #philosophy .philo-detail {
  font-family: "Ubuntu-Medium";
  font-size: 32px;
  font-size: 2rem;
  color: #66bf00;
  padding-right: 115px;
  line-height: 37px;
}
@media (max-width: 767px) {
  body #philosophy .philo-detail {
    font-family: "Ubuntu-Medium";
    font-size: 24px;
    font-size: 1.5rem;
    color: #66bf00;
    padding-right: 0px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #philosophy .philo-detail {
    padding-right: 0px;
  }
}
body #philosophy .para {
  font-family: "ubuntulight";
  font-size: 20px;
  font-size: 1.25rem;
  color: #757575;
  line-height: 30px;
}
@media (max-width: 991px) {
  body #philosophy .ubunto-heading {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #philosophy .philo-detail {
    padding-right: 0px;
    margin-top: 20px;
  }
}
body .more-data-expend {
  display: none;
  position: relative;
}

.post-slide {
  padding: 35px 25px 20px;
  margin: 20px 40px 20px;
  background: #fbfbfb;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
@media (min-width: 992px) {
  .post-slide {
    padding: 45px 25px 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-slide {
    height: 420px;
    padding: 35px 15px 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-slide {
    padding: 35px 25px 30px;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  .post-slide {
    padding: 25px 5px;
    margin: 10px 10px 20px;
    height: 376px;
  }
}
@media (max-width: 400px) {
  .post-slide {
    padding: 25px 5px;
    margin: 10px 10px 20px;
    height: 396px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .post-slide {
    padding: 35px 5px 15px;
    margin: 10px 10px 20px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  .post-slide {
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  }
  .post-slide .post-heading img {
    width: 14%;
  }
  .post-slide .post-heading p {
    height: 165px;
    padding: 0 15px;
  }
  .post-slide .post-content {
    padding: 0px 15px 5px 15px !important;
  }
}
.post-slide .post-heading p {
  height: 165px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-slide .post-heading p {
    height: 216px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-slide .post-heading p {
    height: 240px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .post-slide .post-heading p {
    height: 210px;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  .post-slide .post-heading p {
    height: 210px;
  }
}
@media (max-width: 400px) {
  .post-slide .post-heading p {
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-slide {
    margin: 20px !important;
  }
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 600px) {
  .owl-controls {
    display: none !important;
  }
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .owl-controls .owl-buttons .owl-prev {
    left: -62px;
  }
}

.owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "";
  background: transparent url("../img/arrow-left.png") left center/20px 37px
    no-repeat;
  color: #333;
  width: 20px;
  height: 37px;
  display: table;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "";
  background: transparent url("../img/arrow-right.png") left center/20px 37px
    no-repeat;
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-slide .post-content {
    padding: 0px 15px 5px 15px !important;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent {
    position: absolute;
    top: 130px;
    width: 100%;
    left: 0;
    background: #66bf00;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    z-index: 999;
  }
  #navbarSupportedContent .nav-link {
    color: #fff;
    font-family: "Roboto-Regular";
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 600px) {
  #slideContainer {
    padding: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.95);
  }
}
.arrow-down {
  transform: scale(1);
  animation: pulse 1s infinite;
}

.list-group {
  font-family: "ubuntulight";
  font-size: 18px;
  font-size: 1.125rem;
  color: #757575;
  line-height: 27px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .list-group {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-size: 1rem;
    color: #757575;
  }
}
.list-group li {
  list-style: none;
  display: flex;
}
.list-group li:before {
  content: "·";
  font-size: 35px;
  vertical-align: middle;
  line-height: 26px;
  position: relative;
  top: 0px;
  left: -5px;
  color: #7a7a7a;
}

.footer-link {
  color: #f7f7f7;
  font-size: 16px;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}
.footer-link:hover {
  color: #f7f7f7 !important;
  text-decoration: none !important;
}

.social-icons {
  padding-left: 0;
}
.social-icons li {
  list-style: none;
}
.social-icons li a {
  display: inline-block;
  margin-right: 3px;
}
.social-icons li a i {
  font-size: 22px;
}
.social-icons li a i.fa-facebook {
  position: relative;
  left: 4px;
}
@media (max-width: 767px) {
  .social-icons li a i.fa-facebook {
    left: 0px;
  }
}
.social-icons li a:hover i {
  color: #333331;
}
@media (max-width: 767px) {
  .social-icons.mob-icons {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
.social-icons.quick-contact li a {
  margin-right: 0;
}
.social-icons.quick-contact li a .fa.fa-linkedin {
  position: relative;
  top: -4px;
}

#colored-img {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .footer-logo {
    margin: 0 auto 20px;
  }
}
@media (max-width: 400px) {
  .navbar-toggler {
    position: absolute;
    right: 0;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .slick-slider {
    margin-top: 20px;
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
@media (max-width: 767px) {
  .slick-slide img {
    display: inline;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}
@media (max-width: 767px) {
  .slick-initialized .slick-slide {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .slick-initialized .slick-slide {
    text-align: inherit;
  }
  .slick-initialized .slick-slide img {
    width: 60px;
    height: 60px;
  }
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide {
  transition: filter 0.4s;
  margin: 0px 20px;
}

.slick-prev {
  left: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 35%;
  font-size: 1.8rem;
}

.slick-slider-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.slick-slider-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-slider-dots ul li {
  margin: 0 4px;
}
.slick-slider-dots ul li button {
  display: none;
}

.slick-dots {
  text-align: center;
  padding-left: 0;
  position: relative;
  top: 20px;
}
.slick-dots li {
  display: inline;
}
.slick-dots li.slick-active .tab {
  cursor: pointer;
  display: inline-flex;
  background: #66bf00 !important;
  width: 40px !important;
}
.slick-dots li .tab {
  display: inline-flex;
  background: #a5a5a5;
  border: none;
  border-radius: 30px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin-right: 7px;
}
.slick-dots li .tab:focus {
  outline: none !important;
}

#btnAbout {
  margin-top: -14px;
}
@media (max-width: 400px) {
  #btnAbout {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }
}

#howitworks .btn-primary-theme,
#sponsors .btn-primary-theme {
  background: #fce220 url("../img/arrow-right.png") 90% 55%/10px 15px no-repeat;
}
#howitworks .btn-black,
#sponsors .btn-black {
  background: #333331 url("../img/white-right-arrow.png") 90% 55%/10px 15px
    no-repeat;
  color: #fff;
  font-weight: normal;
}
#caseStudies .btn-primary-theme {
  background: #fce220 url("../img/download.png") 11% 50%/24px 23px no-repeat;
  padding: 0 20px 0 65px;
}
@media (max-width: 767px) {
  #caseStudies .btn-primary-theme {
    background: #fce220 url("../img/download.png") 90% 55%/24px 23px no-repeat;
    padding: 0 20px 0 30px;
  }
}
@media (max-width: 767px) {
  #caseStudies .main-heading {
    text-align: center;
  }
}
#caseStudies .btn-black {
  background: #333331 url("../img/download.png") 11% 50%/24px 23px no-repeat;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 767px) {
  #caseStudies .btn-black {
    background: #333331 url("../img/download.png") 90% 55%/24px 23px no-repeat;
  }
}
.details p {
  text-align: left !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .details p {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .details .paragraph-style-black {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .details .paragraph-style-black {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .details .paragraph-style-sm {
    font-size: 13px;
    line-height: 16px;
  }
}

.footer-text-section .quick-contact li a {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .footer-text-section .quick-contact li span {
    width: 40px;
    float: left;
  }
}
.footer-text-section .quick-contact li span img {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .footer-text-section .quick-contact li a {
    /* display: flex; */
  }
}
@media (max-width: 767px) {
  .footer-text-section .quick-contact li a {
    font-size: 16px !important;
  }
}
.footer-text-section .paragraph-style-sm {
  font-family: "Roboto-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  color: #7a7a7a;
  line-height: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .avtar img {
    width: 50px;
    max-width: 50px;
  }
}

#testimonials .main-heading {
  text-transform: inherit;
}

#privacy .main-heading {
  /* font-size: 36px !important; */
  font-family: "ubuntubold" !important;
}

.dates-privacy {
  display: block;
}

.safe-text {
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  color: #7a7a7a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .safe-text {
    font-family: "Roboto-Regular";
    font-size: 9px;
    font-size: 0.5625rem;
    color: #7a7a7a;
  }
}
@media (max-width: 600px) {
  .safe-text {
    display: flex;
  }
}
.safe-text i {
  color: #66bf00;
  font-size: 14px;
}
@media (max-width: 600px) {
  .safe-text i {
    position: relative;
    top: 1px;
    left: -2px;
  }
}

@media (max-width: 767px) {
  #philosophy h2 {
    padding-top: 5px;
  }
}

.back-mob {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .back-mob {
    width: 100%;
    margin-top: 30px;
  }
}

.mob-images-mockup {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .mob-images-mockup {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    top: 15px;
  }
}

.front-mob {
  z-index: 0;
  position: absolute;
  top: 50px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .front-mob {
    width: 84%;
  }
  .profile-title {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .front-mob {
    width: 75%;
    top: -23px;
    right: 10px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .mob-heading {
    color: #333331 !important;
    line-height: 22px !important;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #imgAppleGoogle[src*="-app-ios.png"],
  #imgStoreGoogle[src*="-app-andorid.png"] {
    display: none;
  }
}

#faqCaremiles .btn-primary-theme {
  margin-top: 3.2em;
}

.new-advisor .main-heading {
  display: inline;
  background: #fff;
  padding: 0 40px;
}

.team-headings {
  font-size: 25px !important;
  font-weight: 700;
}

.main-accordions {
  background: #ffffff;
  box-shadow: 0px 6px 4px #dddddd, 0px 6px 15px #dddddd;
}
.main-accordions .sub-heading[aria-expanded="false"]:before {
  content: "\f067";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/2.5 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  font-size: 14px !important;
}
.main-accordions .sub-heading[aria-expanded="true"]:before {
  content: "\f068";
  float: right;
  display: inline-block;
  font: normal normal normal 14px/2.5 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  font-size: 14px !important;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border: 1px solid #acacac;
  border-radius: 10rem;
  height: 48px;
}
.has-search .form-control::placeholder {
  color: #c5c5c5;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.new-btn-readMore {
  background: transparent;
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  color: #000;
  text-decoration: none;
}
.new-btn-readMore:hover {
  text-decoration: none;
  color: #000;
}
.new-btn-readMore img {
  outline: none !important;
}

#download-new .main-heading {
  font-size: 42px;
  color: #66bf00 !important;
}
@media (max-width: 767px) {
  #download-new .main-heading {
    font-size: 26px;
  }
}

.no-image-btn {
  background-image: none !important;
  float: left;
  margin-top: 15px;
  width: 76%;
  padding: 4px 50px !important;
  height: 52px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-image-btn {
    width: 100%;
    text-align: center !important;
  }
}
#teamForm textarea {
  resize: none;
  height: 150px !important;
  border-radius: 20px !important;
}
#teamForm input[type="radio"] {
  margin: 10px 5px 0 15px;
}
#teamForm small {
  color: #7a7a7a;
}
#teamForm .form-control {
  border-radius: 50px;
  height: 55px;
  border: 2px solid #dbdbdb;
}
#teamForm .form-text.text-muted {
  color: red !important;
  padding-left: 20px;
  display: none;
}
#teamForm label {
  padding-left: 18px;
  margin-top: 10px;
  font-family: "Ubuntu-Medium";
  font-size: 18px;
  font-size: 1.125rem;
  color: #333331;
}
#teamForm .inputSewlect {
  position: relative;
}
#teamForm .inputSewlect .fa {
  position: absolute;
  right: 26px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  color: #5a5a59;
}
#teamForm .inputSewlect #inputLooking {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 40px;
  padding-left: 15px;
}
#teamForm .btn-submit-black {
  background: #333331;
  border-radius: 50px;
  width: 50%;
  height: 55px;
  font-family: "Ubuntu-Medium";
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  float: right;
}
@media (max-width: 768px) {
  #teamForm .btn-submit-black {
    width: 100% !important;
  }
}

.custom-expand {
  display: block !important;
}

.case-study-img {
  width: 80%;
}
@media (max-width: 767px) {
  .case-study-img {
    margin: 0 auto;
    display: block;
  }
}
div#Embed button.u-userLauncherColor:not([disabled]) {
  background-color: #66bf00 !important;
}
.fQtHQX:not([disabled]) {
  background-color: #66bf00 !important;
  border-color: #66bf00 !important;
}
.styles__Container-sc-1m585f3-0.ieibkJ .iYaSFg {
  background: #66bf00 !important;
}
header.HeaderView-sc-m94ex1-0.kVaqgg {
  display: none !important;
}
/* iframe#launcher {
  position: absolute;
  top: 50%;
  left: 40%;
} */
.main-text {
  margin-top: 70%;
}

@media (max-width: 767px) {
  .hide-minimize {
    background: #66bf00;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999 !important;
    opacity: 0;
  }
  iframe {
    z-index: -999999 !important;
  }
  .main-accordions .sub-heading[aria-expanded="false"]:before {
    padding-right: 0;
    position: absolute;
    right: 6px;
    top: 20px;
  }
  .main-accordions .sub-heading[aria-expanded="true"]:before {
    padding-right: 0;
    position: absolute;
    right: 6px;
    top: 20px;
  }
}
.main-heading-team {
  font-family: "Roboto-Regular";
  font-size: 27px;
  color: #7a7a7a;
}

.small-tm {
  font-size: 65%;
  color: inherit !important;
}

.android-icon {
  text-decoration: none !important;
}

/*404 Page*/
#root {
  height: 100%;
}
.\34 04 {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
.text-medium-emphasis {
  color: rgba(44, 56, 74, 0.681) !important;
}
.border-fourth {
  border-color: #66bf00 !important;
  background: #66bf00 !important;
}
.border-fourth:hover {
  background: #66bf00;
}
h1.float-left.display-3.mr-4.\34 04-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}
/*404 Page*/

.my-video {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 0px 10px #33333338;
  border-radius: 10px;
}
.my-video1 {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 0px 10px #33333338;
  border-radius: 10px;
  height: 500px;
}
.Root-sc-__sc-164255h-0.hCkJGW {
  background: transparent;
  box-shadow: none !important;
}
.footer-right-icon {
  position: absolute;
  right: 0;
  text-align: right;
}
.footer-right-icon img {
  margin-top: 66px;
}
body .ppc-fixed-footer {
  background-color: #66bf00;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
  width: 100%;
}
.bg-image {
  background: url("/assets/img/header.jpg");
  height: 760px;
  background-size: cover;
}
body .grab-slots {
  color: #fff;
  font-size: 2.6rem;
  text-transform: none;
}
body .trees-planted-heading {
  color: #fff;
  font-size: 2rem;
  text-transform: unset;
}
body .ppc-para {
  color: #fff;
}
#ppc sup {
  color: red;
  font-size: 16px;
  top: -5px;
}
.heading-icon {
  position: absolute;
}
.before-disc {
  box-shadow: rgb(149 157 165 / 20%) 0px 0px 30px;
  border-radius: 16px;
  height: 240px;
}
.v-middle-text {
  transform: translateY(-50%);
  top: 50%;
  font-weight: 600;
}
.plant-tree-form {
  width: 100%;
  max-width: 750px;
  box-shadow: rgb(149 157 165 / 20%) 0px 0px 30px;
  border-radius: 20px;
  margin: 10px auto 0;
  background: #fff;
}
.ppc-link-color {
  color: #66bf00 !important;
  font-weight: bold;
  text-decoration: underline;
}
body .first-step-heading {
  font-size: 2.4rem;
  text-transform: none;
  color: #66bf00;
  font-weight: bold;
}
body .get-trees-planted {
  font-size: 1.175rem;
}
.ppc-btn {
  width: 100%;
  padding: 0 !important;
  font-size: 1rem !important;
}
.a2a_default_style:not(.a2a_flex_style) a {
  float: none !important;
  display: inline-block;
  position: relative;
  top: 3px;
}
body .ppc-download-app {
  font-weight: bold;
}
.ppc-download-btn {
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

/*COUNTDOWN TIMER*/
.main-example {
  margin: 0 auto;
  width: 100;
  text-align: center;
}
.main-example .countdown-container {
  height: 130px;
}
.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
.main-example .count {
  font-size: 1.5em;
  line-height: 70px;
}
.main-example .label {
  font-size: 1.1em;
  top: 66px;
  text-transform: capitalize;
  color: #fff;
}
.small-device-visible {
  display: none;
}
.green-color {
  color: #66bf00 !important;
}
.southh-east-green {
  color: #66bf00 !important;
}
body .total-font-size {
  font-size: 1.6rem;
}
.trees-planted-img {
  margin-bottom: -40px;
  position: relative;
  top: -15px;
}
.users-planted-img {
  position: relative;
  top: -12px;
}
body .together-for-planet {
  text-transform: none;
  font-weight: bold;
}
.district-name {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Ubuntu-Medium";
}
.skip-planting,
button.skip-planting:focus {
  color: #7a7a7a !important;
  background: transparent;
  border: none !important;
  width: 100%;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
}
.give-aways-heading {
  font-weight: bold;
  text-transform: none !important;
}
.ppc-thankyou-header-para {
  font-weight: 600;
}
.south-east-heading {
  font-weight: bold;
}
body .steps-main1 img.img-fluid {
  width: 300px;
}
.demo1,
.demo2,
.demo3,
.demo4,
.demo5 {
  font-family: "ubuntubold";
  color: #000;
  font-size: 4rem;
  display: inline;
  background: #fff;
  padding: 0 10px 0 10px;
  border-radius: 10px;
  margin: 0 5px 0 0;
}
.demo6,
.demo7,
.demo8,
.demo9,
.demo10 {
  font-family: "ubuntubold";
  color: #000;
  font-size: 3rem;
  display: inline;
  background: #66bf00;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 0 10px 0 10px;
  border-radius: 10px;
  margin: 0 5px 0 0;
}
.error {
  color: red !important;
  padding-left: 15px;
  display: block;
  padding-top: 5px;
}
span.share-buttons-heading {
  position: relative;
  top: -10px;
  color: #7a7a7a;
}
.iti {
  display: block !important;
}
.iti__selected-flag {
  height: 50px !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
.share-para {
  display: inline-block;
}
#terms .main-heading {
  /* font-size: 36px !important; */
  font-family: "ubuntubold" !important;
}
.select-trees-img {
  display: none;
  /* width: 25%; */
}
.select-trees-label {
  display: inline-block;
  /* width: 74%; */
}
.select-trees-label label {
  padding: 0 !important;
  line-height: 1.2;
}
.check-rewards-img {
  position: absolute;
  left: 50%;
  top: 97%;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  body .get-trees-planted {
    font-size: 1.075rem;
    margin-top: 5px !important;
  }
  .my-video1 {
    height: auto;
  }
  .small-devices-hide {
    display: none;
  }
  .small-device-visible {
    display: block;
    margin-top: 70px;
  }
  .plant-tree-form {
    margin: 0 auto;
  }
  .main-example .time {
    margin-right: 10px;
  }
  .main-example .label {
    color: #000;
    top: 70px;
  }
  .master-card-logo {
    display: block;
    margin: 0 auto;
  }
  body .district-flags img {
    width: 20%;
  }
  .footer-right-icon img {
    margin-top: 218px;
    width: 65%;
  }
  .select-trees-label label {
    position: relative;
    top: -8px;
    font-size: 1.4rem !important;
  }
  .main-select-trees {
    text-align: center;
    padding-right: 15px !important;
    position: relative;
    top: 10px;
  }
  .select-trees-img {
    display: inline-flex;
    width: auto;
  }
  .select-trees-label {
    width: auto;
  }
}
@media screen and (min-width: 487px) and (max-width: 501px) {
  .footer-right-icon img {
    margin-top: 225px;
    width: 72%;
  }
}
@media screen and (min-width: 471px) and (max-width: 486px) {
  .footer-right-icon img {
    margin-top: 250px;
    width: 72%;
  }
  body .first-step-heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 458px) and (max-width: 470px) {
  .footer-right-icon img {
    margin-top: 247px;
    width: 73%;
  }
  body .first-step-heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 457px) {
  .footer-right-icon img {
    margin-top: 276px;
    width: 210px;
  }
  body .first-step-heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 470px) {
  .main-example .time {
    margin-right: 4px;
    width: 48px;
  }
  body .first-step-heading {
    font-size: 1.3rem;
  }
  body .together-for-planet {
    text-align: center;
  }
  .main-example .label {
    font-size: 0.9em;
    color: #000;
    top: 70px;
  }
  .plant-tree-form {
    margin: 0 auto;
  }
  .heading-icon {
    position: relative;
  }
  .master-card-logo {
    display: block;
    margin: 0 auto;
  }
  .my-video1 {
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 0px 10px #33333338;
    border-radius: 10px;
    height: auto;
  }
  .share-para {
    display: block;
  }
  .trees-planted-img {
    top: 0;
    width: 20%;
  }
  .users-planted-img {
    top: 0;
  }
  small.above-info {
    margin-left: 0 !important;
  }
  body .total-font-size {
    font-size: 1.225rem !important;
  }
  body .district-flags {
    display: block !important;
    margin-right: 0 !important;
  }
  .ppc-footer-img {
    width: 70%;
  }
  .ppc-main-logo {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  body .grab-slots {
    font-size: 0.925rem !important;
    margin: 5px 0 0 0 !important;
  }
  body .get-trees-planted {
    font-size: 0.775rem;
    margin-top: 5px !important;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #teamForm .form-control {
    height: 40px;
  }
  .select2-container .select2-choice {
    line-height: 10px !important;
  }
  #teamForm small {
    font-size: 75%;
  }
  body .btn-primary-theme {
    font-size: 1.025rem;
  }
  .share-buttons {
    margin-top: 10px;
  }
  .iti__selected-flag {
    height: 40px !important;
  }
}
/*COUNTDOWN TIMER*/

/*SELECT 2*/
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -3px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  padding: 6px 12px;
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px !important;
  right: 1px;
  width: 20px;
}

/*SELECT 2*/

#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #66bf00;
  border-bottom: 4px solid #66bf00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

a.arrow {
  /* background: #fff; */
  width: 60px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 52%;
  transform: translate(100%);
  top: 16%;
}

body .steps-main1 {
  /*background: transparent url("../img/arrow-right-bg.svg") 100% 24%/50px 128px no-repeat;*/
}
@media (max-width: 991px) {
  body .steps-main1 {
    background: none;
    display: table;
    width: auto;
    flex: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-video1 {
    height: 500px;
  }
  body .steps-main1 {
    margin-bottom: 30px !important;
  }
}
body .steps-main1:nth-child(2) {
  background: none;
}
body .steps-main1:last-child {
  background-position: 4% 22%;
}
body .steps-main1 .steps {
  position: absolute;
  bottom: -28px;
  font-family: "Ubuntu-Medium";
  font-size: 80px;
  font-size: 5rem;
  color: #333331;
  left: -4px;
}
@media (max-width: 767px) {
  body .steps-main1 .steps {
    font-family: "Ubuntu-Medium";
    font-size: 70px;
    font-size: 4.375rem;
    color: #333331;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main1 .steps {
    font-family: "Ubuntu-Medium";
    font-size: 60px;
    font-size: 3.75rem;
    color: #333331;
  }
  body .steps-main1 {
    /*background: transparent url("../img/arrow-right-bg.svg") 100% 24%/30px 128px no-repeat;*/
  }
}
body .steps-main1:nth-child(odd) .steps {
  bottom: 0;
  left: -92px;
}
@media (min-width: 991px) {
  body .steps-main1:nth-child(odd) .steps {
    bottom: -26px;
  }
}
@media (max-width: 767px) {
  body .steps-main1:nth-child(odd) .steps {
    left: -80px;
    bottom: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main1:nth-child(odd) .steps {
    left: -92px;
    bottom: -27px;
  }
  .footer-right-icon img {
    margin-top: 232px;
    width: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main1:nth-child(odd) .steps {
    left: -68px;
    bottom: -20px;
  }
}
body .steps-main1:nth-child(even) .steps {
  left: -95px;
}
@media (max-width: 767px) {
  body .steps-main1:nth-child(even) .steps {
    left: -80px;
    bottom: -24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main1:nth-child(even) .steps {
    left: -95px;
    bottom: -27px;
  }
  a.arrow {
    top: 11%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main1:nth-child(even) .steps {
    left: -68px;
    bottom: -20px;
  }
  .footer-right-icon img {
    margin-top: 91px;
  }
  a.arrow {
    top: 15%;
  }
}
body .steps-main1:first-child .steps {
  left: -85px;
}
@media (max-width: 767px) {
  body .steps-main1:first-child .steps {
    left: -82px;
    bottom: -22px;
  }
  .plus-sign {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .steps-main1:first-child .steps {
    left: -85px;
    bottom: -24px;
  }
  .plus-sign {
    display: none;
  }
  img.evclub-logo-img {
    margin-top: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .steps-main1:first-child .steps {
    left: -62px;
    bottom: -20px;
  }
}

body .ubuntobold-16,
body .footer-section1 .footer-heading {
  font-family: "ubuntubold";
  font-size: 16px;
  font-size: 1.5rem;
  color: #333331;
  line-height: 45px;
}

body .ubantumedium-15,
body .footer-section1 .footer-href li a {
  font-family: "Ubuntu-Medium";
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333331;
}
body .footer-section1 {
  padding-bottom: 40px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  body .footer-section1 {
    padding-bottom: 150px;
  }
  body .footer-section1 .footer-heading {
    /* font-family: "Ubuntu-Medium"; */
    font-size: 31px;
    font-size: 1.9375rem;
    color: #333331;
  }
  .schedule-call {
    width: 100%;
    padding: 10px !important;
    font-size: 1rem !important;
  }
  .value-creation-heading {
    font-size: 1.425rem;
  }
  .case-study-heading {
    text-align: center;
  }
  .small-text-color {
    display: none !important;
  }
}
body .footer-section1 .footer-href {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-section1 .quick-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-section1 .quick-contact li {
  padding-bottom: 5px;
}
body .footer-section1 .quick-contact li a {
  padding-left: 2px;
  font-family: "Ubuntu-Medium";
  font-size: 15px;
  font-size: 1.0375rem;
  color: #66bf00;
  text-decoration: none;
}
body .footer-section .quick-contact li:last-child {
  margin-top: 0px;
}

.plus-sign {
  width: 30px;
  position: absolute;
  vertical-align: middle;
  transform: translate(-40%);
  top: 28%;
}
.schedule-call {
  background: #fce220;
  border-radius: 50px;
  padding: 10px 40px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  text-transform: capitalize;
  color: #333331 !important;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 1.125rem;
}
.schedule-call:hover {
  background-color: #efd510;
}
.registration-icon {
  font-size: 1.1rem !important;
}
.case-study-heading {
  color: #66bf00;
  text-transform: uppercase;
  font-size: 20px;
}
.results-heading {
  font-family: "Ubuntu-Medium";
  font-size: 2.5rem;
  color: #333331;
  text-transform: capitalize;
}
.results-inner-heading {
  font-size: 1.5rem;
}
.trees-count {
  font-family: "Ubuntu-Medium";
  font-size: 3rem;
  color: #66bf00;
  font-weight: 600;
}
#apps .main-heading {
  color: #66bf00;
}
#apps .learn-more {
  color: #333331;
}
.small-text-color {
  color: #7a7a7a;
}
.value-creation-heading {
  color: #66bf00;
}
#valueCreation .btn-black {
  background: #333331;
  color: #fff;
  padding: 0 20px;
}
.car-logos li {
  display: inline-block;
  margin-bottom: 20px;
}
#about h1 {
  font-size: 4rem !important;
}
.nda {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
.ev-charging {
  background: #f7f7f7;
}
.request-form input,
.request-form select {
  display: inline-block;
  width: 285px;
  height: 45px !important;
  border-radius: 50px;
}
.nda-font {
  font-size: 12px !important;
}
section#main-heading h1 {
  font-size: 3.8rem;
  /* text-shadow: 6px 7px #9393937a; */
}
.profile-title {
  height: 120px;
}
img.evclub-logo-img {
  margin-top: 20px;
}
.get-access-ev-club {
  background: #fce220;
  border-radius: 50px;
  padding: 10px 40px;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  text-transform: capitalize;
  color: #333331 !important;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 1.125rem;
}
.get-access-ev-club:hover {
  background-color: #efd510;
  text-decoration: none;
}
.iphone-img-ev img {
  width: 30%;
  margin-top: 40px;
}
p.ev-beta-para {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
select:invalid {
  color: gray;
  background: rgb(245, 245, 245);
}

#mySelect {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 16px top 18px;
}
.active {
  color: #66bf00 !important;
}
.section-footer img {
  position: absolute;
  width: 100%;
  left: 0;
}
#requestInvite {
  text-transform: none;
}
a#bbblink {
  background: transparent;
  border-radius: 0;
}
.navbar-nav {
  text-transform: uppercase;
  align-items: center;
}
.sign-in-btn a {
  border: 1px solid #333331;
  border-radius: 50px;
  color: #333331;
  padding: 12px 25px !important;
  text-transform: initial;
  font-size: 16px !important;
}
.sign-in-btn a:hover {
  color: #333331 !important;
}
.get-started-btn a {
  background: #66bf00;
  border: 1px solid;
  border-radius: 50px;
  color: #fff !important;
  padding: 13px 25px !important;
  text-transform: initial !important;
  font-size: 16px !important;
  text-decoration: none;
}
.get-started-btn a:hover {
  color: #fff !important;
}
.sign-in-btn {
  margin-left: 5px;
  display: inline-block;
  margin-right: 5px;
}
.greencheckout-main-banner {
  background: url(../img/greencheckout-main-banner.png) no-repeat top -340px center;
}
.how-it-works-main {
  background: url("../img/how-it-works.png") no-repeat;
  padding: 80px 0;
  /* background-position: center; */
}
.how-it-works-main h3 {
  color: #fff;
}
.how-it-works-main p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 55px;
  text-transform: capitalize;
}
.how-it-works-main p span {
  text-transform: capitalize;
  font-weight: 600;
}
.learn-more-btn {
  text-align: center;
}
.learn-more-btn a {
  background: #66bf00;
  border: 1px solid;
  border-radius: 50px;
  color: #fff !important;
  padding: 13px 35px !important;
  text-transform: initial !important;
  font-size: 16px !important;
  text-decoration: none;
}
.unlike-traditional-image-1 {
  width: 90%;
}
.familiar-incentives-section ul {
  list-style-type: none;
}
.familiar-incentives-section ul li::before {
  content: url(../img/tick-icon.png);
  position: absolute;
  left: 14px;
}
.use-cases-inner {
  text-align: right;
  background: url(../img/use-case-center-border.png) no-repeat;
  background-position: top 64px right;
}
.use-cases-image {
  padding-right: 30px;
}
.use-cases-image-2 {
  margin-top: 170px;
  padding-right: 30px;
}
.use-cases-image-3 {
  margin-top: 140px;
  padding-right: 30px;
}
.use-cases-text {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 100px;
  border-radius: 25px;
  margin-right: 30px;
  padding: 20px;
  margin-top: 150px;
}
.use-cases-text-2 {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 70px;
  border-radius: 20px;
  margin-right: 30px;
  padding: 20px;
  margin-top: 170px;
}
.use-cases-text-3 {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 100px;
  border-radius: 20px;
  margin-right: 30px;
  padding: 20px;
  margin-top: 165px;
}
.use-cases-text p,
.use-cases-text-2 p,
.use-cases-text-3 p,
.use-cases-text-right p,
.use-cases-text-right-2 p,
.use-cases-text-right-3 p,
.use-cases-text-right-4 p {
  font-family: "Ubuntu-Medium";
  font-size: 1.3rem;
  text-align: left;
}
.use-cases-inner img {
  margin-right: 15px;
}
span.use-case-label {
  font-family: "ubuntubold";
  font-size: 25px;
  position: relative;
  top: 20px;
}
.use-cases-text-right {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 100px;
  border-radius: 25px;
  margin-left: 10px;
  padding: 20px;
  margin-top: 20px;
}
.use-cases-image-right {
  margin-top: 135px;
}
.use-cases-text-right-2 {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 100px;
  border-radius: 25px;
  margin-left: 10px;
  padding: 20px;
  margin-top: 190px;
}
.use-cases-image-right-2 {
  margin-top: 130px;
}
.use-cases-text-right-3 {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 140px;
  border-radius: 25px;
  margin-left: 10px;
  padding: 20px;
  margin-top: 150px;
}
.use-cases-image-right-3 {
  margin-top: 130px;
}
.use-cases-text-right-4 {
  box-shadow: 0 5px 20px -5px #ccc;
  height: 70px;
  border-radius: 25px;
  margin-left: 10px;
  padding: 20px;
  margin-top: 180px;
}
.impact-partners-main {
  background: url("../img/impact-partners-bg.png") no-repeat;
  padding: 150px 0;
  background-size: cover;
}
a.learn-more-priceless-planet {
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  width: 160px;
  padding: 10px 0;
}
h4.collaboration-heading {
  font-family: "Ubuntu-Medium";
  font-size: 2.2rem;
}
.partners {
  margin-top: 20px;
}
.mission-main {
  padding-top: 100px;
}
.mission-main .main-heading {
  margin-bottom: 40px;
}
.our-mission,
.our-goal {
  background: #e3ffc3;
  border-radius: 30px;
  margin: auto;
  padding: 40px;
  position: relative;
  height: 480px;
  width: 540px;
}
.our-mission small,
.our-goal small {
  color: #67c001;
  font-size: 30px;
}
.our-mission h3,
.our-goal h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.inner-section-img .section-img {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.inner-section-img .partner-img {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.climate-action-main {
  background: #f7f7f7;
  position: relative;
  height: 250px;
}
.climate-action-main img.black-fill {
  position: absolute;
  left: 0;
  top: 30px;
  width: 90px;
}
.climate-action-main h3 {
  font-size: 2rem;
  padding-top: 80px;
  margin-bottom: 30px;
}
.climate-action-main .get-started-btn {
  text-align: center;
  width: 100%;
}
.climate-action-main img.green-border {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50px;
}
.footer-text {
  font-family: "Roboto-Regular";
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
}
.quick-links-padding {
  padding-left: 50px;
}
body .main-heading-privacy-policy {
  font-family: "Ubuntu-Medium";
  font-size: 48px;
  font-size: 2.2rem;
  color: #333331;
}
.definitions-list li {
  font-family: "ubuntulight";
  font-size: 18px;
  font-size: 1.125rem;
  color: #757575;
  line-height: 27px;
}

/*OWL CAROUSEL*/
.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 10px;
}

.slider-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.slider-content .image {
  width: 70%;
  padding-right: 20px;
}

.slider-content .image img {
  width: 100%;
  height: auto;
}

.slider-content .text {
  width: 30%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #212529;
  font-family: "Roboto-Regular";
}

.slider-content .text h2 {
  font-family: "Ubuntu-Medium";
}
button.owl-next {
  position: absolute;
  top: 40%;
  transform: translate(50%, 60%);
  right: 0;
}
button.owl-prev {
  position: absolute;
  top: 40%;
  transform: translate(50%, 60%);
  left: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 50px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #333331 !important;
}
button:focus {
  outline: none !important;
}
.shopify-video {
  width: 100%;
}
html {
  scroll-padding-top: 100px;
}

@media (max-width: 768px) {
  .slider-content {
    flex-direction: column;
  }

  .slider-content .image,
  .slider-content .text {
    width: 100%;
    padding: 20px 0 0;
  }
}
/*OWL CAROUSEL*/
/* .get-in-touch-form input[type="text"],
.get-in-touch-form input[type="email"] {
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 240px;
  border: 0;
}
.get-in-touch-form input[type="submit"] {
  width: 240px;
  border-radius: 25px;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  color: #fff;
  background: #66bf00;
  cursor: pointer;
} */
@media (min-width: 992px) and (max-width: 1199px) {
  body header.stickyHeader .navbar .navbar-nav .nav-link {
    font-size: 0.725rem !important;
  }
  .mission-main {
    padding-top: 80px;
  }
  .our-mission,
  .our-goal {
    width: 100%;
    height: 320px;
  }
  .our-mission small,
  .our-goal small {
    font-size: 20px;
  }
  .our-mission h3,
  .our-goal h3 {
    font-size: 24px;
  }
  .inner-sectin-img img {
    width: 90px;
  }
  .social-icons li a img {
    width: 26px;
  }
  .use-cases-text-2 {
    height: 100px;
    margin-top: 150px;
  }
  .use-cases-image-2 {
    margin-top: 162px;
  }
  .sign-in-btn a {
    padding: 12px 15px !important;
  }
  .sign-in-btn {
    margin-left: 10px;
    margin-right: 10px;
  }
  .partners img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  img.evclub-logo-img {
    margin-top: -20px;
  }
  .iphone-img-ev img {
    width: 50%;
  }
  .sign-in-btn {
    margin-left: 15px !important;
  }
  span.download-btn.get-started-btn {
    width: 190px;
    display: block;
    text-align: center;
    margin: 15px;
  }
  .greencheckout-main-heading {
    font-size: 1.5rem;
  }
  p.ev-beta-para {
    font-size: 1rem;
  }
  .impact-partners-main {
    padding: 40px 0;
  }
  .mission-main {
    padding-top: 80px;
  }
  .our-mission,
  .our-goal {
    width: 100%;
    height: 320px;
  }
  .our-mission small,
  .our-goal small {
    font-size: 20px;
  }
  .our-mission h3,
  .our-goal h3 {
    font-size: 24px;
  }
  .inner-sectin-img img {
    width: 75px;
    bottom: 20px;
    position: absolute;
    left: 40px;
  }
  .footer-logo {
    margin: auto;
  }
  .footer-text-section {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  body .ubuntobold-16,
  body .footer-section .footer-heading {
    font-size: 1.5rem;
  }
  body .fixed-footer {
    text-align: center;
  }
  .use-cases-text {
    height: 100px;
    margin-top: 160px;
  }
  .use-cases-image-2 {
    margin-top: 160px;
  }
  .use-cases-image-2-2 {
    margin-top: 150px;
  }
  .use-cases-text-2 {
    box-shadow: 0 5px 20px -5px #ccc;
    height: 100px;
    margin-top: 155px;
  }
  .use-cases-text p,
  .use-cases-text-2 p,
  .use-cases-text-3 p,
  .use-cases-text-right p,
  .use-cases-text-right-2 p,
  .use-cases-text-right-3 p,
  .use-cases-text-right-4 p {
    font-size: 1.2rem;
  }
  span.use-case-label {
    font-size: 20px;
  }
  .use-cases-text-3 {
    height: 120px;
  }
  .use-cases-image-3 {
    margin-top: 125px;
  }
  .use-cases-text-right-4 {
    height: 90px;
  }
  .partners img {
    width: 100%;
  }
  .inner-section-img .section-img {
    width: 80px;
    bottom: 20px;
  }
  .inner-section-img .partner-img {
    width: 180px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  section#main-heading h1 {
    font-size: 2rem;
  }
  #main-heading {
    padding-top: 50px !important;
  }
  .request-form input {
    margin-bottom: 5px;
  }
  .ev-charging {
    width: 100% !important;
    margin-top: 15px !important;
  }
  .main-text-size {
    font-size: 30px;
  }
  body .sub-heading {
    font-size: 16px;
  }
  .profile-title {
    height: auto;
  }
  a#bbblink {
    margin: auto !important;
  }
  .ev-main-heading {
    font-size: 2rem;
    margin-top: 20px;
  }
  p.ev-beta-para {
    font-size: 1rem;
  }
  .iphone-img-ev img {
    width: 100%;
  }
  .sign-in-btn {
    margin-left: 15px !important;
  }
  span.download-btn.get-started-btn {
    width: 190px;
    display: block;
    text-align: center;
    margin: 15px;
  }
  .greencheckout-main-heading {
    font-size: 1.5rem;
  }
  p.ev-beta-para {
    font-size: 1rem;
  }
  .how-it-works-main {
    padding: 30px 0;
  }
  .how-it-works-main p {
    font-size: 1.2rem;
    line-height: normal;
  }
  .impact-partners-main {
    padding: 30px 0;
  }
  .impact-partners-main-img {
    width: 80%;
    margin: auto;
    display: block;
  }
  a.learn-more-priceless-planet {
    width: 130px;
    padding: 5px 0;
  }
  h4.collaboration-heading {
    font-size: 1.7rem;
  }
  .partners img {
    width: 100%;
  }
  .mission-main {
    padding-top: 80px;
  }
  .mission-main .main-heading {
    font-size: 1.5rem !important;
  }
  .our-mission,
  .our-goal {
    width: 100%;
    height: 280px;
  }
  .our-mission small,
  .our-goal small {
    font-size: 20px;
  }
  .our-mission h3,
  .our-goal h3 {
    font-size: 20px;
  }
  .inner-sectin-img img {
    width: 75px;
  }
  .climate-action-main h3 {
    padding-top: 90px;
  }
  .climate-action-main img.black-fill {
    top: 10px;
    width: 60px;
  }
  .climate-action-main img.green-border {
    width: 30px;
  }
  body .ubuntobold-16,
  body .footer-section .footer-heading {
    font-size: 1.5rem;
  }
  .quick-links-padding {
    padding: 0;
  }
  .footer-text-section {
    margin-bottom: 20px;
  }
  body .footer-section {
    padding-bottom: 0;
  }
  body .fixed-footer {
    text-align: center;
  }
  .for-desktop {
    display: none;
  }
  .for-mobile {
    display: block !important;
  }
  .for-mobile .use-cases-inner {
    background: none;
    text-align: left;
  }
  .for-mobile .main-heading {
    margin-bottom: 30px;
  }
  .use-cases-text-right {
    height: 90px;
  }
  .use-cases-image-right,
  .use-cases-image-2,
  .use-cases-image-right-2,
  .use-cases-image-right-3,
  .use-cases-image-3 {
    margin-top: 40px;
    padding-right: 15px;
  }
  .use-cases-text p,
  .use-cases-text-2 p,
  .use-cases-text-3 p,
  .use-cases-text-right p,
  .use-cases-text-right-2 p,
  .use-cases-text-right-3 p,
  .use-cases-text-right-4 p {
    font-size: 1rem;
  }
  .use-cases-text,
  .use-cases-text-right-2,
  .use-cases-text-3 {
    height: 90px;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  .use-cases-text-right {
    margin-left: 0;
  }
  .use-cases-text-2,
  .use-cases-text-right-4 {
    height: 100px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  span.use-case-label {
    font-size: 20px;
    top: 10px;
  }
  .use-cases-inner img {
    width: 50px;
  }
  .use-cases-text-right-3 {
    height: 140px;
    margin-top: 40px;
    margin-left: 0;
  }
  .inner-section-img .section-img {
    width: 80px;
    bottom: 20px;
  }
  .inner-section-img .partner-img {
    width: 160px;
    bottom: 20px;
  }
  .get-started-btn a {
    font-size: 14px !important;
  }
}
