:root {
  --theme:#00C299;
  --theme-dark :#009474;
  --theme-light:#eafffb;
}
#midd-part {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@keyframes buttonanim {
  0% {
      width: 0%;
  }
  100% {
      width: 100%;
  }
}
.page__content>* {
  padding: 40px 0 40px 0;
}

.page__content {
  margin: 80px 0px 0px;
}

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

* {
  box-sizing: border-box;
}

p {
  font-size: 15px;
  color: #000;
  line-height: 23px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

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

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


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

.heading-area strong {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--theme);
  font-weight: 600;
  display: block;
}

.heading-area h3,
.section-title {
  margin: -8px 0 5px 0;
  padding: 0px;
  width: 100%;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.section-title.white {
  color: #fff;
}

.prl-15 {
  padding: 0 15px;
}

.white {
  color: #fff;
}

li {
  display: block;
}

.gomain,
.gen-button {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 12px 16px 12px;
  text-align: center;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 3px;
  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;
  text-transform: capitalize;
  cursor: pointer;
}

.gomain:hover,
.gen-button:hover,
.gomain:link,
.gomain:active {
  background-color: var(--theme-dark);
  color: #fff;
}

/*********top part*********/
.banner {
  width: 100%;
}
.banner p {
  text-align: justify;
}
.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner a.view-demo {
  background: transparent;
  color: #000;
  border: solid 2px var(--theme);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  z-index: 0;
}
.banner a.view-demo:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--theme);
  z-index: -1;
  border-radius: 0;
  transition: all 0.5s ease 0s;
  animation: buttonanim 1.5s infinite;
  -webkit-animation: buttonanim 1.5s infinite;
}
.banner a.view-demo i {
  vertical-align: middle;
  display: inline-block;
}
.banner a.view-demo:hover {
  background-color: #f8f8f8;
  color: #000;
}
.banner a.view-demo img {
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.banner a.new_video span small {
  display: block;
  line-height: normal;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin-top: 1px;
  text-transform: uppercase;
}
.banner a.new_video span {
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin: -5px 0 0 0;
  text-align: left;
}
.banner-button-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.banner-right {
  width: 46%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.banner-left {
  width: 52%;
}
.banner-left h1 {
  width: 100%;
  font-size: 41px;
  text-transform: uppercase;
  color: var(--theme);
  line-height: 50px;
  font-weight: bold;
}

.banner-left h1~span {
  font-size: 22px;
  font-weight: bold;
}

.thumbtack_clone{
    background-color: var(--theme-light);
}
.thumbtack_clone .thumbtack_clone_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  max-width: 1310px;
  margin: 0 auto;
  align-items: center;
}

.thumbtack_clone_left{
  width: 62%;
}
.thumbtack_clone_left .heading-area{
  text-align: left;
}
.thumbtack_clone_right{
  width: 29%;
}
.earnings_inner{
  max-width: 1310px;
  padding: 0  15px;
  margin: 0 auto;
}
.earnings__list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.earnings_section{
  background-color: var(--theme-light);
}
.earnings__list li{
  width: calc(25% - 11.25px);
  width: -webkit-calc(25% - 11.25px);
  width: -moz-calc(25% - 11.25px);
  width: -ms-calc(25% - 11.25px);
  width: -o-calc(25% - 11.25px);
  flex-grow: 1;
}
.earnings__list li .earnings_box i{
  font-size: 55px;
  display: block;
  margin: 0 0 10px 0;
}
.earnings__list li .earnings_box{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.earnings__list li .earnings_box strong{
    display: block;
    font-size: 18px;
    line-height: 1em;
    color: #000;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
/************premium-features**********/
.premium-features-part {
  margin: 0;
  padding: 40px 0 40px 0;
  width: 100%;
}

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

.premium-features-part-inner ul {
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
}
.premium-features-part-inner ul li {
  padding: 15px;
  text-align: center;
  background: none;
  display: block;
  min-height: 100%;
  border: solid 1px #ddd;
  border-radius: 10px;
  background: #fff;
}

.premium-features-part-inner ul li i img {
  width: 60px;
  height: 60px;
}
.premium-features-part-inner ul li i {
  display: block;
  font-size: 50px;
}
.premium-features-part-inner ul li strong {
  font-size: 20px;
  margin: 5px 0 5px 0;
  display: block;
}

/******************/
.perfect-script {
  background-color: var(--theme-light);
}

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

.perfect-script-left {
  margin: 0;
  padding: 0px;
  width: 60%;
}
.perfect-script-left .heading-area{
  text-align: left;
}
.row-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.perfect-script-left img {
  max-width: 100%;
}
.perfect-script-left ul {
  margin: 10px 0 0;
  padding: 0px;
  width: 92%;
}

.perfect-script-left ul li {
  font-size: 16px;
  color: #000;
  list-style: none;
  padding-left: 21px;
  position: relative;
  margin-bottom: 5px;
  font-weight: 400;
}

.perfect-script-left ul li:last-child {
  margin-bottom: 0;
}

.perfect-script ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--theme);
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.perfect-script-right {
  margin: 0px;
  padding: 0px;
  width: 38%;
}

/******************/
.green-part {
  background: -moz-linear-gradient(0deg, var(--theme-light), rgba(255, 255, 255, 0) 100%) !important;
  background: -webkit-linear-gradient(0deg, var(--theme-light), rgba(255, 255, 255, 0) 100%) !important;
  background: linear-gradient(0deg, var(--theme-light), rgba(255, 255, 255, 0) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  box-sizing: border-box;
}

.green-part-inner img {
  max-width: 100%;
}

.green-part-inner ul {
  margin: 0 auto;
  padding: 0;
}

.green-part-inner ul li {
  font-size: 15px;
  color: #000;
  list-style: none;
  padding-left: 23px;
  position: relative;
  margin-bottom: 6px;
  font-weight: 400;
}

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

.green-part-inner ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--theme);
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.green-part .content-block {
  margin-bottom: 10px;
}

.green-part .content-block:last-child {
  margin-bottom: 0;
}

.green-part .content-block strong {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.green-part-inner p {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

/******************/
.front-end .heading-area {
  text-align: left;
}

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

.front-end-inner b {
  margin: 0px 0px 15px;
  padding: 0px;
  width: 100%;
  font-size: 45px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  display: block;
}

.front-end-left {
  width: 38%;
}

.front-end-right {
  width: 60%;
}

.front-end-right strong {
  margin: 0 0 14px;
  width: 100%;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: none;
  display: block;
  line-height: 28px;
}

.front-end-right a {
  display: inline-block;
  padding: 11px 30px 13px 30px;
  background-color: var(--theme);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  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;
}

.front-end-right a:hover {
  background-color: var(--theme-dark);
}

.banner-body-mid {
  margin: 0px;
  padding: 50px 0px;
  width: 100%;
  background: var(--theme-light);
}

.banner-body-mid-inner {
  margin: 0 auto;
  padding: 0px;
  max-width: 1280px;
  position: relative;
  text-align: center;
}

.banner-body-mid .row-flow {
  justify-content: center;
}

.banner-body-mid .row-flow li {
  width: 25%;
  margin-bottom: 30px;
}

.banner-body-mid .row-flow li img {
  max-width: 100%;
}

/**********/
.service-provider-icon-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  box-sizing: border-box;
}

.service-provider-icon .TABROW {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -1px;
}

.service-provider-icon .TABROW .TAB {
  padding: 15px 30px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  margin: 0 5px;
}

.service-provider-icon .TABROW .TAB.active {
  background-color: #fff;
  color: var(--theme);
  position: relative;
  box-shadow: 0 0 0 1px var(--theme) inset;
}

.service-provider-icon .TABROW .TAB.active::after {
  position: absolute;
  height: 2px;
  background: #fff;
  left: 1px;
  bottom: 0px;
  content: "";
  right: 1px;
  z-index: 1;
}

.components-text {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.components-text .heading {
  font-size: 26px;
  font-weight: 600;
  color: var(--theme);
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.components-text .heading .video-btn {
  background-color: var(--theme);
  color: #fff;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 5px;
  vertical-align: middle;
  margin: 0 0 0 8px;
  display: inline-block;
}

.components-text .text {
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}

.service-provider-icon-row.active {
  display: flex;
}

.service-provider-icon-row {
  display: none;
  flex-wrap: wrap;
  border: 1px solid var(--theme);
  padding: 15px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.service-provider-icon .TABROW .TAB {
  padding: 15px 30px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  margin: 0 5px;
}

.service-provider-icon .TABROW .TAB.active {
  background-color: #fff;
  color: var(--theme);
  position: relative;
  box-shadow: 0 0 0 1px var(--theme) inset;
}

.service-provider-icon .TABROW .TAB.active::after {
  position: absolute;
  height: 2px;
  background: #fff;
  left: 1px;
  bottom: 0px;
  content: "";
  right: 1px;
  z-index: 1;
}

.service-provider-icon-inner span.inner-heading {
  margin: 35px 0 20px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  width: 100%;
}

.service-provider-icon-inner span.inner-heading b {
  color: #fa6903;
}

.service-provider-icon-inner span.inner-heading img {
  max-width: 100%;
}

.service-provider-icon-inner p {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.service-provider-icon-inner ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-provider-icon-inner ul li {
  width: 20%;
  list-style: none;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-provider-icon-inner ul li .flex {
  display: flex;
  align-items: center;
}

.service-provider-icon-inner ul li .single-service-inner {
  border-radius: 10px;
  padding: 20px 10px;
  transition: all 0.5s ease 0s;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  display: block;
  width: 100%;
}

.service-provider-icon-inner ul li .single-service-inner b {
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
}

.service-provider-icon-inner ul li .single-service-inner strong {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

.service-provider-icon-inner ul li .single-service-inner.flex strong {
  margin: 0;
}

.service-provider-icon-inner ul li .single-service-inner b img {
  height: 70px;
  vertical-align: top;
}



.service-provider-icon-row ul li.towwidth.last {
  width: 50%;
  text-align: left;
}

.service-provider-icon-row ul li.fourwidth.last {
  width: 80%;
  text-align: left;
}

.service-provider-icon-row ul li.threewidth.last {
  width: 60%;
  text-align: left;
}

.service-provider-icon-row ul.havefive li.fourwidth.last {
  width: 100%;
  text-align: left;
}

.service-provider-icon-row ul li.towwidth.last .single-service-inner,
.service-provider-icon-row ul li.threewidth.last .single-service-inner,
.service-provider-icon-row ul li.fourwidth.last .single-service-inner {
  display: flex;
  padding: 10px;
  justify-content: flex-start;
}

.service-provider-icon-row ul li.towwidth.last b {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  border-radius: 10px;
}

.service-provider-icon-row ul li.threewidth.last b {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  border-radius: 10px;
}

.service-provider-icon-row ul li.fourwidth.last b {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  border-radius: 10px;
}

.service-provider-icon-row ul li.towwidth.last strong,
.service-provider-icon-row ul li.threewidth.last strong,
.service-provider-icon-row ul li.fourwidth.last strong {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: 0;
}

.demo-video-laptop {
  background-color: var(--theme-light);
}

.demo-video-laptop-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  text-align: center;
}

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

.uberclone-vidoe-img {
  text-align: center;
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.uberclone-vidoe-img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 56.25%;
}

.uberclone-vidoe-img img {
  position: absolute;
  left: 0;
  top: 0;
}

.uberclone-vidoe-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.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:hover {
  cursor: pointer;
}

.uberclone-vidoe-img .video-Image-video1 {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100px;
  height: auto;
}

/**************************************/
.pricing-section {
  width: 100%;
  background-image: url(../index-49.html);
  background-position: center center;
  position: relative;
}

.pricing-section-inner>img {
  visibility: hidden;
  opacity: 0;
}

.pricing-section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.pricing-section a {
  font-weight: 600;
  color: #f96904;
  font-size: 20px;
  display: inline-flex;
  padding: 12px 52px 13px 52px;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 57px;
  transform: translateX(-117px);
  -webkit-transform: translateX(-117px);
  -moz-transform: translateX(-117px);
  -ms-transform: translateX(-117px);
  -o-transform: translateX(-117px);
}

.pricing-section a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

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

.screens .heading-area {
  margin-bottom: 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;
  height: 50px;
  padding: 15px 15px;
  box-sizing: border-box;
  font-weight: 600;
  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: 600;
  color: #1f1f1f;
}

.TABROW .TAB.active:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background-color: var(--theme);
  position: absolute;
}

.screens ul {
  display: none;
  list-style: none;
  margin-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.screens ul.active {
  display: grid;
}

.screens ul li {
  box-sizing: border-box;
}

.screens ul li img {
  max-width: 100%;
}

.screens ul li img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.screens .view-app-flow {
  font-size: 22px;
  background-color: var(--theme);
  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);
}

/**************************************/
/**************************************/
.demolinks {
  background-color: var(--theme);
}

.demolinks .heading-area strong {
  color: #fff;
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.demolinks ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
  max-width: 912px;
  gap: 20px;
  margin: 20px auto 0 auto;
}
.demolinks ul li a {
  display: block;
  position: relative;
}
.demolinks ul li a img {
position: absolute;
left: 0;
top: 0;
}
.demolinks ul li a::before {
content: '';
display: block;
width: 100%;
padding-top: 32.76%;
}
.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;
}
/**************************************/
/**************************************/
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pricing p {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 28px;
}

.pricing .heading-area {
  margin-bottom: 0;
}

.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: 20px;
  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: 51%;
  pointer-events: none;
}
.torn-pricing img{
  position: absolute;
  left: 0;
  top: 0;
}
/**************************************/
.advanced-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.advanced-row {
  display: none;
  flex-wrap: wrap;
}

.advanced-row.active {
  display: flex;
}

.advanced-left {
  width: 49%;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.advanced-left img {
  max-width: 540px;
  max-height: 437px;
}

.advanced-right {
  width: 50%;
}

.advanced ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.advanced ul li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
  margin-bottom: 54px;
}

.advanced ul li i img {
  height: 35px;
}

.advanced ul li i {
  display: inline-block;
}

.advanced ul li strong {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}

.advanced b {
  display: block;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #1f1f1f;
  line-height: 28px;
}

.advanced .TABROW .TAB {
  box-shadow: none;
  border-radius: 0;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  width: auto;
  margin: 0;
  font-weight: 600;
}

.advanced .TABROW {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
}

.client-reviews .text-center {
  text-align: center;
}

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

.client-reviews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}

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

.client-reviews ul li a {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  border: 8px solid #fff;
  vertical-align: top;
  width: 100%;
}

.client-reviews ul li img {
  width: 100%;
  border-radius: 18px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}

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

.client-reviews ul li a::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background-image: url(play-video-theme-2.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%);
}

.heading-area .heading2 {
  font-size: 18px;
  font-weight: 500;
}

.client-reviews .button-part a,
.screens-inner .button-part a {
  font-size: 40px;
  padding: 20px 50px 25px;
  border-radius: 101px;
}

.client-reviews .button-part {
  padding-top: 0;
  text-align: center;
}

.client-reviews ul li.morereview a {
  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;
  flex-direction: column;
}

.client-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;
  -webkit-box-shadow: none;
}

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

.client-reviews ul li.morereview a:hover {
  background: var(--theme-dark);
}

/*********************************/
/**************************************/
.delivery-types{
  background-color: var(--theme-light);
}
.delivery-types .heading-area {
  margin-bottom: 15px;
}
.delivery-types-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.delivery-types ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
  row-gap: 20px;
}

.delivery-types ul li {
  width: 20%;
  padding: 0 10px;
}

.delivery-types-box {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: 0;
  min-height: 100%;
}

.delivery-types ul li a {
  display: block;
}

.delivery-types ul li img {
  width: 60px;
  height: 60px;
}

.delivery-types ul li strong {
  display: block;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0px 0;
}

.delivery-types ul li:hover .delivery-types-box {
  position: relative;
  bottom: 5px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
}

.delivery-types ul li:hover strong {
  color: #309500;
}

/**************************************/
/**************************************/
.provide {
  padding: 50px 0;
  position: relative;
  width: 100%;
  background-image: url(../index-49.html);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.provide .heading-area .section-title {
  color: #fff;
}

.provide-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.provide-left {
  width: 51%;
}

.provide-left img {
  max-width: 100%;
}

.provide-right {
  width: 44.2%;
}

.provide-right img {
  max-width: 100%;
}

.provide-left .heading-area {
  text-align: left;
  margin-bottom: 22px;
}

.provide-left .heading-area .header-sep {
  margin-left: 0;
}

.provide p {
  margin-bottom: 18px;
  max-width: 846px;
  display: block;
  margin: 20px auto;
  font-size: 16px;
  color: #eee;
  font-weight: 400;
  line-height: 28px;
}

.provide ul li {
  font-size: 14px;
  color: #eee;
  list-style: none;
  padding-left: 21px;
  position: relative;
  margin-bottom: 12px;
  font-weight: 400;
}

.provide ul {
  margin-left: 14px;
}

.provide ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--theme);
  border-radius: 50%;
  left: 0;
  top: 6px;
}

