@charset "UTF-8";
/*!
 * Crowdz
 * Version: Crowdz 0.0.1
 * Copyright: Crowdz
 * https:

 ======================================================
 crowdz-common-style
 ======================================================*/
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

html,
body,
header,
.view {
  /*height: 105%;*/
  font-family: 'Montserrat', sans-serif;
}

/*.col-md-7,
.col-md-8,
.col-md-4,
.col-md-9,
.col-md-6 {
  padding-left: 0px !important;
}*/

.card-title {
  font-weight: 600 !important;
  text-transform: capitalize;
}

.card-footer {
  background-color: transparent !important;
  border-top: 0px !important;
}

.card-text {
  font-weight: 500 !important;
  color: #010341 !important;
  font-size: 18px !important;
}

.card {
  box-shadow: none !important;
  border: solid 1px #d3c3f1 !important;
  border-radius: 0px !important;
}

.card-text {
  margin-bottom: 0% !important;

}

.card-title {
  padding-bottom: 38px;
}



.jumbotron {
  box-shadow: none !important;
  /* margin-bottom:0px !important; */
  margin-bottom: -1px !important;
}

html {
  scroll-behavior: smooth;
}

#anchor {
  padding-top: 25px !important;
}


/*---------------------
    navbar #crowdz-navbar
    -----------------------*/
.navbar {
  box-shadow: none !important;
  padding-top: 29px !important;
  padding-bottom: 29px !important;
  /* padding-left: 55px !important;
  padding-right: 20px !important; */
  padding-left: 100px !important;
  padding-right: 105px !important;
  height: 110px;
}

.navbar.scrolling-navbar {
  background: #010341 !important;
}

.navbar.scrolling-navbar.top-nav-collapse {
  background: #010341 !important;
}

.navbar-brand {
  padding-top: 0px !important;
  margin-right: 40px;
  /* margin-right: 52px !important; */
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  transition: .35s;
  margin-right: 17px !important;
  font-size: 17fnavpx !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  float: right;
}

.navbar-brand img {
  height: 24px;

}

.nav-button {
  background: linear-gradient(270deg, #B954E8, #9C58E3) !important;
  z-index: 4;
  width: 146px;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  padding-top: 4px !important;
  text-transform: none;
  border-radius: 12.5px;
  width: 180px !important;
  height: 25px !important;
}

.nav-button:hover {
  background: #5f3ea7 !important;
}

#crowdz-navbar-mob {
  display: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding-left: 10px !important;

}

.navbar-text {
  font-size: 20px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

@media (max-width: 575px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: right;
  }

  #crowdz-navbar-mob {
    display: block;
  }


}

@media (max-width: 767px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: right;
  }

  #crowdz-navbar-mob {
    display: block;
  }

  .navbar-toggler {
    padding-left: 30px;
  }

}

@media (max-width: 991px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: right;
  }

  #crowdz-navbar-mob {
    display: block;
  }

}


/*----------------------------------
    typography
    ------------------------------------*/
h1 {
  font-size: 79px !important;
  font-weight: 700 !important;
  line-height: 92px !important;
  margin-block-end: 15px !important;
}

h6 {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
}


/*----------------------------------
    banner-section
    ------------------------------------*/
.banner {
  background-color: #010341 !important;
}

.view img {
  margin-top: -65% !important;
  width: 325px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-title {
  padding-top: 20px !important;
}

#crowdz-prd p {
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 20px;
  padding-top: 0px !important;
  margin-top: -10px;
  margin-bottom: 100% !important;
}

#crowdz-banner div:nth-child(1) {
  padding-left: 2px !important;
}

/*----------------------------------
    section-divider
    ------------------------------------*/
.hr-light,
.hr-dark {
  width: 30px !important;
  border: solid 1px #979797 !important;
}

.section {
  color: #010341;
}

.section-div {
  padding-top: 13% !important;
  margin-bottom: 65px !important;
  margin-left: 8% !important
}

.section-title {
  align-self: center !important;
  font-size: 8.5px !important;
  font-weight: 400 !important;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
  padding-left: 5px !important;
}

.section-hide {
  display: none;
}

/*-------------------------
    footer #crowdz-footer
    ---------------------------*/
#crowdz-mob-footer {
  display: none;
}

#crowdz-web-footer .row {
  margin-left: 0px;
}

#crowdz-mob-footer .btn {
  background: linear-gradient(270deg, #B954E8, #9C58E3) !important;
  color: #ffffff;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;
}

footer {
  background-color: #010341;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

#crowdz-web-footer .btn {
  position: relative !important;
}

.footer-image {
  width: 100% !important;
  height: 100% !important;
}

#crowdz-web-footer .footer-link-head {
  z-index: 4;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  padding-top: 15px !important;
  padding-left: 25px !important;
  padding-right: 60px !important;
  padding-bottom: 10px !important;
}

#crowdz-web-footer .copyright-section {
  color: #ffffff !important;
  font-size: 13.5px !important;
  line-height: 17px !important;
  padding-top: 80px;
}

#crowdz-mob-footer .copyright-section {
  color: #ffffff !important;
  font-size: 13.5px !important;
  line-height: 17px !important;
  padding-top: 20px;
}

#crowdz-mob-footer .footer-link-head {
  z-index: 4;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  padding-top: 15px !important;
  padding-right: 60px !important;
  padding-bottom: 10px !important;
}

div.footer-link-head * {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  color: #fff !important;
}

div.footer-link-head *:hover {
  color: #855be0 !important;
}

.fa-xs img {
  height: 24px !important;
}

.footer-link-head .flex-center {
  align-items: unset !important;
  padding-top: 19px !important;
  height: auto !important;
  display: block !important;
}

#crowdz-web-footer .btn {
  position: absolute !important;
  top: 75%;
  left: 86%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  height: 55px;
  border-radius: 27.5px;
  background: #855be0;
  color: #ffffff;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  text-transform: none !important;
}

#crowdz-web-footer .btn:hover {
  background: #5f3ea7;
}

#crowdz-mob-footer .social-icons {
  padding-right: 35px !important;
}


@media (max-width: 575px) {

  #crowdz-web-footer {
    display: none;
  }

  footer {
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  #crowdz-mob-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #crowdz-mob-footer {
    display: block;
  }
}

@media (max-width: 767px) {
  #crowdz-web-footer {
    display: none;
  }

  footer {
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  #crowdz-mob-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #crowdz-mob-footer {
    display: block;
  }
}

@media (max-width: 991px) {
  #crowdz-web-footer {
    display: none;
  }

  footer {
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  #crowdz-mob-footer .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #crowdz-mob-footer {
    display: block;
  }
}


/*-------------------------
    email-popup
    ---------------------------*/
#email-pop-up .modal-header {
  border-style: none;
}

#email-pop-up .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

#email-pop-up .model-cont {
  border-style: solid;
  border-color: #d3c3f1;
  border-width: 1px;
  padding-top: 20px;
  padding-left: 35px;
  color: #010341;
  margin-bottom: 100px;
}

#email-pop-up p {
  font-weight: 500 !important;
  padding-left: 10px !important;
}

#email-pop-up h1 {
  margin-bottom: 0px !important;
}

#email-pop-up label.form-check-label::before {
  display: none !important;
}

#email-pop-up a {
  color: #855be0;
}

#email-pop-up label {
  font-weight: 500;
}

#email-pop-up .form-check {
  padding-left: 10px !important;
}

#email-pop-up .input-group {
  width: auto;
}

#email-pop-up input {
  border-radius: 20px 0px 0px 20px;
  font-size: 14px;
  width: 250px;
}

#email-pop-up .input-group-text {
  border-radius: 0px 20px 20px 0px;
  background-color: #855be0;
  color: white;
  border-color: #855be0;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

#email-pop-up .input-group-text:hover {
  background-color: #5f3ea7;
  cursor: pointer;
}

@media (max-width: 575px) {
  #email-pop-up h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  #email-pop-up p,
  #email-pop-up .form-check {
    padding-left: 0px !important;
  }

  #email-pop-up .input-group {
    flex-wrap: nowrap;
    width: 100%;
  }

  #email-pop-up input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #email-pop-up h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  #email-pop-up p,
  #email-pop-up .form-check {
    padding-left: 0px !important;
  }

  #email-pop-up .input-group {
    flex-wrap: nowrap;
    width: 100%;
  }

  #email-pop-up input {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #email-pop-up h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  #email-pop-up p,
  #email-pop-up .form-check {
    padding-left: 0px !important;
  }

  #email-pop-up .input-group {
    flex-wrap: nowrap;
    width: 100%;
  }

  #email-pop-up input {
    width: 100%;
  }
}

@media (max-width: 1199px) {}




/*-------------------------
    message-send-popup
    ---------------------------*/
#ms-send-pop .modal-header {
  border-style: none;
}

#ms-send-pop .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

#ms-send-pop .model-cont {
  border-style: solid;
  border-color: #d3c3f1;
  border-width: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  color: #010341;
  margin-bottom: 100px;
}

#ms-send-pop p {
  font-weight: 500 !important;
  padding-left: 10px !important;
}

#ms-send-pop h1 {
  margin-bottom: 0px !important;
  font-size: 50px !important;
  word-break: keep-all;
}

#ms-send-pop .btn {
  background: #855be0;
  color: #ffffff;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;

  padding: 20px 70px 20px 70px;
}

@media (max-width: 575px) {
  #ms-send-pop h1 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
    word-break: keep-all;
  }
}

@media (max-width: 767px) {
  #ms-send-pop h1 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
    word-break: keep-all;
  }
}

@media (max-width: 991px) {
  #ms-send-pop h1 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
    word-break: keep-all;
  }
}

@media (max-width: 1199px) {}

/*================================================================================================

======================================================
crowdz-product-page-style 
======================================================*/

#prd-demo-web .section-heading::before {
  border: 1px solid #d6d6d6;
}

#prd-banner.container-fluid {
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 110px;
  padding-right: 110px;
  background-color: #010341;
}

#product-team-intro .container-fluid {
  padding-left: 110px;
  padding-right: 110px;
}

#crowdz-prd-vdo.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.promo1-image {
  margin-left: auto !important;
  margin-right: 2px !important;

  width: 650px !important;
}

#crowdz-web-tab.container-fluid {
  padding-left: 230px;
  padding-right: 230px;
}

#crowdz-web-tab .btn-group {
  display: flex;
}

#crowdz-web-tab p a {
  padding-right: 15px !important;
  padding-top: 10px !important;
  color: #855be0;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#crowdz-send-section.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

#crowdz-send-section .inv-logo {
  padding-left: 5% !important;
}

#crowdz-send-section .row {
  margin-right: 0px;
}

#send-inv-web.container-fluid,
#pay-inv-web.container-fluid,
#sell-inv-web.container-fluid {
  padding-left: 110px;
  padding-top: 170px;
  padding-right: 110px;
}

#send-inv-web .section-heading::before,
#pay-inv-web .section-heading::before,
#sell-inv-web .section-heading::before,
#send-inv-mob .section-heading::before,
#pay-inv-mob .section-heading::before,
#sell-inv-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

#send-inv-web .card-deck .card,
#pay-inv-web .card-deck .card,
#sell-inv-web .card-deck .card {
  margin-right: 0px;
}

.send-cards,
.pay-cards,
.sell-cards {
  background-image: url(../../../../../cms/wp-content/uploads/2019/11/09081015/product-pattern.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

#send-inv-web .section-heading,
#pay-inv-web .section-heading,
#sell-inv-web .section-heading {
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

#send-inv-web h1,
#pay-inv-web h1,
#sell-inv-web h1 {
  color: #010341 !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
}

#send-inv-web p,
#pay-inv-web p,
#sell-inv-web p {
  color: #010341 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#send-inv-web .card-deck .card-title,
#pay-inv-web .card-deck .card-title,
#sell-inv-web .card-deck .card-title {
  color: #010341;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  height: 100px;
}

#send-inv-web .card-text,
#pay-inv-web .card-text,
#sell-inv-web .card-text {
  color: #010341;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#prd-demo-web.container-fluid {
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 150px;
}

#prd-vdo-web.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#prd-banner-mob.container-fluid {
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #010341;
}

#prd-banner-mob h1 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
}

#crowdz-prd-vdo-mob.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#prd-team-intro-mob .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

#prd-team-intro-mob h1 {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 60px !important;
}

#prd-team-intro-mob a {
  margin-bottom: 10px !important;
}

#prd-team-intro-mob .btn {
  margin: 0px;
}

#prd-team-intro-mob .btn.btn-sm {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 20px !important;
}

#prd-team-intro-mob .promo1-image {
  width: 400px !important;
}

#crowdz-mob-tab .btn {
  border: solid 1px #010341 !important;
  margin: 0px;
  border-radius: 0px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 37px;
  text-align: center;
  letter-spacing: 4px;
  word-wrap: unset;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#crowdz-mob-tab .btn.active {
  background-color: #010341;
  color: white;
}

#crowdz-mob-tab .container-fluid {
  padding-top: 100px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

#send-inv-mob.container-fluid,
#pay-inv-mob.container-fluid,
#sell-inv-mob.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

#send-inv-mob h1,
#pay-inv-mob h1,
#sell-inv-mob h1 {
  color: #010341;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 49px !important;
}

#send-inv-mob p,
#pay-inv-mob p,
#sell-inv-mob p {
  color: #010341;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

#send-inv-mob .col-md-12,
#pay-inv-mob .col-md-12,
#sell-inv-mob .col-md-12 {
  padding-right: 0px;
}

#send-inv-mob .section-heading,
#pay-inv-mob .section-heading,
#sell-inv-mob .section-heading {
  padding-left: 10px;
}

#prd-vdo-mob.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#crowdz-promo-2-mob.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#crowdz-promo-2-mob .promo-2 {
  background-size: cover;

}



#promo-2-mob.container-fluid .promo2-mob {



  position: relative;
  left: 60%;
  transform: translate(-50%, -50%);
  text-transform: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;


}

#sec-promo-mob.container-fluid {
  height: 300px;
  position: relative;

  background-image: url(../../../../../cms/wp-content/uploads/2020/01/09120203/prd-phone-screen.jpg);
  background-size: cover;
  background-position: left !important;
  background-repeat: no-repeat;
}

#sec-promo-mob .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sec-promo-mob h3 {
  color: #010341;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  width: 200px;
}

#sec-promo-mob .col-md-1 {
  padding-left: 0px;
}

#sec-promo-mob .btn {
  margin: 0px;
}

#send-inv-mob .card-deck .card,
#pay-inv-mob .card-deck .card,
#sell-inv-mob .card-deck .card {
  margin-right: 0px;
  margin-left: 0px;

}

#prd-mob-ver {
  display: none;
}



@media (max-width: 575px) {

  #prd-banner,
  #breadcrumbs-section,
  #crowdz-prd-vdo,
  #crowdz-promo-1,
  #product-team-intro,
  #crowdz-web-tab,
  #send-inv-web,
  #pay-inv-web,
  #sell-inv-web,
  #prd-demo-web,
  #prd-vdo-web,
  #crowdz-promo-2 {
    display: none;
  }

  #prd-mob-ver {
    display: block;
  }

}

@media (max-width: 767px) {

  #prd-banner,
  #breadcrumbs-section,
  #crowdz-prd-vdo,
  #crowdz-promo-1,
  #product-team-intro,
  #crowdz-web-tab,
  #send-inv-web,
  #pay-inv-web,
  #sell-inv-web,
  #prd-demo-web,
  #prd-vdo-web,
  #crowdz-promo-2 {
    display: none;
  }

  #prd-mob-ver {
    display: block;
  }

}

@media (max-width: 991px) {

  #prd-banner,
  #breadcrumbs-section,
  #crowdz-prd-vdo,
  #crowdz-promo-1,
  #product-team-intro,
  #crowdz-web-tab,
  #send-inv-web,
  #pay-inv-web,
  #sell-inv-web,
  #prd-demo-web,
  #prd-vdo-web,
  #crowdz-promo-2 {
    display: none;
  }

  #prd-mob-ver {
    display: block;
  }

}
















#crowdz-send-section .row,
#crowdz-pay-section .row,
#crowdz-sell-section .row,
#crowdz-demo-section .row {
  margin-left: -24px;
}
















#crowdz-promo-1 img {
  width: 100%;
}

@media only screen and (max-width: 780px) {
  #crowdz-prd {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #crowdz-prd .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #crowdz-prd .section-div {
    margin-left: 0px !important;
  }

  #crowdz-prd-vdo iframe {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #crowdz-prd .banner-title {
    font-size: 46px !Important;
    line-height: 50px !important;
  }

  #crowdz-prd p {
    font-size: 15px !important;
    margin-top: 15px;
    width: 80% !Important;
  }

  #crowdz-prd {
    padding-left: 40px !important;
    padding-right: 40px !Important;
  }

  #crowdz-prd .section-div {
    padding-top: 1% !important;
  }

  .view #crowdz-prd img {
    margin-top: -95% !important;
    width: 225px !important;
  }

  #crowdz-promo-1 {
    margin-top: 0% !important;
  }

  .prd-vdo {
    margin-top: 0px !important;
  }

  .prd-vdo * {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #crowdz-prd-vdo {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #crowdz-promo-1 {
    display: none !Important;
  }

  #product-team-intro h1 {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  #product-team-intro {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #product-team-intro .promo1-image {
    margin-top: 0% !important;
    width: 300px !important;

  }

  #mob-prd-tab-menu {
    padding-left: 15px !Important;
    padding-top: 5px;
    width: 100% !Important;
  }

  #mob-prd-tab-menu .col-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #crowdz-send-section-mob,
  #crowdz-pay-section-mob,
  #crowdz-sell-section-mob {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #crowdz-send-section-mob h1,
  #crowdz-pay-section-mob h1,
  #crowdz-sell-section-mob h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  #crowdz-send-section-mob .section-logo,
  #crowdz-pay-section-mob .section-logo,
  #crowdz-sell-section-mob .section-logo {
    margin-left: 20% !important;
    margin-bottom: 30px;
  }

  #crowdz-send-section-mob p,
  #crowdz-pay-section-mob p,
  #crowdz-sell-section-mob p {
    font-size: 13px;
    width: 100% !important;
  }

  #crowdz-demo-section-mob {
    margin-top: 20px;
  }

  #crowdz-demo-section-mob.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/*-------------------------
          video-style #crowdz-prd-vdo
          ---------------------------*/
