.business-signup-container {
  width: calc(100% - 60px);
  padding: 110px 30px 0px;
  margin-top: 0;
  background-color: #ffffff;
  height: initial;
}

.business-signup-description-container {
  background-color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  width: calc(100% - 60px);
  margin-top: 50px;
  padding: 50px 30px 100px;
  display: flex;
}

.business-description-text h3,
.business-description-text {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  color: #666666;
  text-align: left;
  margin-top: 40px;
}
.business-description-text.with-margin {
  padding-right: 40px;
}

.business-description-image-quote img {
  width: 100%;
}

.signup-description-author {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 22px;
  text-align: right;
  color: #042935;
  float: right;
  margin-top: 50px;
  line-height: 26px;
  padding-right: 10px;
}

.business-description-image-quote {
  float: left;
  max-width: 550px;
  text-align: center;
  display: flex;
}

.business-signup-description-with-image {
  float: left;
  width: calc(100% - 550px);
}

.business-try-now {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: rgb(0, 38, 51);
}

.business-what-name {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal !important;
  font-size: 35px;
  line-height: 40px;
  color: #4a4a4a;
  position: relative;
}
.business-what-name.sign-up-title {
  margin-top: 15px;
  width: 50%;
  max-width: 500px;
  min-width: 300px;
}

.business-form-text-container {
   margin-bottom: 10px;
   position: relative;
   min-width: 300px;
   max-width: 500px;
   width: 100%;
}

input.business-form-sign-up-text.sign-up, .business-form-sign-up-text.sign-up {
  color: #4a4a4a;
}

input.business-form-sign-up-text, .business-form-sign-up-text {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #b0bfc1;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
input.business-form-sign-up-text.payment-form-input, .business-form-sign-up-text.payment-form-input {
  border-bottom: solid 1px #f0f0f0;
  color: #002633;
}
input.business-form-sign-up-text.prefix-input, .business-form-sign-up-text.prefix-input {
  float: left;
  width: calc(100% - 120px);
  margin-left: 19px;
}
input.business-form-sign-up-text::placeholder,
.business-form-sign-up-text::placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text:-ms-input-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text::-moz-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text::-webkit-input-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text:-moz-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 16px;
}
input.business-form-sign-up-text.payment-form-input::placeholder,
.business-form-sign-up-text.payment-form-input::placeholder {
  color: #cbcbcb;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text.payment-form-input:-ms-input-placeholder {
  color: #cbcbcb;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text.payment-form-input::-moz-placeholder {
  color: #cbcbcb;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text.payment-form-input::-webkit-input-placeholder {
  color: #cbcbcb;
  font-weight: normal;
  font-size: 16px;
}
.business-form-sign-up-text.payment-form-input:-moz-placeholder {
  color: #cbcbcb;
  font-weight: normal;
  font-size: 16px;
}

.sign-up-toc {
  font-size: 12px;
  color: #4a4a4a;
  float: left;
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 16px;
  margin-left: 10px;
  width: calc(100% - 55px);
}

button.business-sign-up-button, .business-sign-up-button {
  height: 40px;
  border: none;
  padding:0 30px;
  background-color: #ffad03;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  box-shadow: none;
  /* width: 205px; */
  margin: 0 auto;
  border-radius: 20px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  transition: 0.3s;
  outline: none;
}
button.business-sign-up-button.blue-button,
      .business-sign-up-button.blue-button {
  background-color: #002633;
  border: solid 1px #002633;
}
button.business-sign-up-button.blue-button:hover, .business-sign-up-button.blue-button:hover {
  background-color: #ffffff;
  color: #002633;
}
button.business-sign-up-button.code-confirm, .business-sign-up-button.code-confirm {
  outline: none;
  margin-top: 50px;
  text-decoration: none;
}
button.business-sign-up-button:hover, .business-sign-up-button:hover {
  box-shadow: 0 5px 5px -4px rgba(125,125,125,1);
  background-color: #ffffff;
  color: #666666;
}
button.business-sign-up-button:disabled, .business-sign-up-button:disabled {
  background-color: #ffad05;
  border: solid 1px #ffad05;
  cursor: default;
  border: none;
}

button.business-sign-in-button, .business-sign-in-button {
  height: 40px;
  border: none;
  background-color: rgb(120, 149, 164);
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: none;
  margin: 30px auto 20px;
  border-radius: 20px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  transition: 0.3s;
}
.button.business-sign-in-button:hover, .business-sign-in-button:hover {
  box-shadow: 0 5px 5px -4px rgba(125,125,125,0.5);
  background-color: #ffffff;
  color: #666666;
  border: solid 1px rgb(120, 149, 164);
}

.business-sign-up-error {
  width: 100%;
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #e84e1b;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-landing-block-container-default {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  height: calc(500px - 20px);
  overflow: hidden;
}

.business-landing-block-container-righelli {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-position-y: 170px;
  background-position-x: center;
  height: 500px;
}

.business-landing-block-container-average {
  background-color: #f6f6f6;
  height: initial;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}

.business-landing-block-first-sentence {
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  text-align: left;
  color: #46836c;
}
.business-landing-block-title h1,
.business-landing-block-title h2,
.business-landing-block-title h3,
.business-landing-block-title h4,
.business-landing-block-title h5,
.business-landing-block-title h6,
.business-landing-block-title {
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #3c3c3c;
  margin:0;
}
.business-landing-block-text p,
.business-landing-block-text {
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #666666;
  margin:0;
}

.business-landing-start-now-container {
  position: relative;
  width: calc(100% - 200px);
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  padding: 30px 100px;
  text-align: center;
  background-color: rgb(120, 149, 164);
}

.business-landing-start-now-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 15px;
}

.business-landing-start-now-text {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}

h1.business-landing-slider-text,
.business-landing-slider-text {
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  margin: 0;
  color: #ffffff;
}

.business-signin-links {
  font-size: 20px;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: bold;
  color: rgb(120, 149, 164);
  text-decoration: none;
  line-height: 40px;
}

.business-signin-links:hover {
  color: #46836c;
  text-decoration: none;
}

.business-no-owned-restaurants-container {
  background-color: #ffffff;
  padding: 140px 80px 20px;
  width: calc(100% - 160px);
}

.business-no-owned-restaurant-title {
  font-size: 35px;
  font-family: 'Archivo Narrow', sans-serif;
  color: #3b3b3c;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
}

.business-no-owned-restaurants-text {
  font-size: 20px;
  font-family: 'Archivo Narrow', sans-serif;
  color: #97c6ac;
  line-height: 25px;
}

.business-thank-you-link {
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  text-align: left;
  color: rgb(0, 38, 51);
  transition: 0.3s;
  text-decoration: none;
}
.business-thank-you-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.business-thank-you-link.already-requested:hover {
  color: #002633;
  font-weight: bold;
}

button.business-city-autocomplete, .business-city-autocomplete {
  width: 100%;
  max-width: 100%;
  height: 32px;
  background-color: #ffffff;
  text-align: left;
  color: #4a4a4a;
  border-radius: 0;
  margin: 0;
  padding: 0 5px;
  outline: none;
  box-shadow: none;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}
