* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2';
}
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-bottom: 15px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
}
main{
  max-width: 1920px;
  margin: 80px auto 0 auto;
}
main>* {
  padding: 45px 0;
}
.heading-area{
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.white > *{
  color: #fff;
}
.heading-area.center > *{
  text-align: center;
  display: block;
}
.heading-area > p{
  margin: 5px 0 0 0;
}
.main-title {
  font-size: 39px;
  color: #000;
  font-weight: bold;
  margin: -6px 0 0 0;
  display: block;
  text-transform: capitalize;
  line-height: 1em;
}
a:hover {
  color: #000;
}
a:hover,
a:active,
a:visited,
a:focus,
a {
  text-decoration: none;
}
.btn__div {
  display: flex;
  width: 100%;
  grid-gap: 15px;
  flex-wrap: wrap;
}
.btn {
  background-color: #FE9B00;
  font-size: 18px;
  text-transform: initial;
  font-weight: 600;
  padding: 10px 10px 12px 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  gap: 10px;
}
.btn img{
  width: 20px;
  height: 20px;
}
.btn:hover {
  background-color: #c07a24;
  color: #fff;
}
.btn:focus {
  background-color: #c07a24;
  color: #fff;
}
a.btn-color1 {
  background-color: #0c8ee4;
}
a.btn-color1:hover,
a.btn-color1:focus {
  background-color: #0976be;
}
a.btn-color2 {
  background-color: #0fb158;
}
a.btn-color2:hover,
a.btn-color2:focus {
  background-color: #0a8d45;
}
.for-desk,
.for-mob {
  float: left;
  width: 100%;
  text-align: center;
}
.gray-color-bg {
  background-color: #ddd;
}
.red-color-bg {
  background-color: #F7E7E7;
}
.blue-color-bg {
  background-color: #EDEDFB;
}
.bgcolor1 {
  background-color: #C1E4F7;
  color: #006094;
}
.bgcolor2 {
  background-color: #D4EBD7;
  color: #1b6d23;
}
.bgcolor3 {
  background-color: #E0D6FC;
}
.bgcolor4 {
  background-color: #F4DAFD;
  color: #8d00be;
}
.bgcolor5 {
  background-color: #FFE5D7;
  color: #cf510d;
}
.bgcolor6 {
  background-color: #FFF4D8;
  color: #c8981b;
}
.bgcolor7 {
  background-color: #FFDCDC;
}
.bgcolor8 {
  background-color: #D7F8FF;
  color: #00a4c7;
}
li {
  display: block;
}
.banner {
  background: #fff5e7;
  padding-bottom: 0;
}
.banner__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1310px;
  padding: 0 15px;
  margin: auto;
  align-items: center;
}
.banner__left {
  width: 52%;
}
.banner__left img{
  vertical-align: top;
}
.banner__right {
  width: 46%;
}
.banner__right h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  color: #000;
  margin-bottom: 15px;
}
.banner__right b {
  font-size: 24px;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}