#crowdz-prd-vdo iframe {
  border: none;
}

.prd-vdo * {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.prd-vdo {
  margin-top: -80px;
}


/*-------------------------------
          Promotion-1 #crowdz-promo-1
          -------------------------------*/
.promo-1 {
  margin-left: auto !important;
  margin-right: 2px !important;
  margin-top: -11% !important;
  width: 100% !important;

}

.promo-cont {
  background-color: #855be0;
  padding-left: 20px !important;
  height: auto !important;
  margin-top: -5px !important;
  padding-left: 3px !important
}

.promo-1-btn {
  opacity: 0.5033482;
  z-index: 4;
  width: auto !important;
  height: 24px;
  border-radius: 12px !important;
  border: solid 1px #ffffff;

  padding: 4px 18px !important;
  margin-right: 0px !important;
  margin-bottom: 2px !important;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: context-menu;
}

.btn-download {
  background-color: whitesmoke !important;
  text-transform: none !important;
  color: #1b1b1b !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  text-align: center;
}


/*---------------------------
          tab-web #crowdz-web-tab
          ----------------------------*/
#crowdz-web-tab {
  padding-top: 65px !important;
}

#crowdz-web-tab .btn-group * {
  background-color: white !important;
  border: solid;
  border-width: 1px;
  border-color: #d3c3f1;
  height: 60px;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

#crowdz-web-tab .btn-group *:hover {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
}

#crowdz-web-tab .btn.active {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
}


/*---------------------------
          tab-sections
          ----------------------------*/
#crowdz-send-section,
#crowdz-pay-section,
#crowdz-sell-section {
  padding-left: 5px;
  padding-right: 2px;
}



.section-cont {
  font-weight: 600;
  width: 500px;

}

.send-cards .card,
.pay-cards .card,
.sell-cards .card {
  background-color: transparent !important;
  margin-left: 0px;
  margin-bottom: 0px;
}


#crowdz-demo-section.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#crowdz-demo-section iframe {
  border: 0px;
}

/*-------------------------------
          color-bar #crowdz-color-bar
          --------------------------------*/
#crowdz-color-bar.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.color-bar div:nth-child(1) {
  background-color: #e5e5e5 !important;
  height: 86.38px !important;
}

.color-bar div:nth-child(2) {
  background-color: #eeeeee !important;
  height: 86.38px !important;
}

/*-------------------------------
          promotion-2 #crowdz-promo-2
          ---------------------------------*/
#crowdz-promo-2.container-fluid {
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

#crowdz-promo-2 .jumbotron {
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-2 {
  background-position: 90% 80%;
  color: #010341 !important;
  height: 375px;
}

.btn.promo-2-btn {
  background-color: #855be0;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: none !important;
}

.btn.promo-2-btn:hover {
  background-color: #5f3ea7;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: none !important;
}

/*-------------------------------
          pay-invoices #crowdz-pay-section
          ---------------------------------*/
#crowdz-pay-section .card-deck div:nth-child(4) .card-title {
  padding-bottom: 35px !important;
}

/*-------------------------------
          sell-invoices #crowdz-sell-section
          ---------------------------------*/
#crowdz-sell-section .card-deck div:nth-child(1) .card-title {
  padding-bottom: 10px !important;
}

/*===============================================================================================

==================================================
    crowdz contact page 
==================================================*/


/*contact form
    ---------------------------------*/
#crowdz-contact-mob {
  display: none;
}

#crowdz-contact-section.container-fluid,
#crowdz-contact-mob.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

#crowdz-contact-section.section,
#crowdz-contact-mob {
  padding-top: 10% !important;
}

.form-control-lg::placeholder {
  color: #a9aabd;
}

.form-control-lg {
  height: 105px !important;
  border-radius: 12px;
  background: #f2f2f2;
  border: transparent !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  color: #010341;
  width:100% !important;
}

.form-control-lg:focus {
  box-shadow: none !important;
}

#crowdz-contact-section textarea,
#crowdz-contact-mob textarea {
  background: #f2f2f2;
  border-radius: 12px;
  border: transparent !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  color: #010341;
}

#crowdz-contact-section textarea:focus,
#crowdz-contact-mob textarea:focus {
  background: white;
  box-shadow: none;
}

#crowdz-contact-section textarea::placeholder,
#crowdz-contact-mob textarea::placeholder {
  color: #a9aabd;
  padding-top: 20px;
}

.contact-form .btn {
  width: 180px;
  height: 55px;
  border-radius: 27.5px;
  background: #855be0;
  color: #e1d6f7 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: none !important;
}

.call-us {
  color: #855be0 !important;
}

.contact-form {
  vertical-align: text-top !important;
}

#crowdz-contact-section p,
#crowdz-contact-mob p {
  font-weight: 600 !important;
}

#crowdz-contact-section img {
  height: 915px;
}

#crowdz-contact-section .error-msg,
#crowdz-contact-mob .error-msg {
  color: #cc7974 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/*contact form
    ---------------------------------*/

/*media queries
    ---------------------------------*/
@media (max-width: 575px) {
  #crowdz-contact-mob {
    display: block;
  }

  #crowdz-contact-section {
    display: none;
  }

  #crowdz-contact-mob h1 {
    font-size: 60px !important;
  }

  #crowdz-contact-mob.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  #ms-send-pop p {
    font-weight: 500 !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 767px) {
  #crowdz-contact-mob {
    display: block;
  }

  #crowdz-contact-section {
    display: none;
  }

  #crowdz-contact-mob h1 {
    font-size: 60px !important;
  }

  #crowdz-contact-mob.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  #ms-send-pop p {
    font-weight: 500 !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 991px) {
  #crowdz-contact-mob {
    display: block;
  }

  #crowdz-contact-section {
    display: none;
  }

  #crowdz-contact-mob h1 {
    font-size: 60px !important;
  }

  #crowdz-contact-mob.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  #ms-send-pop p {
    font-weight: 500 !important;
    padding-left: 0px !important;
  }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .section-div {
    padding-top: 43% !important;
    margin-bottom: 65px !important;
  }

  .promo1-image {
    margin-left: auto !important;
    margin-right: 2px !important;
    margin-top: 50% !important;
    width: 350px !important;
  }

  .banner-title {
    padding-top: 5px !important;
  }

  .flex-center {
    display: block !important;
  }

  html {
    scroll-behavior: smooth;
  }
}

/*media queries
    ---------------------------------*/

/*================================================================================================


======================================================
 crowdz-pricing-page-style 
 ======================================================*/
#crowdz-banner .container {
  margin-left: 100px !important;
}

#crowdz-banner .container h2 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 60px;
}

#home-banner-mob h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  padding-bottom: 40px;
}

#pricing-page.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.page-section {
  overflow: hidden;
}

.section-padding {
  padding: 100px 0 !important;
}

.section-heading {
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading::before {
  border: 1px solid #fff;
  content: '';
  display: inline-block;
  margin: 0 auto 20px;
  margin-right: 20px;
  position: relative;
  top: 17px;
  width: 35px;
}

.dblue-text {
  color: #010341;
}

.banner-desc {
  margin-top: 20px;
  max-width: 80%;
  font-weight: 400 !important;
  line-height: 20px;
}

.banner-padding {
  padding: 100px 0;
}

#pricing-page .section-padding {
  padding-bottom: 0px !important;
}

#pricing-cards,
#pricing-cards-mob {
  background-color: #010341 !important;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 250px;
}

#pricing-cards .pricing-card,
#pricing-cards-mob .pricing-card {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#pricing-cards .card,
#pricing-cards-mob .card {
  background-color: transparent !important;
  border: none !important;
}

#pricing-cards .card-body,
#pricing-cards-mob .card-body {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

#pricing-cards .pricing-title,
#pricing-cards-mob .pricing-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1.6px;
  padding-bottom: 10px !important;
  text-align: center;
  text-transform: uppercase;

}

#pricing-cards .pricing-amt,
#pricing-cards-mob .pricing-amt {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 2px !important;

}

#pricing-cards .pricing-monthly,
#pricing-cards-mob .pricing-monthly {
  margin-inline-start: 60px !important;
  margin-inline-end: 60px !important;
}

#pricing-cards .pricing-rnge,
#pricing-cards-mob .pricing-rnge {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  line-height: 15px;
}

#pricing-cards .btn,
#pricing-cards-mob .btn {
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.78px !important;
  text-transform: none !important;
}

#pricing-cards a,
#pricing-cards-mob a {
  opacity: 0.503511 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  text-decoration: underline !important;
  color: #ffffff !important;
}

#pricing-cards .pricing-monthly,
#pricing-cards-mob .pricing-monthly {
  background-color: #000;
  font-size: 11px;
  margin-inline-start: 10%;
  margin-inline-end: 10%;
  text-transform: uppercase;
}

.container.pricing-condi {
  margin-left: 0px !important;
}

#pricing-cards .pricing-condi {
  width: 618px;
}

#pricing-cards .pricing-condi p,
#pricing-cards-mob .pricing-condi p {
  color: rgba(255, 255, 255, 0.4983026) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px;
}

#pricing-cards .btn-trial,
#pricing-cards-mob .btn-trial {
  background-color: #855be0;
  border: none;
}

#pricing-cards .card-body:hover,
#pricing-cards-mob .card-body:hover {
  color: white !important;
  border: solid 1px white !important;
  background-color: rgba(133, 91, 224, 0.5030227);
  cursor: pointer;
}

#pricing-cards .card-body:hover .btn,
#pricing-cards-mob .card-body:hover .btn {
  background-color: white;
  border: none;
  color: #1b1b1b !important;
}

#pricing-cards .btn:hover,
#pricing-cards-mob .btn:hover {
  background-color: white;
  border: none;
}

.learn-more {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  letter-spacing: 1px !important;
}

#lear-ico-1 {
  cursor: pointer;
}

#invite.container-fluid {
  padding-left: 110px !important;
  padding-right: 0px !important;
  margin-right: 10px;
}

#invite .row {
  padding-right: 50px;
  margin-right: 50px;
}

.invite-banner img {
  width: 100% !important;
}

#invite p {
  font-weight: 500;
  width: 500px;
  margin-bottom: 100px !important;
}

.invite-banner {
  margin-left: auto !important;
  margin-right: 2px !important;
  margin-top: -17% !important;
  width: 100% !important;
}

.invite-section {
  background-color: #855be0;
  padding-bottom: 100px;
}

.invite-section h3 {
  margin-bottom: 30px;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 34px;
}

.invite-section .pricing-button {
  padding: 14px 70px 14px 20px;
  font-weight: 600;
}

.invite-section .pricing-button img {
  margin-right: 10px;
}

#share-ico-mob {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.sharing-icons {
  margin-top: 50px;
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.sharing-icons span {
  margin-left: 30px;
}

.sharing-icons span img {
  margin-right: 30px;
}

.sharing-icons span img:hover {
  cursor: pointer;
}

#share-ico-mob {
  display: none;
}

#pricing-cards-mob {
  display: none;
}


@media (max-width: 575px) {
  #pricing-page .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards,
  #pricing-cards-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  #pricing-cards .card-body,
  #pricing-cards-mob .card-body {
    border-radius: 0px !important;
    border: solid 1px #ffffff !important;
  }

  #pricing-cards .pricing-condi,
  #pricing-cards-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-mob {
    display: block;
  }

  #pricing-cards {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }
}

@media (max-width: 767px) {
  #pricing-page .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards,
  #pricing-cards-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  #pricing-cards .card-body,
  #pricing-cards-mob .card-body {
    border-radius: 0px !important;
    border: solid 1px #ffffff !important;
  }

  #pricing-cards .pricing-condi,
  #pricing-cards-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-mob {
    display: block;
  }

  #pricing-cards {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }
}

@media (max-width: 991px) {
  #pricing-page .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards,
  #pricing-cards-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  #pricing-cards .card-body,
  #pricing-cards-mob .card-body {
    border-radius: 0px !important;
    border: solid 1px #ffffff !important;
  }

  #pricing-cards .pricing-condi,
  #pricing-cards-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-mob {
    display: block;
  }

  #pricing-cards {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }

}

/*===============================================================================================

==================================================
    crowdz about page 
==================================================*/
#about-banner-web .section-heading::before,
#about-banner-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

/* about web section */
#about-banner-web {
  margin-top: 70px;
}

#about-banner-web .col-md-6 {
  padding-right: 0px !important;
}

#about-banner-web .section-heading {
  margin-bottom: 20px;
}

#about-banner-web .about-content {
  margin-top: 90px;
}

#about-banner-web img {
  vertical-align: bottom;
}

#about-banner-web .abt-wdgt2 {
  padding-top: 50px;
}

#about-banner-web .about-content {
  padding-left: 80px;
}

#about-banner-web .about-content {
  padding-right: 20px;
}

#about-banner-web img {
  height: fit-content;
}

.about-dsc {
  margin-top: 30px;
}

.about-dsc p {
  /* font-size: 13px !important;
  font-weight: 400 !important; */
  color: #010341;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 30px;
}

/* about web section */

/* about mob section */
#about-banner-mob {
  display: none;
}

#about-banner-mob img {
  width: 100%;
  height: 50%;
}

/* about mob section */

/* our story section */
#our-story-bg {
  background-image: url('../../../../../cms/wp-content/uploads/2020/01/09124221/about-story-pattern.svg');
  background-repeat: no-repeat;
  background-position-y: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: 100%;
}

#our-story.container-fluid {
  padding-top: 100px;
}

#our-story.container-fluid,
#our-story-vdo.container-fluid {
  background: #010341;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#our-story .container {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  text-align: center;
  padding-left: 350px !important;
  padding-right: 350px !important;
}

#our-story .image-class {
  width: 128px;
}

#our-story-vdo iframe {
  border: none !important;
}

#our-story h3 {
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 106px !important;
  text-align: center !important;
}

#our-story h6 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  text-align: center !important;
}

#our-story-vdo h2 {
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
  text-align: center !important;
}

#our-story-vdo.container-fluid {
  padding-top: 10px !important;
}

#our-story-vdo .story-vdo-title {
  /* background-color: black !important; */
  text-align: center;
}

#our-story-vdo #home-vdo {
  top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#our-story-vdo h4 {
  font-size: 25px;
  font-weight: 700 !important;
  line-height: 34px !important;
  /* padding-left: 100px; */
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

article {
  padding-bottom: 0px !important;
}

#our-story-vdo h1 {
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
  text-align: center;
}

#our-story-vdo h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  text-align: center;
}

.post-wrapper {
  *zoom: 1;
}

.post-wrapper:before,
.post-wrapper:after {
  content: "";
  display: table;
}

.post-wrapper:after {
  clear: both;
}

.post-wrapper .post {
  position: relative;
  width: 100%;
  padding: 0px 0px 10px 0px;
  clear: both;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.post-wrapper .post.hidden .post-content {
  -webkit-transform: translateY(100px) rotateX(30deg);
  transform: translateY(100px) rotateX(30deg);
  opacity: 0;
}

.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
  opacity: 1;
}

.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.post-wrapper .post:nth-child(even) {
  float: right;
}

.post-wrapper .post:nth-child(odd) {
  float: left;
}

.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -110px;
}

.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -110px;
}

.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 60px;
}

.post-wrapper .post .stem-overlay .icon {
  background: transparent no-repeat center center;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.post-wrapper .post .post-content {
  opacity: 0.3;
  transition-duration: 0.4s;
  -webkit-transform: none;
  transform: none;
}

.post-wrapper .post .post-content .meta {
  color: rgba(255, 255, 255, 0.3);
  margin: 0px 0px 15px 0px;
  letter-spacing: 1px;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.post-wrapper .post .post-content .post-title {
  font-size: 32px;
  line-height: 42px;
  margin: 0px 0px 15px 0px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.main-content {
  margin: 0px auto;
  position: relative;
}

.main-content .section-inner,
.main-content .post-wrapper {
  *zoom: 1;
}

.main-content .section-inner:before,
.main-content .post-wrapper:before,
.main-content .section-inner:after,
.main-content .post-wrapper:after {
  content: "";
  display: table;
}

.main-content .section-inner:after,
.main-content .post-wrapper:after {
  clear: both;
}

#our-story .row {
  padding-left: 100px;
}

/* our story section */

/* client section web */
#about-client-web.container-fluid {
  padding-left: 70px !important;
}

#about-client-web .d-flex {
  padding-left: 0px !important;
}

#about-client-web .section-heading {
  padding-left: 10px;
}

/* client section web */

/* client section mob */
#about-client-mob {
  display: none;
}

/* client section mob */

