* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
}

main>* {
  padding: 40px 0;
}

p {
  padding: 0;
  margin: 0 0 10px;
  line-height: 23px;
  font-size: 16px;
  color: #000;
  text-align: justify;
}

p:last-child {
  margin: 0;
}

.heading-area {
  width: 100%;
  margin-bottom: 15px;
}

.main-title {
  color: #000;
  font-size: 35px;
  line-height: 1em;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Exo 2';
  font-weight: bold;
  margin-top: -8px;
}

.sub-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #4657F7;
  font-weight: 600;
  display: block;
  line-height: 1em;
}

.heading-area>p {
  margin: 10px 0 0 0;
}

.heading-area.center>* {
  display: block;
  width: 100%;
  text-align: center;
}

.heading-area.white>* {
  color: #fff;
}

.heading-area.center>img {
  width: auto;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@keyframes pulse-me1 {
  0% {
    transform: scale(.9);
    opacity: .2;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
  }

  50% {
    opacity: .5
  }

  70% {
    opacity: .09
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    -o-transform: scale(2.1)
  }
}

.play-anim-ico {
  background-image: url(play-video-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  position: absolute;
  height: 60px;
  right: 50px;
  bottom: 50px;
  z-index: 111;
}

.play-anim-ico:after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 13px #fff;
  transform: scale(0.9);
  transform-origin: center center;
  animation: pulse-me1 1s linear infinite;
  -webkit-animation: pulse-me1 1s linear infinite;
}

.common-button {
  font-size: 18px;
  background-color: #4657F7;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 10px 12px 10px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  margin-top: 75px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0 10px 10px 0;
}

.common-button:hover,
.common-button:focus {
  background-color: #3445dd;
  color: #fff;
}

.btn__div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}

.banner h1 strong {
  font-size: 18px;
  display: block;
  color: #000;
  line-height: 1em;
}

.banner-inner {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 0 15px;
}

.banner-right {
  width: 57%;
}

.banner-left {
  width: 42%;
}

.banner h1 {
  font-size: 40px;
  font-weight: bold;
  color: #4657F7;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.banner .gomain {
  font-size: 18px;
  background-color: #4657F7;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 10px 12px 10px;
  text-align: center;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.banner .gomain img {
  width: 20px;
  height: 20px;
}

.banner .gomain:hover {
  background-color: #3445dd;
}

.banner .gomain.btn-color1 {
  background-color: #e48d0c;
}

.banner .gomain.btn-color1:hover,
.banner .gomain.btn-color1:focus {
  background-color: #c27708;
}

.banner .gomain.btn-color2 {
  background-color: #0fb158;
}

.banner .gomain.btn-color2:hover,
.banner .gomain.btn-color2:focus {
  background-color: #0a8d45;
}

/* =============================================
 */
.features {
  background-color: #e7eaff;
}

.features-inner {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}

.features-inner ul {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.fet-caption {
  background: #fff;
  min-height: 100%;
  padding: 15px;
  border-radius: 20px;
}
.features-inner ul li b {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.15);
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #000;
}
.features-inner ul li .fet-caption strong {
  display: block;
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.fet-caption p{
  text-align: center;
}
/* ================================================= */
.perfect-script-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.perfect-script-left {
  width: 42%;
}
.perfect-script-right ul li {
  margin: 0px;
  padding: 0 0 0 20px;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  background: url(../index-49.html) no-repeat scroll left 10px;
}

.perfect-script-right {
  width: 58%;
}

.perfect-script-right .heading-area {
  text-align: left;
}

.perfect-script-right ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
  background-color: #4657F7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.perfect-script-right .heading-area strong {
  margin: 0 0 5px 0;
}

/******************/
.green-part {
  background-color: #dce5ff;
}

.green-part-inner {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 15px;
}


.green-part-inner ul li {
  padding: 0px 0px 5px 25px;
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 23px;
}

.green-part-inner ul li:last-child {
  padding-bottom: 0;
}

.green-part-inner ul li::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #4657F7;
  left: 5px;
  top: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.app_list .inner_list:not(:last-child) {
  margin: 0 0 20px 0;
}

.app_list b {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #000;
  line-height: 1em;
}
/*---------------------------------------------------*/
.steps-your-product {
  border-bottom: 1px solid #e3e3e3;
}

.steps-your-product-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1310px;
}

