@import "fonts/sf-pro-display/font.css";
@import "fonts/inter/font.css";
@import "fonts/gotham/font.css";

.navbar {
  --bs-navbar-nav-link-padding-x: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: inherit;
}

body {
  font-family: "gothamlight";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  max-width: 1920px!important;
  margin:0 auto;
}

.cta-top-bar-set {
  padding: 10px 26px !important;
  color: white !important;
}
.cta-top-bar-set:hover {
  color: #000 !important;
}

.li-btn-set {
  display: flex;
  align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h3 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.terms-page {
  font-size: 1rem;
}
.font-med {
  font-family: "gothammedium" !important;
}
.font-bold {
  font-family: "gothambold" !important;
}
.font-40 {
  font-size: 22px;
  font-weight: normal;
}
.px-45 {
  padding: 0 1rem;
}

.bg-light-gray {
  background: #efefef;
}

.secondary-head {
  text-align: center;
}
.secondary-head h2 {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
}
.sell-txt {
  font-size: 18px;
  font-weight: normal;
}
.secondary-head h2 span {
  color: #fff;
}

.navbar {
  margin-top: 20px;
}

.nav-link {
  font-family: "gothammedium";
  font-weight: 500;
  color: #000000;
  padding: 16px 26px;
}

.navbar-brand .logo {
  width: 150px;
}

.navbar-toggler,
.navbar-toggler:hover {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.cta-button {
  font-family: "gothammedium";
  font-weight: normal;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 16px 26px;
  box-shadow: 11px 13px 7px -6px rgba(0,0,0,0.1);
}

.cta-button:hover,
.cta-white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.cta-white:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.cta-outlined-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.cta-outlined-white:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

.cta-long {
  padding: 0.75rem 3.5rem;
}

.cta-long i {
  padding-left: 0.5rem;
}

.main-heading {
  font-family: "gothambold";
  font-style: normal;
  font-size: 40px;
  margin-top: 20px;
}

.main-heading span {
  color: #d72279;
  text-shadow: 3px 1px 3px rgba(251,238,88,0.6);
}

.reviews-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-image-container {
  margin-top: 20px;
}

.main-image-container img {
  position: relative;
  right: -50px;
}

.social-icons {
  width: 230px;
  text-align: center;
  margin: 10px auto;
}

.social-icons .icon {
  width: 48.2px;
  height: 48.2px;
  border: 1px solid #272727;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-left: 5px;
  margin-top: 10px;
  line-height: 48.2px;
}

.social-icons .icon:hover {
  background: #1890ff;
  border: 1px solid #1890ff;
  color: #fff;
}

.sell-anywhere-img {
  margin-left: -60px;
}

.manage-simply-img {
  display: block;
  margin: 0 auto;
  height: 380px;
}

.feature-section {
  text-align: center;
  margin-bottom: 120px;
}

.feature-section h3 {
  margin-top: 60px;
  margin-bottom: 12px;
  font-family: "gothammedium";
  font-weight: normal;
}

.feature-section .cta-button::before {
  position: absolute;
  background: url(../imgs/bg-dotted-learn-more-small.png) no-repeat;
  width: 92px;
  height: 74px;
  top: 25px;
  left: -34px;
  content: "";
  z-index: -9999;
}

.no-cta-bg {
  background: none;
}
.no-cta-bg::before {
  background: none !important;
  content: none !important;
}

.feature-section .cta-button {
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  margin-top: 16px;
}

.feature-section .cta-button i {
  font-size: 21px;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -1px;
}

.expand-col-right {
  margin-top: 80px;
}

.card h3 {
  font-family: "gothammedium";
  font-size: 18px;
}

.homepage-cards-heading {
  padding-bottom: 16rem;
  align-items: normal;
  border-radius: 0;
}

.card {
  background: #ffffff;
  box-shadow: -10px 10px 36px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
}

/*about page*/

.section-bg {
  background: #1890ff;
}

.rh-heading {
  font-size: 22px;
  font-weight: normal;
  margin-top: 3.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: "gothammedium";
}

.rh-heading-medium,
.pricing-page-heading .rh-heading {
  font-family: "gothammedium";
  font-size: 22px;
  font-weight: normal;
}

.pricing-page-heading .rh-heading {
  margin-top: 0;
}

/*Payment*/

h1.rh-heading {
  font-size: 22px;
  font-weight: normal;
}

.rh-heading-center {
  text-align: center !important;
}

.pricing-plan .plan-title {
  font-size: 22px;
  font-weight: normal;
  font-family: "gothammedium";
}

.pricing-plan .card-header {
  border-bottom: 1px solid #cdcdcd !important;
}

.pricing-plan .plan-price {
  font-size: 2rem;
  font-weight: 700;
  font-family: "gothambold";
  margin-right: 0.5rem;
}

.pricing-plan .plan-discount {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.75rem;
}

.pricing-plan .plan-features {
  list-style: none;
  padding-left: 0;
}

.pricing-plan .plan-features li {
  font-size: 1rem;
  background: url(../imgs/icons/check-circle-cut.png) no-repeat left top;
  padding-left: 30px;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
.accordion-button {
  font-family: "gothammedium";
  font-weight: normal;
}
.pricing-plan-terms {
  background: #ffffff;
  box-shadow: 0px 0px 24px #e4e5e7;
  border-radius: 100px;
  padding: 7px;
  width: fit-content;
}

.pricing-plan-terms button {
  font-size: 16px;
  padding: 12px;
  border-radius: 50px;
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #000;
}

.pricing-plan-terms button.active {
  color: #fff;
  background: #000;
}

.faqs .accordion-item {
  background: #ffffff;
  box-shadow: 0px 0px 24px #e4e5e7;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.faqs .accordion-item:last-child {
  margin-bottom: 0;
}

.faqs .accordion-header .accordion-button {
  padding: 36px 24px;
  background: transparent;
}

.faqs .accordion-header .accordion-button:not(.collapsed) {
  background: none;
  font-weight: normal;
  box-shadow: none;
  color: #000;
  font-size: 18px;
}
.accordion-body {
  font-weight: 900;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.homepage-cards {
  align-items: normal !important;
  margin-top: -14rem;
}

footer {
  background: #000;
  color: #fff;
  font-size: 16px;
}

footer .main-nav {
  background: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer-get-started {
  border: 1px solid white;
  background-color: #000;
  color: white;
}
.footer-links {
  display: flex;
  flex-direction: column;
}
footer p {
  font-size: 16px;
}
.footer-links a,
.footer-links div {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  letter-spacing: 0.02rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.terms-page h2 {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 600;
  margin-bottom: 10px;
}

.terms-page p {
  font-size: 16px;
}
.font-46 {
  font-size: 24px;
}
.footer-heading {
  font-size: 20px !important;
  font-weight: normal;
  font-family: "gothammedium";
}
.ssoff {
  font-size: 24px;
}
.homepage-cards .card h3 {
  font-size: 18px;
}
.copyright-set {
  margin-top: 15px;
}

.container-stats .lp-heading-2{
  text-align: left;
}

.rh-heading-h3{
font-size:20px;
margin-bottom:10px;
margin-top:20px;
}

.rh-heading-h4{
font-size: 24px;
margin-bottom: 20px;
font-weight: 700;
}

@media (min-width: 768px) {
  .container {
    max-width: 96%;
  }

  .container-stats{
    max-width:540px!important;
  }
  footer .main-nav {
    background: #000;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .rh-md-width-50 {
    width: 50%;
  }

  footer {
    font-size: 14px;
  }

  .footer-links a {
    font-size: 16px;
  }
  .copyright-set {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {

  .nav-link.cta-button {
    margin-left: 0.5rem;
  }

  .copyright-set {
    margin-top: 0px;
  }
  .center-img {
    display: flex;
    align-items: center;
  }
  .card h3 {
    font-family: "gothammedium";
    font-size: 30px;
  }
  .pricing-plan .plan-price {
    font-size: 3.75rem;
    font-weight: 700;
    font-family: "gothambold";
    margin-right: 0.5rem;
  }
  .pricing-plan .plan-title {
    font-size: 2rem;
    font-weight: normal;
    font-family: "gothammedium";
  }
  .rh-heading-medium,
  .pricing-page-heading .rh-heading {
    font-family: "gothammedium";
    font-size: 42px;
    font-weight: normal;
  }
  .homepage-cards .card h3 {
    font-size: 30px;
  }
  .footer-heading {
    font-family: "gothammedium";
    font-size: 24px !important;
    font-weight: normal !important;
    color: #fff;
    margin-bottom: 10px;
  }
  .font-46 {
    font-size: 42px;
  }
  .ssoff {
    font-size: 42px;
  }
  .nav-center {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }

  .nav-center .nav-item {
    margin-left:15px;
  }

  .nav-center .nav-item:first{
    margin-left: 0;
  }

  .how-does-img {
    padding: 0 10%;
  }
  .still-ques {
    margin-bottom: 8rem;
  }
  .faq-accordian {
    margin-top: 10rem;
  }
  .instant-web-sec {
    margin-top: 10rem !important;
  }
  .social-platform-sec {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .sell-on-facebook-sec {
    margin-bottom: 10rem;
    margin-top: 6rem;
  }
  .mange-simply-sec {
    margin-top: 367px;
    margin-bottom: 0px;
  }
  .few-clicks-away-img {
    padding: 19%;
  }
  .free-store-img {
    padding: 15%;
  }
  .grow-faster-set img {
    padding: 10%;
  }
  .start-store-sec {
    margin-top: 300px;
    margin-bottom: 100px;
  }
  .grow-faster-sec {
    margin: 150px auto;
  }
  .start-sale-sec {
    margin-top: 130px;
  }
  .container {
    max-width: 96%;
  }

  body {
    font-size: 18px;
  }

  .px-45 {
    padding: 0 4.5rem;
  }

  .font-40 {
    font-size: 40px;
    font-weight: normal;
  }

  h3 {
    font-family: "gothammedium";
    font-weight: normal;
    font-size: 42px;
  }

  .h-3-small {
    font-size: 30px;
  }

  .rh-lg-width-60 {
    width: 70%;
  }

  .rh-lg-width-50 {
    width: 50%;
  }

  .navbar-brand .logo {
    width: auto;
  }

  .main-heading {
    margin-top: 80px;
    font-size: 68px;
  }

  .main-image-container {
    position: absolute;
    right: 0;
    z-index: -9999;
  }

	
  .reviews-img {
    margin-left: 0;
  }

  .sell-anywhere-img {
    margin-left: -120px;
  }

  .social-icons {
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }

  .social-icons .icon {
    font-size: 32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }

  .feature-section {
    text-align: left;
  }
  .expand-col-right {
    position: absolute;
    right: -12px;
    margin-top: 0;
  }
  .feature-section .row {
    align-items: center;
  }

  .feature-section .rh-img {
    height: auto;
    margin-left: 0;
  }

  .feature-section .rh-img.few-clicks-away-img {
    margin-left: -40px;
  }
  .secondary-head {
    margin-bottom: 120px;
  }

  .secondary-head h2 {
    font-size: 42px;
    width: 863px;
    margin-left: auto;
    margin-right: auto;
  }

  .secondary-head .rh-img {
    margin-top: 2rem;
  }

  .feature-section .cta-button::before {
    background: url(../imgs/bg-dotted-learn-more-btn.png) no-repeat;
    width: 142px;
    height: 114px;
    top: 6px;
    left: -28px;
  }

  /*about us*/

  .rh-heading,
  h1.rh-heading {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 2.1475rem;
    text-align: left;
  }

  .pricing-page-heading .rh-heading {
    margin-top: 3.25rem;
    font-size: 42px;
  }

  h1.rh-heading {
    font-family: "sf pro display";
  }

  h1.rh-heading .text-br {
    display: block;
  }

  .pricing-plan-terms button {
    font-size: 18px;
  }

  .homepage-cards-heading {
    border-radius: 20px;
  }

  .terms-page h2 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .terms-page p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
  }

  footer .width-85 {
    width: 85% !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 90%;
  }
}
.ar-flip-img {
  transform: rotateY(180deg);
}
.no-credit {
  color: #b6b6b6;
  margin-bottom: 100px;
}
.manage-simply-img {
  margin-left: auto !important;
}

.mt7 {
  margin-top: 6rem;
}

.grow-faster-set {
  right: -120px;
}

.navbar-btn a {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* Landing page */
#landing-page .accordion-icon{
  width: 50px;
  height: 50px;
  background: #F3F9FE;
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 7px;
  margin-right: 15px;
}

.lp-bg-primary-blue{
background: #1890FF;
}

.lp-main-heading{
  text-shadow: 0px 4px 6px rgba(250, 255, 17, 0.4);
  font-size:34px;
  line-height:40px;
  text-align:center;
  font-weight:700;
  width:73%;
  margin-top:20px;
}

.lp-main-heading-text-0{
  font-size:22px;
  line-height:36px;
  color: #000;  
}

.lp-main-heading-text-1{
font-size:19px;
line-height:24px;
color: #303237;
}

.lp-main-heading-text-2{
  font-size:14px;
  line-height:20px;
  color: #000;
  }

  .lp-cta-button{
    width: 256px;
    height: 60px;
    color:white;
    padding: 20px 26px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.02em;
    background: #1890FF;
    box-shadow: 0px 4px 6px rgba(250, 255, 17, 0.4);
    border-radius: 4px;
  }

  .lp-logos-section{
    margin-top:40px;
  }

  .lp-cta-button .fa-long-arrow-right{
    margin-left:10px;
  }

.lp-heading-2,.lp-heading-3{
  font-family:gothambold;
  font-size:34px;
  line-height:40px;
  text-align:center;
  color:#071B4D;
  margin-top:20px;
}

.hero-section .lp-heading-2{
  text-align:left;
}

.lp-para-1{
  font-weight: 400;
font-size: 18px;
line-height: 24px;
}

.lp-para-2{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.lp-para-3{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.lp-para-back-1{
  font-family:gothambold;
  font-weight:700;
  font-size:16px;
  line-height: 20px;
  background: #1890FF;
  padding:7px;
  width: fit-content;
  font-size:18px;
  font-weight:600;color:#fff;padding-left:15px;padding-right:15px;
}

.hero-section .lp-heading-2{
  width:76%;
  color:#000;
}

.lp-icon-box-col{
  display:flex;
  align-items: center;
  margin-bottom: 40px;
}

.lp-icon-box-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-icon-box{
  width: 70px;
  height: 70px;
  background: #1890FF;
  border-radius: 6px;
  padding: 13px;
  box-sizing: border-box;
}

.lp-icon-box-text{
  color:#071B4D;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-left:10px;
  font-family: gothammedium;
}

#landing-page .accordion-body{
  padding-top:0.5em;
  font-weight:400;
  text-align:left;
}

#landing-page .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

#landing-page .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

#landing-page .accordion-button,#landing-page .accordion-item{
  background: none;
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size:14px;
    line-height: 20px;
    
}

#landing-page .accordion-button{
  font-family: gothammedium;
  font-size:18px;
  line-height: 30px;
  font-weight: 500;
}
#landing-page .accordion{
  margin-top:40px;
}

.lp-stats{
  text-align: center;
  margin-bottom:40px;
}

.lp-stats .numeric{
font-size:48px;
line-height:54px;
color: #1890FF;
text-align: center;
margin-bottom:10px;
font-family:gothammedium;
font-weight:500;

}

.lp-stats .text{
  color: #071B4D;
  font-size:18px;
  line-height:30px;
  font-weight:700;
  font-family:gothammedium;
}

.lp-testimonials{
  background: #E9F7FE;
  padding:3rem;
  padding-left:0;
  padding-right:0;
}

.lp-testimonials .lp-para-2{
  margin-bottom: 40px;
  margin-top: 15px;
  width: 90%;
}

.lp-testimonials .lp-heading-2 span{
  color:#1890FF;
}

.lp-testimonials-box-wrapper{
  display: flex;
  width:100%;
}

.lp-testimonial-box{
  background: #FFFFFF;
  box-shadow: 0px 60px 60px #CDE5F1;
  border-radius: 5px;
  padding:25px;
}

.lp-heading-4{
  font-family:gothammedium;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #071B4D;
  margin-bottom:15px;
}

.lp-join-the-resthero-cta{
  padding:40px 10px;
  text-align:center;
  color:white;
}

.lp-join-the-resthero-cta .lp-cta-button{
  border:1px solid #FFF;
  box-shadow: none;
  margin-top:20px;
}

.lp-join-the-resthero-cta .lp-para-1{
  text-align:left;
}

.hubspot-form-talk-to{
  width:80%;
}

.unleash-heading{
  text-align:left;
}

.lp-heading-align-new .unleash-heading{
  text-align:center;
}

#landing-page .main-image-container img {
  position: relative;
  left: 4%;
}

.left-right-0{
  left:0 !important;
  right:0 !important;
}

.lp-w-sm-90{
  width:90% !important;

} 

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu{
  padding:0;
  box-shadow: 0 10px 40px 10px rgba(87, 96, 113, .175);
  border-top: 2px solid #000;
}

.dropdown-item{
  padding:0.75rem 1.25rem;
  font-weight:600;
}

.dropdown-item-icon{
  margin-right: 5px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #222;
}

@media (min-width: 576px){
	
  #landing-page .main-image-container {
    position: relative;
    right: 0;
	text-align:center;
  }

	#landing-page .main-image-container img {
		left:0;
		right:0;
	}
	
	.lp-w-lg-75{
    width:75%;
  }
}

@media (min-width: 768px){
  .lp-w-md-75{
    width:75% !important;
  }
  #landing-page .accordion-item{
    font-size:18px;
    line-height: 24px;
    
}
}


@media (min-width: 1025px) {

  #landing-page .main-image-container img{
    left:18%;
  }

  .container-stats .lp-heading-2{
    text-align: center;
  }
  

  .unleash-heading{
    text-align:center;
  }
  .container-stats{
    max-width:96%!important;
  }

  .hubspot-form-talk-to{
    width:75%;
  }

  .hubspot-form-talk-to .lp-para-1{
    font-size:16px;
    width:75%;
  }

  .lp-testimonial-box{
    width:100%;
    height:380px !important;
  }

  .lp-hero-main-text-section{
    text-align: left !important;
    margin-top:80px;
  }

  .lp-heading-2{
    font-size:30px;
    line-height: 42px;
  }

  .lp-icon-box-col{
    display:block;
    text-align:center;
  }

  .lp-icon-box{
    margin-bottom:20px;
  }

  .unleash-para-text{
    margin-top:1rem!important;
    margin-bottom: 3rem!important;
    font-size:16px;
    width:70%;
    margin:0 auto;
  }

  .lp-w-lg-75{
    width:75%;
  }

  .lp-w-lg-60{
    width:60%;
  }

  .lp-w-lg-90{
    width:90% !important;
  }

  .lp-w-lg-100{
    width:100% !important;
  }

  .hero-section .lp-heading-2{
    width:100%;
    text-align: left;
    font-size:48px;
    line-height: 56px;
    text-shadow: 0px 4px 6px rgba(250, 255, 17, 0.4);
  }

  .lp-w-83{
    width:83%;
  }

  .lp-w-90{
    width:90%;
  }
  
  #landing-page .accordion-button{
    font-size:21px;
    line-height: 30px;
  }

  #landing-page .accordion-icon{
    width: 75px;
    height: 75px;
    padding:10px;
  }

  .lp-why-start-resthero .lp-para-2{
    text-align:left;
    font-size:18px;
    line-height: 24px;
  }

  .lp-why-start-resthero .lp-para-back-1{
    font-size:22px;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .lp-why-start-resthero .lp-heading-2{
    font-size:34px;
    text-align: left;
    margin-bottom: 2rem!important;
  }

  .lp-testimonials .lp-heading-2,.lp-testimonials .lp-para-2{
    text-align:left;
    padding-left:6.5rem;
  }

  .lp-testimonials .lp-para-2{
    width:100%;
  }

  .lp-center-align-stats{
    width:70%;
    margin: 0 auto;
  }

  .lp-stats .numeric{
    font-size:40px;
    line-height: 46px;
  }

  .lp-stats .text{
    font-size:16px;
  }

  .lp-join-the-resthero-cta{
    padding:40px;
    text-align:center;
    border-radius:10px;
    margin:0 auto;
    width:85%;
  }

  .lp-join-the-resthero-cta .lp-para-1{
    width:85%;
    margin:0 auto;
    font-size:16px;
    text-align:center;
  }

}