/* media queris */
@media (max-width: 575px) {
  #about-banner-web {
    display: none;
  }

  #about-banner-mob .section-heading {
    padding-left: 20px;
  }

  #about-banner-mob {
    display: block;
  }

  #about-client-web {
    display: none;
  }

  #about-client-mob {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #about-banner-mob .about-content {
    padding-top: 30px !important;
    padding-right: 10px;
  }

  #about-banner-mob .about-dsc p {
    padding-left: 10px !important;
    margin-left: 10px !important;
  }

  #our-story .row {
    padding-left: 45px !important;
  }

  #our-story-bg {
    background-image: url('../../../../../cms/wp-content/uploads/2020/01/09124222/about-story-pattern-mob.svg') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 10px !important;
  }

  #our-story .container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  #our-story-vdo h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    padding-left: 15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  #about-banner-web {
    display: none;
  }

  #about-banner-mob .section-heading {
    padding-left: 20px;
  }

  #about-banner-mob {
    display: block;
  }

  #about-client-web {
    display: none;
  }

  #about-client-mob {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #about-banner-mob .about-content {
    padding-top: 30px !important;
    padding-right: 10px;
  }

  #about-banner-mob .about-dsc p {
    padding-left: 10px !important;
    margin-left: 10px !important;
  }

  #our-story .row {
    padding-left: 45px !important;
  }

  #our-story-bg {
    background-image: url('../../../../../cms/wp-content/uploads/2020/01/09124222/about-story-pattern-mob.svg') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 10px !important;
  }

  #our-story .container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  #our-story-vdo h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    padding-left: 15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 991px) {
  #about-banner-web {
    display: none;
  }

  #about-banner-mob .section-heading {
    padding-left: 20px;
  }

  #about-banner-mob {
    display: block;
  }

  #about-client-web {
    display: none;
  }

  #about-client-mob {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #about-banner-mob .about-content {
    padding-top: 30px !important;
    padding-right: 10px;
  }

  #about-banner-mob .about-dsc p {
    padding-left: 10px !important;
    margin-left: 10px !important;
  }

  #our-story .row {
    padding-left: 45px !important;
  }

  #our-story-bg {
    background-image: url('../../../../../cms/wp-content/uploads/2020/01/09124222/about-story-pattern-mob.svg') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 10px !important;
  }

  #our-story .container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  #our-story-vdo h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 34px !important;
    padding-left: 15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  #our-story-vdo #home-vdo {
    padding: 0px;
  }

}

/* media queris */


/*================================================================================================


======================================================
 crowdz-team-page-style 
 ======================================================*/
#team-page-web .section-heading::before,
#team-page-mob .section-heading::before,
#culture .section-heading::before,
#culture-mob .section-heading::before,
#crowdz-team .section-heading::before,
#crowdz-team-mob .section-heading::before,
#careers-section .section-heading::before {
  border: 1px solid #d6d6d6;
}

#team-page-web p {
  /* font-size: 18px; */
  font-weight: 500 !important;
  /* line-height: 22px; */
  font-size: 16px;
  line-height: 26px;
}

#crowdz-team.container-fluid {
  padding-left: 65px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 300px;
}

#crowdz-team .card-body,
#crowdz-team-mob .card-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#crowdz-team .card-img-top,
#crowdz-team-mob .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

#crowdz-team h4,
#crowdz-team-mob h4 {
  color: #010341;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
}

#crowdz-team .card-title,
#crowdz-team-mob .card-title {
  margin-bottom: 5px !important;
}

#crowdz-team .member-pos,
#crowdz-team-mob .member-pos {
  color: #010341;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#crowdz-team .member-skill span,
#crowdz-team-mob .member-skill span {
  color: rgba(1, 3, 65, 0.5034645);
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-right: 10px !important;
  border-style: solid;
  border-color: rgba(1, 3, 66, 0.5033482);
  border-width: 1px;
  border-radius: 12px;
  padding: 3px 15px !important;
  display: inline-block !important;
  margin-bottom: 8px !important;
  margin-right: 8px !important;

}

#team-page-mob {
  display: none;
}

#team-page-mob.container-fluid {
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

#team-page-mob .banner-desc {
  max-width: 100% !important;
}

#crowdz-team-mob {
  display: none;
}

#crowdz-team-mob.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}

#team-page-mob {
  display: none;
}

#team-page-web {
  padding-top: 100px;
}

#team-page-web h2 {
  color: #010341;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
}

#team-page-web .banner-padding {
  padding-bottom: 0;
}

#team-page-web #page-heading {
  margin-bottom: 80px;
}

.team-section .container {
  padding: 0 !important;
}

#team-page-web .video-section iframe,
#about-page .video-section iframe {
  width: 1440px;
  height: 800px;
  border: none;
}

#team-page-web.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 14% !important;
}

#team-page-web .row {
  margin-left: 0px;
  margin-right: 0px;
}

#team-page-web .section-heading {
  padding-bottom: 55px;
}

#team-page-web .col-md-4 {
  align-self: flex-end !important;
}

#culture.container-fluid,
#culture-video.container-fluid {
  padding-left: 65px;
  padding-right: 60px;
}

#culture .section-heading {
  padding-top: 50px;
  padding-bottom: 60px;

}

#member-web.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
}

#member-web .section-heading {

  padding-bottom: 50px;
}

#member-web .card-title {
  color: #010341;
  font-weight: 700;

}

#member-web .card-body {
  padding: 0px;
}

#member-web .card {
  border: none !important;
}

.member-dsc {
  margin-top: 25px;
}

.member-block .card {
  border: none !important;
}

.member-name {
  margin-bottom: 10px;
  font-weight: 700;
  color: #010341;
}

.member-block img {
  height: 340px;
  width: 340px;
  text-align: center;
}

.member-pos {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

.last-member .card-body {
  margin-top: -50%;
}

.last-member .btn {
  background-color: #855be0;
  padding: 15px 60px;
  border-radius: 30px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  text-align: center !important;
}

.last-member .btn:hover {
  background-color: #5f3ea7;
}

.careers-section {
  padding-bottom: 100px;
}

.career-list {
  padding-left: 25px;
}

.career-list-item a {
  border: 1px solid #855be0;
  padding: 15px 40px;
  max-width: 180px;
  border-radius: 30px;
  color: #855be0;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
}

.career-list-item h3,
.career-list-item {
  margin-bottom: 30px;
  font-weight: 600;
}

#careers-section.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  #team-page-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #team-page-web .section-heading {
    padding-bottom: 20px;
  }

  #culture.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #culture-video.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #culture .section-heading {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #culture iframe {
    border: none !important;
  }

  #member-web.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #member-web .section-heading {
    padding-bottom: 10px;
  }

  #careers-section.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #team-page-web {
    display: none;
  }

  #team-page-mob {
    display: block;
  }

  #crowdz-team {
    display: none;
  }

  #crowdz-team-mob {
    display: block;
  }

  .career-list {
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  #team-page-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #team-page-web .section-heading {
    padding-bottom: 20px;
  }

  #culture.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #culture-video.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #culture .section-heading {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #culture iframe {
    border: none !important;
  }

  #member-web.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #member-web .section-heading {
    padding-bottom: 10px;
  }

  #careers-section.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #team-page-web {
    display: none;
  }

  #team-page-mob {
    display: block;
  }

  #crowdz-team {
    display: none;
  }

  #crowdz-team-mob {
    display: block;
  }

  .career-list {
    padding-left: 5px;
  }
}

@media (max-width: 991px) {
  #team-page-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #team-page-web .section-heading {
    padding-bottom: 20px;
  }

  #culture.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #culture-video.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #culture .section-heading {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #culture iframe {
    border: none !important;
  }

  #member-web.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #member-web .section-heading {
    padding-bottom: 10px;
  }

  #careers-section.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #team-page-web {
    display: none;
  }

  #team-page-mob {
    display: block;
  }

  #crowdz-team {
    display: none;
  }

  #crowdz-team-mob {
    display: block;
  }

  .career-list {
    padding-left: 5px;
  }
}

/*===============================================================================================

==================================================
    crowdz home page 
==================================================*/
.section-heading::before {
  border: 1px solid #d6d6d6;
}

/*banner section*/
#home-page .container {
  padding-top: 100px;
}

.home-banner-btn {
  padding: 15px 45px 15px 45px;
  background-color: #855be0;
  border-radius: 30px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px;
}

.home-banner-btn:hover {
  padding: 15px 45px 15px 45px;
  background-color: #5f3ea7;
  border-radius: 30px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px;
}

.home-banner-img {
  /* background-image: url('https://assets.crowdz.io/cms/wp-content/uploads/2019/11/09081018/paperToDigital.svg'); */
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding: 10px 0 120px;
}

#home-banner-mob {
  display: none
}

/*banner section*/

/*video section*/
#home-vdo {
  position: relative;
  top: -60px;
  padding-left: 250px !important;
  padding-right: 250px !important;
}

#home-vdo iframe {
  border: none;
}

/*video section*/

/*client section*/
#home-client .black-text {

  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}

#home-client.container-fluid {
  padding-left: 250px;
  padding-right: 250px;
}

#client-mob {
  display: none;
}

#client-mob.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

#client-mob .row {
  flex-wrap: nowrap;
}

#client-mob .black-text {
  font-size: 16px !important;
  font-weight: 300 !important;

  text-transform: uppercase !important;
}

/*client section*/

/*sent pay sell section*/
#inv-acc .card-body {
  padding-top: 0px;
  padding-left: 20px;
}

#inv-acc-mob .card-body {
  padding-top: 0px;
  padding-left: 45px;
}

#inv-acc .card-header {
  padding-left: 15px;
}

#inv-acc .hr-light {
  margin-left: 20px;
  width: 420px !important;
  border: solid 1px #51527d !important;
  margin-top: 0px;
  margin-bottom: 0px;

}

#inv-acc-mob .hr-light {
  margin-left: 5px;
  width: 320px !important;
  border: solid 1px #51527d !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

#inv-acc-mob .card:last-child {
  border-bottom-style: none !important;

}

#inv-promo .container-fluid {
  padding: 45px 100px 90px 100px !important;
}

#inv-acc .card {
  background-color: transparent !important;
  color: white !important;
}


#inv-acc .card-body {
  color: white !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 40px;
}

.acc-head {
  color: #ffffff;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px;
}

.card-body a {
  color: #855be0;
}

.acc-hide {
  display: none;
}

#inv-promo h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

#inv-promo .banner-desc {
  padding-bottom: 80px !important;
}

#inv-promo-mob {
  display: none;
}

#inv-promo-mob .container-fluid {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/*sent pay sell section*/

/*timeline web section*/
#timeline-img.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

#timeline-img h2 {
  color: #010341 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px;
}

#timeline-img p {
  width: 533px;
  color: #010341;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 50px !important;
}

#cash-flow h2 {
  color: #010341;
  padding-bottom: 50px;
  padding-top: 50px;
}

#cash-flow .container-fluid {
  padding-left: 6%;
  padding-right: 6% !important;
  padding-top: 8% !important;
  padding-bottom: 10% !important;
}

#cash-flow .flex-row {
  padding-top: 30px !important;
}

#cash-flow .card {
  background-color: transparent !important;
  border: none !important;
}

#cash-flow .card-body {
  padding: 0px !important;
}

#cash-flow .card-title {
  padding-bottom: 0px !important;
  height: 70px;
}

#cash-flow img {
  width: 50%;
}

.cash-flow-section h5 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px;
}

.cash-flow-section h1 {
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px;
}

.cash-flow-section h2 {
  font-family: Montserrat;
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 30px;
}

#cash-flow p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#timeline-img {
  display: block;
}

#timeline-img-mob {
  display: none;
}

/*timeline web section*/

/*timeline animation*/
.qMjTAcZe_0 {
  stroke-dasharray: 372 374;
  stroke-dashoffset: 373;
}

.start .qMjTAcZe_0 {
  animation: qMjTAcZe_draw 2000ms linear 0ms forwards;
}

.qMjTAcZe_1 {
  stroke-dasharray: 132 134;
  stroke-dashoffset: 133;
}

.start .qMjTAcZe_1 {
  animation: qMjTAcZe_draw 2000ms linear 28ms forwards;
}

.qMjTAcZe_2 {
  stroke-dasharray: 155 157;
  stroke-dashoffset: 156;
}

.start .qMjTAcZe_2 {
  animation: qMjTAcZe_draw 2000ms linear 57ms forwards;
}

.qMjTAcZe_3 {
  stroke-dasharray: 132 134;
  stroke-dashoffset: 133;
}

.start .qMjTAcZe_3 {
  animation: qMjTAcZe_draw 2000ms linear 85ms forwards;
}

.qMjTAcZe_4 {
  stroke-dasharray: 173 175;
  stroke-dashoffset: 174;
}

.start .qMjTAcZe_4 {
  animation: qMjTAcZe_draw 2000ms linear 114ms forwards;
}

.qMjTAcZe_5 {
  stroke-dasharray: 98 100;
  stroke-dashoffset: 99;
}

.start .qMjTAcZe_5 {
  animation: qMjTAcZe_draw 2000ms linear 142ms forwards;
}

.qMjTAcZe_6 {
  stroke-dasharray: 236 238;
  stroke-dashoffset: 237;
}

.start .qMjTAcZe_6 {
  animation: qMjTAcZe_draw 2000ms linear 171ms forwards;
}

.qMjTAcZe_7 {
  stroke-dasharray: 638 640;
  stroke-dashoffset: 639;
}

.start .qMjTAcZe_7 {
  animation: qMjTAcZe_draw 2000ms linear 200ms forwards;
}

.qMjTAcZe_8 {
  stroke-dasharray: 173 175;
  stroke-dashoffset: 174;
}

.start .qMjTAcZe_8 {
  animation: qMjTAcZe_draw 2000ms linear 228ms forwards;
}

.qMjTAcZe_9 {
  stroke-dasharray: 273 275;
  stroke-dashoffset: 274;
}

.start .qMjTAcZe_9 {
  animation: qMjTAcZe_draw 2000ms linear 257ms forwards;
}

.qMjTAcZe_10 {
  stroke-dasharray: 245 247;
  stroke-dashoffset: 246;
}

.start .qMjTAcZe_10 {
  animation: qMjTAcZe_draw 2000ms linear 285ms forwards;
}

.qMjTAcZe_11 {
  stroke-dasharray: 350 352;
  stroke-dashoffset: 351;
}

.start .qMjTAcZe_11 {
  animation: qMjTAcZe_draw 2000ms linear 314ms forwards;
}

.qMjTAcZe_12 {
  stroke-dasharray: 343 345;
  stroke-dashoffset: 344;
}

.start .qMjTAcZe_12 {
  animation: qMjTAcZe_draw 2000ms linear 342ms forwards;
}

.qMjTAcZe_13 {
  stroke-dasharray: 495 497;
  stroke-dashoffset: 496;
}

.start .qMjTAcZe_13 {
  animation: qMjTAcZe_draw 2000ms linear 371ms forwards;
}

.qMjTAcZe_14 {
  stroke-dasharray: 802 804;
  stroke-dashoffset: 803;
}

.start .qMjTAcZe_14 {
  animation: qMjTAcZe_draw 2000ms linear 400ms forwards;
}

.qMjTAcZe_15 {
  stroke-dasharray: 664 666;
  stroke-dashoffset: 665;
}

.start .qMjTAcZe_15 {
  animation: qMjTAcZe_draw 2000ms linear 428ms forwards;
}

.qMjTAcZe_16 {
  stroke-dasharray: 417 419;
  stroke-dashoffset: 418;
}

.start .qMjTAcZe_16 {
  animation: qMjTAcZe_draw 2000ms linear 457ms forwards;
}

.qMjTAcZe_17 {
  stroke-dasharray: 713 715;
  stroke-dashoffset: 714;
}

.start .qMjTAcZe_17 {
  animation: qMjTAcZe_draw 2000ms linear 485ms forwards;
}

.qMjTAcZe_18 {
  stroke-dasharray: 794 796;
  stroke-dashoffset: 795;
}

.start .qMjTAcZe_18 {
  animation: qMjTAcZe_draw 2000ms linear 514ms forwards;
}

.qMjTAcZe_19 {
  stroke-dasharray: 768 770;
  stroke-dashoffset: 769;
}

.start .qMjTAcZe_19 {
  animation: qMjTAcZe_draw 2000ms linear 542ms forwards;
}

.qMjTAcZe_20 {
  stroke-dasharray: 457 459;
  stroke-dashoffset: 458;
}

.start .qMjTAcZe_20 {
  animation: qMjTAcZe_draw 2000ms linear 571ms forwards;
}

.qMjTAcZe_21 {
  stroke-dasharray: 470 472;
  stroke-dashoffset: 471;
}

.start .qMjTAcZe_21 {
  animation: qMjTAcZe_draw 2000ms linear 600ms forwards;
}

.qMjTAcZe_22 {
  stroke-dasharray: 605 607;
  stroke-dashoffset: 606;
}

.start .qMjTAcZe_22 {
  animation: qMjTAcZe_draw 2000ms linear 628ms forwards;
}

.qMjTAcZe_23 {
  stroke-dasharray: 328 330;
  stroke-dashoffset: 329;
}

.start .qMjTAcZe_23 {
  animation: qMjTAcZe_draw 2000ms linear 657ms forwards;
}

.qMjTAcZe_24 {
  stroke-dasharray: 335 337;
  stroke-dashoffset: 336;
}

.start .qMjTAcZe_24 {
  animation: qMjTAcZe_draw 2000ms linear 685ms forwards;
}

.qMjTAcZe_25 {
  stroke-dasharray: 271 273;
  stroke-dashoffset: 272;
}

.start .qMjTAcZe_25 {
  animation: qMjTAcZe_draw 2000ms linear 714ms forwards;
}

.qMjTAcZe_26 {
  stroke-dasharray: 453 455;
  stroke-dashoffset: 454;
}

.start .qMjTAcZe_26 {
  animation: qMjTAcZe_draw 2000ms linear 742ms forwards;
}

.qMjTAcZe_27 {
  stroke-dasharray: 438 440;
  stroke-dashoffset: 439;
}

.start .qMjTAcZe_27 {
  animation: qMjTAcZe_draw 2000ms linear 771ms forwards;
}

.qMjTAcZe_28 {
  stroke-dasharray: 488 490;
  stroke-dashoffset: 489;
}

.start .qMjTAcZe_28 {
  animation: qMjTAcZe_draw 2000ms linear 800ms forwards;
}

