:root {
  --theme:#dc2626;
  --theme-dark :#b91818;
  --theme-light:#ffeeee;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2';
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
main > *{
  padding: 40px 0;
}
img{
  max-width: 100%;
}
p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  margin: 0 0 10px 0;
}
p:last-child{
  margin-bottom: 0;
}
a,
a:visited,
a:hover,
a:active,
a:focus{
  text-decoration: none;
}
a{
  color: #000;
}
.heading-area {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.heading-area.center > * {
  text-align: center;
  display: block;
  width: 100%;
}
.heading-area.white > *{
  color: #fff;
}
.heading-area > p{
  margin: 5px 0 0 0;
}
.main-title{
  font-size: 35px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-top: -8px;
  font-family: 'Exo 2';
}
.sub-title {
  color: var(--theme);
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
.btn__div {
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
  display: flex;
  margin-top: 5px;
}
.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 {
  background-color: var(--theme-dark);
  color: #fff;
}
.common-btn:visited {
  background-color: var(--theme);
}
/******top part*********/
.banner {
  background-color: #f8f8f8;
}
.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.banner-left {
  width: 50%;
}
.banner-right {
  width: 48%;
  text-align: right;
}
.banner h1 {
  margin: 0 0 8px;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--theme);
  font-weight: bold;
}
.banner b {
  margin: 0 0 8px;
  display: block;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
/******************/
.features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.features ul li .fet-caption {
    border: 1px solid #ddd;
    padding: 15px;
    min-height:100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.features ul li strong {
  display: block;
  font-size: 20px;
  margin: 0 0 8px 0;
}
.features ul li i {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
}
/******************/
.script {
  background: var(--theme-light);
}
.script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.script-left {
  width: 59%;
}
.script-left ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 23px;
  position: relative;
  margin: 3px 0 0 0;
}
.script-left ul li::before{
  content: '';
  display: block;
  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);
  position: absolute;
  left: 0;
  top: 8px;
}
.script-right {
  width: 39%;
}
.script-right img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px var(--theme);
}
/******************/
.green-part{
  background: var(--theme-light);
}
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 23px;
  position: relative;
  margin: 0 0 7px;
}
.green-part-inner ul li:last-child{
  margin-bottom: 0;
}
.green-part-inner ul li::before{
  content: '';
  display: block;
  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);
  position: absolute;
  left: 0;
  top: 8px;
}
/******************/
.finances-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.finances-left {
  width: 60%;
}
.finances-right {
  width: 38%;
}
/******************/
.front-end{
  background: var(--theme-light);
}
.front-end-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.front-end-left{
  width: 50%;
}
.front-end-right{
  width: 48%;
}
.front-end-right span{
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 15px 0;
  color: #000;
}
.demolinks {
  background-color: var(--theme);
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.demo-links-row ul {
  display: grid;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: column;
	gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}
.demo-links-row li a {
  display: block;
  position: relative;
}
.demo-links-row li a::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 33%;
}
.demo-links-row li a img{
  position: absolute;
  left: 0;
  top: 0;
}
.web-heading {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  background-color: #e2a213;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 15px 5px 15px;
}
ul.weblinks li {
  list-style: none;
  position: relative;
  margin: 0 30px;
  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;
  bottom: 0;
}
ul.weblinks li:hover {
  bottom: 5px;
}
ul.weblinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*******************************/
.faq__inner{
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  grid-template-columns: repeat(2, 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: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;
  text-transform: capitalize;
  border-radius:12px 12px 0 0;
  background-color: #f8f8f8;
  -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 ;
}
/*******************************/
.review {
  background: var(--theme-light);
}
ul.reviews-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
ul.reviews-list li a {
  display: block;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  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;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 4px solid #ffff;
}
ul.reviews-list li a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 71%;
}
ul.reviews-list li a img {
  max-width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
ul.reviews-list li a::after {
  content: '';
  background-image: url(../svg/play-video-18.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #00a9b7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.4);
}
ul.reviews-list 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;
  text-align: center;
  background-color: var(--theme);
  color: #fff;
  padding: 15px;
}
ul.reviews-list li.morereview a:hover {
  background: var(--theme);
}
ul.reviews-list 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;
  padding: 0;
}
ul.reviews-list 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;
  box-shadow: none;
  -webkit-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;
}
.review-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.review-inner .heading-area {
  text-align: center;
  width: 100%;
}
.review a._VIDEO_:after {
  background-color: var(--theme);
}
/*******************************/
/* ============================================== */
.pricing {
  position: relative;
  z-index: 1;
}
.pricing img {
  max-width: 100%;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing p {
  margin-bottom: 10px;
}
.pricing .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;
}
.pricing .get-quote:hover {
  background-color: var(--theme-dark);
}
.pricing .clipart {
  position: absolute;
  left: 0;
  margin-top: 60px;
}
.torn-pricing {
  position: relative;
}
.torn-pricing::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 45.2%;
}
.torn-pricing img{
  position: absolute;
  left: 0;
  top: 0;
}
/* ============================================== */
/************************************/
.screens {
  padding: 35px 0 40px 0;
}
.screens-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.TABROW {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px 0;
}
.TABROW .TAB {
  min-width: 197px;
  padding: 10px 15px 15px 15px;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  position: relative;
  width: auto;
  margin: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.TABROW .TAB.active {
  background-color: transparent;
  font-weight: bold;
  color: #1f1f1f;
}
.TABROW .TAB.active:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: var(--theme);
  position: absolute;
}
.screens ul {
  display: none;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.screens ul.active {
  display: grid;
}
.screens ul li {
  width: auto;
  box-sizing: border-box;
}
.screens ul li.fullwidth {
  grid-column: span 4;
}
.screens ul li img {
  max-width: 100%;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.1));
  outline: 1px solid #ddd;
}
.screens .view-app-flow {
  font-size: 22px;
  background-color: #37c95e;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 30px;
  margin-top: 35px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.screens .view-app-flow:hover {
  background-color: var(--theme-dark)
}
.screens .screens-inner a {
  background-color:var(--theme);
  font-size: 31px;
  color: #fff;
  padding: 20px 45px;
  text-align: center;
  font-weight: 600;
  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;
  display: table;
  width: auto;
  margin: 20px auto 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.screens .screens-inner a:hover {
  background-color: var(--theme-dark);
}
/**************************************/
/*******************************/
@media (max-width:1199px) {
  .main-title {
    font-size: 33px;
    line-height: 35px;
}
.sub-title {
  font-size: 25px;
}
.front-end-right span {
  font-size: 20px;
  line-height: 22px;
}
}
@media (max-width:991.98px) {
  .banner-inner{
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .banner-left{
    width: 100%;
  }
  .banner-right{
    width: 100%;
    text-align: center;
  }
/*...................................................*/
  .features ul{
    grid-template-columns:1fr 1fr;
  }
/*...................................................*/
  .script-left{
    width: 100%;
    order: 3;
  }
  .script-right{
    width: 100%;
    order: 2;
    text-align: center;
    margin: 0 0 20px 0;
  }
/*...................................................*/
.finances-inner{
  flex-direction: column-reverse;
}
  .finances-right{
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .finances-left{
    width: 100%;
  }
/* .................................................. */
.front-end-left{
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.front-end-right{
  width: 100%;
}
ul.reviews-list {
  grid-template-columns: 1fr 1fr 1fr;
}
.TABROW .TAB {
  margin-bottom: 10px;
}
.TABROW {margin-bottom: 5px;}
.screens {
  padding: 35px 0 40px 0;
}
ul.reviews-list li.morereview a {
  font-size: 22px;
  line-height: 1em;
}
}
@media (max-width:767px) {
  .screens .screens-inner a {
      font-size: 20px;
      padding: 15px 30px;
  }
  .faq_list {
    grid-template-columns: 1fr;
  }
  .faq_list li:last-child {
    grid-column: auto;
  }
}
@media (max-width:630px) {
  /* .................................................. */
  .main-title {
    font-size: 28px;
    line-height: 30px;
    margin-top: -4px;
  }
  .sub-title {
    font-size: 22px;
    line-height: 1em;
  }
  main > * {
    padding: 40px 0;
  }
  /* .................................................. */
  .banner h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .banner b {
    font-size: 22px;
    line-height: 25px;
  }
  /* .................................................. */
  .features ul li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  /* .................................................. */
  .green-part-inner ul li{
    padding-left: 15px;
  }
  ul.reviews-list {
    grid-template-columns: 1fr 1fr;
  }
  ul.reviews-list li a{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0;
  }
  ul.reviews-list li.morereview a {
    font-size: 4.1vw;
    line-height: 5.2vw;
  }
  ul.reviews-list li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
  }
  ul.reviews-list 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;
  }
  ul.reviews-list 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;
  }
  .demo-links-row ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
  }
  .faq_list li strong {
    font-size: 18px;
    padding: 10px 15px 10px 15px;
  }
  .features ul {
    grid-template-columns: 100%;
  }
  .screens ul {
    grid-template-columns: 1fr 1fr;
  }
  .screens ul li.fullwidth {
      grid-column: span 2;
  }
}
@media (max-width:480px) {
  .banner h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .main-title {
    font-size: 24px;
    line-height: 28px;
  }
  .screens ul li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .common-btn {
    font-size: 16px;
    padding: 12px 15px;
 }
 .screens .screens-inner a {
    font-size: 18px;
    padding: 15px 15px;
  }
  .pricing .get-quote {
    font-size: 18px;
    padding: 12px 14px;
    min-width: inherit;
  }
  .screens ul {
    grid-template-columns: 100%;
  }
}
