@font-face {    
    font-family: 'Axiforma-Regular';
    src: url(../fonts/Axiforma-Regular.ttf);
    font-display: swap;
}
@font-face {    
    font-family: 'Axiforma-Bold';
    src: url(../fonts/Axiforma-Bold.ttf);
    font-display: swap;
}

body{
    font-family: 'Axiforma-Regular'!important;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.container {
    width: 1110px!important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.weight700{
    font-weight: 700;
}
.weight600{
    font-weight: 600;
}
.weight500{
    font-weight: 500;
}
.colorblack{
    color: #0F193B;
}
.colorblue{
    color: #3064F9;
}
.cologrey{
    color: #5F6578;
}
.blueback{
    background-color: #F4F4F9;
}
.allflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.semiflex{
    display: flex;
    justify-content: space-between;
}
.midflex{
    display: flex;
    align-items: center;
}
.simpleflex{
    display: flex;
}
.paddingtop100{
    padding-top: 101px;
}
.paddingbottom120{
    padding-bottom: 120px;
}
.paddingbottom110{
    padding-bottom: 110px;
}
.paddingbottom100{
    padding-bottom: 100px;
}
.paddingbottom80{
    padding-bottom: 80px;
}
header{
    height: 80px;
}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(26,116,243,0.9);
}
body::-webkit-scrollbar-thumb {
  background-color: #3064F9;
  outline: 1px solid #3064F9;
  border-radius:10px;	
}
.mainmenuitems a{
    text-decoration: none;
    font-size: 14px;
    transition: .8s;
}
.mainmenuitems a:hover{
    text-decoration: none;
    color: #3064F9;
    transition: .8s;
}
.solutions{
    text-decoration: none;
    font-size: 14px;
    transition: .8s;
    position: relative;
    top: 20px;
    cursor: pointer
}
.solutions:hover{
    text-decoration: none;
    color: #3064F9;
    transition: .8s;
}
.mainmenuitems ul{
    display: flex;
    align-items: center;
}
.mainmenuitems ul li{
    list-style-type: none;
    margin-left: 32.8px;
}
.mainmenuitems ul li.websitebtn{
    margin-left: 120px!important;
}
.loginbtn{
    color: #3064F9;
    width: 80px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #3064F9;
    border-radius: 3px;
    margin-right: 0px!important;
    transition: .5s;
}
.loginbtn:hover{
    transition: .5s;
    background-color: #3064F9;
    color: #fff!important;
    margin-right: 0px!important;
}
.startfree{
    color: #fff;
    background-color: #3064F9;
    width: 130px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #3064F9;
    border-radius: 3px;
    margin-right: 0px!important;
}
.startfree:hover{
    transition: .5s;
    background-color: #fff;
    color: #3064F9;
    margin-right: 0px!important;
}
footer{
    background-color: #F4F4F9;
    padding: 79px 0px 22px 0px;
}
.footergrid h5{
    font-size: 14px;
    margin-bottom: 31px;
    margin-top: 4px;
    margin-left: 2px;
}
.footergrid div a{
    font-size: 13px;
    margin-bottom: 29px;
    text-decoration: none;
    display: block;
    color: #5F6578;
    margin-right: 20px;
    margin-left: 1px;
}
.woocertified{
    margin-top: 25px
}
.footergrid div a:hover{
    color: #3064F9;
}
.footergrid div{
    width: 20%;
}
.footergrid div a:last-child{
    margin-bottom: 0px;
}
.footergrid h4{
    font-size: 13px;
    margin-top: 28px;
    margin-bottom: 12px;
}
.footergrid p{
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 27px;
}
.footergrid div:nth-child(1) a:last-child{
    margin-left: 20px;
}
.footergrid div:nth-child(1) a{
    display: initial;
}
.bottombar{
    border-top: 1px solid #DCE1EB;
    margin-top: 75px;
    padding-top: 25px;
}
.bottombar .container p{
    margin-bottom: 0px;
    font-family: 'Axiforma-Regular';
    font-size: 12px;
    color: #7782A1;
    margin-top: 0px;
}
.bottombar a{
    text-decoration: none;
    margin-left: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}
.bottombar .container  div:nth-child(2){
    display: flex;
    align-items: center;
}
.homebanner{
    position: relative;
}
.homebanner .container{
    padding: 76px 0px 75px 15px; 
}
.homebanner .container-fluid{
    position: absolute;
    width: 100%;
    height: 100%;
}
.homebanner .container-fluid .col-md-6:nth-child(2){
    top: 65px;
    bottom: 0;
}
.homebanner h1{
    font-size: 40px;
    font-family: 'Axiforma-Bold';
    line-height: 64px;
}
.homebanner-list{
    margin-bottom: 27px;
    margin-top: 23px;
}
.homebanner-subsection{
    display: flex;
    align-items: center;
}
.homebanner-subsection div:nth-child(1){
    width: 28px;
    position: relative;
    top: 1px;
}
.homebanner div p{
    color: #5F6578;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 44px;
}
.homebannerimg {
    position: absolute;
    right: 0;
    width: 50%;
    background-image: url(../images/main-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
        background-position: center;
}
.homebannerbtn{
    background-color: #fff;
    width: 220px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3064F9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border-radius: 3px;
    transition: .5s;
    padding-top: 4px;
}
.homebannerbtn:hover{
    box-shadow: none;
    transition: .5s;
}
.demobtn{
    width: 220px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #B8BFD0;
    margin-left: 20px;
    border-radius: 3px;
    color: #7782A1;
    transition: .5s;
    padding-top: 4px;
}
.demobtn:hover{
    background-color: #fff;
    transition: .5s;
    border: 1px solid #fff;
}
.demobtn svg , homebannerbtn svg{
    position: relative;
    top: -2px;
}
.youtubelink{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.youtubelink div{
    min-width: 56px;
}
.youtubelink a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.youtubelink p{
    color: #5F6578;
    font-size: 14px;
    font-family: 'Axiforma-Regular';
    padding-left: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100%!important;
}
.youtubelink p span{
    color: #B8BFD0;
    font-size: 12px;
    font-family: 'Axiforma-Regular';
    font-weight: 600;
    position: relative;
    top: 3px;
}
.homebanner h4{
    font-family: 'Axiforma-Bold';
    font-size: 26px;
    margin: 35px 0px 0px 0px;
    color: #B8BFD0;
}
.homebanner h4 span{
    font-family: 'Axiforma-Regular';
    font-size: 16px;
    color: #B8BFD0;
    margin-left: 5px;
}
.sectionheadings{
    color: #0F193B;
    font-size: 36px;
    font-family: 'Axiforma-Bold';
    line-height: 54px;
}
.subheadings1{
    color: #5F6578;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    line-height: 30px;
    margin-bottom: 0px;
}
.subheadingtop{
    margin-top: 23px;   
}
.subheadings2{
    color: #0F193B;
    font-size: 20px;
    font-family: 'Axiforma-Bold';
    line-height: 27px;
}
.normaltext{
    color: #5F6578;
    font-family: 'Axiforma-Regular';
    font-size: 14px;
    line-height: 24px;
}
.mobileappcreator .iconbox{
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 44px;
}
.mobileappcreator .row{
    margin-top: 53px;
}
.mobileappcreator p{
    margin-bottom: -3px;
}
.mobileappcreator a{
    width: 220px;
    height: 54px;
    color: #fff;
    background-color: #3064F9;
    border: 1px solid #3064F9;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 62px auto -1px auto;
    transition: .5s;
    text-decoration: none;
}
.mobileappcreator a:hover {
    color: #3064F9;
    background-color: #fff;
    transition: .5s;
    text-decoration: none;
}
.buildapp{
    position: relative;
    bottom: -45px;
}
.buildapplayout{
    display: flex;
    margin-top: 9px;
}
.buildapplayout p{
    color: #5F6578;
    font-size: 14px;
    font-family: 'Axiforma-Regular';
    margin-bottom: 20px;
    line-height: 24px;
}
.buildapplayout .subheadings2{
    margin-top: 126px;
    margin-bottom: 15px;
}
.buildapplayout div .subheadings2:nth-child(4){
    margin-top: 60px;
}
.buildapplayout div .text-left:nth-child(3){
    margin-top: 60px;
}
.industry-grid{
    display: flex;
    align-items: center;
    margin-top: 53px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.industry-box{
    border-radius: 6px;
    margin-bottom: 28px;
    position: relative;
    transition: .5s;
    border: 1px solid #DCE1EB;
    background-color: #fff;
    width: 340px;
    overflow: hidden;
}
.industry-box:hover{
    transition: .5s;
    border: 1px solid #C7D5FF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0 , 0.10);
}
.industry-box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.industry-img{
    background-color: #F9F9FC;
    text-align: center;
    height: 300px;
}
.industry-info{
    padding: 30px 20px 35px 20px;
    text-align: center;
}
.industry-info h5{
    color: #0F193B;
    font-size: 20px;
    font-family: 'Axiforma-Bold';
    margin: 0px 0px 5px 0px;
    line-height: 30px;
}
.industry-info p{
    color: #5F6578;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Axiforma-Regular';
    margin: 0px;
}
.see-all-industry{
    margin: auto;
    text-align: center;
    font-family: 'Axiforma-Regular';
    font-size: 16px;
    width: 240px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #B8BFD0;
    border-radius: 4px;
    color: #7782A1;
    margin-top: 32px;
    padding-top: 3px;
    transition: .5s;
}
.see-all-industry:hover{
    transition: .5s;
    border: 1px solid #3064F9;
    color: #3064F9;
}
.threesecspcaing{
    margin: 0px 70px;
}
.easiestappbuilder .container-fluid{
    position: absolute;
}
.easiestappbuilder .container-fluid .globe{
    position: absolute;
    right: 0;
}
.easiestappbuilder .sectionheadings{
    width: 84%;
}
.easiestappbuilder a{
    width: 220px;
    height: 54px;
    color: #fff;
    background-color: #3064F9;
    border: 1px solid #3064F9;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0px 58px 0px;
    transition: .5s;
    text-decoration: none;
}
.easiestappbuilder a:hover{
    color: #3064F9;
    background-color: #fff;
    transition: .5s;
    text-decoration: none;
}
.easiestappbuilder p{
    width: 92%;
    margin-bottom: -3px;
}
.easiestappbuilder .subheadings2{
    margin: 23px 0px 10px 0px;
    width: 80%;
    line-height: 30px;
}
.easiestappbuilder .col-md-3{
    min-width: 270px;
    max-width: 270px;
}
.branding{
    position: absolute;
    top: 139px;
}
.tailormadelink{
    width: 220px;
    height: 54px;
    color: #fff;
    background-color: #3064F9;
    border: 1px solid #3064F9;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 59px auto;
    transition: .5s;
    text-decoration: none;
}
.tailormadelink:hover{
    color: #3064F9;
    background-color: #fff;
    transition: .5s;
    text-decoration: none;
}
.tailormade{
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 55px;
}
.portalfeatures{
    background-color: #fff;
    padding: 39px 50px 33px 50px;
    text-align: center;
    border-radius: 5px;
    width: 48.1%;
}
.portalfeatures:nth-child(odd){
    margin-right: 20px;
}
.portalfeatures:nth-child(even){
    margin-left: 20px;
}
.portalfeatures:nth-child(1){
    margin-bottom: 40px;
}
.portalfeatures:nth-child(2){
    margin-bottom: 40px;
}
.portalfeatures div{
    width: 349px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.portalfeatures .subheadings2{
    margin: 33px 0px 17px 0px;
}
.appconversions p{
    margin-bottom: 65px;
    min-height: 120px;
}
.appconversions{
    margin-top: 55px;
}
.appconversions .subheadings2{
    margin-top: 10px;
    margin-bottom: 10px;
}
.appconversions div:nth-child(1) {
    text-align: right;
    padding-right: 20px
}
.appconversions div:nth-child(3) {
    padding: 0px 40px;
}
.appconversions div h6{
    margin-top: 60px;
}
.appconversions div p:last-child{
    margin-bottom: 0px;
}
.businesssync{
    flex-wrap: wrap;
    margin-top: 55px;
}
.businesssync .sixboxes{
    width: 340px;
    background-color: #fff;
    padding: 36px 30px 18px 30px;
    margin-bottom: 28px;
    border-radius: 5px;
    position: relative;
}
.businesssync .sixboxes:nth-child(4){
    margin-bottom: 1px;
}
.businesssync .sixboxes:nth-child(5){
    margin-bottom: 1px;
}
.businesssync .sixboxes:nth-child(6){
    margin-bottom: 1px;
}
.sixboxes div{
    position: absolute;
    left: 0;
    top: 25px;
    width: 3px;
    height: 40px;
}
.borderblue{
    background-color: #7297FF;
}
.borderyellow{
    background-color: #FFC834;
}
.borderorange{
    background-color: #FC8855;
}
.bordergreen{
    background-color: #83D298;
}
.borderred{
    background-color: #FF5858;
}
.borderlightblue{
    background-color: #47C2FF;
}
.businesssync .subheadings2{
    margin-bottom: 16px;
    line-height: 28px;
}
.threesteps .row{
    margin-top: 55px;
}
.threesteps .col-md-6 div{
    border: 1px solid #DCE1EB;
    border-radius: 5px;
    padding: 28px 35px 32px 45px;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 480px;
    max-width: 480px;
    position: relative;
} 
.threesteps .col-md-6 div:last-child{
    margin-bottom: 0px;
}
.threesteps .col-md-6 div p{
    margin-bottom: -3px;
}
.threesteps .col-md-6:nth-child(1){
    padding-left: 15px;
    padding-right: 40px;
}
.threesteps .col-md-6:nth-child(2) {
    padding-right: 25px;
    padding-left: 0px;
}
.threesteps .one{
    position: absolute;
    left: -31px;
    top: 11px;
}
.threesteps .subheadings2{
    margin-bottom: 16px;
}
.threestepsdetail{
    margin-bottom: 88px;
}
.threestepsdetail .stats{
    width: 270px;
    max-width: 270px;
}
.threestepsdetail h5{
    color: #3064F9;
    font-size: 24px;
    font-family: 'Axiforma-Bold';
    margin-top: -4px;
}
.threestepsdetail.midflex p{
    width: 80%;
    margin-bottom: 0px;
    margin-top: -1px;
}
.lovewordpress{
    text-align: center;
}
.gotoapk a{
    width: 220px;
    height: 54px;
    color: #fff;
    background-color: #3064F9;
    border: 1px solid #3064F9;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 56px auto;
    transition: .5s;
    text-decoration: none;
}
.gotoapk a:hover{
    color: #3064F9;
    background-color: #fff;
    transition: .5s;
    text-decoration: none;
}
.gotoapk .semiflex{
    margin-top: 53px
}
.webtoapk{
    background-color: #fff;
    padding: 60px 20px 26px 20px;
    text-align: center;
    border-radius: 5px;
    width: 31.4%;
    border: 1px solid #DCE1EB;
    position: relative;
    margin-bottom: -1px;
}
.webtoapk-bar{
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
}
.webtoapk .webtoapk-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.webtoapk p{
    min-height: 168px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.webtoapk .subheadings2{
    margin: 63px 0px 16px 0px;
}
.lovewordpress img:nth-child(3){
    margin-top: 54px;
}
.lovewordpress p{
    width: 55%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 14px;
}
.lovewordpress img{
    margin: auto;
}
.faq .paddingtop100 div{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}
.customersaying p{
    color: #C4C7D1;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
}
.faq .paddingtop100 .midflex div{
    width: 17%;
    margin-bottom: 40px;
    text-align: center;
    height: 50px;
}
.faq .paddingtop100 .midflex div:nth-child(6){
    margin-bottom: 0px;
}
.faq .paddingtop100 .midflex div:nth-child(7){
    margin-bottom: 0px;
}
.faq .paddingtop100 .midflex div:nth-child(8){
    margin-bottom: 0px;
}
.faq .paddingtop100 .midflex div:nth-child(9){
    margin-bottom: 0px;
}
.faq .paddingtop100 .midflex div:nth-child(10){
    margin-bottom: 0px;
}
.faq .paddingtop100{
    padding-top: 92px!important;
}
.customersaying .reviewlink{
    margin-top: 32px;
    color: #3064F9;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 130px;
    margin-left: 1px;
}
.reviewlink svg{
    display: none
}
.reviewsection{
    position: relative;
}
.reviewsection .reviewimage{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.awards{
    margin-top: 75px;
    padding-bottom: 100px;
}
.awards p{
    margin-bottom: 48px;
}
.footerbanner.visible{
    background-image: url(../images/backgrounbanner1.webp), url(../images/backgrounbanner2.webp);
    background-repeat: no-repeat , no-repeat;
    background-size: contain , contain;
    background-position: left center, right center;
    padding: 134px 0px 129px 0px;
    text-align: center;
}
.footerbanner h2{
    color: #0F193B;
    font-size: 48px;
    font-family: 'Axiforma-Bold';
    line-height: 64px;
}
.footerbanner h4{
    color: #5F6578;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Axiforma-Regular';
    margin: 25px 0px 34px 0px;
}
.footerbanner a{
    width: 220px;
    height: 54px;
    color: #fff;
    background-color: #3064F9;
    border: 1px solid #3064F9;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .5s;
    text-decoration: none;
}
.footerbanner a:hover{
    color: #3064F9;
    background-color: #fff;
    transition: .5s;
    text-decoration: none;
}
.customersaying .row .col-md-6:nth-child(1) {
    padding-right: 80px;
}
.customersaying .row .col-md-6:nth-child(1) h3{
    padding-top: 15px;
}
#mainheader{
    height: 80px;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 6px;
}
.header-gap{
    margin-top: 80px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 11;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
  animation-name: fadeIn_Container;
  animation-duration: 1s;    
}
.modal-content {
    background-color: transparent;
    margin: auto;
    width: 800px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;     
}
.modalclose{
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn_Container {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
  }
}








.accordionWrapper{
    margin-top: 20px;
}
.accordionItem{
    display:block;
    width:100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E3E6F1;
}
.accordionItemHeading{
    cursor: pointer;
    padding: 40px 0px 40px 0px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #0F193B;
    font-family: 'Axiforma-Bold';
    margin-bottom: 0px;
    line-height: 25px;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
}
.accordionItemContent p{
    font-size: 14px;
    color: #5F6578;
    font-family: 'Axiforma-Regular';
}
.accordionItemContent ul li{
    font-size: 14px;
    color: #5F6578;
    font-family: 'Axiforma-Regular';
    margin-bottom: 15px;
}
.accordionItemContent ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #3064F9;
    font-family: 'Axiforma-Regular';
}
.accordionItemContent p a , .accordionItemContent p a:hover{
    font-size: 14px;
    color: #3064F9;
    font-family: 'Axiforma-Regular';
    text-decoration: none;
}
.accordionItemContent p span , .accordionItemContent ul li span{
    font-family: 'Axiforma-Bold';
    color: #000;
}
.open .accordionItemContent{
    padding: 20px 0px;
    background-color: #fff;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
	transition: transform .1s ease-in;
}

.open .accordionItemHeading{
    padding: 40px 0px 0px 0px;
    background-color: #fff;
    color: #000;
}
.faq img {
    width: auto!important;
    height: auto!important;
}
.hiddenfaq {
    display: none;
}
.d-none{
    display: none;
}
.faq h5 {
    color: #7782A1;
    font-size: 16px;
    font-family: 'Axiforma-Regular';
    cursor: pointer;
    margin-top: 40px;
}
.homebannerimg img:nth-child(2){
    display: none;
}

/*Mega Menu Starts*/
@keyframes expand{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.mainmenuitems .mega-menu-solutions{
    width: 1080px;
    height: 420px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 0;
    left: 0px;
    margin: auto;
    display: none;
    opacity: 1;
    border-radius: 6px;
    -webkit-animation: expand .8s;
    box-shadow: 0px 2px 8px rgba(15, 25, 59 , 0.16);
    padding: 20px;
}
.solutions-sub{
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    margin-left: 0px!important;
    width: 710px;
    padding: 20px;
}
.solutions-sub:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: -2;
    top: -12px;
    left: 280px;
    height: 26px;
    width: 26px;
    box-shadow: -6px 6px 6px 0px rgb(15 25 59 / 5%);
    transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -webkit-transform: rotate(135deg);
}
.solutions-sub:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.solutions-sub ul{
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}
.mega-menu-solutions .solutions-sub ul li{
    width: 50%;
    margin-left: 0px!important;
    margin-bottom: 25px;
}
.mainmenuitems .mega-menu-industries{
    width: 1080px;
    height: 410px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 0;
    left: 0px;
    margin: auto;
    display: none;
    opacity: 1;
    border-radius: 6px;
    -webkit-animation: expand .8s;
    box-shadow: 0px 2px 8px rgba(15, 25, 59 , 0.16);
    padding: 50px;
}
.industries-sub{
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    margin-left: 0px!important;
}
.industries-sub ul{
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}
.industries-sub:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: -2;
    top: -12px;
    right: 272px;
    height: 26px;
    width: 26px;
    box-shadow: -6px 6px 6px 0px rgb(15 25 59 / 5%);
    transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -webkit-transform: rotate(135deg);
}
.industries-sub:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mega-menu-solutions .mega-menu-items{
    display: flex;
    align-items: flex-start;
    width: 50%;
    position: relative;
}
.mainmenuitems .mega-menu-industries .mega-menu-items{
    display: flex;
    align-items: flex-start;
    width: 33%;
    position: relative;
    margin-left: 0px!important;
    margin-bottom: 25px;
}
.mega-menu-items:hover p{
    color: #3064F9!important;
    transition: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.mega-menu-items:hover h5{
    color: #3064F9!important;
    transition: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.mega-menu-items .coverlink{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.disabled-mega-menu h5 , .disabled-mega-menu:hover h5{
    color: #0F193B!important;
}
.disabled-mega-menu p , .disabled-mega-menu:hover p{
    color: #B8BFD0!important;
}
.small-sub-menu li{
    width: 100%!important;
    margin-bottom: 0px!important;
    display: block;
    padding-left: 0px;
    margin-left: 0px!important;
}
.small-sub-menu{
    padding-left: 0px!important;
    padding-top: 0px!important;
    display: block!important;
    z-index: 2;
    position: relative;
}
.small-sub-menu li a{
    font-size: 13px!important;
    color: #5F6578!important;
    margin-bottom: 25px;
    transition: .5s;
}
.small-sub-menu li a:hover{
    color: #3064F9!important;
    transition: .5s;
}
.mega-menu-solutions .mega-menu-items div:nth-child(2) , .disabled-mega-menu  div:nth-child(1){
    margin-right: 10px!important;
    min-width: 44px;
}
.mega-menu-industries .mega-menu-items div:nth-child(2){
    margin-right: 10px!important;
}
.mega-menu-solutions .mega-menu-items h5{
    color: #0F193B;
    font-size: 16px;
    font-family: 'Axiforma-Bold';
    margin-bottom: 10px;
    margin-top: 5px;
    transition: .5s;    
}
.mega-menu-solutions .mega-menu-items h5 span{
    color: #B8BFD0;
    font-size: 13px
}
.mega-menu-solutions .mega-menu-items p{
    color: #5F6578;
    font-size: 13px;
    font-family: 'Axiforma-Regular';
    margin-top: 0px;
    transition: .5s;
    width: 85%;
    margin-bottom: 0px;
}
.mega-menu-industries .mega-menu-items h5{
    color: #0F193B;
    font-size: 16px;
    font-family: 'Axiforma-Bold';
    margin-bottom: 10px;
    margin-top: 5px;
    transition: .5s;
}
.mega-menu-industries .mega-menu-items h5 span{
    color: #B8BFD0;
    font-size: 13px
}
.mega-menu-industries .mega-menu-items p{
    color: #7782A1;
    font-size: 13px;
    font-family: 'Axiforma-Regular';
    margin-top: 0px;
    transition: .5s;
    width: 80%;
}
#solutions-menu:hover .mega-menu-solutions{
    opacity: 1;
    display: flex;
    align-items: normal;
}
#solutions-menu .mega-menu-solutions:hover{
    opacity: 1;
    display: flex;
}
#industry-menu:hover .mega-menu-industries{
    opacity: 1;
    display: flex;
}
#industry-menu .industries-sub:hover{
    opacity: 1;
    display: flex;
}
.bodyback:after{
    position: absolute;
    background: rgba(0,0,0,.5);
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    animation: showme 1s forwards;
    position: fixed;
}
.mega-menu-industry-link{
    width: 33%;
    background-color: #F8FAFE;
    height: 64px;
    border: 1px solid #F8FAFE;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 1s;
    margin-left: 0px!important;
}
.mega-menu-industry-link:hover{
    border: 1px solid #3064F9;
    transition: 1s;
}
.mega-menu-industry-link p{
    color: #3064F9;
    font-size: 14px;
    font-family: 'Axiforma-Regular';
    display: flex;
    align-items: center;
    padding-left: 55px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.mega-menu-industry-link p svg{
    margin-left: 14px;
}
.mega-menu-industry-link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.mb-0{
    margin-bottom: 0px!important;
}
.mb-0 p{
    margin-bottom: 0px;
}
.product-highlight{
    background-color: #F4F4F9;
    border-radius: 6px;
    padding: 35px 0px 0px 30px;
    width: 340px;
    min-height: 340px;
}
.product-highlight h1{
    color: #0F193B;
    font-size: 16px;
    font-family: 'Axiforma-Bold';
    margin-bottom: 25px;
}
.product-highlight a{
    display: block;
    cursor: pointer;
}
.mainmenuitems .mega-menu-pricing{
    width: 374px;
    height: 390px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 0;
    left: 183px;
    margin: auto;
    display: none;
    opacity: 1;
    border-radius: 6px;
    -webkit-animation: expand .8s;
    box-shadow: 0px 2px 8px rgba(15, 25, 59 , 0.16);
    padding: 50px 38px;
}
.pricing-sub{
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    margin-left: 0px!important;
    margin-top: 38px;
}
.pricing-sub ul{
    padding-left: 0px;
    display: block;
}
.pricing-sub:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: -2;
    top: -12px;
    right: 180px;
    height: 26px;
    width: 26px;
    box-shadow: -6px 6px 6px 0px rgb(15 25 59 / 5%);
    transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -webkit-transform: rotate(135deg);
}
.pricing-sub:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mainmenuitems .mega-menu-pricing .mega-menu-items{
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin-left: 0px!important;
    margin-bottom: 25px;
}
.mega-menu-pricing .mega-menu-items div:nth-child(2){
    margin-right: 10px!important;
}
.mega-menu-pricing .mega-menu-items h5{
    color: #0F193B;
    font-size: 16px;
    font-family: 'Axiforma-Bold';
    margin-bottom: 10px;
    margin-top: 5px;
    transition: .5s;
}
.mega-menu-pricing .mega-menu-items h5 span{
    color: #B8BFD0;
    font-size: 13px
}
.mega-menu-pricing .mega-menu-items p{
    color: #7782A1;
    font-size: 13px;
    font-family: 'Axiforma-Regular';
    margin-top: 0px;
    transition: .5s;
    width: 80%;
    margin-bottom: 10px;
}
#pricing-menu:hover .mega-menu-pricing{
    opacity: 1;
    display: flex;
}
#pricing-menu .pricing-sub:hover{
    opacity: 1;
    display: flex;
}
.mega-menu-industry-link{
    width: 33%;
    background-color: #F8FAFE;
    height: 64px;
    border: 1px solid #F8FAFE;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 1s;
    margin-left: 0px!important;
}
.mega-menu-industry-link:hover{
    border: 1px solid #3064F9;
    transition: 1s;
}
.mega-menu-industry-link p{
    color: #3064F9;
    font-size: 14px;
    font-family: 'Axiforma-Regular';
    display: flex;
    align-items: center;
    padding-left: 55px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.mega-menu-industry-link p svg{
    margin-left: 14px;
}
.mega-menu-industry-link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.product-highlight-mobile{
    border-top: 1px solid #E3EDF7;
    border-radius: 6px;
    padding: 35px 0px 0px 54px;
    width: 100%;
}
.product-highlight-mobile h1 {
    color: #0F193B;
    font-size: 16px;
    font-family: 'Axiforma-Bold';
    margin-bottom: 25px;
}
.small-sub-menu-mob {
    padding-left: 0px !important;
    padding-top: 0px !important;
    display: block !important;
    z-index: 2;
    position: relative;
    width: 100%;
}
.small-sub-menu-mob li {
    width: 100% !important;
    margin-bottom: 0px !important;
    display: block;
    padding-left: 0px;
    margin-left: 0px !important;
    list-style-type: none;
    margin-bottom: 10px !important;
}
.small-sub-menu-mob li a {
    font-size: 13px !important;
    color: #5F6578 !important;
    margin-bottom: 25px;
    transition: .5s;
    display: block;
    cursor: pointer;
}


/*Mega Menu Ends*/

.platform-logo{
    margin-right: 16px;
}
.app-design{
    overflow: hidden;
    padding-bottom: 100px;
}
.app-design div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
}
.convertwebsite{
    margin-bottom: 1px;
}
.convertwebsite h4{
    margin-bottom: 54px;
}
.appconversions div:nth-child(2) h6:nth-child(1){
    margin-top: 2px;
}
.appconversions div:nth-child(2) h6:nth-child(3){
    margin-top: -4px;
}
.appconversions div:nth-child(4) h6:nth-child(1){
    margin-top: 2px;
}
.appconversions div:nth-child(4) h6:nth-child(3){
    margin-top: -4px;
}
.best-way-build{
    padding-bottom: 132px;
}


































@media screen and (min-width: 1501px){
    
.modal-content {
    width: 1200px!important;
}
.modal-content iframe{
    width: 100%!important;
    height: 680px!important;
}
/*
.homebannerimg {
    background-image: url(../images/Homebanner.webp);
    background-repeat: no-repeat;
    height: 100%
}
.homebannerimg img{
    display: none!important;
}    
*/
    
    
}


@media screen and (min-width: 2500px){
    
.modal-content {
    width: 2000px!important;
}
.modal-content iframe{
    width: 100%!important;
    height: 1130px!important;
}
.footerbanner.visible{
    background-position: 10% center, 90% center;
}
.homebannerimg img:nth-child(1){
    display: none!important;
}
.homebannerimg img:nth-child(2){
    display: block;
}
  
    
}




@media screen and (min-width: 1201px){
    
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.webshow{
    display: block!important;
}
.mobileshow{
    display: none!important;
}  
.homebanner {
    height: 720px;
    overflow: hidden;
}   
.appconversions div:nth-child(1){
        display: none
    }    

}

@media screen and (max-width: 1500px) and (min-width: 1201px) {
    .homebanner {
        height: 550px;
    }
    .homebanner h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .homebannerbtn , .demobtn , .footerbanner a{
        width: 180px;
        height: 48px;
        font-size: 14px;
    }
    .youtubelink p {
        font-size: 14px;
    }
    .homebanner h4 {
        font-size: 22px;
        margin: 30px 0px 30px 0px;
    }
    .sectionheadings {
        font-size: 26px;
        line-height: 42px;
    }
    .subheadings1 {
        font-size: 15px;
        line-height: 24px;
    }
    .subheadings2 {
        font-size: 18px;
        line-height: 24px;
    }
    .easiestappbuilder a, .easiestappbuilder a:hover {
        margin: 30px 0px 60px 0px;
        font-size: 17px;
    }
    .accordionItemHeading {
        font-size: 16px;
    }
    .faq h5 {
        font-size: 14px;
    }
    .footerbanner h2 {
        font-size: 32px;
        line-height: 42px;
    }
    img{
        height: auto;
        max-width: 100%;
    }
    .paddingbottom120 {
        padding-bottom: 80px;
    }
    .paddingtop100 {
        padding-top: 70px;
    }
    .paddingbottom80 {
        padding-bottom: 60px;
    }
    .paddingbottom100 {
        padding-bottom: 70px;
    }
    .appconversions div{
        width: 33%;
    }
    .footerbanner.visible {
        padding: 100px 0px 100px 0px;
    }
    .threesecspcaing {
        min-width: 362px;
    }

}


@media screen and (max-width: 1200px){
    .reviewlink{
        margin-bottom: 40px;
    }
    #mainheader .slider-menu p{
        text-align: left!important;
    }
    .m-0{
        margin: 0px;
    }
    .mainmenuitems{
        display: none;
    }
    .container {
        width: 100%!important;
    }
    header {
        height: 70px;
    }
    header svg{
        margin-top: 5px;
    }
    .paddingtop100{
        padding-top: 60px;
    }
    .paddingbottom120{
        padding-bottom: 60px;
    }
    .paddingbottom110{
        padding-bottom: 60px;
    }
    .paddingbottom100{
        padding-bottom: 60px;
    }
    .paddingbottom80{
        padding-bottom: 60px;
    }
    .homebanner h1 {
        font-size: 31px;
        line-height: 44px;
    }
    .homebanner h1 br{
        display: none;
    }
    .homebanner {
        padding: 48px 0px 50px 0px!important;
    }
    .homebanner h4{
        margin: 30px 0px 42px 0px;
    }
    .homebanner .simpleflex a{
        width: 48%;
        height: 44px;
        font-size: 14px;
    }
    .sectionheadings {
        color: #0F193B;
        font-size: 26px;
        font-family: 'Axiforma-Bold';
        line-height: 35px;
        width: 100%!important;
    }
    .mobileappcreator .text-center{
        text-align: left!important;
    }
    .mobileappcreator .iconbox {
        margin: initial;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .mobileappcreator .row {
        margin-top: 0px;
    }
    .threestepsdetail .stats {
        width: 100%;
        margin-bottom: 40px;
    }
    .youtubelink {
        margin-bottom: 0px;
    }
    .normaltext {
        line-height: 19px;
        width: 100%!important;
    }
    .subheadings2 {
        width: 100%!important;
    }
    .subheadingtop {
        margin-top: 23px;
    }
    .buildapplayout{
        display: block;
    }
    .sectionheadings.text-center{
        text-align: left!important;
    }
    .subheadings1.text-center{
        text-align: left!important;
    }
    .subheadings1 {
        font-size: 16px;
        line-height: 24px;
    }
    .buildapplayout .text-right{
        text-align: left!important;
    }
    .buildapplayout p {
        margin-bottom: 40px;
    }
    .buildapplayout .subheadings2 {
        margin-top: 39px;
        margin-bottom: 20px;
    }
    .buildapplayout div:last-child p{
        margin-bottom: 0px;
    }
    .buildapp {
        position: initial;
        bottom: 0px;
    }
    img{
        width: auto!important;
        height: auto!important;
        max-width: 100%;
    }
    .appconversions.midflex{
        display: block;
    }
    .appconversions{
        margin-top: 20px;
    }
    .businesssync .sixboxes {
        width: 100%;
        padding: 30px 20px 20px 20px;
        margin-bottom: 20px;
    }
    .businesssync div:last-child{
        margin-bottom: 0px;
    }
    .footergrid.semiflex{
        display: block;
    }
    .footergrid div {
        width: 100%;
    }
    .portalfeatures {
        padding: 52px 20px 20px 20px;
        text-align: left;
        width: 100%;
        margin-right: 0px!important;
        margin-left: 0px!important;
        margin-bottom: 20px!important;
    }
    .portalfeatures:last-child{
        margin-bottom: 0px!important;
    }
    .portalfeatures div {
        width: auto;
        height: auto;
    }
    .appconversions div:nth-child(1) {
        text-align: left;
        padding-right: 0px;
        margin-bottom: 60px;
    }
    .appconversions .subheadings2 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .appconversions .text-right{
        text-align: left!important;
    }
    .appconversions div img {
        margin-top: 20px;
    }
    .appconversions p {
        margin-bottom: 40px;
        min-height: auto;
    }
    .appconversions div:nth-child(2){
        margin-bottom: 40px;
    }
    .businesssync .sixboxes:nth-child(4) {
        margin-bottom: 20px;
    }
    .businesssync .sixboxes:nth-child(5) {
        margin-bottom: 20px;
    }
    .easiestappbuilder .col-md-3 p{
        margin-bottom: 40px!important;
    }
    .easiestappbuilder .col-md-3:last-child p{
        margin-bottom: 0px!important;
    }
    .easiestappbuilder .subheadings2 {
        margin: 19px 0px 21px 0px!important;
        line-height: 27px!important;
    }
    .easiestappbuilder a, .easiestappbuilder a:hover{
        margin: 24px 0px 40px 0px!important;
        width: 200px;
        height: 44px;
        font-size: 14px;
    }
    .easiestappbuilder .container-fluid .globe {
        position: absolute;
    }
    .tailormade {
        margin-top: 40px;
    }
    .threesteps .col-md-6 div {
        padding: 29px 28px 32px 38px;
        margin-bottom: 0px!important;
        margin-top: 20px!important;
        float: right!important;
        width: 100%;
    }
    .threesteps .col-md-6:nth-child(1) {
        padding-left: 30px;
        padding-right: 15px;
    }
    .easiestappbuilder .col-md-3 {
        min-width: 100%;
        max-width: 100%;
    }
    .app-design img {
        max-width: none;
    }
    .app-design {
        padding-bottom: 60px;
    }
    .threesteps .col-md-6 div:last-child{
        margin-bottom: 40px!important;
    }
    .threesteps .row {
        margin-top: 20px;
    }
    .threestepsdetail.allflex{
        display: block;
    }
    .threestepsdetail.allflex p{
        margin-bottom: 40px;
    }
    .threestepsdetail.allflex div:last-child p{
        margin-bottom: 0px;
    }
    .webtoapk .subheadings2 {
        margin: 25px 0px 20px 0px;
        text-align: center;
    }
    .gotoapk .semiflex{
        margin-top: 30px
    }
    .webtoapk p {
        min-height: auto;
        text-align: center;
    }
    .lovewordpress {
        text-align: left;
    }
    .lovewordpress p {
        margin-top: 20px!important;
        margin-bottom: 46px!important;
    }
    .faq .paddingtop100 .midflex div {
        width: 50%;
        margin-bottom: 28px;
    }
    .faq .paddingtop100 .midflex div:nth-child(6) {
        margin-bottom: 28px;
    }
    .faq .paddingtop100 .midflex div:nth-child(7) {
        margin-bottom: 28px;
    }
    .faq .paddingtop100 .midflex div:nth-child(8) {
        margin-bottom: 28px;
    }
    .faq .paddingtop100 .midflex div:nth-child(9),.faq .paddingtop100 .midflex div:nth-child(10) {
        margin-bottom: 0px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .faq .container .paddingtop100{
        padding-top: 35px!important;
    }
    .customersaying  .subheadings1{
        margin-bottom: 40px;
    }
    .footerbanner.visible{
        text-align: left;
        padding: 151px 0px 151px 0px;
        background-image: url(../images/backgrounbanner-mobile1.webp), url(../images/backgrounbanner-mobile2.webp);
        background-position: top center, bottom center;
    }
    .footerbanner h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .footerbanner a {
        margin: initial;
    }
    .footerbanner h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    footer {
        padding: 60px 0px 19px 0px;
    }
    .footergrid h5 {
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .footerbanner a {
        width: 184px;
        height: 44px;
        font-size: 14px;
    }
    .footergrid div a {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .bottombar {
        margin-top: 40px;
        padding-top: 22px;
    }
    .bottombar .allflex{
        display: block;
    }
    .bottombar a {
        margin-left: 0px;
        margin-right: 22px;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 10px;
    }
    .bottombar p{
        margin-bottom: 21px!important;
    }
    .customersaying .row .col-md-6:nth-child(1) {
        padding-right: 15px;
    }
    .customersaying .row .col-md-6:nth-child(1) h3{
        padding-top: 0px;
    }
    .buildapplayout img{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .businesssync {
        margin-top: 40px;
    }
    .lovewordpress img{
        margin-top: 40px;
    }
    .homebanner .container{
        padding: 0px 15px;
        overflow: hidden;
    }
    .awards {
        padding-bottom: 60px;
    }
    .threesteps .col-md-6:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .webshow{
        display: none!important;
    }
    .mobileshow{
        display: block!important;
    }
    .slider-menu {
        position: fixed;
        left: 100%;
        height: 100%;
        transition: .8s;
        overflow: auto;
        width: 100%;
        background-color: #fff;
        top: 0;
        z-index: 99999;
        display: none;
    }
    .show-sidebar {
        left: 0%!important;
        transition: .8s;
        z-index: 9999999;
    }

/*    Mega Menu Mobile Starts*/
    
    .custom-mobilemenu, .slider-menu {
        display: block!important;
    }
    .solution-menu{
        position: fixed;
        left: 100%;
        height: 100%;
        transition: 1s;
        overflow: auto;
        width: 100%;
        background-color: #fff;
        top: 0;
        z-index: 99999999;
        display: block!important;
    }
    .show-solutions {
        left: 0%!important;
        transition: 1s;
        box-shadow: 0px 2px 8px rgb(15 25 59 / 16%)
    }
    .solution-menu .mega-menu-solutions , .solution-menu .mega-menu-industries{
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        opacity: 1;
        padding-left: 0px;
    }
    .solution-menu .solutions-sub , .solution-menu .industries-sub{
        z-index: 2;
        background-color: #fff;
        padding: 40px 20px 20px 20px;
        display: block;
        flex-wrap: wrap;
        border-radius: 6px;
        box-shadow: none;
        width: 100%;
    }
    .solution-menu .mega-menu-solutions .mega-menu-items , .solution-menu .mega-menu-industries .mega-menu-items{
        display: flex;
        align-items: flex-start;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .mb-0 {
        margin-bottom: 30px!important;
    }
    .solution-menu .mega-menu-solutions .mega-menu-items div:nth-child(1) , .solution-menu .mega-menu-industries .mega-menu-items div:nth-child(1){
        margin-right: 10px!important;
        min-width: 44px;
    }
    .solution-menu .mega-menu-solutions .mega-menu-items p , .solution-menu .mega-menu-industries .mega-menu-items p {
        width: 80%;
        text-align: left!important;
    }
    .solution-menu .solutions-sub:before , .solution-menu .solutions-sub:after{
        display: none;
    }
    .solution-menu .industries-sub:before , .solution-menu .industries-sub:after{
        display: none;
    }
    .disabled-mega-menu div:nth-child(1){
        margin-right: 10px!important;
        min-width: 44px;
    }
    .solution-menu .slidermenu-header{
        border-bottom: 1px solid #ccc;
        height: 70px;
        padding: 0px 21px;
    }
    .solution-menu .slidermenu-header a{
        color: #0F193B;
        font-size: 18px;
        font-family: 'Axiforma-Bold';
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .solution-menu a{
        text-decoration: none;
    }
    .solution-menu .slidermenu-header a svg{
        margin-right: 20px;
    }
    .mega-menu-industry-link {
        width: 100%!important;
        justify-content: start;
        padding-left: 55px;
    }
    .mobile-small-sub-menu{
        list-style-type: none;
        width: 100%!important;
    }
    .small-sub-menu li{
        list-style-type: none;
        margin-bottom: 10px!important;
    }
    
/*    Mega Menu Mobile Ends*/
    
    .opac:after {
        position: absolute;
        background: rgba(0,0,0,.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transition: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        z-index: 9;
        position: fixed;
    }
    .slider-menu ul li a {
        font-family: 'Axiforma-Bold';
        font-size: 16px!important;
        text-decoration: none;
    }
    .slider-menu ul li {
        list-style-type: none;
        margin-top: 12px;
        padding-bottom: 30px;
        padding-left: 25px;
        text-align: left;
    }
    .slidermenu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px 0px 20px;
        background-color: #fff;
    }
    .slider-menu ul {
        padding-left: 0!important;
        margin-top: 42px;
    }
    .slider-menu .allflex{
        padding: 0px 20px;
    }
    .slider-menu .allflex a{
        width: 48%;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        text-decoration: none;
    }
    br{
        display: none!important;
    }
    #mainheader{
        height: 70px!important;
    }
    .header-gap{
        margin-top: 70px;
    }
    .awards {
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .modal-content {
        width: 100%!important;
    }
    .modal-content iframe{
        width: 100%;
        height: 200px;
    }
    footer br{
        display: block!important;
    }
    .accordionItemHeading {
        font-size: 16px;
    }
    .accordionItemHeading {
        padding: 30px 0px 30px 0px;
    }
    .open .accordionItemHeading {
        padding: 30px 0px 0px 0px;
    }
    .open .accordionItemContent {
        padding: 10px 0px 10px 0px;
    }
    .accordionItemContent p{
        text-align: left!important;
    }
    .faq .container{
        overflow: hidden;
    }
    .youtubelink p {
        font-size: 14px;
        padding-left: 14px;
    }
    .youtubelink p br {
        display: block!important;
    }
    .industry-grid div:nth-child(9),.industry-grid div:nth-child(10) {
        margin-bottom: 0px;
    }
    .app-design h3{
        padding: 0px 20px;
    }
    .app-design h4{
        padding: 0px 20px;
    }
    .convertwebsite h4{
        margin-bottom: 40px;
    }
    .industry-box {
        width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 20px;
    }
    .industry-grid {
        margin-top: 45px;
    }
    .see-all-industry {
        width: calc(100% - 50px);
        margin-top: 40px;
    }
    

}



@media screen and (max-width: 1200px) and (min-width: 600px) {
    
    .homebanner img{
        margin: auto;
    }
    .homebanner-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .modal-content iframe {
        width: 100%;
        min-height: 500px;
    }
    .homebanner{
        text-align: center;
    }
    .homebanner .midflex{
        justify-content: center;
    }
    .homebanner .simpleflex a {
        height: 50px;
        font-size: 16px;
    }
    .mobileappcreator .row .col-md-4{
        width: 33%;
        text-align: center!important;
    }
    .subheadings2 {
        font-size: 16px;
    }
    .mobileappcreator .text-center , .sectionheadings.text-center , .subheadings1.text-center , .buildapplayout .text-right{
        text-align: center!important;
    }
    .mobileappcreator .iconbox{
        margin: auto;
        margin-bottom: 30px;
    }
    .buildapplayout img{
        margin: auto;
    }
    .mobileappcreator .row {
        margin-top: 60px;
    }
    .subheadings2 , p{
        text-align: center!important;
    }
    .easiestappbuilder .row .col-md-3{
        text-align: center;
        width: 48%;
    }
    .portalfeatures{
        width: 48%;
    }
    .appconversions.midflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .appconversions div{
        width: 45%;
        text-align: center;
    }
    .appconversions div:nth-child(1) {
        text-align: center;
    }
    .appconversions .text-right {
        text-align: center!important;
    }
    .businesssync .sixboxes {
        width: 48%;
    }
    .businesssync{
        align-items: baseline;
    }
    .tailormade {
        align-items: start;
    }
    .threesteps .row{
        display: flex;
        align-items: center;
    }
    .threesteps .row .col-md-6{
        width: 50%;
    }
    .threestepsdetail.allflex{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        padding-top: 0px;
    }
    .threestepsdetail .stats , .threestepsdetail .youtubelink{
        width: 48%;
        text-align: left;
        padding-left: 40px;
    }
    .threestepsdetail .stats p{
        text-align: left!important;
    }
    .threestepsdetail{
        margin-top: 60px;
    }
    .threesteps .col-md-6 div:last-child {
        margin-bottom: 0px!important;
    }
    .threestepsdetail.allflex div:last-child p{
        margin-bottom: 40px;
    }
    .threestepsdetail.allflex div:nth-child(3) p , .threestepsdetail.allflex div:nth-child(4) p{
        margin-bottom: 0px;
    }
    .customersaying .paddingtop100 .midflex div {
        width: 20%;
    }
    .faq .paddingtop100 .midflex div:nth-child(9), .faq .paddingtop100 .midflex div:nth-child(10) {
        margin-bottom: 20px;
    }
    .customersaying .col-md-6{
        width: 50%;
    } 
    .customersaying .row{
        align-items: center;
    }
    .footerbanner{
        text-align: center!important;
    }
    .footerbanner a {
        margin: auto;
    }
    .footergrid.semiflex {
        display: flex;
        align-items: baseline;
    }
    .footergrid p{
        text-align: left!important;
    }
    .bottombar .allflex {
        display: flex;
    }
    .bottombar p {
        margin-bottom: 0px!important;
    }
    footer {
        padding: 25px 0px 19px 0px;
    }
    .youtubelink p{
        text-align: left!important;
        top: -25px;
    }
    .appconversions div:nth-child(1){
        display: none
    }
    .webtoapk {
        background-color: #fff;
        padding: 60px 30px 35px 30px;
        text-align: center;
        border-radius: 5px;
        width: 48%;
        margin-bottom: 0px!important;
    }
    .lovewordpress .webshow{
        display: block!important;
    }
    .lovewordpress .mobileshow{
        display: none!important;
    }
    .awards .mobileshow{
        display: none!important;
    }
    .awards .webshow{
        display: block!important;
        padding: 0px 30px;
    }
    
}


@media screen and (max-width: 600px){
    .appconversions div:nth-child(3){
        display: none
    }
    .webtoapk {
        padding: 50px 24px 45px 24px;
        width: 100%;
        margin-bottom: 30px;
    }
    .gotoapk .semiflex {
        display: block;
    }
    .lovewordpress .webshow{
        display: none!important;
    }
    .gotoapk .semiflex .webtoapk:nth-child(3){
        margin-bottom: 0px!important;
    }
    .threestepsdetail.midflex{
        display: block;
    }
    .threestepsdetail {
        margin-bottom: 60px;
    }
    .mobileappcreator a{
        margin: 40px 0px -1px 0px;
        width: 200px;
        height: 44px;
        font-size: 14px;
    }
    .tailormadelink{
        margin: 20px 0px 0px 0px;
        width: 200px;
        height: 44px;
        font-size: 14px;
    }
    .gotoapk a{
        margin: 25px 0px 0px 0px;
        width: 200px;
        height: 44px;
        font-size: 14px;
    }
}















