:root {
  --theme: #00A9AA;
  --theme-dark: #009191;
  --theme-light: #eafffb;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2';
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  text-align: justify;
  margin: 0 0 10px 0;
}
p:last-child {
  margin: 0;
}
a {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2';
}
li {
  display: block;
}
a:hover,
a:active,
a:visited,
a:focus,
a {
  text-decoration: none;
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px soli #ddd;
  border-right: 1px soli #ddd;
}
main>* {
  padding: 40px 0;
}
.heading-area {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.heading-area.center>* {
  text-align: center;
  display: block;
  width: 100%;
}
.heading-area .main-title {
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-top: -6px;
}
.heading-area .main-title>* {
  margin-top: 10px;
}
.heading-area .sub-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: var(--theme);
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.heading-area.center>strong {
  display: block;
  margin: 5px 0 0 0;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area>P {
  margin: 5px 0 0 0;
}
/******top part*********/
.banner {
  background: var(--theme-light);
}
.banner-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner-right {
  width: 51%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-right img {
  max-width: 100%;
}
.banner-left {
  width: 47%;
}
.banner h1 {
  font-size: 43px;
  font-weight: bold;
  color: var(--theme);
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.banner .strong {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
/************************************/
.features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.features ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
.features ul li {
  width: 33.33%;
  padding: 0 8px;
  flex-grow: 1;
}
.fet-caption {
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-height: 100%;
  border: 1px solid #ccc;
}
.features ul li i {
  display: block;
  font-size: 46px;
  display: block;
  margin: 0 auto 10px auto;
}
.features ul li strong {
  color: #000;
  font-size: 18px;
  display: block;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.fet-caption span {
  display: block;
}
/******************/
.perfect-script {
  background: #f8f8f8;
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.perfect-script-left {
  width: 50%;
}
.perfect-script-right{
  width: 46%;
}
.perfect-script-left ul {
  margin: 10px 0 15px 0;
  padding: 0px;
}
.perfect-script-left ul li {
  margin: 0px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 25px;
  position: relative;
}
.perfect-script-left ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--theme);
  border-radius: 50%;
}
/******************/
.green-part {
  width: 100%;
}
.green-part-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.green-part-inner p {
  font-size: 17px;
  color: #000;
}
.green-part-inner ul {
  margin: 0 auto;
  padding: 0;
  float: none;
}
.green-part-inner ul li {
  margin: 0 0 10px;
  padding: 0 0 0 18px;
  font-size: 16px;
  color: #000;
  line-height: 22px;
  text-align: justify;
  position: relative;
}
.green-part-inner ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--theme);
  border-radius: 50%;
}
.green-part-inner ul li:last-child {
  margin: 0;
}
/******************/
.launching {
  background: #f8f8f8;
}
.launching-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.launching-left {
  width: 58%;
}
.launching-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
/******************/
.core-features {
  width: 100%;
  position: relative;
}
.core-features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
}
.core-features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
}
.core-features ul li {
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  min-height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.core-features ul li i {
  display: block;
  margin: 0 0 12px;
}
.core-features ul li i img {
  height: 60px;
  width: 60px;
  display: inline-block;
}
.core-features ul li strong {
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  display: block;
}

.core-features ul li p {
  text-align: center;
  margin-bottom: 0;
}

/*********************/
.front-end {
  background: #f8f8f8;
}
.front-end-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.front-end-left {
  width: 35%;
}
.front-end-right {
  width: 61%;
}
.front-end-right p:last-child {
  margin-bottom: 0;
}
.front-end a.gen-button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1ca3ff;
  padding: 12px 30px;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.front-end a.gen-button:hover {
  background-color: #09619b;
}
/**************************************/
.pricing {
  position: relative;
  z-index: 1;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.get-quote {
  font-size: 22px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 17px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.get-quote:hover {
  background-color: var(--theme-dark);
  color: #fff;
}
.torn-pricing {
  position: relative;
}
.torn-pricing::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
}
/**********************/
.demolinks {
  background: var(--theme);
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.demo-links-row {
  max-width: 1200px;
  margin: 0 auto;
}
.demo-links-row ul {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
  max-width: 912px;
  margin: auto;
}
.demo-links-row ul li a {
  display: block;
  position: relative;
}
.demo-links-row ul li a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 33%;
}
.demo-links-row ul li a img {
  position: absolute;
  left: 0;
  top: 0;
}
/* ============================= */
.faq {
  background: #f8f8f8;
}
.faq__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.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 strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  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 p {
  padding: 0 20px;
}
/* ============================= */
.reviews {
  position: relative;
}
.reviews .text-center {
  text-align: center;
}
.button-part {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.button-part.center {
  text-align: center;
}
.button-part a {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px 14px;
  width: auto;
  min-height: auto;
  line-height: 24px;
  background-color: var(--theme);
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.button-part a:hover {
  background-color: var(--theme-dark);
  color: #fff;
}
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.reviews ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.reviews ul li img {
  width: 100%;
  border-radius: 12px;
  vertical-align: top;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.reviews ul li a {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  border: 4px solid #fff;
  vertical-align: top;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.reviews ul li:not(:last-child) a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71%;
}
.reviews ul li a img {
  position: absolute;
  left: 0;
  top: 0;
}
.reviews ul li a::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background-image: url(../svg/play-video-25.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  z-index: 1;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
  background-color: var(--theme);
}
.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: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: none;
  box-shadow: none;
  -webkit-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 !important;
  -webkit-box-shadow: none;
  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;
}
.reviews ul li.morereview a:hover {
  background-color: var(--theme-dark)
}
.heading-area .heading2 {
  font-size: 18px;
  font-weight: 500;
}
.reviews .button-part a,
.screens-inner .button-part a {
  font-size: 40px;
  padding: 20px 50px 25px;
  border-radius: 101px;
}
.reviews .button-part {
  padding-top: 0;
  text-align: center;
}
@media screen and (max-width:1199px) {
  .banner h1 {
    font-size: 40px;
    line-height: 1em;
}
  .banner .strong {
    font-size: 27px;
    line-height: 1em;
    margin: 5px 0 10px;
  }
  .heading-area .main-title {
    font-size: 35px;
}
  .reviews ul li.morereview a {
    font-size: 2.5vw;
    line-height: 3.2vw;
  }
  .perfect-script-left{
    width: 100%;
    order: 3;
  }
  .perfect-script-right{
    width: 100%;
    order: 2;
    margin: 0 0 25px;
  }
  .launching-inner{
    flex-direction: column-reverse;
  }
  .launching-left{
    width: 100%;
  }
  .launching-right{
    justify-content: center;
    width: 100%;
    margin: 0 0 25px;
  }
  .core-features ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .front-end-inner{
    row-gap: 25px;
  }
  .front-end-left{
    width: 100%;
  }
  .front-end-right{
    width: 100%;
  }
  .faq_list {
    grid-template-columns: 1fr;
  }
  .reviews ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .reviews ul li.morereview a {
    font-size: 3.5vw;
    line-height: 4.2vw;
  }
}
@media (max-width:991px) {
  .banner-inner{
    flex-direction: column-reverse;
  }
  .banner-left{
    width: 100%;
  }
  .banner-right {
    width: 100%;
    justify-content: center;
    margin: 0 0 25px;
}
  .banner h1 {
    font-size: 35px;
  }
  .banner .strong {
    font-size: 24px;
  }
  .features ul li {
    width: 50%;
  }
}
@media screen and (max-width:630px) {
  main>* {
    padding: 40px 0;
  }
  .heading-area .main-title {
    font-size: 26px;
  }
  .heading-area .sub-title {
    font-size: 17px;
    line-height: 17px;
  }
  .banner h1 {
    font-size: 30px;
  }
  .banner .strong {
    font-size: 19px;
  }
  .features ul li {
    width: 100%;
    padding: 0;
  }
  .demolinks ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
}
  .core-features ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .get-quote {
    font-size: 18px;
    padding: 10px 15px;
    min-width: inherit;
  }
  .reviews ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .reviews ul li a::after {
    width: 40px;
    height: 40px;
    background-size: 33px;
  }
  .reviews ul li.morereview a {
    font-size: 4.5vw;
    line-height: 5.2vw;
  }
  .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;
}
}