/*AE Banner section start*/
body{ font:18px / 1.4 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;}
.ae-hm-bnr-sec {
   background-image: url(../cloud/images/ae-cloud-bnr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0 12% 0;
    position: relative;
    background-position: top;
    background-color: #57affe;
}

/*.ae-hm-bnr-sec {
    background-image: linear-gradient(to right.ae-hm-adv-img img top, #ffffff, #f3f5ff, #e1edff, #c8e7ff, #aae2ff, #aae2ff, #aae2ff, #aae2ff, #b0f6fe, #b0f6fe, #b0f6fe, #b0f6fe);
    padding: 8% 0 12% 0;
    position: relative;
	overflow: hidden;
}

.ae-hm-bnr-bgs1 {background-image: url(../images/ae-hm-bnr-bgs1.png);background-repeat: no-repeat;position: absolute;width: 50%;height: 620px;right: 4%;top: 6%;background-size: cover;animation: bgsfadein .1s;animation-delay: .1s;}
.ae-hm-bnr-bgs2 {background-image: url(../images/ae-hm-bnr-bgs2.png);background-repeat: no-repeat;position: absolute;width: 60%;height: 80%;left: 0;top: 0px;background-size: contain;animation: bgsfadein .1s;animation-delay: .2s;}
.ae-hm-bnr-bgs3 {background-image: url(../images/ae-hm-bnr-bgs3.png);background-repeat: no-repeat;position: absolute;width: 100%;height: 300px;left: -3%;bottom: 0;background-size: cover;animation: bgsfadein .1s;animation-delay: .3s;
}
@keyframes bgsfadein {
  from {
    opacity: 0.5
  }
  to {
    opacity: 1
  }
}*/

.ae-home-sprite{background-image: url("../images/ae-home-sprite-icons.png"); background-repeat: no-repeat; }
.ae-hm-banner-cont{     display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
.ae-hm-banner-cont .col{    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    box-sizing: border-box;
	position: relative;
}

/*.ae-hm-banner-cont .col:nth-child(2){
 background-color: #b9f0ff;
  background-image: radial-gradient(#a1e9fc, #b9f0ff);
}*/

.ae-hm-banner-cont .col h1 {
    font: 55px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: wrap;
	 letter-spacing: -1px;
	opacity: 0;
	transition: 1s ease;
	transition-delay: .1s;
	  transform: translateX(-30px);
	width: 70%;
}
.ae-hm-banner-cont .col h1.content-view{opacity: 1; transform: translateX(0px);}
.ae-hm-banner-cont .col h1 span.typetext{
  color: #386df2; 
	opacity: 0;
	transform: translateX(-30px);
}
.ae-hm-banner-cont .col h1.content-view span.typetext{
	transition: 1s ease;
    transition-delay: 2s;
	transform: translateX(0px);
	opacity: 1;
}
.ae-hm-banner-cont .col h1 span.typetext span.hypn{width: 0px;display: block; height: 0px; font-size: 0px;}
.ae-hm-banner-cont .col h1 span.typetext::after{
    content: '|';
    animation-name: blinking; 
    animation-duration: .71s; 
    animation-iteration-count: infinite;
	font: 50px / 1.5 'Zoho_Puvi_Medium', Arial, Helvetica, sans-serif;
}
@keyframes blinking{
    from{
        color: transparent; 
    }
    to{
        color: #386df2; 
    }
}

.ae-hm-banner-cont .col p {
    font: 21px / 1.5 'Zoho_Puvi_Medium', Arial, Helvetica, sans-serif;
    margin: 20px 0 40px 0;
    color: #000;
    padding-right: 20%;
    letter-spacing: .3px;
	opacity: 0;
	transition: 1s ease;
	transition-delay: .2s;
	 transform: translateX(-30px);
}
.ae-hm-banner-cont .col p.content-view{opacity: 1;transform: translateX(0px);}


.ae-hm-banner-cont a.ae-hm-bnr-cta {
    background: #db4228;
    color: #fff;
    text-decoration: none;
    font: 22px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 18px 40px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: block;
    max-width: 290px;
    text-align: center;
	opacity: 0;
	transition: 1s ease;
	transition-delay: .3s;
	transform: translateX(-30px);
}
.bnr-cta.content-view a.ae-hm-bnr-cta{max-width: 300px;padding: 18px 60px;opacity: 1;transform: translateX(0px);}

.ae-hm-banner-cont a.ae-hm-bnr-cta::after {
    content: "";
    width: 30px;
    height: 110px;
    position: absolute;
    left: -30px;
    top: 0;
    margin-top: -20px;
    background: #e9c5c5;
    opacity: 0.6;
    filter: blur(20px);
    animation: login-blur 3s infinite;
    transform: translate(-10px) rotate(45deg);
    animation-delay: 3.5s;
    transform-origin: top;
}
@keyframes login-blur {
  from {
    transform: translate(-10px) rotate(45deg);
  }
  to {
    transform: translateX(500px) rotate(45deg);
  }
}

img.ae-hm-dcbnr-image {
    width:96%;
    display: block;
    margin: 0 auto;
    position: relative;
    right: 0px;
    transform: translateX(50px);
    opacity: 0;
    z-index: 1;
}
.parent-active img.ae-hm-dcbnr-image{
    transform: translateX(0px);
    opacity: 1;
    transition: 2s ease;
    transition-delay: 0.5s;
}

img.ae-hm-mobbnr-image {
    width: 80%;
    display: block;
    margin: 30px 0 0 auto;
	position: relative;
	right: 0px;
	/*transform: translateY(-50px);*/
	 opacity: 0;
	z-index: 99;
	display: none;
}
.parent-active img.ae-hm-mobbnr-image{
    /*transform: translateY(0px);*/
    opacity: 1;
    transition: 2s ease;
    transition-delay: 1s;
}

.ae-hm-banner{ position: relative}
.auther-01, .laptop-02, .gear-03, .cloud-04, .server-05, .server-bg-06, .file-07, .mobile-08{ position: absolute; display: block;}


.auther-01 {
    opacity: 0;
    transform: translateY(60px);
}
.ae-hm-banner.content-view .auther-01 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1s;
    top: -216px;
    left: 174px;
    z-index: 9999;
    transform: translateY(0px);
    overflow: hidden;
}
.auther-01 img {max-width: 100%;}


/*.cloud-04{opacity: 0; z-index: 2;    transform-origin: 0 100%; height: 200px; transition: transform .5s; transform: scaleY(0);}
.ae-hm-banner.content-view .cloud-04 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.2s;
    top: -380px;
    left: 10px;
    width: 98%;
	transform: scaleY(1);
}
.cloud-04 img {max-width: 100%;}*/


.laptop-02 {
    opacity: 0;
    z-index: 4;
    right: -50px;
    width: 30%;
    top: 210px;
}

.laptop-02.content-view {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.1s !important;
	right: 20px;
}
.laptop-02 img {max-width: 100%; position: relative;}

/*.laptop-02 img::after{
    content: "";
    width: 30px;
    height: 110px;
    position: absolute;
    left: -30px;
    top: 0;
    margin-top: -20px;
    background: #fff;
    opacity: 0.6;
    filter: blur(20px);
    animation: loginblur 3s infinite;
    transform: translate(-10px) rotate(45deg);
    animation-delay: 3.5s;
    transform-origin: top;
}
@keyframes loginblur {
	  from {
	    transform: translate(-10px) rotate(45deg);
	  }
	  to {
	    transform: translateX(500px) rotate(45deg);
	  }
	}*/


/*.gear-03{opacity: 0;z-index: 5;transform: rotate(0);}
.ae-hm-banner.content-view .gear-03 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.6s;
    top: -341px;
    left: 167px;
    width: 20%;
	transform: rotate(0);
}
.gear-03 img {max-width: 100%;}*/



.server-05 {
    opacity: 0;
    top: -200px;
}
.ae-hm-banner.content-view .server-05 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.2s;
    top: -380px;
    right: 95px;
    width: 25%;
	z-index: 1;
}
.server-05 img {max-width: 100%;}

