/* ******************************
:: TOOSA CUSTOM CSS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');

.ovalright {
  position: absolute;
  width: 842px;
  height: 842px;
  left: 50%;
  top: -35%;
  border-radius: 50%;

  background: linear-gradient(
    180deg,
    rgba(111, 81, 255, 0.7) 0%,
    rgba(246, 181, 204, 0.7) 100%
  );
  transform: rotate(90deg);
}

.ovalleft {
  position: absolute;
  width: 842px;
  height: 842px;
  left: -550px;
  top: 45px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(246, 181, 204, 0.2) 100%
  );
  transform: rotate(90deg);
}

.divider-menu:after {
  content: ' | ';
  padding-right: 0.95rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: block;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .divider-menu {
    display: none;
  }
}

.btn-toosa {
  border-radius: 10px;
  width: 440px;
  height: 63px;
}

/**
    MOBILE VIEW
*/
@media (max-width: 575px) {
  .btn-toosa {
    border-radius: 10px;
    width: 328px;
    height: 51px;
  }
}

.hero-title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
}

.hero-pre {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 174.69%;

  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.explore-more {
  width: 322px;
  height: 55px;
  /* White */
  background: #ffffff;
  border-radius: 10px;
}

.explore-more > .text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 174.69%;
  color: #6045e2;
}

/**
    MOBILE VIEW
*/
@media (max-width: 575px) {
  .ovalright {
    width: 85%;
    height: 85%;
    left: 80%;
    top: -35%;
  }
  #home .container .welcome-intro .hero-title {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 34px;
    font-weight: 700;
  }
  .hero-pre {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 16px;
  }
  .explore-more {
    margin: 0 auto;
  }
}

/** Influencers*/

.influencer-heading {
  margin-left: 0;
  margin-top: 5%;
}
.influencer-heading h5 {
  color: #2bc97e;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  /* identical to box height */
  letter-spacing: 0.2em;
}
.influencer-headingTwo {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
}
.influencer-content {
  margin-top: 10%;
  margin-left: 0;
}
.influencer-content .influencer-body {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;  
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 3%;
}
.influencer-content .body-subtitle {
  color: #6045e2;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5%;
}
.influencer-content .body-margin {
  margin-bottom: 5% !important;
}
.influencer-magin {
  margin-top: 20%;
}
#influencer .get-guided {
  text-align: center;
  /* White */
  background: #2bc97e;
  margin-left: 3%;
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
#influencer .get-guided:hover {
  background: #2bc97ec2;
}
#influencer .get-guided button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  font-size: 21px;
  line-height: 316.69%;
  text-transform: uppercase;
}

/**
    MOBILE VIEW
*/
@media (max-width: 575px) {
  .influencer-heading {
    margin-left: 5%;
  }
  .influencer-heading h5 {
    font-size: 16px;
    line-height: 19px;
  }
  .influencer-headingTwo {
    margin-left: 5%;
    margin-right: 10%;
    font-size: 28px;
    line-height: 33px;
  }
  .influencer-content {
    margin-top: 0%;
    margin-right: 8%;
  }
  .influencer-content .body-subtitle {
    font-size: 24px;
  }
  .influencer-content .influencer-body {
    font-size: 21px;
    margin-right: 5%;
  }
  #influencer .influencer-content .body-margin {
    margin-left: 5%;
  }
  .row div img {
    margin-left: 0%;
  }
  #influencer .get-guided {
    margin: 0 auto;
  }
  #influencer .get-guided button {
    font-size: 18px;
    line-height: 290%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .influencer-heading h5 {
    font-size: 18px;
  }
  .influencer-headingTwo {
    font-size: 38px;
  }
  .influencer-content .body-subtitle {
    font-size: 20px;
  }
  .influencer-content .influencer-body {
    font-size: 20px;
  }
}