.features ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  row-gap: 20px;
}
.features ul li {
  width: 33.33%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.fet-caption {
  padding: 15px;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.features ul li i {
  width: 75px;
  height: 75px;
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  font-size: 44px;
}
.fet-caption strong {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1em;
  display: block;
  margin: 0 0 10px 0;
  color: #000;
}
.perfect-script {
  background: #fff5e7;
}
.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: 48%;
}
.perfect-script-left ul li {
  padding: 0 0 0 20px;
  font-size: 15px;
  color: #000;
  line-height: 25px;
  background: url(../index-49.html) no-repeat scroll left 10px;
}
.perfect-script-right {
  width: 50%;
}
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul {
  margin: 0 auto;
  padding: 0;
  float: none;
  max-width: 1280px;
}
.green-part-inner ul li {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  position: relative;
}
.green-part-inner ul li strong{
  text-transform: capitalize;
}
.green-part-inner ul li:last-child {
  margin-bottom: 0;
}
.green-part-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #000;
}
.business-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.business-left {
  width: 67%;
}
.business-right {
  width: 33%;
}
.business-left ul li {
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  color: #000;
  line-height: 23px;
  position: relative;
}
.business-left ul li:last-child{
  margin-bottom: 0;
}
.business-left ul li strong{
  text-transform: capitalize;
}
.business-left ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #000;
}
.core-features {
  background: #fff5e7;
}
.core-features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.core-features-inner span {
  margin: 0 0 45px;
  font-size: 49px;
  text-align: center;
  line-height: normal;
}
.core-features-inner span strong {
  display: block;
  color: #fc4d00;
}
.core-features ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 15px;
}
.core-features ul li {
  min-height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: calc(33.33% - 10px);
  width: -webkit-calc(33.33% - 10px);
  width: -moz-calc(33.33% - 10px);
  width: -ms-calc(33.33% - 10px);
  width: -o-calc(33.33% - 10px);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.core-features ul li i {
  margin: 0 0 10px;
  font-size: 60px;
  color: #FE9B00;
}
.core-features ul li strong {
  font-size: 20px;
  color: #000;
  display: block;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.core-features ul li p{
  text-align: center;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.front-end-inner span {
  font-size: 49px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
.front-end-inner span b {
  font-weight: 600;
  padding: 0px;
}
.front-end-left {
  width: 50%;
}
.front-end-right {
  width: 48%;
}
.front-end-right strong {
  font-size: 30px;
  color: #FFFFFF;
  text-transform: none;
  line-height: normal;
}
.pricing {
  position: relative;
  z-index: 1;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing .get-quote {
  font-size: 22px;
  background-color: #FE9B00;
  font-weight: 600;
  color: #ffffff;
  padding: 11px 30px 15px 30px;
  box-sizing: border-box;
  display: inline-block;
  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 a {
  margin: 0 10px 10px 10px;
}
.pricing [data-toggle="popup"] {
  padding: 11px 30px 15px 30px;
  font-size: 22px;
}
.pricing .get-quote:hover {
  background-color: #c07a24;
}
.pricing .get-quote:focus {
  background-color: #c07a24;
}
.torn-pricing {
  position: relative;
}
.torn-pricing::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 44.38%;
}
.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
}
.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(torn-paper-11.png);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 0;
  margin-top: -4px;
  pointer-events: none;
}
.pricing .btn__div{
  justify-content: center;
  margin-top: 5.5%;
}
.pricing .btn__div a{
  margin: 0;
}
.demolinks {
  background-color: #FE9B00;
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.demolinks .heading-area .heading-style {
  color: #fff;
}
.demo-links-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}
.demolinks .heading-area strong {
  color: #fff;
}
.demo-links-row .links-column {
  margin-bottom: 10px;
  width: 25%;
  max-width: 100%;
}
.demo-links-row .links-column ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.demo-links-row .links-column ul li {
  margin: 0 5px 40px 5px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  bottom: 0;
}
.demo-links-row .links-column ul li:last-child {
  margin-bottom: 0;
}
.demo-links-row .links-column ul li a {
  display: block;
  width: 100%;
  position: relative;
}
.demo-links-row .links-column ul li a img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.demo-links-row .links-column ul li a::before {
  content: '';
  display: block;
  padding-top: 33%;
}
.demo-links-row .links-column ul li:hover {
  bottom: 5px;
}
ul.weblinks li {
  list-style: none;
  position: relative;
  margin: 0 5px;
  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;
  width: 25%;
}
ul.weblinks li:hover {
  bottom: 5px;
}
ul.weblinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
ul.weblinks a {
  display: block;
  position: relative;
}
ul.weblinks a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 33.33%;
}
ul.weblinks li img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.screens{
  background: #fff5e7;
}
.screens-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.TABROW {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px 0;
  gap: 15px;
}
.TABROW .TAB {
  min-width: 197px;
  height: 50px;
  padding: 15px 15px;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 0 2px #FE9B00 inset;
  -webkit-box-shadow: 0 0 0 2px #FE9B00 inset;
  -moz-box-shadow: 0 0 0 2px #FE9B00 inset;
  -ms-box-shadow: 0 0 0 2px #FE9B00 inset;
  -o-box-shadow: 0 0 0 2px #FE9B00 inset;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.TABROW .TAB.active {
  background-color: #FE9B00;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.screens ul {
  display: none;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.screens ul.active {
  display: flex;
}
.screens ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.screens ul li img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  outline: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.screens .view-app-flow {
  font-size: 22px;
  background-color: #FE9B00;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 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;
}
.screens .view-app-flow:hover {
  background-color: #c07a24;
}
.reviews{
  background: #fff5e7;
}
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.reviews .reviews-inner>a {
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px #FE9B00 inset;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  padding: 0 90px;
  transition: all 0.5s ease 0s;
  background-color: #FE9B00;
  min-height: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.reviews .reviews-inner>a:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #c07a24;
  z-index: -1;
  border-radius: 0;
  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;
}
.reviews .reviews-inner>a:hover:after {
  width: 100%;
}
.reviews .reviews-inner>a:hover {
  background-color: #c07a24;
  box-shadow: 0 0 0 2px #c07a24 inset;
}
ul.reviews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  row-gap: 20px;
}
ul.reviews-list li {
  width: 25%;
  padding: 0 10px;
}
ul.reviews-list li a {
  display: block;
  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);
  min-height: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
ul.reviews-list li:not(:last-child) a:before {
  content: '';
  display: block;
  padding-top: 71%;
}
ul.reviews-list li a::after {
  content: '';
  background-image: url(play-video-4.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #FE9B00;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list li a img {
  max-width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
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;
  background-color: #FE9B00;
  color: #fff;
  padding: 15px;
  text-align: center;
}
ul.reviews-list li.morereview a:hover {
  background-color: #c07a24;
}
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;
}
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;
  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;
}
.about-section-of{
  padding-bottom: 0;
}
.about-section-of-inner {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.about-section-of h5 {
  margin: 0;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #FE9B00;
  display: inline-block;
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0;
  cursor: pointer;
  position: relative;
}
.about-section-of h5:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
  margin: 0 0 0 10px;
  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;
}
.about-section-of h5.active:after {
  transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
}
.about-section-of-data {
  background-color: #f8f8f8;
  display: none;
  padding: 40px 0;
}
.about-section-of .about-section-of-data .about-section-of-inner{
  text-align: left;

}
.about-section-of h6 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px 0;
  position: relative;
  color: #000;
  line-height: 1em;
  font-weight: bold;
}
.about-section-of .sub-boxess h6{
  margin: 0 0 10px 0;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.box-rows ul {
  list-style: none;
  padding-left: 15px;
}
.box-rows ul li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #666;
  padding: 0 0 0 18px;
  font-weight: 500;
  position: relative;
}
.box-rows ul li:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 8px;
  background-color: #FE9B00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sub-boxess {
  padding-left: 20px;
  margin-bottom: 15px;
}
.sub-boxess:last-child {
  margin-bottom: 0;
}
.sub-boxess h6:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FE9B00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -20px;
  top: 7px;
}
@media (max-width:1199.98px) {
  .main-title {
    font-size: 35px;
  }
  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 991.98px) {
  .banner {
    padding-bottom: 40px;
  }
  .banner__left {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .perfect-script-left {
    width: 100%;
  }
  .perfect-script-right {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .screens ul li {
    width: 50%;
  }
  .business {
    flex-direction: column-reverse;
  }
  .business-right {
    margin-bottom: 20px;
    width: 100%;
  }
  .business-left {
    width: 100%;
  }
  .perfect-script-inner .text-center {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
  }
  .demo-links-row .links-column {
    width: 33.33%;
  }
  .core-features ul li {
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
  }
  .front-end-left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .front-end-right {
    width: 100%;
  }
  .banner__right {
    width: 100%;
  }
  /**************************************/
  ul.weblinks li {
    padding: 0 10px;
    width: 33.33%;
  }
  ul.reviews-list li {
    width: 33.33%;
  }
  .features ul li {
    width: 33.33%;
    padding: 0 5px;
  }
}
@media (max-width:767px) {
  .page-content>* {
    padding: 40px 0;
  }
  ul.weblinks li {
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .demo-links-row .links-column {
    width: 50%;
  }
  .demo-links-row .links-column ul li {
    padding: 0 5px;
    margin: 0;
  }
  .demo-links-row .links-column ul {
    margin: 0;
  }
  .demolinks .heading-area h3 {
    font-size: 28px;
  }
}
@media (max-width:630px) {
  main>*{
    padding: 40px 0;
  }
  .main-title {
    font-size: 26px;
    margin-top: -4px;
  }
  .banner__right h1 {
    font-size: 32px;
  }
  .banner__right b {
    font-size: 20px;
    line-height: normal;
  }
  .core-features ul li {
    width: 100%;
  }
  .business-right {
    justify-content: center;
  }
  .business-right b {
    display: none;
  }
  .screens .view-app-flow {
    font-size: 16px;
    padding: 14px 20px 17px 20px;
    margin-top: 15px;
  }
  .TABROW .TAB {
    min-width: inherit;
    padding: 15px 15px;
  }
  .screens ul li {
    width: 100%;
    padding: 0;
  }
  .green-part-inner ul li {
    padding: 0 0 0 15px;
  }
  ul.reviews-list li {
    width: 50%;
    padding: 0 5px;
  }
  ul.reviews-list li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
  }
  ul.reviews-list li a img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  ul.reviews-list li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  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;
  }
  ul.reviews-list li.morereview a {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }
  .about-section-of h5 {
    padding: 14px;
    font-size: 18px;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
  }
  .pricing .get-quote {
    font-size: 16px;
    padding: 8px 12px 8px 12px;
  }
  .features ul li {
    width: 100%;
    padding: 0;
  }
}