:root {
  --theme:#00C299;
  --theme-dark :#009474;
  --theme-light:#eafffb;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2';
}
@keyframes buttonanim {
  0% {
      width: 0%;
  }
  100% {
      width: 100%;
  }
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:active,
a:focus,
a:visited,
a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

.heading-area {
  width: 100%;
  margin: 0 0 15px 0;
  display: block;
}

.center {
  text-align: center;
}

.main-title {
  display: block;
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
  color: var(--theme);
  margin: -6px 0 0 0;
  width: 100%;
  text-transform: uppercase;
}
.main-title.white{
  color: #fff;
}
.heading-area>p {
  margin: 5px 0 0 0;
}

.page__content {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

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

#main,
#top-part {
  float: none;
  width: 100%;
}

.btn_div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 8px;
}

.btn {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 10px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  cursor: pointer;
}

.btn:hover,
.btn:focus
 {
  background-color: var(--theme-dark);
  color: #fff;
}

@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(../index-49.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  position: absolute;
  height: 60px;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  pointer-events: none;
}

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

.play-icon-black {
  background-image: url(play-video-green-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  position: absolute;
  height: 60px;
  left: 50%;
  top: 50%;
  z-index: 111;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.play-icon-black: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;
}

img {
  max-width: 100%;
}

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

.justify-center {
  justify-content: center;
}

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

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

/* _____________________________________________
  Top Part
_______________________________________________*/
.banner {
  width: 100%;
  background: var(--theme-light);
  background: -moz-linear-gradient(45deg, var(--theme-light) 0%, #f3f9f2 100%);
  background: -webkit-linear-gradient(45deg, var(--theme-light) 0%, #f3f9f2 100%);
  background: linear-gradient(45deg, var(--theme-light) 0%, #f3f9f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme-light)', endColorstr='#f3f9f2', GradientType=1);
}
.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 p {
  text-align: justify;
}
.banner a.view-demo {
  background: transparent;
  color: #000;
  border: solid 2px var(--theme);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  z-index: 0;
}
.banner a.view-demo:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #00C299;
  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 8px;
  text-align: left;
  font-weight: 600;
}
.banner-right {
  width: 41%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.banner-left {
  width: 55%;
}

.banner-left h1 {
  width: 100%;
  font-size: 46px;
  text-transform: uppercase;
  color: var(--theme);
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

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

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

.features ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.features ul li:last-child {
  grid-column: span 2;
}
.features ul .fet-caption {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.features ul .fet-caption i {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin: 0 auto 15px auto;
  font-size: 50px;
}
.features ul .fet-caption strong {
  color: #000;
  font-size: 20px;
  line-height: 1em;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

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

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

.perfect-script-left b {
  font-size: 15px;
  color: #000;
  display: block;
  line-height: 23px;
}

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

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

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

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

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

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

/* ================================= */

.screens {
  background: var(--theme-light);
}

.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;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.screens ul.active {
  display: flex;
}

.screens ul li {
  width: 25%;
  padding: 0 10px;
  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);
}

.screens .screens-inner a {
  background-color: var(--theme);
  font-size: 31px;
  color: #fff;
  padding: 20px 45px;
  border-radius: 45px;
  text-align: center;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  display: table;
  width: auto;
  margin: 30px auto 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.screens .screens-inner a:hover {
  background-color: var(--theme-dark);
}

/* =================================== */
.service-provider-icon .TABROW {
  justify-content: center;
  margin-top: 0;
  margin-bottom: -1px;
  row-gap: 10px;
}

.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-row ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-provider-icon-row ul li {
  width: 20%;
  list-style: none;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

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

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

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

.service-provider-icon-row ul.havefive li.fourwidth.last b {
  display: flex;
  width: 25%;
  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 .flex {
  display: flex;
}

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

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

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

.single-service-inner.flex strong {
  margin: 0;
}

.single-service-inner b img {
  height: 70px;
  width: 70px;
  display: inline-block;
  font-size: 0;
  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 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;
}

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

.components-text p.text {
  margin-bottom: 0;
}

.components-text .heading {
  font-size: 24px;
  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 .heading .video-btn:hover,
.components-text .heading .video-btn:focus
{
  background: var(--theme-dark);
}

[class*="icon-part"] {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.for-mob {
  text-align: center;
}

.for-mob img {
  max-width: 100%;
}

/******************/
.demolinks {
    background-color: var(--theme);
}
.demo-links-row {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
/**************************************/
.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,
.pricing .get-quote:focus
 {
  background-color: var(--theme-dark);
}

.torn-pricing {
  position: relative;
  width: 100%;
}

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

.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
}
/******************/
.front-end {
  background-color: var(--theme-light);
}

.front-items {
  width: 49%;
}

.front-items .image {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 5px solid #ddd;
  margin: 0 0 15px 0;
  position: relative;
}
.front-items .image::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 59.25%;
}
.front-items .image img{
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.front-items strong {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
}
.front-end .btn__div{
  justify-content: center;
  margin-top: 15px;
}
.front-end .btn__div a {
  font-size: 22px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  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 .btn__div a:hover,
.front-end .btn__div a:focus
 {
  background-color: var(--theme-dark);
}

@media (max-width:1024px) {
  .banner-inner {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .banner-left {
    width: 100%;
  }
  .banner-right {
    width: 100%;
    justify-content: center;
  }
  .delivery-types ul li {
    width: 33.33%;
  }
  .iphone-content-here-inner {
    flex-direction: column-reverse;
  }
  .iphone-left {
    width: 100%;
  }

  .iphone-right {
    max-width: 100%;
    margin-bottom: 30px;
  }
  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}

@media (max-width:991px) {
  .main-title {
    font-size: 35px;
    line-height: 1.3em;
  }
  .banner-left p {
    font-size: 16px;
    text-align: justify;
  }
  .banner-left h1 {
    font-size: 38px;
  }
  .banner-left b {
    font-size: 20px;
  }
  .features ul {
    grid-template-columns: repeat(2, 1fr);
}
  .perfect-script-left {
    width: 100%;
    order: 3;
  }
  .perfect-script-right {
    width: 100%;
    margin-bottom: 30px;
    order: 2;
  }
  ul.reviews-list li {
    width: 33.33%;
  }
  .pricing .get-quote {
    min-width: initial;
    height: auto;
    line-height: normal;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 18px;
  }

  /**********************************/
  .latest-features ul li {
    width: 100%;
  }

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

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

  .service-provider-icon .TABROW {
    margin-bottom: 15px;
  }

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

  /**************************************/
  .screens ul li {
    width: 33.33%;
  }
  .front-items {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .front-items:nth-child(3) {
    margin-bottom: 0;
  }
  /**************************************/
}

@media (max-width:767px) {
  .heading-area .heading-text {
    font-size: 30px;
  }

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

  .banner-left h1~span {
    line-height: normal;
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }

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

  /*******************************************/
  .screens ul li {
    width: 50%;
  }

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

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

  /****************************************/
  .delivery-types ul li {
    width: 50%;
  }
}

@media (max-width:630px) {
  .page__content>* {
    padding: 40px 0;
  }

  .main-title {
    font-size: 28px;
    margin-top: -4px;
  }

  .about-section-of {
    padding-bottom: 0;
  }

  .steps-your-product {
    padding-bottom: 30px;
  }

  .banner-left h1 {
    font-size: 30px;
    line-height: 1em;
  }

  .heading-area .heading-text {
    font-size: 26px;
    line-height: 1.3em;
  }
  .demolinks ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
}
  /*****************************************/
  .front-items .btn__div a {
    font-size: 18px;
    padding: 8px 15px;
}
  .delivery-types ul {
    margin: 15px -15px 0 -15px;
  }

  .delivery-types-box {
    min-height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

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

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

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

  ul.reviews-list li.morereview a:before {
    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;
    width: 40px;
    height: 40px
  }

  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 a {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  /*************************************/
  .features ul {
    display: flex;
    flex-wrap: wrap;
  }
  .features ul li {
    width: 100%;
  }
  /*************************************/
  .demolinks {
    padding: 25px 0 30px 0;
  }

  .screens .screens-inner a {
    font-size: 17px;
    padding: 14px 25px;
  }

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

  .green-part ul li {
    width: 100%;
  }
}

@media (max-width:480px) {
  .main-title {
    font-size: 26px;
    line-height: 1em;
  }

  .screens ul li {
    max-width: 320px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .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%;
    padding: 8px 0;
  }

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

  .steps-your-product-inner ul {
    row-gap: 0;
  }

  .steps-your-product-inner ul li {
    max-width: 301px;
    margin: 0 auto;
    width: 100%;
  }

  .steps-your-product-inner ul li::before {
    padding-top: 307px;
  }

  .delivery-types ul li strong {
    font-size: 18px;
  }

  .play-icon-black {
    width: 40px;
    height: 40px;
  }
}