.qMjTAcZe_29 {
  stroke-dasharray: 727 729;
  stroke-dashoffset: 728;
}

.start .qMjTAcZe_29 {
  animation: qMjTAcZe_draw 2000ms linear 828ms forwards;
}

.qMjTAcZe_30 {
  stroke-dasharray: 495 497;
  stroke-dashoffset: 496;
}

.start .qMjTAcZe_30 {
  animation: qMjTAcZe_draw 2000ms linear 857ms forwards;
}

.qMjTAcZe_31 {
  stroke-dasharray: 118 120;
  stroke-dashoffset: 119;
}

.start .qMjTAcZe_31 {
  animation: qMjTAcZe_draw 2000ms linear 885ms forwards;
}

.qMjTAcZe_32 {
  stroke-dasharray: 147 149;
  stroke-dashoffset: 148;
}

.start .qMjTAcZe_32 {
  animation: qMjTAcZe_draw 2000ms linear 914ms forwards;
}

.qMjTAcZe_33 {
  stroke-dasharray: 168 170;
  stroke-dashoffset: 169;
}

.start .qMjTAcZe_33 {
  animation: qMjTAcZe_draw 2000ms linear 942ms forwards;
}

.qMjTAcZe_34 {
  stroke-dasharray: 155 157;
  stroke-dashoffset: 156;
}

.start .qMjTAcZe_34 {
  animation: qMjTAcZe_draw 2000ms linear 971ms forwards;
}

.qMjTAcZe_35 {
  stroke-dasharray: 155 157;
  stroke-dashoffset: 156;
}

.start .qMjTAcZe_35 {
  animation: qMjTAcZe_draw 2000ms linear 1000ms forwards;
}

@keyframes qMjTAcZe_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes qMjTAcZe_fade {
  0% {
    stroke-opacity: 1;
  }

  94.44444444444444% {
    stroke-opacity: 1;
  }

  100% {
    stroke-opacity: 0;
  }
}

/*timeline animation*/

/*watch your section*/
#cash-flow.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 70px;
  padding-bottom: 150px;
  background-color: #f6f6f4;
  color: #010341;
}

/*watch your section*/

/*about section*/
#home-about-section .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

#home-about-section .section-heading::before {
  border: 1px solid #d6d6d6;
}

#home-about-section-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

#home-about-section {
  color: #010341 !important;
  padding-top: 120px;
}

#home-about-section h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  padding-top: 8% !important;
  padding-bottom: 2% !important;

}

#home-about-section p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px;
}

#home-about-section .banner-img {
  position: static !important;
  align-self: baseline;
}

#home-about-section-mob {
  display: none;
}

#home-about-section-mob .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 80px;
  color: #010341;
}

#home-about-section-mob .col-md-12 {
  padding-left: 0px;
}

#home-about-section-mob h1 {

  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
}

#home-about-section-mob p {

  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
}

/*about section*/

/*testimonial section*/
#home-tesm-web img {
  width: 100%;
}

#home-tesm-web .testimonial img {
  width: 0%;
}

#home-tesm.container-fluid {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: -120px;
}

#home-tesm div:nth-child(2) {
  background-color: #855be0 !important;
  margin-top: -2px;
}

#home-tesm h3 {
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

#home-tesm .testimonial-carousel {
  padding-bottom: 70px;
  padding-top: 60px;
  background-color: #855be0 !important;
  margin-top: -2px;
}

#test-banner {
  width: 100% !important;
}

#home-tesm .btn,
#home-tesm-mob .btn {
  background-color: white;
  color: #1b1b1b !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px;
  text-align: center;
  text-transform: none;
  width: 170px;
  height: 50px;
  padding: 17px;
}

#home-tesm p {
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 19px;
}

#home-tesm-mob {
  display: none;
}

#home-tesm .img-fluid {
  width: 100%;
}

#home-tesm-mob {
  position: relative;
}

#home-tesm-mob .carousel-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

#timeline-img-mob.container-fluid {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/*testimonial section*/

/*media queries*/
@media (max-width: 575px) {
  #home-client {
    display: none;
  }

  #home-banner-mob {
    display: block;
    padding-top: 150px !important;
    background-color: #010341;
  }

  #home-banner-mob h1 {
    font-size: 47px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    margin-block-end: 15px !important;
  }

  #home-banner-mob p {
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
  }

  #home-banner-mob .btn {
    height: 50px;
    color: #ffffff;
    background-color: #855be0;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    padding-top: 10px;
    text-transform: none;
  }

  #home-banner-mob img {
    float: right;
  }

  #home-vdo {
    position: relative;
    top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #home-page {
    display: none
  }

  #client {
    display: none;
  }

  #client-mob {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #inv-promo {
    display: none;
  }

  #inv-promo-mob {
    display: block;
  }

  #inv-promo-mob .card {
    background-color: transparent;
    padding-left: 2px;
  }

  #inv-acc-mob .card-body {
    font-size: 22px !important;
    font-weight: 500 !important;

  }

  #inv-acc-mob .card-header {
    padding-left: 0px;
  }

  #inv-promo-mob h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 59px;
  }

  #timeline-img-mob {
    display: block;
  }

  #timeline-img {
    display: none;
  }

  #timeline-img-mob h2 {
    color: #010341;
    font-size: 30px;
    font-weight: 700;
  }

  #timeline-img-mob p {
    color: #010341;
    font-size: 22px;
    font-weight: 500;
  }

  #cash-flow.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px !important;
  }

  #cash-flow h2 {
    color: #010341;
    font-size: 50px;
    font-weight: 700;
    padding-top: 20px;
  }

  #home-about-section {
    padding-left: 30px;
  }

  #home-tesm {
    display: none;
  }

  #home-tesm-mob {
    display: block;
  }

  #home-tesm-mob.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -65px;
  }

  #home-tesm-mob .testimonial-carousel {
    background-color: #855be0 !important;
    margin-top: -3px;
  }

  #home-tesm-mob .testimonial-carousel .testimonial {
    margin-right: 30px;
    margin-left: 30px;
  }

  #home-about-section .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  #home-about-section-mob {
    display: block;
  }

  #home-about-section {
    display: none;
  }
}

@media (max-width: 767px) {
  #home-client {
    display: none;
  }

  #home-banner-mob {
    display: block;
    padding-top: 150px !important;
    background-color: #010341;
  }

  #home-banner-mob h1 {
    font-size: 47px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    margin-block-end: 15px !important;
  }

  #home-banner-mob p {
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
  }

  #home-banner-mob .btn {
    height: 50px;
    color: #ffffff;
    background-color: #855be0;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    padding-top: 10px;
    text-transform: none;
  }

  #home-banner-mob img {
    float: right;
  }

  #home-vdo {
    position: relative;
    top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #home-page {
    display: none
  }

  #client {
    display: none;
  }

  #client-mob {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #inv-promo {
    display: none;
  }

  #inv-promo-mob {
    display: block;
  }

  #inv-promo-mob .card {
    background-color: transparent;
    padding-left: 2px;
  }

  #inv-acc-mob .card-body {
    font-size: 22px !important;
    font-weight: 500 !important;

  }

  #inv-acc-mob .card-header {
    padding-left: 0px;

  }

  #inv-promo-mob h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 59px;
  }

  #timeline-img-mob {
    display: block;
  }

  #timeline-img {
    display: none;
  }

  #timeline-img-mob h2 {
    color: #010341;
    font-size: 30px;
    font-weight: 700;
  }

  #timeline-img-mob p {
    color: #010341;
    font-size: 22px;
    font-weight: 500;


  }

  #cash-flow.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px !important;
  }

  #cash-flow h2 {
    color: #010341;
    font-size: 50px;
    font-weight: 700;

    padding-top: 20px;
  }

  #home-about-section {
    padding-left: 30px;
  }

  #home-tesm {
    display: none;
  }

  #home-tesm-mob {
    display: block;
  }

  #home-tesm-mob.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -65px;
  }

  #home-tesm-mob .testimonial-carousel {
    background-color: #855be0 !important;
    margin-top: -3px;
  }

  #home-tesm-mob .testimonial-carousel .testimonial {
    margin-right: 30px;
    margin-left: 30px;
  }

  #home-about-section .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  #home-about-section-mob {
    display: block;
  }

  #home-about-section {
    display: none;
  }

}

@media (max-width: 991px) {
  #home-client {
    display: none;
  }

  #cash-flow .card-title {
    padding-bottom: 0px !important;
    height: 110px;
  }

  .cash-flow-section h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 34px;
  }

  #home-banner-mob {
    display: block;
    padding-top: 150px !important;
    background-color: #010341;
  }

  #home-banner-mob h1 {
    font-size: 47px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
    margin-block-end: 15px !important;
  }

  #home-banner-mob p {
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
  }

  #home-banner-mob .btn {
    height: 50px;
    color: #ffffff;
    background-color: #855be0;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    padding-top: 10px;
    text-transform: none;
  }

  #home-banner-mob img {
    float: right;
  }

  #home-vdo {
    position: relative;
    top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #home-page {
    display: none
  }

  #client {
    display: none;
  }

  #client-mob {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #inv-promo {
    display: none;
  }

  #inv-promo-mob {
    display: block;
  }

  #inv-promo-mob .card {
    background-color: transparent;
    padding-left: 2px;
  }

  #inv-acc-mob .card-body {
    font-size: 22px !important;
    font-weight: 500 !important;

  }

  #inv-acc-mob .card-header {
    padding-left: 0px;
  }

  #inv-promo-mob h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 59px;
  }

  #timeline-img-mob {
    display: block;
  }

  #timeline-img {
    display: none;
  }

  #timeline-img-mob h2 {
    color: #010341;
    font-size: 30px;
    font-weight: 700;
  }

  #timeline-img-mob p {
    color: #010341;
    font-size: 22px;
    font-weight: 500;


  }

  #cash-flow.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px !important;
  }

  #cash-flow h2 {
    color: #010341;
    font-size: 50px;
    font-weight: 700;

    padding-top: 20px;
  }

  #home-about-section {
    padding-left: 30px;
  }

  #home-tesm {
    display: none;
  }

  #home-tesm-mob {
    display: block;
  }

  #home-tesm-mob.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -65px;
  }

  #home-tesm-mob .testimonial-carousel {
    background-color: #855be0 !important;
    margin-top: -3px;
  }

  #home-tesm-mob .testimonial-carousel .testimonial {
    margin-right: 30px;
    margin-left: 30px;
  }

  #home-about-section .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  #home-about-section-mob {
    display: block;
  }

  #home-about-section {
    display: none;
  }

}

@media (max-width: 1199px) {
  .cash-flow-section h5 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px;
  }

}

/*media queries*/
/*==============================================================================


======================================================
 crowdz-testimonial-page 
 ======================================================*/

#testimonial row {
  height: -webkit-fill-available;
}

#testimonial .height {
  height: 1400px;
}

#testimonial.jumbotron {
  background-color: #010341 !important;
  padding-top: 100px;

}

#testimonial .container-fluid {
  padding: 6% 5% 0% 5% !important;
}

#testimonial .gallery-testim {
  height: auto;
}

#testimonial h1 {
  padding-top: 25%;
  padding-right: 10% !important;

}

#testimonial row {
  height: -webkit-fill-available;
}

#testimonial-mob.jumbotron {
  background-color: #010341 !important;
  padding-left: 0px;
  padding-right: 0px;

}

#testimonial-mob .margin {
  margin-right: 8% !important;
}

#testimonial-mob h1 {
  padding-top: 5%;

}

#testimonial-mob .section-heading {
  padding-top: 120px;
}

#testimonial p {
  width: 300px;
}

.testi-heading {
  font-size: 75px !important;
  font-weight: 700 !important;
  line-height: 98px;
}

.testi-heading p {
  font-weight: 700 !important;
}

#testimonial-mob .gallery-testim p,
#testimonial-mob .gallery-testim span {
  font-size: 20px;
}

#testimonial-mob .testi-heading {
  font-size: 75px !important;
  font-weight: 700 !important;

}

#testimonial-mob .testi-heading p {
  font-weight: 500 !important;
}



#testimonial .btn {
  z-index: 4 !important;
  width: 175px !important;
  height: 55px;
  border-radius: 27.5px;
  border: solid 1px #855be0;
  color: #855be0;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center;
  padding: 0px !important;
  text-transform: none;
  margin-left: 0px;
}

#testimonial .btn.active {
  z-index: 4 !important;
  width: 175px !important;
  height: 55px;
  border-radius: 27.5px;
  background-color: white;
  color: #1b1b1b;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center;
  text-transform: none;
}

#testimonial-mob .btn {
  z-index: 4 !important;
  min-width: 170px !important;
  padding: 17px 40px;
  border-radius: 35px;
  border: solid 1px #855be0;
  color: #855be0;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-align: center;
  text-transform: none;
  margin: 10px 20px 10px 0px;
  width: 80%;
}

#testimonial-mob .btn.active {
  z-index: 4 !important;
  padding: 17px 40px;
  border-radius: 35px;
  background-color: white;
  color: #1b1b1b;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-align: center;
  text-transform: none;
}

#testimonial-mob {
  display: none;
}

.testi-desc {
  padding: 10px;
}

.mob-head {
  font-size: 25px;
  font-weight: 500;
}


#marquee-vertical .card-body,
#marquee-vertical-2 .card-body {
  z-index: 3;
  background: #111347;
  border: none !important;
  padding: 60px !important;
  opacity: 0.8 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 25px;

}

#marquee-vertical-mob .card-body {
  z-index: 3;
  background: #111347;
  border: none !important;
  padding: 30px !important;
  opacity: 0.8 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 25px;
  margin-bottom: 40px !important;

}

#marquee-vertical .author,
#marquee-vertical-2 .author {
  opacity: 0.6995443;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 19px;
  margin: 25px 0px 15px 0px;

}

#marquee-vertical-mob .author {
  opacity: 0.6995443;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 19px;
  margin: 25px 0px 15px 0px;
}

.card-body {
  -webkit-column-break-inside: avoid;
}

#testimonial-mob .col-md-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 575px) {
  #marquee-vertical-mob .card-body {
    z-index: 3;
    background: #111347;
    border: none !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;

    opacity: 0.8 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px;
  }
}

@media (max-width: 767px) {

  .marquee-vertical-mob {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
  }
}

@media (max-width: 991px) {

  #testimonial {
    display: none;
  }

  #testimonial-mob {
    display: block;
  }

  .marquee-vertical-mob {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;

  }
}

@media (max-width: 1199px) {}

/*===============================================================================================

==================================================
    crowdz legal page 
==================================================*/
#legal-banner .section-heading::before,
#legal-banner-mob .section-heading::before,
#terms .section-heading::before,
#terms-mob .section-heading::before,
#seller .section-heading::before,
#seller-mob .section-heading::before,
#funders .section-heading::before,
#funders-mob .section-heading::before,
#privacy .section-heading::before,
#privacy-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

#widget-desc-web .container-fluid,
#widget-desc-beta-web .container-fluid,
#seller .container-fluid,
#funders .container-fluid,
#privacy .container-fluid {
  margin-left: 100px;
  margin-right: 0px;
}

#widget-desc-beta-web .container-fluid {
  margin-left: 70px;
  margin-right: 0px;
}

.fixed-action-btn {
  position: fixed;
  right: 180px;
  bottom: 35px;
  z-index: 998;
  padding-top: 15px;
  margin-bottom: 0;
}

#legal-banner-mob h1 {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 52px !important;
  margin-block-end: 15px !important;
}

#legal-banner-mob form table {
  width: 250px;
}

#terms-mob.container-fluid,
#seller-mob.container-fluid,
#funders-mob.container-fluid,
#privacy-mob.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.accordion .card {
  border-style: none !important;
}

#accordion-terms .card-header,
#accordion-terms .card-body,
#accordion-sellers .card-header,
#accordion-sellers .card-body,
#accordion-funders .card-header,
#accordion-funders .card-body,
#accordion-privacy .card-header,
#accordion-privacy .card-body,
#accordion-terms-mob .card-header,
#accordion-terms-mob .card-body,
#accordion-sellers-mob .card-header,
#accordion-sellers-mob .card-body,
#accordion-funders-mob .card-header,
#accordion-funders-mob .card-body,
#accordion-privacy-mob .card-header,
#accordion-privacy-mob .card-body {
  padding-left: 0px;
}

#topicon {
  display: none;
}

/*banner section*/
#legal-banner.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 220px;
}

#legal-banner h1 {
  padding-top: 40px;
  padding-bottom: 50px;
}

#legal-banner p {
  font-weight: 600;
  margin-bottom: 200px;
}

#legal-banner .beta-banner p {
  font-weight: 600;
  margin-bottom: 0px;
}

#legal-banner-mob.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 200px;
  padding-bottom: 100px;
}

#legal-banner-mob {
  display: none;
}

#legal-banner-mob p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

/*banner section*/

/*sub menu section*/
#learn-crowdz-section.container-fluid {
  padding-left: 85px;
  padding-right: 100px;
  color: #010341;
}

#learn-crowdz-section h3,
#learn-crowdz-section-mob h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
}

.learn-crowdz-icon-dsc {
  margin-top: 20px;
}

.learn-crowdz-icon-section {
  padding-top: 80px;
}

.learn-crowdz-icon-section .col-5 {
  padding: 50px 0;
  border-radius: 40px;
  font-weight: 600;
  font-size: 12px !important;
  letter-spacing: 2px;
}

.learn-crowdz-icon-section .col-5:hover {
  background-color: #855be0;
  cursor: pointer;
}

#learn-crowdz-section-mob .col-6.active {
  background-color: #855be0 !important;
  color: white !important;
}

#learn-crowdz-section-mob .col-6.active p {
  color: white !important;
}

.learn-crowdz-icon-section .col-5:hover p {
  color: #fff;
}