/** 
TOOSA FOR ENTERPRISE 
*/
.enterprise-bg {
  background: #765aff;
}
.enterprise-heading {
  margin-left: 0;
  margin-top: 5%;
}
.enterprise-heading h5 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  /* identical to box height */
  letter-spacing: 0.2em;
}
.enterprise-headingTwo {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 800;
}
.enterprise-content {
  margin-top: 6%;
  margin-left: 6%;
}
.enterprise-content .body-subtitle {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2%;
}
.enterprise-content .enterprise-body {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  padding-right: 15%;
}
.enterprise-content .body-margin {
  margin-bottom: 5% !important;
}
#enterprise .get-guided {
  /* White */
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
#enterprise .get-guided:hover {
  background: #ffffffea;
}
#enterprise .get-guided button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #6045e2;
  font-size: 21px;
  line-height: 316.69%;
  text-transform: uppercase;
}
/**
    MOBILE VIEW
*/
@media (max-width: 500px) {
  .enterprise-heading {
    padding-left: 6%;
  }
  .enterprise-heading h5 {
    font-size: 16px;
  }
  .enterprise-headingTwo {
    font-size: 28px;
  }
  .enterprise-bg {
    height: 100%;
  }
  #enterprise .row .get-guided {
    margin: 0 auto;
  }
  .enterprise-headingTwo {
    font-size: 30px;
    margin-left: 24px;
  }
  #enterprise .enterprise-content {
    margin-right: 6%;
  }
  #enterprise .enterprise-content .body-margin {
    margin-right: 7%;
    margin-top: 8%;
  }
  #enterprise .enterprise-content .body-margin .body-subtitle {
    font-size: 24px;
    margin-right: 6%;
  }
  #enterprise .enterprise-content .body-margin .enterprise-body {
    font-size: 21px;
    font-weight: 300;
  }
  #enterprise .get-guided button {
    font-size: 18px;
    line-height: 290%;
  }
}
@media (min-width: 500px) and (max-width: 740px) {
  .enterprise-content .body-subtitle {
    font-size: 18px;
  }
  .enterprise-content .enterprise-body {
    font-size: 18px;
  }
  .enterprise-footer {
    margin-left: 5%;
    font-size: 20px;
  }
  .enterprise-bg {
    height: 100%;
  }
  #enterprise .get-guided {
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .enterprise-heading h5 {
    font-size: 18px;
  }
  .enterprise-headingTwo {
    font-size: 38px;
  }
  .enterprise-content .body-subtitle {
    font-size: 20px;
  }
  .enterprise-content .enterprise-body {
    font-size: 20px;
  }
  #enterprise .get-guided {
    margin-top: 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #enterprise .get-guided {
    margin-top: 5%;
  }
}

/** 
    TOOSA FOR price 
*/
.price-bg {
  background: #f5d6e727;
}
/** 
  price standard
 */
.price-standard {
  display: grid;
  grid-template-rows: 100px 200px 200px 100px;
  border: 1px solid #bdbdbd18;
  box-shadow: 0 1px 1px #bdbdbd;
  background-color: #ffffff;
  margin-top: 5%;
}
.price-standard-shape {
  border-radius: 2% 0% 0% 2%;
}
.price-standard-shape-enterprise {
  border-radius: 0% 2% 2% 0%;
}
.price-standard h5 {
  color: #6045e2;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 700;
  margin-top: 10%;
}
.price-standard ul {
  margin: auto;
}
.price-standard li {
  margin-left: 20%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 3%;
  color: #828282;
}
.standard-price {
  text-align: center;
}
.price-standard span {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  color: #828282;
}
.price-standard label {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #828282;
}
.price-standard .get-started {
  border: 1px solid #6045e2;
  border-radius: 10px;
  text-align: center;
}
.price-standard .get-started:hover {
  border: 1px solid #5f45e2ee;
}
.price-standard .get-started button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6045e2;
  font-size: 16px;
  padding: 7% 23% 8%;
}
.price-standard .price-footer {
  margin: 2%;
}
.price-standard .book-a-call {
  background-color: #2bc97e;
  border-radius: 10px;
  text-align: center;
}
.price-standard .book-a-call:hover {
  background-color: #2bc97fe5;
}
.price-standard .book-a-call button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  padding: 7% 23% 8%;
}
.price-standard .price-footer {
  margin: 2%;
}

.price-standard .pay-annualy {
  width: 100%;
  text-align: center;
  background-color: #F1EEFF;
  border-radius: 4px;
}
.price-standard .pay-annualy p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  font-size: 12px;
  padding: 5%;
}
.price-standard .pay-annualy .amount {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6045e2;
  font-size: 32px;
}
.price-standard .pay-annualy .year {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6045e2;
  font-size: 16px;
}
/**
 price pro
 */

.price-pro {
  display: grid;
  grid-template-rows: 100px 200px 200px 100px;
  border: 1px solid #bdbdbd18;
  box-shadow: 0 1px 1px #bdbdbd;
  /* border-radius: 0% 2% 2% 0%; */
  background-color: #F1EEFF;
  margin-top: 5%;
}
.price-pro h5 {
  color: #6045e2;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 700;
  margin-top: 10%;
}