@media screen and (min-width:1200px){
  
  .lp-why-start-resthero .lp-para-2{
    font-size:24px;
    line-height: 30px;
  }

}

@media screen and (max-width:393px){
  .hero-section .lp-heading-2{
    width:85%;
  }
}

@media screen and (max-width: 390px){
  .lp-para-back-1{
    font-size:17px;
  }
}

@media screen and (max-width: 389px){
  .hero-section .lp-heading-2{
    width:88%;
  }
  .lp-para-back-1{
    font-size:16px;
  }
}

.hero-section .hero-section-heading-new{
  width:100%;
}

.swiper {
  width: 100%;
  height: 100%;
}



.lp-logo-slide1{
  width:163px !important;
}

.lp-logo-slide1{
  width:97px !important;
}
.lp-logo-slide2{
  width:134px !important;
}
.lp-logo-slide3{
  width:79px !important;
}.lp-logo-slide4{
  width:111px !important;
}
.lp-logo-slide5{
  width:91px !important;
}
.lp-logo-slide6{
  width:105px !important;
}
.lp-logo-slide7{
  width:163px !important;
}
.lp-logo-slide8{
  width:101px !important;
}



/*
  New Home Landing Type
*/

.connected-with-top-delivery{
  margin-top:90px;
}

.lp-home .integration-flawless-partners-section .lp-heading-2{
  color:#000;
  font-size:33px;
  line-height: 45px;
}

