.pagewrapper .content-wrap {
    max-width: 1040px;
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}
h1{
    font-size: 64px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 24px;
}
h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
    letter-spacing: -1px;
}
.flex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.app-guide-sprite,.app-dev-process .flex-part-three:before,.app-types .flex-part-two:before,.app-growth .flex-part-two:before,.sftw-dev .flex-part-two:before{
    background:url(/sites/zweb/images/creator/creator-guide/rad-app-dev-guide.svg) no-repeat;
    background-size:801px auto;
}
/* Banner  */
header,.app-guide-bnr{
    background-color:#F5F5FF;
}
.pagewrapper .app-guide-bnr .content-wrap{
max-width: 1280px;
}
.app-guide-bnr h1{
    font-size: 64px;
    letter-spacing: -2px;
}
.app-guide-bnr .flex-content{
    align-items: center;
    justify-content: space-between;
}
.bnr-left{
    width: 60%;
}
.bnr-right{
    width: 33%;
}
.bnr-img{
    max-width: 420px;
}
/* End Banner */
.app-guide-cnts{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
/* Sticky Menu */
.guide-sticky{
    width: 240px;
    position: absolute;
    top: 80px;
    z-index: 5;
    background: #fff;
    /* left: calc(100% - 1920px / 2 + 130px); */
    left: calc(50% - 960px + 130px);
    margin: auto;
    border-radius: 10px;
}
.guide-sticky.active{
    position: fixed;
    top: 80px;
}
.guide-sticky.active.remove-active{
position: absolute;
}
.guide-sticky span{
    font-size: 13px;
    font-family: var(--secondaryfont-semibold);
    background: #027FFE;
    display: block;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.guide-sticky span:before,.guide-sticky span:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    right: 33px;
    top: 19px;
}
.guide-sticky span:after{
    transform: rotate(45deg);
    right: 27px;
}
.guide-sticky span.active:before{
    transform: rotate(45deg);
}
.guide-sticky span.active:after{
    transform: rotate(-45deg);
}
.guide-sticky ul{
    border: 1px solid #999;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
}
.guide-sticky ul li a{
    color: #000;
    padding: 10px 10px 10px 24px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-family: var(--zf-secondary-medium);
    transition: all ease 0.5s;
    position: relative;
}
.guide-sticky ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 5px;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
}
.guide-sticky ul li a.active{
    color: #027FFE;
    background: #EDF6FF;
}
.guide-sticky ul li a.active:before{
    background: #027FFE;
}
/* End Sticky Menu */
/* Application development */
.app-dev .flex-content{
    justify-content: space-between;
    max-width: 820px;
    margin: 0 auto;
    align-items: center;
}
.app-dev .flex-part-two{
    width: 65%;
}
.app-dev .flex-part-two:first-child{
    width: 30%;
}
.app-dev-img{
    max-width: 320px;
}
/* End Application development */
/* App dev Process */
.app-dev-process{
    background-color: #000;
}
.app-dev-process h2,
.app-dev-process .ttl-para{
    color: #fff;
    margin-bottom: 30px;
}
.app-dev-process .ttl-para{
    max-width: 700px;
}
.app-dev-process .flex-content{
    justify-content: space-between;
    counter-reset: point;
}
.app-dev-process .flex-part-three{
    border-radius: 24px;
background: #FFF;
width: 32%;
padding: 50px 24px 50px;
position: relative;
margin-top: 24px;
}
.app-dev-process .flex-part-three:before{
content:"";
display: block;
margin-bottom: 20px;
}
.app-dev-process .flex-part-three:first-child:before{
    width: 36px;
    height: 36px;
    background-position: 1px 1px;
}
.app-dev-process .flex-part-three:nth-child(2):before{
    width: 38px;
    height: 36px;
    background-position: -34px 1px;
}
.app-dev-process .flex-part-three:nth-child(3):before{
    width: 39px;
    height: 39px;
    background-position: -71px 2px;
}
.app-dev-process .flex-part-three:nth-child(4):before{
    width: 36px;
    height: 39px;
    background-position: -109px 1px;
}
.app-dev-process .flex-part-three:nth-child(5):before{
    width: 38px;
    height: 36px;
    background-position: -147px 0;
}
.app-dev-process .flex-part-three:nth-child(6):before{
    width: 38px;
    height: 36px;
    background-position: -186px 0;
}
.app-dev-process .flex-part-three:after{
    counter-increment: point;
    content: "0" counter(point);
    position: absolute;
    right: 30px;
    top: -6px;
    font-size: 80px;
    font-family: var(--zf-primary-bold);
    color: #f8f8f8;
    height: auto;
    width: auto;
    display: none;
}
.sdlc-methods .flex-part-two:first-child{
    width: 42%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sdlc-methods .flex-part-two:last-child{
    width: 56%;
}
/* End App dev Process */
/* SDLC method */
.sdlc-methods h2{
    text-align: center;
    max-width: 640px;
    margin: 0 auto 15px;
}
.sdlc-sticky{
    position: relative;
}
.sdlc-methods .sdlc-sticky-cnt.flex-content{
    margin-top: 40px;
    position: sticky;
    top:100px;
    justify-content: space-between;
}
.sdlc-lists{
    justify-content: center;
    margin-top: 40px;
}
.sdlc-lists li{
    border-radius: 30px;
    margin: 0 15px 15px 0;
    color: #000;
    padding: 8px 20px;
    font-size: 17px;
}
.sdlc-lists li:first-child,.wf-mtd{
    background-color: #acd4f4;
}
.sdlc-lists li:nth-child(2){
    background-color: #fd9db2;
}
.sdlc-lists li:nth-child(3),.vmdl-vid{
    background-color: #aae6d3;
}
.sdlc-lists li:nth-child(4),.agl-vid{
    background-color: #fcd9ad;
}
.sdlc-lists li:nth-child(5),.spl-vid{
    background-color: #abc3ef;
}
.sdlc-methods .flex-content p{
    max-width: 420px;
}
.itr-vid{
    background: #fdecef;
}
.wf-mtd,video,.itr-vid,.vmdl-vid,.agl-vid,.spl-vid{
    border-radius: 24px;
}
.wf-mtd,.itr-vid,.vmdl-vid,.agl-vid,.spl-vid{
height: 600px;
}
video{
    width: 100%;
    height: 100%;
}
/* End SDLC method */
/* Low-code CTA */
.low-code-cta .content-wrap{
    border-radius: 24px;
background: var(--zcr-dark-bg);
color: #fff;
/* max-width: 1080px; */
padding: 60px;
}
.low-code-cta.app-dark{
    position: relative;
}
.low-code-cta.app-dark:before{
    content:"";
    position: absolute;
    left:0;
    top:-1px;
    z-index: -1;
    width: 100%;
    height: 51%;
    background: var(--zcr-dark-bg);
}
.low-code-cta.app-white{
    position: relative;
}
.low-code-cta.app-white:before{
    content:"";
    position: absolute;
    left:0;
    top:-1px    ;
    z-index: -1;
    width: 100%;
    height: 51%;
    background: #000;
}
.low-code-cta.app-dark:after{
    content:"";
    position: absolute;
    left:0;
    top:auto;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background: #F4F4F4;
}
.low-code-cta.app-dark .content-wrap{
    background-color: #000;
}
.low-code-cta .flex-content{
    align-items: center;
    justify-content: space-between;
}
.low-code-cta h2{
    margin-bottom: 0;
    max-width: 600px;
}
.low-code-cta h2 span{
    display: block;
}
/* End Low-code CTA */
/* App types */
.app-types{
    background: #F4F4F4;
    position: relative;
}
.app-types h2{
    max-width: 1000px;
}
.app-types p{
    max-width: 950px;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.app-types:before {
    content: "";
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
    width: 100%;
    height: 110px;
    background: #F4F4F4;
}
.app-types:before {
    display: none;
}
.app-types .flex-content{
    justify-content: space-between;
}
.app-types .flex-part-two{
    width: 47%;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 60px;
}
.app-types .flex-part-two:last-child,
.app-types .flex-part-two:nth-child(5){
    border-bottom: none;
}
.app-types .flex-part-two:before{
    content:"";
    display: block;
    margin-bottom: 15px;
}
.app-types .flex-part-two:first-child:before{
    background-position: -411px 3px;
    width: 42px;
    height: 45px;
}
.app-types .flex-part-two:nth-child(2):before{
    background-position: -453px 2px;
    width: 42px;
    height: 44px;
}
.app-types .flex-part-two:nth-child(3):before{
    background-position: -494px 2px;
    width: 41px;
    height: 41px;
}
.app-types .flex-part-two:nth-child(4):before{
    background-position: -534px 2px;
    width: 43px;
    height: 38px;
}

.app-types .flex-part-two:nth-child(5):before{
    background-position: -576px 2px;
    width: 42px;
    height: 38px;
}
.app-types .flex-part-two:nth-child(6):before{
    background-position: -617px 2px;
    width: 43px;
    height: 43px;
}
.app-types .flex-part-two:nth-child(7):before{
    background-position: -576px 2px;
    width: 42px;
    height: 38px;
}
.app-types .flex-part-two:nth-child(8):before{
    background-position: -810px 0;
    width: 45px;
    height: 45px;
}
.app-types .flex-part-two:nth-child(9):before{
    background-position: -855px 0;
    width: 45px;
    height: 40px 
}
.app-types .flex-part-two:last-child p{
    padding-bottom: 0;
}

/* End App types */
/* Business Growth */
.app-growth{
   background-color: var(--zcr-dark-bg); 
   color: #fff;
}
/* .pagewrapper .app-growth .content-wrap{
    max-width: 1040px;
} */
.app-growth h2,
.app-growth .ttl-para{
    max-width: 900px;
}
.app-growth .flex-content{
    justify-content: space-between;
    margin-top: 40px;
}
.app-growth .flex-part-two{
    width: 49%;
    border-radius: 24px;
background: #1B2986;
padding: 40px;
margin-top: 24px;
}
.app-growth .flex-part-two p{
    margin-bottom: 0;
}
.app-growth .flex-part-two:before{
    content:"";
    display: block;
    margin-bottom: 15px;
}
.app-growth .flex-part-two:first-child:before{
    width: 41px;
    height: 46px;
    background-position: -252px 2px;
}
.app-growth .flex-part-two:nth-child(2):before{
    width: 40px;
    height: 44px;
    background-position: -293px 3px;
}
.app-growth .flex-part-two:nth-child(3):before{
    width: 40px;
    height: 46px;
    background-position: -332px 2px;
}
.app-growth .flex-part-two:nth-child(4):before{
    width: 42px;
    height: 41px;
    background-position: -371px 2px;
}
/* End Business Growth */
/* Software Development */
.sftw-dev h2{
    max-width: 660px;
    /* margin-bottom: 50px; */
}
.sftw-dev .ttl-para{
    max-width: 660px;
    margin-bottom: 50px;
}
.sftw-dev .flex-content{
    justify-content: space-between;
    gap: 18px;
}
.hi-txt{
    font-family: var(--primaryfont-semibold);
}
.sftw-dev .flex-part-two{
width: 49%;
border-radius: 24px;
border: 1px solid #C3CDFF;
padding: 40px;
background: #F8F9FF;
}
.sftw-dev .flex-part-two:before{
    content:"";
    display: block;
    margin-bottom: 15px;
}
.sftw-dev .flex-part-two:first-child::before{
    width: 36px;
    height: 36px;
    background-position: 1px 1px;
}
.sftw-dev .flex-part-two:nth-child(2)::before{
    width: 38px;
    height: 36px;
    background-position: -34px 1px;
}
.sftw-dev .flex-part-two:nth-child(3)::before{
    width: 39px;
    height: 39px;
    background-position: -71px 2px;
}
.sftw-dev .flex-part-two:last-child::before{
    width: 36px;
    height: 39px;
    background-position: -109px 1px;
}
.dis-adv .flex-part-two:first-child::before{
    width: 40px;
    height: 38px;
    background-position: -144px 1px;
}
.dis-adv .flex-part-two:nth-child(2)::before{
    width: 31px;
    height: 39px;
    background-position: -183px 1px;
}
.dis-adv .flex-part-two:last-child::before{
    width: 40px;
    height: 41px;
    background-position: -213px 1px;
}
/* End Software Development */
/* Best Pratice */
.best-pratice{
    background-color: #000;
    color: #fff;
}
/* .pagewrapper .best-pratice .content-wrap{
    max-width: 1080px;
} */
.pagewrapper .best-pratice .content-wrap:before,.pagewrapper .best-pratice .content-wrap:after {
    content: "";
    position: absolute;
    top: 105px;
    z-index: 1;
    border: 1px solid #323232;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}
.pagewrapper .best-pratice .content-wrap:before{
    left: 20px;
}
.pagewrapper .best-pratice .content-wrap:after {
    left: 35px;
}
.best-pratice-cnt{
    border-radius: 24px;
    border: 2px solid #323232;
    padding: 110px 60px 60px;
    position: relative;
}
.best-pratice-cnt:before {
    content: "";
    position: absolute;
    left: 48px;
    top: 13px;
    z-index: 1;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    border: 1px solid #323232;
}
.best-pratice-cnt:after{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    border-top: 2px solid #323232;
    width: 100%;
    height: 2px;
}
.best-pratice h2{
max-width: 630px;
}
.best-pratice .flex-content{
    justify-content: space-between;
}
.best-pratice ul li{
    width: 44%;
    padding-left: 20px;
    position: relative;
    margin-top: 30px;
}
.best-pratice ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #F0D97F;
    transform: rotate(45deg);
}
/* End Best Pratice */
/* rad-avail-market start */
.rad-avail-market{
    background-color: #fff;
    color: #000;
}
.hi-link{
    color: #027FFE;
    font-family: var(--primaryfont-semibold);
    text-decoration-line: underline;
}
.rad-avail-market .best-pratice-cnt{
    border: 2px solid #DBDBDB;
}
.pagewrapper .rad-avail-market .content-wrap:before,
 .pagewrapper .rad-avail-market .content-wrap:after,
 .rad-avail-market .best-pratice-cnt:before{
    border: 1px solid #DBDBDB;
}
.rad-avail-market .best-pratice-cnt:after{
    border-top: 2px solid #DBDBDB;
}
.rad-avail-market ul li:before{
    display: none;
}
.rad-avail-market ul li{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
    padding-left: 0;
}
.rad-avail-market ul li:last-child{
    border-bottom: none;
}
.rad-avail-market ul li:last-child h3,
.rad-avail-market ul li:last-child p{
    margin: 0;
}
.rad-avail-market ul li h3{
    width: 35%;
}
.rad-avail-market ul li p{
    width: 55%;
}
/* rad-avail-market end */
   /*rad star */
   .rad .ttl-para{
    max-width: 885px;
   }
.zc-rad-header{
    display: flex;
    width: 100%;
    /* border-collapse: collapse; */
   text-align: center;
   border: 1px solid #dbdbdb;
border-bottom: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.rad-threerow-outer{
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.zc-rad-header h3{
    /* display: table-cell; */
    /* font-size: 27px; */
    width: 33.33%;
    padding: 25px 0;
    /* border: 1px solid #DADADA; */
    margin: 0;
    /* border-bottom: none; */
}
.zc-rad-header h3:first-child{
    border-top-left-radius: 10px;
    /* border-collapse: collapse;
    border-top-left-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #DADADA;  */
}
.zc-rad-header h3:last-child{
    border-top-right-radius: 10px;
}
.zc-rad-header h3:nth-child(2){
    background-color: #2C1AFD;
    color: #fff;
}
.rad-three-row{
    display: flex;
    width: 100%;
    /* border-collapse: collapse; */
    /* border: 1px solid #DADADA; */
}

.rad-three-row p{
    width: 33.33%;
    margin: 0;
    padding: 40px;
    vertical-align: middle;
}
.rad-three-row p:first-child {
    padding-left: 80px;
    position: relative;
}
.rad-three-row p:first-child:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 58px;
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.rad-three-row p:first-child:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 42px;
    width: 20px;
    height: 20px;
    background-color: #04c949;
    border-radius: 50px;
}
/* .rad-three-row:last-child{
    display: flex;
}
.rad-three-row:last-child p{
    display: flex;
} */
.rad-three-row:nth-child(even) {
    background-color: #F5F5F5;
}
.rad-three-row p:nth-child(even) {
    background-color: #EAF6FF;
}
.rad-three-row:nth-child(even) p:nth-child(even) {
    background-color: #DDEEFA;
}
/*rad end */
/* Future App */
.future-app {
    position: relative;
}
.future-app:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background: #000;
}
.pagewrapper .future-app .content-wrap{
    /* max-width: 1080px; */
    border-radius: 24px;
background: #FFF;
box-shadow: 0px 12px 21.6px 0px rgba(0, 0, 0, 0.06);
text-align: center;
}
.future-app h2{
    max-width: 850px;
    margin:0 auto 15px;
}
.future-app p{
    max-width: 800px;
    margin:0 auto 20px;
}
/* End Future App */
/* App Capabilities */
.app-capabilities .flex-content{
    justify-content: space-between;
}
.app-capabilities .flex-part-two:first-child{
width: 58%;
position: relative;
}
.app-capabilities .flex-part-two:first-child div{
    position: sticky;
    top: 100px;
}
.app-capabilities .flex-part-two:first-child p{
    max-width: 490px;
}
.app-capabilities .flex-part-two:last-child{
    width: 32%;
    position: relative;
    padding-left: 30px;
    counter-reset: point;
}
.app-capabilities .flex-part-two:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-left: 1px solid #E6E6E6;
    height: 100%;
    width: auto;
}
.app-capabilities .flex-part-two:last-child div {
    position: relative;
    margin-bottom: 50px;
}
.app-capabilities .flex-part-two:last-child div:last-child{
    margin-bottom: 0;
}
.app-capabilities .flex-part-two:last-child div:before {
    content: "";
    position: absolute;
    left: -42px;
    top: 1px;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    height: 26px;
    width: 26px;
}
.app-capabilities .flex-part-two:last-child div:after{
    counter-increment: point;
    content: "0" counter(point);
    position: absolute;
    left: -39px;
    top: 2px;
    font-size: 16px;
    color: #3067F0;
    height: auto;
    width: auto;
    z-index: 1;
}
/* End App Capabilities */
/*FAQ*/

.faq h2 {
    text-align: center;
    margin-bottom: 60px;
}
.faq .content-wrap {
    padding: 80px 0;
}


.faq h2:before {
    display: block;
    content: '';
    background: url(/sites/zweb/images/creator/home/red-faq-icon.png) no-repeat;
    width: 90px;
    height: 70px;
    background-size: 100%;
    margin: auto;
}
.faq-wrap {
    max-width: 980px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #d3d3d3;
}

.faq-item:first-child .faq-ans {
    display: block;
}

.faq-ans {
    display: none;
    padding-bottom: 10px;
    padding-left: 42px;
}
.faq-ans ul li {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    list-style-type: disc;
}
.faq-ans ul li span{
    font-family: var(--primaryfont-semibold);
}

.faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 0px 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000;
}