#widget-desc-mob,
#learn-crowdz-section-mob {
  display: none;
}

.learn-crowdz-section {
  padding: 30px 0 50px;
}

.learn-crowdz-section h2 {
  color: #010341 !important;
  font-size: 80px !important;
  font-weight: 700 !important;
}

#widget-desc-beta-web .learn-crowdz-section .page-beta h2 {
  color: #010341 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.learn-crowdz-section p {
  /* color: #010341 !important;
  font-size: 18px;
  font-weight: 500; */
  color: #010341 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 30px;
}

.learn-crowdz-section .more-legal-1,
.learn-crowdz-section .more-legal-2,
.learn-crowdz-section .more-legal-3,
.learn-crowdz-section .more-legal-4 {
  cursor: pointer;
  color: #eb4141 !important;
}

/*sub menu section*/

/*media queries*/
@media (max-width: 575px) {
  #legal-banner {
    display: none;
  }

  #topicon {
    display: none;
  }

  #legal-banner {
    padding-top: 165px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #legal-banner h1 {
    padding-top: 0;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
    padding-bottom: 8px;
  }

  #legal-banner p {
    margin-bottom: 0;
  }

  #legal-banner .legal-data-img img {
    width: 178px;
  }

  .learn-crowdz-icon-section {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .widgets-ob {
    border: 1px solid #ccc;
    padding: 0px;
    width: 60px;
    padding-top: 25px;
  }

  .widgets-ob img {
    width: 60px;
    padding-top: 25px;
  }

  .widgets-ob .dblue-text {
    font-size: 10px;
    margin-bottom: 0rem;
  }

  .learn-crowdz-icon-section .col-5 {
    border-radius: 0px;
    padding: 0px !important;
  }

  #learn-crowdz-section,
  #widget-desc-web,
  #learn-crowdz-section {
    display: none;
  }

  #widget-desc-mob,
  #learn-crowdz-section-mob {
    display: block;
  }

  #legal-banner-mob {
    display: block;
  }

  #widget-desc-beta-web .container-fluid {
    margin-left: 0px;
  }

  #widget-desc-beta-web .learn-crowdz-section .page-beta h2 {
    color: #010341 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
  } 
}

@media (max-width: 767px) {
  #legal-banner {
    display: none;
  }

  #topicon {
    display: none;
  }

  #legal-banner {
    padding-top: 165px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #legal-banner h1 {
    padding-top: 0;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
    padding-bottom: 8px;
  }

  #legal-banner p {
    margin-bottom: 0;
  }

  #legal-banner .legal-data-img img {
    width: 178px;
  }

  .learn-crowdz-icon-section {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .widgets-ob {
    border: 1px solid #ccc;
    padding: 0px;
    width: 60px;
    padding-top: 25px;
  }

  .widgets-ob img {
    width: 60px;
    padding-top: 25px;
  }

  .widgets-ob .dblue-text {
    font-size: 10px;
    margin-bottom: 0rem;
  }

  .learn-crowdz-icon-section .col-5 {
    border-radius: 0px;
    padding: 0px !important;
  }

  #learn-crowdz-section,
  #widget-desc-web,
  #learn-crowdz-section {
    display: none;
  }

  #widget-desc-mob,
  #learn-crowdz-section-mob {
    display: block;
  }

  #legal-banner-mob {
    display: block;
  }
}

@media (max-width: 991px) {
  #legal-banner {
    display: none;
  }

  #topicon {
    display: none;
  }

  #legal-banner {
    padding-top: 165px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #legal-banner h1 {
    padding-top: 0;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
    padding-bottom: 8px;
  }

  #legal-banner p {
    margin-bottom: 0;
  }

  #legal-banner .legal-data-img img {
    width: 178px;
  }

  .learn-crowdz-icon-section {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .widgets-ob {
    border: 1px solid #ccc;
    padding: 0px;
    width: 60px;
    padding-top: 25px;
  }

  .widgets-ob img {
    width: 60px;
    padding-top: 25px;
  }

  .widgets-ob .dblue-text {
    font-size: 10px;
    margin-bottom: 0rem;
  }

  .learn-crowdz-icon-section .col-5 {
    border-radius: 0px;
    padding: 0px !important;
  }

  #learn-crowdz-section,
  #widget-desc-web,
  #learn-crowdz-section {
    display: none;
  }

  #widget-desc-mob,
  #learn-crowdz-section-mob {
    display: block;
  }

  #legal-banner-mob {
    display: block;
  }
}

/*===============================================================================================

==================================================
    crowdz developer page 
==================================================*/
#dev-api-doc .section-heading::before,
#dev-postman .section-heading::before,
#dev-api-key .section-heading::before,
#dev-api-doc-mob .section-heading::before,
#dev-postman-mob .section-heading::before,
#dev-api-key-mob .section-heading::before,
#dev-tec-suprt .section-heading::before,
#dev-tec-suprt-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

/*tab section*/
#dev-tab-web {
  padding-top: 100px;
}

#dev-tab-web.container-fluid {
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 250px;
}

#dev-tab-web.btn-group {
  display: flex;
}

#dev-tab-web.btn-group * {
  background-color: white !important;
  border: solid;
  border-width: 1px;
  border-color: #d3c3f1;
  word-break: keep-all !important;
}

#dev-tab-web.btn-group .btn {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #010341;
  word-break: keep-all !important;
}

#dev-tab-web.btn-group .btn:hover {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
}

#dev-tab-web .btn.active {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
  border-style: none !important;
}

#dev-tab-mob .btn {
  border: solid 1px #010341 !important;
  margin: 0px;
  border-radius: 0px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 27px;
  text-align: center;
  letter-spacing: 2.857143px;
  word-wrap: unset;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#dev-tab-mob .btn.active {
  background-color: #010341;
  color: white;
}

#dev-tab-web .btn-group>.btn {
  flex: none !important;
}

/*tab section*/

/*technical support section*/
#dev-tec-suprt.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  background-color: #f6f6f4;
  color: #010341
}

#dev-tec-suprt-mob.container-fluid {
  padding-left: 30px;
  padding-top: 50px;
  background-color: #f6f6f4;
  color: #010341
}

#dev-tec-suprt-mob h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 59px !important;
}

#dev-tec-suprt .dev-sub-exi,
#dev-tec-suprt-mob .dev-sub-exi {
  font-size: 20px !important;
  font-weight: 500 !important;
}

#dev-tec-suprt .btn-group .btn,
#dev-tec-suprt-mob .btn-group .btn {
  border: solid !important;
  border-width: 1px !important;
  border-color: #d3c3f1 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

#dev-tec-suprt .active,
#dev-tec-suprt-mob .active {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
  border-style: none !important;
}

#dev-tec-suprt .error-msg,
#dev-tec-suprt-mob .error-msg {
  color: #cc7974 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

#tec-submit.btn,
#tec-submit-mob.btn {
  width: 180px;
  height: 55px;
  border-radius: 27.5px;
  background: #855BE0;
  color: #e1d6f7 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: none !important;
}

#dev-tec-suprt .dev-sub-head,
#dev-tec-suprt-mob .dev-sub-head {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#dev-tec-suprt p {
  font-weight: 600 !important;
}

/*technical support section*/

/*dev content section*/
#dev-content {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url('../../../../../cms/wp-content/uploads/2019/11/09081025/developersPageHands.png') !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-position-y: 50% !important;
  color: #010341;
}

#dev-api-doc h1 {
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
}

#dev-content p {
  width: 618px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.acc-api {
  height: 50px !important;
  border-radius: 27.5px !important;
  background: #855be0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  padding: 18px 45px;
  text-transform: none;
}

.acc-api:hover {
  background: #5f3ea7 !important;
}

.dwn-api {
  height: 50px !important;
  border-radius: 27.5px !important;
  border: solid 1px #855be0;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  padding: 18px 30px;
  text-transform: none;
  color: #855be0 !important;
}

.app-now {
  width: 180px !important;
  height: 55px !important;
  border-radius: 27.5px !important;
  background: #855be0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  padding: 20px 50px;
  text-transform: none;
}

.app-now:hover {
  background: #5f3ea7 !important;
}

.dn-pos {
  height: 55px !important;
  border-radius: 27.5px !important;
  background: #855be0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  padding: 20px 20px;
  text-transform: none;
}

.dn-pos:hover {
  background: #5f3ea7 !important;
}

.get-api {
  width: 180px !important;
  height: 55px !important;
  border-radius: 27.5px !important;
  background: #855be0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  padding: 20px 40px;
  text-transform: none;
}

.get-api:hover {
  background: #5f3ea7 !important;
}

#dev-tab-mob.container-fluid {
  padding-top: 100px;
}

#dev-content-mob.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  color: #010341;
}

#dev-content-mob h1 {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
}

#dev-content-mob p {
  font-size: 20px !important;
  font-weight: 500 !important;
}

/*dev content section*/

/*promo section*/
#dev-promo {
  background-image: url('../../../../../cms/wp-content/uploads/2019/11/09081025/dev-cta-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 200px;
  padding-left: 90px;
  color: #010341;
}

#dev-promo h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
}

#dev-promo-mob {
  background-image: url('../../../../../cms/wp-content/uploads/2020/01/09125805/dev-cta-bg-mob.png');
  background-repeat: no-repeat !important;
  background-size: cover;
  color: #010341;
}

#dev-promo-mob.container-fluid {
  padding-left: 100px;
  padding-right: 55px;
  padding-top: 100px;

}

#dev-promo-mob .row {
  margin-left: 5px;
}

#dev-promo-mob h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

/*promo section*/
#dev-tab-mob,
#dev-content-mob,
#dev-promo-mob,
#tech-mob {
  display: none;
}

/*media queries*/
@media (max-width: 575px) {
  #dev-tab-web.container-fluid {
    display: none;
  }

  .features-breadcrumbs {
    display: none;
  }

  #dev-promo {
    display: none;
  }

  #dev-content {
    display: none;
  }


  #dev-tec-suprt {
    display: none;
  }

  #dev-tab-mob,
  #dev-content-mob,
  #dev-promo-mob,
  #tech-mob {
    display: block;
  }

  #dev-promo-mob {
    background-image: url('../../../../../cms/wp-content/uploads/2020/01/09125805/dev-cta-bg-mob.png');
    background-repeat: no-repeat !important;
    color: #010341;
    padding-bottom: 0px;
    padding-bottom: 59px !important;
    background-size: contain !important;
  }

  #dev-promo-mob.container-fluid {
    padding-left: 32px;
    padding-right: 55px;
    padding-top: 34px;


  }
}

@media (max-width: 767px) {
  #dev-tab-web.container-fluid {
    display: none;
  }

  .features-breadcrumbs {
    display: none;
  }

  #dev-content {
    display: none;
  }

  #dev-promo {
    display: none;
  }

  #dev-tec-suprt {
    display: none;
  }

  #dev-tab-mob,
  #dev-content-mob,
  #dev-promo-mob,
  #tech-mob {
    display: block;
  }

  #dev-promo-mob {
    background-image: url('../../../../../cms/wp-content/uploads/2020/01/09125805/dev-cta-bg-mob.png');
    background-repeat: no-repeat !important;

    color: #010341;
    padding-bottom: 59px !important;


  }

}

@media (max-width: 991px) {
  #dev-tab-web.container-fluid {
    display: none;
  }

  .features-breadcrumbs {
    display: none;
  }

  #dev-content {
    display: none;
  }

  #dev-promo {
    display: none;
  }

  #dev-tec-suprt {
    display: none;
  }

  #dev-tab-mob,
  #dev-content-mob,
  #dev-promo-mob,
  #tech-mob {
    display: block;
  }

  #dev-promo-mob {
    background-image: url('../../../../../cms/wp-content/uploads/2020/01/09125805/dev-cta-bg-mob.png');
    background-repeat: no-repeat !important;

    color: #010341;
    padding-bottom: 0px;
    padding-bottom: 285px;
    background-size: cover !important;

  }

}

/*===============================================================================================

==================================================
    crowdz blog page 
==================================================*/
#blog-banner-web .section-heading::before,
#blog-banner-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

/* banner web section */
#blog-banner-web.container-fluid {
  padding-top: 140px;
  padding-left: 100px;
  color: #010341;
}

#blog-banner-web p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#blog-banner-web input[type=email] {
  border-radius: 20px 0 0 20px;
  border: 1px solid #e0e0e0;
  padding-left: 25px;
}

#blog-banner-web .input-group-text {
  width: 153px;
  height: 40px;
  border-radius: 0 20px 20px 0 !important;
  background-color: #855be0;
  color: #fff;
  border: none;
  padding-left: 25px;
  padding-right: 50px;
}

#blog-banner-web .input-group-text:hover {
  background-color: #5f3ea7;
  cursor: pointer;
}

#blog-banner-web input::placeholder {
  padding-top: 20px;
  font-weight: 500;
  color: #787878 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

#blog-banner-web input {
  color: #010341 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

/* banner web section */

/* banner mob section */
#blog-banner-mob {
  display: none;
}

#blog-banner-mob.container-fluid {
  padding-top: 100px;
  color: #010341;
  margin-right: 0px;
}

#blog-banner-mob h1 {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 60px !important;
}

#blog-banner-mob .blog-mob-description {
  font-size: 22px !important;
  font-weight: 500 !important;
  padding-left: 15px;
  padding-right: 15px;
}


#blog-banner-mob .input-group {
  padding-left: 15px;
  padding-right: 15px;
}

#blog-banner-mob input[type=email] {
  width: 199px;
  height: 40px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #e0e0e0;
  padding-left: 25px;
}

#blog-banner-mob .input-group-text {
  height: 40px;
  border-radius: 0 20px 20px 0;
  background-color: #855be0;
  color: #fff;
  border: none;
}

#blog-banner-mob .input-group-text:hover {
  background-color: #5f3ea7;
}

#blog-banner-mob input::placeholder {
  color: #a9aabd;
  padding-top: 20px;
  font-weight: 500;
}

#blog-banner-mob input {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #010341;
}

#crowdz-banner-mob {
  display: none;
}

/* banner mob section */

/* button web section */
#blog-btn-web.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

#blog-btn-web.btn-group {
  display: flex;
}

#blog-btn-web.btn-group * {
  background-color: white !important;
  border: solid;
  border-width: 2px;
  border-color: #d3c3f1;
}

#blog-btn-web.btn-group .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

#blog-btn-web.btn-group .btn:hover {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
}

#blog-btn-web .btn.active {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
  border-style: none !important;
}

/* button web section */

/* button mob section */
#blog-mob-tab {
  display: none;
}

/* button mob section */

/* gallery section */
/* #gallery-blog .card {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: none !important;
  float: left;
} */

#blog-gall.container-fluid {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 50px;
}

#blog-gall .card-body {
  padding-left: 0px;
  padding-top: 25px;
}

#blog-gall h4 {
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

#blog-gall p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 60px;

}

#blog-gall .blog-heading {
  color: #000;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  height: 80px;
}

 #blog-gall .module {

  width: 355px;
  /* margin: 0 0 1em 0; */
  overflow: hidden;

 } 

#blog-gall .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}


.pagination .page-item .page-link:hover{
  background-color: #ccc !important;
}

.pagination .page-item .active {
  color: #007bff  !important;
  background-color: #ddd !important;
  font-weight: 500;
}

/* gallery section */

/* media query*/
@media (max-width: 575px) {
  #blog-gallery .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }

  #blog-banner-web {
    display: none;
  }

  #blog-banner-mob {
    display: block;
  }

  #blog-gallery .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  #blog-btn-web {
    display: none !important;
  }

  #blog-mob-tab {
    display: block;
  }

  #blog-mob-tab .btn {
    border: solid 1px #010341;
    margin: 0px;
    border-radius: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 27px;
    text-align: center;
    letter-spacing: 2.857143px;
    word-wrap: unset;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #blog-mob-tab .btn.active {
    background-color: #010341;
    color: white;
  }

  #blog-gall.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  #blog-gallery .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }

  #blog-banner-web {
    display: none;
  }

  #blog-banner-mob {
    display: block;
  }

  #blog-gallery .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  #blog-btn-web {
    display: none !important;
  }

  #blog-mob-tab {
    display: block;
  }

  #blog-mob-tab .btn {
    border: solid 1px #010341;
    margin: 0px;
    border-radius: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 27px;
    text-align: center;
    letter-spacing: 2.857143px;
    word-wrap: unset;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #blog-mob-tab .btn.active {
    background-color: #010341;
    color: white;
  }

  #blog-gall.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  #blog-gallery .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }

  #blog-banner-web {
    display: none;
  }

  #footer-signup-web {
    display: none;
  }

  #blog-banner-mob {
    display: block;
  }

  #blog-gallery .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  #blog-btn-web {
    display: none !important;
  }

  #blog-mob-tab {
    display: block;
  }

  #blog-mob-tab .btn {
    border: solid 1px #010341;
    margin: 0px;
    border-radius: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 27px;
    text-align: center;
    letter-spacing: 2.857143px;
    word-wrap: unset;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #blog-mob-tab .btn.active {
    background-color: #010341;
    color: white;
  }

  #blog-gall.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* media query*/



/*===============================================================================================

==================================================
    crowdz press page 
==================================================*/
#press-web-tab .btn-group {
  display: flex;
  padding-left: 310px;
  padding-right: 310px;
}

#press-gallery h2,
#press-gallery-mob h2 {
  color: #010341 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
}

#press-page-web h2,
#media-web h2,
#awards-web h2 {
  color: #010341 !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
}

#press-page-web p {
  margin-top: 20px;
  max-width: 80%;
  font-weight: 500 !important;
  line-height: 20px;
}

#press-mob-ver {
  display: none;
}

#press-page-web.container-fluid {
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 10% !important;
  padding-left: 100px;
  padding-right: 100px;
}