.server-bg-06 {
    opacity: 0;
    top: -390px;
    right: 80px;
    width: 10%;
}
.ae-hm-banner.content-view .server-bg-06 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.3s;
    top: -420px;
    right: 50px;
    width: 20%;
}
.server-bg-06 img {max-width: 100%;}


.file-07 {
    opacity: 0;
    top: -200px;
}
.ae-hm-banner.content-view .file-07 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.4s;
    top: -400px;
    left: 118px;
    width: 17%;
}
.file-07 img {max-width: 100%;}


.mobile-08 {
    opacity: 0;
    top: -100px;
}
.ae-hm-banner.content-view .mobile-08 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.5s;
    top: -35px;
    left: 125px;
    width: 17%;
}
.mobile-08 img {max-width: 100%;}

/*AE Banner section end*/




/*AE CLOUD ADVANTAGE section start*/

.ae-hm-cld-adv-sec {
    background-color:#f9fdff;
    padding: 8% 0 12% 0;
    border-radius: 4em 4em 0 0;
    margin-top: -5em;
	position: relative
}
.ae-hm-cld-adv-sec h2{font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #000; display: flex;    flex-wrap: wrap;}
.ae-cld-adv-cont{ display: flex;}
.ae-cld-adv-cont .ae-cld-adv-left{ flex:0 0 45%;}
.ae-cld-adv-cont .ae-cld-adv-left .ftimgsticky{ position: sticky; top: 25%;}
.ae-hm-adv-img img {
    width: 80%;
	margin-top: 30px;
}
.ae-cld-adv-cont .ae-cld-adv-right {
    flex: 0 0 45%;
    padding-left: 5%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ae-hm-advntgs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.ae-hm-advntgs .ae-cld-adv-boxs {
    flex: 0 0 100%;
    margin: 20px auto;
	overflow: hidden;
}

.ae-hm-advntgs .ae-cld-adv-boxs:nth-child(even) {
	position: relative;
	top: auto;
}

/*.ae-hm-advntgs .ae-cld-adv-boxs:nth-child(even) {
}*/


.ae-cld-adv-boxs.content-view .ae-advntgscont{ transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;}
/*.ae-advntgscont {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    min-height: 450px;
	opacity: 0;
  transform: translateY(-50px);
}*/
.ae-advntgscont {
    /* margin: 20px; 
    background: #f1f1f1;*/
    padding: 0;
    border-radius: 0;
    opacity: 0;
    transform: translateY(-50px);
    /* min-height: 365px; */
    transition: .3s ease;
	display: flex;
}
/*.ae-advntgscont:hover{ box-shadow:0px 1px 16px 0px rgb(8 44 106); transform: translateY(-0.2em);}*/

.ae-advntgscont h4{    font: 21px / 1.4 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;margin: 0px;}
ul.ae-ftr-points {
	padding-right: 0;
	margin-top: 20px;
}

ul.ae-ftr-points li {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top: 13px;
	transition: .3s ease;
}
.ae-cld-adv-boxs.content-view .ae-advntgscont ul.ae-ftr-points li{
	-webkit-animation: ftrlist 1.5s ease-out;
     animation: ftrlist 1.5s ease-out;
 }
p.wordbrk {
    width: 88%;
}
 @-webkit-keyframes ftrlist {
     0% {
        opacity: 0.5;
         transform: translateX(30px);
     }
     
     100% {
         opacity: 1;
         transform: translateX(0px);
     }
   }

ul.ae-ftr-points li::before {
    background-image: url("../images/ae-ftr-points-icon.svg");
}
ul.ae-ftr-points li::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size:contain;
    position: absolute;
    left: 0;
    top: 6px;
}

.ae-ftr-icon1, .ae-ftr-icon2, .ae-ftr-icon3, .ae-ftr-icon4{
    width: 75px;
    height: 50px;
    display: block;
    background-image: url(../cloud/images/cloud-advantage-icons.svg);
    display: block;
    margin: 0;
    background-size: 300px;
}

.ae-ftr-icon1 {
    background-position: -5px -7px;
}
.ae-ftr-icon2 {
    background-position: -83px -10px;
}
.ae-ftr-icon3 {
    background-position: -152px -11px;
}
.ae-ftr-icon4 {
    background-position: -524px -13px;
}



/*AE ITAM stratagey section start*/
.ae-itam-sec {
    background-color:#fff;
    padding: 8% 0 8% 0;
    border-radius: 4em 4em 0 0;
    margin-top: -5em;
	position: relative;
	overflow: hidden;
}
.ae-itam-sec h2 {
    font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
}
.ae-itamtabs {
    width: 95%;
    margin: 0 auto;
}


.ae-itamtab-list {
    list-style: none;
    padding: 0 10px;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1.5px solid #d9d9d9;
    margin-top: 50px;
	cursor: pointer;
}

.reddotleft {
    background: #d9d9d9;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    position: absolute;
    left: -10px;
    bottom: -4px;
    z-index: 2;
    opacity: 1 !important;
}
.reddotright{ 
background: #d9d9d9;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    position: absolute;
    right: -10px;
    bottom: -4px;
	z-index: 2;
    opacity: 1 !important;
}


.ae-itamtab {
    padding: 10px 0;
    text-align: center;
    position: relative;
    margin: 0;
	font-family: 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    font-size: 19px;
	 opacity: 0.5;
}
.ae-itamtab.active{ opacity: 1;}

.aeitamtab-mgicline {
    position: absolute;
    height: 3px;
    background: #007bff;
    bottom: -2px;
    transition: left 0.3s, width 0.3s;
    border-radius: 4px;
}

.aeitam-continer {
    position: relative;
    /*height: 50px;  Adjust height based on your content */
	width:100%;
    margin:0 auto;
}

.aeitam-cont-wrapper {
    display: flex; /* Align items in a row */
    transition: transform 0.5s ease; /* Smooth transition for sliding */
}

.aeitam-cont-item {
    min-width: 100%; /* Each item takes full width of the container */
    height: 100%; /* Match height of the content area */
	opacity: 0.5;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.aeitam-cont{ width: 80%; margin: 0 auto}
h2.mobviwe-title{ display: none}
.aeitam-cont-item img {
    width: 100%;
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: 0 0 7px 3px #e4e4e4;
}
.aeitam-cont-item.active{opacity:1;}

.aeitam-cont-item h3 {font: 23px / 1.3 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #000;}


.saasmodelsec{ background: #fff; padding: 100px 0 200px 0; margin-top: -5em; border-radius: 4em 4em 0 0; position: relative}
.saasmodelsec h2 {
	font: 40px / 1.3 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #000;
    text-align: center;
    width: 46%;
    margin: 0 auto;
}

.signformcont{ display: flex; margin-top: 80px; align-items: center;}
.signformcont div.threesteps{ flex: 0 0 50%;}
.signformcont div.signupform{ flex: 0 0 50%;}
.iframebgblue {
    background: #cbdbfb9e;
    border-radius: 15px;
    width: 450px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.iframebg {
    background: #336af6;
    padding: 20px;
    border-radius: 10px;
    height: 650px;
}
.bluedot-left {
    background: url(../images/blue-dot.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 70px;
    position: absolute;
    top: 25px;
    left: -19px;
}
.bluedot-bottom {
    background: url(../images/blue-dot.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 70px;
    position: absolute;
    bottom: -40px;
    right: 100px;
    transform: rotate(90deg);
}
iframe.cloud-page-form {
 
}
.process-container {
    display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.step1, .step2, .step3{ flex:100%; position: relative;overflow: hidden;}
.step2{ margin-top: 70px;}
.step3{ margin-top: 60px;}
.step-content1, .step-content2, .step-content3 {
    position: relative;
    text-align: left;
    margin-top: 0px;
    margin-left: 80px;
	overflow: hidden;
}
p.flip-hdr {
    font-family: 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    opacity: 0%;
    transform: translateY(-50px);
    margin-bottom: 20px;
	margin-top: 0px;
}
p.flip-disc {
    width: 60%;
    margin: 0;
    opacity: 0%;
    transform: translateY(-70px);
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
}


.line1 {
    position: absolute;
    /* opacity: 0.5; */
    width: 3px;
    height: 28%;
    top: 40px;
    left: 18px;
    z-index: 9;
}
.line2 {
    width: 3px;
    height: 26%;
    position: absolute;
    top: 230px;
    left: 18px;
    z-index: 9;
    /* opacity: 0.5; */
}
/*.line-gray {
    width: 63%;
    height: 4px;
    position: absolute;
    top: 86px;
    background: rgb(229 229 229);
    left: 260px;
	opacity: 0.5;
	z-index: 1;
	display: none;
}*/

.start-animation .step-circle1{
    animation: circlefadeIn 0.5s forwards 0.3s;
}
.start-animation .step-circle1 span.numbercircle {
    animation: inrcirclefadeIn 0.5s forwards 0.3s;
}
/*.start-animation .step-content1{
    animation: fadeIn 0.2s forwards 0.2s
}*/
.start-animation .step-content1 p.flip-hdr{
    animation: fadeIn 0.5s forwards 0.6s;
}
.start-animation .step-content1 p.flip-disc{
    animation: fadeIn 0.5s forwards 0.9s;
}


.start-animation .line1 {
    animation: drawLine1 0.5s forwards 1s;
}

@-webkit-keyframes drawLine1 {
    0%  {height: 0%}
    100%  {background-color: #386df2; height: 31%}
}

@keyframes drawLine1 {
     0%  {height: 0%}
    100%  {background-color: #386df2; height: 31%}
}

.start-animation .step-circle2{
    animation: circlefadeIn 0.5s forwards 1.2s;
}
.start-animation .step-circle2 span.numbercircle {
    animation: inrcirclefadeIn 0.5s forwards 1.2s;
}

.start-animation .step-content2 p.flip-hdr{
    animation: fadeIn 0.5s forwards 1.5s
}
.start-animation .step-content2 p.flip-disc{
    animation: fadeIn 0.5s forwards 1.8s
}


.start-animation .line2 {
    animation: drawLine2 0.5s forwards 2s;
}

@-webkit-keyframes drawLine2 {
    0%  {height: 0%}
    100%  {background-color: #386df2; height: 31%}
}

@keyframes drawLine2 {
     0%  {height: 0%}
    100%  {background-color: #386df2; height: 34%}
}



.start-animation .step-circle3{
    animation: circlefadeIn 0.5s forwards 2.3s;
}
.start-animation .step-circle3 span.numbercircle {
    animation: inrcirclefadeIn 0.5s forwards 2.3s;
}
/*.start-animation .step-content3{
    animation: fadeIn 0.2s forwards 1.5s
}*/
.start-animation .step-content3 p.flip-hdr{
    animation: fadeIn 0.5s forwards 2.6s
}
.start-animation .step-content3 p.flip-disc{
    animation: fadeIn 0.5s forwards 2.9s
}





.step-circle1, .step-circle2, .step-circle3 {
    width: 40px;
    height: 40px;
    /* background: #ccc; */
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    z-index: 99;
    position: absolute;
    left: 0;
    /* opacity: 0.5; */
}
.step-circle1 span.numbercircle, .step-circle2 span.numbercircle, .step-circle3 span.numbercircle {
    width: 30px;
    height: 30px;
    /* background: #ccc; */
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #fff;
    position: relative;
    top: 2px;
    left: 2px;
    /* opacity: 0.5; */
    z-index: 99;
}
		
@keyframes circlefadeIn {
    0% {
		opacity: 0;
		left: -20px;
    }
	100% {
		opacity: 1;
        background:#386df2;
		left:0px;
    }
}
@keyframes inrcirclefadeIn {
    0% {
		opacity: 0;
		left: -20px;
    }
	100% {
		opacity: 1;
        background:#386df2;
		left:2px;
    }
}
		
/*@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
		background: #fff;
    }
}*/

@keyframes fadeIn {
  0%{
    opacity: 0%;
	  transform: translateY(-50);
	  color: #fff;
  }
  
  50%{
    opacity: 50%;
	transform: translateY(-30);
  }
  
  100%{
    opacity: 100%;
	transform: translateY(0);
	  color: #000;
  }
}



/*@keyframes drawLine {
    to {
        width: 0px;
    }
}*/
		


.saasbtmcta{ text-align: center; margin-top: 20px;}
.saasbtmcta a{background: #e1384a;
    color: #fff;
    text-decoration: none;
    font: 20px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 15px 50px;
	border-radius: 10px;    transition: all ease .5s; cursor: pointer}
.saasbtmcta a:hover{ background: #ce1a2d;padding: 18px 60px;}
p.cloud-vrsn{  font-size: 18px; line-height: 1.5; text-align: center; width: 80%; margin: 80px auto 0 auto}

/*AE features section end*/


/*AE Editions table section start*/

.ae-hm-edition-sec {
    background: #dee8fd;
    padding: 8% 0 12% 0;
    border-radius: 4em 4em 0 0;
    margin-top: -5em;
    position: relative;
}
.ae-hm-edition-sec h2 {
    font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    margin-top: 0;
}
.ae-home-edn-table {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
	margin-top: 80px;
}
.ae-home-edn-table .col {
    box-sizing: border-box;
    flex: 0 0 calc(100% / 3 - 20px);
    max-width: calc(96% / 3 - 20px);
    position: relative;
    
}
.ae-home-edn-table .col h3{font: 30px / 1.3 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif; color: #000;text-align: left; margin-top: 15px;}


.ae-free-edn-icon, .ae-trial-edn-icon, .ae-pro-edn-icon {
    background-image: url(../images/ae-hm-edn-icons.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    background-size: 270px;
}

.ae-free-edn-icon{ background-position:-16px -9px;}
.ae-trial-edn-icon {background-position:-120px -8px;}
.ae-pro-edn-icon{ background-position:-207px -8px;}



.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
    padding: 60px 40px;
	 border-radius: 30px;
	min-height: 590px;
	    transition: 0.5s ease !important;
}
.ae-free-edition:hover, .ae-trial-edition:hover, .ae-pro-edition:hover {
             box-shadow: 0px 10px 14px 0px rgb(67 111 186 / 24%);
	    transform: translateY(-0.30em) !important;
}
.ae-free-edition {
    background:#cedcfc;
	transform: translateY(50px);
}
.ae-trial-edition {
   background:#cedcfc;
	transform: translateY(100px);
}
.ae-pro-edition {
    background: #ffffff;
	transform: translateY(200px);
	overflow: hidden;
}
.col.content-view .ae-free-edition {
    transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .1s;
}
.col.content-view .ae-free-edition ul.ae-hme-edn-list li {margin-top: 10px;opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;}


.col.content-view .ae-trial-edition {
    transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;
}
.col.content-view .ae-trial-edition ul.ae-hme-edn-list li {margin-top: 10px;opacity: 1;
  transition: .6s ease;
  transition-delay: .3s;}

.col.content-view .ae-pro-edition {
    transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .4s;
}
.col.content-view .ae-pro-edition ul.ae-hme-edn-list li {margin-top: 10px;opacity: 1;
  transition: .6s ease;
  transition-delay: .5s;}


.m-popular {
    background: #dd3d32;
    color: #fff;
    padding: 5px 40px;
    position: absolute;
    right: -42px;
    top: 30px;
    transform: rotate(45deg);
    vertical-align: middle;
    display: inline-block;
	    font-size: 13px;
}

ul.ae-hme-edn-list {
	padding-right: 0;
	margin-top: 30px;
}

ul.ae-hme-edn-list li {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top: 20px;
    color: #000;
    line-height: 1.4;
	opacity: 0;
	transition: 1s ease !important;
}

/*ul.ae-hme-edn-list li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}*/

ul.ae-hme-edn-list li::before {
    background-image: url("../images/ae-ftr-points-icon.svg");
}
ul.ae-hme-edn-list li::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size:contain;
    position: absolute;
    left: 0;
    top: 6px;
}

/*AE Editions table section end*/


/*AE customer section start*/

.ae-hm-customer-sec {
    background: #fff;
    padding: 0 0 8% 0;
    border-radius: 4em 4em 0 0;
    margin-top:0;
	position: relative;
}
.ae-hm-customer-sec h2 {
    font: 40px / 1.2 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 0;
}
/*FAQ style starts here*/
.what-custmrsay-bg{ background: #386df2; padding: 100px; border-radius: 3em;}
.customersay {
    position: relative;
    width: 75%;
    margin: 70px auto 0 auto;
    text-align: center;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.customersay h2 {
  font: 40px / 1.2 'Zoho_Puvi_SemiBold', Arial, Helvetica, sans-serif;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.custmrimg1, .custmrimg2 {
    width: 116px;
    height: 116px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.custmrimg1{ background-position:-158px -246px }
.custmrimg2{ background-position:-12px -246px}

.customersay p.quotes {
  font: 18px / 1.6 'Zoho_Puvi_SemiBold', Arial, Helvetica, sans-serif;
  margin: 30px 0px 0px 0px;
	color: #fff;
}
.customersay p.authrname {
  font: 18px / 1.6 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
  margin: 30px 0px 0px 0px;
	color: #fff;
}
.customersay p.authrdesin {
  font: 15px / 1.6 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
	color: #fff;
}
.customersay .slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    text-align: center;
    right: -340px;
    position: absolute;
}
.customersay .slick-next, .customersay .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: center;
  border: 2px solid #0c8980;
  transition: all .5s ease;
	display: none !important;
}
.customersay .slick-next:hover, .customersay .slick-prev:hover {
  background: #0c8980;
}
.customersay .slick-next:hover::before, .customersay .slick-prev:hover:before, .customersay .slick-next:hover::after, .customersay .slick-prev:hover::after {
  background: #fff;
}
.customersay .slick-prev {
  left: -150px;
}
.customersay .slick-next {
  right: -150px;
}
.customersay .slick-next:after, .customersay .slick-next:before, .customersay .slick-prev:after, .customersay .slick-prev:before {
  background: #0c8980;
  width: 3px;
  height: 14px;
}
.customersay .slick-prev:before {
  top: 6px;
  left: 16px;
}
.customersay .slick-next:before {
  top: 7px;
  right: 15px;
}
.customersay .slick-prev:after {
  bottom: 7px;
  left: 15px;
}
.customersay .slick-next:after {
  bottom: 6px;
  right: 15px;
}
.slick-dots li{    background: #6a98f7;width: 11px;
    height: 11px;border: 1px solid #6a98f7;}
.customersay .slick-dots li.slick-active {
    background: #dae6fd;
    width: 20px;
    height: 11px;
    border: 1px solid #dae6fd;
    border-radius: 10px;
}
a.faq-links {
  font: 16px / 1.1 "Zoho_Puvi_SemiBold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #0067ff;
}
/*FAQ style ends here*/

/*AE customer section end*/

/*AE footer section start*/

.ae-hm-footercta-sec{background: #f3f7fe; padding-bottom: 100px}
.ae-hm-footerctabg {
    background-image: url(../cloud/images/ae-cloud-footr-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:8% 9%;
    text-align: center;
    background-position: center;
    border-radius: 50px;
	animation: footerbgfade 4s infinite alternate;
	margin-top: 150px;
}
@keyframes footerbgfade {
    0% {
        background-image: url('../cloud/images/ae-cloud-footr-bg1.png');
    }
    
    100% {
        background-image: url('../cloud/images/ae-cloud-footr-bg2.png');
    }
}
.ae-hm-footerctabg h2 {
    font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    margin-top: 0;
    width: 60%;
    margin: 0 auto 50px auto;
}
.ae-hm-footerctabg a{ background: #db4228;
    color: #fff;
    text-decoration: none;
    font: 20px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 15px 80px;
	border-radius: 10px;transition: all .5s ease; cursor: pointer}

.ae-hm-footerctabg a:hover{ background: #ce1a2d;padding: 18px 90px;}
/*AE footer section end*/


@media only screen and (max-width:1440px) {
	.aeitam-continer{ width: 85%;}
}
@media only screen and (max-width:1340px) {
	
	.ae-hm-bnr-bgs1 {
    width: 59%;
    height: 620px;
    right: 0;
    top: 6%;
    background-size: contain;
}
	.itsmcont .bnfits{    padding: 26px 22px}

	.ae-hm-adv-img img {
    width: 100%;
}
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
		padding: 50px 30px;}
	.ae-home-edn-table .col{    max-width: calc(100% / 3 - 20px);}
	.ae-home-edn-table{    justify-content: space-between;}
	.customersay .slick-dots{    right: auto;
    position: relative;}
}
@media only screen and (max-width:1280px) {
	.ae-hm-banner-cont .col h1 {
		font: 58px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;}
}
@media only screen and (max-width:1180px) {
	.ae-hm-bnr-sec{ background-position: inherit;}
	.ae-hm-bnr-bgs1 {
        width: 100%;
        height: 570px;
        right: auto;
        top: auto;
        background-size: contain;
        bottom: 0;
        left: 0%;
    }
	.ae-hm-bnr-bgs3 {
    left: -23%;
		bottom: 7%;}
	span.bnr-arrow {
        transform: rotate(115deg) !important;
        bottom: 0px;
        left: 190px;
        top: 40px;
    }
	.ae-hm-banner-cont .col {
    flex: 0 0 calc(100% / 1);
		max-width: calc(100% / 1);}
	.ae-hm-banner-cont .col h1 {
    font: 50px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    display: block;
    flex-wrap: wrap;
    text-align: center;
    width: 70%;
    margin: 0 auto;
		   
}
	.ae-hm-banner-cont .col p {
    margin: 20px auto 40px auto;
    text-align: center;
    width:40%;
		padding: 0;
}
	.ae-hm-banner-cont a.ae-hm-bnr-cta {
    margin: 0 auto;
    text-align: center;
}
	img.ae-hm-dcbnr-image{ display: none}
	img.ae-hm-mobbnr-image {
        display: block;
        width: 50%;
        margin: 50px auto 0 auto;
    }
	.ae-hm-banner{display: none}
	.laptop-02{display: none}
	
	.ae-cld-adv-cont .ae-cld-adv-left{        flex: 0 0 100%;
        margin: 0 auto;}
	.ae-hm-adv-img {
    text-align: center;
}
	.ae-hm-adv-img img {
        width: 50%;
        margin: 0 auto;
    }
	
	.ae-hm-intro-cont h2{    width: 80%;}
	.ae-hm-rating{    width: 80%;}
	.ae-hm-itsm-sec h2 {
    width: 80%;
    margin: 0 auto;
}
	.itsmcont .bnfits {
		flex: 0 0 45%;}
	.ae-cld-adv-cont {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
	.ae-cld-adv-cont .ae-cld-adv-left {
    flex: 0 0 60%;
    margin: 0 auto;
}
	.ae-cld-adv-cont .ae-cld-adv-left .ftimgsticky {
    position: relative;
    top: auto;
}
	.ae-hm-cld-adv-sec h2 {
    display: block;
    flex-wrap: wrap;
    text-align: center;
}
	.ae-cld-adv-cont .ae-cld-adv-right {
        flex: 0 0 100%;
        padding-left: 0;
    }
	.ae-advntgscont {
        min-height: auto;
    }
	
	.saasmodelsec h2{ width: 55%;}
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition{    min-height: 700px;}
	.ae-home-edn-table .col h3 {
		font: 28px / 1.3 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;}
	
	
	.saasbtmcta {
    text-align: center;
    margin-top: 10px;
}
	p.cloud-vrsn{ margin: 50px auto 0 auto}
	.ae-countrywise{    background-size: contain;}
	.ae-countrywise .colm .worlwide p.animtxt {
    font: 40px / 1.3 'Zoho_Puvi_ExtraBold';
    margin-left: 40px;
}
	.ae-home-edn-table {
        justify-content: space-around;
    }
	.ae-home-edn-table .col {
        max-width: calc(100% / 1);
        flex: 0 0 calc(45% / 1);
        margin: 20px;
    }
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
        min-height: 600px;
    }
}

@media only screen and (max-width:1024px) {
.ae-cld-adv-cont .ae-cld-adv-left {
        flex: 0 0 90%;
        margin: 0 auto;
    }
	.ae-itam-sec h2{
		
		    width: 75%;
	}
	.saasmodelsec h2 {
        width: 70%;
    }
	.ae-hm-footerctabg h2{    width: 70%;}
}

@media only screen and (max-width:980px) {
	
	.ae-hm-banner-cont .col p{        width: 60%;}
	.ae-hm-cld-adv-sec{    margin-top: -3em;}
	span.bnr-arrow {
		transform: rotate(127deg) !important;
		left: 120px;
	}
	.ae-itam-sec h2{    width: 100%;}
	.ae-itamtab{ font-size: 18px;}
	.itsmcont .bnfits {
        flex: 0 0 43%;
    }
	
	.ae-countrywise{    margin: 20px auto 0 auto;}
	.ae-countrywise .colm .worlwide p.animtxt{ margin-bottom: 0px;}
	.ae-countrywise .colm .worlwide p:nth-child(2) {
		font: 14px / 1.3 'Zoho_Puvi_Bold';    margin-top: 0;}
	
	.what-custmrsay-bg {
    padding: 70px;
}
	.saasmodelsec{    margin-top: 0;}
	.saasmodelsec h2 {
        width: 100%;
    }
	
	.signformcont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
	.signformcont div.threesteps {
        flex: 0 0 60%;
        margin: 0 auto;
    }
	p.flip-disc {
		width: 78%;}
	.signformcont div.signupform {
    flex: 0 0 100%;
		padding-top: 30px;
}
	.ae-home-edn-table .col {
        flex: 0 0 calc(70% / 1);
    }
	.ae-hm-edition-sec h2{    width: 60%;
    margin: 0 auto;}
	.ae-home-edn-table{    margin-top: 40px;}
	
	.ae-hm-footerctabg h2 {
        width: 80%;
    }
	
}
@media only screen and (max-width:768px) {
	.ae-hm-bnr-sec{ padding: 80px 0}
	.ae-hm-banner-cont .col h1{ width: 80%;}
	.ae-hm-banner-cont .col h1 span {
        margin: 0 5px;
    }
	h2 span {
        margin: 0 5px;
    }

	.ae-hm-banner-cont .col p{ width: 70%;}
	img.ae-hm-bnr-image {
        width: 90%;
        margin: 50px auto 0 auto;
		right: 0px;
    }
	span.bnr-arrow{
	transform: rotate(90deg) !important;
		    bottom: 0px;
    left: 0px;
		        top: 40px;
	}
	h2.mobviwe-title{ display: block;font: 30px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif !important;}
	.ae-itamtabs{display: none}
	.ae-itam-sec h2 {
    font: 35px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
	}
	
	.aeitam-cont-item h3 {
    font: 20px / 1.3 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    color: #000;
}
	.ae-itam-sec{    margin-top: 0;}
	.cutomerlogos-bg {
    border-radius: 30px;
    padding: 30px;
    margin-top: 60px;
}
	ul.ae-cutomers {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}
	ul.ae-cutomers li{ margin: 0 10px;}
	.ae-hm-intro-sec {
    background: #fff;
    padding: 80px 0;
    border-radius: 0;
    margin-top: 0;
}
	.ae-hm-intro-cont h2 {
        width: 100%;
		    font: 35px / 1.2 'Zoho_Puvi_ExtraBold';
    }
	.ae-hm-intro-cont p{ width: 100%}
	.ae-hm-rating {
        width: 100%;
    }
	.ae-hm-rating .colm {
    flex: 0 0 100%;
}
	.rting-brnd img {
    max-width: 50%;
    margin: auto;
}
	.ae-starrating{    width: 50%;}
	.ae-hm-rating .colm:nth-child(3) .rting-brnd img {
    max-width: 15%;
    margin: auto;
}
	.ae-hm-itsm-sec {
    background: #f0f6fd;
    padding: 80px 0;
    margin-top: 0;
    border-radius: 0;
}
	.ae-hm-itsm-sec h2 {
        width: 100%;
        margin: 0 auto;
		    font: 35px / 1.2 'Zoho_Puvi_ExtraBold';
    }
	.itsmcont .bnfits {
        flex: 0 0 88%;
    }
	.itsmcont .bnfits:nth-child(1), .itsmcont .bnfits:nth-child(2), .itsmcont .bnfits:nth-child(3), .itsmcont .bnfits:nth-child(4), .itsmcont .bnfits:nth-child(5), .itsmcont .bnfits:nth-child(6) {
        border-left: 0;
        border-right: 0;
    }
	
	.ae-hm-cld-adv-sec{    padding: 80px 0;    border-radius: 0;
    margin-top: 0; }
	.ae-hm-cld-adv-sec h2 {
		font: 35px / 1.2 'Zoho_Puvi_ExtraBold';}
	.ae-cld-adv-cont .ae-cld-adv-left {
        flex: 0 0 100%;
        margin: 0 auto;
    }
	.ae-hm-advntgs .ae-cld-adv-boxs {
        flex: 0 0 75%;
        margin: 20px auto;
    }
	.ae-advntgscont {
        min-height: auto;
    }
	.ae-hm-advntgs .ae-cld-adv-boxs:nth-child(even) {
    position: relative;
    top: auto;
}
	.saasmodelsec {
    padding: 80px 0;
    margin-top: 0;
    border-radius: 0;
}
	.saasmodelsec h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
		font: 35px / 1.2 'Zoho_Puvi_ExtraBold';
}
	.process-container {
        width: 90%;
        flex-wrap: wrap;
        margin: 20px;
    }
	/*.step-circle1, .step-circle2, .step-circle3{    left: 0;}
	.step1, .step2, .step3 {
    flex: 0 0 100%;
    position: relative;
}
	.step-content1, .step-content2, .step-content3 {
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-left: 80px;
}
	.line1 {
        width: 4px;
        height: 28%;
        position: absolute;
        top: 74px;
        left: 26px;
        z-index: 9;
    }
	.line2 {
        width: 4px;
        height: 26%;
        position: absolute;
        top: 200px;
        left: 26px;
        z-index: 9;
    }
	
	@-webkit-keyframes drawLine1 {
    0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 28%}
}

@keyframes drawLine1 {
     0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 28%}
}



@-webkit-keyframes drawLine2 {
    0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 26%}
}

@keyframes drawLine2 {
     0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 26%}
}
	
	
	p.flip-hdr {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
	p.flip-disc {
    width: 100%;
    margin: 0 auto;
}
	p.cloud-vrsn {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    width: 90%;
    margin: 50px auto 0 auto;
}*/
	.ae-countrywise {
        background-size: cover;
    }
	.ae-countrywise .colm {
    flex: 0 0 90%;
}
	.worlwide.datacentr p.animtxt {
    margin-left: 0;
}
	.ae-hm-edition-sec {
    padding: 80px 0;
    border-radius: 0;
    margin-top: 0;
}
	.ae-hm-edition-sec h2 {
		font: 35px / 1.2 'Zoho_Puvi_ExtraBold';}
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
        min-height: auto;
    }
	.ae-home-edn-table .col {
        max-width: calc(65% / 1);
        flex: 0 0 calc(65% / 1);
        margin: 20px 0;
    }
	
	.ae-hm-customer-sec {
    background: #f3f7fe;
    padding: 80px 0;
    border-radius: 0;
    margin-top: 0;
}
.ae-hm-customer-sec h2 {
        font: 35px / 1.2 'Zoho_Puvi_ExtraBold';
        width: 90%;
        margin: 0 auto;
    }
	.customersay {
    width: 90%;
    margin: 50px auto 0 auto;
}
	.ae-hm-footerctabg {
        padding: 50px 25px;
    }
	.ae-hm-footerctabg h2 {
        font: 35px / 1.2 'Zoho_Puvi_ExtraBold';
        width: 80%;
		        margin-bottom: 40px;
    }
	.ae-countrywise .colm .worlwide p.animtxt {
        margin-left: 40px !important;
 
}
	.ae-countrywise .colm .worlwide p:nth-child(2) {
    margin-left: 40px;
}
	.worlwide.datacentr p:nth-child(2) {
    margin-left: 40px !important;
}
}
@media only screen and (max-width:667px) {
	.ae-hm-bnr-sec {
    background-image: linear-gradient(to right top, #b0f6fe, #b0f6fe, #e1edff, #c8e7ff, #aae2ff, #aae2ff, #aae2ff, #aae2ff, #b0f6fe, #b0f6fe, #b0f6fe, #b0f6fe);
   padding: 50px 0;
    position: relative;
    overflow: hidden;
}
	.ae-hm-banner-cont .col:nth-child(2){ text-align: center; }
	img.ae-hm-mobbnr-image{display: block;margin: 30px auto 0 auto;}
	img.ae-hm-dcbnr-image{display: none}
	
	.ae-hm-banner {
    position: relative;
    display: none;
}
	/*.ae-hm-bnr-bgs2{    width: 100%;
    height: 80%;
    left: 0;
    top: 0px;
    background-size: contain;}
	.ae-hm-bnr-bgs3 {
        left: -44%;
        bottom: 0px;
        transform: rotate(45deg) !important;
        opacity: 0.5;
    }*/
	.ae-hm-banner-cont .col h1 {
        font: 37px / 1.2 'Zoho_Puvi_ExtraBold';
        width: 100%;
    }
	.ae-hm-banner-cont .col p{    font-size: 20px;    line-height: 1.4;}
	.ae-hm-banner-cont a.ae-hm-bnr-cta {
        margin: 0 auto;
        max-width: 90%;
        padding: 15px 0;
    }
	.ae-container h2{ font: 30px / 1.2 'Zoho_Puvi_ExtraBold';}
	.ratrnubr p span {
    font: 40px / 1.1 'Zoho_Puvi_ExtraBold';
}
	.ae-home-edn-table .col {
        max-width: calc(100% / 1);
        flex: 0 0 calc(75% / 1);
    }
	
	.ae-advntgscont {
        min-height: auto;
    }
	.ae-hm-advntgs .ae-cld-adv-boxs {
        flex: 0 0 100%;
        margin: 0;
    }
	.ae-advntgscont {
		margin: 20px 10px;}
	.ae-hm-advntgs .ae-cld-adv-boxs:nth-child(even) {
    position: relative;
    top: 0;
}
	.what-custmrsay-bg {
        padding: 50px;
        border-radius: 3em;
    }
	.signformcont div.threesteps {
        flex: 0 0 85%;
        margin: 0 auto;
    }
	
}

@media only screen and (max-width:500px) {
	.ae-hm-banner-cont .col h1 {
        font: 37px / 1.2 'Zoho_Puvi_ExtraBold';
        width: 79%;
    }
	.bnr-cta.content-view a.ae-hm-bnr-cta{      font: 20px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif; max-width: 65%;}
	img.ae-hm-mobbnr-image {
        display: block;
        width: 100%;
        margin: 50px auto 0 auto;
    }
	.ae-advntgscont {
        margin: 20px 0;
    }
	.ae-hm-adv-img img {
        width: 80%;
        margin: 0 auto 30px auto;
    }
	.signformcont div.threesteps {
        flex: 0 0 100%;
        margin: 0 auto;
    }
	.process-container {
        width: 90%;
        flex-wrap: wrap;
        margin: 10px;
    }
	.step-content1, .step-content2, .step-content3 {
    position: relative;
    text-align: left;
    margin-top: 0px;
    margin-left: 60px;
    overflow: hidden;
}
	.line2{    top: 213px;}
	.step2 {
    margin-top: 30px;
}
	.step3 {
    margin-top: 30px;
}
	h2.mobviwe-title {
        display: block;
        font: 22px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif !important;
    }
	.iframebgblue{    width: 92%;}
	.ae-hm-edition-sec h2 {
		width: 85%;}
	.ae-home-edn-table .col {
        max-width: calc(100% / 1);
        flex: 0 0 calc(95% / 1);
    }
	.ae-container h2 {
        font: 25px / 1.2 'Zoho_Puvi_ExtraBold';
    }
}