:root {
  --theme: #00A9AA;
  --theme-dark: #009191;
  --theme-light: #eafffb;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2';
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px 0;
  color: #000;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  font-family: 'Exo 2';
  margin: 0;
  padding: 0;
}
li,
ul,
ol {
  display: block;
  list-style: none;
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px soldi #DDD;
  border-right: 1px soldi #DDD;
}
main>* {
  padding: 40px 0;
}
.heading-area {
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.center>* {
  text-align: center;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area>.main-title {
  color: var(--theme);
  font-size: 38px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin-top: -8px;
}
.other-charg {
  color: var(--theme);
  margin: 5px 0 0 0;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.heading-area p {
  margin: 5px 0 0 0;
}
main>section:nth-child(even) {
  background: #f8f8f8;
}
.btn__div {
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
  display: flex;
}
.common-btn {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
  line-height: normal;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
  cursor: pointer;
}
.common-btn:hover,
.common-btn:focus {
  background-color: var(--theme-dark);
  color: #fff;
}
#uber-for-x-product-main-content {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  min-height: 800px;
  font-weight: normal;
}
/******top part*********/
.banner-inner {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.banner-left {
  width: 48%;
}
.banner-right {
  width: 50%;
}
.banner-right h1 {
  margin: 0 0 5px;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--theme);
  line-height: 50px;
  font-weight: bold;
}
.banner-right b {
  margin: 0 0 10px;
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
}
.features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}
.features-inner ul {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.features-inner ul li .fet-caption {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
}
.features-inner ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 10px auto;
  font-size: 45px;
  color: #000;
}
.features-inner ul li i img {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.features-inner ul li .fet-caption strong {
  display: block;
  font-size: 20px;
  line-height: normal;
  margin: 0 0 10px 0;
}
/* ---------------------------------------------------- */
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.perfect-script-left {
  width: 60%;
}
.perfect-script-left ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  position: relative;
  text-align: justify;
}
.perfect-script-right {
  width: 38%;
}
.perfect-script-left ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--theme);
}
.perfect-script-left b {
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}
/* ---------------------------------------------------- */
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul li {
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  position: relative;
  text-align: justify;
}
.green-part-inner ul li:last-child {
  margin-bottom: 0;
}
.green-part-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--theme);
}
.green-part-inner ul li ul span {
  display: block;
  margin: 5px 0;
}
.green-part-inner ul li ul li {
  margin-bottom: 5px;
}
/* ----------------------------------- */
.customer-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.customer-inner-left {
  width: 60%;
}
.customer-inner-rght {
  width: 38%;
}
/*********************/
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.front-end-left {
  width: 48%;
}
.front-end-right {
  width: 51%;
}
.front-end-right strong {
  margin: 0 0 15px;
  font-size: 29px;
  color: #000;
  display: block;
  font-weight: bold;
  text-transform: none;
}
main>section.demolinks {
  background-color: var(--theme-dark);
}
.demolinks .heading-area strong {
  color: #fff;
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.demolinks .heading-area h3 {
  color: #fff;
}
.demolinks ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
  max-width: 912px;
  gap: 10px;
  margin: 10px auto 0 auto;
}
/* ----------------------------------------- */
.faq {
  background: var(--theme-light);
}
.faq__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.faq_list li {
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 0 0 10px 0;
  background: #fff;
}
.faq_list li:last-child {
  grid-column: span 2;
}
.faq_list li strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  border-radius: 12px 12px 0 0;
  background: var(--theme-light);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.faq_list li:last-child {
  width: 100%;
}
.faq_list li p {
  padding: 0 20px;
}
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.reviews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -15px;
  row-gap: 20px;
}
.reviews ul li {
  width: 25%;
  padding: 0 10px;
}
.reviews ul li a {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  border: 8px solid #fff;
  display: block;
}
.reviews ul li:not(:last-child) a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71%;
}
.reviews ul li:not(:last-child) img {
  width: 100%;
  border-radius: 18px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.reviews ul li a::after {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  top: 15px;
  right: 15px;
  background-image: url(../svg/play-video-45.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  z-index: 1;
  padding: 10px;
  background-color: var(--theme);
  border-radius: 50%;
  background-position: center;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.reviews ul li.morereview a {
  min-height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--theme);
  color: #fff;
  padding: 15px;
  text-align: center;
}
.reviews ul li.morereview a:hover {
  background-color: var(--theme-dark);
}
.reviews ul li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.reviews ul li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
@media (max-width:1199px) {
  .banner-inner {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .banner-right {
    width: 100%;
  }
  .banner-left {
    width: 100%;
    text-align: center;
  }
  .reviews ul li.morereview a {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}
@media (max-width:991px) {
  .heading-area>.main-title {
    font-size: 33px;
  }
  .perfect-script-right {
    width: 100%;
    order: 2;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .perfect-script-left {
    width: 100%;
    order: 3;
  }
  .customer-inner {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
  .customer-inner-left {
    width: 100%;
  }
  .customer-inner-rght {
    width: 100%;
    text-align: center;
  }
  .front-end-left {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .front-end-right {
    width: 100%;
  }
  .reviews ul li {
    width: 33.33%;
  }
  .features-inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  }
.faq_list{
  grid-template-columns: 1fr;
}
  .faq_list li:last-child {
    grid-column: auto;
}
@media (max-width:630px) {
  main>* {
    padding: 40px 0;
  }
  .heading-area>.main-title {
    font-size: 28px;
    margin-top: -4px;
  }
  .banner-right h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-right b {
    font-size: 20px;
  }
  .features-inner ul li {
    width: 100%;
    margin: 0;
  }
  ._IMAGE_ {
    margin: 0 0 20px 0;
  }

  .front-end-left {
    margin: 0 0 15px 0;
  }
  .reviews ul li {
    width: 50%;
  }
  .reviews ul li a {
    border-radius: 12px;
    border: 0;
  }
  .reviews ul li:not(:last-child) img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .reviews ul li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
  }
  .reviews ul li.morereview a:before {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
  }
  .reviews ul li.morereview a:after {
    width: 40px;
    height: 40px;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
  }
  .reviews ul li.morereview a {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }
  .faq_list {
    grid-template-columns: 1fr;
  }
   .features-inner ul {
    grid-template-columns: 1fr;
  }
  .demolinks ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
}
}