a{
    transition: all 0.3s;
}
a:focus,a:hover,a:active{
    text-decoration: none;
}
/* =======================================for new referral page============================================ */
.col-row::after,.col-row::before{
    display: none;
}
.container-wrap{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}
@media only screen and (min-width:1200px) {
    .container-wrap {
        max-width: 1210px;
    }
}
@media only screen and (min-width:1441px) {
    .container-wrap {
        max-width: 1320px;
    }
}
@media only screen and (min-width:1528px) {
    .container-wrap {
        max-width: 1528px;
    }
}
.page-id-16 {
    overflow: hidden !important;
    overflow-y: auto !important;
    padding-top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
}
.page-id-16 ul{
    padding-left: 0;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
ul{
    margin-bottom: 0px;
}

/* for Header area */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  .header .header-wrap {
    padding: 15px 0px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header-wrap .col-row {
    flex-direction: column;
    display: flex;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -webkit-flex-direction: inherit;
      -moz-box-orient: inherit;
      -moz-box-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
    }
  }
  .header .header-wrap .col-row a.barnding {
    max-width: 171px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (min-width: 1441px) {
    .header .header-wrap .col-row a.barnding {
      max-width: 215px;
    }
  }
  .header .header-wrap .col-row a.barnding div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header-wrap .col-row a.barnding .white-logo {
    display: none;
  }
  .header .header-wrap .col-row .navbar-main {
    display: none;
    margin-top: 10%;
  }
  @media (min-width: 768px) {
    .header .header-wrap .col-row .navbar-main {
      margin-top: 0%;
    }
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0;
    }
  }
  .header .header-wrap .col-row .navbar-main ul {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  .header .header-wrap .col-row .navbar-main ul li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main ul li {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
  @media (min-width: 1200px) {
    .header .header-wrap .col-row .navbar-main ul li {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media (min-width: 1441px) {
    .header .header-wrap .col-row .navbar-main ul li {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .header .header-wrap .col-row .navbar-main ul li.current-menu-item a {
    color: #26B89A;
  }
  .header .header-wrap .col-row .navbar-main ul a {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-weight: 700;
    color: #fff;
    padding: 0px;
    -webkit-transition: color 0.3s !important;
    -o-transition: color 0.3s !important;
    transition: color 0.3s !important;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main ul a {
      color: #20493C;
    }
  }
  .header .header-wrap .col-row .navbar-main ul a:hover {
    color: #26B89A;
    background-color: transparent !important;
  }
  .header .header-wrap .col-row .navbar-main .login-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main .login-group {
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    .header .header-wrap .col-row .navbar-main .login-group {
      padding-left: 15px;
    }
  }
  @media (min-width: 1441px) {
    .header .header-wrap .col-row .navbar-main .login-group {
      padding-left: 30px;
    }
  }
  .header .header-wrap .col-row .navbar-main .login-group li {
    padding-left: 10px;
    padding-right: 10px;
  }
  @media (min-width: 1441px) {
    .header .header-wrap .col-row .navbar-main .login-group li {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main .login-group li:last-child {
      padding-right: 0px;
    }
  }
  .header .header-wrap .col-row .navbar-main .login-group li:last-child a {
    padding: 8px 24px;
    text-align: center;
    background-color: #26B89A;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #26B89A;
    color: #fff !important;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main .login-group li:last-child a {
      padding: 8px 15px;
    }
  }
  @media (min-width: 1200px) {
    .header .header-wrap .col-row .navbar-main .login-group li:last-child a {
      padding: 8px 24px;
    }
  }
  @media (min-width: 1441px) {
    .header .header-wrap .col-row .navbar-main .login-group li:last-child a {
      padding: 10px 35px;
    }
  }
  .header .header-wrap .col-row .navbar-main .login-group li:last-child a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .navbar-main .login-group li:last-child a:hover {
      border: 1px solid #274A34;
      color: #274A34 !important;
    }
  }
  .header .header-wrap .col-row .navbar-main .login-group li.current-menu-item a {
    color: #26B89A;
  }
  .header .header-wrap .col-row .nav-trigger {
    display: block;
    width: 30px;
    position: absolute;
    right: 20px;
    margin-top: 6px;
    z-index: 1;
    cursor: pointer;
  }
  @media (min-width: 1070px) {
    .header .header-wrap .col-row .nav-trigger {
      display: none;
    }
  }
  .header .header-wrap .col-row .nav-trigger span {
    width: 100%;
    display: block;
    background-color: #20493C;
    height: 3px;
    margin: 5px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header-wrap .col-row .trigger-close span {
    background-color: #fff;
    -webkit-filter: none !important;
    filter: none !important;
  }
  .header .header-wrap .col-row .trigger-close span:nth-child(1) {
    -webkit-transform: rotate(38.66deg);
    -ms-transform: rotate(38.66deg);
    -o-transform: rotate(38.66deg);
    transform: rotate(38.66deg);
    top: 7px;
  }
  .header .header-wrap .col-row .trigger-close span:nth-child(2) {
    -webkit-transform: rotate(-38.66deg);
    -ms-transform: rotate(-38.66deg);
    -o-transform: rotate(-38.66deg);
    transform: rotate(-38.66deg);
    bottom: 1px;
  }
  .header .header-wrap .col-row .trigger-close span:nth-child(3) {
    display: none;
  }

  header.sticky {
    background-color: #F7F7FF;
  }
  header.sticky .header-wrap {
    padding: 15px 0 !important;
  }

  .page-id-16 header.bg-primary {
    background-color: #20493C !important;
    height: 100vh;
  }
  header.bg-primary .header-wrap a.barnding .balck-logo {
    display: block !important;
  }

/* end Header area */


.page-id-16 header:nth-child(1){
    display: none !important;
}


.page-id-16 header,.page-id-16 header .navbar{
    background-color: transparent !important;
    border-top: 0px;
}
.page-id-16 header.navStiky{
    background-color: #f7f7ff !important;
}
.page-id-16 header.navStiky.bg-primary{
    background-color: #20493C !important;
}
.btn-referral{
    border: 1px solid #274a34;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    padding: 10px 35px;
    text-align: center;
    background-color: transparent;
    color: #274a34;
    transition: all .3s cubic-bezier(.51,.15,.21,1);
    position: relative;
    text-decoration: none;
    font-size: 18px;
}
.btn-referral:hover{
    background-color: #26b89a;
    color: #fff;
    text-decoration: none;
    border-color: #26b89a;
}
.primary-btn-referral{
    background-color: #26b89a;
    color: #fff;
    border-color: #26b89a;
}
.primary-btn-referral:hover{
    border-color: #274a34;
    color: #274a34;
    text-decoration: none;
    background-color: transparent;
}
.newdesign-referral-page{
    padding-top: 0px;
}
.refrral-banner-section{
    padding-top: 120px;
    background-color: #f7f7ff;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.refrral-banner-section .row{
    display: flex;
    align-items: center;
    position: relative;
}
.banner-title-area{
  position: relative;
  z-index: 1;
}
.banner-title-area h1{
    color: #20493c;
    font-weight: 700;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 84px;
}
.banner-title-area h1 span{
    color: #26b89a;
}
.referral-benner-logos ul{
    display: flex;
    padding-left: 0;
    align-items: center;
}
.referral-benner-logos ul li {
    list-style: none;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 600;
    color: #20493c;
}
.referral-benner-logos ul li img{
    max-width: 270px;
    max-height: 170px;
}
.referral-benner-logos ul li p{
    font-size: 16px;
}
.referral-benner-logos ul li:first-child{
    padding-left: 0;
}
img.transparent-bg{
  mix-blend-mode: multiply;
  /* filter: contrast(1.2); */
}
.direction-btn{
    padding-left: 0;
    margin-top: 40px;
    display: flex;
}
.direction-btn li{
    list-style: none;
    padding: 0 5px;
}
.direction-btn li:first-child{
    padding-left: 0;
}
.referral-banner-img{
    margin-bottom: 0;
    margin-right: -50vw;
    max-width: 47vw;
    min-width: 47vw;
    right: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.referral-banner-img .banner-img{
    border-radius: 150px 0 0 50px;
    overflow: hidden;
}
.referral-banner-img img{
    width: 100%;
    object-fit: cover;
    height: 680px;
}

.ellipse{
    position: absolute;
    width: 300px;
    height: 250px;
    left: 60%;
    top: 40%;
    background: rgba(38, 184, 154, 0.56);
    -webkit-filter: blur(310px);
    filter: blur(310px);
}


.cta-section{
    /* background-color: #dcecf1; */
    padding: 60px 0 60px;
    margin-top: 80px;
    transition: all 0.3s;
}
/* .cta-section:hover{
    background-color: #e2f9e9;
} */
.main-cta-content{
  color: #274a34;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.main-cta-content::before {
  background-color: #26b89a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 1px;
}
.main-cta-content h2{
    font-size: 28px;
    color: #274a34;
    font-weight: 700;
    font-family: 'Palanquin Dark', sans-serif;
    margin-top: 0px;
}
.main-cta-img{
    text-align: right;
}
.main-cta-img img {
    max-width: 350px;
}

.signinup-wrap-section{
    padding: 30px 0;
}
.phonnumber_wrap > div{
    width: 100%;
}
input#phonenumber {
    padding-left: 90px !important;
    width: 100%;
}
.iti__flag-container{
    z-index: 5;
}
#phonenumber-message, #password-message, #phonenumber-message_2, #password-message_2 {
    margin-bottom: 0;
    font-size: 16px;
  }
.signinup-wrap-section .client-comment-wrap p{
    font-family: 'Manrope', sans-serif;
    color: #000;
}
.signinup-wrap-section .client-comment-wrap p.clienT-namE{
    font-family: 'Palanquin Dark', sans-serif;
    color: #26b89a;
}
.all-section .signinup-wrap-section .account .info-enter-sec .signinuppartholder form .btn-block{
    font-family: 'Palanquin Dark', sans-serif !important;
    padding: 12px 20px 17px;
    background-color: #26b89a;
    border-color: #26b89a;
}
.all-section .signinup-wrap-section .account .info-enter-sec .signinuppartholder form .btn-block:hover{
  background-color: transparent;
  color: #26b89a;
}
.all-section .signinup-wrap-section .account .info-enter-sec .signinuppartholder form .form-group .form-control {
  height: 60px;
  border-color: #26b89a;
  font-family: "Manrope", sans-serif !important;
}

.signinuppartholder form .form-group .form-control, .signinuppartholder form .form-group .form-control::placeholder{
    font-family: "Manrope", sans-serif !important;
}
.all-section .signinup-wrap-section .account .info-enter-sec form .form-group .form-control::placeholder {
    font-family: "Manrope", sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}
.form-control::placeholder,.form-control::-moz-placeholder{
    font-family: "Manrope", sans-serif !important;
}
.signinup-wrap-section .heading_text-content{
    font-family: 'Palanquin Dark', sans-serif !important;
    font-weight: 700;
    font-size: 50px !important;
    margin-bottom: 15px;
    color: #20493c;
}
.signinup-wrap-section .heading_text-content strong{
    color: #26b89a;
}
.signinup-wrap-section  .signup-heading p{
    font-weight: 700 !important;
    font-family: 'Manrope', sans-serif !important;
    color: #20493c;
}
.signinup-wrap-section .signup-heading {
    margin-bottom: 40px;
}
.signinup-wrap-section .condition-text-fundtap-permission{
  color: #26b89a !important;
}
.signinup-wrap-section #auth_error_message, .input-group #auth_error_message {
  border-radius: 10px;
  font-family: 'Manrope', sans-serif !important;
}

/* customer testimonial section */
.customer-testimonial{
    background-color: #f7f7ff;
    padding: 110px 0 90px;
    position: relative;
}
.customer-testimonial .container-wrap{
    position: relative;
    z-index: 3;
}
.customer-ratting{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.customer-ratting a{
    text-align: center;
    margin: 0 25px;
}
.customer-ratting a div{
    padding: 5px 0;
}
.customer-title{
    text-align: center;
}
.headline-title h2{
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 900;
    letter-spacing: .6px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #20493c;
    font-size: 45px;
    margin-top: 0;
}
.headline-title h2 strong{
    color: #26b89a;
}

/* for review slider */
.customer-ratting-slider{
    margin-top: 60px;
}
.review-blog{
    padding: 55px 15px 30px 30px;
    background-color: #fff;
    border-radius: 100px 30px 30px 30px;
}

.client-details {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
}

.client-img {
    border-radius: 50%;
    overflow: hidden;
    min-width: 70px;
    width: 70px;
    height: 70px;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer-ratting-slider .client-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-left: 20px;
    font-family: 'Manrope', sans-serif;
}
.customer-ratting-slider .client-title h4{
    font-size: 40px;
    font-weight: 900;
    font-family: 'Palanquin Dark', sans-serif;
    color: #20493c;
}
.about-content{
    color: #000;
    margin-top: 15px;
    font-family: 'Manrope', sans-serif;
}
.customer-ratting-slider button.slide-arrow {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.customer-ratting-slider .slick-track{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.customer-ratting-slider .slick-slide{
    height: auto !important;
    border: 0px;
    float: none;
}
.customer-ratting-slider .slick-slide:hover{
    border: 0px;
}
.customer-ratting-slider button.next-arrow {
    margin-right: -35px;
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.customer-ratting-slider button.prev-arrow {
    left: 0;
    margin-left: -35px;
}
.customer-ratting-slider button.prev-arrow i,.customer-ratting-slider button.next-arrow i{
  color: #26b89a;
}
.customer-ratting-slider ul{
    padding: 0px;
    bottom: -35px;
    left: 0;
}
.customer-ratting-slider ul li button{
    display: none;
}
.customer-ratting-slider ul li{
    background-color: transparent;
    border: 1px solid #26b89a;
    border-radius: 50%;
    height: 10px;
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
    width: 10px;
}
.customer-ratting-slider ul li.slick-active{
    background-color: #26b89a;
}
/* why choose us */
.why-choose-section{
    position: relative;
}
.why-choose-section::after{
    content: '';
    width: 100%;
    height: 200px;
    background-color: #f7f7ff;
    position: absolute;
    top: 0;
    left: 0;
}
.choose-us-container{
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 50px;
    padding: 75px 70px 40px;
}
.choose-us-title{
    text-align: center;
    margin-bottom: 50px;
}
.choose-blogs{
    font-family: 'Manrope', sans-serif;
    color: #000;
    padding: 0 20px;
}
.choose-icon {
    min-height: 75px;
}
.choose-blogs h3{
    color: #20493c;
    font-size: 34px;
    margin-bottom: 20px;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 700;
}

/* work-section */
.work-section{
    margin-top: 70px;
    background-color: #f7f7ff;
    padding: 80px 25px;
    position: relative;
}
.work-section .container-wrap{
    position: relative;
    z-index: 3;
}
.work-section-title{
    margin-bottom: 50px;
}
.work-section-title h2{
    font-size: 80px;
    text-align: center;
}


.steps-wrap-row{
    position: relative;
}
.steps-wrap-row .wave {
    position: absolute;
    z-index: 0;
    left: 55px;
    top: -35px;
    right: 80px;
}
.steps-blog{
    max-width: 25%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.steps-blog-content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: inherit;
    margin: 0;
    max-width: 100%;
    height: 100%;
}
.steps-blog-content .step-box-wrap{
    filter: url("#goo");
    flex-wrap: wrap;
    display: flex;
    min-height: 100%;
    width: 100%;
}
.steps-blog-content .step-box-wrap .step-box{
    align-items: center;
    clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);
    justify-content: flex-start;
    min-height: auto;
    padding: 35px 70px 35px 30px;
    text-align: left;
    position: relative;
    background-color: #fff;
    display: flex;
}
.steps-blog-content .step-box-wrap .step-box h3{
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    color: #274a34;
}
.steps-blog .steps-blog-content .step-box-wrap .step-box::after {
    color: #26b89a;
    content: "›";
    font-size: 25px;
    font-weight: 700;
    margin-top: -20px;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    transform: rotate(0deg);
  }
  .steps-blog:nth-child(4) .steps-blog-content .step-box-wrap .step-box::after{
    display: none;
  }
  .steps-blog:nth-child(4) .steps-blog-content .step-box-wrap .step-box{
    clip-path: unset;
  }
  .secondary-btn{
    border: 1px solid #274a34;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    padding: 10px 35px;
    text-align: center;
    transition: all 0.3s;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
  }
  .secondary-btn:hover{
    background-color: #26b89a;
    border-color: #26b89a;
    color: #fff;
    text-decoration: none;
  }
  .view-demo-btn{
    margin-top: 70px;
    text-align: center;
  }

    .working-stepviews {
        margin-top: 80px;
    }
  .working-img-view{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 6;
    padding-left: 0;
  }
  .working-img-view li {
    list-style: none;
    position: relative;
  }
  .working-img-view li:first-child {
    max-width: 30%;
    width: 100%;
  }
  .working-img-view li:nth-child(2) {
    margin-bottom: 0;
    max-width: 55%;
    width: 100%;
    margin-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .working-img-view li:nth-child(3) {
    align-items: flex-end;
    bottom: -170px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 15%;
    position: relative;
    width: 100%;
  }
  .working-img-view li .rotate-shape-left {
    margin-top: 5px;
    right: 0;
    position: absolute;
    max-width: 60px;
  }
  .working-img-view li .rotate-shape-right {
    position: absolute;
    right: auto;
    left: 0;
    max-width: initial;
    top: 150px;
}

/* for partner section */
.partner-section-wrap{
    position: relative;
}
.partner-section-wrap::after{
    content: '';
    background-color: #f7f7ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
}
.partner-title{
    text-align: center;
    font-size: 24px;
    color: #000;
}
.partner-title h2{
    margin-bottom: 25px;
    font-size: 56px;
}
.partner-logo-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.partner-logo{
    max-width: 20%;
    width: 100%;
    padding: 0 15px;
}
.partner-section-wrap .partner-container{
    background-color: #f7f7ff;
    position: relative;
    border-radius: 50px;
    padding: 40px 100px 80px;
    z-index: 1;
}

/* =========================================
For Responsive Css
========================================= */


@media (min-width: 990px) {
    .ellipse{
        width: 368.35px;
        height: 553.28px;
    }
}

@media only screen and (max-width: 1599px) {
    .banner-title-area h1 {
        font-size: 65px;
    }
    .work-section-title h2 {
        font-size: 65px;
    }

    .choose-blogs{
        padding: 0 10px;
    }
    .working-img-view li:nth-child(3) {
        bottom: -180px;
    }
    .working-img-view li .rotate-shape-right {
        top: 80px;
        max-width: 65px;
    }
}

@media only screen and (max-width: 1440px) {
    .steps-blog-content .step-box-wrap .step-box h3{
        font-size: 20px;
    }
    .partner-section-wrap .partner-container{
        padding: 40px 80px 60px;
    }
    .working-img-view li .rotate-shape-right {
        top: 62px;
    }
    .referral-banner-img img {
        height: 620px;
    }
    .choose-blogs h3 {
        font-size: 28px;
    }
    .headline-title h2 {
        font-size: 40px;
    }
    .signinup-wrap-section .heading_text-content {
        font-size: 42px !important;
    }
    .main-cta-img img {
        max-width: 290px;
    }
    .customer-ratting-slider .client-title h4 {
        font-size: 34px;
    }
    .referral-benner-logos ul li img {
      max-width: 210px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-title-area h1 {
        font-size: 55px;
    }
    .main-cta-content h2 {
        font-size: 24px;
    }
    .main-cta-img img {
        max-width: 270px;
    }
    .cta-section {
        padding: 40px 0 40px;
        margin-top: 60px;
    }
    .steps-blog-content .step-box-wrap .step-box h3 {
        font-size: 18px;
    }
    .work-section-title h2 {
        font-size: 50px;
    }
    .working-img-view li .rotate-shape-right {
        top: 50px;
    }
    .referral-benner-logos ul li img {
      max-width: 178px;
    }
}

@media only screen and (max-width: 1140px) {
    .working-img-view li:nth-child(3) {
        bottom: -170px;
    }
    .working-stepviews {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1040px) {
    .customer-ratting-slider button.prev-arrow {
        margin-left: -25px;
    }
    .customer-ratting-slider button.next-arrow {
        margin-right: -25px;
    }
    .working-img-view li .rotate-shape-right {
        top: 40px;
    }
    .partner-section-wrap::after{
        height: 210px;
    }
}

@media only screen and (max-width: 992px) {
    .choose-blogs{
        padding: 0 0px;
    }
    .banner-title-area h1 {
        font-size: 38px;
    }
    .referral-banner-img {
        margin-bottom: 0;
        margin-right: -50vw;
        max-width: 50vw;
        min-width: 50vw;
        right: 0;
        display: flex;
        justify-content: flex-end;
        position: relative;
    }
    .referral-banner-img img {
        width: unset;
        object-fit: cover;
        height: 440px;
    }
    .referral-benner-logos ul {
        max-width: 160px;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }
    .referral-benner-logos ul li{
        padding: 10px 10px;
    }
    .referral-benner-logos ul li img {
      max-width: 160px;
    }
    .referral-benner-logos ul li:nth-child(2){
      text-align: center;
    }
    .direction-btn {
        flex-direction: column;
    }
    .direction-btn li{
        padding: 10px 0;
    }
    .direction-btn {
        margin-top: 20px;
    }
    .main-cta-content h2 {
        font-size: 20px;
    }
    .main-cta-img img {
        max-width: 240px;
    }
    .signinup-wrap-section .heading_text-content {
        font-size: 40px !important;
        margin-bottom: 10px;
    }
    .signinuppage.signinup-wrap-section{
        margin-top: 0px;
    }
    .headline-title h2 {
        font-size: 30px;
    }
    .why-choose-section .container {
        border-radius: 40px;
        padding: 50px 50px 30px;
    }
    .customer-testimonial {
        padding: 80px 0 80px;
        overflow: hidden;
    }
    .customer-ratting-slider .client-title h4 {
        font-size: 28px;
    }
    .choose-icon {
        min-height: 50px;
    }
    .choose-blogs {
        padding: 15px 0px;
    }
    .choose-blogs h3 {
        font-size: 24px;
    }
    .choose-us-title {
        margin-bottom: 30px;
        text-align: left;
    }
    .review-blog {
        padding: 40px 15px 30px 30px;
        border-radius: 70px 30px 30px 30px;
    }
    .steps-blog-content .step-box-wrap .step-box {
        padding: 15px 30px 15px 15px;
    }
    .steps-blog .steps-blog-content .step-box-wrap .step-box::after {
        right: 10px;
    }
    .work-section {
        margin-top: 30px;
        padding: 50px 0px;
    }
    .view-demo-btn {
        margin-top: 50px;
    }
    .steps-wrap-row .wave {
        top: -15px;
    }
    .working-img-view li .rotate-shape-right {
        top: 35px;
        max-width: 72px;
    }
    .partner-section-wrap .partner-container{
        padding: 40px 30px 40px;
    }
    .partner-title h2 {
        margin-bottom: 15px;
    }
    .partner-title {
        font-size: 20px;
    }
    .choose-us-container {
        border-radius: 50px;
        padding: 50px 50px 40px;
    }
    .all-section .signinup-wrap-section .account .info-enter-sec .signinuppartholder form .form-group .form-control {
      font-size: 18px;
    }
}

@media only screen and (max-width: 850px) {
    .steps-wrap-row{
        overflow: hidden;
    }
    .steps-blog {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .steps-blog-content .step-box-wrap .step-box{
        min-height: 200px;
        padding: 30px 60px 0;
        clip-path: polygon(0 0,100% 0,100% 50%,50% 65%,0 50%);
        align-items: flex-start;
        text-align: center;
        max-width: 100%;
        justify-content: center;
        width: 100%;
    }
    .steps-blog-content .step-box-wrap {
        max-width: 350px;
        margin: 0px auto;
    }
    .steps-blog .steps-blog-content .step-box-wrap .step-box::after {
        right: auto;
        left: 50%;
        margin-left: -7px;
        transform: rotate(90deg);
        margin-top: -10px;
    }
    .steps-wrap-row .wave img {
        transform: rotate(90deg);
    }
    .steps-wrap-row .wave {
        left: 50%;
        position: absolute;
        right: auto;
        top: 36%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 0;
    }
    .working-img-view li:nth-child(3) {
        bottom: -140px;
    }
    .partner-logo-wrap {
        margin-top: 20px;
    }
    .partner-logo {
        max-width: 33.333%;
        padding: 10px 15px;
    }
    .container-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .steps-blog:nth-child(4) .steps-blog-content .step-box-wrap .step-box{
        min-height: 120px;
    }
    .partner-section-wrap::after{
        height: 180px;
    }
}

@media only screen and (max-width: 768px) {
    .referral-benner-logos ul li img {
        max-width: 140px;
    }
    .container-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .refrral-banner-section .row {
        flex-direction: column-reverse;
    }
    .referral-banner-img img {
        width: unset;
        object-fit: cover;
        height: 460px;
    }
    .referral-banner-img .banner-img {
        border-radius: 70px 0 0 30px;
        margin-bottom: 40px;
    }
    .refrral-banner-section {
        padding-top: 95px;
        padding-bottom: 40px;
    }
    .btn-referral {
        padding: 10px 30px;
        font-size: 16px;
    }
    .referral-benner-logos ul {
        flex-direction: unset;
        max-width: fit-content;
    }
    .referral-benner-logos ul {
        flex-direction: unset;
        max-width: 320px;
    }
    .referral-benner-logos ul li{
        padding: 0px 5px;
        font-size: 20px;
    }
    .referral-banner-img {
        margin-bottom: 0;
        margin-right: -10px;
        max-width: 100%;
        min-width: 100%;
        width: 104%;
    }
    .main-cta-img {
        text-align: center;
        margin-top: 30px;
    }
    .main-cta-content {
      padding-left: 20px;
    }
    .cta-section {
        padding: 30px 0 30px;
        margin-top: 40px;
    }
    .customer-ratting-slider {
        padding: 0 30px;
    }
    .customer-ratting-slider button.prev-arrow {
        margin-left: 0;
    }
    .customer-ratting-slider button.next-arrow {
        margin-right: 0;
    }
    .steps-wrap-row .wave {
        width: 100%;
    }
    .working-img-view {
        flex-direction: column;
    }
    .working-img-view li:first-child {
        max-width: fit-content;
        text-align: center;
        margin: 0 auto;
    }
    .working-img-view li:nth-child(2) {
        max-width: 100%;
        text-align: center;
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 0px 15px;
    }
    .working-img-view li:nth-child(3) {
        max-width: fit-content;
        padding-left: 0;
        bottom: -0px;
        justify-content: center;
        margin: 0 auto;
    }
    .working-img-view li:first-child > img {
        max-height: 170px;
        object-fit: contain;
    }
    .working-img-view li:nth-child(3) > img {
        max-height: 160px;
        object-fit: contain;
    }
    .working-img-view li .rotate-shape-left {
        margin-top: 10px;
        left: 30px;
        right: auto;
        max-width: 60px;
        transform: rotate(35deg);
    }
    .working-img-view li .rotate-shape-right {
        position: absolute;
        top: -76px;
        left: auto;
        right: -30px;
        transform: rotate(55deg);
    }
    .partner-section-wrap .partner-container {
        padding: 0px 20px 30px;
        border-radius: 30px;
    }
    .work-section {
        margin-top: 0px;
        padding: 40px 0px;
    }
    .signinup-wrap-section .heading_text-content {
        font-size: 30px !important;
    }
    .choose-us-container {
        border-radius: 30px;
        padding: 40px 30px 40px;
    }
    .col-row {
        margin-left: 0;
        margin-right: 0;
    }
    .all-section .signinup-wrap-section .account .info-enter-sec .signinuppartholder form .form-group .form-control {
      height: 52px;
    }
}
@media (max-width: 550px) {
  .steps-wrap-row .wave {
    width: 166%;
  }
}

@media only screen and (max-width: 460px) {
    .steps-blog-content .step-box-wrap {
        max-width: 300px;
    }
    .steps-blog-content .step-box-wrap .step-box {
        padding: 30px 30px 0;
    }
    .client-img {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
    .customer-ratting-slider .client-title h4 {
        font-size: 20px;
    }
    .customer-ratting-slider .client-title {
        font-size: 14px;
    }
    .customer-ratting-slider {
        padding: 0 25px;
    }
    .review-blog {
        padding: 30px 15px 20px 15px;
        border-radius: 60px 30px 30px 30px;
    }
    .working-img-view li:first-child > img {
        max-height: 160px;
        object-fit: contain;
    }
    .referral-benner-logos ul li img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 340px) {
    .steps-wrap-row .wave {
        width: 150%;
    }
}


/*--------------------------------------------------------
Compare section css
---------------------------------------------------------*/
.btn-primary {
    background-color: #26b89a;
    border: 1px solid #26b89a;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 8px 30px;
    text-align: center;
    transition: all 0.3s;
  }
  .btn-primary:hover,.btn-primary:focus {
    background-color: transparent;
    color: #274a34;
    text-decoration: none;
  }
.compare-section {
    border-radius: 0 0 0 60px;
    padding: 60px 0 60px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(246,246,253,1) 100%);
    position: relative;
    margin-top: 40px;
  }
  @media (min-width: 991px) {
    .compare-section {
      padding: 90px 0 80px;
      margin-top: 60px;
    }
  }
  @media (min-width: 1200px) {
    .compare-section {
      padding: 105px 0 95px;
      margin-top: 80px;
    }
  }
  .compare-section .container-wrap {
    position: relative;
    z-index: 1;
  }
    .compare-section-title {
        text-align: center;
    }
  .compare-section .compare-chart {
    max-width: 650px;
    width: 100%;
    margin: 40px auto 0;
  }
  @media (min-width: 850px) {
    .compare-section .compare-chart {
      max-width: 100%;
      margin: 50px auto 0;
    }
  }
  @media (min-width: 1200px) {
    .compare-section .compare-chart {
      max-width: 91%;
      margin: 70px auto 0;
    }
  }
  .compare-section .compare-chart .table-tab {
    margin-bottom: 20px;
  }
  .compare-section .compare-chart .table-tab ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (min-width: 991px) {
    .compare-section .compare-chart .table-tab ul {
      display: none;
    }
  }
  .compare-section .compare-chart .table-tab ul li {
    list-style: none;
    padding: 5px 5px;
  }
  .compare-section .compare-chart .table-tab ul li:last-child {
    max-width: 320px;
    width: 100%;
  }
  .compare-section .compare-chart .table-tab ul a {
    padding: 8px 12px 8px 12px;
    display: block;
    border: 1px solid #20493C;
    text-align: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #20493C;
    font-weight: 700;
    font-size: 18px;
  }
  .compare-section .compare-chart .table-tab ul a.active {
    background-color: #26B89A;
    color: #fff;
    border-color: #26B89A;
  }
  .compare-section .compare-chart table {
    table-layout: fixed;
    border: 0;
    width: 100%;
    border-collapse: collapse;
  }
  .compare-section .compare-chart table td {
    text-align: center;
    padding: 0px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-weight: 500;
  }
  @media (min-width: 991px) {
    .compare-section .compare-chart table td {
      padding: 0px 15px;
    }
  }
  .compare-section .compare-chart table td strong {
    font-weight: 500;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5;
  }
  .compare-section .compare-chart table td:nth-child(1) {
    padding: 0px;
    text-align: left;
    color: #20493C;
    font-size: 13px;
    font-weight: 700;
  }
  @media (min-width: 389px) {
    .compare-section .compare-chart table td:nth-child(1) {
      font-size: 15px;
      padding-left: 5px;
    }
  }
  @media (min-width: 520px) {
    .compare-section .compare-chart table td:nth-child(1) {
      font-size: 16px;
      padding-left: 15px;
    }
  }
  @media (min-width: 1200px) {
    .compare-section .compare-chart table td:nth-child(1) {
      font-size: 16px;
    }
  }
  @media (min-width: 1200px) and (min-width: 389px) {
    .compare-section .compare-chart table td:nth-child(1) {
      font-size: 18px;
    }
  }
  .compare-section .compare-chart table td:nth-child(1) strong {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    color: #20493C;
    font-weight: 700;
    font-size: 15px;
  }
  @media (min-width: 389px) {
    .compare-section .compare-chart table td:nth-child(1) strong {
      font-size: 15px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media (min-width: 520px) {
    .compare-section .compare-chart table td:nth-child(1) strong {
      font-size: 16px;
    }
  }
  @media (min-width: 1441px) {
    .compare-section .compare-chart table td:nth-child(1) strong {
      font-size: 16px;
    }
  }
  @media (min-width: 1441px) and (min-width: 389px) {
    .compare-section .compare-chart table td:nth-child(1) strong {
      font-size: 18px;
    }
  }
  .compare-section .compare-chart table th {
    font-weight: 700;
    padding: 0px;
    color: #20493C;
    font-size: 16px;
    text-align: center;
  }
  @media (min-width: 991px) {
    .compare-section .compare-chart table th {
      padding: 0px 15px;
      text-align: left;
    }
  }
  @media (min-width: 1441px) {
    .compare-section .compare-chart table th {
      font-size: 16px;
    }
  }
  @media (min-width: 1441px) and (min-width: 480px) {
    .compare-section .compare-chart table th {
      font-size: 18px;
    }
  }
  @media (min-width: 1441px) and (min-width: 1441px) {
    .compare-section .compare-chart table th {
      font-size: 19px;
    }
  }
  @media (min-width: 1441px) and (min-width: 1599px) {
    .compare-section .compare-chart table th {
      font-size: 20px;
    }
  }
  .compare-section .compare-chart table th strong {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-weight: 700;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    color: #20493C;
    background-color: #DCECF1;
    padding: 0px 10px;
    font-size: 16px;
  }
  @media (min-width: 600px) {
    .compare-section .compare-chart table th strong {
      -webkit-border-radius: 50px 50px 0 0;
      border-radius: 50px 50px 0 0;
    }
  }
  @media (min-width: 1441px) {
    .compare-section .compare-chart table th strong {
      font-size: 16px;
    }
  }
  @media (min-width: 1441px) and (min-width: 480px) {
    .compare-section .compare-chart table th strong {
      font-size: 18px;
    }
  }
  @media (min-width: 1441px) and (min-width: 1441px) {
    .compare-section .compare-chart table th strong {
      font-size: 19px;
    }
  }
  @media (min-width: 1441px) and (min-width: 1599px) {
    .compare-section .compare-chart table th strong {
      font-size: 20px;
    }
  }
  .compare-section .compare-chart table th:nth-child(1) {
    background-color: transparent;
  }
  .compare-section .compare-chart table th:nth-child(2) {
    color: #fff;
  }
  .compare-section .compare-chart table th:nth-child(2) strong {
    color: #fff;
  }
  .compare-section .compare-chart table th:nth-child(1) strong, .compare-section .compare-chart table td:nth-child(1) strong {
    background-color: transparent;
  }
  .compare-section .compare-chart table th:nth-child(2), .compare-section .compare-chart table td:nth-child(2) {
    color: #191D23;
    font-size: 16px;
  }
  .compare-section .compare-chart table th:nth-child(2) strong, .compare-section .compare-chart table td:nth-child(2) strong {
    background-color: #DCECF1;
    font-weight: 700;
  }
  .compare-section .compare-chart table td {
    font-size: 16px;
    color: #191D23;
    display: none;
  }
  @media (min-width: 991px) {
    .compare-section .compare-chart table td {
      display: table-cell;
    }
  }
  .compare-section .compare-chart table td strong {
    background-color: #DCECF1;
  }
  .compare-section .compare-chart table td:nth-child(1), .compare-section .compare-chart table td:nth-child(2) {
    display: table-cell;
  }
  .compare-section .compare-chart table th {
    font-size: 16px;
    color: #191D23;
    display: none;
  }
  @media (min-width: 991px) {
    .compare-section .compare-chart table th {
      display: table-cell;
    }
  }
  .compare-section .compare-chart table th strong {
    background-color: #DCECF1;
  }
  .compare-section .compare-chart table th:nth-child(1), .compare-section .compare-chart table th:nth-child(2) {
    display: table-cell;
  }
  .compare-section .demo-btn {
    margin-top: 40px;
    text-align: center;
  }
  @media (min-width: 991px) {
    .compare-section .demo-btn {
      margin-top: 60px;
    }
  }

/*--------------------------------------------------------
Footer section css
---------------------------------------------------------*/
.footer {
    background: #F7F7FF;
    position: relative;
    overflow: hidden;
  }
  .footer .footer-wrap .col-row{
    display: flex;
    flex-wrap: wrap;
  }
    .footer .footer-wrap .col-row .footer-details {
        text-align: left;
    }
  .footer .footer-wrap {
    padding: 60px 0 30px;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 769px) {
    .footer .footer-wrap {
      padding: 80px 0 60px;
    }
  }
  .footer .footer-wrap .left-section {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
  }
  @media (min-width: 769px) {
    .footer .footer-wrap .left-section {
      max-width: 50%;
      margin-bottom: 0px;
    }
  }
  .footer .footer-wrap .right-section {
    max-width: 100%;
    width: 100%;
  }
  @media (min-width: 769px) {
    .footer .footer-wrap .right-section {
      max-width: 50%;
    }
  }
  .footer .footer-wrap .right-section .col-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-wrap .right-section .col-row .footer-details .widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #20493C;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 900;
  }
  @media (min-width: 480px) {
    .footer .footer-wrap .right-section .col-row .footer-details .widget-title {
      font-size: 14px;
    }
  }
  @media (min-width: 1200px) {
    .footer .footer-wrap .right-section .col-row .footer-details .widget-title {
      font-size: 16px;
    }
  }
  @media (min-width: 1441px) {
    .footer .footer-wrap .right-section .col-row .footer-details .widget-title {
      font-size: 18px;
    }
  }
  .footer .footer-wrap .right-section .col-row .footer-details ul {
    margin-top: 10px;
  }
  .footer .footer-wrap .right-section .col-row .footer-details ul li {
    list-style: none;
  }
  .footer .footer-wrap .right-section .col-row .footer-details ul a {
    font-size: 14px;
    color: #000;
  }
  .footer .footer-wrap .right-section .col-row .footer-details ul a:hover {
    color: #26B89A;
  }
  .footer .footer-bottom {
    position: relative;
    z-index: 1;
  }
  .footer .footer-bottom .col-row {
    border-top: 1px solid #20493C;
    padding-top: 42px;
    padding-bottom: 30px;
  }
  @media (min-width: 769px) {
    .footer .footer-bottom .col-row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: none;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: none;
      flex-direction: none;
      display: flex;
      flex-wrap: wrap;
    }
  }
  .footer .footer-bottom .col-row .right-section {
    max-width: 100%;
    width: 100%;
  }
  @media (min-width: 769px) {
    .footer .footer-bottom .col-row .right-section {
      max-width: 50%;
    }
  }
  .footer .footer-bottom .col-row .right-section .social-contact {
    margin-bottom: 15px;
  }
  .footer .footer-bottom .col-row .right-section .social-contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (min-width: 769px) {
    .footer .footer-bottom .col-row .right-section .social-contact ul {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  }
  .footer .footer-bottom .col-row .right-section .social-contact ul li {
    list-style: none;
    padding: 0 10px;
  }
  .footer .footer-bottom .col-row .right-section .social-contact ul li:first-child {
    padding-left: 0px;
  }
  @media (min-width: 769px) {
    .footer .footer-bottom .col-row .right-section .social-contact ul li:last-child {
      padding-right: 0px;
    }
  }
  .footer .footer-bottom .col-row .right-section .social-contact ul li a img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .footer-bottom .col-row .right-section .social-contact ul li a:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  .footer .footer-bottom .col-row .left-section {
    max-width: 100%;
    width: 100%;
  }
  @media (min-width: 769px) {
    .footer .footer-bottom .col-row .left-section {
      max-width: 50%;
    }
  }
  .footer .footer-bottom .col-row .left-section .copyright-text {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .footer .footer-ellipse {
    position: absolute;
    width: 302.54px;
    height: 200.43px;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(38, 184, 154, 0.68);
    -webkit-filter: blur(310px);
    filter: blur(310px);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  @-moz-document url-prefix() {
    .footer .footer-ellipse {
      background: rgba(38, 184, 154, 0.2);
    }
  }
  .footer .footer-round {
    position: absolute;
    width: 449.26px;
    height: 449.26px;
    -webkit-filter: blur(210px);
    filter: blur(210px);
    background: #FFEACD;
    opacity: 0.5;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 10%;
    bottom: 0px;
  }
  @-moz-document url-prefix() {
    .footer .footer-round {
      opacity: 0.3;
    }
  }

  .footer-logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-wrap li {
    list-style: none;
  }
  .footer-logo-wrap li:first-child {
    margin-right: 10px;
  }
  @media (min-width: 1441px) {
    .footer-logo-wrap li:first-child {
      margin-right: 30px;
    }
  }
  .footer-logo-wrap li:last-child img {
    max-height: 80px;
  }
  @media (max-width: 1109px) {
    .footer-logo-wrap li:last-child img {
      max-height: 60px;
    }
  }
  .footer-logo-wrap img {
    max-height: 160px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media (max-width: 1109px) {
    .footer-logo-wrap img {
      max-height: 120px;
    }
  }
  @media (max-width: 649px) {
    .footer-logo-wrap img {
      max-height: 100px;
    }
  }




/* ===============for new login=================== */
.sign-up-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 850px) {
    .sign-up-wrap {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }
  @media (min-width: 1200px) {
    .sign-up-wrap {
      padding-top: 100px;
      padding-bottom: 90px;
    }
  }
  @media (min-width: 1441px) {
    .sign-up-wrap {
      padding-top: 130px;
      padding-bottom: 100px;
    }
  }
  .sign-up-wrap .col-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
  }
  @media (min-width: 850px) {
    .sign-up-wrap .col-row {
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -webkit-flex-direction: inherit;
      -moz-box-orient: inherit;
      -moz-box-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
    }
  }
  .sign-up-wrap .col-row .left-section {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
    padding-top: 60px;
  }
  @media (min-width: 850px) {
    .sign-up-wrap .col-row .left-section {
      max-width: 50%;
      padding-top: 0;
      padding-right: 60px;
    }
  }
  @media (min-width: 1200px) {
    .sign-up-wrap .col-row .left-section {
      padding-right: 110px;
    }
  }
  @media (min-width: 1441px) {
    .sign-up-wrap .col-row .left-section {
      padding-right: 115px;
    }
  }
  @media (min-width: 1599px) {
    .sign-up-wrap .col-row .left-section {
      padding-right: 210px;
    }
  }
  .sign-up-wrap .col-row .left-section .about-content {
    color: #274A34;
    font-weight: 700;
    border-left: 1px solid #26B89A;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  @media (min-width: 850px) {
    .sign-up-wrap .col-row .left-section .about-content {
      padding-left: 30px;
      margin-top: 15px;
    }
  }
  .sign-up-wrap .col-row .left-section .about-content h1, .sign-up-wrap .col-row .left-section .about-content h2, .sign-up-wrap .col-row .left-section .about-content h3, .sign-up-wrap .col-row .left-section .about-content h4, .sign-up-wrap .col-row .left-section .about-content h5, .sign-up-wrap .col-row .left-section .about-content h6 {
    font-size: 25px;
    margin-bottom: 40px;
    font-family: 'Palanquin Dark', sans-serif;
  }
  @media (min-width: 389px) {
    .sign-up-wrap .col-row .left-section .about-content h1, .sign-up-wrap .col-row .left-section .about-content h2, .sign-up-wrap .col-row .left-section .about-content h3, .sign-up-wrap .col-row .left-section .about-content h4, .sign-up-wrap .col-row .left-section .about-content h5, .sign-up-wrap .col-row .left-section .about-content h6 {
      font-size: 20px;
    }
  }
  @media (min-width: 991px) {
    .sign-up-wrap .col-row .left-section .about-content h1, .sign-up-wrap .col-row .left-section .about-content h2, .sign-up-wrap .col-row .left-section .about-content h3, .sign-up-wrap .col-row .left-section .about-content h4, .sign-up-wrap .col-row .left-section .about-content h5, .sign-up-wrap .col-row .left-section .about-content h6 {
      font-size: 20px;
    }
  }
  @media (min-width: 1070px) {
    .sign-up-wrap .col-row .left-section .about-content h1, .sign-up-wrap .col-row .left-section .about-content h2, .sign-up-wrap .col-row .left-section .about-content h3, .sign-up-wrap .col-row .left-section .about-content h4, .sign-up-wrap .col-row .left-section .about-content h5, .sign-up-wrap .col-row .left-section .about-content h6 {
      font-size: 24px;
    }
  }
  @media (min-width: 1200px) {
    .sign-up-wrap .col-row .left-section .about-content h1, .sign-up-wrap .col-row .left-section .about-content h2, .sign-up-wrap .col-row .left-section .about-content h3, .sign-up-wrap .col-row .left-section .about-content h4, .sign-up-wrap .col-row .left-section .about-content h5, .sign-up-wrap .col-row .left-section .about-content h6 {
      font-size: 28px;
    }
  }
  .sign-up-wrap .col-row .left-section .about-content strong {
    color: #26B89A;
  }
  .sign-up-wrap .col-row .right-section {
    max-width: 100%;
    width: 100%;
  }
  @media (min-width: 850px) {
    .sign-up-wrap .col-row .right-section {
      max-width: 50%;
    }
  }
  .sign-up-wrap .col-row .right-section .sign-up-form {
    background-color: #F6F6F6;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 40px 20px 40px 20px;
  }
  @media (min-width: 850px) {
    .sign-up-wrap .col-row .right-section .sign-up-form {
      padding: 25px 50px 20px 25px;
    }
  }
  @media (min-width: 1200px) {
    .sign-up-wrap .col-row .right-section .sign-up-form {
      padding: 35px 35px 20px 35px;
    }
  }
  @media (min-width: 1441px) {
    .sign-up-wrap .col-row .right-section .sign-up-form {
      padding: 45px 70px 40px 70px;
    }
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading {
    text-align: left;
    margin-bottom: 25px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h1, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h2, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h3, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h4, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h5, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h6 {
    font-size: 38px;
    font-family: 'Palanquin Dark', sans-serif;
  }
  @media (min-width: 685px) {
    .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h1, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h2, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h3, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h4, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h5, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h6 {
      font-size: 30px;
    }
  }
  @media (min-width: 685px) and (min-width: 1200px) {
    .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h1, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h2, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h3, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h4, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h5, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h6 {
      font-size: 40px;
    }
  }
  @media (min-width: 685px) and (min-width: 1441px) {
    .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h1, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h2, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h3, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h4, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h5, .sign-up-wrap .col-row .right-section .sign-up-form .fundtap-heading h6 {
      font-size: 45px;
    }
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .left-col {
    padding-right: 15px;
    max-width: 50%;
    width: 100%;
  }
  @media (max-width: 650px) {
    .sign-up-wrap .col-row .right-section .sign-up-form .input-row .left-col {
      padding-right: 0px;
      max-width: 100%;
    }
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .right-col {
    padding-left: 15px;
    max-width: 50%;
    width: 100%;
  }
  @media (max-width: 650px) {
    .sign-up-wrap .col-row .right-section .sign-up-form .input-row .right-col {
      padding-left: 0px;
      max-width: 100%;
      margin-top: 25px;
    }
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group {
    max-width: 100%;
    width: 100%;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group p{
    margin-bottom: 0;
    font-size: 16px;
    color: #191D23;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group label {
    color: #191D23;
    display: block;
    margin-bottom: 2px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input {
    height: 40px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #64748B;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #191D23;
    width: 100%;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-weight: 400;
    background-color: transparent;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .iti--separate-dial-code .iti__selected-flag{
    border-radius: 20px 0 0 20px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input::-webkit-input-placeholder {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input:-moz-placeholder {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input::-moz-placeholder {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input:-ms-input-placeholder {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input::-ms-input-placeholder {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input::placeholder {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group input:focus {
    border-color: #191D23;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .passowrd-show {
    position: relative;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .passowrd-show a.password-icon {
    position: absolute;
    top: 50%;
    padding: 6px 15px 6px 10px;
    height: 40px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .passowrd-show a.password-icon .eye-off {
    display: none;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .passowrd-show input {
    padding-right: 44px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .passowrd-show .pass-hide .eye {
    display: none;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .passowrd-show .pass-hide .eye-off {
    display: block !important;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .forgot-passwoed {
    color: #64748B;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .forgot-passwoed:hover {
    color: #26B89A;
    letter-spacing: 1.5px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .get-signup-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    color: #20493C;
    margin-top: 15px;
    max-width: fit-content;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .get-signup-btn strong {
    margin-left: 5px;
    margin-top: 2px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .get-signup-btn strong img {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .get-signup-btn:hover {
    color: #26B89A;
    letter-spacing: 1.5px;
  }
  .sign-up-wrap .col-row .right-section .sign-up-form .input-row .input-group .get-signup-btn:hover strong img {
    -webkit-filter: none;
    filter: none;
  }

  .signup-success-message{
    font-family: "Manrope", sans-serif;
    color: #000;
    margin: 0px auto 50px;
  }
  .signup-success-message a{
    color: #26B89A;
  }
  .signup-success-message a:hover{
    color: #000 !important;
  }
  .signup-success-message h2, .signup-success-message h3, .signup-success-message h4{
    font-family: 'Palanquin Dark', sans-serif !important;
    font-weight: 700;
    color: #20493C;
  }

  #btnVerifyLogin {
    background: #26B89A;
    font-family: "Manrope", sans-serif !important;
    font-weight: 500 !important;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #26B89A;
    max-width: fit-content;
    padding: 8px 15px 10px;
    transition: all 0.3s;
    margin-bottom: 10px;
  }
  #btnVerifyLogin:hover{
    background: transparent;
    color: #26B89A;
  }

  /* Signup Email Verification Css*/

.emailVerification{
  position: relative;
}

.emailVerification .icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #34c38f;
}

.sign-up-wrap .col-row .right-section .emailVerification.sign-up-form {
  border-radius: 10px;
}

.sign-up-wrap .col-row .right-section .emailVerification .fundtap-heading{
  text-align: center !important;
}

.sign-up-wrap .col-row .right-section .emailVerification .fundtap-heading h2{
  font-size: 25px
}

.sign-up-wrap .col-row .right-section .emailVerification .fundtap-heading p{
  font-size: 16px;
  margin: 0;
}

.emailVerification .email-label {
  margin-top: 0.5rem;
  font-size: 14px;
}

.emailVerification .email-label strong {
  display: inline-block;
  margin-right: 5px;
}

.emailVerification .help-icon {
  cursor: pointer;
  color: #888;
}

.emailVerification .tooltip-box {
  position: absolute;
  top: 145px;
  left: 70%;
  width: 240px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  z-index: 10;
  color: #4b5563;
  text-align: center;
}

.emailVerification .tooltip-box p {
  font-size: 13px;
  margin-bottom: 0 !important;
}

.emailVerification .tooltip-box h4 {
  margin: 0;
  color: #1f2937;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.emailVerification .tooltip-box ul {
  padding-left: 20px;
  margin: 7px 0 0;
  font-size: 13px;
}

.emailVerification .tooltip-box li {
  margin-bottom: 3px;
}

.emailVerification .tooltip-close {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 23px;
  cursor: pointer;
  color: #999;
}

.emailVerification .inputs {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
}

.emailVerification .inputs input {
  width: 47px;
  height: 55px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: 0.2s;
  margin: 0 5px;
}

.emailVerification  .inputs input:focus {
  border-color: #34c38f;
  box-shadow: 0 0 3px #34c38f;
}

.emailVerification  .resend {
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.emailVerification  .resend #generate_otp_login{
  margin-left: 10px;
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #34c38f;
  font-weight: 600;
}

.emailVerification #error_email_otp{
  font-size: 14px;
  color: #666;
  margin: 10px 0 0;
  text-align: center;
}

.emailVerification .resend a {
  color: #3f51b5;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.emailVerification .resend a svg{
  margin-left: 2px;
}

.emailVerification .checkbox {
  display: block;
  margin: 1rem 0 20px;
  font-size: 14px;
  text-align: center;
}

.emailVerification .checkbox label {
  padding-left: 0;
}

.emailVerification .checkbox input {
  margin-right: 0.5rem;
}

.emailVerification button {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

/* Responsive Css */
@media (max-width: 1300px) {
  .emailVerification .tooltip-box{
    left: 60%;
  }
}

@media (max-width: 1200px) {
  .emailVerification .tooltip-box{
    left: 50%;
  }
}

@media (min-width: 850px) {
  .sign-up-wrap .col-row .right-section .emailVerification.sign-up-form {
    padding: 40px 25px ;
  }
}

@media (max-width: 500px) {
  .emailVerification .tooltip-box{
    left: 15%;
  }

  .emailVerification .inputs input{
    width: 35px;
    height: 43px;
  }
}

@media (max-width: 380px) {
  .emailVerification .inputs input{
    width: 30px;
    height: 38px;
    margin: 0 3px;
  }
}

/*--------------------------------------------------------
Hero-section css
---------------------------------------------------------*/
.main .hero-section {
    padding-top: 95px;
    position: relative;
    background: #F7F7FF;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 1300px) {
    .main .hero-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 100px;
    }
  }
  @media (min-width: 1441px) {
    .main .hero-section {
      padding-top: 120px;
    }
  }
  .main .hero-section .col-row {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    position: relative;
  }
  @media (min-width: 685px) {
    .main .hero-section .col-row {
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -webkit-flex-direction: inherit;
      -moz-box-orient: inherit;
      -moz-box-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
    }
  }
  .main .signup-hero-section .col-row .left-section {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
  }
  .main .hero-section .col-row .left-section {
    max-width: 100%;
    width: 100%;
  }
  @media (min-width: 685px) {
    .main .hero-section .col-row .left-section {
      max-width: 50%;
      padding-right: 20px;
    }
  }
  @media (min-width: 1200px) {
    .main .hero-section .col-row .left-section {
      max-width: 60%;
    }
  }
  .main .hero-section .col-row .left-section .hero-content .headline-h1 {
    margin-bottom: 20px;
  }
  .main .hero-section .col-row .left-section .hero-content .headline-h1 h1, .main .hero-section .col-row .left-section .hero-content .headline-h1 h2, .main .hero-section .col-row .left-section .hero-content .headline-h1 h3, .main .hero-section .col-row .left-section .hero-content .headline-h1 h4, .main .hero-section .col-row .left-section .hero-content .headline-h1 h5, .main .hero-section .col-row .left-section .hero-content .headline-h1 h6 {
    color: #20493C;
  }
  .main .hero-section .col-row .left-section .hero-content .subheading-text {
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #274A34;
  }
  @media (min-width: 480px) {
    .main .hero-section .col-row .left-section .hero-content .subheading-text {
      font-size: 18px;
    }
  }
  @media (min-width: 1200px) {
    .main .hero-section .col-row .left-section .hero-content .subheading-text {
      font-size: 22px;
    }
  }
  @media (min-width: 1599px) {
    .main .hero-section .col-row .left-section .hero-content .subheading-text {
      font-size: 24px;
    }
  }
  @media (min-width: 1441px) {
    .main .hero-section .col-row .left-section .hero-content .subheading-text {
      padding-right: 50px;
    }
  }
  .headline-h1 h1{
    font-size: 84px;
    color: #20493C !important;
    font-weight: 900;
    font-family: 'Palanquin Dark', sans-serif;
  }
  .headline-h1 h1 strong{
    color: #26B89A !important;
    font-weight: 900;
  }
  @media (max-width: 1599px) {
    .headline-h1 h1{
        font-size: 65px;
    }
  }
  @media (max-width: 1200px) {
    .headline-h1 h1{
        font-size: 55px;
    }
  }
  @media (max-width: 992px) {
    .headline-h1 h1{
        font-size: 38px;
    }
  }

  .fundtap-heading h2{
    color: #20493C !important;
    font-weight: 900;
    font-family: 'Palanquin Dark', sans-serif;
  }

  .iti.iti--allow-dropdown {
    width: 100%;
  }


/* for gradient css */
.refrral-banner-section .shape_round {
    background-color: #FFEACD;
    position: absolute;
    width: 300.02px;
    height: 250.56px;
    left: -50px;
    bottom: -100px;
    opacity: 0.5;
    -webkit-filter: blur(210px);
    filter: blur(210px);
    pointer-events: none;
  }
  @media (min-width: 769px) {
    .refrral-banner-section .shape_round {
      width: 498.02px;
      height: 510.56px;
      left: -91.78px;
      bottom: -115px;
    }
  }
  @-moz-document url-prefix() {
    .refrral-banner-section .shape_round {
      opacity: 0.3;
    }
  }
  .refrral-banner-section .shape_ellipse {
    position: absolute;
    width: 300px;
    height: 250px;
    left: 60%;
    top: 40%;
    background: rgba(38, 184, 154, 0.56);
    -webkit-filter: blur(310px);
    filter: blur(310px);
    pointer-events: none;
  }
  @media (min-width: 769px) {
    .refrral-banner-section .shape_ellipse {
      width: 368.35px;
      height: 553.28px;
    }
  }
  @-moz-document url-prefix() {
    .refrral-banner-section .shape_ellipse {
      background: rgba(38, 184, 154, 0.2);
    }
  }


.yellow-round-2 {
    position: absolute;
    width: 300.5px;
    height: 300.5px;
    top: -50px;
    right: 0;
    background-color: rgba(255, 234, 205, 0.3);
    -webkit-filter: blur(210px);
    filter: blur(210px);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 2;
    pointer-events: none;
  }
  @media (min-width: 769px) {
    .yellow-round-2 {
      width: 400px;
      height: 400px;
    }
  }
  @media (min-width: 1024px) {
    .yellow-round-2 {
      width: 600.5px;
      height: 600.5px;
    }
  }

  @-moz-document url-prefix() {
    .yellow-round-2 {
      opacity: 0.1;
    }
  }


.green-ellipse {
    position: absolute;
    width: 200.55px;
    height: 300.57px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -150px;
    -webkit-filter: blur(310px);
    filter: blur(310px);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: rgba(38, 184, 154, 0.68);
    z-index: 2;
    pointer-events: none;
  }
  @media (min-width: 769px) {
    .green-ellipse {
      width: 360.55px;
      height: 541.57px;
      margin-left: 0px;
      margin-top: -100px;
      left: 50%;
    }
  }

  @-moz-document url-prefix() {
    .green-ellipse {
      opacity: 0.2;
      width: 500px;
      height: 800px;
      margin-top: -110px;
    }
  }


  .compare-section .squer-shape-yellow {
    position: absolute;
    width: 225.31px;
    height: 450.52px;
    -webkit-filter: blur(160px);
    filter: blur(160px);
    -webkit-transform: matrix(0.15, 0.99, 0.99, -0.15, 0, 0);
    -ms-transform: matrix(0.15, 0.99, 0.99, -0.15, 0, 0);
    -o-transform: matrix(0.15, 0.99, 0.99, -0.15, 0, 0);
    transform: matrix(0.15, 0.99, 0.99, -0.15, 0, 0);
    background-color: #FFEACD;
    opacity: 0.5;
    bottom: 0px;
    left: -150px;
  }
  @media (min-width: 768px) {
    .compare-section .squer-shape-yellow {
      width: 300.31px;
      height: 550.52px;
    }
  }
  @media (min-width: 991px) {
    .compare-section .squer-shape-yellow {
      position: absolute;
      width: 447.31px;
      height: 671.52px;
    }
  }
  @-moz-document url-prefix() {
    .compare-section .squer-shape-yellow {
      opacity: 0.5;
    }
  }

  .chart-head-logo{
    max-width: 150px;
    margin: 0 auto;
  }
  @media (max-width: 500px) {
    .chart-head-logo{
      max-width: 110px;
    }
  }


  /* for form css */

  #phonenumber_2 {padding-left: 90px !important;}
