:root {
  --theme: #00A9AA;
  --theme-dark: #009191;
  --theme-light: #eafffb;
}
@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)
  }
}
body {
  font-family: 'Exo 2';
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  color: #000;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #000;
}
picture {
  display: block;
}
.play-anim-ico {
  background-image: url(../svg/play-video-7.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  position: absolute;
  height: 60px;
  right: 20px;
  bottom: 20px;
  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;
}
.heading-area {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.heading-area > p{
  text-align: center;
}
.heading-area.left {
  text-align: left;
}
.heading-area.left > p{
  text-align: justify;
}
.section-heading strong {
  text-transform: uppercase;
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  display: block;
}
.heading-area.left .section-heading strong::after {
  margin: 10px 0 5px 0;
}
.heading-area > p{
  margin: 5px 0 0 0;
}
.section-heading {
  font-size: 39px;
  font-weight: 700;
  margin: -8px 0 0 0;
  color: #000;
  text-transform: uppercase;
  line-height: 1em;
}
.section-heading small {
  display: block;
  margin-top: 5px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.section-heading~small {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: block;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.section-heading span {
  color: var(--theme);
}
li {
  display: block;
}
.heading-area.white > *{
  color: #fff;
}
main {
  margin: 80px auto 0 auto;
  max-width: 1920px;
}
/************premium-features**********/
/******************/
.flow-column {
  width: 33.33%;
  padding: 0 15px;
}
.flow-column:nth-child(2) {
  border-width: 0 1px;
  border-color: #ddd;
  border-style: solid;
}
.front-end {
  padding: 35px 0px 40px;
  background-color: #F9F9F9;
}
.front-end .heading-area {
  text-align: left;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.front-end-left {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.front-end-right {
  width: 49%;
}
.front-end-right a {
  display: inline-block;
  padding: 11px 20px 13px 20px;
  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;
  text-align: center;
  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);
}
.front-end-right>strong {
  margin: 0 0 5px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: none;
  line-height: 26px;
}
/**********/
.service-provider-icon {
  padding: 40px 0;
  background-color: var(--theme-light);
}
.service-provider-icon .heading-area {
  width: 100%;
  display: table;
}
.service-provider-icon-inner {
    margin: 0 auto;
    max-width: 1310px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 25px;
}
.overlay__img{
  display: flex;
  flex-direction: column;
}
.overlay__img img{
  vertical-align: top;
}
.services-area {
    display: grid;
    grid-template-columns: 250px 1fr 290px;
    align-items: flex-start;
}
.service-provider-icon .TABROW {
    display: flex;
    flex-direction: column;
    border: 1px solid #E1E6EF;
    border-right: 0;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    margin-bottom: 0;
}
.service-provider-icon .TABROW .TAB {
    background: #F8F9FC;
    border-bottom: 1px solid #E1E6EF;
    padding: 15px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #1D2433;
    cursor: pointer;
    font-weight: 600 !important;
    flex-direction: column;
    border-right: 4px solid transparent;
    min-width: initial;
    text-transform: capitalize;
    letter-spacing: 0;
}
.service-provider-icon .TABROW .TAB i {
    font-size: 27px;
}
.service-provider-icon .TABROW .TAB:first-child {
    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;
}
.service-provider-icon .TABROW .TAB:last-child {
    border-bottom: 0;
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
}
.service-provider-icon .TABROW .TAB.active {
  background-color: #fff;
  color: var(--theme);
  border-right: 4px solid var(--theme);
}
.unlimited-services-left {
    border: 1px solid #E1E6EF;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    padding: 15px 0 15px 15px;
    background-color: #fff;
    max-height: 604px;
    overflow-y: auto;
    margin-right: 15px;
}
.service-provider-icon-row.active{
  display: block;
}
.service-provider-icon-row{
  display: none;
}
.service-provider-icon-row ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-provider-icon-row ul li {
  width: 25%;
  list-style: none;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
.service-provider-icon-row ul.havefive li.fourwidth.last {
  width: 50%;
  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;
  /*! align-items: center; */
}
.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:10px;
}
.service-provider-icon-row ul.havefive li.fourwidth.last b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 5px 12px 1px #e8e8e8;
  border-radius: 10px;
  min-height: 70px;
}
.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%;
    background-color: #fff;
    padding: 12px;
    border: 1px solid #f6f6f6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}
.single-service-inner b {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}
.single-service-inner strong {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
}
.single-service-inner.flex strong {
  margin: 0;
}
.single-service-inner b img {
    height: 40px;
    height: 40px;
    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;
  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: 10px;
  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: 20px;
    font-weight: 600;
    color: var(--theme);
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.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;
}
[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%;
}
#bid-services ul li,
#video-consultation ul li {
    width: 33%;
}
#video-consultation ul li.threewidth.last{
  width: 67%;
}

#bid-services ul li.fourwidth.last b,
#video-consultation ul li.threewidth.last b{
  width: 80px;
  height: 80px;
}
#bid-services ul li.fourwidth.last b img,
#video-consultation ul li.threewidth.last img{
  width: 60px;
  height: 60px;
}
#bid-services ul li.fourwidth.last{
width: 100%;
}
/******************/
.demo-video-laptop {
  margin: 0;
  padding: 35px 0px 40px 0px;
  position: relative;
  background-color: #F9F9F9;
  z-index: 0;
}
.demo-video-laptop .play-anim-ico {
  position: absolute;
  left: 46%;
  top: 50%;
  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%);
}
.demo-video-laptop-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  text-align: center;
}
.overview-video-inner {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.uberclone-vidoe-img {
  display: inline-block;
  max-width: 100%;
  width: 800px;
}
.uberclone-vidoe-img img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.uberclone-vidoe-img iframe {
  margin: auto;
  padding: 0px;
  width: 800px;
  max-width: 100%;
  outline: 1px solid #ddd;
  height: 450px;
}
.uberclone-vidoe-img img:hover {
  cursor: pointer;
}
.demo-video-laptop p {
  margin: 0 0 15px;
  text-align: center;
}
.demo-video-laptop p strong {
  margin: 0px;
  padding: 0px;
  color: #ff6e00;
  font-weight: 600;
}
.uberclone-vidoe-img .video-Image-video1 {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100px;
  height: auto;
}
/**********/
.chat-img {
  display: none;
}
/**** bottom-banner *******/
@keyframes buttonanim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* ///////////////////////////// */
/************************************/
.banner {
    padding: 90px 0;
    background-color: var(--theme-light);
    position: relative;
    z-index: 1;
}
.banner > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.banner img.new-tag {
  position: relative;
  top: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -12px;
  width: 40px;
  height: 40px;
}
.banner-button-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.banner a {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 14px 20px 14px 20px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
  cursor: pointer;
}
.banner a:hover {
  background-color: var(--theme-dark);
}
.banner a.view-demo {
  background: var(--theme);
  color: #fff;
  padding: 10px 15px;
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  gap: 8px;
  overflow: hidden;

}
.banner a.view-demo:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--theme-dark);
  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 {
  width: 30px;
  height: 30px;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.banner a.view-demo img {
  width: 30px;
  vertical-align: top;
}
.banner a.new_video span small {
  display: block;
  line-height: normal;
  font-size: 13px;
  font-weight: 600;
  margin-top: 1px;
  text-transform: uppercase;
}
.banner a.new_video span {
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 0;
  text-align: left;
}

.banner-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.banner-left {
  width: 66%;
}
.banner-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.app-clone-holder {
  display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 376px;
}
.app-clone-holder:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 168%;
}
.app-clone-holder img {
  position: absolute;
  left: 0;
  top: 0;
}
.banner h1 {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1em;
}
.banner h1~strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.banner h1 span {
  color: var(--theme);
}
.gen-button {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 14px 20px 14px 20px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
  cursor: pointer;
}
.gen-button:hover {
  background-color: var(--theme-dark);
  color: #fff;
}
/****************************************/

