/* MSP Inner features pages banner style start */

.heading-menu {
    display:none;
}
#backToTop{display:none !important;}

.cmn-breadcrum a:hover {
    color: #fff;
	text-decoration: underline;
}
.cmn-breadcrum .root-page {
    color: #2d80d3;
}
.sticky-icon {
    z-index: 99;
    position: fixed;
    top: 45%;
    right: 0;
    width: 155px;
    display: flex;
    flex-direction: column;
}
.sticky-icon a {
    transform: translate(120px,0px);
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    margin: 2px 0px 2px 2px;
    text-decoration: none;
    padding: 10px 13px;
    font-size: 16px;
    transition: all 0.8s;
    line-height: 18px;
}
.sticky-icon a span{margin-right:5px}
.sticky-icon a.getqt span:nth-child(1){
    font-weight: bold;
    font-size: 20px;
	}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}

.msp-sticky  {
	background-color:#2C80D3;
	color:#FFF;}
	   

.msp-sticky:hover  {
	background-color:#2C80D3;
	color:#FFF;}

.mspftr-bnrbg {
    /*background: #1b66d0;*/
    background: linear-gradient(360deg, rgb(21 56 164) 20%, rgb(27 102 208) 90%);
    padding-bottom: 100px;
    /* height: 700px; */
}
.mspftr-bnrbg h1.mspftrmnhdr {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 45px !important;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 50px;
    color: #fff;
}

.msp-container h2 {
    font: 30px/1.3 'Zoho_Puvi_SemiBold';
    margin: 0 0 30px 0px;
	color: #000;
}

.msp-container a{color: #0067ff;
    text-decoration: none;}
	
.msp-container p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #0067ff;
}
.msp-container p a:hover{ color:#0067ff}

.mspftr-bnrbg .mspftr-subhdr {
    color: #fff;
    width: 50%;
    margin: 20px auto 0 auto;
    font-size: 22px;
    line-height: 32px;}

.grybg {
	padding: 100px 0px;
    background: #f8f9fb;
    border-radius:5em;
    position: relative;
    z-index: 1;
}

.mspftr-bnrbg .mspbannercta{ margin-top: 30px;}



.mspftr-bnrbg .mspbannercta a.strtyourfree {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 11px 28px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    letter-spacing: 0;
    border-radius: 5px;
    transition: all ease .5s;
    text-transform: uppercase;
	border: 1px solid #fff;
	    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
}
.mspftr-bnrbg .mspbannercta a.strtyourfree:hover {
 background: #fff;
    color: #1b62cd;
}

.mspftr-bnrbg .mspbannercta a.reqst-demo {
font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    background: #ff1b36;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    letter-spacing: 0;
    border-radius: 5px;
    transition: all ease .5s;
    text-transform: uppercase;
	    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
	
}
.mspftr-bnrbg .mspbannercta a.reqst-demo:hover {
     background: #e23c32;
}

.mspbannercta.content-view a.strtyourfree{    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease; }
.mspbannercta.content-view a.reqst-demo{     -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease;}



.ftrvideoscreen.secpdn {
    padding: 0px;
    background: #0360b4;
}

img.ftrscreen {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px -6px 13px rgb(51 51 51 / 7%);
    box-shadow: 0px 0px 13px 2px rgb(51 51 51 / 7%);
    box-sizing: border-box;
    border-radius: 26px;
    opacity: 0;
    transform: translateY(30px);
    /* margin-top: 70px; */
    position: relative;
    margin-top: -390px;
}

img.ftrscreen.content-view {
    transform: translateY(0px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .4s !important;
}


.ftrintrocont{width:80%; margin:0 auto;}
.ftrintrocont h2{ margin:30px 0 0 0}
.ftrintrocont p{line-height: 25px;
    color: #000;
    font-size: 17px;
	margin:20px 0 0 0 
}
.ftrintrocont div.rows {
    border-bottom: 1px solid #d4ecff;
    padding: 30px 0 30px 0;
    /* box-shadow: 0px 4px 3px #f1f1f1; */
}
.ftrintrocont div.rows:nth-child(1) {
    padding: 0 0 30px 0;
}
.ftrintrocont div.rows:nth-child(3) {
    padding: 30px 0 0 0;
	border-bottom: 0px;
}
.report2intro{ padding-top:0px!important;}
.whatisbx{ margin:0 0 30px 0;}
.whatisbx.three-col{display:flex; justify-content:space-around; padding-bottom:100px;}
.whatisbx.three-col .col {
    flex: 0 0 24%;
    margin: 0 15px;
    background: #fff;
    padding: 35px;
    position: relative;
    border-radius: 20px;
    /* border: 1px solid #e6e6e6; */
    box-shadow: 0 30px 80px rgb(90 144 225 / 27%);
}



.whatisbx.three-col .col:hover {
    box-shadow:0px 13px 18px 10px rgb(90 144 225 / 13%);
    -webkit-box-shadow: 0px 13px 18px 10px rgb(90 144 225 / 13%);
}



.whatisbx.two-col{display:flex; justify-content:space-around;}
.whatisbx.two-col .col{ flex: 0 0 45%;}
.whatisbx.three-col .col h3 {
    font: 24px/1.3 'Zoho_Puvi_SemiBold';
    margin: 25px 0 15px 0px;
    padding-bottom: 10px;
    transition: all ease .5s;
    text-align: center;
}
/*.whatisbx.three-col .col h3 span{ background: #ccc; padding:10px;}*/
.whatisbx.three-col .col p{margin-bottom:0px; text-align: left}


.whatisbx.three-col .col a {
    color: #000;
    text-decoration: none;
	border-bottom:1px dashed #074588;
}

.whatisbx.three-col .col a:hover {
    color: #0067ff;
    text-decoration: none;
}


.intrcontbx{display:flex; justify-content:space-around;}
.intrcontbx .intro-bx {
    flex: 0 0 25%;
    margin: 50px 15px 15px 15px;
    /* background: #fff; */
    padding: 35px 35px 35px 35px;
    position: relative;
    border-radius: 20px;
    /* border: 1px solid #e6e6e6; */
    /* box-shadow: 0 30px 80px rgb(90 144 225 / 27%); */
}
.intro-bx p.introsubhdrs {
    font: 20px/1.3 'Zoho_Puvi_SemiBold';
}

.rep-icon{ margin-top: 20px;}
.rp-icon1 {
    background-image: url(../images/reports-icon.png);
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    background-size: 60px;
    display: block;
    margin-bottom: 30px;
}

.iconimg {
    text-align: center;
    min-height: 130px;
    margin: 20px 0 0 0;
}
.iconimg img {
    width: 40%;
}

.whatisbx.three-col.content-view .col:nth-child(1) {
    transform: translateY(0px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .2s !important;
    /*background: #effbfc;*/
}
.whatisbx.three-col.content-view .col:nth-child(1):hover {
    transform: translateY(-20px);
	transition-delay: .1s !important;
    /*background: #effbfc;*/
}
.whatisbx.three-col.content-view .col:nth-child(2) {
    transform: translateY(100px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .4s !important;
    /*background: #f4f9ed;*/
}
.whatisbx.three-col.content-view .col:nth-child(2):hover {
    transform: translateY(80px);
	transition-delay: .1s !important;
    /*background: #effbfc;*/
}
.whatisbx.three-col.content-view .col:nth-child(3) {
    transform: translateY(0px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .6s !important;
    /*background: #ffefe5;*/
}
.whatisbx.three-col.content-view .col:nth-child(3):hover {
    transform: translateY(-20px);
	transition-delay: .1s !important;
    /*background: #effbfc;*/
}
.whatisbx.three-col .col {
     opacity: 0;
    transform: translateY(60px);
}

.secpdn{ padding:100px 0;}

.msp-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.ftrintrocont {
    background: #fff;
    position: relative;
}

.mspftr-wrapper {
      display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
	margin-top: 50px;
}
.mspftr-wrapper .col{margin:0 15px;}
.screen {
    width: 55%;
	/*height: 480px;*/
}
.screen img {
    /*box-shadow:0px 6px 8px 2px rgb(0 0 0 / 5%);*/
    padding: 0;
    border-radius: 0;
    background: none;
}
p.img-caption {
    text-align: center;
    font-size: 14px;
	margin-bottom: 0px;
}

.ftrsec .ftr:nth-child(1) img {
    opacity: 0;
    transform: translateX(-60px);
}
.ftrsec .ftr:nth-child(1).content-view img{
transform: translateX(0px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .6s !important;
}

.ftrsec .ftr:nth-child(2) img {
    opacity: 0;
    transform: translateX(60px);
}
.ftrsec .ftr:nth-child(2).content-view img{
transform: translateX(0px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .6s !important;
}

.content {
      width: 35%;
}



.nextprevarow {
    height: 0px;
}


.slick-list {
    margin: 0;
    padding: 0;
    /*border: 1px solid #999;*/
}
.slick-list img{
    border: 1px solid #999;
}
.slick-list .zoomD { border: none;}

.screnbx{background: #fff;
    padding: 35px 35px 20px 35px;
    border-radius: 25px;
    box-shadow: 0px 1px 13px 4px rgb(0 0 0 / 5%);
    border: 1px solid #d3e6f8;
	    transition: all ease .5s;
}
.screnbx:hover {
    transform: scale(1.02) !important;
}

.ftrsec h2 {
    /* width: 60%; */
    margin: 0px auto 20px auto;
    /* text-align: center; */
    font: 30px/1.3 'Zoho_Puvi_SemiBold';
}
.content h3 {
    font: 23px/1.3 'Zoho_Puvi_Regular';
    margin: 0px auto 30px auto;
    color: #000;
}

.ftr{ padding:40px 0;}
.ftr:nth-child(1){ padding-top:0;}

ul.msp-ftrcontlist {
          list-style-type: none;
    margin-top: 30px;
}
ul.msp-ftrcontlist li {
    background-image: url(https://www.manageengine.com/products/service-desk-msp/style/../images/check-fill-tick-blue.svg);
    line-height: 25px;
    margin-left: 0;
    padding: 0 0 0 35px;
    color: #000;
    font-size: 17px;
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: 0 7px;
    margin-top: 10px;
}
/*ul.msp-ftrcontlist li:before {
    content: "";
    background:#0c6aff;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}*/
ul.msp-ftrcontlist li a{color: #0067ff;
    text-decoration: none;}
	
ul.msp-ftrcontlist li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #0067ff;
}
ul.msp-ftrcontlist li a:hover{ color:#0067ff}


p.fig-caption{ text-align:center;font-size: 15px;}
#ftrgetstd {
    
    padding: 12% 0 5% 0;
    color: #fff;
    margin-top: -140px;
    position: relative;
	/*background: #182b42;*/
	    background-image: radial-gradient(circle at 10% 20%, rgb(2, 37, 78) 0%, rgb(4, 56, 126) 19.7%, #182b42);
}

#ftrgetstd h2 {
    font: 30px/1.3 'Zoho_Puvi_SemiBold';
    text-align: center;
    color: #fff;
    width: 60%;
    margin:20px auto 0 auto;
}
.mspftrctacont a.ftr-footer-cta {
    color: #fff;
    font-size: 18px;
    padding: 11px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-left: 10px;
	transition: all ease .5s;
	  -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
}
.mspftrctacont a.ftr-footer-cta:hover {
     background: #fff;
	 color:#1b62cd;
}

.mspftrctacont a.ftr-footer-cta1 {
background: #ff1b36;
    color: #fff;
    font-size: 18px;
    padding: 13px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
	transition: all ease .5s;
	  -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
	
}
.mspftrctacont a.ftr-footer-cta1:hover {
background: #e23c32;
   
}


.mspftrctacont.content-view a.ftr-footer-cta{ -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease;}

.mspftrctacont.content-view a.ftr-footer-cta1{ -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease; }



#customerlogos{ display: none}

.mspfeaturebtmlinks .add-resources-bg {
    padding-top: 0;
	}
.mspfooterlinks {
    padding: 70px 0;
}


/*LAZY AND CONTENT ANIMATION*/
.cont-anim > h1, .cont-anim > h2, .cont-anim > h3, .cont-anim > h4, .cont-anim > h5, .cont-anim > p, .cont-anim > ul > li, .cont-anim > div {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
.cont-anim .content-view {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
.right-img-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  transition: 1s ease;
}
.left-img-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s ease;
}
.img-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1s ease;
}
.img-scale {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
}
.parent-active .img-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1s ease;
}
.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  transition: 1s ease;
}
.lef-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 1s ease;
}
.parent-active .lef-anim, .parent-active .right-anim, .parent-active .right-img-anim, .parent-active .left-img-anim {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  transition: 1s ease;
}
.bottom-to-top-anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: 1s ease;
}
.parent-active .bottom-to-top-anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: 1s ease;
}
.btmBar{ display:none}




@media only screen and (max-width: 667px) {
.promotion-bg.stickyfixed-header {
    margin-top: 25px;
}
	.whatisbx.three-col{display:flex; justify-content:center;}
}
.zh-book-demo-block {
  background: rgb(255 255 255 / 65%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999999;
}
.zh-form-heading h3{margin-top: 0}
.zh-form-heading p{font-size: 15px; margin-top: 0}
.zh-demo-block-main {
  position: fixed;
  background: #1c3a7d;
  top: 5%;
  z-index: 999999;
  width: 460px;
  left: 33%;
  color: #fff;
  padding: 40px;
}
.zh-demo-block-main .form-label label {
  color: #000;
}
.zh-book-close {
  position: fixed;
  border: 1px solid #e9152b;
  background: #e9152b;
  padding: 0px 5px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .zh-demo-block-main {
    width: 70%;
  }
}


@media screen and (max-width:667px) {
.zh-demo-block-main {
    left: 17px;
    width: 82%;
    padding: 20px;
    max-height: 85%;
    overflow-y: scroll;
  }
  .zh-demo-block-main .form-label label {
    font-size: 12px !important;
  }
  .zh-demo-block-main .demoform select {
    padding: 4% 2.6% 3% 3%;
    height: unset !important;
    font-size: 14px !important;
  }
  #meGDPRMessage label {
    font-size: 12px !important;
    line-height: 18px;
  }
  .zh-demo-block-main .form-label label {
    margin-top: -43px;
  }
}



@media only screen and (max-width:1500px) {
  .globe-type-menu-page .cmn-breadcrum {
    width: 98%;
  }
}
@media only screen and (max-width:1180px) {
  .msp-container {max-width: 90%;}
	.cmn-breadcrum{ margin-top: 10px;}
	h1.mspftrmnhdr {font-size: 35px !important;    line-height: 40px;margin-top: 10px;}
	div.heading-menu .mspftr-subhdr {font-size: 25px;}
	.heading-menu {padding-bottom: 10px;}
}
	
@media only screen and (max-width:1024px) {
		.mspftr-bnrbg {height: 650px;}
	img.ftrscreen {margin-top: -300px;}
.mspftr-bnrbg .mspftr-subhdr {
    color: #fff;
	width: 60%;}
	
	#ftrgetstd h2 {
    width: 70%;
	}
	.grybg {
    border-radius:3em;
	    padding: 30px 0;
}
	.secpdn {
    padding: 50px 0;
}
	#ftrgetstd {
		margin-top: -80px;}
}
@media only screen and (max-width:980px) {

  .mobile-breadcrum {
    display: block;
  }
  .web-breadcrum {
    display: none;
  }
	
	.mspftr-bnrbg .mspftr-subhdr {
		width: 80%;}
	.mspftr-bnrbg{    height: 300px;}
  /*Features pages content wrapper start*/
  
  .msp-container h2 {
    font: 35px/1.3 'Zoho_Puvi_SemiBold';
    margin: 0 0 30px 0px;
    color: #000;
}
	img.ftrscreen{    margin-top: -250px;}
	.whatisbx.three-col {
    display: flex;
    flex-wrap: wrap;
}
.whatisbx.three-col .col {
    flex: 0 0 65%;
    margin: 25px 0;
}
.whatisbx.three-col.content-view .col:nth-child(2) {
    transform: translateY(0);}
	.whatisbx {
    margin-top: 50px;
}
.whatisbx.three-col .col {
    flex: 0 0 100% !important;
}
.intrcontbx {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.intrcontbx .intro-bx {
    flex: 0 0 95%;
    margin: 0;}
	
  .mspftr-wrapper {
    flex-wrap: wrap;
  }
  .content {
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .content img {
    margin-top: 20px;
  }
  .flexdr {
    flex-direction: column-reverse;
  }
	.screnbx {
    margin-top: 40px;
}
  .mspftr-wrapper .content:nth-child(1) {
    margin-right: auto;
  }
  .mspftr-wrapper .content:nth-child(2) {
    margin-left:  auto;
  }
	.imgzoom {
    margin-top: 50px;
}
	ul.msp-ftrcontlist li {
    padding: 0 0 0 25px;
    background-size: 2%;
		    background-position: 0 6px;
}
.screen {
    width: 95%;
    height: auto;
}
.content {
    width: 95%;
}
	#ftrgetstd{ margin-top: -60px;}
  #ftrgetstd h2 {
    font: 27px/1.5 'Zoho_Puvi_SemiBold';
	  width: 80%;
	}
  /*Features pages content wrapper end*/
}

@media only screen and (max-width:667px) {
	.mspftr-bnrbg h1.mspftrmnhdr {
    font-size: 35px !important;
    margin-top: 30px;
}
	.mspftr-bnrbg .mspftr-subhdr {
    width: 100%;
		    font-size: 20px;
    line-height: 30px;
}
	.mspftr-bnrbg {
    height: 250px;
}
	img.ftrscreen {
    margin-top: -150px;
}
	.screnbx {
		padding: 0 35px 20px 35px;}
	.grybg {
    padding: 25px 0;
    border-radius: 0;
}
	.whatisbx {
    padding-bottom: 25px;
}
	.msp-container h2 {
		font: 30px/1.3 'Zoho_Puvi_SemiBold';}
.secpdn {
    padding: 25px 0;
}

.msp-container h2 {
    margin: 0 0 20px 0px;
}
.msp-container h2.ftrpg-inrhdr{margin-top: 0px!important;}
	#ftrgetstd {
    margin-top: 0;
		    padding: 10% 0 10% 0;
}
#ftrgetstd h2 {
    font: 25px/1.5 'Zoho_Puvi_SemiBold';
    padding: 0 5%;
}
}