/**************************************/
/**************************************/
.screens-inner a.button,
.client-reviews a.client-reviews-btn {
  background-color: var(--theme);
  font-size: 31px;
  color: #fff;
  padding: 12px 40px 14px;
  min-width: 25%;
  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;
  margin: 10px auto 0px;
  width: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.screens-inner a.button:hover,
.client-reviews a.client-reviews-btn:hover {
  background-color: var(--theme-dark);
}

/**************************************/
.fancybox-opened {
  z-index: 80303 !important;
}

/*********************************/
.latest-features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.latest-features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.latest-features ul li {
  width: 49%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.top-element-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 0;
}

.center-button-block {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.center-button-block .gen-button {
  display: inline-block;
  margin: 0 0 10px 0;
}
.faq{
  background-color: #f8f8f8;
}
.faq__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.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;
}
.faq_list li:last-child{
  margin-bottom: 0;
}
.mt-215 {
  margin-top: -180px;
}

.mt-190 {
  margin-top: -235px;
}

.features-caption p {
  margin: 0;
}

/**************************************/
@media screen and (max-width:1279px) {
  .features-service-left-two {
    width: 350px;
  }

  .features-service-left-one {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
  }

  .features-service-right-one {
    width: 350px;
  }

  .features-service-right-two {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
  }

  .mt-215 {
    margin-top: -290px;
  }

  .mt-190 {
    margin-top: -270px;
  }

  /***********************************/
  .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;
  }

  /***************************************/
  /***********************************/
  .pricing-section {
    background-image: none;
  }

  .pricing-section-inner>img {
    visibility: visible;
    opacity: 1;
    max-width: 100%;
  }

  .pricing-section a {
    bottom: 4.7vw;
    left: 51vw;
    font-size: 1.57vw;
    padding: 1.24vw 4vw;
    transform: translatex(-10.1vw);
    -webkit-transform: translatex(-10.1vw);
    -moz-transform: translatex(-10.1vw);
    -ms-transform: translatex(-10.1vw);
    -o-transform: translatex(-10.1vw);
  }

  .pricing-section a img {
    width: 1.57vw;
    margin-left: 0.56vw;
  }
}

