/*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: 1250px;
    margin: 0 auto;
    padding: 0px 30px;
}
.banner-bg {
    background-image: url(../images/msp-pricing-banner-bg.svg);
    background-repeat: repeat;
    padding: 0 0 5% 0;
    position: relative;
    background-color: #fdf2eb;
}
.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: 70%;
  margin: 0 auto;
  padding: 40px 0;
}
.bannercont h1.ftrmnhdr {
    margin: 40px auto 0 auto;
    font: 42px / 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;}
div.pricbnrcta a {
    display: inline-block;
    background: #ff1b36;
    color: #fff;
    padding: 12px 35px;
    font-size: 20px;
    /* font-weight: bold; */
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-family: Zoho_Puvi_Bold;
    border-radius: 5px;
    letter-spacing: 0.3px;
}
div.pricbnrcta a:hover {
    background: #e23c32;
}

.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: #fefbf9;
  padding:50px 0 0 0;
}
.tblebox {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 20.64px 3.36px rgb(0 0 0 / 5%);
    margin-top: 10px;
    padding:30px;
}
.msp-price-togle {
    display: none;
}
.main-togglebtn {
    background: #fefbf9;
    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;
    background: #fefbf9;
    width: 100%;
    margin: 0 auto;
    border-radius: 0 0 5em 5em;
    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%;
}



h2.pricingtbl-title{ font-family: 'Zoho_Puvi_ExtraBold'; text-align: center;}
.opanualy{ margin: 10px 0 0 0; font-size: 14px;display: none;}
.notecont {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
}
.notecont p{ margin-top: 0px;}
.notecont ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.notecont ul li{ list-style-type: disc;}
.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;
}
/*.price-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #66bb6a;
    transition: .4s;
    border-radius: 40px;
}
input:checked + .price-switch {
    background-color: #66bb6a;
}

.price-switch:before {
    position: absolute;
    content: "";
    height: 46px;
    width: 150px;
    left: 2px;
    bottom: 2px;
    background-color: #ef854d;
    transition: .4s;
    border-radius: 40px;
    transform: translateX(142px);
}
input:checked + .price-switch:before {
    transform: translateX(0px);
}*/



/* Cloud On-Premises Switch toggle*/
.price-switch-container.deploye .price-switch-label {
    position: relative;
    display: inline-block;
    width: 296px;
    height: 50px;
    margin: 0;
}
.price-switch-container.deploye span.switchtxt{ position: relative; font-size: 16px;}

.price-switch-container.deploye span.switchtxt.lefttitle {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 50%;
    text-align: center;
    top: 12px;
}
.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 {
    position: relative;
    display: inline-block;
    width: 293px;
    height: 50px;
    margin: 0 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: 40px;
    border: 1px solid #ef854d;
    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: 49px;
    width: 150px;
    left: 0;
    bottom: 0;
    background-color: #ef854d;
    transition: .4s;
    border-radius: 40px;
    transform: translateX(142px);
}
.price-switch-container.deploye input:checked + .price-switch:before {
    transform: translateX(0px);
}


/* Monthly Yearly Switch toggle*/

.price-switch-container.opmonthyearly{ margin: 0px 0px 0 0px; transition: .4s;}
.price-switch-container.opmonthyearly .price-switch-label {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 40px;
    margin: 0;
}
.price-switch-container.opmonthyearly .price-switch-label input {
    opacity: 0;
    width: 0;
    height: 0;
}
.price-switch-container.opmonthyearly .price-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 40px;
    border: 1px solid #000000;
    box-shadow: 0px 0px 4px 4px rgb(236 236 236);
}
.price-switch-container.opmonthyearly input:checked + .price-switch {
    background-color: #ffffff;
}
.price-switch-container.opmonthyearly .price-switch:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 90px;
    right: 0;
	left: 2px;
    bottom: 3px;
    background-color: #000;
    transition: .4s;
    border-radius: 40px;
    transform: translateX(0px);
}
.price-switch-container.opmonthyearly input:checked + .price-switch:before {
    transform: translateX(92px);
}

.price-switch-container.opmonthyearly span.switchtxt{ position: relative; font-size: 14px;}

.price-switch-container.opmonthyearly span.switchtxt.lefttitle {
       position: absolute;
    z-index: 99;
    left: 0px;
    width: 50%;
    text-align: center;
    top: 9px;
}
.price-switch-container.opmonthyearly span.switchtxt.righttitle {
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 50%;
    top: 8px;
}