button.business-city-autocomplete:hover, .business-city-autocomplete:hover {
  font-weight: bold;
  background-color: #f0f0f0;
}

button.business-autocomplete-not-present, .business-autocomplete-not-present {
  width: 100%;
  max-width: 100%;
  height: 32px;
  background-color: #002633;
  text-align: left;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
  padding: 0 5px;
  outline: none;
  box-shadow: none;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}
button.business-autocomplete-not-present:hover, .business-autocomplete-not-present:hover {
  font-weight: bold;
  background-color: #7895a4;
}

.business-city-autocomplete-container {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 41px;
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 3px;
  z-index: 14;
}

.business-autocomplete-container {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 41px;
  border-radius: 3px;
  z-index: 14;
}

.business-autocomplete-list {
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 15;
}

.business-thank-you-container {
  position: relative;
  width: calc(100% - 100px);
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  padding: 170px 0 50px 100px;
  background-color: rgb(120, 149, 164);
  min-height: calc(100vh - 270px);
  text-align: left;
}

@media(max-height: 700px) {
  .business-thank-you-container {
    min-height: 400px;
  }
}
@media(min-height: 701px) {
  .business-thank-you-container {
    min-height: calc(100vh - 210px);
  }
}

.business-signup-image {
  display: block;
}

.business-half-screen {
  width: 50%;
  float: left;
}

.business-signin-container {
  display: inline-block;
  padding: 20px 50px 80px;
  width: calc(100% - 100px);
}

.business-signin-links-container {
  margin-top: 120px;
}

.business-carousel-container {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size:cover;
  background-position: center;
}

.business-carousel-container.singleSlide{
  padding: 90px 0;
  margin-bottom: 70px;
}

.business-carousel-container.mainStaticBanner{
     margin-bottom: 60px;
}

.business_landing_slide{
  background-position:center;
  background-size:cover;
}

.business-carousel-dots {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #ffffff;
  margin-right: 15px;
  opacity: 0.5;
  transition: 0.3s;
  background-color: #fff;
}

.slick-initialized.slick-slider .slick-dots{
  bottom:30px;
}
.talk-about-us-container .slick-initialized.slick-slider .slick-dots{
  bottom: -25px;
}

.slick-active a div.business-carousel-dots {
  background-color: #002633;
}
.business-carousel-dots:hover {
  background-color: #002633;
}

