@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.pricing-section {
  position: relative;
  padding: 100px 0px 100px;
  background-position: center bottom;
  background-repeat: repeat-x;
}

.pricing-tabs {
  position: relative;
  z-index: 2;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
}

.pricing-tabs .buttons-outer {
  text-align: center;
}

.pricing-tabs .tab-buttons {
  padding: 0px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #032b36;
}

.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  color: #032b36;
  font-size: 18px;
  font-weight: 500;
  float: left;
  cursor: pointer;
  padding: 14px 40px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  list-style-type: none;
}

.pricing-tabs .tab-buttons .tab-btn:first-child {
  margin-right: 1px;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background-color: #032b36;
}

.pricing-tabs .tabs-content .tab .price-block {
  transform: rotateY(90deg);
}

.pricing-tabs .tabs-content .tab.active-tab .price-block {
  transform: rotateY(0deg);
}

.pricing-tabs .tabs-content {
  margin-top: 40px;
}

.pricing-tabs .discount {
  position: relative;
  text-align: center;
  color: #0e0e0e;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.pricing-tabs .condition {
  position: relative;
  color: #666666;
  font-size: 16px;
  text-align: center;
}

.price-block {
  position: relative;
  margin-bottom: 30px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.price-block .inner-box {
  position: relative;
  padding: 50px 35px 35px;
  border: 2px solid #f3f1f1;
  background-color: #ffffff;
}

.price-block .inner-box .price {
  position: relative;
  color: #666666;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.price-block .inner-box .price span {
  position: relative;
  color: #0e0e0e;
  font-size: 38px;
  font-weight: 700;
  border-bottom: 2px solid #04dfbf;
}

.price-block .inner-box h2 {
  position: relative;
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

.price-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e8e8e8;
}

.price-block .inner-box .price-list {
  position: relative;
}

.price-block .inner-box .price-list li {
  position: relative;
  margin-bottom: 14px;
  /* padding-left:30px; */
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.price-block .inner-box .price-list li:before {
  position: absolute;
  left: 0px;
  top: 4px;
  /* content: "\f171"; */
  font-size: 17px;
  line-height: 1em;
  color: #032b36;
  /* font-family: "flaticon"; */
}

.price-block .inner-box .price-list li.hide {
  opacity: 0.2;
}

.price-block .inner-box .price-list li:last-child {
  margin-bottom: 0px;
}

.price-block .inner-box .btn-box {
  position: relative;
  margin-top: 50px;
}

.price-block .inner-box .btn-box p {
  position: relative;
  padding: 10px 10px;
  display: block;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #032b36;
  border-radius: 20px;
  border: 2px solid #032b36;
}

.price-block .inner-box .btn-box p:hover {
  border: 2px solid #04dfbf;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.contact-map-section .auto-container {
  position: relative;
}

/* Sec Title */

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title .sec-title-inner {
  position: relative;
}

.sec-title .title {
  position: relative;
  color: #0045ac;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  font-family: "Roboto", sans-serif;
}

.sec-title .circles-box {
  position: relative;
  top: 2px;
  margin-right: 10px;
  display: inline-block;
}

.sec-title .circles-box .circle {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  display: inline-block;
  border: 4px solid #ffffff;
  background-color: #007ef2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sec-title .circles-box .circle:nth-child(2) {
  background-color: #000000;
}

.sec-title h2 {
  font-size: 40px;
  line-height: 1.2em;
  margin-top: 10px;
}

.sec-title .text {
  position: relative;
  color: #383838;
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 20px;
}

.sec-title.light h2,
.sec-title.light .text,
.sec-title.light .title {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center;
}

.app-eight-home {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Circular Std Book";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.button-primary {
  transition: 0.5s;
  background-size: 200% auto;
  background: #02dfbf;
  color: white;
}

.width-btn {
  width: 100%;
}

.background-btn {
  background: #2dc8b0 !important;
}

.color-all-you-do {
  color: #02dfbf !important;
}

.color-join-the-waitlist {
  color: #25e6f4 !important;
  font-weight: 700 !important;
  cursor: default !important;
}

.color-head-section {
  color: #2dc8b0;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 600;
}

.border-style-btn {
  padding: 15px 10px;
  background: #022b36;
  border-radius: 12px;
  color: white;
  border: 1px solid #02dfbf;
}

.background-footer {
  background: #1b5464;
}

.color-text-footer {
  color: white;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .width-btn {
    width: fit-content;
  }
}

.linkJoin:hover {
  text-decoration: underline;
}

.img_solution_mobile {
  display: block;
}

.img_solution_desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .img_solution_mobile {
    display: none;
  }

  .img_solution_desktop {
    display: block;
  }
}

.app-eight-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}
.app-eight-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}
.app-eight-home .container {
  max-width: 1200px;
}
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ei-preloader {
  background-color: #fff;
  background: #f1f2f3 url("../img/app-landing/pre.svg") no-repeat center center;
}
.container {
  max-width: 1200px;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  overflow: hidden;
}
button {
  cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.form-control {
  box-shadow: none;
}
.relative-position {
  position: relative;
}
.pera-content p {
  margin-bottom: 0;
}
.appeight-headline h1,
.appeight-headline h2,
.appeight-headline h3,
.appeight-headline h4,
.appeight-headline h5,
.appeight-headline h6 {
  margin: 0;
  font-family: "Poppins";
}
.ei-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: #009e57;
}
.ei-scrollup i {
  color: #fff;
  font-size: 20px;
}
.whatsapp-button-up{
  bottom: 70px !important;
}
.ei-whatsapp-button {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #25d366;
}
.ei-whatsapp-button-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eight-section-title {
  margin: 0 auto;
}
.eight-section-title .eg-title-tag {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  font-family: "Circular Std";
}
.eight-section-title .eg-title-tag i:nth-child(1) {
  height: 5px;
  width: 5px;
  background-color: #4ce7f3;
}
.eight-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 15px 0px 12px;
  line-height: 1.306;
}
.eight-section-title h2 span {
  font-weight: 400;
}
.eight-section-title .square-shape {
  width: 40px;
  height: 35px;
  left: -52px;
  top: 0;
  position: absolute;
}
.eight-section-title .square-shape i {
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  left: 0;
}
.eight-section-title .square-shape i:nth-child(1) {
  top: -8px;
  width: 5px;
  height: 5px;
  left: 20px;
  background-color: #4ce7f3;
}
.eight-section-title .square-shape i:nth-child(2) {
  width: 10px;
  left: 28px;
  height: 10px;
  background-color: #4ce7f3;
}
.eight-section-title .square-shape i:nth-child(3) {
  height: 17px;
  width: 17px;
  background-color: #7c0dbe;
}
.eight-section-title .square-shape i:nth-child(4) {
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #ff00d6;
}