.price-pro .smart-choice {
  margin: auto;
  width: 168px;
  height: 26px;
  background-color: #6045e2;
  border-radius: 5px;
}
.price-pro .smart-choice span {
  border: 0;
  background-color: #ffffff00;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  padding: 1% 28% 0%;
}
.price-pro li {
  margin-left: 15%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 3%;
  color: #828282;
}
.price-pro .price-amount {
  margin: auto; 
}
.price-pro .pay-annualy {
  width: 100%;
  text-align: center;
}
.price-pro .pay-annualy p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  font-size: 12px;
  padding: 5% 24%;
}
.price-pro .pay-annualy .amount {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6045e2;
  font-size: 40px;
}
.price-pro .pay-annualy .year {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6045e2;
  font-size: 24px;
}
.price-pro .get-started {
  border: 1px solid #6045e2;
  border-radius: 10px;
  text-align: center;
}
.price-pro .get-started:hover {
  border: 1px solid #5f45e2ee;
}
.price-pro .get-started button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6045e2;
  font-size: 16px;
  padding: 7% 23% 8%;
}
.price-pro .price-footer {
  margin: 2%;
}

/**enterprise*/

.price-enterprice {
  display: grid;
  grid-template-rows: 100px 200px 200px 100px;
  background-color: #6045e2;
  border-radius: 2%;
  margin-top: 5%;
}
.price-enterprice h5 {
  color: #ffffff;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 700;
  margin-top: 10%;
}
.price-enterprice li {
  color: #ffffff;
  margin-left: 15%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.price-enterprice .book-a-call {
  background-color: #2bc97e;
  border-radius: 10px;
  text-align: center;
}
.price-enterprice .book-a-call:hover {
  background-color: #2bc97fe5;
}
.price-enterprice .book-a-call button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  padding: 7% 23% 8%;
}
.price-enterprice .price-footer {
  margin: 2%;
}
.check-detail {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  margin-top: 5%;
}
.check-detail label {
  color: #000000;
  margin-bottom: 5%;
}
.check-detail a {
  color: #6045e2;
  margin-bottom: 5%;
}
ul.bullets-pricing li {
  list-style-type: circle !important;
}

/**
 toosa footer
 */
.footer-bg {
  position: relative !important;
  background-color: #765aff;
  z-index: 0 !important;
}
.address {
  color: #ffffff;
}
footer li a {
  /* White */
  color: #ffffff !important;
  opacity: 0.5 !important;
}
/**
    MOBILE VIEW
*/
@media (max-width: 575px) {
  footer .left-margin {
    margin-left: 4%;
  }
  .address {
    display: none;
  }
  .logo-footer {
    margin-top: -25px;
  }
}

/**Social Search*/
.social-search-bg {
  background: #f6f9fe;
  position: relative;
  z-index: 0;
}
.social-search-oval {
  position: absolute;
  width: 842px;
  height: 842px;
  left: 73%;
  top: -23%;
  border-radius: 50%;

  background: linear-gradient(
    180deg,
    rgba(110, 81, 255, 0.068) 0%,
    rgba(246, 181, 204, 0.158) 100%
  );
  transform: rotate(90deg);
}
.social-search-title {
  text-align: center;
}
.social-search-title h5 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 49px;
  padding-top: 5%;
  padding-bottom: 2%;

  /* Gray-75 */

  color: #000;
}
.social-search-title p {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  padding: 0% 9%;
  /* Gray-75 */

  color: #000;
}
.social-search {
  display: grid;
  grid-template-rows: 100px 160px 160px 160px 160px;
  border: 1px solid #bdbdbd18;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: #ffffff;
  margin-top: 5%;
}
.social-search .social-search-content {
  margin-left: 5%;
  margin-right: 5%;
}
.social-search-heading h5 {
  color: #000;
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-weight: 700;
  margin-top: 10%;
}
.social-search .social-search-subtitle {
  color: #6045e2;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 2%;
}
.social-search .social-search-body {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  /* Gray-75 */
  color: #000;
}
.join-waitlist {
  text-align: center;
  margin: 0 auto;
  background: #2bc97e;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.join-waitlist:hover {
  background: #2bc97ef1;
}
.join-waitlist button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 316.69%;
  text-transform: uppercase;
  color: #ffffff;
}
.modal-content {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  width: 40%;
  border: 1px solid #0000000c;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 2% 4% 3%;
}
/**
    MOBILE VIEW
*/
@media (max-width: 500px) {
  #socialSeach .justify-content-around {
    margin-left: 5%;
    margin-right: 5%;
  }
  .social-search {
    display: grid;
    grid-template-rows: 100px 120px 120px 120px 120px;
    border-radius: 10px;
  }
  .social-search .social-search-content {
    margin-left: 4%;
    margin-right: 4%;
  }
  #socialSeach .social-search-title h5 {
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  #socialSeach .social-search-title p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  #socialSeach .social-search .social-search-heading h5 {
    margin-top: 32px;
    font-size: 24px;
  }
  #socialSeach .social-search .social-search-content h5 {
    margin-bottom: 0%;
    margin-top: -6%;
    font-size: 21px;
  }
  #socialSeach .social-search .social-search-content span {
    font-size: 16px;
    line-height: 19px;
  }
  .modal-content .join-waitlist-modal-title {
    font-size: 26px;
  }
  .join-waitlist button {
    font-size: 18px;
    line-height: 290%;
  }
  .social-search-heading h5 {
    margin-top: 0%;
  }
}
@media (min-width: 280px) and (max-width: 719px) {
  .modal-content {
    width: 90%;
  }
  .modal-content .join-waitlist-modal-title {
    font-size: 30px;
  }
  .modal-content .close-modal {
    margin: -3px 7px 0 0;
  }
}
@media (min-height: 278px) and (max-height: 550px) {
  .modal-content {
    width: 80%;
    height: 80%;
    overflow-y: auto;
  }
}

