* {
  box-sizing: border-box;
  font-family: 'Exo 2';
  margin: 0;
  padding: 0;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
li {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
}
p {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
.heading-area {
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.center {
  text-align: center;
}
.main-title {
  font-size: 35px;
  font-weight: bold;
  margin: -6px 0 0 0;
  color: #191919;
  text-transform: uppercase;
}
.sub-title {
  text-transform: uppercase;
  font-size: 25px;
  color: #15d0bf;
  font-weight: 600;
  display: block;
  line-height: normal;
}
.text-left {
  text-align: left;
}
.white {
  color: #fff;
}
.btn {
  background-color: #15d0bf;
  font-size: 18px;
  color: #fff;
  padding: 12px 15px;
  min-width: 150px;
  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;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn:hover,
.btn:focus {
  background: #00766c;
  color: #fff;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.btn__div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
}
/******top part*********/
.page-content {
  padding-top: 80px;
  max-width: 1920px;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-content>* {
  padding: 45px 0;
}
/************************************/
.banner {
  background-image: -moz-linear-gradient(45deg, rgb(21, 208, 191, 0.12) 0%, rgba(213, 255, 252, 0) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(21, 208, 191, 0.12) 0%, rgba(213, 255, 252, 0) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(21, 208, 191, 0.12) 0%, rgba(213, 255, 252, 0) 100%);
}
.banner h1 ~ b {
  font-size: 25px;
  display: block;
  line-height: 1em;
  margin: 20px 0 10px 0;
  text-transform: capitalize;
}
.banner .banner-des {
  line-height: 30px;
  color: #000;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  display: block;
  text-align: justify;
  margin-bottom: 15px;
}
.banner-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner-right {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-right img {
  max-width: initial;
  width: 40vw;
}
.banner-left {
  width: calc(100% - 650px);
  width: -o-calc(100% - 650px);
  width: -ms-calc(100% - 650px);
  width: -moz-calc(100% - 650px);
  width: -webkit-calc(100% - 650px);
}
.banner-left .btn {
  min-width: 130px;
}
.banner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #15d0bf;
  margin-top: 0;
  line-height: 40px;
  margin-bottom: 9px;
}
/*=============================================== */
/************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: 20px;
  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-color: #edfffe;
}
.premium-features-part-inner ul li:last-child {
  grid-column: span 2;
}
.premium-features-part-inner ul li p {
  text-align: center;
}
.premium-features-part-inner ul li i {
  display: block;
  font-size: 50px;
  color: #15d0bf;
}
.premium-features-part-inner ul li strong {
  font-size: 20px;
  margin: 5px 0 5px 0;
  display: block;
}
/******************/
/******************/
.perfect-script {
  border-bottom: 1px solid #d5d5d5;
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.perfect-script-left {
  width: 50%;
}
/*.perfect-script-left img{ max-width:100%;}*/
.perfect-script-right {
  width: 47%;
}
/******************/
.green-part {
  background: #f8f8f8;
}
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul li {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  font-size: 15px;
  color: #000;
  line-height: normal;
  background: url(point-white1.png) no-repeat scroll left 6px;
}
.green-part-inner ul li:last-child {
  margin-bottom: 0;
}
.green-part-inner ul li li {
  padding: 0 0 0 15px;
}
.green-part .content-block strong {
  margin-bottom: 8px;
  display: block;
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
.green-part .content-block {
  margin-bottom: 15px;
}
.green-part .content-block.lasting {
  margin-bottom: 0;
}
/******************/
.iphone-content-here {
  background: #f8f8f8;
}
.iphone-content-here-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.iphone-content-here-inner-left {
  width: 68%;
}
.iphone-content-here-inner-left img{
  margin-bottom: 20px;
}
.iphone-content-here-inner-rght {
  width: 26%;
  margin: 0 auto;
}
/******************/
.about-section-of {
  float: left;
  width: 100%;
}
.about-section-of-inner {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.about-section-of h5 {
  margin: 0;
  padding: 20px;
  font-size: 25px;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #15d0bf;
  display: inline-block;
  border-radius: 25px 25px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0;
}
.about-section-of h5:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  vertical-align: middle;
}
.about-section-of h5.active:after {
  transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
}
.about-section-of-data {
  text-align: initial;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  display: none;
}
.about-section-of-data .about-section-of-inner {
  text-align: unset;
}
.box-rows h5, .box-rows h3 {
  font-size: 21px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}
.about-section-of h6 {
  font-size: 23px;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.box-rows {
  margin-bottom: 25px;
}
.box-rows ul {
  list-style: none;
  padding-left:0;
}
.box-rows ul li {
  margin-bottom: 4px;
  font-size: 15px;
  color: #000;
  padding: 0 0 0 18px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}
.box-rows ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #15d0bf;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.box-rows h6 {
  font-size: 21px;
  position: relative;
}
.sub-boxess {
  padding-left: 20px;
  margin-bottom: 15px;
}
.sub-boxess:last-child {
  margin-bottom: 0;
}
.sub-boxess h6:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #15d0bf;
  border-radius: 50%;
  left: -18px;
  top: 7px;
}
.sub-boxess h6 {
  font-size: 18px;
}
.sub-boxess p {
  margin-bottom: 6px;
}
/**************************************************/
.video-section-inner {
  text-align: center;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.video-section-inner p {
  text-align: center;
}
.fronend-section._PT50_ {
  padding-top: 100px;
}
.video-section .demo-video {
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.video-section .demo-video::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.video-section .demo-video img,
.video-section .demo-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.play-anim-ico {
  background-image: url(play-button-5.svg);
  background-position: center;
  background-size: cover;
  width: 50px;
  position: absolute;
  height: 50px;
  left: 50%;
  top: 50%;
  z-index: 11;
  pointer-events: none;
}
.play-anim-ico:after {
  position: absolute;
  width: 24px;
  height: 24px;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 13px #15d0bf;
  transform: scale(.9);
  transform-origin: center center;
  animation: pulse-me 1s linear infinite;
  -webkit-animation: pulse-me 1s linear infinite;
}
@keyframes pulse-me {
  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)
  }
}
/**************************************/
/**************************************/
.screens {
  background-color: #e5fffd;
}
.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;
  grid-gap: 10px;
}
.TABROW .TAB {
  min-width: 197px;
  height: 50px;
  padding: 15px 15px;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: uppercase;
  color: #606060;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
.TABROW .TAB.active {
  background-color: #15d0bf;
  color: #fff;
  box-shadow: none;
}
.screens ul {
  display: none;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  row-gap: 20px;
  justify-content: space-between;
}
.screens ul.active {
  display: flex;
}
.screens ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.screens ul li img {
  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: #15d0bf;
  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: #08887d;
}
/**************************************/
.btn-div.center {
  text-align: center;
}
.btn-div a,
a.client-reviews-btn {
  background-color: #15d0bf;
  font-size: 31px;
  color: #fff;
  padding: 20px 45px;
  min-width: 31.2%;
  text-align: center;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-div a:hover,
a.client-reviews-btn:hover {
  background-color: #08887d;
}
/**************************************/
/**************************************/
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing p {
  text-align: center;
}
.pricing .get-quote {
  font-size: 22px;
  background-color: #15d0bf;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 6.5%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pricing .get-quote:hover {
  background-color: #08887d;
}
.pricing .clipart {
  position: absolute;
  left: 0;
  margin-top: 60px;
}
.torn-pricing {
  position: relative;
}
.torn-pricing::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 47%;
}
.torn-pricing img {
  position: absolute;
  left: 0;
  top: 0;
}
.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(torn-paper-6.png);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: -1px;
}
/**************************************/
.demolink-sec {
  background: #00766c;
}
.demolink-sec .heading-area .heading-1,
.demolink-sec .heading-area strong,
.demolink-sec p {
  color: #fff;
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.demolinks .heading-area h3 {
  color: #fff;
}
.demo-links-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.demo-links-row strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.demo-links-row .links-column {
  width: 25%;
  max-width: 100%;
}
.demo-links-row .links-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}
.demo-links-row .links-column ul li {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  bottom: 0;
  width: 100%;
  margin: 0 5px;
}
.demo-links-row .links-column ul li a img {
  width: 100%;
}
.demo-links-row .links-column ul li a {
  display: block;
}
.demo-links-row .links-column ul li:hover {
  bottom: 5px;
}
.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;
}
ul.weblinks li {
  list-style: none;
  position: relative;
  margin: 0 30px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  bottom: 0;
}
ul.weblinks li:hover {
  bottom: 5px;
}
ul.weblinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/**************************************/
.web-panel {
  background-color: #e5f3f1;
}
.web-panel p {
  text-align: justify;
  margin-bottom: 10px;
}
.web-panel .heading-area {
  text-align: left;
}
.web-panel-inner {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.web-panel-right {
  width: 50%;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.web-panel-left {
  width: 49%;
  box-sizing: border-box;
}
.web-panel a{
  margin-top: 5px;
}
.web-panel-left .caption img{
  margin-bottom: 20px;
}
/********************************clients stylesheet start***********************************/
.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;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0 -15px;
  row-gap: 15px;
}
.client-reviews ul li {
  width: 25%;
  padding: 0 15px;
}
.client-reviews ul li img {
  width: 100%;
  border-radius: 18px;
  vertical-align: top;
}
.client-reviews ul li a {
  position: relative;
  display: inline-block;
  padding: 8px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
}
.client-reviews ul li a::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background-image: url(play-black-5.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 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.client-reviews ul 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: #15d0bf;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.client-reviews ul li.morereview a:hover {
  background-color: #08887d;
}
.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-color: transparent;
  background-image: none;
  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;
  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;
}
@media (max-width:1400px) {
    .banner-right img {
      max-width: 100%;
      width: auto;
    }
}
@media (max-width:1199.98px) {
    .banner-left {
      width: 100%;
    }
    .banner-right {
      width: 100%;
      justify-content: center;
    }
    .banner-inner {
      flex-direction: column-reverse;
      row-gap: 30px;
    }
    .perfect-script-left {
      width: 100%;
      order: 3;
    }
    .perfect-script-right {
      width: 100%;
      order: 2;
      margin-bottom: 20px;
    }
    .web-panel-inner {
      flex-direction: column-reverse;
      row-gap: 40px;
    }
    .web-panel-left {
      width: 100%;
    }
    .web-panel-right {
      width: 100%;
    }
    .video-section .demo-video {
      height: 56vw;
    }
    .client-reviews ul li.morereview a {
      font-size: 26px;
      line-height: 28px;
    }
}
@media (max-width:991px) {
    .screens ul {
      row-gap: 30px;
    }
    .screens ul li {
      width: 50%;
    }
    .iphone-content-here-inner {
      flex-direction: column-reverse;
      row-gap: 30px;
    }
    .iphone-content-here-inner-left {
      width: 100%;
    }
    .iphone-content-here-inner-rght{
      width: 100%;
    }
    .client-reviews ul li {
      width: 33.33%;
    }
    .premium-features-part-inner ul {
      grid-template-columns: auto auto;
    }
}
@media (max-width:767px) {
    .client-reviews ul li.morereview a {
      font-size: 22px;
      line-height: 25px;
    }
}
@media (max-width:630px) {
    .page-content>* {
      padding: 40px 0;
    }
    .main-title {
      font-size: 28px;
    }
    .banner h1 {
      font-size: 28px;
    }
    .screens ul li {
      width: 100%;
      text-align: center;
    }
    .sub-title {
      font-size: 20px;
    }
    .demo-links-row .links-column {
      width: 50%;
    }
    .demo-links-row {
      padding: 0;
      row-gap: 8px;
    }
    .demo-links-row .links-column ul {
      justify-content: space-between;
      row-gap: 8px;
    }
    .demo-links-row .links-column:last-child {
      width: 100%;
      justify-content: space-between;
    }
    .demo-links-row .links-column:last-child li {
      width: calc(50% - 10px);
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: -ms-calc(50% - 10px);
      width: -o-calc(50% - 10px);
    }
    .demo-links-row .links-column ul {
      margin: 0;
    }
    .client-reviews ul li {
      width: 50%;
      padding: 0 10px;
    }
    .client-reviews ul 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;
    }
    .client-reviews ul 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;
    }
    .client-reviews ul li a::before {
      width: 40px;
      height: 40px;
      background-size: 30px;
    }
    .premium-features-part-inner ul {
      grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:480px) {
    .btn-div a,
    a.client-reviews-btn {
      font-size: 16px;
      padding: 13px 15px;
    }
    .client-reviews ul li.morereview a {
      font-size: 14px;
      line-height: 20px;
    }
    .pricing .get-quote {
      font-size: 16px;
      padding: 12px 20px 12px 20px;
      min-width: 214px;
    }
    .premium-features-part-inner ul {
      display: flex;
      flex-wrap: wrap;
    }
    .premium-features-part-inner ul li {
      width: 100%;
    }
}
@media (max-width:350px) {
    .main-title {
      font-size: 24px;
    }
}