@media screen and (max-width: 1115px) {
  .mt-215 {
    margin-top: -102px;
  }

  .mt-190 {
    margin-top: -150px;
  }

  .features-service-right-one {
    width: 270px;
  }

  .features-service-right-two,
  .features-service-left-one {
    width: calc(100% - 270px);
    width: -o-calc(100% - 270px);
    width: -ms-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
  }

  .features-service-right-two .features-caption,
  .features-service-left-one .features-caption {
    padding: 15px 125px 15px 25px;
    width: calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }
}

#midd-part,
#midd-part1 {
  display: block;
  float: none;
}

@media (max-width:1199px) {
  .banner-left h1 {
    font-size: 40px;
    line-height: 1em;
  }

  .banner-left h1~span {
    font-size: 20px;
  }

  .features-service-left-one {
    align-items: flex-end;
  }

  .features-service-right-two,
  .features-service-left-one {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    align-items: flex-end;
  }

  .features-service-right-two .features-caption,
  .features-service-left-one .features-caption {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
  }

  .top-element-right {
    display: none;
  }

  .latest-features-flow ul {
    margin-top: 0;
  }

  .features-img {
    display: none;
  }

  .features-service-right-two .features-caption,
  .features-service-left-one .features-caption {
    padding: 10px 15px;
    margin: 0px;
    border-radius: 10px;
  }

  .delivery-types ul li {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
  }

  /*********************************************/
  .uberclone-vidoe-img img {
    height: auto;
    max-width: 100%;
  }

  .front-end-inner {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .front-end-right {
    width: 100%;
  }

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

  .client-reviews ul li.morereview a {
    font-size: 2.3vw;
    line-height: 3.3vw;
  }
  .client-reviews ul li {
    width: 25%;
    padding: 0 10px;
}
}


@media (max-width:991px) {
  .latest-features-flow ul li {
    width: 100%;
  }
  .banner-left h1 {
    font-size: 35px;
}
  .banner-left {
    width: 100%;
  }

  .banner-right {
    justify-content: center;
    width: 100%;
  }

  .banner-inner {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .thumbtack_clone_left {
    width: 100%;
}
.thumbtack_clone_right{
  width: 100%;
  text-align: center;
}
.thumbtack_clone .thumbtack_clone_inner{
  flex-direction: column-reverse;
  row-gap: 30px;
}
  /*****************************************************/
  .heading-area h3,
  .section-title {
    font-size: 30px;
  }

  .heading-area strong {
    font-size: 18px;
  }

  /**************************************/
  .TABROW .TAB {
    margin-bottom: 20px;
  }

  .screens ul {
    grid-template-columns: 1fr 1fr;
  }

  /**************************************/
  ul.weblinks li {
    margin: 0 10px 20px 10px;
  }

  ul.weblinks li a,
  .pricing .get-quote {
    min-width: initial;
    height: auto;
    line-height: normal;
    box-sizing: border-box;
    padding: 14px 30px 17px 30px;
    font-size: 18px;
  }
  /**************************************/
  /**************************************/
  .premium-features-part-inner ul {
    grid-template-columns: 1fr 1fr;
  }

  /**************************************/
  .advanced-left {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
  }

  .advanced-right {
    width: 100%;
  }

  .advanced-right img {
    max-width: 100%;
  }

  .advanced ul li {
    width: 33.33%;
  }

  .advanced .TABROW {
    width: auto;
    display: block;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }

  /**************************************/
  .delivery-types ul li {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }

  .delivery-types ul li.last {
    width: 100%;
  }

  /**************************************/
  /**************************************/
  .provide {
    margin-bottom: 0;
    position: relative;
    zoom: 0;
    background-size: cover;
  }

  .provide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
  }

  .provide ul {
    margin-left: 0;
  }

  .provide p {
    max-width: 100%;
  }

  .provide-left {
    width: 100%;
  }

  .provide-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .provide-left .heading-area {
    text-align: center;
  }

  .provide-left .heading-area .header-sep {
    margin-left: auto;
  }

  .provide:after {
    display: none;
  }

  .provide-inner {
    position: relative;
  }

  .earnings__list li {
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
    width: -moz-calc(50% - 7.5px);
    width: -ms-calc(50% - 7.5px);
    width: -o-calc(50% - 7.5px);
}
  /**************************************/
  .front-end-left img {
    width: 100%;
  }

  /**************************************/
  .screens-inner a.button,
  .client-reviews a.client-reviews-btn {
    font-size: 18px;
  }

  .row-flow {
    flex-direction: column-reverse;
  }

  .perfect-script-left {
    width: 100%;
  }

  .perfect-script-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-provider-icon .TABROW .TAB {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
    margin-bottom: 10px;
  }

  .service-provider-icon .TABROW .TAB.active::after {
    display: none;
  }

  .service-provider-icon-row ul li {
    width: 33.33%;
  }

  .latest-features ul li {
    width: 100%;
    text-align: center;
  }

  .client-reviews ul li {
    width: 33.33%;
  }
}

@media screen and (max-width:767px) {
  .client-reviews ul li {
    width: 50%;
  }

  .pricing-section h3,
  .pricing-section h3 strong {
    font-size: 35px;
    width: 100%;
    white-space: initial;
    display: block;
  }

  .service-provider-icon-row ul li {
    width: 50%;
  }

  .service-provider-icon-row ul li.towwidth.last {
    width: 100%;
  }

  ul.reviews-list li.morereview a {
    font-size: 20px;
    line-height: 22px;
  }

  ul.reviews-list li a::after {
    width: 32px;
    height: 32px;
    background-size: 30px;
  }

  .client-reviews {
    background-color: #fff;
  }

  ul.reviews-list li.morereview a:after,
  ul.reviews-list li.morereview a:before {
    width: 40px;
    height: 40px;
  }
  .faq_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

}

@media screen and (max-width:630px) {
  .heading-area h3,
  .section-title {
    font-size: 26px;
  }

  .heading-area strong {
    font-size: 16px;
  }

  .page__content>* {
    padding: 40px 0;
  }

  /**************************************************/
  .banner-left h1 {
    font-size: 28px;
  }

  .banner-left h1~span {
    margin: 0 0 10px 0;
    display: block;
  }
  .screens-inner a.button,
  .client-reviews a.client-reviews-btn {
    font-size: 16px;
    padding: 8px 20px 8px;
  }
  .earnings__list li {
    width: 100%;
}
  /**************************************/
  .advanced ul li {
    width: 50%;
    text-align: center;
    padding: 0 15px;
  }

  .advanced .TABROW .TAB,
  .service-provider-icon .TABROW .TAB {
    width: auto;
    padding: 15px;
  }

  .advanced .TABROW .TAB,
  .service-provider-icon .TABROW .TAB {
    font-size: 14px;
  }

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

  /*****************************************/
  .client-reviews ul li {
    width: 50%;
    padding: 0 5px;
  }

  .client-reviews ul li a {
    border-radius: 15px;
    border: 0;
  }

  .client-reviews ul li a img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .client-reviews ul li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
  }

  .client-reviews ul li.morereview a {
    font-size: 13px;
    line-height: 17px;
  }
  .delivery-types ul li strong {
    font-size: 18px;
  }

  .components-text .heading img {
    margin-bottom: 10px;
  }

  .service-provider-icon-row ul li.fourwidth.last .single-service-inner,
  .service-provider-icon-row ul li.threewidth.last .single-service-inner {
    flex-direction: column;
    align-items: center;
  }

  .service-provider-icon-row ul li.fourwidth.last strong,
  .service-provider-icon-row ul li.threewidth.last strong {
    padding: 0;
    text-align: center;
  }

  .service-provider-icon-row ul li.fourwidth.last b,
  .service-provider-icon-row ul li.threewidth.last b {
    width: 100px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .service-provider-icon-row ul li.threewidth.last,
  .service-provider-icon-row ul li.fourwidth.last {
    width: 100%;
  }

  .service-provider-icon-row ul.havefive li.fourwidth.last strong {
    padding: 0;
  }

  .premium-features-part-inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .premium-features-part-inner ul li {
    width: 100%;
  }
  .demolinks ul {
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: row;
      gap: 10px;
  }
  .front-end-right strong {
    font-size: 16px;
    line-height: 1.2em;
}
}

@media screen and (max-width:480px) {

  /***********************************/
  .advanced ul li {
    width: 100%;
    padding: 0;
  }

  /***********************************/
  .service-provider-icon-row ul li.towwidth.last .single-service-inner {
    flex-direction: column;
    align-items: center;
  }

  .service-provider-icon-row ul li.towwidth.last b {
    height: auto;
    border: none;
    box-shadow: none;
    width: auto;
  }

  .service-provider-icon-row ul li {
    width: 100%;
  }

  ul.reviews-list li.morereview a {
    font-size: 13px;
    line-height: 17px;
  }

  .delivery-types ul li {
    width: 100%;
  }
  .screens ul {
    grid-template-columns: 1fr;
  }
}