.faq-item h4:hover {
    color: #555;
}

.faq-item h4:before,
.faq-item h4:after {
    content: '';
    position: absolute;
    background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
    background: #555;
}

.faq-item h4:before {
    left: 0px;
    top: 35px;
    height: 2px;
    width: 16px;
}

.faq-item h4:after {
    left: 7px;
    width: 2px;
    top: 28px;
    height: 15px;
}

.faq-item.active h4:after {
    height: 0px;
}
/* faq end */
/* Bottom CTA  */
.app-guide-cta h2 span{
    display: block;
}
/* End Bottom CTA */
/* low-code-app-platform start */
.low-code-app-platform{
    background-color: #000;
    color: #fff;
}
.low-code-app-platform .flex-part-two {
    border-bottom: 1px solid #2C2C2C;
}
p.para-snd-row{
    margin-bottom: 20px;
}
.low-code-app-platform .flex-part-two:nth-child(3){
    border-bottom: none;
}
.low-code-app-platform .flex-part-two:first-child:before{
    background-position: -659px 3px;
    width: 37px;
    height: 39px;
}
.low-code-app-platform .flex-part-two:nth-child(2):before{
    background-position: -695px 2px;
    width: 36px;
    height: 38px;
}
.low-code-app-platform .flex-part-two:nth-child(3):before{
    background-position: -730px 2px;
    width: 36px;
    height: 38px;
}
.low-code-app-platform .flex-part-two:nth-child(4):before{
    background-position: -765px 2px;
    width: 38px;
    height: 38px;
}
/* low-code-app-platform end */
/* app-guide-cta start */
.app-guide-cta{
    text-align: center;
}
.app-guide-cta .content-wrap{
    max-width: 630px;
    margin: 0 auto;
}
/* app-guide-cta end */
@media(max-width:1599px){
    .guide-sticky{
        display: none;
    }
}
@media(max-width:1499px){
    /* Banner */
    .app-guide-bnr h1 {
        font-size: 54px;
    }
    /* End Banner */
    /* SDLC Methods */
    .wf-mtd, .itr-vid, .vmdl-vid, .agl-vid, .spl-vid{
        height: 500px;
    }
    /* End SDLC Methods */
}
@media(max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
    }
    h2{
        font-size: 34px;
    }
    /* Banner */
    .app-guide-bnr h1 {
        font-size: 48px;
    }
    /* End Banner */
    /* SDLC Methods */
    .sdlc-methods .sdlc-sticky-cnt.flex-content{
        position: relative;
        top: 0;
    }
    .wf-mtd, .itr-vid, .vmdl-vid, .agl-vid, .spl-vid{
        height: 500px;
    }
    .sdlc-methods .flex-content p{
        max-width: 370px;
    }
    /* End SDLC Methods */
    /* App types */
    .app-types .flex-part-two{
        margin-top: 30px;
    }
    .app-types p{
        padding-bottom: 30px;
    }
    /* End App types */
    /* App Capabilities */
    .app-capabilities .flex-part-two:first-child{
        width: 50%;
    }
    .app-capabilities .flex-part-two:first-child div{
        position: relative;
        top: 0;
    }
    .app-capabilities .flex-part-two:last-child{
        width: 42%;
    }
    /* End App Capabilities */
    /* Bottom CTA  */
    .app-guide-cta{
text-align: center;
    }
    /* End Bottom CTA */
 /* Low-code CTA */