#press-page-mob.container-fluid {
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 8% !important;
  padding-left: 30px;
  padding-right: 20px;
}

#press-mob-tab {
  display: none;
}

#crowdz-featured-section.container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}

#crowdz-featured-section.home-press-section {
  padding-bottom: 10%;
}

#crowdz-featured-section .card-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#crowdz-featured-section-viewall .card-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#crowdz-featured-section .card-title {
  padding-bottom: 10px !important;
}

#press-web-tab {
  padding-top: 110px;
}

#press-web-tab .btn-group * {
  background-color: white !important;
  border: solid;
  border-width: 1px;
  border-color: #d3c3f1;
}

#press-web-tab .btn-group .btn {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #010341;
}

#press-release a,
#press-release-mob a {
  color: #010341;
}

#crowdz-featured-section-mob img {
  width: 100%;
}

#press-web-tab .btn-group *:hover {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
}

#press-web-tab .btn.active {
  background-color: #010341 !important;
  border-color: transparent !important;
  color: white;
  border-style: none !important;
}

#press-page-web .section-heading,
#press-page-mob .section-heading {
  padding-bottom: 80px;
}

#press-page-web .section-heading::before,
#press-page-mob .section-heading::before,
#media-web .section-heading::before,
#media-mob .section-heading::before,
#awards-web .section-heading::before,
#awards-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

#crowdz-featured-section .container-fluid,
#crowdz-featured-section-viewall .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}


#crowdz-featured-section,
#crowdz-featured-section-mob {
  padding-top: 20px;
}

#crowdz-featured-section-mob.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

#crowdz-featured-section-mob.home-press-section-mob {
  padding-bottom: 6%;
}

#crowdz-featured-section-mob .card {
  border: solid 1px #d0d0d0 !important;
}

#crowdz-featured-section-mob h4 {

  color: #010341 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}


#crowdz-featured-section p,
#crowdz-featured-section-viewall p,
#crowdz-media-kit p,
#crowdz-awards p,
#crowdz-featured-section-mob p {
  font-weight: 600 !important;
}

#crowdz-featured-section .card,
#crowdz-featured-section-viewall .card {
  border-style: solid !important;
  border-color: silver !important;
  border-width: 1px !important;
}

#crowdz-featured-section-mob .card {
  border-style: solid !important;
  border-color: silver !important;
  border-width: 1px !important;
}

.flex-1 {
  flex: 1;
}


.press-card .card {
  border: black !important;
}

.press-card h4 {

  color: #010341;
  font-size: 16px;
  font-weight: 500;
}

#media-web.container-fluid,
#media-mob.container-fluid {
  padding-left: 110px;
  padding-right: 110px;

}

#media-web.section-heading,
#media-mob .section-heading {

  padding-bottom: 70px;
}

.view-all .btn {

  color: #ffffff;

  font-size: 14px;
  font-weight: 500;
  background-color: #855be0;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 100px;
  padding: 15px 40px;
}

.view-all .btn:hover {
  background-color: #5f3ea7;
}


#logo-web.container-fluid,
#logo-mob.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  background-color: #f6f6f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

#press-gallery.container-fluid,
#press-gallery-mob.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  background-color: #f6f6f4;
}

#press-release.container-fluid,
#press-release-mob.container-fluid {
  padding: 100px 80px 100px 80px;
  background-color: #f6f6f4;
  padding-left: 100px;
  padding-right: 100px;
}

#press-release .hr-light,
#press-release-mob .hr-light {
  opacity: 0.09942336 !important;
  border: solid 1px #14154f !important;
  width: 100% !important;
}

#awards-web.container-fluid,
#awards-mob.container-fluid {
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 8% !important;
}

#awards-web .section-heading,
#awards-mob .section-heading {
  padding-bottom: 50px !important;
}

.page-section {
  background-color: #f6f6f4 !important;
}

#press-relea .hr-light {
  opacity: 0.09942336 !important;
  border: solid 1px #14154f !important;
  width: 100% !important;
}

.color-bar .press-color-background div:nth-child(1) {
  background-color: #f6f6f4 !important;
  height: auto !important;
}

.logo-press-page {
  width: 200px;
  height: 36px;
  color: #010341;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
}

.logo-desc-press {
  width: 403px;
  height: 26px;
  color: #000000;
  font-family: Helvetica;
  font-size: 14px;
}

.download {
  width: 100px;
  height: 26px;
  color: #855be0;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
}


.press-header {
  color: #010341 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
}

.press-release-head {
  color: #010341 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.press-release-head :hover {
  color: #855be0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.press-release-desc {
  color: #010341 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.press-release-line {
  width: auto;
  border-bottom: .5px solid black;
}

.award-border .card {
  border: none !important;
}

.award-border .card-body h4 {
  width: 306px;
  height: 35px;
  color: #010341;
  font-family: "Montserrat Medium";
  font-size: 18px;
  font-weight: 500;
}


#gallery-photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  column-count: 3;
  column-gap: 30px;
}

#gallery-photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}


@media (max-width: 575px) {
  #press-mob-tab {
    display: block;
    padding-top: 60px;
    padding-bottom: 25px;
  }

  #press-web-tab {
    display: none;
  }

  #press-mob-ver {
    display: block;
  }

  #press-web-ver {
    display: none;
  }

  #press-mob-tab.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #press-mob-tab .active {
    background-color: #010341;
    color: white !important;
  }

  #press-mob-tab .btn-group {
    width: 100%;

  }

  #press-mob-tab .btn {
    margin: 0px;
    word-wrap: unset;
    padding: 25px 2px 25px 2px;
    border-style: solid;
    border-color: #010341;
    border-width: 1px;
    color: #010341;


  }

  #press-page-web.container-fluid,
  #press-page-mob.container-fluid {
    padding-left: 30px;
    padding-right: 20px;

  }

  #press-page-web .banner-desc,
  #press-page-mob .banner-desc {
    max-width: 100%;
  }

  #press-page-web h2,
  #press-page-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #press-page-web .section-heading,
  #press-page-mob .section-heading {
    padding-bottom: 20px;
  }

  #press-page-web .row,
  #press-page-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #media-web.container-fluid,
  #media-mob.container-fluid {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 8%;
  }

  #media-web .banner-desc,
  #media-mob .banner-desc {
    max-width: 100%;
  }

  #media-web h2,
  #media-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #media-web .section-heading,
  #media-mob .section-heading {
    padding-bottom: 20px;
  }

  #media-web .row,
  #media-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #crowdz-featured-section .container-fluid,
  #crowdz-featured-section-viewall .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #crowdz-featured-section .btn,
  #crowdz-featured-section-mob .btn {
    float: left;
    margin-bottom: 0px;
  }

  #crowdz-featured-section-viewall .btn,
  #crowdz-featured-section-mob-viewall .btn {
    float: left;
    margin-bottom: 0px;
  }



  #logo-web.container-fluid,
  #logo-mob.container-fluid {
    padding-left: 20px;
    padding-right: 30px;
  }

  #logo-web .logo-desc-press,
  #logo-mob .logo-desc-press {
    width: 100%;
    padding-bottom: 50px;
  }

  #logo-web .row,
  #logo-mob .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .logo-mob-p {
    padding: 0;
  }

  #press-gallery.container-fluid,
  #press-gallery-mob.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #press-release.container-fluid,
  #press-release-mob.container-fluid {
    padding: 100px 20px 50px 40px;
    background-color: #f6f6f4;
  }

  #awards-web.container-fluid,
  #awards-mob.container-fluid {
    padding: 100px 20px 50px 20px;
  }

  #awards-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #awards-web .banner-desc,
  #awards-mob .banner-desc {
    max-width: 100%;
  }

  #awards-web h2,
  #awards-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;

  }

  #awards-mob .section-heading {
    padding-bottom: 15px !important;
  }

  #crowdz-featured-section-mob .card .col-mb-6 {
    border-style: none !important;
  }

}

@media (max-width: 767px) {
  #press-mob-tab {
    display: block;
    padding-top: 60px;
    padding-bottom: 25px;
  }

  #press-web-tab {
    display: none;
  }

  #press-mob-ver {
    display: block;
  }

  #press-web-ver {
    display: none;
  }

  #press-mob-tab.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #press-mob-tab .active {
    background-color: #010341;
    color: white !important;
  }

  #press-mob-tab .btn-group {
    width: 100%;

  }

  #press-mob-tab .btn {
    margin: 0px;
    word-wrap: unset;
    padding: 25px 2px 25px 2px;
    border-style: solid;
    border-color: #010341;
    border-width: 1px;
    color: #010341;

  }

  #press-page-web.container-fluid,
  #press-page-mob.container-fluid {
    padding-left: 30px;
    padding-right: 20px;

  }

  #press-page-web .banner-desc,
  #press-page-mob .banner-desc {
    max-width: 100%;
  }

  #press-page-web h2,
  #press-page-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #press-page-web .section-heading,
  #press-page-mob .section-heading {
    padding-bottom: 20px;
  }

  #press-page-web .row,
  #press-page-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #media-web.container-fluid,
  #media-mob.container-fluid {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 8%;
  }

  #media-web .banner-desc,
  #media-mob .banner-desc {
    max-width: 100%;
  }

  #media-web h1,
  #media-mob h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #media-web .section-heading,
  #media-mob .section-heading {
    padding-bottom: 20px;
  }

  #media-web .row,
  #media-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #crowdz-featured-section .container-fluid,
  #crowdz-featured-section-mob.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #crowdz-featured-section-viewall .container-fluid,
  #crowdz-featured-section-mob-viewall.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #crowdz-featured-section .btn,
  #crowdz-featured-section-mob .btn {
    float: left;
    margin-bottom: 0px;
  }

  #crowdz-featured-section-viewall .btn,
  #crowdz-featured-section-mob-viewall .btn {
    float: left;
    margin-bottom: 0px;
  }

  #crowdz-featured-section .btn:hover {
    background-color: #5f3ea7 !important;
  }

  #crowdz-featured-section-viewall .btn:hover {
    background-color: #5f3ea7 !important;
  }

  #logo-web.container-fluid,
  #logo-mob.container-fluid {
    padding-left: 20px;
    padding-right: 30px;
  }

  #logo-web .logo-desc-press,
  #logo-mob .logo-desc-press {
    width: 100%;
    padding-bottom: 50px;
  }

  #logo-web .row,
  #logo-mob .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .logo-mob-p {
    padding: 0;
  }

  #press-gallery.container-fluid,
  #press-gallery-mob.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #press-release.container-fluid,
  #press-release-mob.container-fluid {
    padding: 100px 20px 50px 40px;
    background-color: #f6f6f4;
  }

  #awards-web.container-fluid,
  #awards-mob.container-fluid {
    padding-left: 0px;
    padding-right: 20px;
  }

  #awards-web .banner-desc,
  #awards-mob .banner-desc {
    max-width: 100%;
  }

  #awards-web h2,
  #awards-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;

  }

  #gallery-mob {
    column-count: 2;
  }

  #crowdz-featured-section-mob .card .col-mb-6 {
    border-style: none !important;
  }

}

@media (max-width: 991px) {
  #press-mob-tab {
    display: block;
    padding-top: 60px;
    padding-bottom: 25px;
    width: 100%;
  }

  #press-web-tab {
    display: none;
  }

  #press-mob-ver {
    display: block;
  }

  #press-web-ver {
    display: none;
  }

  #press-mob-tab.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  #press-mob-tab .active {
    background-color: #010341;
    color: white !important;
  }


  #press-mob-tab .btn-group {
    width: 100%;

  }

  #press-mob-tab .btn {
    margin: 0px;
    word-wrap: unset;
    padding: 25px 2px 25px 2px;
    border-style: solid;
    border-color: #010341;
    border-width: 1px;
    color: #010341;

  }

  #press-page-web .banner-desc,
  #press-page-mob .banner-desc {
    max-width: 100%;
  }

  #press-page-web h2,
  #press-page-mob h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #press-page-web .section-heading,
  #press-page-mob .section-heading {
    padding-bottom: 20px;
  }

  #press-page-web .row,
  #press-page-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #media-web.container-fluid,
  #media-mob.container-fluid {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 8%;
  }

  #media-web .banner-desc,
  #media-mob .banner-desc {
    max-width: 100%;
  }

  #media-web h1,
  #media-mob h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;
  }

  #media-web .section-heading,
  #media-mob .section-heading {
    padding-bottom: 20px;
  }

  #media-web .row,
  #media-mob .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #crowdz-featured-section .container-fluid,
  #crowdz-featured-section-viewall .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #crowdz-featured-section .btn,
  #crowdz-featured-section-mob .btn {
    float: left;
    margin-bottom: 0px;
  }

  #crowdz-featured-section-viewall .btn,
  #crowdz-featured-section-mob-viewall .btn {
    float: left;
    margin-bottom: 0px;
  }

  #logo-web.container-fluid,
  #logo-mob.container-fluid {
    padding-left: 20px;
    padding-right: 30px;
  }

  #logo-web .logo-desc-press,
  #logo-mob .logo-desc-press {
    width: 100%;
    padding-bottom: 50px;
  }

  #logo-web .row,
  #logo-mob .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .logo-mob-p {
    padding: 0;
  }

  #press-gallery.container-fluid,
  #press-gallery-mob.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  #press-release.container-fluid,
  #press-release-mob.container-fluid {
    padding: 100px 20px 50px 40px;
    background-color: #f6f6f4;
  }

  #awards-web.container-fluid,
  #awards-mob.container-fluid {
    padding-left: 30px;
    padding-right: 20px;
  }

  #awards-web .banner-desc,
  #awards-mob .banner-desc {
    max-width: 100%;
  }

  #awards-web h1,
  #awards-mob h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    margin-block-end: 15px !important;

  }

  #gallery-mob {
    column-count: 2;
  }

  #crowdz-featured-section-mob .card .col-mb-6 {
    border-style: none !important;
  }


}

@media (max-width: 1199px) {}



































.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

/*===============================================================================================

==================================================
    crowdz request-a-demo page 
==================================================*/
#crowdz-reque-demo.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

#crowdz-reque-demo.section {
  padding-top: 10% !important;
  padding-bottom: 20px;
}

.sch-integ {
  border-style: solid;
  border-radius: 40px;
  border-color: gray;
  border-width: 1px;
  height: 2200px;
  width: 100%;
  margin-top: 80px !important;
  padding-bottom: 80px !important;
  padding-top: 30px !important;
}

#crowdz-reque-demo p,
#crowdz-reque-demo-mob p {
  font-weight: 600;
}

#crowdz-reque-demo-mob {
  display: none;
}

@media (max-width: 575px) {
  #crowdz-reque-demo {
    display: none;
  }

  #crowdz-reque-demo-mob {
    display: block;
  }

  #crowdz-reque-demo-mob h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  #crowdz-reque-demo-mob .sch-integ {
    border-style: solid;
    border-radius: 40px;
    border-color: gray;
    border-width: 1px;
    height: 2200px;
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 80px !important;
  }

  #crowdz-reque-demo-mob.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
  }

  #crowdz-reque-demo .col-md-8 {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  #crowdz-reque-demo {
    display: none;
  }

  #crowdz-reque-demo-mob {
    display: block;
  }

  #crowdz-reque-demo-mob h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  #crowdz-reque-demo-mob .sch-integ {
    border-style: solid;
    border-radius: 40px;
    border-color: gray;
    border-width: 1px;
    height: 2200px;
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 80px !important;
  }

  #crowdz-reque-demo-mob.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
  }

  #crowdz-reque-demo .col-md-8 {
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  #crowdz-reque-demo {
    display: none;
  }

  #crowdz-reque-demo-mob {
    display: block;
  }

  #crowdz-reque-demo-mob h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  #crowdz-reque-demo-mob .sch-integ {
    border-style: solid;
    border-radius: 40px;
    border-color: gray;
    border-width: 1px;
    height: 2200px;
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 80px !important;
  }

  #crowdz-reque-demo-mob.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
  }

  #crowdz-reque-demo .col-md-8 {
    padding-right: 0px;
  }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .section-div {
    padding-top: 43% !important;
    margin-bottom: 65px !important;
  }

  .promo1-image {
    margin-left: auto !important;
    margin-right: 2px !important;
    margin-top: 50% !important;
    width: 350px !important;
  }

  .banner-title {
    padding-top: 5px !important;
  }

  .flex-center {
    display: block !important;
  }

  html {
    scroll-behavior: smooth;
  }
}

/*===============================================================================================

==================================================
    crowdz blog detail page 
==================================================*/
#blog-det-web .section-heading::before,
#blog-det-mob .section-heading::before {
  border: 1px solid #d6d6d6;
}

#blog-det-web.container-fluid {
  padding-top: 15%;
  padding-left: 100px;
  padding-right: 50px;
}

#blog-det-mob.container-fluid {
  padding-top: 25%;
  padding-left: 50px;
  padding-right: 50px;
}

#blog-det-mob .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#blog-det-mob .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#blog-det-web h1,
#blog-det-mob h1 {
  color: #010341;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 98px !important;
}

/* #blog-det-web img{
width: 100%;
} */
#blog-det-web h2,
#blog-det-mob h2 {
  color: #010341;
  font-size: 28px;
  font-weight: 700;
}

#blog-det-web p,
#blog-det-web ul li,
#blog-det-mob p {
  color: #010341;
  font-size: 18px !important;
  /* font-weight: 500 !important; */
  margin-block-end: 0px;
  line-height: 28px;
  padding: 10px 0px;

}

#blog-det-web .w-85 {
  width: 85%;

}

#blog-det-web .col-12 {
  padding-left: 0px;
}

#blog-det-web a,
#blog-det-mob a {
  /* color:#000; */
  /* font-size: 18px !important; */
  font-weight: 400 !important;
}