.features {
  padding: 40px 0;
}
.features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}
.features ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.features ul li i {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.features ul li strong {
  display: block;
  line-height: normal;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 7px;
  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;
}
.fet-caption{
  padding: 15px;
  min-height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.bg-color1{
  background: #E7F4F7 !important;
  outline-color: #E7F4F7 !important;
}
.bg-color2{
  background: #F9F5ED !important;
  outline-color: #F9F5ED !important;
}
.bg-color3{
  background: #FAF1F1 !important;
  outline-color: #FAF1F1 !important;
}
.bg-color4{
  background: #f1e9ff !important;
  outline-color: #f1e9ff !important;
}
.bg-color5{
  background: #F9F5ED !important;
  outline-color: #F9F5ED !important;
}
.bg-color6{
  background: #f5e9ef !important;
  outline-color: #f5e9ef !important;
}
.bg-color7{
  background: #dcf2eb !important;
  outline-color: #dcf2eb !important;
}
.bg-color8{
  background: #E7F4F7 !important;
  outline-color: #E7F4F7 !important;
}
.bg-color9{
  background: #E5FFEC !important;
  outline-color: #E5FFEC !important;
}
.bg-color10{
  background: #E7F4F7 !important;
  outline-color: #E7F4F7 !important;
}
/*****************************************/
.service-app {
  padding: 40px 0;
  padding-right: 307px;
}
.service-app-inner {
  max-width: 1330px;
  padding: 0 15px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-app .service-app-right {
  padding: 0;
  width: 60%;
}
.service-app .service-app-left {
  width: 38%;
}

.service-app.invert .service-app-right b {
  margin-bottom: 5px;
  display: block;
  font-size: 22px;
}


/************************************/
.screens {
  padding: 35px 0 40px 0;
}
.screens-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.TABROW {
  display: flex;
  justify-content: center;
  margin: 0 0 15px 0;
  max-width: 100%;
}
.TABROW .TAB {
  min-width: 197px;
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  position: relative;
  width: auto;
  margin: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
      white-space: nowrap;

}
.TABROW .TAB.active {
  background-color: transparent;
  font-weight: bold;
  color: #1f1f1f;
}
.TABROW .TAB.active:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: var(--theme);
  position: absolute;
  z-index: 1;
}
.service-provider-icon .TABROW .TAB.active:after {
  display: none;
}
.screens ul {
  display: none;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.screens ul.active {
  display: grid;
}
.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;
  text-align: center;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  display: table;
  width: auto;
  margin: 20px auto 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.screens .screens-inner a:hover {
  background-color: var(--theme-dark);
}
/**************************************/
/**************************************/
.demolinks {
  padding: 40px 0;
  position: relative;
  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 .heading-area h3 {
  color: #fff;
}
.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;
}
.demolinks ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    max-width: 912px;
    gap: 10px;
    margin: 10px auto 0 auto;
}
.demolinks ul li a {
  display: block;
  position: relative;
}
.demolinks ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
.demolinks ul li a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 32.76%;
}
/**************************************/
/**************************************/
.pricing {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}
.pricing img {
  max-width: 100%;
  vertical-align: top;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing p {
  margin-bottom: 10px;
}
.pricing .get-quote {
  font-size: 22px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 17px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 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: 47%;
  pointer-events: none;
}
.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
}
/**************************************/
/**************************************/
.advanced {
  padding: 35px 0 40px 0;
  background-color: var(--theme-light);
}
.advanced-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.advanced-row {
  display: none;
}
.advanced-row.active {
  display: block;
}
.advanced-left {
  width: 49%;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: center;
}
.advanced-left img {
  max-width: 540px;
  max-height: 437px;
}
.advanced-right {
  width: 50%;
}
.advanced ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.advanced ul li {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.advanced ul li i img {
  height: 35px;
  width: 35px;
  display: inline-block;
  font-size: 0;
}
.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: 400;
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #1f1f1f;
  line-height: 24px;
}
.advanced .TABROW .TAB {
  box-shadow: none;
  border-radius: 0;
  color: #777;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  width: auto;
  margin: 0;
}
.advanced .TABROW .TAB.active {
  background-color: transparent;
  font-weight: 600;
  color: #1f1f1f;
}
.advanced .TABROW {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  margin-top: 20px;
}
.advanced .TABROW .TAB.active:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background-color: var(--theme);
  position: absolute;
}
/**************************************/
/********************************clients stylesheet start***********************************/
.happy-clients-section-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.happy-clients-section-inner .heading-area {
  text-align: center;
  width: 100%;
}
.happy-clients-section a._VIDEO_:after {
  background-color: var(--theme);
}
.happy-clients-section p {
  text-align: center;
}
.all-reviews {
  padding: 20px 50px;
  background-color: var(--theme);
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  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;
  border-radius: 50px;
  margin: 15px auto 0px;
  font-size: 30px;
}
.all-reviews:hover {
  background-color: var(--theme-dark);
  color: #fff;
}
.happy-clients-section {
  width: 100%;
  padding: 35px 0 25px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  text-align: center;
  background-color: #f8f8f8;
}
/**************************************/
/**************************************/
.delivery-types {
  padding: 35px 0px 25px 0px;
}
.delivery-types-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.delivery-types ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.delivery-types ul li {
  width: 20%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.delivery-types-box {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  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 {
  max-width: 60px;
}
.delivery-types ul li strong {
  display: block;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0px 0;
}
.delivery-types ul li:hover .delivery-types-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.delivery-types ul li:hover strong {
  color: var(--theme-dark);
}
/**************************************/
/**************************************/
.provide {
  padding: 25px 15px 0 0;
  position: relative;
  margin-left: -250px;
}
.provide-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.provide-left {
  width: 56%;
}
.provide-right {
  width: 40%;
}
.provide-right img {
  max-width: 100%;
}
.provide-left .heading-area {
  text-align: left;
}
.provide-left .heading-area .header-sep {
  margin-left: 0;
}
.provide ul li {
  font-size: 16px;
  color: #000;
  list-style: none;
  padding-left: 21px;
  position: relative;
  margin-bottom: 7px;
  font-weight: 400;
}
.provide ul {
  margin-left: 0;
  margin-bottom: 20px;
}
.provide ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--theme);
  border-radius: 50%;
  left: 0;
  top: 7px;
}
/**************************************/
.fancybox-opened {
  z-index: 80303 !important;
}
/**************************************/
.service-app.invert.one-app-all-services .service-app-left::after {
  display: none;
}
.service-app.invert.one-app-all-services .service-app-inner {
  align-items: center;
  justify-content: space-between;
}
/*****************************/
.latest-features {
  display: block;
  padding: 40px 0;
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}
.latest-features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.latest-features ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  background-color: #fff;
}
.latest-features ul li i {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.latest-features ul li i img {
  width: 50px;
  height: 50px;
}
.latest-features ul li .latest-features-caption {
  width: calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
}
.latest-features ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.latest-features ul li strong {
    display: block;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.center-button-block {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.center-button-block .gen-button {
  display: inline-block;
}
.front-end-left img {
  max-width: 100%;
}
/************************************************/
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.reviews {
  padding: 50px 0 50px 0;
  position: relative;
}
.reviews .reviews-inner>a: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;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.reviews .client-left-shape {
  position: absolute;
  top: -158px;
  left: -10px;
  pointer-events: none;
}
.reviews .client-right-shape {
  position: absolute;
  bottom: -183px;
  right: -10px;
  pointer-events: none;
}
ul.reviews-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
ul.reviews-list li {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
ul.reviews-list li a {
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
ul.reviews-list li a img {
  max-width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
ul.reviews-list li:not(:last-child) a:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 71%;
}
ul.reviews-list li a::after {
  content: '';
  background-image: url(../svg/play-video-7.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #00a9b7;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
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: var(--theme);
  color: #fff;
  padding: 15px;
}
ul.reviews-list li.morereview a:hover {
  background-color: var(--theme-dark);
}
ul.reviews-list li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
}
ul.reviews-list li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  background-image: none;
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
/************************************************/
.latest-features-flow.nagativemargin {
  margin-top: -40px;
}
/************************************************/
/*******************************************/
.inq_form {
  display: block;
  background-color: #f8f8f8;
  position: relative;
  padding: 30px 0 40px;
  z-index: 0;
}
.inq_form form input[type=submit] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 11px 30px 13px 30px;
  background-color: var(--theme);
  width: auto;
  text-transform: uppercase;
  min-height: 45px;
  outline: none;
  border: none;
  line-height: 30px;
  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;
}
.inq_form form input:hover[type=submit] {
  background-color: var(--theme-dark);
}
.inq_form .head-style {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #191919
}
/*.inq_form .head-style:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 3px;
  background-color: #f76a00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}*/
.inq_form .heading-area {
  margin-bottom: 15px;
  text-align: left;
  align-items: flex-start;
}
.inq_form-inner {
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto;
}
.inq_form .box-shadow {
  margin-top: 15px;
  width: 100%;
}
.inq_form .box-shadow ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.inq_form .box-shadow ul li {
  width: calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -ms-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
  padding: 20px 30px 30px 30px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background-color: #fff;
}
.enquire_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
  width: calc(100% - 0px);
  width: -o-calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form .input-row-flow {
  margin-bottom: 16px;
  width: calc(50% - 8px);
  width: -o-calc(50% - 8px);
  width: -ms-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: -webkit-calc(50% - 8px);
}
.inq_form .input-row-flow:last-child {
  width: 100%;
}
.inq_form .input-row-flow .g-recaptcha {
  margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
  margin: 0px;
  border: 1px solid #ddd;
  background: #FFF;
  font-size: 16px;
  color: #292929;
  padding: 9px 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  width: 100%;
}
.inq_form .text-center {
  text-align: center;
}
.custom-input-button {
  background-color: #003a57;
  position: relative;
  margin: 0 auto;
  padding: 8px 20px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  border: none;
}
.custom-input-button:hover {
  background-color: #ff6e00;
}
.inq_form .video-block {
  max-width: 100%;
  position: relative;
  width: 100%;
  box-shadow: none;
  min-height: 100%;
  text-align: center;
}
.inq_form .button-btn {
  margin-top: 0;
  justify-content: flex-start;
}
/************************************************/
.review {
  padding: 40px 0;
}
.review-inner {
  max-width: 1310px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 416px 1fr 416px;
  gap: 14px;
  align-items: center;
  padding: 0 15px;
}
.review-right{
  text-align: center;
}
.review a {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
/************************************************/
/******************************************/
.faq{
  padding: 40px 0;
}
.faq__inner{
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.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: 18px;
  line-height: normal;
  display: block;
  margin: 0  0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  border-radius: 12px 12px 0 0;
  background: #eff2ff;
  -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;
  font-weight: 600;
  color: #000;
}
.faq_list li p{
  padding: 0 20px ;
  color: #000;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
}
.faq_list li p:last-child{
  margin-bottom: 0;
}
.__list{
  padding-left: 30px;
}
.__list span{
  display: block;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: normal;
  position: relative;
  margin: 0 0 6px 0;
}
.__list span::before{
  content: '';
  width: 100%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}
.deskop-none{
  display: none;
}
@media screen and (max-width: 1600px) {
  .top-banner-element-botton-left {
    width: 300px;
  }
}
@media screen and (max-width: 1366px) {
  .service-app-left img,
  .service-app-right-last img {
    max-width: 100%;
  }
  .service-app h1 strong {
    font-size: 77px;
  }
  .service-app h1 {
    font-size: 40px;
  }
  .banner-left {
    width: 56%;
  }
  .banner {
      padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .mt-215 {
    margin-top: -290px;
  }
  .mt-190 {
    margin-top: -270px;
  }
}
@media screen and (max-width: 1115px) {
  .mt-215 {
    margin-top: -190px;
  }
  .mt-190 {
    margin-top: -160px;
  }
}
@media screen and (max-width: 1024px) {
  .overlay__img {
    display: none;
  }

  .service-app{
    padding-right: 0;
  }
  .banner > img{
    display: none;
  }
  /*********************************************/
  .delivery-types ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  /*********************************************/
  .features-service-left-two {
    width: 300px;
  }
  .features-service-left-one {
    width: calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: -ms-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
  .features-service-right-one {
    width: 300px;
  }
  .features-service-right-two {
    width: calc(100% - 300px);
    width: -o-calc(100% - 300px);
    width: -ms-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
  .mt-215 {
    margin-top: -190px;
  }
  .mt-190 {
    margin-top: -160px;
  }
  .uberclone-vidoe-img img {
    height: auto;
  }
  .banner {
    background-image: none;
    padding: 40px 0;
  }
  .banner-left {
    width: 100%;
  }
  .review-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.review-left{
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -ms-calc(50% - 10px);
  width: -o-calc(50% - 10px);
  text-align: center;
  display: inline-block;
}
.review-right{
  order: 3;
}
.review-left ~ .review-right ~ .review-right{
  order: 2;
}
ul.reviews-list li.morereview a{
  font-size: 2.5vw;
  line-height: 3.5vw;
}
.banner h1 {
    font-size: 40px;
}
.services-area {
    grid-template-columns: 250px 1fr;
}
.unlimited-services-left {
    max-height: initial;
}
.services-area .provide{
  display: none;
}
.deskop-none{
  display: block;
}
.provide{
  padding: 40px 0;
  margin: 0;
}
}
@media screen and (max-width: 991px) {
  /*****************************************************/
  .flow-column {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*****************************************************/
  .banner {
    padding: 40px 0 40px 0;
  }
  .overlay__img {
    display: none;
  }
  .banner-left,
  .banner-right {
    width: 100%;
  }
  .banner-right {
    margin-top: 30px;
  }
  .top-banner-element-botton-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 235px;
    z-index: 1;
  }
  .banner-right .app-clone-holder img {
    width: 80vw;
  }
  .banner-right {
    align-items: center;
    justify-content: center;
  }
  /*****************************************************/
  .features ul {
    grid-template-columns: 1fr 1fr;
  }
  .features ul li .sep {
    display: none;
  }
  .heading-area h3,
  .section-heading {
    font-size: 30px;
  }
  .heading-area strong {
    font-size: 18px;
  }
  /**************************************/
  .service-app h1 {
    font-size: 30px;
  }
  .service-app h1 strong {
    font-size: 46px;
    margin-bottom: 15px;
  }
  .service-app h3 {
    font-size: 40px;
  }
  .service-app-right-last {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
  }
  .service-app-inner {
    gap: 20px;
  }
  .service-app .service-app-left {
    display: block;
    text-align: center;
    width: 100%;
  }
  .service-app .service-app-right{
    width: 100%;
  }
  .service-app.invert .service-app-right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service-app .service-app-right img {
    margin: 0 auto;
    display: block;
  }
  .service-app .heading-area.left {
      text-align: center;
  }
  .service-app.invert .service-app-left {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
  }
  .service-app.invert.reverse .service-app-left {
    width: 100%;
  }
  .service-app.invert .service-app-left:after {
    width: 100%;
  }
  .service-app.invert .service-app-left:after,
  .service-app.invert.reverse .service-app-left:after {
    left: -15px;
    right: -15px;
    width: auto;
    bottom: -40px;
  }
  .service-app.invert h2 strong {
    font-size: 45px;
  }
  .service-app.invert h2 {
    font-size: 20px;
  }
  .service-app.invert.reverse .service-app-inner {
    flex-direction: column-reverse;
  }
  .service-app.invert.reverse {
    margin-top: 0;
  }
  .service-app.invert.reverse .service-app-right {
    padding: 0;
  }
  .service-app a.service-app-block-img {
    margin: 0;
    width: 400px;
    max-width: 100%;
  }
  .service-app.invert.reverse .service-app-right {
    width: 100%;
    margin: 0;
  }
  .service-app.invert.reverse .heading-area.left {
    text-align: center;
  }
  .service-app.invert.reverse .heading-area.left strong:after {
    margin: 10px auto 5px auto;
  }
  .service-provider-icon-row ul.havefive li.fourwidth.last {
    width: 100%;
}
  /**************************************/
  .screens {
    padding: 35px 0 40px 0;
  }
  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;
  }
  /**************************************/
  .front-end-inner{
    flex-direction: column-reverse;
  }
  /**************************************/
  .advanced-left {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
  }
  .advanced-right {
    width: 100%;
  }
  .advanced .TABROW {
    width: auto;
    display: block;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .happy-clients-section-inner .flex-row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .happy-clients-section-left {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  .happy-clients-section-right {
    width: auto;
    padding: 0;
    width: 100%;
  }
  .happy-clients-section-left {
    margin-top: 35px;
  }
  .delivery-types ul li.last {
    width: 100%;
  }
  .provide {
    margin-bottom: 0;
  }
  .provide .heading-area.left {
    text-align: center;
  }
  .provide .heading-area.left strong:after {
    margin: 10px auto 5px auto;
  }
  .provide ul {
    margin-left: 0;
  }
  .provide p {
    max-width: 100%;
  }
  .provide-left {
    width: 100%;
  }
  .provide-left img {
    margin: 0 auto;
    display: block;
  }
  .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;
  }
  .provide{
    padding: 40px 0;
  }
  /**************************************/
  .features-img {
    width: 250px;
  }
  .features-service-right-two .features-caption,
  .features-service-left-one .features-caption {
    width: calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
  }
  .features-service-right-one,
  .features-service-left-two {
    width: 0px;
  }
  .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: center;
  }
  .mt-215 {
    margin-top: 0;
  }
  .mt-190 {
    margin-top: 0;
  }
  /*******************************************/
  .service-provider-icon-row ul li {
    width: 33.33%;
  }
  .service-provider-icon-row ul li.fourwidth.last {
    width: 100%;
  }
  .service-provider-icon-row ul li.threewidth.last {
    width: 66%;
  }
  /*******************************************/
  ul.reviews-list li {
    width: 33.33%;
  }
  .provide-right img {
    height: auto;
  }
  .service-provider-icon .TABROW{
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0px;
    -o-border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    flex-direction: unset;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    border-bottom: 0;
    max-width: 100%;
    outline: 1px solid #E1E6EF;
    border: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    justify-content: flex-start;
  }
  .services-area {
    grid-template-columns: 1fr;
}
.service-provider-icon .TABROW .TAB{
  flex: 1;
  border-bottom: 4px solid transparent;
}
.service-provider-icon .TABROW .TAB.active {
  border-right: 0;
  border-bottom: 4px solid var(--theme);
}
.service-provider-icon .TABROW .TAB:first-child,
.service-provider-icon .TABROW .TAB:last-child{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
}
@media screen and (max-width: 767px) {
  .banner-ser-icons-mument {
    display: none;
  }
  .pricing-section h3,
  .pricing-section h3 strong {
    font-size: 35px;
    width: 100%;
    white-space: initial;
    display: block;
  }
  .top-banner-element-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
  }
  .top-banner-element-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
  }
  .top-banner-element-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
  }
  .top-banner-element-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
  }
  .banner h1 span {
    margin-top: 0px;
    font-size: 22px;
    line-height: 20px;
  }
    .banner h1 {
        font-size: 30px;
    }
  .service-app.invert h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-app.invert h2 strong {
    font-size: 24px;
  }
  .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-img {
    width: 175px;
    bottom: 0px;
  }
  .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 {
    margin-top: 25px;
  }
  .latest-features-flow ul {
    margin-top: 0;
  }
  .banner-left {
    padding-bottom: 0;
  }
  .front-end-right {
    width: 100%;
  }
  .service-provider-icon-row ul li {
    width: 50%;
    flex-grow: 1;
  }
  .service-provider-icon-row ul li.threewidth.last {
    width: 50%;
  }
  .service-provider-icon-row ul li.threewidth.last b {
    padding: 0 10px;
  }
  .service-provider-icon-row ul li.towwidth.last {
    width: 100%;
  }
  .latest-features ul li:last-child {
    margin-bottom: 0;
  }
.screens .screens-inner a {
    font-size: 18px;
    padding: 12px 15px;
    margin: 0 auto;
}
  .front-end .heading-area {
    text-align: center;
  }
  .front-end-inner {
    text-align: center;
  }
  .demo-video-laptop .play-anim-ico {
    transform: translate(-50%, -50%) scale(0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
  }
  .uberclone-vidoe-img iframe {
    height: 54.1vw;
  }
  .latest-features ul li .latest-features-caption {
      width: calc(100% - 70px);
      width: -o-calc(100% - 70px);
      width: -ms-calc(100% - 70px);
      width: -moz-calc(100% - 70px);
  }
  .advanced ul {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .front-end-right>strong {
    font-size: 16px;
    line-height: 20px;
}
ul.weblinks li a, .pricing .get-quote {
    padding: 12px 15px;
    font-size: 18px;
}
.unlimited-services-left{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  padding: 5px;
}
#bid-services ul li, #video-consultation ul li {
    width: 50%;
}
#video-consultation ul li.threewidth.last {
    width: 100%;
}
.service-provider-icon-row ul li.fourwidth.last strong, .service-provider-icon-row ul li.threewidth.last strong {
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.single-service-inner strong {
    font-size: 14px;
}
}
@media screen and (max-width: 630px) {
  .top-banner-element-botton-left {
    width: 120px;
  }
  .features ul {
    grid-template-columns: 100%;
  }
  .features ul li:nth-last-child(-n+2) {
    width: 100%;
  }
  .latest-features ul {
    grid-template-columns: 100%;
  }
  .latest-features ul li i img {
      width: 50px;
      height: 50px;
  }
  .latest-features ul li i {
      width: 50px;
      height: 50px;
  }
  .latest-features ul li .latest-features-caption {
      width: calc(100% - 60px);
      width: -o-calc(100% - 60px);
      width: -ms-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
  }
  .heading-area h3,
  .section-heading {
    font-size: 25px;
  }
  .heading-area strong {
    font-size: 16px;
  }
  /**************************************/
  .advanced .TABROW .TAB {
    width: auto;
    padding: 15px;
  }
  .advanced .TABROW .TAB {
    font-size: 14px;
    min-width: initial;
  }
  /*****************************************/
  .delivery-types{
    padding: 40px 0;
  }
  .delivery-types ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .delivery-types ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .delivery-types ul li img {
    width: 100%;
  }
  .delivery-types ul li strong {
    font-size: 18px;
  }
  /*************************************/
  .features-img {
    display: none;
  }
  .features-service-right-two .features-caption,
  .features-service-left-one .features-caption {
    padding: 10px 15px;
    margin: 0 0 30px 0;
    border-radius: 10px;
  }
  .latest-features-flow {
    margin-top: 0;
    padding: 0;
  }
  .latest-features .heading-area {
    margin-bottom: 20px;
  }
  .latest-features-flow.nagativemargin {
    margin-top: 0;
  }
    .latest-features ul li {
      padding: 15px;
  }
  .latest-features ul li strong {
    font-size: 18px;
}
  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: 32px;
    height: 32px;
    background-size: 30px;
  }
  ul.reviews-list li a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .screens ul{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .front-end-right a {
    padding: 9px 15px 10px 15px;
    font-size: 16px;
}
.happy-clients-section{
  padding: 40px 0;
}
  ul.reviews-list{
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  ul.reviews-list li{
    padding: 0;margin: 0;
    width: 100%;
  }
  .review .play-anim-ico {
    right: 0;
    bottom: 0;
    transform: scale(0.5);
}
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;
}
.TABROW{
  overflow-y: hidden;
  overflow-x: auto;
}
.components-text .heading {
    font-size: 17px;
}
.service-provider-icon .TABROW .TAB{
  font-size: 16px;
}
.review-left {
    width: calc(50% - 13px);
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: -ms-calc(50% - 13px);
    width: -o-calc(50% - 13px);
    margin: 5px;
}
}
@media screen and (max-width: 480px) {
  /***********************************/
  .top-banner-element-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
  }
  .top-banner-element-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
  .top-banner-element-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
  }
  .top-banner-element-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
  }
  .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;
  }

}
@media screen and (max-width:991px) {
  .inq_form .box-shadow ul li {
    width: 100%;
  }
  .inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: center;
  }
  .latest-features-flow ul {
    margin-top: 30px;
  }
  .front-end-left,
  .front-end-right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .front-end .heading-area {
    text-align: center;
  }
  .front-end-left img {
    max-width: 100%;
  }
  .latest-features-flow ul li {
    width: 100%;
  }
  .components-text .heading .video-btn {
    margin-top: 8px;
  }
  .delivery-types ul li strong {
    font-size: 18px;
  }
  .faq_list {
    grid-template-columns: 1fr;
}

}
@media screen and (max-width:630px) {
  .inq_form-left,
  .inq_form-right {
    flex-direction: column;
  }
  .inq_form .input-row-flow {
    width: 100%;
  }
  .inq_form .box-shadow ul li:last-child {
    padding: 20px 20px 20px 20px;
  }
  .single-service-inner strong {
    font-size: 16px;
  }
  .single-service-inner b img {
    height: 50px;
    width: 50px;
  }
  .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 {
    width: 100%;
  }
  .demolinks ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
  .screens ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width:480px) {
  ul.reviews-list li.morereview a {
      font-size: 4.5vw;
      line-height: 5.5vw;
  }
  .screens ul {
    grid-template-columns: 100%;
  }
}