@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html,
body {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1100px;
  float: none;
  padding: 1em;
  margin: 0 auto;
}

.hero-section .hero-right {
  position: relative;
  display: flex;
  align-items: center;
  top: -4em;
}

.nav ul li a.active {
  color: #e4983a;
}

.hero-first-section {
  padding-top: 10em;
  background-image: url("../images/hero-section-background-new.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
  background-position: 20%;
}

.menu-section ul {
  display: flex;
  list-style-type: none;
}

.menu-section li {
  color: #fff;
  text-transform: uppercase;
  padding-left: 1.2em;
}

/* .hero-section {
	align-items: flex-end;
	height: 400px;
	padding-top: 8em;
} */

.hero-left h1 {
  color: #333333;
  font-size: 80px;
  line-height: 96px;
  font-weight: 300;
}

.hero-left p {
  font-size: 18px;
  line-height: 1.5;
  padding: 1em 0;
  max-width: 75%;
  margin-bottom: 2em;
}

.hero-left a {
  background-color: #e4983a;
  color: #ffffff;
  padding: 1em 2em;
  border-radius: 4px;
  text-transform: uppercase;
}

.hero-left a i {
  padding-left: 10px;
}

/* Features Work Section */

.amazing-feature-section {
  text-align: center;
  padding-top: 1em;
}

.break-group {
  padding: 1em;
}

.break-line {
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background-color: #d7dee9;
}

.features-one h5 {
  color: #333333;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding-bottom: 15px;
}

.bottom-three-section {
  padding-bottom: 6em;
}

.bottom-three-section {
  text-align: left;
}

.content-box {
  display: flex;
  min-height: 150px;
  min-width: 150px;
  margin-right: 30px;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
  text-align: center;
  justify-content: center;
}

.description-text {
  padding-left: 1em;
}

.top-content {
  align-items: center;
  border-radius: 6px;
  margin-bottom: 1.5em;
}

.top-content h5 {
  color: #333333;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
  padding: 15px 0;
}

.top-content p {
  text-align: left;
  padding-bottom: 20px;
}

.featured-logo-group img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 150px;
  margin: 0 auto;
}

.column-4.content-box img {
  width: 30px;
}

.column-4.how-does-work img {
  width: 50px;
}

.row-home.top-padding {
  padding: 1em 0;
  align-items: center;
}

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

/* How Does Section */

.how-does-section {
  text-align: center;
  background-color: #f0e6bd;
  padding: 2em 5em;
}

.how-does-section h2 {
  margin-bottom: 25px;
}

.how-does-work {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
  padding: 3em 1.5em;
  text-align: center;
}

.how-does-work h5 {
  color: #333333;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  padding: 1em 0;
}

.how-does-work p {
  text-align: center;
}

/* How does Work */

.pricing-section {
  padding: 2em 0;
  text-align: center;
  background-color: #f0e6bd;
}

.plan-details-group {
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
  flex-direction: column;
  display: flex;
  padding: 2em 0;
  background-color: #ffffff;
}

.plan-details-section {
  margin-bottom: 0;
  padding: 0 1em;
  background-color: transparent;
}

.plan-list {
  padding-bottom: 5px;
  text-align: left;
  padding-left: 1em;
}

li.plan-list::marker {
  content: "\2022";
  color: #333333;
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  width: 1em;
  margin-left: -1em;
}

.plan-detail-button {
  padding-top: 2em;
}

.plan-detail-button a {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1em 4em;
  border: 1px solid #333333;
  border-radius: 4px;
}

.plan-info {
  padding: 10px;
  text-align: left;
  padding-left: 3em;
  padding-bottom: 3em;
}

h2.plan-price {
  color: #333333;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  text-align: left;
  padding-left: 1em;
}

.plan-title {
  padding-left: 3em;
  text-align: left;
  padding-bottom: 2em;
  color: #e4983a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.plan-detail-button i {
  padding-left: 1em;
}

.plan-top-padding {
  padding-top: 2em;
}

/*Pricing*/

.download-section {
  padding: 3em 10em;
}

.download-group {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}

.download-app-image {
  padding-top: 2em;
}

/* Download App */

.featured-logos-section {
  padding-left: 4em;
}

.feature-left {
  padding-bottom: 1em;
}

.title-feature {
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 0.5em;
}

.text-feature {
  font-size: 16px;
  color: #ffffff;
}

.featured-logo-group {
  display: flex;
  width: 130px;
  height: 120px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 2em;
}

/* faq*/

.faq-section-left {
  flex: 1 50%;
}

.sub-title-faq {
  color: #e4983a;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 700;
}