#blog-det-web .blog-author-title p,
#blog-det-mob .blog-author-title p {
  color: #855be0;
  font-size: 18px !important;
  font-weight: 500 !important;
}

#blog-m-art.container-fluid {
  padding-left: 85px;
  padding-right: 50px;
}

#blog-art-mob.container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

#blog-m-art h2,
#blog-art-mob h2 {
  color: #010341;
  font-size: 25px;
  font-weight: 700;
}

#blog-m-art .card,
#blog-art-mob .card {
  border: none !important;
  border-radius: 0px !important;
}

#blog-m-art .card-body,
#blog-art-mob .card-body {
  padding-left: 0px;
}

#blog-m-art .card-title,
#blog-art-mob .card-title {
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#blog-m-art .card-text,
#blog-art-mob .card-text {
  padding-bottom: 20px;
}

#blog-m-art p {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

#blog-det-mob,
#blog-art-mob {
  display: none;
}




@media (max-width: 575px) {
  #blog-det-mob.container-fluid {
    padding-top: 45% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  #blog-det-mob h1 {
    color: #010341;
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  #blog-art-mob.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog-det-web,
  #blog-m-art {
    display: none;
  }

  #blog-det-mob,
  #blog-art-mob {
    display: block;
  }
}

@media (max-width: 767px) {
  #blog-det-mob.container-fluid {
    padding-top: 40% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  #blog-det-mob h1 {
    color: #010341;
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  #blog-art-mob.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog-det-web,
  #blog-m-art {
    display: none;
  }

  #blog-det-mob,
  #blog-art-mob {
    display: block;
  }
}

@media (max-width: 991px) {
  #blog-det-mob.container-fluid {
    padding-top: 20%;
    padding-left: 30px;
    padding-right: 30px;
  }

  #blog-det-mob h1 {
    color: #010341;
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
  }

  #blog-art-mob.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog-det-web,
  #blog-m-art {
    display: none;
  }

  #blog-det-mob,
  #blog-art-mob {
    display: block;
  }
}















/*===============================================================================================

==================================================
    crowdz 404 page 
==================================================*/

#e404-page .banner-desc {
  margin-top: 20px;
  font-weight: 700 !important;
  line-height: 40px;
  font-size: 1.7rem;
  padding-bottom: 2rem;
}

#e404-page-mob .banner-desc {
  margin-top: 20px;
  font-weight: 600 !important;
  line-height: 1.4;
  font-size: 42px;
  min-width: 100%;
}

#e404-page .container {
  padding-top: 70px;
}

#e404-banner-mob .e-btn {
  padding: 20px 80px 20px 80px;
  background-color: #855be0;
  border: 1px solid #855be0;
  border-radius: 30px;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 17px;
  margin-left: 0px;
}

#e404-banner-mob .e-btn-back {
  padding: 19px 68px 19px 68px;
  border: 1px solid #855be0;
  border-radius: 30px;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 17px;
  margin: -15px;
  color: #855be0;
  margin-left: 0px;
}

.e-btn {
  padding: 18px 65px 18px 65px;
  background-color: #855be0;

  border-radius: 30px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px;
  margin: 20px;
  margin-left: 0px;
}

.e-btn-back {
  color: #855be0 !important;
  padding: 18px 65px 18px 65px;
  border: 1px solid #855be0;
  border-radius: 30px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px;
  margin: 20px;
  color: #855be0;
  margin-left: 0px;
}

.e-btn-back:hover {
  background-color: #5f3ea7;
  color: white !important;

}

.e-btn:hover {

  background-color: #5f3ea7;

}

#e404-banner div:nth-child(1) {
  padding-left: 2px !important;
}

#e404-banner .container {
  margin-left: 100px !important;
}

#e404-banner-mob {
  display: none;
}

#e404-page .section-padding {
  padding: 100px 0px 2px 0px !important;
}

#e404-banner .e404-banner-img {
  background-image: url(../../../../../cms/wp-content/uploads/2020/01/16103114/404-desktop.svg);
  background-repeat: no-repeat;
  background-position: 65% 10%;
  padding: 10px 0 0px;
}

#e404-banner-mob .e404-banner-img {
  background-image: url(../../../../../cms/wp-content/uploads/2020/01/16103115/404-mobile.svg);
  background-repeat: no-repeat;
  background-position: 47% 149%;
  padding: 10px 0 120px;
}

#e404-banner .section-padding {
  padding-bottom: 0px !important;
}

@media (max-width: 575px) {
  #e404-page {
    display: none
  }
}

@media (max-width: 767px) {
  #e404-page {
    display: none
  }
}

@media (max-width: 991px) {
  #e404-page {
    display: none
  }

  #e404-banner .container {
    margin-left: 0px !important;
  }

  #e404-banner-mob {
    display: block;
  }

}

/*======================================================
 crowdz-pricing-page-new-style 
 ======================================================*/
/*-------------------------------
    banner #pricing-page
    ---------------------------------*/
#crowdz-banner .container {
  margin-left: 100px !important;
}

#pricing-page-rev.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* new addition */
#learn-more-desc {
  text-align: center !important;

}

.text-mar {
  margin-top: 75px;
}

.enjoy-pad {
  padding-top: 75px;
}

/* addition over */

.page-section {
  overflow: hidden;
}

.section-padding {
  padding: 100px 0 !important;
}

.section-heading {
  color: #ffffff;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading::before {
  border: 1px solid #fff;
  content: '';
  display: inline-block;
  margin: 0 auto 20px;
  margin-right: 20px;
  position: relative;
  top: 17px;
  width: 35px;
}

.dblue-text {
  color: #010341;
}

.banner-desc {
  margin-top: 20px;
  max-width: 80%;
  font-weight: 300 !important;
  line-height: 20px;
}

.banner-padding {
  padding: 100px 0;
}

#pricing-page-rev .section-padding {
  padding-bottom: 0px !important;
}

/*-------------------------------
    pricing-card #pricing-card
    ---------------------------------*/

/* new additon or changes */
#pricing-cards-rev .row-p {
  height: 18rem;
}


#pricing-cards-rev .pricing-title,
#pricing-cards-rev-mob .pricing-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;

}

#pricing-cards-rev .pricing-sub-title,
#pricing-cards-rev-mob .pricing-sub-title {
  font-size: 8px !important;
  font-weight: 300 !important;
  letter-spacing: 1.6px;
  padding-top: 0px;
  padding-bottom: 8px !important;
  text-align: center;
}

#pricing-cards-rev .pricing-feature,
#pricing-cards-rev-mob .pricing-feature {
  font-size: 12px !important;
  margin-bottom: 10px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: left;
  letter-spacing: 1.2px !important;
  padding-bottom: 0px !important;
  font-weight: 300 !important;

}

#pricing-cards-rev .fas {
  font-size: 10px !important;

}

#pricing-cards-rev .btn-trial,
#pricing-cards-rev-mob .btn-trial {
  /* background-color: #855be0; */
  border: 1px solid wheat;
  margin: 0px 25px 0px 25px !important;
  margin-bottom: 10px !important;
  width: -webkit-fill-available;
}

#pricing-cards-rev .btn-active,
#pricing-cards-rev-mob .btn-active {
  background-color: #855be0;
}


#pricing-cards-rev .card-wow:hover,
#pricing-cards-rev-mob .card-wow:hover {

  /* color: white !important;
  border: solid 1px white !important; */
  /* background-color: #855be0 !important; */
  /* cursor: pointer !important; */
}

#pricing-cards-rev .card-wow,
#pricing-cards-rev-mob .card-wow {

  border: solid 1px white !important;

}

/* end of new additon or changes  */


#pricing-cards-rev,
#pricing-cards-rev-mob {
  background-color: #010341 !important;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
}

#pricing-cards-rev .pricing-card,
#pricing-cards-rev-mob .pricing-card {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#pricing-cards-rev .card,
#pricing-cards-rev-mob .card {
  background-color: transparent !important;
  border: none;
}

#pricing-cards-rev .card-body,
#pricing-cards-rev-mob .card-body {
  padding-left: 1px !important;
  padding-right: 1px !important;
  padding-top: 0px;
}




#pricing-cards-rev .pricing-amt,
#pricing-cards-rev-mob .pricing-amt {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 2px !important;
  padding-bottom: 25px !important;

}


#pricing-cards-rev .btn,
#pricing-cards-rev-mob .btn {
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.78px !important;
  text-transform: none !important;
  width: 100%;
}

/* #pricing-cards-rev a,
#pricing-cards-rev-mob a {
  opacity: 0.503511 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  text-decoration: underline !important;
  color: #ffffff !important;

} */

#pricing-cards-rev .pricing-monthly,
#pricing-cards-rev-mob .pricing-monthly {
  background-color: #000;
  font-size: 11px;
  margin-inline-start: 10%;
  margin-inline-end: 10%;
  text-transform: uppercase;


}

.container.pricing-condi {
  margin-left: 0px !important;
}

#pricing-cards-rev .pricing-condi,
#pricing-cards-rev-mob .pricing-condi {
  opacity: 0.4983026 !important;
  width: 618px;
  height: 51px;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px;
}



#pricing-cards-rev .card-wow:hover .btn,
#pricing-cards-rev-mob .card-wow:hover .btn {

  background-color: white;
  border: none;
  color: #1b1b1b !important;
}

#pricing-cards-rev .btn:hover,
#pricing-cards-rev-mob .btn:hover {
  background-color: white;
  border: none;
}

#pricing-cards-rev .dark-blue {
  color: #888;
}

.learn-more {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  letter-spacing: 1px !important;
}

#lear-ico-1 {
  cursor: pointer;
}

/*-------------------------------
    invite-section #invite
    ---------------------------------*/

#invite.container-fluid {
  padding-left: 130px !important;
  padding-right: 0px !important;
  margin-right: 10px;
}

#invite .row {
  padding-right: 50px;
  margin-right: 50px;
}

.invite-banner img {
  width: 100% !important;
}

#invite p {
  font-weight: 500;
  width: 500px;
  margin-bottom: 100px !important;
}

.invite-banner {
  margin-left: auto !important;
  margin-right: 2px !important;
  margin-top: -17% !important;
  width: 100% !important;
}

.invite-section {
  background-color: #855be0;
  padding-bottom: 100px;
}

.invite-section h3 {
  margin-bottom: 30px;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 34px;
}

.invite-section .pricing-button {
  padding: 14px 70px 14px 20px;
  font-weight: 600;
}

.invite-section .pricing-button img {
  margin-right: 10px;
}

#share-ico-mob {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.sharing-icons {
  margin-top: 50px;
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.sharing-icons span {
  margin-left: 30px;
}

.sharing-icons span img {
  margin-right: 30px;
}

.sharing-icons span img:hover {
  cursor: pointer;
}

#share-ico-mob {
  display: none;
}

#pricing-cards-rev-mob {
  display: none;
}



@media (max-width: 575px) {
  #pricing-page-rev .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page-rev h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page-rev .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards-rev,
  #pricing-cards-rev-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* #pricing-cards-rev .card-body, #pricing-cards-rev-mob .card-body{
            border-radius: 15px !important;
            border: solid 1px #ffffff !important;
        } */
  #pricing-cards-rev .pricing-condi,
  #pricing-cards-rev-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-rev-mob {
    display: block;
  }

  #pricing-cards-rev {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }


}

@media (max-width: 767px) {
  #pricing-page-rev .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page-rev h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page-rev .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards-rev,
  #pricing-cards-rev-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* #pricing-cards-rev .card-body, #pricing-cards-rev-mob .card-body{
            border-radius: 15px !important;
            border: solid 1px #ffffff !important;
        } */
  #pricing-cards-rev .pricing-condi,
  #pricing-cards-rev-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-rev-mob {
    display: block;
  }

  #pricing-cards-rev {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }

}

@media (max-width: 991px) {

  #pricing-page-rev .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page-rev h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page-rev .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards-rev,
  #pricing-cards-rev-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* #pricing-cards-rev .card-body, #pricing-cards-rev-mob .card-body{
            border-radius: 15px !important;
            border: solid 1px #ffffff !important;
        } */
  #pricing-cards-rev .pricing-condi,
  #pricing-cards-rev-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-rev-mob {
    display: block;
  }

  #pricing-cards-rev {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }

}

@media (max-width: 1199px) {
  #pricing-cards-rev .row-p {
    height: 20rem;
  }
}






/* scrolling style */











.list-aggregate>div {
  padding: 10px 0;

  -webkit-transition: ease-in-out background-color .15s .05s;
  -o-transition: ease-in-out background-color .15s .05s;
  transition: ease-in-out background-color .15s .05s;
}

ul,
div {
  list-style: none;
}

#blog-det-web ul,
#blog-det-mob ul {
  list-style: disc;
  line-height: 25px;
}


.list-aggregate div a {
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.list-aggregate div a:hover {
  color: #fff;
}



.list-aggregate div:hover {
  background-color: #1e0eaf
}




.testimonial-web {
  width: 33%;
  margin: 35px auto;
  background: #111347;
}

.list-wrapper {
  height: 1000px;
}

.list-aggregate div p {
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  text-align: left;
  height: 50px;
  line-height: 18px;
  overflow: hidden;
}

.list-aggregate>div>a {
  text-align: left;
  width: 100%;
  height: 250px;
  line-height: 25px;
  display: block;
  margin: 7px 3px;
  overflow: hidden;
  border: none !important;
  font-family: 'Montserrat', sans-serif;
  opacity: 0.8 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 10px;
}

/*======================================================
 crowdz-pricing-page-new-style 
 ======================================================*/
/*-------------------------------
    banner #pricing-page
    ---------------------------------*/
#crowdz-banner .container {
  margin-left: 100px !important;
}

#pricing-page-rev.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* new addition */
#learn-more-desc {
  text-align: center !important;

}

.text-mar {
  margin-top: 75px;
}

.enjoy-pad {
  padding-top: 75px;
}

/* addition over */

.page-section {
  overflow: hidden;
}

.section-padding {
  padding: 100px 0 !important;
}

.section-heading {
  color: #ffffff;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading::before {
  border: 1px solid #fff;
  content: '';
  display: inline-block;
  margin: 0 auto 20px;
  margin-right: 20px;
  position: relative;
  top: 17px;
  width: 35px;
}

.dblue-text {
  color: #010341;
}

.banner-desc {
  margin-top: 20px;
  max-width: 80%;
  font-weight: 300 !important;
  line-height: 20px;
}

.banner-padding {
  padding: 100px 0;
}

#pricing-page-rev .section-padding {
  padding-bottom: 0px !important;
}

/*-------------------------------
    pricing-card #pricing-card
    ---------------------------------*/

/* new additon or changes */
#pricing-cards-rev .row-p {
  height: 18rem;
}

#pricing-cards-rev .card-body .card-title{
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

#pricing-cards-rev .card-body .card-text{
  color: #fff !important;
  text-align: left;
  font-weight: 300 !important;
  line-height: 20px;
  font-size: 1rem !important;
}



#pricing-cards-rev .pricing-title,
#pricing-cards-rev-mob .pricing-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;

}

#pricing-cards-rev .pricing-sub-title,
#pricing-cards-rev-mob .pricing-sub-title {
  font-size: 8px !important;
  font-weight: 300 !important;
  letter-spacing: 1.6px;
  padding-top: 0px;
  padding-bottom: 8px !important;
  text-align: center;
}

#pricing-cards-rev .pricing-feature,
#pricing-cards-rev-mob .pricing-feature {
  font-size: 12px !important;
  margin-bottom: 10px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: left;
  letter-spacing: 1.2px !important;
  padding-bottom: 0px !important;
  font-weight: 300 !important;

}

#pricing-cards-rev .fas {
  font-size: 10px !important;

}

#pricing-cards-rev .btn-trial,
#pricing-cards-rev-mob .btn-trial {
  /* background-color: #855be0; */
  /* border: 1px solid wheat; */
  margin: 0px 25px 0px 25px !important;
  margin-bottom: 10px !important;
  width: -webkit-fill-available;
}

/* #pricing-cards-rev .btn-active,
#pricing-cards-rev-mob .btn-active {
  background-color: #855be0;
} */


/* #pricing-cards-rev .card-wow:hover,
#pricing-cards-rev-mob .card-wow:hover {

  color: white !important;
  border: solid 1px white !important;
  background-color: #855be0 !important;
  cursor: pointer !important;
} */

#pricing-cards-rev .card-wow,
#pricing-cards-rev-mob .card-wow {

  /* border: solid 1px white !important; */

}

/* end of new additon or changes  */


#pricing-cards-rev,
#pricing-cards-rev-mob {
  background-color: #010341 !important;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
}

#pricing-cards-rev .pricing-card,
#pricing-cards-rev-mob .pricing-card {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#pricing-cards-rev .card,
#pricing-cards-rev-mob .card {
  background-color: transparent !important;
  border: none;
}

#pricing-cards-rev .card-body,
#pricing-cards-rev-mob .card-body {
  padding-left: 1px !important;
  padding-right: 1px !important;
  padding-top: 0px;
}




#pricing-cards-rev .pricing-amt,
#pricing-cards-rev-mob .pricing-amt {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 2px !important;
  padding-bottom: 25px !important;

}


#pricing-cards-rev .btn,
#pricing-cards-rev-mob .btn {
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.78px !important;
  text-transform: none !important;


}

/* #pricing-cards-rev a,
#pricing-cards-rev-mob a {
  opacity: 0.503511 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  text-decoration: underline !important;
  color: #ffffff !important;
} */

#pricing-cards-rev .pricing-monthly,
#pricing-cards-rev-mob .pricing-monthly {
  background-color: #000;
  font-size: 11px;
  margin-inline-start: 10%;
  margin-inline-end: 10%;
  text-transform: uppercase;


}

.container.pricing-condi {
  margin-left: 0px !important;
}

