/*Banner content*/
body {
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 30px;
}

.banner-bg {
    /*background-image: linear-gradient(#fdf1e7, #fef8f4);*/
	background-image: url(https://www.manageengine.com/products/service-desk-msp/cloud/images/msp-edition-comp-bnrbg.png);
    background-repeat: repeat;
    padding: 0 0 5% 0;
    position: relative;
	background-size: 120px;
	overflow: hidden;
}
.cmn-breadcrum a {
    color: #000;
    position: relative;
    margin: 10px 0px;
}
.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #000;
}
.cmn-breadcrum a:hover {
    color: #138cd6;
}
.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #138cd6;
    transition: .4s ease;
}
.cmn-breadcrum .root-page {
    color: #138cd6;
}
.bannercont {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
.bannercont h1 {
    margin: 40px auto 0 auto;
    font: 50px / 1.2 'Zoho_Puvi_ExtraBold';
    color: #000;
    text-align: center;
}
.ftrpg-inrhdr {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px auto 0px auto;
    text-align: center;
    color: #000;
}
div.pricbnrcta{ margin-top: 30px; height: 60px}
div.pricbnrcta a {
    display: inline-block;
    background: #df503b;
    color: #fff;
    padding: 10px 40px;
    font-size: 22px;
    /* font-weight: bold; */
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: 'Zoho_Puvi_Bold';
    border-radius: 6px;
    letter-spacing: 0.3px;
    transition: all .5s ease-in-out;
    width: 140px;
}
div.pricbnrcta a:hover {
    background: #ea3a25;
	border-bottom: 5px solid #cc3320;
	transform: translateY(-0.3em);
    transition-delay: 0s;
}
div.pricbnrcta a:nth-child(2){ margin-left: 20px;}

.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;}