/* Language Switch toggle*/

.price-switch-container.langoption {
    margin-bottom: 0px;
    margin-top: 15px;
    /* position: sticky; */
    /* top: 50px; */
}

.price-switch-container.langoption .price-switch-label {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    margin: 0 10px;
}

.price-switch-container.langoption .price-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fdfbf9;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #ee854e;
}
.price-switch-container.langoption .price-switch:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #ef854d;
    transition: .4s;
    border-radius: 50%;
    transform: translateX(21px);
}
.price-switch-container.langoption input:checked + .price-switch {
    background-color: #fdfbf9;
}

.price-switch-container.langoption input:checked + .price-switch:before {
    transform: translateX(0px);
}


/*Pricing Table start*/
.pricing-table-sec {
    padding: 0 0 100px 0;
}
.pricing-table {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 1px solid #fadfd0;
    border-radius: 20px;
}
.pricing-table .edition {
    border: 1px solid #fadfd0;
    border-radius: 0;
    /* margin: 10px; */
    flex: 0 0 23.3%;
}
.pricing-table .edition:nth-child(1) {
    flex-basis: 30%;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.pricing-table .edition:nth-child(2), .edition:nth-child(3), .edition:nth-child(4) {
    margin-left: -1px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.pricing-table .price-tble-hdr {
    min-height: 175px;
}
.price-tble-hdr {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #fadfd0;
    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: 28px;
    line-height: 30px;
    font-family: 'Zoho_Puvi_Bold';
	width: 100%;
}
.subtxtedns {
    color: #000;
    font-size: 14px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 25px;
	width: 100%;
}
.strsfrm {
    font-size: 15px;
    color: #000;
	width: 100%;
	margin-top: 10px;
}
.pric-sbtxt {
    color: #000;
    font-size: 14px;
	width: 100%;
}
.price {
        font-size: 33px;
    line-height: 33px;
    font-family: 'Zoho_Puvi_Bold';
    margin: 0 auto;
}

.featuresprice ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.featuresprice li {
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid #fadfd0;
	text-align: center;
	padding: 20px;
}
.featuresprice li.mob{ display: none !important;}
.featuresprice li:last-child {
    border-bottom: none;
}
.featuresprice li:last-child p{ margin:0px;}
.pricing-table .featuresprice li {
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
	padding: 10px;
}
ul.technodeslist li {
    text-align: left;
    padding-left: 50px !important;
}
ul.technodeslist li:nth-child(even){background-color:#fef6f1; }
ul.technodeslist li p:nth-child(1){ font-weight: bold;}

#std2-price, #std4-price,  #std6-price, #std8-price, #std10-price{ background-color:#fef6f1; }
#pro2-price, #pro4-price,  #pro6-price, #pro8-price, #pro10-price{ background-color:#fef6f1; }
#ent2-price, #ent4-price,  #ent6-price, #ent8-price, #ent10-price{ background-color:#fef6f1; }

.pricing-table .featuresprice li p{ margin: 0;width: 100%}
.pricing-table .featuresprice li p.technodesdic{ font-size: 13px; width: 100%}


.esm-table {
    display: flex;
    justify-content: center;
	margin: 70px 0 0 0;
	width: 100%;
}
.esm-table .edition {
    border: 1px solid #fbdfd0;
    border-radius: 0;
    margin: 20px;
    flex: 0 0 42%;
    border-radius: 30px;
	padding: 60px 30px;
}
.esm-table .edition:nth-child(1){
	/*border-left: none;
    border-top: none;
    border-bottom: none;*/}

.esm-table .price-tble-hdr {
    min-height: auto;
	    align-content: center;
	border: none;
	padding: 0px;
}

.esm-table .edition:nth-child(1) .featuresprice{ display: flex;    justify-content: center;    height: 54%;    align-items: flex-start;}

.esm-table .edition .single-img img {
    width: 100%;
}
.esm-table .edition .multiple-img img {
    width:90%;
}
.esm-table .featuresprice {
    padding: 0 20px;
}

.price-tble-hdr h3 {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
	font-size: 27px;
}

.singleteam{
  cursor: help;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
	margin-left: 10px;
}
.multipleteam {
  cursor: help;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
	margin-left: 10px;
}

.tooltip {
    background: #ffffe0;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    bottom: 100%;
    font-size: 15px;
    display: block;
    left: -165px;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 320px;
    z-index: 1102;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

/* This is the grey triangle behind the yellow one that makes the border continuous */
.tooltip:before {
  bottom: -42px;
  content: " ";
  display: block;
  height: 20px;
  left: 161px;
  position: absolute;
  border-color: #a9a9a9 transparent transparent transparent;
  border-style: solid;
  border-width: 11px;
}


/* Yellow triangle */
.tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #ffffe0 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}


.singleteam:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.multipleteam:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}
.singleteam span.qstin{background: #0675E8;
    color: #fff;
    text-align: center;
    /* line-height: 30px; */
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    top: -2px;
	transition: 1s ease;}

.multipleteam span.qstin{background: #0675E8;
    color: #fff;
    text-align: center;
    /* line-height: 30px; */
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    top: -2px;
	transition: 1s ease;}


ul.esm-disclist {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0 0;
}
ul.esm-disclist li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    border: none;
    text-align: left;
    padding: 10px 0 0 0;
}

	
	
.addons-sec{ background: #fff; padding: 100px 0}
.addons-sec .tblebox {
    margin-top: 70px;
    background: #fdfbf9;
}
.addon-table {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    border: 1px solid #fadfd0;
    border-radius: 20px;
}
.addon-table .edition {
    border: 1px solid #fadfd0;
    border-radius: 0;
    /* margin: 10px; */
    flex: 0 0 23.3%;
}
.addon-table .price-switch-container.langoption{ margin-bottom: 0px; margin-top: 15px; display: none}

.addon-table .edition:nth-child(1) {
    flex-basis: 30%;
	border-left: none;
    border-top: none;
    border-bottom: none;
}
.addon-table .edition:nth-child(2), .edition:nth-child(3), .edition:nth-child(4) {
    margin-left: -1px;
	border-top: none;
    border-right: none;
    border-bottom: none;
}
.addon-table .edition:nth-child(1) .featuresprice li:nth-child(7) {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
	
}
.addon-table .edition:nth-child(2) .featuresprice li:nth-child(14){ min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addon-table .price-tble-hdr {
    min-height: 150px;
	    align-content: center;
}
/*.addon-table .featuresprice li:nth-child(7) {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.addon-table .featuresprice li:nth-child(11) {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	min-height: 70px;
}
.addon-table .featuresprice li:nth-child(11) {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	min-height: 70px;
}
.addon-table .featuresprice li:nth-child(11) p{width: 100%;}
.addon-table .featuresprice li{ padding: 20px 18px;}
.addon-table .featuresprice li:last-child{ min-height: 70px; border-radius: 20px;}
ul.addon-ftrlist li{ text-align: left; padding-left: 30px; font-weight: bold}
ul.addon-ftrlist li:nth-child(even){    background-color: #fef6f1;}
ul.addon-ftrlist p.disctxt {
    font-size: 13px;
    font-weight: normal;
}
#addon-std2-price, #addon-std4-price, #addon-std6-price, #addon-std8-price, #addon-std10-price {
    background-color: #fef6f1;
}
#addon-pro2-price, #addon-pro4-price, #addon-pro6-price, #addon-pro8-price, #addon-pro10-price {
    background-color: #fef6f1;
}
#addon-ent2-price, #addon-ent4-price, #addon-ent6-price, #addon-ent8-price, #addon-ent10-price {
    background-color: #fef6f1;
}

 /*FAQ style starts here*/


.msp-pric-faqsec {
    padding: 100px 0 100px 0;
    background-image: url(../images/msp-pricing-faq-bg.svg);
    background-repeat: repeat;
    background-color: #fffbfa;
    background-size: 1200px;
}

h2.faq-main-heading {
	    font-family: 'Zoho_Puvi_ExtraBold';
    text-align: center;
  margin: 0 0px 0px 0px;
}
.pricing-fag-img {
    text-align: center;
    margin-bottom: 30px;
}
.faq-bg {
  padding: 50px 0px 0px 0px;
	position: relative;
	box-sizing:border-box;
}
.faq {
  max-width: 1000px;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  margin-bottom: 80px;
}

.acc-container {
  max-width: 1000px;
  width: 100%;
	margin: 0 auto;
}

.acc {
    margin: 10px 0;
    border: 1px solid #6e7172;
    background: #fff;
    position: relative;
    padding: 10px 50px 10px 30px;
    transition: all .5s linear;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    cursor: pointer;
}
	
.acc-head {
    font-size: 22px;
    position: relative;
    cursor: pointer;
    padding: 15px 0px;
}

.acc-head::before, .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #000;
    transition: all .3s;
}

.acc-head::before {
    right: -20px;
    width: 2px;
    height: 15px;
    margin-top: -8px;
}

.acc-head::after {
    right: -26px;
    width: 15px;
    height: 2px;
    margin-top: -2px;
}

.acc-head p {
    color: #000;
    font-weight: bold;
	margin: 0px;
}

.acc-content {
  display: none;
}
.acc-content p {
	margin-top: 0px;
}
        
.acc-head.active::before {
    transform: rotate(90deg);
}

.expand-wrapper {
    text-align: right;
    /* margin-bottom: 20px; */
    transform: translateY(-50%) rotate(270deg);
    position: absolute;
    right: 30px;
    top: 90px;
    width: 123px;
    font-size: 15px;
	cursor: pointer;
	
}
.expicon{box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);transition: 0.15s all ease;;}

span.expandall.expicon{
	background: #fff;
	
}
span.colpsall.expicon{
	background: #fff;
}

.expandall{
	border-radius: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.colpsall{
	background: #fff;
	border-radius: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	
}

.expand-wrapper span.expandall.expicon{padding-left: 25px;}
.expand-wrapper span.colpsall.expicon{padding-left: 25px;}

.expand-wrapper.active span.expandall.expicon{padding-left: 30px;}
.expand-wrapper.active span.colpsall.expicon{padding-left: 30px;}

.expandall.expicon::before, .expandall.expicon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 23px;
    margin-top: -1px;
    background: #1c77e8;
	transition: all .3s;
}
.colpsall.expicon::before, .colpsall.expicon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 15px;
    margin-top: -1px;
    background: #1c77e8;
	transition: all .3s;
}

.expicon::before {
       transform: rotate(0deg);
}
.expicon::after {
     transform: rotate(90deg);
}
.expand-wrapper.active .expicon::before {
 transform:rotate(40deg);
}
.expand-wrapper.active .expicon::after {
  transform:rotate(130deg);
}


.faq-service{ width: 80%; margin: 0 auto; padding: 100px 0  0 0}
.faq-service h2{ margin-top: 0px}
ul.faq-service-list {
    list-style-type: disc;
    margin-left: 30px;
}
ul.faq-service-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
ul.faq-service-list li p{ margin-top: 0px; margin-bottom: 5px;}
ul.faq-service-list li p:last-child{ padding-bottom: 10px;}
ul.faq-service-list li:last-child {border-bottom: none;}



.msp-esm-faq{ background: #fff; padding: 100px 0 0 0}


.tab-container {
	  display: flex;
	  align-items: flex-start;
	}
	
	.msp-esm-left {
	  flex: 0 0 30%;
	  padding: 0;
		    /*transform: translateX(-50px);
		opacity: 0;*/
	}
.msp-esm-left h2 {
    font-family: 'Zoho_Puvi_ExtraBold';
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}
/*.tab-container.content-view .msp-esm-left{    transform: translateX(0px);
    opacity: 1;
    transition: .6s ease;
    transition-delay: .3s;}*/

	.msp-esm-left p {
	  margin-top: 20px;
	  width: 80%;
	}
.esm-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
	.esm-faq-tab {
    font: 18px / 1.2 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    margin: 10px 20px 10px 0px;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    color: #000;
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    border: 1px solid #000;
		transition: .3s ease;
		
}
	/*.esm-faq-tab:before {
	  content: "";
	  position: absolute;
	  top: 6px;
	  right: 0;
	  bottom: 0;
	  left: -20px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50px;
	  background: #cccccc;
	}*/
	.esm-faq-tab.active {
    color: #fff;
    background: #000;
    text-align: center;
}
	.esm-faq-tab:hover {
	  color: #fff;
    background: #000;
	}
	/*.esm-faq-tab.active:before {
	  background: #873f16;
	}
	.esm-faq-tab:hover:before {
	  background: #873f16;
	}*/
	.msp-esm-content-right {
	  flex: 0 0 73%;
	  margin-left: 2%;
	}

	.esm-faq-contitem {
	  display: none;
	  opacity: 0;
	  transition: opacity 0.5s ease;
	}
	.esm-faq-contitem.active {
	  display: block;
	  opacity: 1;
	}
ul.esm-faq-list{ list-style-type: none; margin: 0; padding: 0;}
ul.esm-faq-list li{
	border: 1px solid #6e7172;
    background: #fff;
    position: relative;
    padding: 10px 50px 10px 30px;
    transition: all .5s linear;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}
ul.esm-faq-list li p strong{}

span.hambrgr {
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-top: 5px;
    position: absolute;
}
	
/*FAQ style ends here*/



.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: 90px 0;
}
.msp-price-ftrbg {
    background-image: url(../images/msp-pricing-ftr-bg.svg);
    background-repeat: no-repeat;
    padding: 80px 50px;
    position: relative;
    background-color: #bce5fb;
    border-radius: 40px;
    background-size: cover;
}
.pric-footer h2 {
	    font-family: 'Zoho_Puvi_ExtraBold';
    text-align: center;
    color: #000;
    margin: 0 auto;
    width: 60%;
}
.pric-footer div.priccta{ margin-top: 30px;}
div.priccta a {
    display: inline-block;
    background: #FF0000;
    color: #fff;
    padding: 10px 40px;
    font-size: 17px;
    /* font-weight: bold; */
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
    border-radius: 5px;
	cursor: pointer;
}

div.priccta a:hover{
    background: #e0261a;
}

@media screen and (max-width:1280px) {
.msp-esm-content-right {
    flex: 0 0 68%;
    margin-left: 2%;
}

}
@media screen and (max-width:1180px) {
	.pricing-table .price-tble-hdr {
       padding: 40px 20px 20px 20px;
}
	.price-tble-hdr h2{    font-size: 25px;}
	.subtxtedns{ display: none}
	.esm-table {
    margin: 70px 0 0 0;
    width: 100%;
    flex-wrap: wrap;
}
	.esm-table .edition:nth-child(1) .featuresprice {
    height: auto;
}
	.esm-table .edition{    flex: 0 0 50%;}
	.esm-faq-tab {
		margin: 10px 10px 10px 0px;}
	

.esm-faq-tabs {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }
}
@media screen and (max-width:980px) {
	.pricing-container {
    max-width: 94%;
    margin: 0 auto;
    padding: 0px 2%;
}
	.bannercont {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
	.sticky {
    position: sticky;
    top: 90px;
    box-shadow: 0 2px 9px 2px #e9e9e9;
}
	.toggle-buttons {
    justify-content: space-evenly;
}
	.price-switch-container, .monthly-yeary-toggle{    flex: 0 0 50%;}
	.main-togglebtn.sticky .price-switch-container.opmonthyearly {
    position: relative;
    margin-top: 0;
}
	    .pricing-table .price-tble-hdr {
        padding: 20px 10px 10px 10px;
    }
	.price-tble-hdr h2 {
        font-size: 22px;
    }
	.price {
    font-size: 30px;
    line-height: 33px;
}
.pricing-table .featuresprice li {
	min-height: 100px;}
	ul.technodeslist li {
    text-align: left;
    padding-left: 15px !important;
}
	.esm-table .edition{    margin: 20px 0;}
	.faq-bg {
		padding: 70px 0px 0px 0px;}
	.expand-wrapper {
    text-align: left;
    margin: 0 auto;
    transform: none;
    position: absolute;
    right: auto;
    /* background: none; */
    /* border-radius: 12px; */
    /* padding: 0; */
    top: 20px;
    /* width: 113px; */
    /* left: 0; */
}
	
	
	
	.expandall{
	border-radius: 12px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.colpsall{
	background: #fff;
	border-radius: 12px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	
}

.expand-wrapper span.expandall.expicon{padding-right: 25px;padding-left: 10px;}
.expand-wrapper span.colpsall.expicon{padding-right: 25px;padding-left: 10px;}

.expand-wrapper.active span.expandall.expicon{padding-right: 30px;padding-left: 10px;}
.expand-wrapper.active span.colpsall.expicon{padding-right: 30px;padding-left: 10px;}

.expandall.expicon::before, .expandall.expicon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    right:23px;
	left: auto;
    margin-top: -1px;
    background: #1c77e8;
	transition: all .3s;
}


.colpsall.expicon::before, .colpsall.expicon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    right: 15px;
	left: auto;
    margin-top: -1px;
    background: #1c77e8;
	transition: all .3s;
}
	.esm-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
	.msp-esm-left h2{ display: block;}
	.msp-esm-left h2 span{ margin-left: 5px;}
	.tab-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
	.esm-faq-tabs {
        display: flex;
        flex-wrap: wrap;
        width: 69%;
        margin: 0 auto;
    }
	.msp-esm-left {
    flex: 0 0 100%;
    padding: 0;
}
	.msp-esm-content-right {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 20px;
    }

	.pric-footer h2 {
    width: 80%;
}
	
}
@media screen and (max-width:768px) {
  ul.esm-disclist {
    padding: 0;
}
	.pricing-table .price-tble-hdr {
    min-height: 158px;
}
	.addon-table .featuresprice li:nth-child(4) {
        min-height: 51px;
    }
	.addon-table .featuresprice li:nth-child(6) {
		min-height: 100px;}
	.addon-table .featuresprice li:nth-child(7) {
		min-height: 100px;}
  .zh-demo-block-main {
    width: 70%;
  }
}
@media screen and (max-width:667px) {
	
.banner-bg{    padding: 20px 0 50px 0;}
	.bannercont h1.ftrmnhdr {
		margin: 20px auto 0 auto;}
	.bannercont {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
	.pricing-table {
    width: 100%;
    flex-wrap: wrap;
}
	.price-tble-hdr h2 {
        font-size: 30px;
color: #000;
    }
	.price {
        color: #06a35a;
    }
	.pricing-table .edition {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    /* margin: 10px; */
    flex: 0 0 100%;
}
	.pricing-table .edition:nth-child(1) {
    flex-basis: 100%;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
	.pricing-table .edition:nth-child(1) .featuresprice{ display: none}
	.pricing-table .price-tble-hdr {
        min-height: auto;
    }
	.pricing-table .featuresprice li {
        min-height: auto;
		padding: 15px 10px 5px 10px;
    }
	.esm-table {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
    width: 100%;
    flex-wrap: wrap;
}
	.esm-table .edition {
    border: 1px solid #e9e9e9;
    /* margin: 10px; */
    flex: 0 0 70%;
}
	.esm-table .price-tble-hdr {
    min-height: auto;
    align-content: center;
}
	.esm-table .edition:nth-child(1) .featuresprice {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
}

	
	.addon-table {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
    width: 100%;
    flex-wrap: wrap;
}
	.addon-table .edition {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    /* margin: 10px; */
    flex: 0 0 100%;
}
	.addon-table .edition:nth-child(1) {
    flex-basis: 100%;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
	.pricing-table .featuresprice li:nth-child(odd){border-bottom:none;}

.addon-table .edition:nth-child(1) .featuresprice{ display: none}

	.addon-table .price-tble-hdr {
    min-height: auto;
    align-content: center;
}
	.featuresprice li{ padding: 10px;}
	li.feature {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
		color: #06a35a;
		font-weight: bold;
		        font-size: 20px;
}
	.featuresprice li.mob{ display: block !important; font-weight: bold;}
	.tooltip{left: -255px;}
	.addon-table .featuresprice li{padding: 10px 10px 0 10px;}
	.addon-table .featuresprice li:nth-child(4) {
        min-height: auto;
    }
	.addon-table .featuresprice li:nth-child(6) {
        min-height: auto;
    }
	.addon-table .featuresprice li:nth-child(7) {
        min-height: auto;
    }
	.addon-table .featuresprice li:nth-child(8) {
    min-height: auto;
}
.faq {
    max-width: 90%;
    margin: 0 auto;
}
	
	
	.pricing-wrpr{    padding: 30px 0 50px 0;}
	.addonsec {padding: 0px 0 50px 0;}
	.qasection {padding: 50px 0;}
	

  .zh-demo-block-main {
    left: 17px;
    width: 80%;
    padding: 20px;
    max-height: 85%;
    overflow-y: scroll;
  }
	.esm-faq-tabs {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto;
    }
	.msp-esm-left h2 {
        display: block;
        text-align: center;
    }
	
  .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;
  }
  
	.acc {
    margin: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
    padding: 10px 10px 10px 40px;
	}
	.acc-head::before {
    left: -20px;
    width: 3px;
    height: 15px;
    margin-top: -8px;
}
	.acc-head::after {
    left: -26px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
}
}
@media screen and (max-width:414px) {
	
}