.pricing-section .title-faq {
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  padding-bottom: 15px;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.privacy-policy-content h2,
.privacy-policy-content h3 {
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.3;
}

.privacy-policy-group {
  padding: 1em;
}

.title-faq {
  color: #333333;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  padding-bottom: 15px;
}

.faq-section-right {
  flex: 1 50%;
}

.text-faq {
  color: #212121;
  padding: 1em 0;
}

.contact-us-button {
  background-color: #e4983a;
  color: #ffffff;
  border: 0;
  padding: 1em 3em;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 1em;
  position: relative;
  top: 1em;
}

.contact-us-button i {
  padding-left: 15px;
}

.faq-section-group {
  padding: 2em 0 5em;
}

.faq-section {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.accordion_container {
  width: 500px;
}

.accordion_head {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.15px;
  cursor: pointer;
  padding-top: 1em;
  padding-left: 1em;
  text-align: left;
  display: flex;
}

.accordion_body {
  background: #f0e6bd;
  padding-left: 2em;
  margin-bottom: 1.5em;
}

.accordion_head.minus-content {
  margin-bottom: 0;
  background: #f0e6bd;
}

.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
}

.plusminus {
  color: #e4983a;
  font-size: 35px;
  font-weight: 300;
  padding-right: 20px;
}

/* Subscribe Section */
.subscribe-left,
.subscribe-right {
  flex: 1 50%;
  padding: 2em;
}

.sub-title-subscribe {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}

.title-subscribe {
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 100%;
  text-align: center;
}

.subscribe-form {
  padding-top: 5em;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.subscribe-form form {
  display: flex;
  flex-direction: column;
}

.subscribe-form input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 20px;
  color: #fff;
  height: 45px;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

textArea {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 20px;
  color: #fff;
  height: 100px;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.subscribe-form input {
  width: 90%;
  border-radius: 0;
}

textarea {
  width: 93%;
}

.subscribe-form button[type="submit"] {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  background-color: #e4983a;
  border: 0;
  border-radius: 6px;
}

.submit-button i,
.contact-submit-button i {
  padding-left: 15px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.submit-button {
  border-width: 1px;
  border-color: #333333;
  border-radius: 4px;
  background-color: #333333;
}

.contact-submit-button {
  border-width: 1px;
  border-color: #e4983a;
  border-radius: 4px;
  background-color: #e4983a;
}

.feature-section.dark-blue {
  padding: 2em 0;
}

.testimonial-group.lite-blue {
  text-align: center;
  padding: 2em;
}

.testimonial-text {
  font-size: 18px;
  padding-bottom: 25px;
}

::-webkit-input-placeholder {
  color: #ffffff80;
}

::-moz-placeholder {
  color: #ffffff80;
}

:-ms-input-placeholder {
  color: #ffffff80;
}

:-moz-placeholder {
  color: #ffffff80;
}

.regular .slider {
  width: 90%;
  margin: 100px auto;
}

.regular .slick-slide {
  margin: 0px 20px;
}

/* .regular .slick-slide img {
	width: 100%;
} */

.regular .slick-prev:before,
.regular .slick-next:before {
  color: black;
}

.regular .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  height: auto !important;
}

.regular .slick-active {
  opacity: 0.5;
}

.regular .slick-current {
  opacity: 1;
}

.regular .slick-prev:before,
.regular .slick-next:before {
  color: #e4983a !important;
  font-size: 25px !important;
  opacity: 1 !important;
  font-weight: 900;
  cursor: pointer;
}

.regular .slick-dots li button:before {
  font-size: 35px !important;
}

.regular .slick-dots li.slick-active button:before {
  color: #e4983a !important;
}

.regular .slick-prev,
.regular .slick-next {
  bottom: -85px !important;
  top: auto !important;
  height: 60px !important;
  width: 60px !important;
  z-index: 9999;
}

.slick-slide img {
  width: 100%;
  height: 700px;
  object-fit: contain;
}

.regular .slick-dots {
  width: 100% !important;
  max-width: 20% !important;
  margin: 0 auto !important;
}

.regular .slick-prev {
  left: 40% !important;
}

.footer-icon-image img {
  width: 300px;
  object-fit: contain;
  position: relative;
  left: -2em;
}

.testiSlide .slick-prev:before,
.testiSlide .slick-next:before {
  font-size: 30px;
  color: #e4983a;
}

.testiSlide .slick-dots li button:before {
  font-size: 10px;
}

.regular .slick-next {
  right: 40% !important;
}

.regular .slick-dots {
  bottom: -37px !important;
  position: relative !important;
}

.regular .slick-active {
  opacity: 1 !important;
}

.regular .slick-dots li button:before {
  color: #cccccc !important;
  opacity: 1 !important;
}

/* .logo-section {
	width: 100%;
} */

.logo-section img {
  width: 300px;
  object-fit: contain;
}

.header-privacy {
  width: 100%;
  text-align: center;
  background-color: #f0e6bd;
}

.header-privacy img {
  width: 300px;
  object-fit: contain;
}

.privacy-policy {
  padding: 1em 0;
}

.privacy-policy-title {
  font-size: 40px;
  padding-bottom: 1em;
}

.privacy-policy-content p {
  padding-bottom: 10px;
  line-height: 1.6;
}

/* Footer Section */

.footer-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-section-group {
  border-top: 1px solid #cccccc;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 2em;
}

.footer-menu-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-menus-first {
  display: flex;
  flex-direction: column;
}

.copyright-text {
  flex: 1 50%;
  color: #ffffff;
  font-size: 18px !important;
}

.privacy-policy {
  flex: 1 50%;
  text-align: right;
}

.privacy-policy a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 18px;
}

.footer-bottom {
  border-bottom: 1px solid #ccc;
}

.app-store-image img {
  height: 55px;
  object-fit: contain;
}

.google-app-store img {
  height: 55px;
  object-fit: contain;
}

.social-icons-lists {
  display: flex;
  flex-direction: row;
}

.social-icons-lists a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  margin: 10px;
  background-color: #f8fbff;
  border: 1px solid #d7dee9;
}

.social-icons-lists a i {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 25px;
}

.testiSlide {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  padding-top: 2em;
}

.testimonial-image {
  flex: 1 20%;
}

.testimonial-content {
  flex: 1 80%;
  display: flex;
  flex-direction: column;
}

.indentity {
  margin: 0 !important;
  font-size: 12px;
}

figure.testimonial {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  padding: 0 20px;
  text-align: left;
  box-shadow: none !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

figure.testimonial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
}

figure.testimonial blockquote {
  background-color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 50px 30px;
  position: relative;
}

figure.testimonial blockquote:before,
figure.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  color: #ff5057;
  font-size: 50px;
  font-style: normal;
}