.steps-your-product-inner strong {
  color: #000;
  display: table;
  float: none;
  font-family: "exo 2";
  font-size: 17px;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 25px;
}

.steps-your-product-inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.steps-your-product-inner ul li {
  position: relative;
}

.step-block {
  background-color: #4657F7;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.steps-your-product-inner ul li span {
  width: 55px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  color: #4657F7;
  margin-bottom: 10px;
}

.steps-your-product-inner ul li label {
  margin: 0 0 10px;
  display: block;
  font-size: 17px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}

.steps-your-product-inner p {
  color: #FFFFFF;
}
/*---------------------------------------------------*/
.core-features {
  background-color: #f8f8f8;
}

.core-features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}

.core-features-inner .core-features-col ul {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.core-features-inner .core-features-col .core-features-padd {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  min-height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #fff;
}

.core-features-col ul li i {
  display: block;
  text-align: center;
  font-size: 50px;
  color: #4657F7;
}
.core-features-col ul li strong {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  display: block;
  margin: 10px 0 5px 0;

}

/*********************/
.front-end {
  background-color: #dce5ff;
}

.front-end_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.fronted-left {
  width: 51%;
}

.fronted-right {
  width: 49%;
}

/*************************/
.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: #4657F7;
  font-weight: 600;
  color: #ffffff;
  padding: 17px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5.5%;
  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: #243a79;
}


.torn-pricing {
  position: relative;
}

.torn-pricing::before {
  content: '';
  display: block;
  padding-top: 44.49%;
  width: 100%;
}

.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}

.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(torn-paper.png);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: -1px;
  pointer-events: none;
}

/*******************/
.bg-gray {
  background-color: #f8f8f8;
}

.banner2 {
  max-width: 1340px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.banner2::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 48.9%;
}

.banner2 img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/******************/
/**************************************/
.demolinks {
  background-color: #4657F7;
}

.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.demo-list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 900px;
}

/* --------------------------------------------------- */

.screens-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.TABROW {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 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-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #d8d8d8 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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}

.TABROW .TAB.active {
  background-color: #4657F7;
  color: #fff;
  box-shadow: none;
}

.screens ul {
  display: none;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  row-gap: 20px;
}

.screens ul.active {
  display: flex;
}

.screens ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.screens ul li img {
  max-width: 100%;
  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: #249e44;
}

.screens a.button-btn {
  background-color: #4657F7;
  font-size: 31px;
  color: #fff;
  padding: 15px 35px;
  min-width: 31.2%;
  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;
  margin: 20px auto 0;
  display: inline-flex;
  align-items: center;
  width: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.screens a.button-btn:hover {
  background-color: #243a79;
}

/******************/
.demo-video-laptop-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1310px;
}

.overview-video-inner {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}

.uberclone-vidoe-img {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.uberclone-vidoe-img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc(56.25% + 1px);
  padding-top: -webkit-calc(56.25% + 1px);
  padding-top: -moz-calc(56.25% + 1px);
  padding-top: -ms-calc(56.25% + 1px);
  padding-top: -o-calc(56.25% + 1px);
}

.uberclone-vidoe-img .play-anim-ico {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.uberclone-vidoe-img img,
.uberclone-vidoe-img iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
}

.uberclone-vidoe-img iframe:hover,
.uberclone-vidoe-img img:hover {
  cursor: pointer;
}

.uberclone-vidoe-img .video-Image-video1 {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/******************************/
ul.reviews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}

.reviews-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

ul.reviews-list li {
  width: 25%;
  padding: 0 15px;
}

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: #4657F7;
  color: #fff;
  padding: 15px;
  text-align: center;
}

ul.reviews-list li a::after {
  content: '';
  background-image: url(play-video-3.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #4657F7;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}

ul.reviews-list li.morereview a:hover {
  background-color: #243a79;
}

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;
  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;
}

ul.reviews-list li a {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
}

ul.reviews-list li:not(:last-child) a:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 71%;
}

ul.reviews-list li a img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/******************************/
.about-section-of {
  width: 100%;
}

.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-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #4657F7;
  display: inline-block;
  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 {
  text-align: initial;
  padding: 40px 0;
  background-color: #f8f8f8;
  display: none;
}

.about-section-of-data .about-section-of-inner {
  text-align: justify;
}

.about-section-of h6 {
  font-size: 23px;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #000;
}

.box-rows ul {
  list-style: none;
  padding-left: 15px;
}

