@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  background-color: #f8f3e8;
}
a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
a:hover {
  color: inherit;
}
a:focus {
  color: inherit;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
    list-style: disc;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: unset;
    margin: 4px 0;
}
p {
  margin: 0;
  color: #000;
}
img {
  max-width: 100%;
}
button:focus,
input:focus {
  outline: unset;
  box-shadow: unset;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark li,
.dark span {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: "Kelly";
  line-height: 1.1;
  color: #000;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 18px;
  font-weight: 600;
}
.font-clash {
  font-family: "Montserrat";
  font-weight: 500;
}
.p_100 {
  padding: 100px 0;
}
.p_140 {
  padding: 140px 0;
}
.pb_100 {
  padding-bottom: 100px;
}

.p_200 {
  padding: 200px 0;
}
.pt-250 {
  padding-top: 250px;
}
.g-15 {
  gap: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.w-100 {
  width: 100%;
}
.radius-15 {
  border-radius: 15px;
}
.cta {
  font-size: 16px;
  border-radius: 210px;
  font-family: "Montserrat";
  padding: 17px 30px;
  border: 1px solid transparent;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0s ease;
}
.cta::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f3e8;
  z-index: 0;
  transition: top 0.2s ease;
  z-index: -1;
}

.cta:hover::before {
  top: 0;
}

.cta:hover {
  color: #000;
  background-color: transparent;
}

.cta::before,
.cta {
  transition: all 0.2s ease;
}

.cta.cta_white:before {
  background-color: #f5b25e;
}
.cta.cta_white:hover {
  color: #fff;
}
.cta_yellow {
  background-color: #f5b25e;
  color: #fff;
}

.cta_white {
  background-color: #fff;
}

.cmmn-badges {
  font-size: 14px;
  font-weight: 600;
  border-radius: 210px;
  padding: 6px 13px;
  color: #fff;
  text-transform: uppercase;
  width: fit-content;
}
.badge-yllw {
  background-color: #f5b25e;
}
.badge-pink {
  background-color: #9f83b8;
}
.badge-drkpink {
  background-color: #e57bd8;
}
.badge-white {
  background-color: #ffffff30;
}
.badge-violet {
  background-color: #9f83b8;
}
.badge-red {
  background-color: #e36654;
}
.badge-violet-drk {
  background-color: #9e82b8;
}
.line-after li {
  position: relative;
  padding-left: 40px;
}
.line-after li:after {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  background-image: url("../images/list-tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -2px;
}
/* header css here */
header .nav-link:after {
  content: "";
  background-color: #f5b25e;
  height: 1px;
  width: 40%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  opacity: 1;
}
.sign-up-btn {
  display: flex;
  align-items: center;
}
.login-btn {
  display: none;
  align-items: center;
}
header .nav-link:hover:after {
  transform: scaleX(1);
}
header .nav-link:hover {
  color: #f5b25e;
}
header .nav-link {
  position: relative;
  padding: 0 !important;
}
/* animation links */
header .nav-link {
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.log-prof-img {
    background-color: #f5b25e;
    height: 108px;
    width: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 53px;
}
.log-prof-img:hover {
  background-color: #fff;
}
.log-prof-img:hover img {
  filter: invert(1);
}
.login-sign-wrap {
  gap: 15px;
}
.sign-up-btn .cta {
  padding: 13px 26px;
}
.navbar-nav {
  gap: 50px;
  margin-right: 100px;
}
.main_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
/* header css ends here */

/* banner section */

/* 7nov 2025 start  */



.main-banner .container{
    height: 100%;
}
.main-banner .container .row{
    height: 100%;
}

.main-banner .bnnr-rgt {
    height: 100% !important;
    /* max-width: 50%; */
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    min-height: 100% !important;
    display: flex;
    justify-content: end;
}
.main-banner .bnnr-rgt .bnnr-img-rgt {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: end;
}
.main-banner .bnnr-rgt .bnnr-img-rgt img {
    height: 100%;
    max-height: 610px;
    width: 100%;
    max-width: 460px;
}
.page-id-739 .main-banner.dark.partner_bta_banner {
    padding-top: 100px !important;
}
/* 7nov 2025 end  */



.main-banner {
  background-color: #828cba;
  padding-top: 150px;
  border-bottom-left-radius: 390px;
  position: relative;
  height: 90vh;
}
.bnner-clouds {
  position: absolute;
  top: 200px;
  left: -20px;
}
.bnner-hands img {
  position: absolute;
  object-fit: contain;
  bottom: -45px;
left: 50%;
height: 200px;
width: 212px;
transform: translateX(-72%);
}
.bnner-hands img {
bottom: -45px;
left: 50%;
height: 200px;
width: 212px;
transform: translateX(-72%);
}
.bnnr-innr {
  grid-template-columns: 1fr 1fr;
}
.bnnr-btns .cta {
  width: 228px;
  text-align: center;
  padding: 17px;
}
/* culture section */
.culture-sec {
  position: relative;
}
.culture-sec::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 237px;
  width: 347px;
  left: 0;
  top: 400px;
  z-index: -1;
  pointer-events: none;
}
.culture-txt {
  font-family: "Montserrat";
  font-size: 22px;
}
.culture-crds-wrap {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  background-color: #b0bfa6;
  border-radius: 20px;
  padding: 30px;
}
.culture-crd {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 45px 33px;
  cursor: pointer;
}
.culture-crd p {
  line-height: 1.3;
}
.culture-inner .cmmn-badges {
  margin: auto;
}

/* voice section */
.voice-row {
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
.voicelist li {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 13px;
}
/* slider sec */
.slider-four-sec {
  padding-top: 200px;
}
.slider-four-sec .slick-track {
  display: flex;
}
.info-txt span {
  font-size: 26px;
  font-weight: 600;
}
.info-txt p {
  font-size: 18px;
}

/* reward sec */
.rewrd-lft .line-after li::after {
  filter: invert(1);
}
.rward-row {
  grid-template-columns: 1fr 1fr;
}
.info-slide {
  height: auto;
  justify-content: center;
}
.rewrd-lft {
  position: relative;
}

.rewrd-gift {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* section steps */
.steps-crd h5 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
}
.steps-crd p {
  font-size: 16px;
}
.steps-row,
.cannabi-row {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
.steps-crd {
  background-color: #b0bfa6;
  border-radius: 20px;
  padding: 50px;
  padding-bottom: 30px;
}
.quick-sec {
  padding-top: 180px;
}
.cannab-crd .cmmn-badges {
  font-family: "Kelly";
  font-weight: 700;
}
.cannab-crd h4 {
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.cannab-crd {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #828cba;
  display: flex;
  flex-direction: column;
}
.cannab-crd .badge-wrap {
  margin: 26px 0;
  margin-bottom: 18px;
}
.red-more-btn {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}
/* insights sec */
.insights-sec {
  position: relative;
}
.insights-sec .inner-wrap {
  background-color: #e36654;
}
.insight-row {
  grid-template-columns: 1fr 1fr;
}
.insight-slider .slick-list.draggable .slick-slide {
  margin: 0 40px !important;
}
.insight-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insight-slider .slick-slide img {
  display: block;
  width: 100%;
}
.insight-btm-slider {
  direction: rtl;
}
/* faq ssection */
.faq-section .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: unset;
}
.faq-section .accordion-item {
  background-color: transparent;
  border: 1px solid #0000001a !important;
  border-radius: 10px !important;
  margin-bottom: 30px;
}
.faq-section .accordion-button {
  background-color: transparent;
  border: none;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 600;
  padding: 30px;
  padding-bottom: 20px;
  color: #000;
}
.faq-section .accordion-body {
  padding: 0 30px 30px 30px;
}
.faq-section .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset !important;
}
.accordion-button::after {
  background-image: url("https://budtendersassociation.ca/wp-content/themes/budtender-theme/budtender-files/images/accor-arrw.png");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("https://budtendersassociation.ca/wp-content/themes/budtender-theme/budtender-files/images/accor-arrw.png");
}
/*  join mail sec */
.join-mail .join-inner-wrap {
  background-color: #b0bfa6;
}
.email-form input {
  width: 484px;
  border: unset;
  border-radius: 7px;
  padding: 24px 25px;
  margin-right: 18px;
  font-size: 14px;
}
.email-form form {
  justify-content: center;
  align-items: center;
}
.subscrbe-btn.cta {
  border-radius: 7px;
  font-weight: 600;
  padding: 22px 41px;
}

/* footer css */
.foot-hd,
.foot-btm {
  justify-content: space-between;
}
footer {
  position: relative;
}
footer .img-vec {
  position: absolute;
  top: 2px;
  z-index: 9;
  transform: translateY(-100%);
}
.join-inner-wrap {
  padding-bottom: 300px;
}
footer .footer-inner {
  background-color: #e38f54;
}
.foot-mid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 50px 0;
}
.foot-col h6 {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat";
}
.foot-list li a,
.btm-rgt li a {
  font-size: 14px;
}
.foot-list li {
  padding-bottom: 10px;
}
.foot-btm {
  padding-bottom: 70px;
}
.copy-right {
  font-size: 14px;
}

.foot-list a:hover,
.btm-rgt a:hover {
  color: #fff;
}
footer .social-icons i {
  color: #2c1338;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icons i:hover {
  color: #fff;
  background-color: #ffffff6b;
}
.log-mob-icon {
  display: none !important;
}
.mob-list-items {
  display: none !important;
}
.announcement-bar {
  display: none;
}
.headerLoggedIn .announcement-bar {
  display: block;
}
.announcement-bar {
  background-color: #f5b25e;
  text-align: center;
  font-size: 14px;
  padding: 12px 0;
}
.announcement-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.gradient-sec-wrap {
  background: linear-gradient(
    180deg,
    rgba(130, 140, 186, 0) 0%,
    #828cba 23.97%,
    #828cba 65.81%,
    rgba(130, 140, 186, 0) 94.01%
  );
}
.membership-frm-sec,
.gradient-bg {
  background-image: linear-gradient(
    180deg,
    #828cba 0%,
    #828cba 80%,
    rgba(255, 255, 224, 0.3) 100%
  );
}
/* header 2 css*/
.signupProfile,
.prof-txt {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.prof-txt i {
  color: #fff;
}
.prof-txt .name {
  font-size: 14px;
  line-height: 1;
}
.prof-txt .status {
  font-size: 11px;
  line-height: 1;
  color: #cdcdcd;
}

.headerLoggedIn .log-prof-img {
  position: relative;
}

.headerLoggedIn .log-prof-img::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 13px;
  background-image: url("/images/status-img.svg");
  background-repeat: no-repeat;
  bottom: 4px;
  right: 0;
  background-size: contain;
}
.headerLoggedIn .login-sign-wrap {
  gap: 30px;
}
.prof-txt .text-wrp {
  margin: 0 12px 3px 11px;
}
.prof-txt i {
  font-size: 14px;
}
.membership-frm-sec h2 br {
  display: none;
}
footer.footinnr-pgs {
  background-color: #828cba;
  padding-top: 100px;
}

footer.footinnr-pgs .img-vec {
  display: none;
}
footer.footinnr-pgs .footer-inner {
  background-color: #e38f5400;
}

/* survey sec  */
.survy-price-sec {
  background-color: #f5b25e;
}
.survy-price-wrp {
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.survy-price-wrp .commn {
  background-color: #fff;
  padding: 62px 50px 43px;
}
.survy-price-wrp .commn h5 {
  font-size: 34px;
}
.survy-price-wrp .commn p {
  font-size: 16px;
}
.ad-txt p {
  font-size: 80px;
  color: #9eac95;
  font-family: "Kelly";
}
.ad-txt {
  background-color: #b0bfa6;
  padding: 96px 0;
  text-align: center;
  border-radius: 15px;
}
.survy-price-sec .slick-dots {
  display: flex !important;
  justify-content: center;
  padding: 0;
  gap: 0px;
  list-style: none;
  margin-bottom: 41px;
}
.survy-price-sec .slick-slide {
  margin: 0 15px;
}
.survy-price-sec .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.survy-price-sec .slick-dots li.slick-active {
  background-color: #fdfaf1;
}

.survy-price-sec .slick-dots button {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.ads-block-wrap {
  position: relative;
}
.ads-block-wrap .cross-icon i {
  position: absolute;
  right: 27px;
  top: 12px;
  z-index: 1;
  background-color: #00000066;
  color: #fff;
  border-radius: 6px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* css today  */
.nav-link:focus {
  color: #fff;
}
.frm-input {
  font-size: 14px;
  background-color: #ffffff05;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  padding: 17px 20px;
  margin-bottom: 20px;
}
.frm-input::placeholder {
  color: #fff;
}
.contact-form {
  max-width: 700px;
  margin: auto;
}
.cntct-hd {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.form-field button {
  margin-top: 20px;
  padding: 17px 47px;
}
.form-field:has(button) {
  text-align: right;
}
/* blog css */
.blog-lft {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.blog-row {
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.blg-crd h6 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.blg-crd p {
  font-size: 14px;
  font-weight: 400;
}
.header-light-bg .nav-link,
.header-light-bg .prof-txt .name,
.header-light-bg .prof-txt .status,
.header-light-bg .prof-txt i {
  color: #000;
}
.blogsec h2 {
  margin-bottom: 60px;
}
.frm-input-drk {
  border-color: #0000005c;
  color: #000;
}
.blogsec , .survey-sec {
  position: relative;
}
.blogsec::after ,.survey-sec::after {
  position: absolute;
  content: "";
  background-image: url("/images/curve-bg-vec.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.survey-sec::after{
  background-image: url("/images/green-bg.svg");
}
.frm-input-drk::placeholder {
  color: #000;
}
.brdr-wrp {
  border: 1px solid #0000005c;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 20px;
}
.srch-posts input {
  margin-bottom: 0;
}
.blog-rgt h6 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0000005c;
  color: #000;
  position: relative;
}
.blog-rgt h6::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 89px;
  background-color: #f5b25e;
  bottom: -1px;
  left: 0;
}
.blg-date {
  font-size: 15px;
}
.recent-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #0000005c;
  margin-bottom: 20px;
  gap: 10px;
}
.recent-wrap:last-child {
  margin: 0;
  border: unset;
  padding: 0;
}
.recnt-img img {
  height: 90px;
  min-width: 90px;
  border-radius: 15px;
}
.cate-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.cate-list li:last-child {
  padding: 0;
}

/* profile summary css */
.profile-hd {
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #9ba3c8;
}
.edit-btn i {
  background-color: #ffffff;
  height: 79px;
  width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
}
.edit-btn i:hover,
.accnt-img .edit-btn i {
  background-color: #f5b25e;
  color: #ffffff;
}
.accnt-img .edit-btn i:hover {
  color: #000;
  background-color: #ffffff;
}
.accnt-img img {
  border-radius: 160px;
}
.accnt-img {
  position: relative;
}
.accnt-img .edit-btn {
    position: absolute;
    bottom: 15px;
    right: -10px;
    background-color: #828cba;
    border-radius: 100%;
    padding: 2px;
}
span.accnt-posi {
  color: #f5b25e;
  font-size: 16px;
  font-weight: 600;
}
.accnt-img .edit-btn i {
    height: 30px;
    width: 30px;
    font-size: 14px;
}
.accnt-hd {
  gap: 50px;
}
.accnt-form label {
  color: #000;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 200px;
  padding-top: 14px;
}
.accnt-form .form-field {
  display: flex;
  align-items: start;
  gap: 50px;
  margin-bottom: 15px;
  width : 100%;
}
.accnt-form .frm-input {
    margin: 0;
    max-width: 100%;
    border: 1px solid #000;
    width: 100%;
	color : #000;
}
.accnt-form .frm-input::placeholder {
  color: rgba(255, 255, 255, 0.466);
}
span.required {
  color: #e36654;
}
.accnt-btm-cntnt h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #9ba3c8;
  margin-bottom: 40px;
}
.accnt-form .frm-btn-wrap {
  gap: 15px;
  margin-top: 0;
}
.opportunity-wrap {
  justify-content: center;
  gap: 30px;
  position: relative;
}
.opportunity-wrap .count,
.opportunity-wrap .add {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Kelly";
}
.opportunity-wrap .cmmn-wrp {
  background-color: #f8f3e8;
  border: 0.5px solid #828cba;
  padding: 50px;
  max-width: 512px;
  width: 100%;
}
.prof-page-canab .cannab-crd {
  background-color: transparent;
  border: unset;
}
.points-div span {
  color: #b0bfa6;
}
.opportunity-wrap .cmmn-wrp p {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
}
.oppr-div span {
  color: #828cba;
}
.str-img img {
  position: absolute;
  right: 80px;
  top: 120px;
}
.cloud-img img {
  position: absolute;
  left: 0;
  bottom: -60px;
}
.mob-img {
  display: none;
}
.log-profie.signupProfile {
  position: relative;
}
.profile-drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin-top: 15px;
}

.profile-drop-down.active {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.drop-inner {
  background-color: #fff;
  padding: 20px;
  box-shadow: 3px 24px 34px 0px #00000040;
  border-radius: 6px;
  position: relative;
}
.drop-inner::after {
  content: "";
  position: absolute;
  background-image: url(".../images/white-tri.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -12px;
  left: 20px;
  height: 20px;
  width: 20px;
}
.drp-dwn-list li a {
  font-size: 14px;
  color: #62696d;
  padding-bottom: 12px;
  width: 100%;
  margin-bottom: 9px;
  border-bottom: 0.5px solid #828cba2e;
}
.drp-dwn-list li:last-child a {
  max-width: 0;
  border: unset;
}
.logout-btn .cta {
  background-color: #fb5f66;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid transparent;
}
.logout-btn .cta:hover {
  background-color: transparent;
}
.drp-dwn-list li a:hover {
  color: #f5b25e;
}
/* survey page css */
.survey-sec .hd-txt p {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}
.outgrow-hd {
  background-color: #fff;
  border-radius: 13px;
  padding: 40px 30px;
  position: relative;
}
.outgrow-hd::after {
  position: absolute;
  content: "";
  background-image: url(".../images/ellispe-otgrw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  pointer-events: none;
}
.outgrow-hd .out-cntnt p {
  font-size: 25px;
  text-align: right;
  line-height: 1.2;
}
.out-grw-btm span,
.survey-btn a {
  font-size: 14px;
  color: #828282;
  font-weight: 400;
}
.out-grw-btm {
  padding: 0 10px;
}
.out-grw-txt img {
  filter: grayscale(1);
}
.out-grw-txt {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.out-grow-crd:hover .survey-btn a {
  color: #fb5f66;
}
.out-grow-crd:hover .out-grw-txt img {
  filter: unset;
}
.out-grow-crd:hover .outgrow-hd::after {
  background-image: url(".../images/ootgrw-bg.svg");
}
.outgrow-row {
  margin-top: 50px;
  padding-bottom: 50px;
}
.ads-survey {
  background-color: transparent;
}
.out-grow-crd {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.outgrow-hd {
  flex: 1;
}
.survey-hd.text-center {
    max-width: 870px;
    margin: auto;
}
.country-note{
    color: #ffa500e6;
    font-size: 14px;
    margin-top: 10px;
}
p.cmmn-badges.badge-white.m-auto {
    background: #9f83b8;
}
label.form-check-label i {
    font-size: 14px;
}
.form-select {
    font-size: 14px;
}
ul.voicelist li {
    list-style: none;
}
.navbar-nav li {
    list-style: none;
}
.foot-col li,ul#menu-footer5 li,ul.social-icons li {
    list-style: none;
}