.eight-section-title p {
  font-size: 17px;
  line-height: 1.647;
}

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
/*---------------------------------------------------- */
/*global area*/
/*----------------------------------------------------*/
.feature-eight-section .eight-feature-box .feature-icon8 i,
.ei-service-icon-text .ei-service-icon i,
.eg-how-work-section
  .ei-how-work-content-item
  .eg-how-work-icon-text
  .eg-how-work-icon
  i {
  display: block;
  background-image: linear-gradient(
    173deg,
    #043c4b 30%,
    #06ceb0 67%,
    #273a45 99%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ei-service-icon-text:hover .ei-service-icon i,
.eg-how-work-section
  .ei-how-work-content-item
  .eg-how-work-icon-text:hover
  .eg-how-work-icon
  i {
  display: block;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #fff),
    color-stop(100%, #fff)
  );
  background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ei-service-icon-text .ei-service-icon:after,
.eg-how-work-section
  .ei-how-work-content-item
  .eg-how-work-icon-text
  .eg-how-work-icon:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  transform: scale(0.5);
  border-radius: 100%;
  background-image: -ms-linear-gradient(
    173deg,
    #4cd0ff 0%,
    #617af4 53%,
    #ff03d0 99%
  );
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

.main-header-eight {
  top: 20px;
  width: 100%;
  z-index: 10;
  position: absolute;
}

.main-header-eight .appheader-content {
  padding: 0px 280px;
}

.main-header-eight .appheader-content .site-logo {
  margin-right: 255px;
}

.main-header-eight .appheader-content .navigation-eight {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  font-family: "Poppins";
  padding-top: 10px;
}

.main-header-eight .appheader-content .navigation-eight li {
  margin-right: 25px;
}

.main-header-eight .appheader-content .navigation-eight li a {
  display: inline;
  padding: 28px 5px;
  position: relative;
}

.main-header-eight .appheader-content .navigation-eight li a:after {
  left: auto;
  right: 0;
  top: 0;
  height: 4px;
  content: "";
  width: 0%;
  position: absolute;
  border-radius: 50px;
  background-color: #49eff2;
  transition: 0.3s all ease-in-out;
}

.main-header-eight .appheader-content .navigation-eight li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.main-header-eight .appheader-content .navigation-eight li a.active:after {
  width: 100%;
  right: auto;
  left: 0;
}

.main-header-eight .appheader-content .sign-up-btn-eight {
  height: 40px;
  width: 110px;
  line-height: 40px;
  border-radius: 20px;
  justify-content: center;
  background-color: #29f5eb;
  transition: 0.3s all ease-in-out;
}

.main-header-eight .appheader-content .sign-up-btn-eight a {
  font-weight: 600;
  display: block;
  width: 100%;
}

.main-header-eight .appheader-content .sign-up-btn-eight:hover {
  background-color: #009cff;
}

.main-header-eight .appheader-content .sign-up-btn-eight:hover a {
  color: #fff;
}

.main-header-eight .appheader-content .h-eight-social {
  padding-top: 10px;
  margin-left: 40px;
}

.main-header-eight .appheader-content .h-eight-social li {
  margin-left: 18px;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.main-header-eight .appheader-content .h-eight-social li:hover {
  transform: translateY(-5px);
}

.main-header-eight .appheader-content .dropdown {
  position: relative;
}

.main-header-eight .appheader-content .dropdown:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0px;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-header-eight .appheader-content .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0px 0px;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border: 2px solid #73299a;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  border-radius: 5px;
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a {
  color: #343434;
  font-size: 14px;
  padding: 10px 0px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a:after {
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #73299a;
  transition: 0.3s all ease-in-out;
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover {
  padding-left: 15px;
}

.main-header-eight
  .appheader-content
  .dropdown
  .dropdown-menu
  li
  a:hover:after {
  transform: scale(1);
}

.main-header-eight .appheader-content .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}

/* -------------------------------- 
Sticky Menu
-------------------------------- */
.eisticky-menu-bg-overlay {
  background-color: #1b5464;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
  top: 0px;
  padding: 20px 0px;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.main-header-eight.eisticky-menu-bg-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
.eight-banner-section {
  overflow: visible;
  background: #1b5464;
  padding: 100px 0px 250px;
}

.eight-banner-section:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.eight-banner-section .eight-banner-content {
  position: relative;
  z-index: 5;
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
  position: absolute;
  top: 0;
  right: 0;
}

.eight-banner-section .eight-banner-content .banner-content-box {
  max-width: 650px;
}

@media screen and (min-width: 1024px) {
  .eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 600px;
  }
}

@media screen and (min-width: 1330px) {
  .eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 650px;
  }
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
  padding: 45px 0px 25px 0px;
}
.ei-banner-btn {
  padding: 45px 0px 25px 0px;
  cursor: pointer;
}

.ei-banner-btn-header {
  cursor: pointer;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.ei-banner-btn p {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.ei-banner-btn-header p {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.ei-banner-btn-header p:nth-child(1) {
  height: 55px;
  color: #fff;
  width: 175px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  /* border-top-right-radius: 0; */
  background-color: #ff00d6;
}

@media screen and (max-width: 420px) {
  .ei-banner-btn-header p:nth-child(1) {
    height: 40px;
    color: #fff;
    width: 118px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    margin-right: 0;
    /* border-top-right-radius: 0; */
    background-color: #ff00d6;
    margin-top: 0.5rem;
  }

  .ei-banner-btn-header p {
    font-size: 13px;
    font-weight: 700;
    font-family: "Poppins";
    display: inline-block;
    transition: 0.3s all ease-in-out;
  }
}

.ei-banner-btn-header p:nth-child(2):hover:after {
  left: 22px;
  width: 80%;
  right: auto;
}

.ei-banner-btn-header p:nth-child(1) i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}

.ei-banner-btn-header p:nth-child(1):hover {
  background-color: #009cff;
  /* border-top-right-radius: 50px;
  border-bottom-left-radius: 0px; */
}

.ei-banner-btn-header p:nth-child(2) {
  color: #4ce7f3;
  position: relative;
}

.ei-banner-btn-header p:nth-child(2) span {
  color: #fff;
  margin-right: 2px;
}

.ei-banner-btn-header p:nth-child(2):after {
  width: 0%;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4ce7f3;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(1) {
  height: 55px;
  color: #fff;
  width: 175px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  /* border-top-right-radius: 0; */
  background-color: #ff00d6;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2) {
  height: 55px;
  color: #fff;
  width: 175px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  /* border-top-right-radius: 0; */
  background-color: #ff00d6;
}

.ei-banner-btn p:nth-child(1) {
  height: 55px;
  color: #fff;
  width: 175px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  /* border-top-right-radius: 0; */
  background-color: #ff00d6;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(1)
  i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2)
  i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}
.ei-banner-btn p:nth-child(1) i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(1):hover {
  background-color: #009cff;
  /* border-top-right-radius: 50px;
  border-bottom-left-radius: 0px; */
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2):hover {
  background-color: #009cff;
  /* border-top-right-radius: 50px;
  border-bottom-left-radius: 0px; */
}

.ei-banner-btn p:nth-child(1):hover {
  background-color: #009cff;
  /* border-top-right-radius: 50px;
  border-bottom-left-radius: 0px; */
}

/* .eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2) {
  color: #4ce7f3;
  position: relative;
}

.ei-banner-btn p:nth-child(2) {
  color: #4ce7f3;
  position: relative;
} */

/* .eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2)
  span {
  color: #fff;
  margin-right: 2px;
}

.ei-banner-btn p:nth-child(2) span {
  color: #fff;
  margin-right: 2px;
} */

/* .eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2):after {
  width: 0%;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4ce7f3;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: 0.3s all ease-in-out;
} */
.ei-banner-btn p:nth-child(2):after {
  width: 0%;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4ce7f3;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section
  .eight-banner-content
  .banner-content-box
  .ei-banner-btn
  a:nth-child(2):hover:after {
  left: 22px;
  width: 80%;
  right: auto;
}

.ei-banner-btn p:nth-child(2):hover:after {
  left: 22px;
  width: 80%;
  right: auto;
}

.eight-banner-section .eight-banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.083;
  padding-bottom: 20px;
}

.eight-banner-section .eight-banner-content h1 span {
  color: #000;
}

.eight-banner-section .eight-banner-content p {
  font-size: 19px;
  color: #fff;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul {
  float: left;
  margin-right: 20px;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li {
  margin-right: 3px;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li i {
  color: #f6b91c;
  font-size: 15px;
}

.eight-banner-section .eight-banner-content .ei-banner-review p {
  font-size: 14px;
}

.eight-banner-section .eight-banner-content .ei-banner-review p span {
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  margin: auto;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background: #022b36;
  /* background: linear-gradient(to right, #c12dd1, #6d8cf8); */
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.cd-headline {
  overflow: hidden;
}

.cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 70px;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

@media screen and (min-width: 500px) {
  .classImageBanner {
    height: 749px;
  }
}

@media screen and (min-width: 1024px) {
  .classImageBanner {
    width: 400px;
    height: auto;
  }
}

@media screen and (min-width: 1039px) {
  .classImageBanner {
    width: 525px;
    height: 700px;
  }
}

.background-image {
  height: 470px;
}

.awesome-image {
  height: 228px;
}

.use-image {
  height: 587px;
}

.message-image {
  height: 508px;
}
/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
@keyframes rotate {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 0px;
    left: 0px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  75% {
    top: 5px;
    left: 5px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}
.feature-eight-section {
  padding: 165px 0px 120px;
}

.feature-eight-section .ei-feature-shape {
  right: 0;
  top: 150px;
  z-index: -1;
  position: absolute;
}

.feature-eight-section .eight-section-title {
  max-width: 500px;
  position: relative;
}

.feature-eight-section .eight-feature-content {
  padding-top: 70px;
}

.feature-eight-section .eight-feature-box {
  border-radius: 20px;
  padding: 40px 30px 53px;
  background-color: #e9ebf7;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8 {
  width: 98px;
  z-index: 1;
  height: 98px;
  margin: 0 auto;
  line-height: 98px;
  margin-bottom: 34px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
}

.feature-eight-section .eight-feature-box .feature-icon8:before,
.feature-eight-section .eight-feature-box .feature-icon8:after {
  content: "";
  z-index: -2;
  border-radius: 30%;
  mix-blend-mode: multiply;
  height: 110px;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 110px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
  animation: rotate 1.8s linear infinite;
  background: #04dfbf;
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
  animation: rotate 1.2s linear reverse infinite;
  background: #08252a;
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
  font-size: 50px;
  font-weight: 500;
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;
}

.feature-eight-section .eight-feature-box .ei-feature-more {
  position: absolute;
  background-color: #4ce7f3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  margin: 0 auto;
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 13px;
}

.feature-eight-section .eight-feature-box .feature-text8 p {
  line-height: 1.5;
}

.feature-eight-section .eight-feature-box:hover {
  background-color: #fff;
  box-shadow: 0px 25px 38px 0px rgba(43, 1, 68, 0.17);
}

.feature-eight-section .eight-feature-box:hover .feature-icon8:before,
.feature-eight-section .eight-feature-box:hover .feature-icon8:after {
  display: block;
  opacity: 1;
}

.feature-eight-section .eight-feature-box:hover .ei-feature-more {
  opacity: 1;
  bottom: -25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}

.image-desktop {
  display: block;
}

.image-mobile {
  display: none;
}

@media screen and (max-width: 580px) {
  .image-desktop {
    display: none !important;
  }

  .image-mobile {
    display: block !important;
  }
}

/*---------------------------------------------------- */
/*App Download area*/
/*----------------------------------------------------*/
.ei-appdownload-section {
  padding: 100px 0px 50px;
  z-index: 1;
}

.ei-appdownload-section .ei-download-btn .download-icon {
  width: 40px;
  color: #fff;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  text-align: center;
  background-color: #ffa800;
  box-shadow: rgba(7, 7, 56, 0.15) 0px 8px 9px 0px;
}

.ei-appdownload-section .ei-download-btn p {
  padding-top: 8px;
  font-size: 15px;
  display: inline-block;
}

.ei-appdownload-section .ei-download-btn a {
  display: table;
  color: #0090ff;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
  position: relative;
}

.ei-appdownload-section .ei-download-btn a:after {
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  background-color: #0090ff;
  transition: 0.3s all ease-in-out;
}

.ei-appdownload-section .ei-download-btn a:before {
  top: -2px;
  right: -25px;
  content: "";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.ei-appdownload-section .ei-download-btn a:hover:before {
  right: -35px;
}

.ei-appdownload-section .ei-download-btn a:hover:after {
  width: 100%;
}

.ei-appdownload-section .app-down-btn {
  margin-bottom: 22px;
}

.ei-appdownload-section .app-down-btn a {
  margin-right: 10px;
  display: inline-block;
}

.ei-appdownload-section .ei-appdownloaad-shape {
  position: absolute;
  z-index: -1;
}

.ei-appdownload-section .app-shape1 {
  bottom: -170px;
  left: -115px;
}

.ei-appdownload-section .app-shape2 {
  top: -225px;
  right: 0;
  left: -270px;
  margin: 0 auto;
  text-align: center;
}

.ei-appdownload-section .app-shape3 {
  right: -10px;
  top: 0;
}

.ei-app-down-text {
  max-width: 450px;
}

.ei-app-down-text .eight-section-title .eg-title-tag {
  margin-left: 55px;
}

.ei-app-down-text .eight-section-title h2 {
  padding-bottom: 15px;
}

.ei-app-down-text .eight-section-title p {
  color: #383838;
  padding-bottom: 32px;
}

.gap-4 {
  gap: 20px;
}
/*---------------------------------------------------- */
/*Footer  area*/
/*----------------------------------------------------*/
.ei-footer-section {
  padding-top: 160px;
}
.ei-footer-section .ei-footer-download-container {
  display: flex;
  flex-direction: row;
}

.ei-footer-section .ei-footer-apple-store {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  text-align: center;
}
.ei-footer-apple-store .ei-footer-apple-store-img {
  margin-top: 16px;
}

.ei-footer-section .ei-footer-gooogle-play-store {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  text-align: center;
}
.ei-footer-gooogle-play-store .ei-footer-gooogle-play-store-img {
  margin-top: 16px;
  height: 40px;
}

.ei-footer-widget .ei-widget-title {
  font-size: 16px;
  color: #07252a;
  font-weight: 700;
  padding-bottom: 20px;
}

.ei-footer-widget .ei-footer-logo {
  margin-bottom: 25px;
}

.ei-footer-widget p {
  line-height: 1.875;
}

.ei-footer-widget .ei-payment-mathod {
  margin-top: 30px;
}

.ei-footer-widget ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-family: "Poppins";
}

.ei-footer-widget ul li a {
  color: #373a5b;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.ei-footer-widget ul li a:before {
  left: -15px;
  top: 3px;
  content: "";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.ei-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}

.ei-footer-widget ul li a:hover {
  color: #0072fd;
  margin-left: 10px;
}

.ei-footer-widget ul li a:hover:after {
  width: 100%;
}

.ei-footer-widget h4 {
  width: 45%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 28px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

.ei-footer-widget h4 i {
  left: 0;
  top: 2px;
  color: #7b0dbd;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
}

.ei-footer-widget h4 span {
  font-family: "Circular Std Book";
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #818181;
}

.ei-footer-widget .download-btn {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}

.ei-footer-widget .download-btn a {
  margin-right: 10px;
}

.ei-footer-widget .ei-footer-social {
  margin-top: 15px;
}

.ei-footer-widget .ei-footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
}

.ei-footer-widget .ei-footer-social a:nth-child(1) {
  color: #16599b;
}

.ei-footer-widget .ei-footer-social a:nth-child(2) {
  color: #03a9f4;
}

.ei-footer-widget .ei-footer-social a:nth-child(3) {
  color: #ea4c89;
}

.ei-footer-widget .ei-footer-social a:nth-child(4) {
  color: #0d6fff;
}

.ei-footer-copyright {
  margin-top: 40px;
  font-size: 14px;
  font-family: "Poppins";
}

.ei-footer-copyright .ei-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}

.ei-footer-copyright .ei-copyright-menu {
  float: right;
}

.ei-footer-copyright .ei-copyright-menu a {
  margin-left: 35px;
}

@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.ei-footer-shape1 {
  top: 120px;
  right: 130px;
  opacity: 0.5;
  z-index: -1;
}

.ei-footer-shape2 {
  top: 110px;
  left: -160px;
  opacity: 0.5;
  z-index: -1;
}

.ei-footer-shape3 {
  left: -50px;
  right: 0;
  opacity: 0.5;
  z-index: -1;
  bottom: 100px;
  margin: 0 auto;
  text-align: center;
  animation-name: left-right-move;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*---------------------------------------------------- */
/*Responsive  area*/
/*----------------------------------------------------*/
@media screen {
  .main-header-eight .appheader-content {
    padding: 0px 40px;
  }
  .ei-service-slide-mbl {
    right: 0;
  }
  .main-header-eight .appheader-content .site-logo {
    margin-right: 230px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    left: 70px;
  }

  .eg-fun-fact-section .fn-bg-shape {
    left: -195px;
  }

  .ei-faq-section .fq-shape-style1 {
    left: -20px;
  }

  .ei-faq-section .fq-shape-style3 {
    left: 60px;
  }

  .ei-faq-section .fq-shape-style2 {
    left: 0;
  }

  .ei-newslatter-section .ei-newslatter-mockup {
    right: 5%;
  }

  .ei-footer-shape1 {
    right: 0;
  }

  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 60px;
  }

  .eight-service-section .eight-service-slide {
    width: 48.667%;
  }

  .eight-service-section .eight-service-text {
    width: 51.333333%;
    padding: 85px 0px 0px 0;
  }

  .eight-service-section .eight-service-text h2 {
    max-width: 285px;
  }
}
@media screen and (max-width: 1280px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 155px;
  }
}
@media screen and (max-width: 1199px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 115px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 322px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 40px;
  }
  .main-header-eight .appheader-content .navigation-eight li {
    margin-right: 10px;
  }
  .main-header-eight .appheader-content .h-eight-social {
    margin-left: 0;
  }
  .eg-fun-fact-section .eg-fun-fact-mockup {
    left: -320px;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
  .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
    left: 70px;
  }
  .ei-team-section .ei-team-content .owl-nav .owl-prev,
  .ei-team-section .ei-team-content .owl-nav .owl-next {
    position: static;
    text-align: center;
    margin: 0px 8px;
    transform: translateY(0);
  }
  .ei-team-section .ei-team-content .owl-nav {
    text-align: center;
    margin-top: 20px;
  }
  .ei-newslatter-section .ei-newslatter-mockup {
    display: none;
  }
  .ei-footer-widget .download-btn a {
    margin-right: 0px;
  }
  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 15px;
  }
  .eight-service-section .eight-service-text h2 {
    max-width: 245px;
  }
  .ei-testimonial-section .ei-testimonial-img-text {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .main-header-eight .appheader-content .navigation-eight {
    display: none;
  }

  .main-header-eight .appheader-content .h-eight-social {
    display: none;
  }

  .appi-ei-mobile_menu_button {
    display: block;
  }

  .main-header-eight .appheader-content {
    padding: 0px 20px;
  }

  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
    position: static;
    margin-top: 40px;
  }

  .eight-banner-section {
    padding-bottom: 100px;
  }

  .feature-eight-section {
    padding: 100px 0px;
  }

  .feature-eight-section .eight-feature-box {
    margin-bottom: 50px;
  }

  .eight-service-section .eight-service-slide {
    width: 100%;
  }

  .eight-service-section .eight-service-text {
    width: 100%;
  }

  .eight-service-section:after {
    display: none;
  }

  .eight-service-section:before {
    display: none;
  }

  .eight-service-section .s-shape-bg2 {
    display: none;
  }

  .eight-service-section .eight-service-text:before {
    display: none;
  }

  .eight-service-section .eight-service-slide a:nth-child(3) {
    transform: translateX(0);
  }

  .ei-service-slide-mbl {
    position: relative;
    right: 0;
    top: 0;
  }

  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    max-width: 475px;
    margin: 0 auto;
  }

  .eight-service-section .eight-service-text h2 {
    margin: 0 auto;
    color: #000;
    max-width: 400px;
    padding-top: 30px;
    text-align: center;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup {
    position: static;
    margin-bottom: 40px;
  }

  .eg-fun-fact-section .eg-funfact-text {
    float: none !important;
  }

  .eg-how-work-section .how-work-mockup {
    text-align: center;
  }

  .ei-footer-section {
    padding-top: 100px;
  }
  .ei-appdownload-section {
    padding-bottom: 60px;
  }
  .ei-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ei-screenshots-section .ei-screen-mobile-image {
    width: 370px;
    height: 655px;
  }
}
@media screen and (max-width: 680px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 580px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .eight-banner-section .eight-banner-content h1 {
    text-align: center;
    font-size: 50px;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    height: 40px;
  }

  .eight-banner-section .eight-banner-content p {
    text-align: center;
  }

  .eight-banner-section
    .eight-banner-content
    .banner-content-box
    .ei-banner-btn {
    text-align: center;
  }

  .ei-banner-review {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .eight-banner-section .eight-banner-content .ei-banner-review ul {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pera-content p {
    overflow: hidden;
  }
}
@media screen and (max-width: 420px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 42px;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    height: 30px;
  }

  .feature-eight-section {
    padding: 50px 0px;
  }

  .eight-section-title h2 {
    font-size: 28px;
  }

  .ei-app-down-text {
    padding: 50px 0px;
  }

  .ei-testimonial-section {
    padding: 60px 0px;
  }

  .ei-testimonial-section .ei-testimonial-img-text {
    padding: 25px 20px 25px 0px;
  }

  .ei-footer-widget {
    margin-bottom: 30px;
  }

  .ei-footer-copyright .ei-copyright-menu {
    float: left;
  }

  .ei-footer-copyright .ei-copyright-menu a {
    margin-left: 0;
    margin-right: 15px;
  }

  .eight-banner-section
    .eight-banner-content
    .banner-content-box
    .ei-banner-btn
    a:nth-child(1) {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }

  .eight-banner-section
    .eight-banner-content
    .banner-content-box
    .ei-banner-btn
    a:nth-child(2) {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }

  .eight-banner-section
    .eight-banner-content
    .banner-content-box
    .ei-banner-btn {
    padding: 20px 0px 10px 0px;
  }

  .main-header-eight .appheader-content .site-logo {
    margin-right: 30px;
  }

  .ei-footer-section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 380px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 36px;
  }

  .ei-appdownload-section .app-down-btn a {
    margin-bottom: 20px;
  }

  .ei-testimonial-section .ei-testimonial-img-text:before {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 33px;
  }

  .eight-section-title h2 {
    font-size: 24px;
  }
  .ei-footer-widget .download-btn a {
    margin-bottom: 20px;
    display: block;
  }

  .ei-footer-widget h4 {
    margin-bottom: 10px;
  }
}
.text-reponsive {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .text-reponsive {
    font-size: 30px;
  }
}
@media screen and (min-width: 400px) {
  .text-reponsive {
    font-size: 33px;
  }
}
@media screen and (min-width: 500px) {
  .text-reponsive {
    font-size: 40px;
  }
}
@media screen and (min-width: 550px) {
  .text-reponsive {
    font-size: 44px;
  }
}
@media screen and (min-width: 600px) {
  .text-reponsive {
    font-size: 47px;
  }
}
@media screen and (min-width: 768px) {
  .text-reponsive {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .text-reponsive {
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .text-reponsive {
    font-size: 55px;
  }
}

@media screen and (min-width: 768px) {
  .text-height {
    height: 96px;
  }
}

@media screen and (min-width: 1440px) {
  .text-height {
    height: 72px;
  }
}
@media screen and (min-width: 768px) {
  .text-title {
    height: 52.79px;
  }
}