.box-rows ul li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #000;
  padding: 0 0 0 18px;
  font-weight: 500;
  position: relative;
  line-height: 23px;
}

.box-rows ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #4657F7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.box-rows h6 {
  font-size: 21px;
  margin-bottom: 15px;
  position: relative;
}

.sub-boxess {
  padding-left: 20px;
}

.sub-boxess h6:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4657F7;
  border-radius: 50%;
  left: -22px;
  top: 10px;
}

.box-rows:not(:last-child) {
  margin: 0 0 20px 0;
}

/******************************/
@media screen and (max-width:1279px) {

  /************************************/
  .flowbanner a {
    position: absolute;
    bottom: 17%;
    left: 5.6%;
    background-color: #353535;
    font-size: 1.8vw;
    color: #f7b41b;
    padding: 1.5% 2%;
    border-radius: 33px;
    min-width: 31.2%;
    text-align: center;
  }

  /***************************************/
}

@media screen and (max-width:1199px) {
  .main-title {
    font-size: 30px;
}
  .banner h1 {
    font-size: 35px;
  }

  .banner-left {
    width: 100%;
  }

  .banner-right {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
  }
  .perfect-script-right {
    width: 56%;
}
  .banner-inner {
    flex-direction: column-reverse;
  }

  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}

@media screen and (max-width:991px) {
  .newfeatures ul li {
    width: 100%;
  }

  .newfeatures-left {
    width: 100%;
  }

  .newfeatures-right {
    width: 100%;
  }

  /*****************************************/
  .features-inner ul {
    grid-template-columns: repeat(2, 1fr);

  }
  .steps-your-product-inner ul {
    grid-template-columns: repeat(2, 1fr);
}
  /*****************************************/
  .main-fronted {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .main-fronted p {
    margin-bottom: 15px;
  }

  .front-endd img {
    max-width: 100%;
  }

  .front-end .fronted-left {
    width: 100%;
    order: 3;
  }

  .front-end .fronted-right {
    width: 100%;
    order: 2;
    margin: 0 0 15px 0;
  }

  .mobile-front-end-img {
    max-width: 480px;
    position: relative;
    margin: 0 auto 12px auto;
  }

  .mobile-front-end-img img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .mobile-front-end-img:before {
    content: '';
    display: block;
    padding-top: 51.67%;
  }

  .front-end {
    text-align: center;
  }

  .front-end .heading-area h3 {
    text-align: center;
  }

  /*****************************************/
  .perfect-script-right {
    width: 100%;
  }

  .perfect-script-left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  /*****************************************/
  .version-title {
    max-width: 80%;
  }

  /*****************************************/
  ul.reviews-list li {
    width: 33.33%;
  }

  /*****************************************/
  .core-features-inner .core-features-col ul {
    grid-template-columns: repeat(2, 1fr);
}
  .screens ul li {
    width: 50%;
  }

}

@media screen and (max-width:767px) {
  .screens ul li {
    width: 45%;
  }

}

@media screen and (max-width:630px) {
  main>* {
    padding: 40px 0;
  }

  .banner h1 {
    font-size: 30px;
  }

  .main-title {
    font-size: 26px;
    margin-top: -4px;
  }
  .sub-title {
    font-size: 20px;
  }
  .features-inner ul {
    grid-template-columns: 1fr;
}
.steps-your-product-inner ul {
  grid-template-columns: 1fr;
}
.step-block {
  border-radius: 8px;
}
.core-features-inner .core-features-col ul {
  grid-template-columns: 1fr;
}
  ul.reviews-list li {
    width: 50%;
    padding: 0 8px;
  }

  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 a img {
    border-radius: 8px;
  }

  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;
  }

  /***************************************/
  .uberclone-vidoe-img .play-anim-ico {
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
  }

  .screens a.button-btn {
    font-size: 20px;
    padding: 12px 15px;
    min-width: inherit;
  }
  .demo-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
  }
  .about-section-of h5 {
    padding: 10px;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
  }
}

@media screen and (max-width:480px) {
  .screens ul li {
    width: 100%;
    text-align: center;
  }

  ul.reviews-list li.morereview a {
    font-size: 4.2vw;
    line-height: 5.22vw;
  }

  .pricing .get-quote {
    font-size: 19px;
    padding: 10px 15px;
    min-width: inherit;
  }
}

@media (max-width:375px) {
  .main-title {
    font-size: 25px;
  }

  .sub-title {
    font-size: 18px;
  }
}