.text-orange {
  color: var(--primary-color) !important; }

/* placeholder */
/*Homepage start*/
@media (min-width: 992px) {
  .Featued-challenges nav.tabs {
    max-height: 57.5rem;
    overflow-y: scroll; }
  .Featued-challenges nav.tabs::-webkit-scrollbar {
    width: 0; } }

.tabItem::before {
  cursor: pointer;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  background: transparent;
  border: 1px solid #F0F0F0;
  color: #170F49;
  padding: 2rem 2.6rem 2rem 2rem;
  margin-bottom: 2rem;
  display: block; }

.tabItem.active::before {
  margin-bottom: 0rem;
  color: var(--primary-color); }

.tabItem.active {
  border: 1px solid #F0F0F0; }

.tabItem.active .tabItem-content {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

@media all and (min-width: 991px) {
  .tabItem.active .tabItem-content {
    padding-top: 0; }
  .tabs-side .tabs li {
    margin-bottom: 2px; } }

/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none; }

.tabbed-content .tabItem {
  min-height: 4em; }

.tabbed-content .tabItem::before {
  content: attr(data-title); }

.tabbed-content .tabItem .tabItem-content {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.tabbed-content .tabItem.active::before {
  border: 2px solid var(--primary-color);
  border-bottom: 0; }

.tabbed-content .tabItem.active .tabItem-content {
  opacity: 1;
  visibility: visible;
  height: auto; }

@media all and (min-width: 991px) {
  .tabbed-content .tabs {
    display: block; }
  .tabbed-content .tabs li {
    display: inline-block; }
  .tabbed-content .tabs li a {
    display: block; }
  .tabbed-content .tabItem {
    min-height: 0; }
  .tabbed-content .tabItem::before {
    display: none; }
  .tabbed-content.tabs-side .tabs li {
    display: block;
    margin-bottom: 2rem; } }

.tabbed-content ul {
  padding: 0; }

@media (max-width: 991px) {
  .tabItem.active {
    margin-bottom: 1.8rem; } }

.tabbed-content__nav a {
  padding: 2rem;
  text-decoration: none;
  position: relative;
  border: 1px solid #D9D9D980;
  border-radius: 0.8rem; }
  .tabbed-content__nav a.featured::before {
    content: "";
    position: absolute;
    top: -2px;
    width: 19px;
    height: 26px;
    background: var(--primary-color);
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
    transition: all 0.2s ease-in;
    right: 14px; }
  .tabbed-content__nav a.active {
    border: 2px solid var(--primary-color);
    box-shadow: 0px 6px 16px 0px #4A3AFF30; }

.tabbed-content__navDiv {
  gap: 1.8rem; }
  .tabbed-content__navDiv--img {
    flex-basis: 24%; }
    .tabbed-content__navDiv--img img {
      width: 16rem;
      height: 9.25rem;
      object-fit: cover;
      border-radius: 0.8rem; }
  .tabbed-content__navDiv--content h4 {
    margin-bottom: 0.8rem !important;
    font-weight: 600;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.8rem;
    color: #252525; }
  .tabbed-content__navDiv--content .challenge-card__status {
    margin: 0;
    margin-top: 0.4rem; }
    .tabbed-content__navDiv--content .challenge-card__status p span {
      font-family: "Inter-Medium", sans-serif !important;
      font-weight: 500; }

.tabbed-content .challenge-card.featured-card {
  border: 2px solid var(--primary-color); }
  .tabbed-content .challenge-card.featured-card .challenge-card__status {
    margin: 1.8rem 0; }
    .tabbed-content .challenge-card.featured-card .challenge-card__status span {
      font-family: "Inter-Medium", sans-serif; }
  .tabbed-content .challenge-card.featured-card .challenge-card__name h4 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.9rem;
    letter-spacing: 0.1px;
    font-family: "Gilroy-SemiBold", sans-serif; }
  .tabbed-content .challenge-card.featured-card .challenge-card__content {
    margin: 1.5rem 0; }
  .tabbed-content .challenge-card.featured-card .challenge-card__cta .btn-primary {
    padding: 1.2rem 1rem; }

.title-style1 {
  margin-bottom: 2.2rem; }
  .title-style1 h1 {
    color: #262626;
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-family: "Gilroy-SemiBold", sans-serif; }
    @media (max-width: 575px) {
      .title-style1 h1 {
        font-size: 20px;
        line-height: 28px; } }
  .title-style1 #changeAc {
    background: linear-gradient(90.18deg, #FF6D21 54.93%, var(--primary-color) 102.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.title-style1 {
  margin-bottom: 2.2rem; }
.title-style1 h2 {
  color: #262626;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-family: "Gilroy-SemiBold", sans-serif; }
  @media (max-width: 575px) {
    .title-style1 h2 {
      font-size: 20px;
      line-height: 28px; } 
  }

.title-style-h3 {
  margin-bottom: 1.7rem; }
  .title-style-h3 h3 {
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.6rem;
    color: #170F49;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .title-style-h3 h3 {
        display: contents !important; } }
    @media (max-width: 767px) {
      .title-style-h3 h3 {
        font-size: 2.2rem;
        line-height: 3.6rem; } }

.objective__details {
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-bottom: 1.4rem;
  color: #5C5C5C; }

.challenge-close {
  color: #FF3742 !important; }

.challenge-vote {
  font-family: "Inter-Medium", sans-serif;
  color: var(--primary-color); }

.partners_slider img {
  transition: all 0.4s ease-in-out;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  padding: 1.5rem 0;
  margin: auto;
  left: auto;
  width: fit-content !important;
  max-width: 85%; }
  .partners_slider img:hover {
    filter: none; }

.banner-contentDiv__meta {
  margin-bottom: 3.2rem; }
  .banner-contentDiv__meta h1 {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 6.2rem;
    color: #1F1F1F; }
    @media (max-width: 767px) {
      .banner-contentDiv__meta h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 1rem;
        font-family: "Gilroy-Bold", sans-serif; } }
  .banner-contentDiv__meta p {
    font-family: "Inter-Medium", sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #8C8C8C;
    font-weight: 500; }
    @media (max-width: 575px) {
      .banner-contentDiv__meta p {
        font-size: 12px;
        line-height: 18px;
        font-family: "Inter-Regular", sans-serif; } }
    @media (max-width: 575px) {
      .banner-contentDiv__meta p br {
        display: none; } }

.banner-contentDiv__btn {
  margin-bottom: 8.9rem; }
  @media (max-width: 767px) {
    .banner-contentDiv__btn {
      margin-bottom: 3.5rem; } }
  .banner-contentDiv__btn .button_group {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    justify-content: center; }
    .banner-contentDiv__btn .button_group a button {
      min-width: 110px; }
    .banner-contentDiv__btn .button_group a .how-it-works-btn {
      color: #8C8C8C; }
    .banner-contentDiv__btn .button_group a:hover .how-it-works-btn {
      color: #ffffff; }

.banner-contentDiv .galleryDiv {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media (max-width: 575px) {
    .banner-contentDiv .galleryDiv {
      grid-template-columns: 1fr 1fr; } }
  .banner-contentDiv .galleryDiv__img {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 1rem; }
    @media (min-width: 992px) {
      .banner-contentDiv .galleryDiv__img {
        width: 100%;
        height: 100%;
        max-height: 31.8rem;
        min-height: 31.8rem; } }
    @media (max-width: 575px) {
      .banner-contentDiv .galleryDiv__img {
        height: 15rem;
        object-fit: cover; } }
    .banner-contentDiv .galleryDiv__img img {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s linear; }
      @media (min-width: 992px) {
        .banner-contentDiv .galleryDiv__img img {
          width: 100%;
          height: 100%; } }
    .banner-contentDiv .galleryDiv__img .captions {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      background: rgba(9, 9, 31, 0.5);
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.4s linear;
      padding: 1.5rem 1.3rem; }
      .banner-contentDiv .galleryDiv__img .captions .captions_meta {
        flex: 1; }
      .banner-contentDiv .galleryDiv__img .captions h4 {
        font-family: "Gilroy-Medium", sans-serif;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 2.5rem;
        letter-spacing: 0.01em;
        text-align: left; }
        @media (max-width: 575px) {
          .banner-contentDiv .galleryDiv__img .captions h4 {
            font-size: 1.4rem;
            line-height: 1.8rem; } }
      .banner-contentDiv .galleryDiv__img .captions img {
        width: 1.4rem;
        height: 1.4rem; }
    .banner-contentDiv .galleryDiv__img:hover .captions {
      opacity: 1; }
      .banner-contentDiv .galleryDiv__img:hover .captions img {
        transform: none; }
    .banner-contentDiv .galleryDiv__img:hover img {
      transform: scale(1.5) rotate(10deg); }
  .banner-contentDiv .galleryDiv.column-2 {
    grid-template-columns: unset;
    display: block; }
    .banner-contentDiv .galleryDiv.column-2 .galleryDiv__img {
      margin-bottom: 1.5rem; }
      @media (max-width: 991px) {
        .banner-contentDiv .galleryDiv.column-2 .galleryDiv__img {
          height: auto; } }
    .banner-contentDiv .galleryDiv.column-2 .image-half {
      height: 22.2rem;
      min-height: 22.2rem;
      max-height: 22.2rem; }
      @media (max-width: 991px) {
        .banner-contentDiv .galleryDiv.column-2 .image-half {
          height: auto;
          min-height: auto; } }

.slide-style2 .banner-contentDiv__btn .button_group {
  justify-content: start; }

.galleryDivStyle3 {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  .galleryDivStyle3__img a > img {
    height: 23.8rem; }
  .galleryDivStyle3__img .captions_meta {
    flex: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s linear;
    padding: 1.5rem 1.3rem; }
    .galleryDivStyle3__img .captions_meta .inner-content {
      padding: 1rem;
      background: #fff;
      border-radius: 7px;
      color: #000; }
      .galleryDivStyle3__img .captions_meta .inner-content h4 {
        text-align: left; }
  .galleryDivStyle3__img:hover .captions_meta {
    opacity: 1; }
  .galleryDivStyle3 .fullImage {
    position: relative; }
    .galleryDivStyle3 .fullImage::after {
      background: #FFF4DC;
      border-top-left-radius: 4rem;
      border-top-right-radius: 4rem;
      position: absolute;
      height: 24rem;
      bottom: 0;
      content: "";
      width: 100%;
      left: 0;
      overflow: visible;
      z-index: -1;
      transition: all 0.3s; }
    .galleryDivStyle3 .fullImage:hover::after {
      height: 27rem; }
  .galleryDivStyle3 .halfImage {
    position: relative; }
    .galleryDivStyle3 .halfImage::after {
      background: var(--primary-color);
      border-top-left-radius: 4rem;
      border-top-right-radius: 4rem;
      position: absolute;
      height: 14.7rem;
      bottom: 0;
      content: "";
      width: 100%;
      left: 0;
      overflow: visible;
      z-index: -1;
      transition: all 0.3s; }
    .galleryDivStyle3 .halfImage:hover::after {
      height: 16.7rem; }

.custom-slide4 .logo-container {
  position: absolute; }
  .custom-slide4 .logo-container img {
    object-fit: cover;
    border-radius: 100%; }
  .custom-slide4 .logo-container.logo2 img, .custom-slide4 .logo-container.logo8 img {
    width: 12.9rem;
    height: 12.9rem; }
  .custom-slide4 .logo-container.logo1 img, .custom-slide4 .logo-container.logo6 img {
    width: 6.3rem;
    height: 6.3rem; }
  .custom-slide4 .logo-container.logo4 img, .custom-slide4 .logo-container.logo7 img {
    width: 7.8rem;
    height: 7.8rem; }
  .custom-slide4 .logo-container.logo5 img, .custom-slide4 .logo-container.logo10 img {
    width: 4.5rem;
    height: 4.5rem; }
  .custom-slide4 .logo-container.logo3 img {
    width: 9.7rem;
    height: 9.7rem; }

.custom-slide4 .banner-contentDiv__meta {
  max-width: 45%;
  margin: 0 auto;
  padding-top: 9rem; }

.custom-slide4 .banner-contentDiv__btn {
  margin-top: 2rem; }

.custom-slide4 .logo1 {
  top: 24%;
  left: 5%; }

.custom-slide4 .logo2 {
  top: 0;
  left: 17%; }

.custom-slide4 .logo3 {
  top: 50%;
  left: 13%; }

.custom-slide4 .logo4 {
  top: 85%;
  left: 5%; }

.custom-slide4 .logo5 {
  top: 81%;
  left: 22%; }

.custom-slide4 .logo6 {
  top: 24%;
  right: 19%; }

.custom-slide4 .logo7 {
  top: 0;
  right: 5%; }

.custom-slide4 .logo8 {
  top: 48%;
  right: 8%; }

.custom-slide4 .logo9 {
  top: 85%;
  right: 5%; }

.custom-slide4 .logo10 {
  top: 81%;
  right: 18%; }

.logo-container.move {
  transition: transform 0.2s ease; }

.logo-container.move:hover {
  animation: move 0.5s;
  animation-iteration-count: 1; }

@keyframes move {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.logo-container.bounce {
  transition: transform 0.2s ease; }

.logo-container.bounce:hover {
  animation: bounce 0.5s;
  animation-iteration-count: 1; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.banner-pagination {
  margin-top: 5.8rem; }

button.btn-primary.btn.button-mat.btn--style1:hover .btn-text svg path {
  fill: #fff !important; }

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: calc(100vw * 1.7/12);
  height: 4px;
  right: calc(100vw * 0.2/12);
  bottom: 10px;
  border-radius: 50px;
  top: unset;
  left: unset;
  background: rgba(36, 38, 53, 0.15);
  position: absolute;
  height: 1px !important; }

@media (max-width: 767px) {
  .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 87%;
    left: 2rem;
    bottom: 7px; }
  .activeslide {
    right: unset !important; } }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 2px !important;
  background-color: var(--primary-color) !important; }

.activeslide {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  /* width: 100%; */
  bottom: 0;
  right: calc(100vw * 2.0/12);
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
  color: #242635; }

.totalslide {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  right: 0;
  /* width: 100%; */
  bottom: 0px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
  color: #242635; }

/*Sign Up started*/
@media (max-width: 767px) {
  .signUpRow {
    flex-direction: column-reverse; } }

.signUpRowMain .signUp__left-div {
  padding: 5rem 0 !important; }

.signUpRowMain .signUp__left-div .content-block {
  padding: 0 3rem; }

.sign-upBack a {
  margin: 1.1rem;
  display: flex;
  color: #8C8C8C;
  align-items: center;
  gap: 0.6rem; }

.signUp .container-fluid {
  padding: 0; }

.signUp__left {
  background: linear-gradient(180deg, rgba(255, 237, 219, 0.36) 0%, #FFE3DA 100%); }
  .signUp__left-div {
    text-align: center; }
    .signUp__left-div img {
      width: 27rem; }
    .signUp__left-div .content-block__meta h1 {
      font-family: "Gilroy-SemiBold", sans-serif;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 2.8rem;
      color: #434343;
      margin-bottom: 1rem; }
    .signUp__left-div .content-block__meta p {
      font-family: "Inter-Regular", sans-serif;
      font-size: 1.4rem;
      line-height: 2.4rem;
      text-align: center;
      color: #595959; }
  .signUp__left .green-check-list li {
    margin-bottom: 0.5rem !important;
    line-height: 2.4rem; }

@media (max-width: 767px) {
  .signUp__right-div {
    margin-top: 3rem; } }

.signUp__right-div .content-block {
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .signUp__right-div .content-block {
      padding: 0 2rem; } }
  .signUp__right-div .content-block__meta h2 {
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #434343; }
  .signUp__right-div .content-block__meta p {
    color: #6F6F6F;
    font-family: "Inter-Regular", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    max-width: 440px;
    margin: 0 auto; }

@media (max-width: 767px) {
  .signUp__right-div .signuptypeBlockRow {
    padding: 0 3rem; } }

.signUp__right-div .signuptypeBlock {
  text-align: center;
  border: 1px solid #D9D9D9;
  position: relative;
  display: block;
  padding: 3rem 2rem;
  opacity: 55%;
  min-height: 20.3rem;
  border-radius: 1rem; }
  .signUp__right-div .signuptypeBlock__img {
    margin-bottom: 2.4rem; }
    .signUp__right-div .signuptypeBlock__img svg path {
      stroke: #262626; }
  .signUp__right-div .signuptypeBlock__title {
    font-family: "Inter-Medium", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #262626; }
  .signUp__right-div .signuptypeBlock__desc {
    font-family: "Inter-Regular", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    text-align: center;
    color: #595959; }
  .signUp__right-div .signuptypeBlock:hover {
    border-color: var(--primary-color);
    opacity: 1; }
    .signUp__right-div .signuptypeBlock:hover::after {
      position: absolute;
      background-image: url("../../images/badge-check.svg");
      height: 19.5px;
      content: "";
      width: 19.5px;
      top: -10px;
      overflow: hidden;
      z-index: 99;
      background-color: #ffffff;
      padding-left: 1.5rem !important;
      background-repeat: no-repeat;
      padding-right: 1.5rem;
      background-position: center;
      left: 46%; }
    .signUp__right-div .signuptypeBlock:hover svg path {
      stroke: var(--primary-color); }

.signin__right-div {
  padding: 1rem 8rem 3rem 8.8rem; }
  @media (max-width: 767px) {
    .signin__right-div {
      padding: 1rem 2rem 4rem 2.2rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .signin__right-div {
      padding: 1rem 3rem 3rem 3.8rem; } }
  .signin__right-div .content-block {
    margin-bottom: 4rem; }
    .signin__right-div .content-block__meta {
      text-align: center; }
      .signin__right-div .content-block__meta h2 {
        font-family: "Gilroy-Regular", sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 3.2rem;
        color: #434343; }
        .signin__right-div .content-block__meta h2.sign-up {
          font-family: "Gilroy-SemiBold", sans-serif;
          font-weight: 600; }
        .signin__right-div .content-block__meta h2 span {
          font-family: "Gilroy-SemiBold", sans-serif;
          font-weight: 600; }
      .signin__right-div .content-block__meta p {
        color: #6F6F6F;
        font-family: "Inter-Regular", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        max-width: 440px;
        margin: 0 auto; }

.link-black-border {
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #434343;
  text-decoration: underline; }
  .link-black-border:hover {
    color: var(--primary-color); }

.remember-div {
  margin-top: 1.8rem; }

.already-account {
  text-align: center;
  margin-bottom: 4rem;
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  color: #5F5F5F; }
  .already-account span {
    font-weight: 600; }
  .already-account a {
    font-family: "Inter-SemiBold", sans-serif;
    font-weight: 600; }

.signUp-google a {
  padding: 1.9rem 5.2rem;
  box-shadow: 0px 18px 30px 0px #8377C61C;
  width: 100%;
  display: block;
  border: 1px solid #E0E0E9;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #1D1C2B;
  font-family: "Gilroy-Medium", sans-serif; }
  .signUp-google a img {
    margin-right: 1.6rem; }

.signUp-google {
  text-align: center;
  margin: 0 auto; }
  .signUp-google iframe {
    width: 100% !important; }
  .signUp-google #container {
    width: 100% !important; }
    .signUp-google #container > {
      width: 100% !important;
      max-width: 99% !important; }

.signIn_left-btn {
  margin-top: 2rem;
  text-align: right; }
  .signIn_left-btn button.border-0 {
    border: 0 !important; }

.signIn__left .signUp__left-div {
  padding: 2.5rem 2.5rem;
  margin: 0; }
  .signIn__left .signUp__left-div .content-block__meta {
    text-align: left; }

.green-check-list.orange {
  padding: 0;
  list-style-image: url("../../images/orange-tick.svg");
  margin-left: 2rem; }
  .green-check-list.orange li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-family: "Inter-Regular", sans-serif;
    color: #595959; }
    .green-check-list.orange li:before {
      background-image: none;
      content: none; }

.sign-in-list {
  display: inline-block;
  list-style: none; }
  .sign-in-list li {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-family: "Inter-Regular", sans-serif;
    color: #595959;
    margin-bottom: 0.8rem; }
    .sign-in-list li::before {
      content: "";
      height: 1.5rem;
      width: 1.5rem;
      display: block;
      float: left;
      margin-left: -2.5rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background: url("../../images/orange-tick.svg");
      background-size: cover;
      background-position: center;
      margin-top: 0.5rem; }

.how-it-works {
  background-image: url("../../images/homepage/how-it-works-bg.svg");
  background-size: cover;
  background-position: center; }

.signUpScroll {
  left: 33.3%;
  position: relative;
  padding: 4rem 0; }
  .signUpScroll .button-mat.filled .btn-text {
    display: flex;
    justify-content: center; }

.signUpFixed {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 33.33%;
  background: linear-gradient(180deg, rgba(255, 237, 219, 0.36) 0%, var(--primary-color) 100%); }
  @media (max-width: 767px) {
    .signUpFixed {
      width: 100% !important;
      position: relative;
      height: 100%; } }
  @media (max-width: 991px) {
    .signUpFixed {
      width: 41.66667%; } }

.signMain .signUp__left-div img {
  width: 43rem; }

.signMain .signUpScroll {
  padding: 3rem 0; }

/*Registraion completed*/
#evaluation-criteria .custom-modal-width {
  height: 100%; }

.custom-modal-width {
  max-width: 800px;
  /* Set the desired width */
  margin-left: auto;
  /* Center the modal horizontally */
  margin-right: auto;
  height: auto;
  margin-top: 5%; }
  .custom-modal-width .modal-content {
    border-radius: 1rem;
    height: 100%; }
    .custom-modal-width .modal-content::after, .custom-modal-width .modal-content::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 300px;
      background-image: url("../../images/signup/reg-completed-top-bg.png");
      background-repeat: no-repeat; }
    .custom-modal-width .modal-content::after {
      top: calc(100% - 300px);
      /* Position the bottom background image */
      background-image: url("../../images/signup/reg-completed-bottom-bg.png");
      /* Actual bottom background image */
      background-position: bottom right; }
    .custom-modal-width .modal-content .modal-body {
      padding: 0;
      z-index: 99; }
  .custom-modal-width.mainAdmin h2 {
    background: linear-gradient(92.59deg, #6E32ED 11.18%, #4A2599 108.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 0.4rem; }
  .custom-modal-width.mainAdmin .modal-content::before {
    background-image: url("../../images/dashboard/admin/admin-popup-top-bg.png"); }
  .custom-modal-width.mainAdmin .modal-content::after {
    background-image: unset; }

.registrationSuccess {
  padding: 10rem 12.4rem; }
  .registrationSuccess__heading h2 {
    background: linear-gradient(90.18deg, #FF6D21 54.93%, var(--primary-color) 102.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 0.4rem; }
  .registrationSuccess__subheading h4 {
    font-family: "Inter-Medium", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #646464;
    margin-bottom: 1.4rem; }
  .registrationSuccess__content p {
    font-family: "Inter-Medium", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: #888888; }
  .registrationSuccess__btn {
    margin-top: 3.4rem; }

/*Sign Up ends*/
/*Challenge detail page*/
.reward-container {
  background: #FFFCF7;
  padding: 2.4rem 2.8rem 1.8rem 2.8rem; }
  .reward-container .reward {
    border: 1px solid var(--primary-color);
    background: #ffffff;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2.4rem;
    border-radius: 1rem; }
    .reward-container .reward .reward-prize {
      font-family: "Inter-SemiBold", sans-serif;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 2.4rem;
      color: var(--primary-color); }
    .reward-container .reward .reward-heading {
      font-family: "Inter-Regular", sans-serif;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.4rem;
      color: #000000; }
  .reward-container .reward-info__about {
    margin-bottom: 2.1rem; }
    .reward-container .reward-info__about h3 {
      font-family: "Gilroy-SemiBold", sans-serif;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 2.2rem;
      letter-spacing: 0px;
      color: #170F49; }
    .reward-container .reward-info__about p {
      font-family: "Inter-SemiBold", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      line-height: 2.6rem;
      letter-spacing: 0px;
      color: var(--primary-color); }

.responsive-tabs-style2 .objective__details {
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #5C5C5C;
  margin-bottom: 2.8rem; }
  @media (max-width: 767px) {
    .responsive-tabs-style2 .objective__details {
      font-size: 1.4rem;
      line-height: 2.4rem; } }

@media (max-width: 991px) {
  .cta-style2 {
    margin-bottom: 1.8rem; } }

.cta-style2 h4 {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.7rem;
  margin-bottom: 0.7rem;
  color: #170F49; }

.cta-style2 a {
  text-decoration: underline;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.6rem;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 1rem; }

.evaluation {
  margin-top: 4rem; }
  .evaluation__card {
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .evaluation__card {
        margin-bottom: 2rem; } }
  .evaluation__img {
    margin-bottom: 1.2rem; }
    .evaluation__img img {
      width: 100%;
      max-width: 100%;
      min-height: 28.4rem;
      max-height: 28.4rem;
      object-fit: cover;
      border-radius: 1rem; }
  .evaluation__name h3 a {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 3.2rem;
    color: #1a3447; }
    @media (max-width: 767px) {
      .evaluation__name h3 a {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .evaluation__company h4 {
    font-family: "Inter-Medium", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 2.302rem; }
  .evaluation__position p {
    font-family: "Inter-Regular", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.302rem;
    letter-spacing: 0em;
    color: #434343;
    background: #fff0e8;
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 0.5rem; }

@media (max-width: 991px) {
  .progress-by__main, .table-responsive {
    overflow-x: scroll; }
  .progress-by__main::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    height: 4px !important; }
  .progress-by__main::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
    background: var(--primary-color) !important; } }

.challenge-progress-bar {
  background: #FFFCF7;
  padding: 3rem 3.5rem;
  margin-top: 3.6rem;
  margin-bottom: 3rem; }
  .challenge-progress-bar .progress-by__main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 4rem; }
    @media (max-width: 991px) {
      .challenge-progress-bar .progress-by__main {
        padding-top: 5rem; } }
    .challenge-progress-bar .progress-by__main li {
      flex: 1;
      position: relative;
      display: flex; }
      .challenge-progress-bar .progress-by__main li .name {
        font-family: "Inter-Regular", sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center;
        position: absolute;
        top: -5rem;
        text-align: center; }
        @media (max-width: 991px) {
          .challenge-progress-bar .progress-by__main li .name {
            font-size: 1.4rem; } }
      .challenge-progress-bar .progress-by__main li .progress-by__item {
        display: block;
        position: relative;
        width: 100%;
        text-align: center; }
        @media (max-width: 991px) {
          .challenge-progress-bar .progress-by__main li .progress-by__item {
            min-width: 18px; } }
        .challenge-progress-bar .progress-by__main li .progress-by__item::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
          width: 100%;
          height: 10px;
          background: radial-gradient(circle, #0000001a 30%, transparent 0) repeat;
          background-size: 10px 10px; }
        .challenge-progress-bar .progress-by__main li .progress-by__item small {
          display: none; }
        .challenge-progress-bar .progress-by__main li .progress-by__item.is-active::before {
          background: radial-gradient(circle, var(--primary-color) 30%, transparent 0) repeat;
          background-size: 10px 10px; }
      .challenge-progress-bar .progress-by__main li.is-active .name {
        color: var(--primary-color);
        font-family: "Inter-SemiBold", sans-serif; }
      .challenge-progress-bar .progress-by__main li.is-done .name {
        opacity: 0.6; }
      .challenge-progress-bar .progress-by__main li.is-done .progress-by__item::before {
        opacity: 0.3;
        background: radial-gradient(circle, var(--primary-color) 30%, transparent 0) repeat !important;
        background-size: 10px 10px !important; }
  .challenge-progress-bar .date-announced {
    padding-top: 0;
    background: transparent;
    overflow: hidden;
    z-index: 99999999;
    position: relative;
    top: -0.5rem;
    display: inline !important;
    width: max-content;
    min-width: 100px;
    text-align: center;
    font-family: "Inter-Regular", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: 0em;
    text-align: center; }
    .challenge-progress-bar .date-announced.is-active {
      font-family: "Inter-SemiBold", sans-serif;
      font-weight: 600; }
    .challenge-progress-bar .date-announced.is-done {
      opacity: 0.6; }

.popular-badge .badge-ribbon {
  position: absolute;
  top: 1.7rem;
  display: inline-block;
  right: 0;
  background: #FF4343;
  color: #FFF;
  padding: 0.3rem 1rem;
  position: absolute;
  right: -18px;
  /* overflow: hidden; */
  z-index: 99;
  font-family: "Inter-Regular", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.3611111044883728px;
  text-align: center; }
  .popular-badge .badge-ribbon::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -11px;
    border-top: 17px solid transparent;
    border-right: 12px solid #FF4343;
    border-bottom: 17px solid transparent;
    width: 0; }
  .popular-badge .badge-ribbon::after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    right: 0;
    border: solid 10px transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-bottom-color: #A61C1C;
    border-left-color: #A61C1C; }

.experts-insight-row {
  margin-bottom: 3.2rem; }
  .experts-insight-row .experts-left-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 1rem; }
    @media (max-width: 575px) {
      .experts-insight-row .experts-left-img img {
        width: 17.3rem; } }
  @media (max-width: 575px) {
    .experts-insight-row .experts-left-img {
      margin-bottom: 1.6rem; } }

.experts-data {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .experts-data__name {
    margin-bottom: 0.7rem; }
    .experts-data__name .name {
      font-family: "Gilroy-Medium", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      line-height: 2.5rem;
      letter-spacing: 0px;
      text-align: left;
      color: #262626;
      display: block;
      margin-bottom: 0.2rem; }
    .experts-data__name .designation {
      font-family: "Gilroy-SemiBold", sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 2rem;
      color: #8C8C8C; }
  .experts-data__info {
    font-family: "Inter-Regular", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #595959; }
  .experts-data__meta {
    margin-top: auto; }
    .experts-data__meta .date-j {
      font-family: "Gilroy-SemiBold", sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 2rem;
      letter-spacing: 0px;
      color: #434343; }
    .experts-data__meta .socialD img {
      width: 2.4rem;
      height: 2.4rem; }
    .experts-data__meta .socialD a:first-child {
      margin-right: 1.9rem; }

.resource-download {
  border: 1px solid #D9D9D9;
  margin-bottom: 2.8rem; }
  .resource-download__left {
    padding: 1.6rem 2.5rem 1.6rem 1.5rem; }
    @media (max-width: 991px) {
      .resource-download__left {
        display: block !important; } }
    .resource-download__left--name {
      align-items: center; }
      .resource-download__left--name img {
        width: 2.4rem;
        height: 2.4rem;
        max-width: 100%;
        margin-right: 0.8rem; }
      .resource-download__left--name .name {
        font-family: "Inter-Regular", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
        color: #5C5C5C;
        word-break: break-all;
        padding-right: 1rem; }
    .resource-download__left--published p {
      font-family: "Inter-Regular", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0px; }
      .resource-download__left--published p .date {
        font-weight: 600;
        font-family: "Inter-SemiBold", sans-serif; }
  .resource-download__right {
    border-left: 1px solid #D9D9D9; }
    @media (max-width: 991px) {
      .resource-download__right {
        border-top: 1px solid #D9D9D9;
        border-left: 0; } }
    .resource-download__right a {
      padding: 1rem; }
      .resource-download__right a img {
        height: 2.4rem;
        width: 2.4rem;
        max-width: 100%; }

.custom-col-58 {
  flex: 0 0 58px;
  max-width: 58px; }
  @media (max-width: 991px) {
    .custom-col-58 {
      flex: unset;
      max-width: unset; } }

.custom-table-style thead tr th {
  background: #FFF9EF !important;
  border: 0;
  padding: 1.7rem 1.26rem;
  font-family: "Inter-Medium", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  color: #111928;
  padding-left: 1rem; }
  .custom-table-style thead tr th:first-child {
    padding-left: 1.26rem; }

.custom-table-style tbody tr td {
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #637381;
  vertical-align: middle;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
  .custom-table-style tbody tr td .votes {
    font-family: "Inter-SemiBold", sans-serif;
    font-weight: 600; }
  .custom-table-style tbody tr td .rank.win {
    font-weight: 700;
    font-family: "Inter-Bold", sans-serif;
    color: var(--primary-color); }
  .custom-table-style tbody tr td .rank img {
    margin-left: 0.6rem; }
  .custom-table-style tbody tr td .image-with-text {
    display: flex;
    align-items: center;
    min-width: 18rem; }
    .custom-table-style tbody tr td .image-with-text img {
      width: 5.5rem;
      height: 4.6rem;
      border-radius: 1rem;
      margin-right: 1.8rem; }
    .custom-table-style tbody tr td .image-with-text .bottom-text {
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .custom-table-style tbody tr td .image-with-text .text-orange {
      font-weight: 600;
      font-family: 'Gilroy-SemiBold';
      font-size: 1.6rem; }
  .custom-table-style tbody tr td:first-child {
    padding-left: 1.1rem !important; }

@media (max-width: 575px) {
  .table {
    width: 250%; } }

@media (min-width: 576px) and (max-width: 991px) {
  .table {
    width: 150%; } }

tbody > tr > td {
  padding: 1.8rem 0 !important; }

#participatingIdea-tab-pane .search-box {
  width: 28.6rem; }
  @media (max-width: 991px) {
    #participatingIdea-tab-pane .search-box {
      margin-right: 0;
      margin-bottom: 1rem; } }

@media (max-width: 767px) {
  #participatingIdea-tab-pane section > .container {
    padding: 0 !important; } }

#participatingIdea-tab-pane section > .container #participated-idea-table_wrapper > .row {
  margin-bottom: 1.8rem;
  gap: 1.8rem; }

@media (max-width: 991px) {
  #participatingIdea-tab-pane .title-style-h3 {
    display: block !important; } }

@media (max-width: 991px) {
  #participatingIdea-tab-pane .title-style-h3 {
    font-size: 2.2rem;
    line-height: 3.6rem;
    padding-bottom: 1.6rem; } }

@media (max-width: 991px) {
  #participatingIdea-tab-pane .title-style-h3 h3 {
    font-size: 2.2rem;
    line-height: 3.6rem;
    padding-bottom: 1.6rem;
    display: block !important; } }

#participatingIdea-tab-pane .right-part {
  flex-wrap: wrap;
  justify-content: end;
  gap: 1.5rem; }
  #participatingIdea-tab-pane .right-part > div {
    flex: 1; }
  @media (max-width: 991px) {
    #participatingIdea-tab-pane .right-part {
      flex-wrap: wrap;
      justify-content: space-between; } }
  #participatingIdea-tab-pane .right-part .dropdown-style1 {
    margin-right: 0; }

.challenge-detail-title {
  position: relative; }
  .challenge-detail-title .social-share-icons {
    position: absolute;
    right: 0;
    opacity: 0;
    top: -4.5rem; }
    .challenge-detail-title .social-share-icons ul {
      display: flex;
      background: #fff;
      padding: 1rem;
      border: 1px solid #F0F0F0;
      gap: 1rem; }
      .challenge-detail-title .social-share-icons ul li:last-child {
        margin-right: 0; }

/*Idea detail page start*/
.custom-progessbar {
  background: #FFFCF7;
  padding: 2rem;
  margin-bottom: 2rem; }
  .custom-progessbar .progress {
    background: #FFEED1;
    border-radius: 0;
    height: 0.8rem; }
    .custom-progessbar .progress .progress-bar {
      background: var(--primary-color); }
  .custom-progessbar .progress-labels {
    margin-bottom: 1.2rem; }
    .custom-progessbar .progress-labels .name {
      font-family: "Inter-Medium", sans-serif;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 2.8rem; }
    .custom-progessbar .progress-labels .perc {
      font-family: "Gilroy-Bold", sans-serif;
      font-size: 2rem;
      line-height: 2.8rem;
      color: var(--primary-color); }

@media (max-width: 575px) {
  .team-row .btn-primary {
    padding: 1.2rem 1rem; } }

@media (max-width: 575px) {
  .team-row .flip-card-front__meta {
    margin-bottom: 2rem; } }

.flip-card {
  background-color: transparent;
  width: auto;
  height: 28.3rem;
  perspective: 1000px;
  margin-bottom: 1.2rem; }
  .flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d; }
  .flip-card .team-member-image img {
    width: 28.3rem;
    height: 28.7rem;
    object-fit: cover;
    border-radius: 1rem; }
    @media (max-width: 575px) {
      .flip-card .team-member-image img {
        width: 100%; } }
  .flip-card .flip-card-back {
    background-color: #fff;
    border: 2px solid orange;
    transform: rotateY(180deg);
    padding: 1.6rem;
    overflow-y: scroll;
    border-radius: 1rem; }
    .flip-card .flip-card-back .team-back-card h6 {
      font-family: "Inter-SemiBold", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 21px;
      letter-spacing: 0em;
      text-align: left;
      color: #1A3447; }
    .flip-card .flip-card-back .team-back-card p {
      font-family: "Inter-Regular", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: #606060; }
    .flip-card .flip-card-back .team-back-card .social img:first-child {
      margin-right: 0.9rem; }
    .flip-card .flip-card-back .team-back-card__block {
      margin-bottom: 1rem; }
    .flip-card .flip-card-back .team-back-card .button_group .btn-text {
      font-size: 13px !important; }
    .flip-card .flip-card-back .team-back-card button {
      padding: 0.8rem 1.2rem !important; }
      @media (max-width: 991px) {
        .flip-card .flip-card-back .team-back-card button {
          padding: 0.4rem 1rem !important; } }
      .flip-card .flip-card-back .team-back-card button:first-child {
        margin-right: 1rem; }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg); }

.flip-card-front__meta .bio .name a {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 0;
  color: #1A3447; }

.flip-card-front__meta .bio .designation {
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #606060; }

.flip-card-front__meta .social {
  display: flex;
  gap: 0.9rem; }
  .flip-card-front__meta .social img {
    width: 2rem;
    height: 2rem;
    max-width: 2rem; }

.Skills.team-back-card__block, .intrests.team-back-card__block {
  margin-bottom: 1rem !important; }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.challenge-filter-row .grid-view.active svg path, .chart-view.active svg path {
  stroke: var(--primary-color); }

.challenge-filter-row.idea-progress {
  gap: 2.6rem; }

.idea-progress .chart-view svg {
  width: 2rem;
  height: 2rem; }

#idea-progress .stage {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #434343; }

@media (max-width: 767px) {
  #idea-progress .date {
    font-size: 1.4rem;
    display: inline-block;
    min-width: 10rem; } }

@media (max-width: 767px) {
  #idea-progress span.desc {
    min-width: 20rem;
    display: inline-block; } }

#idea-progress .completion {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #637381; }

#idea-progress .desc, #idea-progress .srNo {
  font-family: "Inter-Medium", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem; }

#idea-progress .status .tags-style2__item::before {
  content: ''; }

.carousel-single-idea-wrapper .img-thumbnail {
  border-radius: 1rem;
  border: none; }

.carousel-single-idea-thumbnail {
  padding-top: 0.8rem; }

#vote-category .custom-modal-width {
  max-width: 85rem;
  margin: 0 auto;
  width: 100%; }

#vote-category .registrationSuccess {
  padding: 2rem 7.4rem; }
  @media (max-width: 991px) {
    #vote-category .registrationSuccess {
      padding: 1.5rem 3rem; } }

#vote-category .challengeFilter-card {
  z-index: 9999;
  overflow: hidden;
  position: relative;
  height: 100%; }
  #vote-category .challengeFilter-card .tags-style2 {
    margin-bottom: 0; }

#vote-category .registrationSuccess__heading h2 {
  margin-top: 0;
  display: inline-block; }

#vote-category .registrationSuccess__content p {
  font-family: "Inter-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #434343;
  margin-bottom: 4.8rem; }

#vote-category .registrationSuccess__btn {
  text-align: right; }

.card-input-element {
  display: none; }

.card-input:hover {
  cursor: pointer; }

.card-input-element:checked + .card-input {
  border-color: var(--primary-color); }

.custom-rating {
  margin-top: 0.8rem;
  border: 1px #959595 solid;
  display: flex;
  font-size: 0;
  justify-content: center;
  align-items: center;
  width: fit-content; }
  .custom-rating input {
    display: none; }
  .custom-rating label {
    font-family: "Inter-Regular", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #333333;
    border-left: 1px #959595 solid;
    transition: .3s; }

.rating.active label {
  color: #fff;
  border: 0; }

.custom-rating > .rating {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem; }

@media (max-width: 991px) {
  .voting-row {
    flex-direction: column-reverse; } }

.voting-container {
  background: #ffffff;
  z-index: 9999;
  padding: 1rem;
  max-height: 44.8rem;
  overflow-y: auto; }
  @media (max-width: 991px) {
    .voting-container {
      position: relative;
      max-height: unset;
      overflow-y: unset; } }
  .voting-container .rating-block {
    margin-bottom: 1.6rem; }
  .voting-container .rating-title {
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #595959; }
  .voting-container .criteria.mb-16 {
    styleName: Paragraph/Medium/Medium;
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #5C5C5C;
    margin-bottom: 1.6rem; }
  .voting-container .rating.rate-1 label {
    border-left: 0 !important; }
  .voting-container .rating.active label {
    border: 0; }
  .voting-container .total-vote h4 {
    font-family: 'Gilroy-SemiBold';
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0em;
    text-align: left;
    color: #170F49;
    margin-bottom: 3rem; }
  .voting-container .form-item textarea {
    width: 100%;
    height: 13.9rem;
    border-color: #8996A2; }
  .voting-container .form-item textarea::placeholder {
    color: #687787;
    font-family: "Inter-Medium", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
    padding: 1rem; }
  .voting-container .form-item {
    margin-bottom: 1.7rem; }
  .voting-container button {
    float: right; }

.rate-1.active label {
  background: #D30027; }

.rate-2.active label {
  background: #EB0B0B; }

.rate-3.active label {
  background: #F13708; }

.rate-4.active label {
  background: #F87501; }

.rate-5.active label {
  background: #F8B300; }

.rate-6.active label {
  background: #F8DD00; }

.rate-7.active label {
  background: #CCDE0E; }

.rate-8.active label {
  background: #89D421; }

.rate-9.active label {
  background: #44BC38; }

.rate-10.active label {
  background: #12AD47; }

#vote-login .modal-dialog {
  max-width: 95rem;
  margin: 0 auto; }
  #vote-login .modal-dialog .modal-body {
    padding: 2.7rem 4.5rem; }

#vote-login .divider-vertical::before {
  border-left: 1px solid #BFBFBF;
  bottom: 1rem;
  content: "";
  display: block;
  left: 47%;
  position: absolute;
  top: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#vote-login .divider-vertical[data-content]::after {
  position: absolute;
  left: 45.2%;
  top: 50%;
  padding: 0.1rem;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  content: attr(data-content);
  display: inline-block;
  font-size: .75rem;
  padding: 0.4rem 0.8rem;
  -webkit-transform: translateY(-1.1rem);
  transform: translateY(-1.1rem);
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0px;
  text-align: left;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  padding: 5px; }

#vote-login .already-account {
  margin-bottom: 2.5rem; }

#vote-login .loginView button {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

#vote-login h4.heading {
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 3rem; }

#vote-login .guestView button {
  margin-top: 0.7rem;
  width: auto; }

.custom-popover, .popover {
  border-color: var(--primary-color) !important; }

.popover::before {
  border-bottom-color: var(--primary-color) !important;
  /* for bottom arrow */
  border-top-color: var(--primary-color) !important;
  /* for top arrow */
  border-left-color: var(--primary-color) !important;
  /* for left arrow */
  border-right-color: var(--primary-color) !important;
  /* for right arrow */ }

/* Top Arrow */
.popover::after {
  border-top-color: var(--primary-color) !important;
  /* Set the top border color for the arrow */ }

/* Bottom Arrow */
.popover::before {
  border-bottom-color: var(--primary-color) !important;
  /* Set the bottom border color for the arrow */ }

/* For left arrow */
.popover.bs-popover-start::before,
.popover.bs-popover-end::before {
  border-left-color: var(--primary-color) !important;
  /* Set the left border color for the arrow */ }

/* For right arrow */
.popover.bs-popover-start::after,
.popover.bs-popover-end::after {
  border-right-color: var(--primary-color) !important;
  /* Set the right border color for the arrow */ }

.linkedin-widget__logo {
  margin-bottom: 2rem; }

.linkedin-widget__profile {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 1.3rem; }
  .linkedin-widget__profile .profile-pic {
    min-width: 10rem; }
  .linkedin-widget__profile .bio name {
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left; }
  .linkedin-widget__profile .bio h6 {
    font-family: "Inter-Medium", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #595959; }
  .linkedin-widget__profile .bio p {
    font-family: "Inter-Medium", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8C8C; }
  .linkedin-widget__profile .bio a {
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #096DD9; }

.linkedin-widget__current {
  border-top: 1px solid #F0F0F0;
  padding: 1rem 0; }
  .linkedin-widget__current .heading {
    min-width: 8.9rem; }
    .linkedin-widget__current .heading p {
      font-family: "Inter-SemiBold", sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: #595959; }
  .linkedin-widget__current .content {
    margin-bottom: 0.4rem;
    display: block; }
    .linkedin-widget__current .content p {
      font-family: "Inter-Medium", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: #8C8C8C; }
    .linkedin-widget__current .content a {
      font-family: "Inter-Medium", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: #096DD9; }

/*Idea detail page ends*/
@media (max-width: 1199px) {
  .accordian-networkMobile.tab-content > .tab-pane {
    display: block;
    opacity: 1;
    border: 0; } }

.back-btn-menu {
  text-align: right;
  float: right;
  margin: 0;
  padding: 0; }

.Featued-challenges .challenge-card {
  border: 2px solid var(--primary-color);
  padding: 2rem;
  border-radius: 0.8rem; }
  @media (min-width: 992px) {
    .Featued-challenges .challenge-card {
      min-height: 57.5rem; } }

#challenge-tabContent .accordion-body {
  padding: 0;
  border: 0; }

.Featued-challenges .nav-link {
  padding: 2rem;
  text-decoration: none;
  position: relative;
  border: 1px solid #D9D9D980;
  margin: 0;
  border-radius: 0.8rem; }
  .Featued-challenges .nav-link:hover {
    border: 1px solid rgba(255, 109, 33, 0.5);
    box-shadow: rgba(74, 58, 255, 0.19) 0px 6px 16px 0px; }
  .Featued-challenges .nav-link.featured::before {
    content: "";
    position: absolute;
    top: -2px;
    width: 19px;
    height: 26px;
    background: var(--primary-color);
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
    transition: all 0.2s ease-in;
    right: 14px; }

.Featued-challenges .nav-item {
  margin-bottom: 2rem; }

.accordian-custom .accordion-button {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  background: transparent;
  border-top: 1px solid #F0F0F0;
  color: #170F49;
  padding: 2rem 2.6rem 2rem 2rem;
  border-radius: 0;
  box-shadow: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.accordian-custom .tab-pane {
  margin-bottom: 2rem; }

.accordian-custom .active-itemP .accordion-header {
  border: 2px solid var(--primary-color);
  border-bottom: 0; }

@media (min-width: 992px) {
  .Featued-challenges .nav::-webkit-scrollbar {
    width: 0; }
  .Featued-challenges .nav {
    max-height: 57.5rem;
    overflow-y: scroll;
    min-height: 57.5rem; } }

.madarek-networkTab .accordian-custom .tab-pane {
  border: 0; }

.madarek-networkTab .accordian-custom .nav-link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
  color: #A0A3BD;
  width: 100%;
  border: 0; }

.madarek-networkTab .accordian-custom .tab-pane {
  margin-bottom: 2rem;
  border: 0;
  margin-bottom: 15px;
  margin-top: 3.9rem; }

.madarek-networkTab .nav-link {
  flex: 1;
  text-align: center;
  padding-bottom: 1.8rem;
  transition: all 0.2s linear;
  width: 100%;
  border: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
  color: #A0A3BD;
  min-width: 10rem; }

.madarek-networkTab li {
  padding-bottom: 0; }

.responsive-tabs-style1 li:hover .nav-link {
  border-bottom: 4px solid var(--primary-color);
  color: #170F49 !important;
  background: transparent; }

.madarek-networkTab .nav-link.active {
  color: #170F49 !important;
  font-weight: 600;
  font-family: "Inter-SemiBold", sans-serif;
  border-bottom: 4px solid var(--primary-color);
  margin-bottom: 0; }

.commentChatCanvas {
  width: 50rem !important;
  padding: 0;
  z-index: 9999; }
  .commentChatCanvas .offcanvas-header {
    padding: 0;
    box-shadow: 0px 4px 34px 0px #B6B6B640; }
    .commentChatCanvas .offcanvas-header h5 {
      font-family: "Gilroy-SemiBold", sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
      color: #434343; }
    .commentChatCanvas .offcanvas-header .btn-close {
      color: #000;
      width: 12px;
      height: 12px;
      min-width: 5rem; }
  .commentChatCanvas .offcanvas-body {
    padding: 2.5rem 3.5rem 0 3.5rem; }
    .commentChatCanvas .offcanvas-body .tab-content {
      padding: 0;
      border: 0; }
    .commentChatCanvas .offcanvas-body .commentChat-row {
      display: flex;
      gap: 0.7rem;
      margin-bottom: 1.2rem; }
      .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-img {
        flex-basis: 9%;
        margin-top: 1.3rem; }
        .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-img img {
          width: 3.8rem;
          height: 3.8rem;
          border-radius: 50%;
          object-fit: cover; }
      .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data {
        flex-basis: 91%;
        background: #FAFAFA;
        padding: 1.2rem; }
        .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data .postCommentedUser {
          font-weight: 600; }
        .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__name .name {
          font-family: "Inter-SemiBold", sans-serif;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          text-align: left;
          color: #334253;
          display: block; }
        .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__name .designation {
          font-family: "Inter-Medium", sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 18px;
          text-align: left;
          color: #8C8C8C; }
        .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__info {
          font-family: "Inter-Regular", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          text-align: left;
          margin: 0.8rem 0;
          color: #595959; }
          .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__info .msg-info2 a[att-data="accept"] {
            color: #2E9000; }
          .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__info .msg-info2 a[att-data="reject"] {
            color: red; }
        .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__meta .comment-actions {
          display: flex;
          gap: 1.2rem;
          align-items: center; }
          .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__meta .comment-actions .comment-like .content {
            font-family: "Inter-SemiBold", sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            text-align: center;
            color: #595959; }
          .commentChatCanvas .offcanvas-body .commentChat-row .commentChat-data__meta .comment-actions .comment-reply .content {
            font-family: "Inter-SemiBold", sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            text-align: left;
            color: #4076FF; }
      .commentChatCanvas .offcanvas-body .commentChat-row.childComment {
        padding-left: 10%; }
    .commentChatCanvas .offcanvas-body .commentChat-form {
      margin-top: 2.4rem;
      position: sticky;
      bottom: 0;
      overflow: hidden;
      background: #ffffff; }
      .commentChatCanvas .offcanvas-body .commentChat-form .form-item {
        margin-bottom: 0.8rem; }
        .commentChatCanvas .offcanvas-body .commentChat-form .form-item textarea {
          width: 100%;
          border-color: #BFBFBF;
          padding: 1.2rem 1.7rem;
          font-family: "Inter-Medium", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #67727E;
          min-height: 9.6rem; }
      .commentChatCanvas .offcanvas-body .commentChat-form button {
        float: right; }

.like-container .like-containerRow {
  margin-bottom: 1.8rem; }
  .like-container .like-containerRow .left-part {
    gap: 1rem;
    align-items: center; }
    .like-container .like-containerRow .left-part img {
      width: 4rem;
      height: 4rem; }
    .like-container .like-containerRow .left-part .nameUser {
      font-family: "Inter-Medium", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: -0.01em;
      text-align: left; }
  .like-container .like-containerRow .right-part .btn-primary {
    min-width: 10.3rem; }

.single-idea-page nav .collapse.navbar-collapse {
  visibility: unset; }

.single-idea-page nav .btn-primary.filled {
  background-color: var(--primary-color); }
  .single-idea-page nav .btn-primary.filled:focus {
    background: var(--primary-color); }

.single-idea-page .btn-primary {
  background-color: unset; }
  .single-idea-page .btn-primary:focus {
    background: unset; }

.contactP .heading-styleh3 {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #434343; }

.contactP__left {
  padding-bottom: 14rem; }
  .contactP__left h3 {
    margin-bottom: 1.9rem; }
  .contactP__left .contactInfo {
    margin-bottom: 3.8rem;
    font-family: "Inter-Regular", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem; }
  .contactP__left .footer-links {
    padding-left: 0; }
    .contactP__left .footer-links li {
      margin-bottom: 2.2rem;
      display: flex; }
      .contactP__left .footer-links li .icon-with-text {
        display: flex;
        gap: 0.8rem; }
        .contactP__left .footer-links li .icon-with-text a, .contactP__left .footer-links li .icon-with-text p {
          font-family: "Inter-Regular", sans-serif;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 2rem;
          color: #6F6C90; }
  .contactP__left .social-links .social-links-list {
    display: flex;
    gap: 1rem; }

.contactP__right {
  padding-left: 1.9rem; }
  .contactP__right h3 {
    margin-bottom: 2rem;
    margin-top: 3.8rem; }

/*How it works start*/
.howItWorksSliderRight .startup span.process-step-number {
  color: orange; }

.howItWorksSliderLeft {
  padding: 27px; }

.howItWorksSlider .carousel-indicators button.thumbnail {
  max-width: 100px; }

.howItWorksSliderRight .expert span.process-step-number {
  color: pink; }

.howItWorksSlider .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7; }

.howItWorksSlider .carousel-indicators {
  position: static;
  gap: 3rem; }

.howItWorksSlider .carousel-item {
  margin-right: -65%; }

@media screen and (min-width: 992px) {
  .howItWorksSlider {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    margin-top: 1.2rem;
    top: 5%; } }

.howItWorksSlider .carousel-item img {
  width: 100px;
  height: 100px; }

.howItWorksSlider .circle-div img {
  max-width: 100%;
  height: auto;
  /* border-radius: 50%; */ }

.howItWorksSlider .circle-div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: blue;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column; }

.howItWorksSlider .carousel-inner {
  justify-content: center;
  display: flex;
  align-items: center; }

.howItWorksSlider .carousel-control-next, .howItWorksSlider .carousel-control-prev {
  opacity: 1;
  color: black; }

.howItWorksSlider .carousel-indicators .circle-div {
  width: 50px;
  height: 50px; }

.howItWorksSlider .carousel-indicators .circle-div img {
  height: 27px;
  width: 27px; }

.howItWorksSlider .circle-div.pink {
  background: pink; }

.howItWorksSlider .circle-div.orange {
  background: orange; }

.howItWorksSliderRow .outer-div {
  width: 390px;
  height: 390px;
  background-color: #fff;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  border-radius: 100%; }

.howItWorksSliderRow .inner-div {
  width: 340px;
  height: 340px;
  /* line-height: 350px; */
  /* border-radius: 500px; */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
  left: 24px;
  border-radius: 100%;
  top: 24px; }

.howItWorksSlider .carousel-item .circle-div img {
  width: 40px;
  height: 40px; }

.howItWorksSlider .middle-indi {
  margin-top: 30px; }

.howItWorksSliderRow ul.process-step-Container {
  display: flex;
  flex-direction: column; }

.howItWorksSliderRow li.process-step {
  position: relative;
  display: flex;
  align-items: center;
  /* flex: 1 1 0; */
  margin-bottom: 2rem;
  background: #000;
  margin-top: 49px;
  margin-bottom: 34px;
  border-right: solid 1px #000;
  border-bottom: solid 1px;
  border-top: solid 1px; }

.howItWorksSliderRow span.process-step-number {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #fff;
  color: #4076FF;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  line-height: 3.6rem;
  position: absolute;
  left: -3rem;
  box-shadow: 0px 4px 24px 0px #97979740;
  font-family: Gilroy-Bold;
  font-size: 1.6rem; }

.howItWorksSliderRow .process-step-text {
  border: 1px solid #ccc;
  border-image-source: linear-gradient(270deg, rgba(118, 118, 118, 0.35) 11.22%, rgba(255, 109, 33, 0) 73.9%);
  background: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #595959;
  position: relative;
  align-items: center;
  display: flex;
  padding-left: 1rem;
  flex: 1;
  border-left: 0; }

.howItWorksSliderRow li.process-step.step-2, li.process-step.step-4 {
  left: 15%; }

.howItWorksSliderRow li.process-step.step-3 {
  left: 24%; }

.howItWorksSliderRow li.process-step:before {
  content: "";
  position: absolute;
  border: 1px dashed blue;
  width: 100%;
  left: -50%; }

.howItWorksSliderRow .select-role {
  padding-top: 10px;
  color: #222;
  font-size: 14px; }

.howItWorksSliderRow .shape-div:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(to right, transparent 50%, #4076ff 50%); }

.howItWorksSliderRow .shape-div {
  /* border-right: 4px solid #4298C3; */
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #fffaf7;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  /* line-height: 1.4em; */
  list-style: none;
  text-align: left;
  font-weight: 100;
  border-right: 5px solid blue;
  /* height: 500px; */
  /* width: 500px; */
  /* line-height: 450px; */
  margin: 0 auto;
  /* border-radius: 531px; */
  padding: 30px;
  border-radius: 100%; }

.howItWorksSliderRow li.process-step.step-1:before {
  left: -32%;
  z-index: -29; }

.howItWorksSliderRow li.process-step.step-2:before {
  left: -32%;
  z-index: -29; }

.howItWorksSliderRow li.process-step.step-3:before {
  left: -43%;
  z-index: -29; }

.howItWorksSliderRow li.process-step.step-4:before {
  left: -32%;
  z-index: -29; }

.howItWorksSliderRow li.process-step.step-5:before {
  left: -32%;
  z-index: -29; }

.howItWorksSliderRow li.process-step.step-1 {
  width: 100%; }

.howItWorksSliderRow li.process-step.step-2 {
  width: 85%; }

.howItWorksSliderRow li.process-step.step-3 {
  width: 76%; }

.howItWorksSliderRow li.process-step.step-4 {
  width: 85%; }

.howItWorksSliderRow li.process-step.step-5 {
  width: 100%; }

.howItWorksSliderRow li.process-step:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 100%;
  border: solid 2px #4076ff; }

.howItWorksSliderRow li.process-step.step-3:after {
  left: -43.5%; }

.howItWorksSliderRow li.process-step.step-2:after {
  left: -32.4%; }

.howItWorksSliderRow li.process-step.step-1:after {
  left: -34%; }

.howItWorksSliderRow li.process-step.step-4:after {
  left: -32.2%; }

.howItWorksSliderRow li.process-step.step-5:after {
  left: -34%; }

/*How it works ends*/