.lp-home .lp-hero-main-text-section .lp-heading-2{
  font-size:40px;
  line-height: 50px;
  text-shadow: none;
}

.lp-home .lp-hero-main-text-section .hero-section-heading-new{
  font-size:34px;
  line-height: 40px;
  text-shadow: none;
}


/* Food and Beverage Landing Page */

.lp-food-beverage .lp-hero-main-text-section .lp-heading-2{
  font-size:44px;
  line-height: 60px;
  text-shadow: none;
}

.lp-food-beverage .lp-main-heading-text-0,.lp-home .lp-main-heading-text-0{
  font-size:19px;
  line-height: 29px;
  color:#000;
}

/* Slider Copy */

#landing-page .font-13 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #303237;
}

#landing-page .checkout {
  background: #13182A;
}

#landing-page .stripe {
  background: #6772E5;
}

#landing-page .telr {
  background: #0E7050;
}

#landing-page .talabat {
  background: #FF4B00;
}

#landing-page .Quiqup {
  background: #6B64F6;
}

#landing-page .slider-splide {
  margin: 25px 0 85px 0;

}

#landing-page .slider-card {
    border-radius: 8px;
    max-width: 442px;
    padding: 28px 15px 8px 15px;
    margin-left: 10px !important;
}

.lp-text-variant-b1{
  font-size:37px;
  line-height: 49px;
}