figure.testimonial blockquote:before {
  top: 25px;
  left: 20px;
}

figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

.hero-right img {
  height: 700px;
}

section.regular.slider {
  padding-top: 4em;
  margin-bottom: 6em;
}

figure.testimonial .btn {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  margin: 0;
  position: absolute;
}

figure.testimonial .peopl {
  position: relative;
}

figure.testimonial .peopl h3 {
  color: #e4983a;
  margin: 0;
  font-weight: 400;
}

p.help-block.text-danger {
  color: red;
  margin: 0;
}

.text-danger ul {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

.alert-danger {
  padding: 0;
  position: relative;
  margin-top: 1em;
  color: #ffffff;
  background-color: unset;
  border-color: #f5c6cb;
  border-radius: 0px;
  width: 100%;
}

.alert.alert-success {
    padding: 0;
    position: relative;
    margin-top: 1em;
    color: #ffffff;
    background-color: unset;
    border-color: #c3e6cb;
    border-radius: 0;
    width: 100%;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 20;
  font-size: 20;
  top: 15;
  display: none;
}

.alert-danger {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav {
  display: flex;
  align-items: center;
  background: transparent;
  position: absolute;
  width: 100%;
  float: none;
  padding: 1em;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 90%;
  z-index: 99;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset !important;
  outline: 0;
  box-shadow: none !important;
}

.sticky.nav {
  background: #000000;
  color: #fff;
  z-index: 999;
  padding: 5px 0;
  left: auto;
  transform: none;
  width: 100%;
  max-width: 100%;
}
.withSticky {
  display: none;
}
.mobile-hamber-menu {
  display: none;
}
.nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 50%;
  margin-left: auto;
  align-items: flex-end;
  justify-content: flex-end;
}
.nav ul li {
  padding: 20px;
  list-style: none;
}
.nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.white-label-hero {
  padding-top: 0rem;
  background-color: #f0e6bd;
  background-image: url(../images/whiteLabel/whiteLabelColor.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.privacy-policy-nav .nav {
    display: flex;
    align-items: center;
    background: #f0e6bd;
    position: relative;
    width: 100%;
    float: none;
    padding: 10px;
    margin: 0 auto;
    left: 0;
    transform: none;
    max-width: 100%;
    z-index: 99;
    border: 0;
}

.privacy-policy-nav .nav ul li a {
	color: #000000;
}
