* {
    margin: 0;
    padding: 0;
    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: 15px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
a:hover,
a:visited,
a:active,
a:focus,
a {
    text-decoration: none
}
.heading-area {
    margin: 0 0 15px 0;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.center>* {
    text-align: center;
}
.heading-style {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-top: -8px
}
.heading-area p {
    margin: 5px 0 0 0;
}
main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
main>* {
    padding: 45px 0;
}
main > section:nth-child(even){
        background: #FFF8F8;
}
/***************************top part******************************/

.banner-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.banner-right h1 {
    font-size: 43px;
    text-transform: uppercase;
    color: #ff6c6c;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.banner-right b {
    margin: 0 0 10px;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    line-height: 1em;
    display: block;
}
.banner-right {
    width: 50%;
}
.banner-left {
    width: 50%;
}
.btn__div{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.banner a {
    background-color: #ff6c6c;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 13px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.banner a:hover,
.banner a:focus {
    background-color: #b83838;
}
/************premium-features**********/
.premium-features-part-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}
.premium-features-part-inner b.other-charg {
    color: #fa6903;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 33px;
    font-weight: bold;
}
.general-features-box-in {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.premium-features-part-inner ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}
.premium-features-part-inner ul li {
    width: calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -ms-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    margin: 0 7px;
    flex-grow: 1;
}
.premium-features-part-inner ul li .fet_box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #fff;
}
.premium-features-part-inner ul li .fet_box p {
    text-align: center;
}
.premium-features-part-inner ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 10px auto;
}
.premium-features-part-inner ul li i img {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 0;
}
.premium-features-part-inner ul li .fet_box strong {
    display: block;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px 0;
}
/******************/
.perfect-script-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.perfect-script-left {
    width: 50%;
}
.perfect-script-left ul li {
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 18px;
    margin-bottom: 2px;
    position: relative;
    line-height: 23px;
}
.perfect-script-left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ff6c6c;
}
.perfect-script-right {
    width: 47%;
}
/******************/
.green-part-inner {
    padding: 0px 10px;
    max-width: 1310px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.green-part-inner ul li {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    position: relative;
    flex-direction: column;
    display: flex;
}
.green-part-inner ul li:last-child {
    margin-bottom: 0;
}
.green-part-inner ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ff6c6c;
}
/******************/
.development-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.development-inner .development-left {
    width: 59%;
}
.development-inner .development-left .heading-area {
    margin-bottom: 10px;
}
.development-inner .development-left p b {
    margin: 0 0 15px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
}
.development-inner .development-rght {
    width: 35%;
}
.development-inner .development-left ul li {
    font-size: 16px;
    color: #000;
    padding-left: 22px;
    margin-bottom: 2px;
    position: relative;
    line-height: 23px;
}
.development-inner .development-left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ff6c6c;
}
/******************/
.steps-your-product-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}
.steps-your-product-inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}
.steps-your-product-inner ul li {
    width: 25%;
    padding: 0 8px;
}
.steps-your-product-inner ul li .step_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 55px 15px 15px 15px;
    position: relative;
    min-height: 100%;
}
.steps-your-product-inner ul li .step_box::before {
    content: attr(data-num);
    left: 0;
    top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #ff6c6c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 72px;
    color: #fff;
    font-size: 20px;
    line-height: 41px;
    font-weight: bold;
    text-align: center;
}
.steps-your-product-inner ul li .step_box strong {
    display: block;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px 0;
}

