:root {
  --primary-color:#37c2e8;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before,*
::after{
  box-sizing: border-box;
}
li {
  display: block;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
a:hover,
a:visited,
a:active,
a:focus,
a {
  text-decoration: none
}
.heading-area {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area.center>* {
  text-align: center;
}
.heading-area.center> img{
  display: block;
  margin:  auto;
}
.main-title {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin-top: -8px;
  line-height: 1em;
}
.main-title small {
  display: block;
  font-size: 25px;
}
.heading-area p {
  margin: 5px 0 0 0;
}

.button-part {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.common-btn {
  background-color:var(--primary-color);
  font-size: 20px;
  text-transform: initial;
  font-weight: 600;
  padding: 10px 15px 13px 12px;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  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: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.common-btn img {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  font-size: 0;
  display: inline-block;
}
.common-btn:hover {
  background-color: #0173a0;
  color: #fff;
}
.btn-color2 {
  background-color: #0fb158;
}
.btn-color2:hover,
.btn-color2:focus {
  background-color: #0a8d45;
}
.btn-color1 {
  background-color: #FE9B00;
}
.btn-color1:hover,
.btn-color1:focus
{
  background-color: #c07a24;
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
main>* {
  padding: 45px 0;
}
/******top part*********/
.banner {
  background-color:#f0f8ff;
}
.banner-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-left {
  width: 50%;
  text-align: center;
}
.banner-right {
  width: 47%;
}
.banner-right h1 {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: 'Exo 2', sans-serif;
}
.banner-right b {
  font-size: 26px;
  line-height: 1em;
  color: #000;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  margin: 0 0 15px 0;
  display: block;
  text-transform: capitalize;
}
/* ============================================================== */
.features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.fet_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px 20px;
}
.fet_list li .fet_caption{
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #fff;
  outline: 2px solid #f8f8f8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-height: 100%;
}
.fet_list li .fet_caption i {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--primary-color);
  border: 2px solid #f8f8f8;
  margin: 0 0 15px 0;
}
.fet_list li .fet_caption strong{
  font-size: 20px;
  line-height: 1em;
  color: #000;
  text-transform: capitalize;
  display: block;
  margin: 0 0 10px 0;
}
.fet_list li .fet_caption p {
  text-align: center;
}
/* ============================================================== */
.perfect-script {
  background-color: #edfcff;
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.perfect-script-left {
  width: 50%;
}
.perfect-script-left li {
  color: #000;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.perfect-script-left li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.perfect-script-right {
  width: 44%;
}
/**********************************/
.green-part {
  background: #f8f8f8;
}
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul li {
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  line-height: normal;
  position: relative;
  text-align: justify;
}
.green-part-inner ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.green-part-inner ul li:last-child {
  margin-bottom: 0;
}
/* ===================================== */
.business-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.business-inner-left {
  width:56%;
}
.business-inner-rght {
  width: 38%;
}
/* ===================================== */
.front-end{
  background-color: #f8f8f8;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.front-end-left {
  width: 46%;
}
.front-end-left img{
  width: 100%;
}
.front-end-right {
  width: 50%;
}
.front-end-right strong {
  margin: 0 0 10px;
  font-size: 21px;
  color: #000;
  font-family: 'Exo 2';
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}
/*************************/
.flow-banner {
  background-image: url(../index-49.html);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 0;
}
.flow-banner-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.flow-banner-inner>img {
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.text-center {
  text-align: center;
}
.flow-banner a {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 25px;
  display: inline-flex;
  padding: 25px 60px 28px 60px;
  background-color: #181818;
  border-radius: 5px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
.flow-banner a:hover {
  background-color: #000;
}
.flow-banner a img {
  margin-left: 12px;
}
/*==============================================  */
/*==============================================*/
.core-features {
  background: #f8f8f8;
}
.core-features-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
}
.core-features-inner>span {
  display: block;
  margin: 0 0 20px 0;
  text-align: center;
}
.core-features ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.core-features ul li {
  text-align: center;
  display: block;
}
.core-features ul li i {
  display: block;
  margin: 0 0 15px 0;
}
.core-features ul li i img {
  height: 55px;
  width: 55px;
  display: inline-block;
  font-size: 0;
}
.core-features ul li .innerblock {
  padding: 20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  border-radius: 20px;
  min-height: 100%;
  background-color: #ffffff;
}
/* =================================== */
.pricing {
  position: relative;
  z-index: 1;
}
.pricing-inner {
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pricing .get-quote {
  font-size: 22px;
  background-color: #37c2e8;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5.5%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pricing .get-quote:hover {
  background-color: #1882a0;
}
.pricing .clipart {
  position: absolute;
  left: 0;
  margin-top: 60px;
}
.torn-pricing {
  position: relative;
  max-width: 1294px;
  margin: 0 auto;
}
.torn-pricing::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 44.67%;
}
.torn-pricing img{
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}
.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(torn-paper-12.png);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: -1px;
  pointer-events: none;
}
/*****************************************/
/* ============================================================ */
.screen-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.TABROW {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px 0;
  width: 100%;
  gap: 15px;
}
.TABROW .TAB {
  min-width: 197px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  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: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.TABROW .TAB.active {
  color: #fff;
  background: #37c2e8;
  border-color: #37c2e8;
}
.screen ul {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  gap: 20px;
  margin: 0 0 15px 0;
}
.screen ul.active {
  display: grid;
}
.screen ul li {
  padding: 0;
  box-sizing: border-box;
}
.screen ul li img {
  max-width: 100%;
  outline: 1px solid #ddd;
}
.screen  .btn__div{
  justify-content: center;
}
.screen-flow-btn{
  font-size: 22px;
  background-color: #37c2e8;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  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;
  text-align: center;
  text-transform: capitalize;
}
.screen-flow-btn:hover {
  background-color: #1882a0;
  color: #fff;
}
/*===================================================== */
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
ul.reviews-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 26px;
}
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 {
  vertical-align: top;
}
ul.reviews-list li a::after {
  content: '';
  background-image: url(play-video-19.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #37c2e8;
  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: #37c2e8;
  color: #fff;
  padding: 15px;
  text-align: center;
}
ul.reviews-list li.morereview a:hover {
  background-color: #1882a0;
}
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;
}
/************************************************/
/******************************************/
.demolinks {
  background-color: #2fc1e5;
}
.demolinks .demolinks-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.live-demo-row-flow {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
  margin: 0 auto 0 auto;
  max-width: 910px;
}
.demolinks ul li a {
  position: relative;
  display: block;
  bottom: 0px;
  transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -ms-transition:0.5s ease-in-out;
  -o-transition:0.5s ease-in-out;
}
.demolinks ul li a::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 32.95%;
}
.demolinks ul li img {
  max-width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  left: 0;
  top: 0;
}
.demolinks ul li a:hover {
  bottom: 3px;
}

/************************************************/

@media screen and (max-width:1320px) {
  .flow-banner a {
    bottom: 5vw;
    font-size: 1.8vw;
    padding: 1.3vw 4vw 1.6vw 4vw;
    border-radius: 0.35vw;
  }
  .flow-banner a img {
    margin-left: 0.9vw;
    width: 1.5vw;
  }
  .flow-banner {
    background-image: none;
  }
  .flow-banner-inner>img {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width:1279px) {
  #midd-part{margin-top: 0;}
}
@media (max-width:1199.98px) {
  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .inner-heading1{font-size: 30px;}
  .business-inner-left{width: 48%;margin: 0;}
  .business-inner-rght{width: 50%;}
  .banner-right h1{font-size: 36px;}
  .banner-right b {
    font-size: 24px;
    line-height: normal;
}
}
@media screen and (max-width:991px) {
  .fet_list {
    grid-template-columns: repeat(2, 1fr);
}
.perfect-script-inner{
  flex-direction: column-reverse;
  row-gap: 25px;
}
  .business-inner {
    flex-direction: column-reverse;
  }
  .perfect-script-left,
  .perfect-script-right,
  .business-inner-left,
  .banner-right,
  .banner-left {
    max-width: 100%;
    width: 100%;
  }
  .banner-inner {
    flex-direction: column-reverse;
  }
  .banner-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .business-inner-rght {
    margin-bottom: 40px;width: 100%;
  }
  .inner-heading1 {
    font-size: 35px;
  }
  .features-inner b.heading-sub {
    font-size: 25px;
  }
  .core-features ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .front-end-left,
  .front-end-right {
    width: 100%;
  }
  .front-end-left {
    text-align: center;
    margin-bottom: 40px;
  }
  ul.reviews-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .screen ul {
    grid-template-columns: 1fr 1fr;
  }
  .main-title {
    font-size: 35px;
  }
}
@media screen and (max-width:767px) {
  .main-title {
    font-size: 30px;
  }
}
@media screen and (max-width:630px) {
  .main-title {
    font-size: 28px;
  }
  .inner-heading1 {
    font-size: 25px;
  }
  .fet_list {
    grid-template-columns: 1fr;
}
  .features-inner b.heading-sub {
    font-size: 20px;
  }
  .features-inner ul li,
  .steps-your-product-inner ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .features-inner ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-right h1 {
    font-size: 25px;
  }
  .banner-right b {
    font-size: 20px;
    line-height: normal;
  }
  .core-features ul {
    grid-template-columns: 1fr;
  }
  .front-end-right strong {
    font-size: 20px;
    line-height: normal;
  }
  ul.reviews-list{
    grid-template-columns: repeat(2, 1fr);
  }
  ul.reviews-list li.morereview a {
    font-size: 4.2vw;
    line-height: 6.2vw;
  }
  ul.reviews-list li a::after {
    width: 36px;
    height: 36px;
    background-size: 30px;
  }
  .reviews {
    padding-bottom: 20px;
  }
  .reviews-inner {
    padding: 0 10px;
  }
  /**************************************/
  /**************************************/
  .screen ul {
    grid-template-columns: 1fr;
  }
  /**************************************/
  .live-demo-row-flow {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
}
}
@media (max-width:580px) {
  .business-inner-rght {
    text-align: center;
  }
  .business-inner-rght span {
    display: block;
    margin: auto;
  }
  .business-inner-rght span:first-child {
    display: none;
  }
  .pricing .get-quote {
    font-size: 16px;
    padding: 10px 14px 10px 20px;
    min-width: inherit;
    margin-top: 25px;
  }
  .demo-links-row .links-column {
      margin-bottom: 10px;
  }
  .demo-links-row .links-column ul li {
      margin-bottom: 10px;
  }
}