/*Pricing page styles start*/
.pricing-wrpr {
	background: linear-gradient(#fff2e9, #ffffff);
    padding: 0 0 0 0;
}
.camp-header {
    background: linear-gradient(#ffffff, #fdf6f1);
    border-radius: 30px;
    box-shadow: 0px 6px 12px 3px #f4e4d8;
    margin-top: 10px;
    margin-bottom: 50px;
    position: sticky;
    top: 50px;
    z-index: 99;
}
.msp-price-togle {
    display: none;
}
.main-togglebtn {
    /*background: #fcf0d5;*/
    padding: 10px 0 10px 0;
    z-index: 99;
}
.sticky {
    position: sticky;
    top:50px;
    box-shadow: 0 2px 9px 2px #e9e9e9;
}
.main-togglebtn.sticky .price-switch-container.opmonthyearly {position: relative;margin-top: -70px;}

.toggle-buttons {
    margin: 20px 0;
    z-index: 99;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.price-switch-container {
    display: inline-flex;
    align-items: center;
    margin: 10px auto;
    font-size: 15px;
    font-weight: bold;
    flex: 0 0 100%;
    justify-content: center;
    position: relative;
}
.monthly-yeary-toggle {
    /* float: right; */
    text-align: center;
    flex: 0 0 15%;
    display: flex;
    align-items: initial;
    justify-content: right;
    align-content: flex-end;
	/*transition: .4s;*/
	    height: 100%;
    width: 100%;
}



.multilingualonly{ margin: 10px 0 0 0; font-size: 14px; width: 100%}
.addon-anual-subs{ margin: 0px; font-size: 14px;}

.price-switch-label input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* Cloud On-Premises Switch toggle*/
.price-switch-container.deploye .price-switch-label {
    position: relative;
    display: inline-block;
    width: 245px;
    height: 45px;
    margin: 0 10px;
}

.cloud-onpremises-tabs {
    margin-bottom: 20px;
}
.opodtabcont {
    display: flex;
    width: 250px;
    background-color: #fff;
    transition: .4s;
    border-radius: 10px;
    border: 1px solid #336cf2;
    margin: 0 auto;
    /* box-shadow: 0px 0px 4px 4px rgb(239 133 77 / 23%); */
    padding: 3px;
    justify-content: space-between;
}
.opodtabcont div.odopedntab {
    flex: 0 0 49%;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
}
.opodtabcont div.odopedntab a{ color: #000; text-decoration: none}

.opodtabcont div.odopedntab.active {
    background: #336cf2;
}
.opodtabcont div.odopedntab.active a{
    color: #fff; text-decoration: none
}



.price-switch-container.deploye span.switchtxt{ position: relative; font-size: 14px;}

.price-switch-container.deploye span.switchtxt.lefttitle {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 50%;
    text-align: center;
    top: 10px;
	color: #fff;
}
.price-switch-container.deploye span.switchtxt.righttitle {
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 50%;
    top: 10px;
}

.price-switch-container.deploye .price-switch-label input {
    opacity: 0;
    width: 0;
    height: 0;
}
.price-switch-container.deploye .price-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: .4s;
    border-radius: 10px;
    border: 1px solid #336cf2;
    /*box-shadow: 0px 0px 4px 4px rgb(239 133 77 / 23%);*/
}
.price-switch-container.deploye input:checked + .price-switch {
    background-color: #fff;
}
.price-switch-container.deploye .price-switch:before {
    position: absolute;
    content: "";
    height: 37px;
    width: 112px;
    left: 4px;
    bottom: 3px;
    background-color: #336cf2;
    transition: .4s;
    border-radius: 7px;
    transform: translateX(0px);
    top: 3px;
}
.price-switch-container.deploye input:checked + .price-switch:before {
    transform: translateX(124px);
}



/*Pricing Table start*/
.odvsop-comp-tbl-sec {
    padding: 0 0 100px 0;
}
.odvsop-comp-tbl {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-radius: 20px;
}
.odvsop-comp-tbl .edition {
    border: 1px solid #fadfd0;
    border-radius: 0;
    /* margin: 10px; */
    flex: 0 0 20%;
}
.odvsop-comp-tbl .edition:nth-child(1) {
    flex-basis: 40%;
    border-left: none;
    border-top: none;
    border-bottom: none;
	text-align: left;
}
.odvsop-comp-tbl .edition:nth-child(2){ border-top:10px solid #50b25d }
.odvsop-comp-tbl .edition:nth-child(3){ border-top:10px solid #eabf51 }
.odvsop-comp-tbl .edition:nth-child(4) {
    border-top: 10px solid #ea4938;
    border-radius: 0 20px 0 0;
}

.odvsop-comp-tbl .edition:nth-child(2), .edition:nth-child(3), .edition:nth-child(4) {
    margin-left: -1px;
    border-right: none;
    border-bottom: none;
}

.price-tble-hdr {
    text-align: center;
    padding: 33px 23px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
}
.price-tble-hdr h2 {
    margin: 0 auto;
	text-align: center;
	    color: #000;
    font-size: 35px;
    line-height: 30px;
    font-family: 'Zoho_Puvi_ExtraBold';
	width: 100%;
}

.checkbx-conatiner {
    text-align: left;
    margin-top: 20px;
}
.checkcont {
    display: block;
}
.checkcont input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.odvsop-comp-tbl .edition:nth-child(1) .price-tble-hdr h2{ text-align: left;}
.odvsop-comp-tbl .edition:nth-child(1) .price-tble-hdr{     justify-content: left;}

.subtxtedns {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.subtxtedns span {
    width: 100%;
}

.strsfrm {
    font-size: 15px;
    color: #000;
	width: 100%;
	margin-top: 10px;
}

.price {
    font-size: 33px;
    line-height: 33px;
    font-family: 'Zoho_Puvi_ExtraBold';
    margin: 30px auto 0 auto;
    color: #336cf2;
}
.pricsubtxt {
    color: #336cf2;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
}



.festurerows {
   background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20.64px 3.36px rgb(0 0 0 / 5%);
    margin: 20px 0;
}
.odvsop-comp-rows {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-radius: 10px;
}
.odvsop-comp-rows .colms {
    border: 1px solid #fadfd0;
    border-radius: 0;
    /* margin: 10px; */
    flex: 0 0 20%;
}
.odvsop-comp-rows .colms .colm-cont {
    padding: 0px 30px 0px 60px;
}
.odvsop-comp-rows .colms .colm-cont ul { padding-bottom: 20px;}
.odvsop-comp-rows .colms .colm-cont ul li{ padding-left: 25px; position: relative; display: block;}
.odvsop-comp-rows .colms .colm-cont ul li::before {
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 5px;
    border-top: 2px solid #ffac7e;
    border-right: 2px solid #ffac7e;
    transform: rotate(135deg);
    left: 3px;
    top: 8px;
}

.festurlist .odvsop-comp-rows {
    border-top: 1px solid #fbdfd0;
	 border-radius: 0;
}
.festurlist .odvsop-comp-rows:last-child{border-radius:0 0 10px 10px;    border-bottom: 1px solid #fbdfd0;}


.ftr-module-title {
    background: #fff;
    border-radius: 10px;
    
}
.ftr-module-title p{padding: 13px 30px 13px 60px;font-family: 'Zoho_Puvi_Bold'; margin: 0; font-size: 18px; position: relative;}

.ftr-module-title p::before {
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #000;
    border-right: 2.5px solid #000;
    transform: rotate(135deg);
    left: 30px;
    top: 17px;
	    transition: all .2s ease-in-out;
}
.ftr-module-title.active p::before {
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #000;
    border-right: 2.5px solid #000;
    transform:rotate(315deg);
    left: 30px;
    top: 22px;
}

.feature-title {
    font-family: 'Zoho_Puvi_Bold';
	font-size: 18px;
}
.festurlist{ display: none;}
.festurlist .feature-title {
    font-family: 'Zoho_Puvi_SemiBold';
	font-size: 16px;
}
p.disptxt {
    font-size: 14px;
    margin-top: 0px;
}
.festurlist .odvsop-comp-rows:nth-child(odd){ background: #fffcfb;}
.festurlist .odvsop-comp-rows:nth-child(even){ background: #fdf4f1;}


.odvsop-comp-rows .colms:nth-child(1) {
    flex-basis: 40%;
    border-left: none;
    border-top: none;
    border-bottom: none;
	text-align: left;
}
.odvsop-comp-rows .colms:nth-child(2), .colms:nth-child(3), .colms:nth-child(4) {
    margin-left: -1px;
    border-right: none;
    border-bottom: none;
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ftr-yes{border: 2px solid #49a154; border-radius: 30px; width: 16px; height:16px; position: relative; display: block;}
.ftr-yes::before {
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 5px;
    border-top: 2px solid #49a154;
    border-right: 2px solid #49a154;
    transform: rotate(135deg);
    left: 3px;
    top: 3px;
}


.ftr-na {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
	border: 2px solid #ea4938; border-radius: 30px;
}

.ftr-na:before, .ftr-na:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #ea4938;
    top: 3px;
}
.ftr-na:before {
  transform: rotate(45deg);
}
.ftr-na:after {
  transform: rotate(-45deg);
}

.festurerows.pricesec .colm-cont{ padding: 0; text-align: center; }
/*.festurerows.pricesec .odvsop-comp-rows {
	border-top: 1px solid #fadfd0;
    background: #fdf4f1;
    border-radius: 10px 10px 0 0;
}*/
.pricetxt {
    padding: 20px 0;
    text-align: center;
}

.comptbl-btmcta {
	padding: 5px 0;
    text-align: center;
    border-top: 1px solid #fadfd0;
}
.comptbl-btmcta p{ margin: 12px 0}
.comptbl-btmcta a{ text-decoration: none}

.loadmorcontent {
    height: 150px;
    width: 100%;
    background-image: linear-gradient(#ffffffeb, #ffffff);
    text-align: center;
    position: relative;
    margin-top: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadmorcontent p.loadmorebtn {
    color: #a05d31;
    border-radius: 10px;
    padding: 8px 50px 8px 30px;
    border: 2px solid #a05d31;
    cursor: pointer;
    background: #fff;
    font-weight: bold;
    position: relative;
	 transition: all .2s ease-in-out;
}
.loadmorcontent p.loadmorebtn:hover{background: #a05d31;color: #fff;}
.loadmorcontent p.loadmorebtn::before {
    content: " ";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #a05d31;
    border-right: 2.5px solid #a05d31;
    transform: rotate(135deg);
    right: 20px;
    top: 15px;
}
.loadmorcontent p.loadmorebtn:hover::before{border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;}




.zh-price-demobtn {
  background: #e23c32;
  color: #fff;
  font-size: 19px;
  padding: 13px 30px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  line-height: 24px;
  font-family: 'Zoho_Puvi_SemiBold';
  letter-spacing: 0px;
}
.zh-right-btn {
  display: block;
  background: #29b373;
  cursor: pointer;
  height: 50px;
  color: #ffffff;
  margin-bottom: 5px;
  font-family: Zoho_Puvi_Medium;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 10px 10px 25px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 32%);
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  /* transform: translateX(180px);
    -webkit-transform: translateX(180px);*/
}
.zh-right-btn:hover {
  text-decoration: none;
}
.zh-btn-fixed {
  position: fixed;
  right: 0px;
  top: 300px;
  transition: all ease .5s;
  right: -150px;
  z-index: 9;
}
.zh-btn-fixed.zh-btn-active {
  right: 0;
}
.zh-price-demobtn:hover {
  background: #ff1b36;
}
.zh-book-demo-block {
  background: rgb(0 0 0 / 65%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999999;
}
.zh-demo-block-main {
  position: fixed;
  background: #1c3a7d;
  top: 5%;
  z-index: 999999;
  width: 460px;
  left: 30%;
  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;
}
div.heading-menu .ftrpg-inrhdr {
  letter-spacing: 0px;
}

.zh-form-heading h2{ margin: 0;
    font-size: 25px;}
.zh-form-heading p{ font-size: 16px;
    margin-top: 10px;}




.pric-footer {
    background: #fff;
    padding: 0 0 90px 0;
}
.msp-price-ftrbg {
    background-image: url(https://www.manageengine.com/products/service-desk-msp/cloud/images/msp-edition-comp-ftrbg.png);
    background-repeat:repeat-x;
    padding: 100px 50px;
    position: relative;
    background-color: #4384f6;
    border-radius: 40px;
}
.pric-footer h2 {
    font-family: 'Zoho_Puvi_ExtraBold';
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 45%;
    font-size: 35px;
}
.pric-footer div.priccta{ margin-top: 30px;}
div.priccta a {
    display: inline-block;
    background: #f7cb4b;
    color: #143070;
    padding: 10px 35px;
    font-size: 17px;
    /* font-weight: bold; */
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
    border-radius: 5px;
	cursor: pointer;
	    transition: all .5s ease-in-out;
}
div.priccta a:nth-child(2){ margin-left: 30px;}

div.priccta a:hover{
    background: #ffbe01;
	padding: 10px 40px;
}

@media screen and (max-width:1440px) {
.pricing-container {
    max-width: 1300px;
}
	.odvsop-comp-tbl .edition:nth-child(1){ flex-basis: 38%;}
	.pric-footer h2{ width: 50%;}
}
@media screen and (max-width:1336px) {
.pricing-container {
    max-width: 1280px;
}
}

@media screen and (max-width:1280px) {
.pricing-container {
        max-width: 1200px;
    }
	.odvsop-comp-tbl .edition:nth-child(1) {
        flex-basis: 36%;
    }

}
@media screen and (max-width:1180px) {
	.pricing-container {
        max-width: 90%;
        padding: 0 2%;
    }
	.camp-header{ top: 50px;}
	.odvsop-comp-tbl .edition:nth-child(1) {
        flex-basis: 33%;
    }
	.price-tble-hdr{    padding: 20px;}
	.odvsop-comp-rows .colms .colm-cont {
    padding: 0px 30px 0px 30px;
}
	.odvsop-comp-rows .colms{    flex: 0 0 21%;}
	.odvsop-comp-rows .colms:nth-child(1) {
		flex-basis: 34%;}
	.subtxtedns{    display: block;    min-height: 60px;}
	.price{    margin: 10px auto 0 auto;}
	.pric-footer h2 {
        width: 60%;
    }

}
@media screen and (max-width:1024px) {
	.breadcrumb-sec {
    padding-top: 20px;
}
.camp-header {
        top: 90px;
    }

	.price-tble-hdr h2{ font-size: 27px;}
	.subtxtedns{ font-size: 15px;}
	.price {
    font-size: 27px;
    line-height: 27px;
	}
	.pricsubtxt{    font-size: 13px;}
	.odvsop-comp-rows .colms:nth-child(2) .colm-cont, .odvsop-comp-rows .colms:nth-child(3) .colm-cont, .odvsop-comp-rows .colms:nth-child(4) .colm-cont{ padding: 0px;}
	.odvsop-comp-rows .colms .colm-cont {
    padding: 0px 30px 0px 35px;
}
	.pric-footer h2 {
        width: 70%;
    }
	.zh-book-demo {
        margin-top: 0px !important;
    }
}


@media screen and (max-width:980px) {
	
	.odvsop-comp-tbl .edition:nth-child(1) {
        flex-basis: 36%;
    }
	.subtxtedns {
        display: block;
        min-height: 80px;
    }
	.price {
        font-size: 25px;
        line-height:30px;
    }
	.pricsubtxt {
        font-size: 12px;
    }
	.ftr-module-title p{    font-size: 17px;}
	.feature-title {
		font-family: 'Zoho_Puvi_Bold';
		font-size: 15px;
	}
	.pric-footer h2 {
        width: 90%;
    }
	
}
@media screen and (max-width:768px) {
	.bannercont h1 {
    font: 45px / 1.2 'Zoho_Puvi_ExtraBold';
}
	.price-tble-hdr h2 {
        font-size: 20px;
    }
	.subtxtedns {
        font-size: 13px;
		        min-height: 60px;
    }
	.price {
        font-size: 22px;
        line-height: 25px;
    }
  .zh-demo-block-main {
    width: 70%;
  }
}
@media screen and (max-width:667px) {
	
	.breadcrumb-sec {
        padding-top: 0;
    }
	.bannercont {
    width: 90%;
}
	.bannercont h1 {
        font: 36px / 1.2 'Zoho_Puvi_ExtraBold';
    }
	.ftrpg-inrhdr {
		font-size: 17px;}
	.odvsop-comp-tbl{    flex-wrap: wrap;}
	.odvsop-comp-tbl .edition:nth-child(1) {
        flex-basis: 100%;
    }
	.odvsop-comp-tbl .edition{    flex: 0 0 100%}
	.odvsop-comp-tbl .edition:nth-child(1) .price-tble-hdr h2 {
    text-align: center;
}
	.odvsop-comp-tbl .edition:nth-child(4) {
    border-top: 10px solid #ea4938;
    border-radius: 0;
}
	.checkbx-conatiner {
    text-align: left;
    display: flex;
    width: 65%;
    margin: 20px auto 0 auto;
}
	.subtxtedns {
        font-size: 13px;
        min-height: auto;
    }
	.subtxtedns span{ margin-left: 5px;}
	
	.checkcont:nth-child(2){ margin-left: 10px;}
	.camp-header {
        top: auto;
        position: relative;
    }
	.odvsop-comp-rows {
    display: flex;
    justify-content: normal;
    width: 100%;
    border-radius: 10px;
    flex-wrap: wrap;
}
	.odvsop-comp-rows .colms:nth-child(1) {
        flex-basis: 100%;
    }
	.odvsop-comp-rows .colms {
        flex: 0 0 100%;
    }
	.odvsop-comp-rows .colms:nth-child(2) .colm-cont, .odvsop-comp-rows .colms:nth-child(3) .colm-cont, .odvsop-comp-rows .colms:nth-child(4) .colm-cont {
        padding: 20px 0;
    }
	.odvsop-comp-rows .colms:nth-child(2), .colms:nth-child(3), .colms:nth-child(4){    border: 1px solid #fadfd0;    justify-content: right; position: relative}
	.odvsop-comp-rows .colms:nth-child(2)::before, .odvsop-comp-rows .colms:nth-child(3)::before, .odvsop-comp-rows .colms:nth-child(4)::before{
	position: absolute;left: 35px;top: 15px;font-size: 15px;    font-family: 'Zoho_Puvi_Bold';}
	.odvsop-comp-rows .colms:nth-child(2)::before{content: 'Standard';}
	.odvsop-comp-rows .colms:nth-child(3)::before{content: 'Professional';}
	.odvsop-comp-rows .colms:nth-child(4)::before{content: 'Enterprise';}
	.feature-title {
        font-family: 'Zoho_Puvi_Bold';
        font-size: 20px;
    }
	.ftr-module-title p {
        font-size: 20px;
    }
	.ftr-module-title p::before{    top: 20px;}
	
	.ftr-yesorno {
    margin-right: 30px;
}
	.festurerows.pricesec .colms:nth-child(2)::before, .festurerows.pricesec .colms:nth-child(3)::before, .festurerows.pricesec .colms:nth-child(4)::before{ top: 40px;}
	
	.msp-price-ftrbg {
		padding: 50px;}
	.pricetxt {
    margin-right: 30px;
}
	.comptbl-btmcta {
    padding: 10px 20px;
	}
	div.priccta a{ width: 70%}
	div.priccta a:nth-child(2) {
    margin-left: 0;
    margin-top: 20px !important;
}
	.msp-price-ftrbg {
        padding: 30px;
		    border-radius: 20px;
    }
	.pric-footer h2{ font-size: 24px;}
	
	.loadmorcontent {
    height: 250px;
    margin-top: -260px;
}

  .zh-demo-block-main {
    left: 17px;
    width: 80%;
    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;
  }
  .zh-price-table {
    width: 100%;
    overflow-x: scroll;
  }
  .zh-price-table table {
    width: 800px;
  }
  
}
@media screen and (max-width:500px) {
	.breadcrumb-sec {
        padding-top: 15px;
    }
	div.pricbnrcta {
    margin-top: 30px;
    height: 130px;
}
	div.pricbnrcta a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
}
	div.pricbnrcta a{ width: 70%;}
	.checkbx-conatiner {
        width: 85%;
		flex-wrap: wrap;
		        justify-content: center;
    }
}