.pagewrapper .low-code-cta .content-wrap{
text-align: center;
}
.low-code-cta h2{
    max-width: 760px;
    margin: 0 auto 15px;
}
.low-code-cta .flex-content{
    justify-content: center;
    flex-direction: column;
}
 /* Low-code CTA */
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
    h2{
        font-size: 27px;
    }
    h3{
        font-size: 23px;
    }
    /* Banner */
    .app-guide-bnr h1 {
        font-size: 40px;
    }
    /* End Banner */
    /* App dev Process */
    .app-dev-process h2{
        margin-bottom: 10px;
    }
    .app-dev-process .flex-part-three{
        width: 49%;
    }
    .app-dev-process .flex-part-three:after{
        font-size: 70px;
    }
    /* End App dev Process */
    /* SDLC Methods */
    .wf-mtd, .itr-vid, .vmdl-vid, .agl-vid, .spl-vid{
        height: 400px;
    }
    .sdlc-methods .flex-content p{
        max-width: 300px;
    }
    /* End SDLC Methods */
     /* Low-code CTA */
     .pagewrapper .low-code-cta .content-wrap{
        padding: 70px 20px;
    }
    /* End Low-code CTA */
    /* Software Development */
    .sftw-dev .flex-part-two{
        padding: 30px;
    }
    /* End Software Development */
    /* Business Growth */
    .app-growth .flex-part-two{
        padding: 30px;
    }
    /* End Business Growth */
    /* Best Pratice */
    .best-pratice-cnt,.rad-avail-market .best-pratice-cnt{
        border: none;
        padding: 0;
    }
    .pagewrapper .best-pratice .content-wrap:before,.pagewrapper .best-pratice .content-wrap:after,.best-pratice-cnt:after,.best-pratice-cnt:before{
        display: none;
    }
    /* End Best Pratice */
    /* Future App */
    .pagewrapper .future-app .content-wrap{
        padding: 50px;
    }
    /* End Future App */
    /* App Capabilities */
    .app-capabilities .flex-part-two:last-child div{
        margin-bottom: 30px;
    }
    /* End App Capabilities */
    /* sftw-dev start */
    .sftw-dev .flex-content{
        gap: 12px;
    }
    /* sftw-dev end */
}
@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }
    /* Banner */
    .pagewrapper .app-guide-bnr .content-wrap{
        max-width: 600px;
    }
    .bnr-left,.bnr-right{
        width: 100%;
    }
    .app-guide-bnr h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .bnr-img {
        max-width: 240px;
    }
    /* End Banner */
    /* Application development */
    .app-dev .flex-part-two:first-child,.app-dev .flex-part-two{
        width: 100%;
    }
    .app-dev-img{
        max-width: 200px;
    }