/*Term of service*/

#termOfService .container h5 {
  margin-top: 8%;
  font-size: 38px;
  color: #ffffff;
}

#termOfService .container p {
  margin-top: 5%;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5%;
}

/*Privacy Policy*/

#privacyPolicy .container h5 {
  margin-top: 8%;
  font-size: 38px;
  color: #ffffff;
}

#privacyPolicy .container p {
  margin-top: 5%;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5%;
}

/* Contact*/
#contact .body-margin {
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
  line-height: 230%;
}
#contact .body-margin .mobil {
  display: none;
}
#contact .contact-body {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 3%;
}
#contact .body-subtitle {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
}
.contact-us {
  text-align: center;
  margin: 0 auto;
  background: #2bc97e;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.contact-us:hover {
  background: #2bc97fe3;
}
.contact-us button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  font-size: 21px;
  line-height: 316.69%;
  text-transform: uppercase;
}
.join-waitlist-modal-title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #6045e2;
  margin-bottom: 5%;
}
.close-modal {
  cursor: pointer;
  float: right;
  margin: -15px -5px 0 0;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 300;
  font-size: 20px;
}
.modal-content form .row .label-modal {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35px;
  margin-bottom: 2%;
  display: block;
  width: 100%;
}
.modal-content form .row .label-input {
  background: #fcfcfe;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
}
.modal-content form .row .waitlist {
  text-align: center;
  margin: 0 auto;
  height: 60px;
  background: #2bc97e;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.modal-content form .row .waitlist .button2 {
  outline: none;
}
.modal-content form .row .waitlist button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  color: #ffffff;
  line-height: 316.69%;
  text-transform: uppercase;
}
.modal-content form .disclaimer {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  color: #828282;
}
.modal-content form .row .label-input {
  border-radius: 3px;
  height: 40px;
}
.text-underline {
  text-decoration: underline;
}
/**
    MOBILE VIEW
*/
@media (max-width: 575px) {
  #contact .body-margin {
    margin-left: 10%;
    margin-right: 10%;
  }
  #contact .body-margin .web {
    display: none;
  }
  #contact .body-margin .mobil {
    display: block;
  }
  .contact-us button {
    font-size: 18px;
    line-height: 290%;
  }
  #contact .contact-body {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
  }
  #contact .body-subtitle {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 2%;
  }
  .modal-content form .row .waitlist {
    width: 90%;
    height: 51px;
    border-radius: 5px;
  }
  .modal-content form .row .waitlist button {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 316.69%;
  }
}
/**/

/* Login*/

#login .login-button {
  border-radius: 5px;
  margin-top: 27px;
  text-align: center;
  width: 99px;
  height: 28px;
  /* White */
  background: #2bc97e;
  margin-left: 3%;
}

#login .login-button button {
  border: none;
  outline: none;
  background-color: #ffffff00;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  line-height: 240%;
  text-transform: uppercase;
}

.nav-link .help {
  text-transform: uppercase;
}

.nav-link .pricing {
  text-transform: uppercase;
}

.nav-link .language {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-sticky-on .navbar-nav .nav-link {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}

.button-primary {
  outline: none !important;;
  color: white !important;;
  background-color: #735be5 !important;;
  border: #5240ac !important;;
}