@media only screen and (max-width:500px) {
.mspftr-bnrbg h1.mspftrmnhdr {
    font-size: 28px !important;
    margin-top: 30px;
}
	.mspftr-bnrbg .mspftr-subhdr {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
}
	.mspftr-bnrbg {
    height: auto;
}
	.whatisbx {
    margin-top: 20px;
}
.whatisbx.three-col .col {
    flex: 0 0 75% !important;
}
	.iconimg {
    min-height: auto;
}
	.whatisbx.three-col .col h3 {
    font: 20px/1.3 'Zoho_Puvi_SemiBold';
    margin: 0 0 20px 0px;
		padding-bottom: 20px;}
	.mspftr-wrapper {
    width: 100%;
    margin-top: 20px;
}
	.msp-container h2 {
    font: 27px/1.2 'Zoho_Puvi_SemiBold';
}
	ul.msp-ftrcontlist li {
    padding: 0 0 0 25px;
    background-size: 4%;
    background-position: 0 8px;
}
.ftrintrocont {
    width: 100%;
}
	.footer-cta {
    font-size: 16px;
		padding: 13px 25px;}
	#ftrgetstd h2 {
    font: 25px/1.5 'Zoho_Puvi_SemiBold';
    padding: 0;
		    width: 95%;
}
	.mspftr-bnrbg .mspbannercta a.reqst-demo{    width: 80%;}
	.mspftr-bnrbg .mspbannercta a.strtyourfree{    width: 80%; margin: 10px 10px;}
	.screen {
    display: none;
}
	#ftrgetstd a.ftr-footer-cta1{  width: 80%;}
	#ftrgetstd a.ftr-footer-cta{  width: 80%;; margin: 10px 10px;}
	
}