.app-dev .flex-part-two:first-child{
order:2;
}
.app-dev .flex-part-two:last-child{
order:1;
margin-bottom: 10px;
}
    /* End Application development */
    /* App dev Process */
    .app-dev-process h2{
        margin-bottom: 10px;
    }
    .app-dev-process .flex-part-three{
        width: 100%;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .app-dev-process .flex-part-three:after{
        font-size: 60px;
    }
    /* End App dev Process */
    /* SDLC Methods */
    .sdlc-methods h2{
        text-align: left;
    }
    .sdlc-lists{
        justify-content: flex-start;
        margin-top: 20px;
    }
    .sdlc-lists li{
        font-size: 13px;
    }
    .sdlc-methods .flex-part-two:first-child,.sdlc-methods .flex-part-two:last-child{
        width: 100%;
    }
    .wf-mtd, video, .itr-vid, .vmdl-vid, .agl-vid, .spl-vid{
        height: auto;
        border-radius: 10px;
    }
    .sdlc-methods .flex-content p{
        max-width: 500px;
    }
    /* End SDLC Methods */
    /* Low-code CTA */
    .pagewrapper .low-code-cta .content-wrap{
        padding: 60px 20px;
    text-align: left;
    }
    .low-code-cta .flex-content{
        flex-direction: row;
    justify-content: flex-start;
    }
    .low-code-cta h2{
        margin-bottom: 20px;
    max-width: 600px;
    }
.low-code-cta h2 span{
    display: inline-block;
}
    .low-code-cta .content-wrap{
        border-radius: 10px;
    }
    /* End Low-code CTA */
    /* App types */
    .app-types .flex-part-two{
        width: 100%;
    }
    /* End App types */
    /* Business Growth */
    .app-growth .flex-content{
        margin-top: 0px;
    }
    .app-growth .flex-part-two{
        width: 100%;
        border-radius: 10px;;
    padding: 20px;
    margin-top: 20px;
    }
    /* End Business Growth */
    /* Software Development */
    /* .sftw-dev h2{
        margin-bottom: 30px;
    } */
    .sftw-dev .flex-part-two{
        width: 100%;
        border-radius: 10px;
        padding: 30px 20px;
        /* margin-bottom: 30px; */
    }
    /* End Software Development */
    /* Best Pratice */
    .best-pratice ul li{
        width: 100%;
        margin-top: 20px;
    }
    /* End Best Pratice */
    /* Future App */
    .pagewrapper .future-app .content-wrap{
        padding: 30px;
        text-align: left;
    }
    /* End Future App */
    /* App Capabilities */
    .app-capabilities .flex-part-two:first-child,.app-capabilities .flex-part-two:last-child{
        width: 100%;
    }
    .app-capabilities .flex-part-two:last-child{
        padding-left: 40px;
        margin-top: 10px;
    }
    .app-capabilities .flex-part-two:last-child:before{
        left: 10px;
    }
    .app-capabilities .flex-part-two:last-child div{
        margin-bottom: 20px;
    }
    /* End App Capabilities */
      /* rad-avail-market start */
      .rad-avail-market ul li{
        flex-flow: column;
    }
    .rad-avail-market ul li p,
    .rad-avail-market ul li h3 {
        width: 100%;
    }
    .sftw-dev .flex-content{
        gap: 24px;
    }
    .sftw-dev .ttl-para{
        margin-bottom: 20px;
    }
    .dis-adv .content-wrap,
    .adv .content-wrap{
        padding-top: 0;
    }
    /* rad-avail-market end */
    .rad-tbl{
        overflow-x: auto;
    }
    .zc-rad-header,
    .rad-threerow-outer{
        width: 840px;
    }
/*Bottom CTA */
.app-guide-cta h2 span{
display:inline-block;
}
/* End Bottom CTA */
}