.lp-phone-mid-feature{
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.lp-phone-mid-feature-heading{
  font-family: gothambold;
  font-size:24px;
  line-height: 30px;
  color:#000;
  margin-bottom:15px;
}

.lp-phone-mid-feature-text{
  font-size:14px;
  line-height: 20px;
  color:#000;
}

.lp-phone-mid-feature-section-new .lp-phone-mid-feature-text{
  width:80%;
  margin-left:auto;
  margin-right:auto;
}


.lp-food-beverage .lp-heading-2{
  color:#000;
}

@media (min-width: 1200px){

  #landing-page .main-image-container .align-within-container {
    left: 3%;
    max-width:100%;
  }

  .lp-food-beverage .lp-hero-main-text-section{
    margin-top:60px;
  }

  .lp-phone-mid-feature-text{
    font-size:16px;
    line-height: 22px;
    width:100%;
  }

  .lp-w-xl-90{
    width:90% !important;
  }
  
}

@media (min-width: 1400px){

  .lp-phone-mid-feature{
    margin-bottom: 20px;
  }

}



/*  NEW HOME PAGE */

  .slider-delivery-payment-partners li{
    max-width: 277px;
  }


  .slider-brands-using-resthero li{
    max-width: 163px;
    margin-right:20px;
  }

  .no-comission-no-charges{
    font-size:28px;
    line-height: 33px;
    margin-top:30px;
    margin-bottom:40px;
  }
  
  .no-comission-no-charges span:first-child {
    margin-bottom: 30px;
  }
  
  .lp-heading-2-new{
    color:#000;
    font-size:26px;
    line-height: 34px;
    font-family: gothambold;
  }

  .expand-left-col{
    position: absolute;
    left:0;
  }

  .expand-left-col img{
    max-width: 100%;
    height: auto;
  }

  .buinsess-in-minutes-col{
    margin-top: 540px;
  }


  .lp-icon-box-container-new{
    max-width: 50%;
  }

  .lp-icon-box-container-new .lp-icon-box-col{
    margin-bottom: 40px;
    padding: 0 0;
  }

  .lp-icon-box-container-new .lp-icon-box-text{
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .lp-icon-box-container-new .lp-icon-box{
    width:70px;
    height:70px;
  }

  .container-stats-new .fix-phone-margins{
    margin-top:60px;
    margin-bottom:60px;
  }

  .text-with-line{
    border-bottom: 4px solid #1890FF;
    border-radius:2px;
    padding-bottom: 4px;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    }

    .bg-E9F7FE{
      background: #E9F7FE;
    }

    .lp-stats-new .numeric{
      font-size:45px;
      line-height: 54px;
      color:#000;
    }
  
    .lp-stats-new .text{
      font-size:20px;
      line-height: 30px;
      font-weight:500;
    }

    .lp-testimonials-new .lp-heading-2{
      font-size:26px;
      line-height: 34px;
      color:#000;
      width:70%;
      margin-left:auto;
      margin-right:auto;
      text-align:center;
    }

    .empowers-all-businesses-startups{
      margin-top:90px;
    }

    .lp-v3-hero-img{
      left:auto !important;
      right:auto !important;
    }

    .hero-section-heading-new{
      text-align: center!important;
    }
  
@media screen and (min-width:768px) and (max-width:1199px){
  .lp-heading-2-new{
    text-align: center !important;
  }

  .lp-main-heading-text-2{
    font-size:16px;
    line-height: 22px;
    }

    .buinsess-in-minutes-text{
      width:80%;
      margin:0 auto;
      text-align:center;
    }

    .lp-phone-mid-feature-section-new .lp-phone-mid-feature-heading{
      font-size:26px;
      line-height: 32px;
    }

    .lp-phone-mid-feature-section-new .lp-phone-mid-feature-text{
      font-size:18px;
      line-height: 24px;
      width: 100%;
    }
	
	.lp-v3-hero-img{
		max-width:650px!important;
	}
}

    @media screen and (max-width:1199px){
      .lp-phone-mid-feature-section-new .fix-phone-margins{
        margin:0 !important;
        padding:0 !important;
      }

      .lp-heading-align-new{
        width:100%;
      }
    }

@media screen and (max-width:600px){
  .buinsess-in-minutes-col{
    margin-top: 350px;
  }
}

@media screen and (max-width:767px){
  .lp-icon-box-container-new{
    max-width: 96%;
  }
}

@media screen and (min-width:1200px){

  .empowers-all-businesses-startups{
    margin-top:140px;
  }

.hero-section-heading-new{
  font-size:40px!important;
  line-height: 56px!important;
  text-align: start!important;
}

.no-comission-no-charges{
  font-size:24px;
  line-height: 29px;
  margin-bottom:20px;
}


  .lp-phone-mid-feature-section-new .lp-phone-mid-feature-heading{
    font-size: 24px;
  }

  .lp-phone-mid-feature-section-new .lp-phone-mid-feature-text {
    font-size: 18px;
    line-height: 24px;
    width:100%;
  }

  .lp-icon-box-container-new .lp-icon-box{
    margin-bottom:0; 
    width: 94px;
   height: 94px;
   }

   .lp-heading-2-new{
    font-family: gothammedium;
    font-weight: 500;
    font-size:26px;
    line-height: 34px;
    text-align: center;
  }

  .buinsess-in-minutes-col .lp-heading-2-new{
    text-align: left;
  }
  
  .lp-main-heading-text-2{
    font-size:18px;
    line-height:24px;
    color: #000;
    }
  
    .buinsess-in-minutes-col{
      margin:120px 0;
    }
  
    .lp-stats-new{
      margin-bottom:0;
    }
  
    
    .lp-icon-box-container-new{
      margin-top:60px;
      margin-bottom:20px;
      max-width:96%;
    }
  
    .lp-icon-box-container-new .lp-icon-box-col{
      display:inherit;
      text-align: start;
      margin-bottom:60px;
      padding:0 60px;
    }

    .container-stats-new .fix-phone-margins{
      margin-top:0px;
      margin-bottom:0px;
    }
  
  
    .lp-icon-box-container-new .lp-icon-box-text{
      margin-left:25px;
      font-size: 20px;
      line-height:30px;
    }
  
    .lp-para-1-new{
      font-size:18px;
      width:78%;
    }
  
    #landing-page .accordion-button-new{
      font-size:24px;
    }
  
    .lp-phone-mid-feature-section-new .lp-phone-mid-feature{
      margin-bottom:30px;
    }
  
    .lp-testimonials-new .lp-heading-2{
      font-size:42px;
      line-height: 54px;
      width:100%;
      text-align: start;
    }
  
    .lp-testimonials-new .lp-para-2{
      font-size:18px;
      line-height: 24px;
    }
    .lp-join-the-resthero-cta-new .lp-para-1{
      font-size:18px;
    }
    .hubspot-form-talk-to-new .lp-para-1{
      width:80%;
      font-size:18px;
    }
    
  
    .hubspot-form-talk-to-new .lp-heading-2,.lp-join-the-resthero-cta-new .lp-heading-2{
      font-size:26px;
      line-height: 34px;
    }

    .lp-v3-hero-img{
      left:auto!important;
      right:0!important;
      max-width:90%!important;
      position:absolute!important;
      margin-bottom: 20px;
    }
  
}