.torn-pricing {
    position: relative;
    margin-bottom: 65px;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(../png/torn-paper-6.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -2px;
    pointer-events: none;
}
.btn {
    margin: 0 10px;
    padding: 12px 0;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #ff6c6c;
    border-radius: 5px;
    font-weight: 700;
    min-width: 210px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.btn:hover,
.btn:focus {
    background: #b83838;
    color: #fff;
}
/***********************app-links-sections stylesheet**********************/
main > section.app-links-sections {
    background-color: #ff6c6c;
}
.app-links-sections .app-links-sections-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.app-links-sections .links-col a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    bottom: 0px;
}

.app-links-sections .links-col a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 33%;
}
.app-links-sections .links-col img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    left: 0;
    top: 0;
}
.app-links-sections .links-col a:hover {
    bottom: 3px;
}
.live-demo-row-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    max-width: 1240px;
}
.app-links-sections .links-col {
    width: 25%;
    display: inline-flex;
    text-align: center;
    padding: 0 10px;
    row-gap: 15px;
    flex-direction: column;
}
.app-links-sections .clickText {
    font-weight: 500;
    font-size: 26px;
    display: block;
    float: none;
}
.app-links-sections .flowText {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    float: none;
}
.app-links-sections .demolinksbtn {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
/**************************************/
.inq_form {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    background-color: #ff6c6c;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    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: #b83838;
}
.inq_form .head-style {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.inq_form .head-style::after {
    background-color: #f76a00;
    left: 16px;
}
.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;
    row-gap: 30px;
}
.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% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.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;
    appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #bf0000;
}
.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;
}
/*********************/
/* ----------------------------------------------------- */
.faq{
  padding: 40px 0;
}
.faq__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.faq_list li {
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 0 0 10px 0;
  background: #fff;
}
.faq_list li strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  border-radius: 12px 12px 0 0;
  background: #f8f8f8;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.faq_list li p {
  padding: 0 20px;
}
.__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;
}
/*********************/
/*********************/
@media screen and (min-width:1024px) and (max-width:1169px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .banner {
        padding: 50px 0 50px 0;
    }
    .heading-style {
        font-size: 30px;
    }
}
@media (max-width:991px) {
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner-left {
        margin-bottom: 20px;
    }

    .banner-right,
    .banner-left {
        width: 100%;
    }

    .premium-features-part-inner ul li {
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }
    .inq_form .box-shadow ul li:first-child {
        margin-bottom: 30px;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        align-items: center;
    }
    .inq_form .head-style {
        text-align: center;
    }
    .inq_form .head-style::after {
        background-color: #f76a00;
        left: 50%;
    }
    .perfect-script-left,
    .perfect-script-right,
    .development-inner .development-left,
    .development-inner .development-rght {
        width: 100%;
    }
    .perfect-script-left{
        order: 3;
    }
    .perfect-script-right{
        order: 2;
    }
    .perfect-script-right,
    .development-inner .development-rght {
        margin-bottom: 30px;
    }
    .development-inner{
        flex-direction: column-reverse;
    }
    .steps-your-product-inner ul li {
        width: 50%;
        text-align: center;
    }
    .app-links-sections .alc-image {
        display: none;
    }
    .app-links-sections a.viewFlow {
        font-size: 18px;
        padding: 15px 20px;
    }
}
@media (max-width:767px) {
    .faq_list {
        grid-template-columns: 100%;
    }
}
@media (max-width:630px) {
    main>* {
        padding: 40px 0;
    }
    .premium-features-part-inner ul li {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .perfect-script-right{
        margin-bottom: 15px;
    }
/* ----------------------------------- */
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .heading-style {
        margin-top: -4px;
        font-size: 25px;
    }
    .development-inner .development-left p b {
        font-size: 20px;
    }
    .steps-your-product-inner ul li {
        width: 100%;
        padding: 0;
    }

    .inq_form .head-style {
        font-size: 7vw;
    }
    .banner-right h1 {
        font-size: 30px;
    }
    .banner-right b {
        font-size: 23px;
    }
    .app-links-sections .links-col {
        width: 50%;
        row-gap: 10px;
        margin: 0 0 10px 0;
        padding: 0 5px;
    }
    .app-links-sections .links-col:last-child,
    .app-links-sections .links-col:nth-child(3)
    {
        margin-bottom: 0;
    }
}