.business-carousel-title {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #ffffff;
  padding: 0 50px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.business-carousel-text {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 23px;
  line-height: 26px;
  height: 105px;
  color: #ffffff;
  font-weight: normal;
}

.business-carousel-buttons-container {
  text-align: center;
  margin: 0 auto;
}

button.business-carousel-button,
.business-carousel-button {
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  padding: 0px 40px;
  color: #ffffff;
  background: transparent;
  border: solid 1px #ffffff;
  transition: 0.3s;
  margin: 3px 10px;
}



button.business-carousel-button.try-now, .business-carousel-button.try-now {
  background: #ffad03;
  border: solid 1px #ffad03;
}

button.business-carousel-button:hover, .business-carousel-button:hover,
.business-carousel-buttons-container button.business-carousel-button:hover,
.business-carousel-buttons-container  .business-carousel-button:hover,
.business-carousel-buttons-container button.business-carousel-button.try-now:hover,
.business-carousel-buttons-container  .business-carousel-button.try-now:hover {
  color: #002633;
  background: #ffffff;
  border: solid 1px #ffffff;
}

.business-carousel-text-container {
  width: calc(40% - 50px);
  margin-right: 50px;
  float: left;
  margin-top: 110px;
}

.business-carousel-image-container {
  width: 60%;
  float: left;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
}

.business-carousel-image {
  width: 600px;
}

.business-start-now-image {
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  width: 800px;
}

.business-start-now-image-container {
  position: relative;
  height: 280px;
}

.business-start-now-white-space {
  background-color: #ffffff;
  width: 100%;
  height: 300px;
}

.business-home-block-image-default {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
}

.business-home-block-image-container-default {
  float: left;
  margin-top: 50px;
  width: 50%;
  text-align: center;
}

.business-home-block-image-container-righelli {
  float: left;
  margin-top: 30px;
  width: 50%;
  display: grid;
  text-align: center;
}

.business-home-block-image-righelli {
  width: 360px;
  margin: 0 auto;
}

.business-home-block-text-container {
  float: left;
  width: calc(50% - 140px);
  padding: 40px 40px 40px 100px;
  margin-top: 100px;
}

.business-home-block-text {
  margin-top: 100px;
}

.business-form-field-container {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
}
.business-form-field-container-login {
  width: 60%;
  max-width: 500px;
  min-width: 300px;
}
.business-form-field-container.toc {
  width: 60%;
}

.business-form-container {
  max-width:300px;
  margin-top: 50px;
}

.business-ops-container {
  width: 35%;
}

.business-ops-certificate {
  display: flex;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  margin-top: 80px;
}

.business-thank-you-image-container {
  float: left;
  width: 50%;
  overflow: hidden;
  margin-top: 50px;
  text-align: center;
}

.business-thank-you-text-container {
  float: left;
  width: 40%;
}

.select-business-signup-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 22px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #b0bfc1;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}

.select-business-signup-placeholder.activeSelect{
  color:#4a4a4a;
  font-weight:bold;
}

.business-type-agency, button.business-type-agency {
  height: 37px;
  border: none;
  background-color: transparent;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  box-shadow: none;
  width: 205px;
  margin: 30px auto 0;
  border: solid 1px #ffffff;
  border-radius: 17px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  transition: 0.3s;
}
button.business-type-agency:hover, .business-type-agency:hover {
  box-shadow: 0 5px 5px -4px rgba(125,125,125,1);
  background-color: #ffffff;
  color: #666666;
}

.business-signup-first-sentence {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #002633;
}

.business-signup-second-sentence {
  font-family: 'Archivo Narrow', sans-serif;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
  margin-top: 5px;
  line-height: 24px;
}

button.business-sign-up-decrease-step, .business-sign-up-decrease-step {
  background-color: transparent;
  color: #ffffff;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  left: -30px;
  font-size: 20px;
  padding: 0;
  margin: 5px 0 0;
}

.business-final-step-signup {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 26px;
}

.business-signup-button-container {
  display: flex;
  margin-top: 50px;
  width: 50%;
  min-width: 300px;
  max-width:500px;
  flex-direction: column;
}

.business-signup-button-container .signupPageContent{
  max-width:1200px;
  margin: 0 auto;
}


.business-signup-container .signupPageContent{
    display:flex;
}

.business-signup-button-container,
.business-signup-container .signupPageContent .signupFormPageContent{
  width:calc(50% - 1px);
  align-self: stretch;
}

.business-signup-container .signupPageContent .sidedetailsFormPageContent p.introSide{
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-bottom:30px;
}

.business-signup-container .signupPageContent .sidedetailsFormPageContent p{
  line-height:25px;
  display:flex;
  margin-bottom: 20px !important;
}
.business-signup-container .signupPageContent .sidedetailsFormPageContent p i{
  font-size:25px;
  color:#e7382f;
  margin-right:20px;
}

.business-signup-container .signupPageContent .sidedetailsFormPageContent{
  width:calc(50% - 80px);
  min-height:640px;
  border-left: 1px solid #cbcbcb;
  align-self: stretch;
  padding: 0 40px
}


.business-further-information {
  color: #ffffff;
  font-size: 18px;
  margin: 30px 0 0;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-signup-container .stepBarContainer{
  width: calc(100% + 60px);
  margin-left:-30px;
  margin-right:-30px;
  margin-bottom: 40px;
  background: #f6f6f6;
  height: 74px;
}

.business-signup-container .stepBarContainer .business-progress-bar-back {
  position: relative;
  display:flex;
  justify-content:center;
  align-items: center;
  height:74px;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .step{
  display:flex;
  justify-content:center;
  align-items: center;
  margin:0 15px;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .stepSeparator{
  width:25px;
  height:1px;
  background:#cbcbcb;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .step .stepCheck,
.business-signup-container .stepBarContainer .business-progress-bar-back .step .stepNumber{
  width:30px;
  height:30px;
  line-height: 30px;
  text-align: center;
  background: #cbcbcb;
  color:#fff;
}
.business-signup-container .stepBarContainer .business-progress-bar-back .step .stepCheck{
  background-color: #2d5360;
  display:none;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .step.active .stepNumber{
  display:none;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .step.active .stepCheck{
  display:block;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .step.active.current .stepNumber{
  background: #e7382f;
  color:#fff;
  display:block;
}
.business-signup-container .stepBarContainer .business-progress-bar-back .step.active.current .stepCheck{
  display:none;
}

.business-signup-container .stepBarContainer .business-progress-bar-back .step .stepName{
  padding-left:10px;
}
.business-signup-container .stepBarContainer .business-progress-bar-back .step.active .stepName{
  color:#2d5360;
}
.business-signup-container .stepBarContainer .business-progress-bar-back .step.active.current .stepName{
  color:#e7382f;
}

.business-form-container .business-signup-button-container .business-sign-up-button.blue-button {
   outline:none;
    cursor: pointer;
    background: #ffad05;
    line-height: 38px;
    border-radius: 20px;
    margin: 10px auto;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    font-weight: normal;
    /* letter-spacing: 0.9px; */
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffad05;
}

.business-form-container .business-signup-button-container .business-sign-up-button.blue-button:hover {
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #666666;
}


.business-progress-bar-front {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #002633;
  transition: 0.3s;
}

.business-progress-bar-ball {
  position: absolute;
  top: -3px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #002633;
}

.business-sending-message-confirmation {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #4a4a4a;
  position: relative;
}

.business-change-number-first-sentence {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.business-popup-change-number-title {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #002633;
  text-align: left;
}

.business-popup-change-number-separator {
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 0px;
  opacity: 0.63;
  border: solid 1px #cbcbcb;
  margin-bottom: 20px;
  margin-top: 10px;
}

.business-popup-change-number-description {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  color: #002633;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.business-popup-change-number-label-input {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #7895a4;
  margin-bottom: 10px;
  text-align: left;
}

.business-popup-change-number-input-container {
  width: 100%;
  display: inline-block;
  position: relative;
}

input.business-popup-change-number-input, .business-popup-change-number-input {
  float: left;
  width: calc(100% - 120px);
  margin-left: 19px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 25px;
  line-height: 36px;
  color: #666666;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #b0bfc1;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 0;
}

input.business-popup-change-number-input::placeholder,
.business-popup-change-number-input::placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 22px;
}
.business-popup-change-number-input:-ms-input-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 22px;
}
.business-popup-change-number-input::-moz-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 22px;
}
.business-popup-change-number-input::-webkit-input-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 22px;
}
.business-popup-change-number-input:-moz-placeholder {
  color: #b0bfc1;
  font-weight: normal;
  font-size: 22px;
}

.business-popup-change-number-buttons-container {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

button.business-popup-change-number-save, .business-popup-change-number-save {
  height: 37px;
  border: none;
  background-color: #ffad03;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  box-shadow: none;
  border-radius: 17px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
  transition: 0.3s;
  float: left;
  text-transform: uppercase;
}
button.business-popup-change-number-save:hover, .business-popup-change-number-save:hover {
  box-shadow: 0 5px 5px -4px rgba(125,125,125,1);
  background-color: #ffffff;
  color: #666666;
}

.business-popup-change-number-cancel {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #7895a4;
  cursor: pointer;
  float: left;
  margin-left: 20px;
  line-height: 37px;
}

.business-change-number-button {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #002633;
  cursor: pointer;
  text-decoration: none;
}
.business-change-number-button:hover {
  text-decoration: underline;
}

input.business-code-input, .business-code-input {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 35px;
  text-align: center;
  color: #042935;
  background-color: #ffffff;
  border-radius: 5px;
  float: left;
}

input.business-code-input::placeholder,
.business-code-input::placeholder {
  color: #cbcbcb;
  font-weight: normal;
}
.business-code-input:-ms-input-placeholder {
  color: #cbcbcb;
  font-weight: normal;
}
.business-code-input::-moz-placeholder {
  color: #cbcbcb;
  font-weight: normal;
}
.business-code-input::-webkit-input-placeholder {
  color: #cbcbcb;
  font-weight: normal;
}
.business-code-input:-moz-placeholder {
  color: #cbcbcb;
  font-weight: normal;
}

.business-code-resend {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  color: #002633;
  cursor: pointer;
  line-height: 60px;
  margin-left: 20px;
  float: left;
  width: initial;
  display: inline-block;
}

.business-code-resend-label {
  text-decoration: none;
  font-weight: bold;
  width: initial;
  float: left;
  line-height: 60px;
}
.business-code-resend-label:hover {
  text-decoration: underline;
}

.business-code-resend-info {
  font-size: 16px;
  color: #002633;
  line-height: 60px;
  margin-left: 20px;
  float: left;
  width: initial;
  cursor: pointer;
  position: relative;
}

.business-code-resend-info-popup {
  position: absolute;
  top: -20px;
  line-height: 23px;
  width: 200px;
  left: 30px;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  font-size: 16px;
  color: #7895a4;
  font-family: 'Archivo Narrow', sans-serif;
  transition: 0.3s;
}

.business-code-resend-info-icon {
  font-size: 20px;
  transition: 0.3s;
}
.business-code-resend-info-icon:hover {
  font-size: 25px;
}

.business-popup-already-ownership-description {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  color: #002633;
  line-height: 18px;
  margin-top: 15px;
}

.business-step-explenation-container {
  position: relative;
  width: calc(100% - 240px);
  margin-left: 100px;
  background-color: #ffffff;
  border-radius: 12px;
  color: #042935;
  font-family: 'Archivo Narrow', sans-serif;
  padding: 15px;
}

.business-step-explenation-title-container {
  width: 100%;
  display: inline-block;
}

.business-step-explenation-picture {
  position: absolute;
  left: -45px;
  top: -45px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: solid 3px #d8d8d8;
  width: 90px;
  height: 90px;
}

.business-step-explenation-author {
  margin-left: 50px;
  float: left;
}

.business-step-explenation-name {
  font-size: 20px;
  text-align: left;
}
.business-step-explenation-role {
  font-size: 17px;
  font-style: italic;
  text-align: left;
}

.business-step-explenation-date {
  float: right;
  font-size: 15px;
  font-style: italic;
  text-align: right;
  margin-right: 40px;
}

.business-step-explenation-description {
  font-size: 20px;
  width: calc(100% - 20px);
  padding: 0 10px;
  text-align: left;
  line-height: 20px;
}

.business-signup-laptop {
  width: 100%;
  margin: 0 auto 0;
}

.business-sign-up-data-container {
  width: 60%;
  max-width: 500px;
  min-width: 300px;
  /* border: solid 1px #b0bfc1; */
  background-color: transparent;
  text-align: left;
  font-family: 'Archivo Narrow', sans-serif;
  color: #ffffff;
  line-height: 26px;
  font-size: 20px;
  padding: 10px 5px;
}

.business-sign-up-or-login {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0 10px;
  text-align: left;
}

.business-info-phone {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 45px;
  width: initial;
  color: #ffffff;
  cursor: pointer;
}

.business-info-phone-icon {
  font-size: 20px;
  transition: 0.3s;
}
.business-info-phone-icon:hover {
  font-size: 25px;
}

.business-info-phone-popup {
  position: absolute;
  top: 40px;
  line-height: 23px;
  width: 200px;
  right: -10px;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  font-size: 16px;
  color: #7895a4;
  font-family: 'Archivo Narrow', sans-serif;
  transition: 0.3s;
}

.business-reviews-container {
  padding: 30px 50px 60px;
  width: calc(100% - 100px);
  background-color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  display: inline-block;
}

.business-reviews-text-container {
  float: left;
  width: 50%;
  text-align: left;
}

.business-reviews-title {
  color: #7895a4;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 430px;
  margin: 30px auto;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-reviews-text {
    color: #002633;
    font-size: 20px;
    line-height: 24px;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.business-reviews-image-container {
  float: left;
  width: calc(50% - 10px);
  text-align: center;
}

button.business-reviews-button, .business-reviews-button {
  border-radius: 20px;
  line-height:40px;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  padding: 0px 30px;
  color: #ffffff;
  background-color: #002633;
  border: solid 1px #002633;
  transition: 0.3s;
  margin: 0 auto;
}
button.business-reviews-button:hover, .business-reviews-button:hover {
  color: #002633;
  background-color: #ffffff;
}

.business-customers-container {
  background-color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  padding: 40px 50px 60px;
  width: calc(100% - 100px);
}

.business-customers-title {
  font-size: 32px;
  line-height: 36px;
  color: #7895a4;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.business-customers-cards-container {
  width: 1050px;
  display: inline-block;
  margin: 0 auto;
}

.business-customers-card {
  width: 33%;
  float: left;
  max-width: 350px;
  text-align: center;
}

.business-customers-card-text {
  color: #002633;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  max-width: 250px;
  margin: 10px auto 0;
}

.business-customers-card-title {
  color: #7895a4;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 26px;
  margin-top: 50px;
  max-width: 250px;
  margin: 10px auto 0;
}

.business-services-slider-container {
  background-color: #ffffff;
  padding: 50px 0 50px 30px;
  width: calc(100% - 30px);
}

.business-services-slider-little, .business-services-slider-little-handle-page {
  display: none;
}

.business-services-slider-big, .business-services-slider-big-handle-page {
  display: inline-block;
  width: 100%;
}

.business-service-slider {
  color: #002633;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  border-bottom: solid 1px #dedede;
  transition: 0.3s;
  float: left;
  width: initial;
  padding: 0 30px 2px;
  cursor: pointer;
  margin: 0;
}
.business-service-slider.long {
  padding: 0 0 2px;
  width: 15vw;
  text-align: center;
}
.business-service-slider.short {
  padding: 0 0 2px;
  width: 18vw;
  text-align: center;
}
.business-service-slider.business-handle-page {
  padding: 0 0 2px;
  width: 30vw;
  text-align: center;
}
.business-service-slider.selected {
  font-weight: bold;
  padding: 0 30px;
  border-bottom: solid 3px #002633;
}

.business-services-slider-content {
  width: 100%;
  display: inline-block;
}

.business-services-slider-image-container {
  width: calc(50% - 30px);
  text-align: center;
  margin-right: 30px;
  float: left;
  padding-top:40px;
}

.business-services-slider-text-container {
  width: 50%;
  float: left;
}

.business-services-slider-text-center {
  max-width: 400px;
  text-align: left;
  margin: 60px auto 0;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-services-slider-title {
  font-size: 28px;
  color: #7895a4;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}

.business-services-slider-text {
  font-size: 20px;
  line-height: 24px;
  color: #002633;
}


.business-services-slider-contact {
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    padding: 0px 30px;
    color: #ffffff;
    background: #ffad03;
    border: solid 1px #ffad03;
    transition: 0.3s;
    margin: 0 auto;
    margin-top:20px;
    max-width:100px;
    cursor: pointer;
}

.business-services-slider-contact:hover {
    color: #002633;
    border: solid 1px #002633;
    background-color: #ffffff;
}

.business-meet-customers-click-here {
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    padding: 0px 30px;
    color: #ffffff;
    background: #7895a4;
    border: solid 1px #7895a4;
    transition: 0.3s;
    margin: 0 auto;
    margin-top:20px;
    max-width:150px;
    cursor: pointer;
}

.business-meet-customers-click-here:hover {
    color: #002633;
    border: solid 1px #002633;
    background-color: #ffffff;
}



.business-faq-container {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  padding: 50px 0;
}

.business-faq {
  float: left;
  width: 50%;
}

.business-faq-block {
    margin: 15px auto;
    width: calc(100% - 50px);
    max-width: 600px;
    font-family: 'Archivo Narrow', sans-serif;
    border: solid 1px rgba(0, 38, 51, 0.2);
    border-radius: 5px;
}

.business-faq-question {
  width: calc(100% - 40px);
  padding: 0 20px;
  display: inline-block;
  color: #002633;
}

.business-faq-icon {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  color: #7895a4;
}

.business-faq-question-text {
  font-size: 23px;
  line-height: 30px;
  max-width: calc(100% - 60px);
  font-family: 'Archivo Narrow', sans-serif;
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
}

.business-faq-answer {
  color: #7895a4;
  padding: 30px;
  width: calc(100% - 60px);
  margin-top: 0;
  margin-bottom: 0;
  /* box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75); */
  font-size: 18px;
}

.business-services-selection-title {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #002633;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 10px;
  width: calc(100% - 20px);
}

.business-services-selection-subtitle {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  color: #7895a4;
  line-height: 26px;
  padding: 0 10px;
  width: calc(100% - 20px);
}

.business-services-selections {
  width: calc(100% - 80px);
  padding: 60px 40px 20px;
  display: flex;
}

.business-services-selections-center {
  margin: 0 auto 80px;
  width: 1150px;
}

.business-service-block {
  width: 310px;
  padding: 20px;
  float: left;
  margin: 15px;
  border-radius: 5px;
  border: solid 1px #dedede;
  font-family: 'Archivo Narrow', sans-serif;
  height: 260px;
  position: relative;
  background-color: #ffffff;
  background-image: none;
  transition: 0.3s;
}
.business-service-block.selected {
  background-image: linear-gradient(45deg, #29abe3, #3cb5a1);
  height: 340px;
}

.business-service-title-container {
  width: 100%;
  display: inline-block;
  line-height: 36px;
}

.business-service-title {
  color: #7895a4;
  font-weight: bold;
  float: left;
  max-width: calc(100% - 40px);
  margin-left: 10px;
  font-family: 'Archivo Narrow', sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 24px;
  transition: 0.3s;
}
.business-service-title.selected {
  color: #ffffff;
}

.business-service-text {
  font-size: 17px;
  color: #002633;
  line-height: 19px;
  transition: 0.3s;
  margin: 0;
}
.business-service-text.selected {
  color: #ffffff;
}

.business-service-main-container {
  position: absolute;
  bottom: 30px;
  left: 20px;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
}
.business-service-main-container.selected {
  bottom: 90px;
}

.business-service-main {
  font-size: 38px;
  color: #002633;
  margin: 0;
  font-weight: bold;
  transition: 0.3s;
  font-family: 'Archivo Narrow', sans-serif;
  float: left;
  max-width: calc(100% - 50px)
}
.business-service-main.selected {
  color: #ffffff;
}

.business-text-title-container {
  width: calc(100% - 200px);
  background-color: #ffffff;
  padding: 70px 100px 0 100px;
  display: inline-block;
}

.business-text-title-title {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    color: #002633;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 70px;
    font-weight: bold;
}

.business-reviews-container.coloredBar,
.business-text-title-container.coloredBar{
    margin-top: 70px;
    padding: 50px 100px;
    width: calc(100% - 200px);
    text-align: center;
    margin-bottom: 70px;
}

.business-text-title-container.coloredBar .business-text-title-title{
    margin: 0 auto 20px;
}

.coloredBar .business-reviews-text{
  max-width: inherit;
  text-align: center;
  margin-bottom:0px;
}

.coloredBar .business-text-title-title{
  margin-bottom:0px;
}

.business-reviews-container.coloredBar.onlyText,
.business-text-title-container.coloredBar.onlyText{
    margin-top: 0px;
    padding: 0px 100px 50px 100px;
    width: calc(100% - 200px);
    text-align: center;
    margin-bottom: 0px;
}

.business-text-title-text {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #002633;
  padding: 0 40px;
  width: calc(100% - 80px);
  display:flex;
}

.business-text-title-text  .textContent p{
  margin: 0;
  padding-top: 20px;
}

.business-image-and-text-container {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  padding: 50px 0
}

.business-image-and-text-image-container {
  float: left;
  width: 50%;
  text-align: center;
}

.business-image-and-text-image {
  max-width: 100%;
}

.business-image-and-text-text-container {
  float: left;
  width: 50%;
  text-align: left;
  font-family: 'Archivo Narrow', sans-serif;
  color: #002633;
}

.business-image-and-text-text-center {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.business-image-and-text-title {
  font-size: 28px;
  font-family: 'Archivo Narrow', sans-serif;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 30px;
}
.business-image-and-text-title.blue-title {
  color: #7895a4;
}

.business-image-and-text-subtitle {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 24px;
  color: #7895a4;
}

.business-image-and-text-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 40px;
}
.business-image-and-text-title.subtitle {
  margin: 50px auto 30px auto;
  font-size: 23px;
}
.business-image-and-text-text.with-dots {
  display: inline-block;
  width: 100%;
  /* padding-left: 20px; */
}

.business-text-on-image-text {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  max-width: 800px;
  margin: 25px auto 0;
  font-size: 23px;
  line-height: 27px;
  width: 100%;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.fa-circle:before {
    line-height: 24px;
    float: left;
}



.business-meet-customers-know-more {
  color: #7895a4;
  font-style: italic;
  font-family: 'Archivo Narrow', sans-serif;
  text-align: left;
  font-size: 24px;
}

/* .business-meet-customers-click-here {
  color: #002633;
  font-style: italic;
  font-family: 'Archivo Narrow', sans-serif;
  text-align: left;
  font-size: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.business-meet-customers-click-here:hover {
  text-decoration: underline;
} */

.business-service-contact-us-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  transition: ease-in 0.3s;
}

.business-quote-container {
  width: calc(100% - 200px);
  background-color: rgba(242, 70, 72, 0.8);
  padding: 70px 100px;
  display: inline-block;
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 23px;
  line-height: 29px;
  margin-bottom:20px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.footer-business-title {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  margin-top: 20px;
  font-size: 20px;
}

.footer_links_business {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
}

.footer_links_business:hover {
  color: #26B99A;
  font-weight: bold;
  text-decoration: none;
}

.leftImage{
    border-radius: 5px;
    overflow: hidden;
    padding: 0 80px 0 0;
}

.rightImage{
    border-radius: 5px;
    overflow: hidden;
    padding: 0 0 0 80px;
}

.leftImage img,
.business-image-and-text-image-container img,
.rightImage img{
    border-radius: 30px;
}

.business-image-and-text-text.with-dots .fa.fa-circle:before {
    line-height: 22px;
    font-size: 9px;
}

.onlyOnMobile{
  display:none;
}

.whiteBgCard{
  background: #fff;
}
.grayBgCard{
  background:#f0f0f0;
}

.business-carousel-container.singleSlide.noMargin{
  margin:0;
}

.business-handle-profile-title {
  background-color: #f0f0f0;
  font-family: 'Archivo Narrow', sans-serif;
  color: #002633;
  text-align: center;
  font-size: 28px;
  padding: 60px 0 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 40px;
}

.business-backoffice-roles-container {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0 40px;
}

.business-backoffice-role-space {
  float: left;
  width: calc(33% - 30px);
  margin: 0 15px;
  display: flex;
}

.business-backoffice-role-center {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-backoffice-role-image {
  margin: 20px auto;
}

.business-backoffice-role-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002633;
}

.business-backoffice-role-text {
  font-size: 20px;
  font-weight: normal;
  color: #7895a4;
}

.business-choose-template-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin: 30px 30px 10px;
  text-align: center;
  color: #002633;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-choose-template-subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #002633;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-choose-template-container {
  /* padding: 20px; */
}

.business-choose-template {
  border-radius: 10px;
  position: relative;
  width: 360px;
  height: 230px;
  margin: 40px 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px -5px rgba(0,0,0,0.75);
  transition: 0.3s;
  background-size: cover;
  background-position: center;
}
.business-choose-template.selected {
  width: 400px;
  height: 280px;
  margin: 15px 10px;
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.25);
}
.business-choose-template.little {
  width: 260px;
  height: 200px;
}
.business-choose-template.selected.little {
  width: 300px;
  height: 240px;
}

.business-choose-template-text {
  color: #002633;
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 16px;
  font-size: 14px;
  padding: 75px 0 20px 50px;
  max-width: calc(50% - 50px);
}
.business-choose-template-text.little {
  padding: 50px 0 20px 30px;
  max-width: calc(70% - 30px);
}

button.business-choose-template-button, .business-choose-template-button {
  border: none;
  color: #ffffff;
  background-color: #ffad03;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 65px);
  bottom: -55px;
  /* margin: 60px 0 50px 50px; */
  transition: 0.3s;
  padding: 5px 20px;
  text-transform: uppercase;
}
button.business-choose-template-button, .business-choose-template-button {
  bottom: 50px;
}
button.business-choose-template-button:hover, .business-choose-template-button:hover {
  background-color: #ffffff;
  color: #002633;
}

.business-choose-template-title-card {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  color: #002633;
  margin: 0;
}

.business-templates-container-big-center {
  width: 100%;
  display: flex;
}

.business-templates-container-big {
  padding: 20px 0 50px;
  width: initial;
  display: inline-block;
  margin: 0 auto;
}

.business-templates-container-little {
  padding: 20px 0 50px;
  width: 100%;
  display: none;
}

.business-services-menu-container {
  background-color: #ffffff;
  padding: 50px 20px;
  width: calc(100% - 40px);
  display: inline-block;
}

.business-services-menu-container-mobile {
  display: none;
  padding: 0 15px 60px;
  width: calc(100% - 30px);
}

.business-services-side-menu {
  float: left;
  width: 165px;
}

.business-services-side-single-menu {
  padding: 10px 0 10px 25px;
  width: calc(100% - 25px);
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: #002633;
  background-image: none;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
  transition: all ease 0.3s;
}
.business-services-side-single-menu:hover {
  background-color: #f0f0f0;
}
.business-services-side-single-menu.selected {
  color: #ffffff;
  background-image: linear-gradient(to left, #5bb2ae, #5f8ac8);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.business-services-menu-image-container {
  float: left;
  width: calc(50% - 165px);
  text-align: center;
}

.business-services-menu-image {
  border: solid 15px #5bb2ae;
  max-width: calc(100% - 30px);
}

.business-services-menu-text-container {
  float: left;
  width: calc(50% - 30px);
  margin-left: 30px;
  text-align: left;
  font-family: 'Archivo Narrow', sans-serif;
}

.business-services-menu-title {
  font-size: 28px;
  color: #7895a4;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 400px;
}

.business-services-menu-text {
  color: #002633;
  margin: 0 auto;
  max-width: 400px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.business-services-single-menu-mobile {
  display: inline-block;
  border: solid 1px #5f8ac8;
  margin-bottom: 4px;
  padding: 10px 5px;
  width: calc(100% - 12px);
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  color: #002633;
  cursor: pointer;
}
.business-services-single-menu-mobile.selected {
  color: #ffffff;
  background-color: transparent;
  border: none;
  width: calc(100% - 10px);
}

.business-services-single-menu-mobile-icon {
  float: right;
  font-size: 26px;
}

.business-services-single-menu-mobile-top-selected {
  width: 100%;
  background-image: linear-gradient(to left, #5bb2ae, #5f8ac8);
}

.business-services-single-menu-mobile-image {
  padding: 15px 10px;
  width: calc(100% - 20px);
  text-align: center;
}

.business-services-single-menu-mobile-text {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  color: #002633;
  text-align: left;
  margin: 10px 0;
}

.business-handle-profile-desktop {
  display: block;
}
.business-handle-profile-mobile {
  display: none;
}

.business-templates-container-little-center {
  width: initial;
  margin: 0 auto;
}

.business-footer-big {
  display: block;
}

.business-footer-little {
  display: none;
}

.business-service-free-image {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 120px;
}

.business-service-go-to-details {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 17px;
  line-height: 19px;
  color: #ffad03;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 5px;
  font-weight: bold;
}
.business-service-go-to-details:hover {
  text-decoration: underline;
  color: #ffffff;
}
.business-service-go-to-details.service-business-unselected {
  color: #85cac4;
}
.business-service-go-to-details.service-business-unselected:hover {
  color: #002633;
}

.business-social-text-explenation {
  width: calc(100% - 200px);
  background-color: #ffffff;
  padding: 10px 100px;
  margin: 0;
  display: inline-block;
  color: #002633;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 23px;
  line-height: 29px;
  font-weight: normal;
  text-align: center;
}

.business-certification-process-container {
  margin: 20px 50px 0;
  width: calc(100% - 140px);
  border-radius: 20px 20px 0 0;
  background-color: #f7f7f7;
  display: flex;
  padding: 0 20px;
}

.business-certification-process-center {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.business-certification-process-step {
  float: left;
  width: calc(25% - 95px);
  text-align: center;
  padding: 20px 0;
  margin-right: 30px;
}

.business-certification-process-step-text {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: bold;
  line-height: 24px;
  font-size: 22px;
  color: #002633;
  max-width: 160px;
  margin: 10px auto;
}

.business-certification-process-arrow {
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}

.business-certification-process-picture {
  height: 60px;
}

.business-image-that-needs-margin {
  margin-left: 60px;
}

.business-experience-exploit-foodiestrip {
  color: #7895a4;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
}

.business-experience-title-details-settings {
  font-family: 'Archivo Narrow', sans-serif;
  color: #002633;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  line-height: 50px;
  padding-bottom: 70px;
}

.business-experience-handle-shots {
  margin-top: 40px;
}

.business-experience-handle-shots-mobile {
  margin-top: 120px;
}

.user-image-round.user-image-picture-head.picture-added-by-admin {
  background-color: rgb(255, 255, 255);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position-y: 6px;
  background-position-x: 10px;
}

.business-experience-title-container.business-carousel-container.singleSlide {
  padding: 170px 0 140px;
}

.payment-card.unselected .business-sign-up-button{
  background-color:transparent;

}

.backoffice-body.website_editor #header{
  display:none;
}

.websiteEditorSubmenu{
  float: left;
  width: calc(100%);
  cursor: pointer;
  line-height: 30px;
  padding: 5px 15px;
  margin-left: -15px;
  border-bottom: 1px solid #ccc;
}

.websiteEditorSubmenu:hover{
    background:#f0f0f0;
}

.slideContentEditor{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f0f0f0;
  color: #4a4a4a;
  z-index: 9999999999999;
  overflow: scroll;
}


.slideList-slide{
  position:relative;
  float:left;
  padding:10px;
  border:1px solid #f0f0f0;
  margin-bottom: 5px;
}

.slideList-slide .slideList-image {
  width:30%;
  float:left;
}
.slideList-slide .slideList-image img{
  max-width:100%;
  float: left;
}

.slideList-slide .slideList-signature,
.slideList-slide .slideList-quote{
  width:calc(70% - 20px);
  float:left;
  padding: 0 10px;
  font-size:20px;
  line-height:26px;
}

.slideList-slide .slideList-quote{
  font-size:15px;
  line-height:18px;
}

.slideList-slide .slideList-quote p{
  margin:0;
}

.slideList-slide .editButton,
.slideList-slide .deleteButton{
   opacity: 0.6;
    position: absolute;
    background: #f0f0f0;
    color: #4a4a4a;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 21px;
    border: 1px solid #4a4a4a;
    top: 15px;
    left: 15px;
    cursor: pointer;
}

.slideList-slide .deleteButton{
  left: 60px;
}

.slideList-slide .editButton:hover,
.slideList-slide .deleteButton:hover{
   opacity: 1;
 }

.slideList-slide .moveButton{
   opacity: 0.6;
   position: absolute;
   background: #f0f0f0;
   color: #4a4a4a;
   width: 35px;
   text-align: center;
   line-height: 35px;
   border-radius: 50%;
   font-size: 21px;
   border: 1px solid #4a4a4a;
   top: 15px;
   right: 15px;
   cursor: pointer;
 }

 .slideList-slide .moveButton.moveUp{
   right: 60px;
 }

 .slideList-slide .moveButton:hover{
    opacity: 1;
  }

.banner-coupon-container {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

.banner-coupon-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  /* width: 100%; */
  /* height: 100%; */
  z-index: 1;
}

.banner-coupon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.banner-coupon-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  padding-top: 180px;
  text-align: center;
}

h2.banner-coupon-title, .banner-coupon-title {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.banner-coupon-divisor {
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  margin: 20px auto 30px;
}

h1.banner-coupon-subtitle, .banner-coupon-subtitle {
  max-width: 750px;
  margin: 0 auto 50px;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.banner-coupon-input-container {
  margin: 0 auto;
  max-width: 420px;
  width: calc(100% - 30px);
  padding: 5px;
  border-radius: 25px;
  background-color: #ffffff;
  display: inline-block;
}

.banner-coupon-buy-button, button.banner-coupon-buy-button {
  float: left;
  width: calc(50% - 10px);
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #e7382f;
  border-radius: 25px;
  font-size: 18px
  color: #ffffff;
}
.banner-coupon-buy-button:hover, button.banner-coupon-buy-button:hover {
  color: #ffffff;
  font-weight: bold;
}

.banner-coupon-input, input.banner-coupon-input {
  border: none;
  border-bottom: solid 1px #b9b8b9;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  background-color: transparent;
  font-style: italic;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0px
}

.banner-coupon-label {
  color: #e73a2e;
  font-size: 12px;
  text-align: right;
  line-height: 12px;
}

.templates-desktop {
  display: block;
}
.templates-mobile {
  display: none;
}

h2.templates-title, h4.templates-title, .templates-title {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  color: #4a4a4a;
  font-size: 40px;
  padding: 0 15px;
  margin: 0;
  margin-top: 80px;
  line-height: 50px;
}

.templates-category-block {
  width: 33.3%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.templates-category-block.double {
  height: 430px;
}
.templates-category-block.half {
  height: 250px;
}
.templates-category-block-mobile {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 240px;
  margin-bottom: 15px;
}

.template-category-name-mobile {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0;
}

.template-category-colored {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

.template-category-colored-title {
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}

a.template-category-colored-preview, .template-category-colored-preview {
  font-family: 'Archivo Narrow', sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  float: left;
}

.prices-screen-card-container {
  width: calc(100% - 80px);
  padding: 50px 40px 80px;
  display: flex;
  background: transparent;
}

.plan-card-recommended {
  position: absolute;
  top: 30px;
  right: -1px;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 10px;
  width: initial;
  padding: 5px 30px 5px 10px;
  border-radius: 4px 0 0 4px;
  background-color: #e91e63;
}

.plan-card-info {
  position: absolute;
  right: 3px;
  top: 31px;
  font-size: 20px;
  cursor: pointer;
  line-height: 25px;
}

h1.plan-card-title {
  font-size: 1.5rem;
  text-align: left;
  color: #6b6b6b;
  font-weight: bold;
  font-style: italic;
  float: left;
  width: 100%;
  font-family: 'Archivo Narrow', sans-serif;
  border-bottom: solid 1px #d9d9d9;
}
h1.plan-card-title.selected {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
h1.plan-card-title.mouseOver {
  color: #6b6b6b;
}

.plan-card-price-container {
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #d9d9d9;
  color: #d9d9d9;
}
.plan-card-price-container.selected {
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}

.plan-cards-center {
  margin: 0 auto;
}

.plan-card-price {
  font-size: 24px;
  font-family: 'Archivo Narrow', sans-serif;
  color: #ffad03;
  float: left;
}
.plan-card-price.selected {
  color: #ffffff;
}

.plan-card {
  padding: 10px;
  width: calc(33% - 62px);
  margin: 5px 20px;
  float: left;
  border-radius: 10px;
  background-color: #ffffff;
  /* border: 1px solid #6b6b6b; */
  color: #6b6b6b;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.plan-card.unselected {

}
.plan-card.selected {
  background-color: #03aac0;
  /* border: solid 1px #03aac0; */
  color: #ffffff;
}
.plan-card.selected.confirmation {
  width: calc(100% - 32px);
  margin: 5px 5px;
}
/* .plan-card.mouseOver {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border: solid 1px #dedede;
  border-radius: 6px;
} */

p.plan-card-short-description, .plan-card-short-description {
  padding: 0 15px;
  color: #4a4a4a;
  font-size: 14px;
  margin: 0;
}
p.plan-card-short-description.selected, .plan-card-short-description.selected {
  color: #ffffff;
}

p.plan-card-handle-one-business, .plan-card-handle-one-business {
  float: right;
  max-width: calc(100% - 170px);
  text-align: right;
  line-height: 24px;
  font-size: 18px;
  color: #6b6b6b;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
p.plan-card-handle-one-business.selected, .plan-card-handle-one-business.selected {
  color: #ffffff;
}

.popup-coupon-text {
  font-size: 18px;
  line-height: 24px;
  padding: 20px;
  text-align: center;
}

.row-aligned-center {
  display: flex;
  width: 100%;
  align-items: center;
}

.row-aligned-stretch {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.row-aligned-stretch img{
  display:none;
  width:100%;
}

.row-aligned-stretch.businessFullimage{
  padding:0;
}

.row-block {
  width: 100%;
  display: inline-block;
}

.column-text {
  padding: 50px 60px;
  width: calc(50% - 120px);
}

.column-full {
  width: 50%;
}

.column-quarter {
  width: calc(25% - 30px);
  padding: 0 15px;
  float: left;
}

.business-title {
  color: #002633;
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
  font-family: 'Archivo Narrow', sans-serif;
  margin-bottom: 20px;
}

.business-text {
  color: #002633;
  font-size: 23px;
  line-height: 29px;
}

.image-full {
  width: 100%;
  height: 100%;
  display: flex;
}

button.default-button-business {
  color: #ffffff;
  margin-top: 40px;
  border: solid 1px #e7382f;
  background-color: #e7382f;
  text-transform: uppercase;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
}
button.default-button-business:hover {
  color: #e7382f;
  background-color: #ffffff;
}

.business-free-plan-little-title {
  font-weight: bold;
  color: #002633;
  font-size: 26px;
  line-height: 32px;
  max-width: 220px;
  margin: 0 auto 20px;;
}

.business-free-plan-little-text {
  font-size: 18px;
  line-height: 20px;
  color: #002633;
  max-width: 250px;
  margin: 0 auto;
}

.table-title-big.table-prices-cell {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 44px;
  text-align: left;
}

.plansIntroDescriptionContainer{
  width: calc(100% - 100px);
  padding: 0 50px;
}

p.plansIntroDescription{
  font-size:23px;
  color:#002633;
  margin-top: 0;
  margin-bottom:40px;
}

.table-title-little.table-prices-cell {
  font-size: 23px;
  text-transform: uppercase;
}

.table-prices {
  border: solid 1px #cbcbcb;
  margin: 0 40px 50px 40px;
}

.table-prices-row {
  display: flex;
}

.table-prices-cell {
  flex: 0.7;
  max-width:340px;
  color: #002633;
  font-size: 17px;
  line-height: 21px;
  padding: 20px 30px;
}

.table-prices-cell.less-space {
  flex: 0.5;
  /* max-width: 90px; */
}



.table-prices-row .table-prices-cell.less-space.table-title-little{
  max-width:200px;
  width:200px;
}

.align-center {
  align-items: center;
}




.table-prices-cell.price {
  text-align: center;
}

.table-prices-cell.price .price-value {
  font-size: 50px;
  line-height: 60px;
}
.table-prices-cell.price .price-label {
  font-size: 20px;
}

.table-prices-cell.alternate-color {
  color: #ffffff;
  background-color: #64aeae;
}

.table-prices .explenation-label {
  background-color: #2d5360;
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  line-height: 51px;
  font-style: italic;
}

.table-prices .table-products-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #002633;
  font-size: 16px;
}

.table-prices .table-products-description {
  font-weight: normal;
  text-transform: none;
  color: #002633;
  font-size: 14px;
  padding-top: 10px;
}

.table-prices .table-prices-cell i.icon-services-included {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  border: solid 2px #979797;
}
.table-prices .table-prices-cell.alternate-color i.icon-services-included {
  border: solid 2px #ffffff;
}

.table-title-plan {
  font-size: 23px;
  text-transform: uppercase;
  color: #002633;
  padding: 20px 30px;
  border: solid #cbcbcb;
  border-width: 1px 0;
}

.table-toggler-show-more {
  /* position: absolute;
  left: 0;
  width: 20px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  background-color: #f0f0f0;
  color: #64aeae;
  text-align: center;
  display: flex;
  align-items: center; */
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #f0f0f0;
  color: #64aeae;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.table-prices-tabs-container {
  width: calc(100% - 80px);
  margin: 0 40px;
  display: none;
}

.table-prices-tab {
  flex: 1;
  background-color: #ffffff;
  transition: 0.3s;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border: solid 1px #dedede;
  /* border-bottom:0px; */
  color: #002633;
  cursor: pointer;
  padding: 10px 0;
  /* border-radius: 5px 5px 0 0; */
}
.table-prices-tab.selected {
  color: #ffffff;
  background-color: #64aeae;
  border-color: #64aeae;
  cursor: default;
}

img.half-image {
  float: left;
  width: 50%;
}

.half-text {
  padding: 20px;
  width: calc(50% - 40px);
  float: left;
}

img.our_customers_user {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.our_customers_text {
  font-size: 18px;
  color: #002633;
  font-weight: normal;
  text-align: left;
}

.banner_download_app_business {
  width: calc(100% - 100px);
  padding: 50px 50px 0;
  display: flex;
  align-items: center;
}

.banner_download_app_business_image_container {
  float: left;
  margin-right: 50px;
  width: initial;
  display: flex;
}

.banner_download_app_business_image {
}

.banner_download_app_business_text {
  float: left;
  font-size: 23px;
  color: #4a4a4a;
  text-align: left;
  max-width: calc(100% - 330px);
}

.with_background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 50px 0;
}

.free_plan_simple_text {
  padding: 50px;
  text-align: center;
  font-size: 23px;
  line-height: 31px;
  color: #002633;
}

.phone_image {
  max-width: 100%;
  margin: 0 auto;
}

.my-50, div.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-100, div.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-0 {
  padding: 0;
}

.w-100 {
  width: 100%;
}

.essential-plan-top-banner {
  display: flex;
  width: 100%;
}

.essential-plan-top-banner-text {
  padding: 50px;
  flex: 1;
  display: flex;
  align-items: center;
}

.essential-plan-top-banner-image {
  flex: 1;
  display: flex;
  align-items: flex-end;
  min-height: 500px;
}

.banner_manage_page_business {
  background-color: #e8e8e8;
  padding: 50px;
}

.banner_manage_page_business button.default-button-business{
  margin-left: auto;
  margin-right: auto;
}

.max-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.max-width-100 {
  max-width: 100%;
}


/* CUSTOMER CAROUSEL */
.customer-carousel{
  padding-bottom:25px;
}

.customer-carousel .quoteContainer{
  display: flex;
  padding: 20px;
  position:relative;
}

.customer-carousel .quoteContainer::before{
  content: " ";
  background: url('https://cdn.foodiestrip.com/landing_business/plans/virgolette-sx-24.png');
  top: 0;
  left: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.customer-carousel .quoteContainer::after{
  content:" ";
  background: url('https://cdn.foodiestrip.com/landing_business/plans/virgolette-dx-24.png');
  bottom:0;
  right:0;
  position:absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.customer-carousel .quoteContainer .quoteImage{
  padding: 20px;
  flex: 1;
}
.customer-carousel .quoteContainer .quoteImage img{
  width:100%;
}

.customer-carousel .quoteContainer .quoteBody{
  flex: 1.2;
}

.customer-carousel .quoteContainer .quoteBody img{
  width:100%;
  max-width: 110px;
}

.customer-carousel .quoteContainer .quoteBody .quoteText{
  font-size:18px;
  padding:14px 0;
}

.customer-carousel .slick-dots{
  bottom:-10px !important;
}

@media(max-width: 460px) {
  .customer-carousel .quoteContainer{
    flex-direction: column;
  }
  .customer-carousel .quoteContainer .quoteImage{
    padding: 0px;
    width: 100%;
    text-align:center;
    flex: inherit;
  }
  .customer-carousel .quoteContainer .quoteBody{
    display:flex;
  }
  .customer-carousel .quoteContainer .quoteBody .quoteText{
    font-size:18px;
    padding:14px 0;
  }

  .customer-carousel .quoteContainer .quoteBody .imageContainer{
    padding: 14px;
    min-width:80px;
  }
}