#pricing-cards-rev .pricing-condi,
#pricing-cards-rev-mob .pricing-condi {
  opacity: 0.4983026 !important;
  width: 618px;
  height: 51px;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px;
}



#pricing-cards-rev .card-wow:hover .btn,
#pricing-cards-rev-mob .card-wow:hover .btn {

  background-color: white;
  border: none;
  color: #1b1b1b !important;
}

#pricing-cards-rev .btn:hover,
#pricing-cards-rev-mob .btn:hover {
  background-color: white;
  border: none;
}

#pricing-cards-rev .dark-blue {
  color: #888;
}

.learn-more {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center !important;
  letter-spacing: 1px !important;
}

#lear-ico-1 {
  cursor: pointer;
}

/*-------------------------------
    invite-section #invite
    ---------------------------------*/

#invite.container-fluid {
  padding-left: 130px !important;
  padding-right: 0px !important;
  margin-right: 10px;
}

#invite .row {
  padding-right: 50px;
  margin-right: 50px;
}

.invite-banner img {
  width: 100% !important;
}

#invite p {
  font-weight: 500;
  width: 500px;
  margin-bottom: 100px !important;
}

.invite-banner {
  margin-left: auto !important;
  margin-right: 2px !important;
  margin-top: -17% !important;
  width: 100% !important;
}

.invite-section {
  background-color: #855be0;
  padding-bottom: 100px;
}

.invite-section h3 {
  margin-bottom: 30px;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 34px;
}

.invite-section .pricing-button {
  padding: 14px 70px 14px 20px;
  font-weight: 600;
}

.invite-section .pricing-button img {
  margin-right: 10px;
}

#share-ico-mob {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.sharing-icons {
  margin-top: 50px;
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 39px !important;
}

.sharing-icons span {
  margin-left: 30px;
}

.sharing-icons span img {
  margin-right: 30px;
}

.sharing-icons span img:hover {
  cursor: pointer;
}

#share-ico-mob {
  display: none;
}

#pricing-cards-rev-mob {
  display: none;
}



@media (max-width: 575px) {
  #pricing-page-rev .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page-rev h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page-rev .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards-rev,
  #pricing-cards-rev-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* #pricing-cards-rev .card-body, #pricing-cards-rev-mob .card-body{
            border-radius: 15px !important;
            border: solid 1px #ffffff !important;
        } */
  #pricing-cards-rev .pricing-condi,
  #pricing-cards-rev-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-rev-mob {
    display: block;
  }

  #pricing-cards-rev {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }


}

@media (max-width: 767px) {
  #pricing-page-rev .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page-rev h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page-rev .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards-rev,
  #pricing-cards-rev-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* #pricing-cards-rev .card-body, #pricing-cards-rev-mob .card-body{
            border-radius: 15px !important;
            border: solid 1px #ffffff !important;
        } */
  #pricing-cards-rev .pricing-condi,
  #pricing-cards-rev-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-rev-mob {
    display: block;
  }

  #pricing-cards-rev {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }

}

@media (max-width: 991px) {

  #pricing-page-rev .section-padding {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }

  #pricing-page-rev h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 60px !important;
  }

  #pricing-page-rev .banner-desc {
    max-width: 100% !important;
  }

  #pricing-cards-rev,
  #pricing-cards-rev-mob {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* #pricing-cards-rev .card-body, #pricing-cards-rev-mob .card-body{
            border-radius: 15px !important;
            border: solid 1px #ffffff !important;
        } */
  #pricing-cards-rev .pricing-condi,
  #pricing-cards-rev-mob .pricing-condi {
    opacity: 0.4983026;
    width: 100%;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #invite.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #invite .row {
    padding-right: 0px !important;
    padding-left: 10px !important;
    margin-right: 0px;
  }

  #invite p {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  #share-ico-mob {
    display: block;
  }

  #share-ico-web {
    display: none;
  }

  #pricing-cards-rev-mob {
    display: block;
  }

  #pricing-cards-rev {
    display: none;
  }

  #crowdz-banner .container {
    margin-left: 0px !important;
  }

}




@media (max-width: 1199px) {
  #pricing-cards-rev .row-p {
    height: 20rem;
  }

}

@media (min-width: 600px){
.press-card-size {
    max-width: 22%
}
.press-card .card-footer {
  padding: .75rem .15rem;
}
}

@media (max-width: 450px) {
  .blog-card-mob {    
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    padding-left: 5px;
  }
  #gallery-blog .card {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border: none !important;
    float: none;
    margin-left: 4px;   
  }
}
@media (max-width: 575px) {
  .blog-card-mob{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
}

@media (max-width: 991px) {
  #blog-gall .module {
    width: 250px;  
    overflow: hidden;
   } 
  
  #blog-gall .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
  }
  .blog-card-mob {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
  } 
  
   #gallery-blog{
    margin-left: 10px;
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  #gallery-blog{
    margin-left: 10px;
  }
}

_:-ms-fullscreen, :root #gallery-blog .card-img-top{
  width: auto;
  height: 400px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

#blog-det-mob .blog-content img {
  width: 100%;
  height: auto;
}

#blog-det-web .blog-content img {
  width: 100%;
  height: auto;
}

#blog-det-mob .blog-content iframe {
  width: 100%;
  height: auto;
} 
  
#send-inv-web img,
#send-inv-mob img {
  width: 70%;
}

#pay-inv-web img,
#pay-inv-mob img {
  width: 70%;
}

#sell-inv-web img,
#sell-inv-mob img {
  width: 70%;
}

#pricing-page-rev .banner-padding {
  padding: 100px 0 25px 0;
}

#pricing-cards-rev-mob .card-text {
  color: #fff !important; 
  text-align: left; 
  font-weight: 300 !important; 
  line-height: 20px;
  font-size: 16px !important;
}

#marquee-vertical-1 p {
  width: 100%;
}

.header-button {
  height: 40px !important;
  padding-top: 12px !important;
  border-radius: 10em;
}

.header-button-mob {
  height: 35px !important;
  padding-top: 8px !important;
  border-radius: 10em;
}

#blog-banner-web .input-group-text {
  color: #fff !important;
}

.input-group-text:focus { 
  outline:none;
}

#blog-banner-web .input-group span { 
  width: 55% !important;
}

/* Custom CSS */

#crowdz-web-footer .footer-link-head h4 {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
}

#crowdz-mob-footer .footer-link-head h4 {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
}

#menu-footer-menu-1,
#menu-footer-menu-2,
#menu-footer-menu-3,
#menu-products {
  padding-left: 0px;
  margin-top: 20px;
}

#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}

.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #855be0;
  ;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#crowdz-contact-section #breadcrumbs-section .breadcrumb_last, 
#crowdz-reque-demo #breadcrumbs-section .breadcrumb_last,
#legal-banner #breadcrumbs-section .breadcrumb_last { 
  font-weight: 600 !important;
}

#legal-banner #breadcrumbs-section p {
  margin-bottom: 50px;
}

#breadcrumbs a {
  color: #9254E8;
}

.payment-section-heading {
  display: flex;
}

.payment-section-heading img {
  width: fit-content;
  height: fit-content;
  margin-top: 8px;
}

#crowdz-team .w-100 {
  max-width: 31.5% !important;
}

.customer-story-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #9254E8;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.page-id-161 .wpcf7 form.spam .wpcf7-response-output {
  color: black;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.testimonial-page-tab .widget-title {
  display: none;
}

#menu-testimonial-sidebar {
  padding: 0px;
  display: grid;
}

.w-100.appl-btn {
  width: auto !important;
}

.btn_wid{
  width: 30% !important;
}
/*Footer signup form\*


/* footer web section */
#footer-signup-web.container-fluid {
  padding-top: 170px;
  padding-left: 100px;
  color: #010341;
}

#footer-signup-web p {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#footer-signup-web input[type=email] {
  border-radius: 20px 0 0 20px;
  border: 1px solid #e0e0e0;
  padding-left: 25px;
  border-right: none;
}

#footer-signup-web .input-group-text {
  /*width: 153px;*/
  width: 143px;
  height: 38px;
  border-radius: 0 20px 20px 0 !important;
  background-color: #855be0;
  color: #fff;
  border: none;
  padding-left: 17px;
  padding-right: 50px;
  border: 1px solid #5f3ea7;
}

#footer-signup-web .input-group-text:hover {
  background-color: #5f3ea7;
  cursor: pointer;
}

#footer-signup-web input::placeholder {
  padding-top: 20px;
  font-weight: 500;
  color: #787878 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

#footer-signup-web input {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

#footer-signup-web .input-group span { 
  width: 55% !important;
}

#footer-signup-web .form-control {
  background-color:#010341 !important;
}

#footer-signup-web .input-group-prepend { 
  width: 77px !important;
}

@media (min-width: 768px) and (max-width: 1200px){

  #crowdz-web-footer .footer-link-head {
    padding-right: 10px !important;
    /*padding-left: 3px !important;*/
  }


}

@media (min-width: 1200px) and (max-width: 1300px){

  #crowdz-web-footer .footer-link-head {
    padding-right: 20px !important;
    /*padding-left: 3px !important;*/
  }


}



@media (min-width: 768px) and (max-width: 1200px){

.btn_wid{
  /*width: 0px !important;*/
}

#footer-signup-web .input-group span {
    width: 55% !important;
}

#footer-signup-web .input-group-text {
    /* width: 153px; */
    width: 94px;
    height: 36px;
    border-radius: 0 20px 20px 0 !important;
    background-color: #855be0;
    color: #fff;
    border: none;
    padding-left: 5px;
    padding-right: 50px;
    border: 1px solid #5f3ea7;
}

#footer-signup-web input {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}

  
}

.mob_sign_up .input-group-prepend{
  width: 150px;
}
.mob_sign_up  input[type=email] {
  width: 161px !important;
}
.mob_sign_up  span {
  width: 161px !important;
}

.mob_sign_up .wpcf7-response-output{
  color: #2ad1a3 !important;
  margin-left: 28px !important;
  background-image: url("../../../../../cms/wp-content/uploads/2021/04/22075233/checkmark-green.svg");
  background-repeat: no-repeat;
  position: relative;
  background-position: left;
  padding-left: 21px !important;
  background-size: 15px;
  margin-top: 0 !important;
}

.btn_wid .wpcf7-response-output{
  color: #2ad1a3 !important;
  margin-left: 28px !important;
  background-image: url("../../../../../cms/wp-content/uploads/2021/04/22075233/checkmark-green.svg");
  background-repeat: no-repeat;
  position: relative;
  background-position: left;
  padding-left: 21px !important;
  background-size: 15px;
  margin-top: 0 !important;
}
.ptop{
  padding-top: 2rem!important;
}

.truncate_em{
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.press_heading .section-heading::before {
  border: 1px solid #d6d6d6;
}

/*Faq Page css*/

.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
        /*background-color: #fff;*/
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #FAFAFA;
        background-color: rgb(183, 84, 232, 0.1);
        border: 1px solid #51527d;
        border-collapse: collapse;
        border-spacing: 0px;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #FAFAFA;
    }

    .more-less {
        float: right;
        color: #FAFAFA;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #51527d;
        background-color: rgb(183, 84, 232, 0.1);
        padding: 25px;
        font-size: 16px;
        font-weight: 400;
        color: #FAFAFA;
        border-collapse: collapse;
        border-spacing: 0px;
    }
    .panel-group h4{
      margin-bottom: 0;
    }

    .txt_clrs{
      color: #fff;
      font-weight: 600;
      margin-top: 50px;
    }

#faqs row {
  height: -webkit-fill-available;
}

#faqs .height {
  height: 1400px;
}

#faqs.jumbotron {
  background-color: #010341 !important;
  padding-top: 50px;

}

#faqs .container-fluid {
  padding: 6% 5% 0% 5% !important;
}

#faqs .gallery-testim {
  height: auto;
}

#faqs h1 {
  padding-top: 25%;
  padding-right: 10% !important;

}

#faqs row {
  height: -webkit-fill-available;
}


#faqs p {
  width: 300px;
}

#faqs .btn {
  z-index: 4 !important;
  width: 175px !important;
  height: 55px;
  border-radius: 27.5px;
  border: solid 1px #855be0;
  color: #855be0;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center;
  padding: 0px !important;
  text-transform: none;
  margin-left: 0px;
}

/*hubspot form style start*/


#crowdz-contact-section .hs-button {
  width: 180px !important;
  height: 55px !important;
  border-radius: 27.5px !important;
  background: #855be0 !important;
  color: #e1d6f7 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center;
  text-transform: none !important ;
  border:0;
}

#crowdz-contact-mob .hs-button {
  width: 180px !important;
  height: 55px !important;
  border-radius: 27.5px !important;
  background: #855be0 !important;
  color: #e1d6f7 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 17px !important;
  text-align: center;
  text-transform: none !important ;
  border:0;
}

#crowdz-contact-section .hs-input{
  height: 105px !important;
  border-radius: 12px;
  background: #f2f2f2;
  border: transparent !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  color: #010341;
  width: 100% !important;
  margin-bottom: 1.5rem!important;
  padding: 14px;
  outline:none;
}

#crowdz-contact-mob .hs-input{
  height: 105px !important;
  border-radius: 12px;
  background: #f2f2f2;
  border: transparent !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  color: #010341;
  width: 100% !important;
  margin-bottom: 1.5rem!important;
  padding: 14px;
  outline:none;
}

/*.hs-input input::placeholder,*/
#crowdz-contact-section input::placeholder {
  color: #a9aabd;
  padding-top: 20px;
}

#crowdz-contact-mob input::placeholder {
  color: #a9aabd;
  padding-top: 20px;
}

#crowdz-contact-mob .hs-form{
  display: block !important;
}

#crowdz-contact-mob  .hs_email{
  display: block !important;
} 

#crowdz-contact-mob .hs-input{
  display: block !important;
}

#crowdz-contact-section .hs-form{
  display: block !important;
}

#crowdz-contact-section  .hs_email{
  display: block !important;
} 

#crowdz-contact-section .hs-input{
  display: block !important;
}

.autre-token .be-part .hs-input {
  border-radius: 30px;
  height: 50px;
  padding: 0.375rem 1.75rem;
  width: 100%;
  outline:none;
}

.autre-token .be-part .hs-form{
  display: block !important;
}

.autre-token .be-part .hs_email{
  display: block !important;
} 

.autre-token .be-part .hs-input{
  display: block !important;
}

.autre-token .be-part input.hs-button {
  color: #fff;
  background-color: #855BE0;
  width: 100%;
  margin-left: 0px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 15px;
  height: 50px;
  outline:none;
  border:0;
}
.autre-token .hs-error-msg{
  color: #dc3232;
}

#join-the-movement .hs-input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none;
}

#join-the-movement .hs-button {
    background-color: #7A9C72 !important;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin-top: 15px;
    width: 100%;
    height: 47px;
  }

#join-the-movement .hs-error-msg {
  color: #dc3232;
}
#join-the-movement .hs-main-font-element {
  color: #dc3232;
}
.hs-error-msgs{
  margin-bottom: -12px;
}

#join-the-movement .hs-form{
  display: block !important;
}

#join-the-movement .hs_email{
  display: block !important;
} 

#join-the-movement.hs-input{
  display: block !important;
}


#blog-banner-web .hs-button {
    height: 40px;
    border-radius: 0 20px 20px 0 !important;
    background-color: #855be0;
    color: #fff !important;
    border: none;
    padding-left: 25px;
    padding-right: 50px;
  }

  #blog-banner-web .hs-input{
    outline:none;
    width: 365px;
  }

  .blog_web .hs-form,.hs_email,.hs-input,.input{
    display: flex;
  }

  #blog-banner-web .no-list{
    display: none !important;
  }

  #blog-banner-web .hbspt-form{
    margin-bottom: .5rem!important;
    padding-top: 3rem!important;
  }

  #blog-banner-mob .hs-button {
    height: 40px;
    border-radius: 0 20px 20px 0 !important;
    background-color: #855be0;
    color: #fff !important;
    border: none;
    padding-left: 25px;
    padding-right: 50px;
  }

  #blog-banner-mob .hs-input{
    outline:none;
    width: 365px;
  }

  .blog_mob .hs-form,.hs_email,.hs-input{
    display: flex;
  }

  #blog-banner-mob .no-list{
    display: none !important;
  }

  #blog-banner-mob .hbspt-form{
    margin-bottom: .5rem!important;
    padding-top: 3rem!important;
  }

 .surf-score .environmental .hs-input{
    border-radius: 30px;
    height: 50px;
    padding: 0.375rem 1.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
 }

 .surf-score .environmental .hs_email{
  display: block;
 }

.surf-score .environmental .hs-button{
    color: #fff;
    background-color: #855BE0;
    width: 100%;
    margin-left: 0px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 15px;
    height: 50px;
    outline:none;
    border:0;
}
#footer-signup-web .hs-form{
  display: flex;
  padding-top: 3rem!important;
}

#footer-signup-web .hs_email{
  width: 55% !important;
}

#footer-signup-web .hs-button{
    width: 143px;
    height: 38px;
    border-radius: 0 20px 20px 0 !important;
    background-color: #855be0;
    padding-left: 17px;
    padding-right: 30px;
    border: 1px solid #5f3ea7;
}
#footer-signup-web .hs-input{
  background-color: #010341 !important;
  outline:none;
}
#footer-signup-web .hs-error-msgs{
  display: none !important;
}

#footer-signup-web .hs-button:hover {
    background-color: #5f3ea7;
    cursor: pointer;
}

#crowdz-mob-footer .hs-form{
  display: flex;
}

#crowdz-mob-footer .hs-button{
 padding: .375rem .75rem !important; 
}


/*hubspot chat form style end*/


/*blog attachment*/
.blog-content figure {
  width:auto !important;
}

.collapse-navbar-web {
  background: #010341 !important;
}