@media screen and (min-width:1440px){
  .hero-section-heading-new{
    font-size:44px!important;
    line-height: 60px!important;
  }

  .lp-v3-hero-img{
    max-width:650px!important;
  }

  .no-comission-no-charges{
    font-size:28px;
    line-height: 33px;
  }
    .lp-phone-mid-feature-section-new .lp-phone-mid-feature-heading{
      font-size: 28px;
    }
  
    .lp-phone-mid-feature-section-new .lp-phone-mid-feature-text {
      font-size: 18px;
      line-height: 24px;
    }
  
    .lp-icon-box-container-new .lp-icon-box{
      margin-bottom:0; 
      width: 94px;
     height: 94px;
     }
  
     .lp-heading-2-new{
      font-family: gothammedium;
      font-weight: 500;
      font-size:34px;
      line-height: 44px;
      text-align: center;
    }
  
    .buinsess-in-minutes-col .lp-heading-2-new{
      text-align: left;
    }
    
    .lp-main-heading-text-2{
      font-size:18px;
      line-height:24px;
      color: #000;
      }
    
      .buinsess-in-minutes-section-align{
        align-items: center;
      }
    
      .lp-stats-new{
        margin-bottom:0;
      }
    
      
      .lp-icon-box-container-new{
        margin-top:60px;
        margin-bottom:20px;
        max-width:96%;
      }
    
      .lp-icon-box-container-new .lp-icon-box-col{
        display:inherit;
        text-align: start;
        margin-bottom:60px;
        padding:0 60px;
      }
  
      .container-stats-new .fix-phone-margins{
        margin-top:0px;
        margin-bottom:0px;
      }
    
    
      .lp-icon-box-container-new .lp-icon-box-text{
        margin-left:25px;
        font-size: 20px;
        line-height:30px;
      }
    
      .lp-para-1-new{
        font-size:18px;
        width:78%;
      }
    
      #landing-page .accordion-button-new{
        font-size:24px;
      }
    
      .lp-phone-mid-feature-section-new .lp-phone-mid-feature{
        margin-bottom:40px;
      }
    
      .lp-testimonials-new .lp-heading-2{
        font-size:42px;
        line-height: 54px;
      }
    
      .lp-testimonials-new .lp-para-2{
        font-size:18px;
        line-height: 24px;
      }
      .lp-join-the-resthero-cta-new .lp-para-1{
        font-size:18px;
      }
      .hubspot-form-talk-to-new .lp-para-1{
        width:80%;
        font-size:18px;
      }
      
    
      .hubspot-form-talk-to-new .lp-heading-2,.lp-join-the-resthero-cta-new .lp-heading-2{
        font-size:38px;
        line-height: 48px;
      }

      .connected-with-top-delivery{
        margin-top:120px;
       }

  }

  @media screen and (min-width:1600px){

    .hero-section-heading-new{
      font-size:54px !important;
      line-height: 70px!important;
    }

     .buinsess-in-minutes-section .expand-left-col{
        position:initial;
      }

      .buinsess-in-minutes-col{
        margin:60px 0;
      }

      .connected-with-top-delivery{
        margin-top:140px;
       }
   
   }

   @media screen and (min-width:1920px){

    .hero-section-heading-new{
      font-size:60px !important;
      line-height: 76px!important;
    }

     .buinsess-in-minutes-col{
       margin:110px 0;
     }

     .connected-with-top-delivery{
      margin-top:190px;
     }
  
  }

@media screen and (max-width:1399px){
	.expand-left-col img.img-less-10-percent{
		max-width:90%;
	}
}
 

  

