/* CUSTOM STYLE */

.cu-main-section__wrapper {
  margin: auto;
  position: relative;
  padding: 0 30px;
}

@media (max-width: 600px) {
  .cu-main-section__wrapper {
    padding: 0 25px;
  }
}

.btn-flowy{
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
  box-shadow: 0 10px 25px rgb(57 216 132 / 50%);
}
.btn-flowy:hover{
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0 !important;
  box-shadow: 0 10px 25px rgb(57 216 132 / 50%) !important;
}

/** rating **/

.rating {
  display: inline-block;
  vertical-align: text-top;
  }
  .rating-star {
  width: 15px;
  height: 15px;
  background: url(../images/flowy-images/rating-star.svg) center/contain no-repeat;
  display: inline-block;
  }

/** features-boxes style */

.parent-img {
  position: relative;
}

.over-img {
  position: absolute;
  top: 20%;
  left: 20%;
}

.cu-main-section_rounded .cu-main-section__wrapper {
  border-radius: 60px;
  max-width: 1400px;
  padding: 110px 130px;
}

@media (max-width: 1600px) {
  .cu-main-section_rounded .cu-main-section__wrapper {
    padding: 60px 80px;
  }
}

@media (max-width: 1000px) {
  .cu-main-section_rounded .cu-main-section__wrapper {
    padding: 60px;
  }
}

@media (max-width: 768px) {
  .cu-main-section_rounded .cu-main-section__wrapper {
    padding: 60px 40px;
    border-radius: 19px;
  }
}

@media (max-width: 600px) {
  .cu-main-section_rounded .cu-main-section__wrapper {
    padding: 40px 25px;
  }
}

@media (max-width: 480px) {
  .cu-main-section_rounded .cu-main-section__wrapper {
    padding: 25px;
  }
}

.cu-main-section_box .cu-main-section__wrapper {
  background: #fff8fb;
  min-height: 850px;
}

@media (max-width: 1600px) {
  .cu-main-section_box .cu-main-section__wrapper {
    min-height: 730px;
  }
}

@media (max-width: 1440px) {
  .cu-main-section_box .cu-main-section__wrapper {
    min-height: 800px;
  }
}

@media (max-width: 1200px) {
  .cu-main-section_box .cu-main-section__wrapper {
    min-height: 700px;
  }
}

@media (max-width: 1000px) {
  .cu-main-section_box .cu-main-section__wrapper {
    min-height: 0;
  }
}


/** under_banner_section style */


.cu-main-section-departments__wrapper {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .cu-main-section-departments__wrapper {
    /* margin-top: 18rem !important; */
  }
}

.cu-main-section-opportunities__header {
  margin-bottom: 30px;
}

.cu-main-section__header {
  font: 600 42px/65px Axiforma, Arial, serif;
  color: #333;
}

.departments {
  max-width: 1000px;
  margin: auto;
}

.departments-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  width: fit-content;
}

.departments-row::before {
  background-image: url(../images/flowy-images/dots-bl.png);
  bottom: -72px;
  left: -90px;
}

.departments-row::before,
.departments-row::after {
  content: "";
  position: absolute;
  z-index: -10;
  background-repeat: no-repeat;
  background-size: cover;
  height: 167px;
  width: 208px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.department-btn {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  border: 1px solid var(--bg);
  margin: 12px 7px;
  background-color: var(--bg);
  position: relative;
  padding: 24px 19px 0px;
  user-select: none;
}

.department-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: 2px solid var(--fill);
  opacity: 30%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.department-btn__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin: 0 auto;
}

/** testimonial_section style */

.testimonial {
    background-color: #F9FAFD;
    padding: 100px 0;
}

.testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
}

.testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #71b85f;
    border-radius: 50%;
}

.testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #71b85f;
    border-radius: 50%;
}

.testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: -50px;
}

.testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
}

.testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
}

.testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
}

.testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
}

.testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
}

.testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: 20px;
}

.testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
}

.testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
}

.testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
}

.testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid #71b85f;
}

.testimonial .row .tabs li figure {
    position: relative;
}

.testimonial .row .tabs li figure img {
    display: block;
}

.testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #dff9d9;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial .row .carousel>h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}

.testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 2px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 42px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 18px;
    line-height: 1.72222;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
   .testimonial .row .tabs {
        margin-right: 25px;
    }
}

/** free-forever & no credit card need it */
.free-credit{
font: 700 12px/17px Muli,Arial,serif;
color: #b9bec7;
pointer-events: none;
top: auto;
text-align: left;
letter-spacing: 1px;
text-transform: uppercase;
}
/* .no-credit::after{
  content: '';
display: block;
position: absolute;
right: 100%;
content: 'No credit card.';
font: 700 12px/17px Muli,Arial,serif;
text-align: left;
letter-spacing: 1px;
text-transform: uppercase;
margin-left: 20px;
max-width: 144px;
width: 100%;
color: #b9bec7;
pointer-events: none;
top: auto;
}
.free-forever::before{
  content: '';
display: block;
position: absolute;
right: 100%;
content: 'FREE forever.';
font: 700 12px/17px Muli,Arial,serif;
text-align: left;
letter-spacing: 1px;
text-transform: uppercase;
margin-left: 20px;
max-width: 144px;
width: 100%;
color: #b9bec7;
pointer-events: none;
top: auto;
} */

/** support section */
.cu-main-section {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cu-main-section {
    margin-bottom: 4rem;
  }
}
.cu-main-section-help__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flext-start;
  -ms-flex-align: flext-start;
  align-items: flext-start;
  max-width: 1250px;
}
.cu-main-section__wrapper {
  margin: auto;
  position: relative;
  padding: 0 30px;
}
.cu-main-section-help__description {
  width: 460px;
}
.cu-main-section-help__icon {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
  box-shadow: 0 10px 25px rgb(57 216 132 / 50%);
  border-radius: 15px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}
.cu-main-section__subheader_purple {
  color: #09c778;
}
.cu-main-section__subheader {
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 700 12px/1 'Lexend Deca', sans-serif;
  margin-bottom: 20px;
}
/* @media (max-width: 1440px)
.cu-main-section__header {
  font: 800 39px/53px 'Lexend Deca', sans-serif;
} */
.cu-main-section__header {
  font: 600 42px/65px 'Lexend Deca', sans-serif;
  color: #333;
}
.cu-main-section-help__text {
  margin: 40px 0;
  max-width: 370px;
}
.cu-main-section__text {
  font: 400 14px/25px 'Lexend Deca', sans-serif;
  color: #292d34;
}
.cu-main-section-help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cu-main-section-help__list-item {
  color: #292d34;
  font: 400 14px/25px 'Lexend Deca', sans-serif;
  position: relative;
  padding-left: 30px;
}
.cu-main-section-help__list-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background: url(../images/flowy-images/check.png) no-repeat center/contain;
}
.cu-main-section-help__figure {
  width: 754px;
}
.cu-main-section-help__figure img {
  max-width: 100%;
}

@media (max-width: 768px) { 
  .cu-main-section-help__description {
  margin-bottom: 40px;
  width: auto;
  }
  .cu-main-section-help__figure {
      width: auto;
  }
  .cu-main-section-help__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.topper-footer{
  background: url(../images/flowy-images/flowy-logo.png) no-repeat -5% 50%/170px,#fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; border-radius: 20px !important;
}

@media (max-width: 768px) {
  .topper-footer{
    background:#fff;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; border-radius: 20px !important; */
  }
}

.d-grid-start {
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d-flex-end {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.d-flex-start {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lh-unset{
 line-height: unset !important;
}