/*Banner content*/
.bannercont {
  width: 60%;
  margin: 0 auto;
}

div.pricbnrcta{ margin-top: 30px;}
div.pricbnrcta a {
    display: inline-block;
    background: #ff1b36;
    color: #fff;
    padding: 13px 30px;
    font-size: 16px;
    /*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;
}

/*Pricing page styles start*/

.pricingsec {
    position: relative;
}

.odopslidemenu{
	/*position: sticky;
    top: 50px;
    z-index: 99;*/
    padding: 5px 10px;
    border-radius: 0 0 5rem 5rem;
    width: 50%;
    margin: 50px auto 0 auto;
    transition: 2.5s ease;
}

.odopslidemenu:sticky {
  background-color: #fff; /* Background color when sticky */
  color: #fff; /* Text color when sticky */
}


.switcher-box {
  display: flex;
  align-content: center;
  justify-content: center;
}
.switcher-box span {
  padding: 0 12px;
  font-size: 18px;
  line-height: 32px;
	color: #000;
	cursor: pointer;
}
span.cloudtxt.tactive, span.onpremtxt.tactive{ color: #0067ff; font-weight: bold;}


.onpremises, .cloudprice {
  transition: opacity 0.3s ease;
 /* opacity: 0;*/
  display: none;
}

.onpremises.show, .cloudprice.show {
  opacity: 1;
  display: block;
}

.switcher input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.switcher input[type="checkbox"]:focus {
  outline: 0;
}

.switcher .toggle {
  width: 59px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid #0045ff;
  transition: all 0.2s ease;
  border-radius: 43px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  -ms-border-radius: 43px;
  -o-border-radius: 43px;
}
.switcher .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
	background:#0045ff;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

.switcher .toggle.active:after {
	 background:rgb(101, 79, 236);
}


.switcher .toggle:checked:after {
  transform: translatex(28px);
  -webkit-transform: translatex(28px);
  -moz-transform: translatex(28px);
  -ms-transform: translatex(28px);
  -o-transform: translatex(28px);
}
.secpading {
    padding: 0 0 50px 0;
}

.pricing-wrpr {
    background: #f3f3f4;
    padding-top: 10px;
}
.pricingbox {
    width: 80%;
    margin: 50px auto 0 auto;
    padding: 0;
    border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 20.64px 3.36px rgb(0 0 0 / 5%);
	      animation: fadeIntp 1s;
  -webkit-animation: fadeIntp 1s;
  -moz-animation: fadeIntp 1s;
  -o-animation: fadeIntp 1s;
  -ms-animation: fadeIntp 1s;
}

@keyframes fadeIntp {
  0% {transform: translateY(100px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1}
}

@-moz-keyframes fadeIntp {
  0% {transform: translateY(100px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1}
}

@-webkit-keyframes fadeIntp {
  0% {transform: translateY(100px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1}
}

@-o-keyframes fadeIntp {
  0% {transform: translateY(100px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1}
}

@-ms-keyframes fadeIntp {
  0% {transform: translateY(100px); opacity: 0;}
  100% {transform: translateY(0px); opacity: 1}
}
.grn-act {
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  color: #80b81f;
  text-decoration: none;
}
.gray-inact {
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  color: #626262;
  text-decoration: none;
}
.prcitblhdr {
  color: #3d3d3d;
  font-size: 26px;
  font-weight: 600;
}
.prcitblednhdr {
  color: #000;
  font-size: 23px;
	line-height: 30px;
      font-family: 'Zoho_Puvi_Bold';
}

.monoryear {
    display: flex;
    margin-top: 10px;
    border-top: 1px solid #fed8b7;
    padding-top: 11px;
}
.monoryear div {
    flex: 0 0 50%;
    font-size: 16px;
    font-weight: bold;
}

.subtxtedns {
  color: #000;
  font-size: 13px;
  font-family: 'Zoho_Puvi_SemiBold';
  line-height: 25px;
}
.adonsubtxtedns {
  color: #000;
  font-size: 13px;
  font-weight: lighter;
  line-height: 25px;
}
.trbgclr {
  background: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 400
}
.trbgwhtclr {
  /*background: #fff;*/
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
table.pricetable {
  border-spacing: 0px !important;
}
.onpremises .pricetable tr td {
  padding:1% 2%;
  border: 1px solid #d5b2ff80;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
      height: 35px;
	border-right: 0px;
}


.cloudprice .pricetable tr td {
  padding:1% 2%;
  border: 1px solid #fed8b7;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
      height: 35px;
	border-right: 0px;
}

.pricetable thead {
    position: sticky;
    top: 50px;
	   
}
.thdshdow{ box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%); background: #fff;}
thead.thdshdow tr th {padding:1% 2% !important; transition: all ease .5s;}

.onpremises .pricetable tr th {
  padding:1% 2%; 
  border: 1px solid #d5b2ff;
	vertical-align: top;
	border-bottom: 2px solid #d5b2ff;
	    vertical-align: middle;
	border-right: 0px;
}

.cloudprice .pricetable tr th {
  padding:1% 2%; 
  border: 1px solid #fed8b7;
	vertical-align: top;
	border-bottom: 2px solid #fed8b7;
	    vertical-align: middle;
	border-right: 0px;
}

.pricetable tr th:nth-child(2) {
  border-top: 0;
}
.pricetable tr th:nth-child(3) {
  border-top: 0;
}

.pricetable tr th:nth-child(1) {
	border-top-left-radius: 16px;
	border-left: none;
    border-top: none;
}

.pricetable tr th:nth-child(4) {
  border-top-right-radius: 16px;
	border-right: none;
    border-top: none;
}

.pricetable tr.lasttr td:nth-child(1) {
    border-bottom-left-radius:16px;
	border-left: none;
    border-bottom: none;
}

.pricetable tr.lasttr td:nth-child(4) {
  border-bottom-right-radius: 16px;
	border-right: none;
    border-bottom: none;
}

.pricetable tr.lasttr:hover{ background: none !important;}

.pricetable tr th {
  border-left: 0;
}
.onpremises .pricetable tr:hover {
  background:#f1f1ff78;
}

.cloudprice .pricetable tr:hover {
  background: #fff6ee78;
}

.pricetable thead tr:hover {
  background:none;
}

.pricetable tr td:nth-child(1) {
  border-left: 0;
  border-top: 0;
	background: none;
}
.pricetable tr td:nth-child(2) {
  border-top: 0;
}
.pricetable tr td:nth-child(3) {
  border-top: 0;
}
.pricetable tr td:nth-child(4) {
  border-top: 0;
  border-right: 0;
}
.pricetable tr.lasttr td {
  border-bottom: 0
}
.pricetable tr td {
  border-left: 0;
      text-align: center;
    vertical-align: middle;
}
.brckttxt{ font-size: 12px;line-height: 15px;}

.addontablebx {
    margin: 50px auto 0 auto;
    padding: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 20.64px 3.36px rgb(0 0 0 / 5%);
    width: 80%;
}

table.addontable {
  border-spacing: 0px !important;
  background: #fff;
  table-layout: fixed;
  border-radius: 16px;
}

table.addontable thead{position: sticky;top: 50px; /*background: #fff;*/}
.adonthedshdow{ box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);background: #fff;}
/*table.addontable tr th {
    padding: 2%;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
    border-bottom: 2px solid #d5b2ff;
}*/


.onpremises table.addontable tr th {
    padding: 2%;
    border: 1px solid #d5b2ff;
    vertical-align: middle;
    border-bottom: 2px solid #d5b2ff;
	border-right: 0px;
}

.cloudprice table.addontable tr th {
    padding: 2%;
    border: 1px solid #fed8b7;
    vertical-align: middle;
    border-bottom: 2px solid #fed8b7;
	border-right: 0px;
}


table.addontable tr th:nth-child(1) {
	border-top-left-radius: 16px;
  border-left: 0;
  border-top: 0;
}
table.addontable tr th:nth-child(2) {
  border-top: 0;
  border-left: 0;
}
table.addontable tr th:nth-child(3) {
  border-top: 0;
  border-left: 0;
}
table.addontable tr th:nth-child(4) {
	border-top-right-radius: 16px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

table.addontable tr.lasttr td:nth-child(1) {
   border-bottom-left-radius:16px;
	border-left: none;
    border-bottom: none;
}

table.addontable tr.lasttr td:nth-child(4) {
  border-bottom-right-radius: 16px;
	border-right: none;
    border-bottom: none;
}

table.addontable tr.lasttr{ background: none!important;;}


table.addontable tr:hover{background: #f1f1ff78;}
table.addontable thead tr:hover {
  background:none;
}
.onpremises table.addontable tr td {
  padding:1% 2%;
  line-height: 25px;
	color: #000;
	font-size: 16px;
	border: 1px solid #d5b2ff80;
	    text-align: center;
    vertical-align: middle;
	    height: 35px;
	border-right: 0px;
}

.cloudprice table.addontable tr td {
  padding:1% 2%;
  line-height: 25px;
	color: #000;
	font-size: 16px;
	border: 1px solid #fed8b7;
	    text-align: center;
    vertical-align: middle;
	    height: 35px;
	border-right: 0px;
}


table.addontable tr td:nth-child(1) {
  border-left: 0;
  border-top: 0;
}
table.addontable tr td:nth-child(2) {
  border-top: 0;
}
table.addontable tr td:nth-child(3) {
  border-top: 0;
}
table.addontable tr td:nth-child(4) {
  border-top: 0;
  border-right: 0;
}
table.addontable tr.lasttr td {
  border-bottom: 0
}
table.addontable tr td {
  border-left: 0;
}
table.addontable tr.mspmoreadon td {
	border-top: 1px solid #e9e9e9;;
	border-bottom: 0;
}




.teamtblesec {
    background: #f3f3f4;
    padding: 50px 0 100px 0;
}
.teamtblebx {
    margin-top: 50px;
    padding: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 20.64px 3.36px rgb(0 0 0 / 5%);
}
table.teamtble {
    border-spacing: 0px !important;
    background: #fff;
    table-layout: fixed;
    border-radius: 16px;
}

table.teamtble thead {
    position: sticky;
    top: 50px;
    /* background: #fff; */
}
table.teamtble tr th {
    padding: 2%;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
    border-bottom: 2px solid #d5b2ff;
}
table.teamtble tr.trbgclr{background: #fff;}
table.teamtble tr th:nth-child(1) {
	border-top-left-radius: 16px;
  border-left: 0;
  border-top: 0;
	width: 40%;
}
table.teamtble tr th:nth-child(2) {
  border-top: 0;
  border-left: 0;
}
table.teamtble tr th:nth-child(3) {
  border-top: 0;
  border-left: 0;
}
table.teamtble tr th:nth-child(4) {
	border-top-right-radius: 16px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

table.teamtble tr.lasttr td:nth-child(1) {
   border-bottom-left-radius:16px;
	border-left: none;
    border-bottom: none;
}

table.teamtble tr.lasttr td:nth-child(4) {
  border-bottom-right-radius: 16px;
	border-right: none;
    border-bottom: none;
}

table.teamtble tr.lasttr{ background: none!important;;}


table.teamtble tr:hover{background: #f8fdff;}
table.teamtble thead tr:hover {
  background:none;
}
table.teamtble tr td {
  padding:1% 2%;
  line-height: 25px;
	color: #000;
	font-size: 16px;
	border: 1px solid #e9e9e9;
	    text-align: center;
    vertical-align: middle;
	    height: 35px;
}


table.teamtble tr td:nth-child(1) {
  border-left: 0;
  border-top: 0;
}
table.teamtble tr td:nth-child(2) {
  border-top: 0;
      text-align: left;
}
ol.numbrlist {
    list-style-type: auto;
    margin: 20px;
}

ol.numbrlist li {
    padding: 0 0 10px 0;
}

table.teamtble tr td:nth-child(3) {
  border-top: 0;
}
table.teamtble tr td:nth-child(4) {
  border-top: 0;
  border-right: 0;
}
table.teamtble tr.lasttr td {
  border-bottom: 0
}
table.teamtble tr td {
  border-left: 0;
}
table.teamtble tr.mspmoreadon td {
	border-top: 1px solid #e9e9e9;;
	border-bottom: 0;
}



.teamdiscflx {
    display: block;
    align-items: center;
    width: 92%;
    margin: 50px auto 0 auto;
    background: #fff;
    padding: 30px 50px 10px 50px;
    border-radius: 16px;
    box-shadow: 0px 0px 20.64px 3.36px rgb(0 0 0 / 5%);
}
.teamdiscflx div{ flex:0 0 50%}
.single {
    padding-bottom: 10px;
}
.multiple {
padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

p.forsingle, p.formultiple {
    font-size: 22px;
}

span.q-icon{}
span.q-icon img {
    width: 1.5%;
    margin-left: 5px;
}


/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 23em;
    /* max-width: 21em; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgb(0 0 0 / 35%);
    background: #333;
    color: #fff;
    z-index: 1000;
    font-size: 16px;
    line-height: 1.5;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}


/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}



div#langInfo {
    margin-top: 33px;
}



.addonfad2 {
  display: none;
}
.numbers-bg {
  background: #f1f1f1;
  width: 259px;
  height: 9px;
  z-index: 1;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
a.numbrtxtbg {
  background: #939393;
  height: 24px;
  color: #fff;
  font-size: 18px;
  padding: 1px 15px;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  top: 20px;
}
a.buynow {
  background: #E9142B;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 7px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 5px;
}
.strfretrillink {
  font-size: 12px;
  color: #696969;
  margin-top: 5px;
}
a.cmpreednvrsn {
  color: #2a78b8;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #2a78b8
}
.cmprsbtxt {
  color: #787878;
  font-weight: lighter;
  font-size: 13px;
  margin-top: 5px;
}
.bdr {
  background: #c2c2c2;
  width: 2px;
  height: 48px;
  position: relative;
  margin: 0 auto;
}
.add-active {
  color: #fff !important
}
.addontabcont {
  width: 100%;
}
.addontabs {
  height: 39px;
  position: relative;
  background: #f1f1f1;
  border: 1px solid #d1d3d2;
  border-radius: 7px;
  font-size: 14px;
  padding-top: 1px;
  color: #929292;
  width: 281px;
  margin: 0 auto;
}
.addontabs .movetb {
  padding: 7px;
  background-color: #929292;
  position: absolute;
  width: 125px;
  left: 0;
  border-radius: 7px;
  color: #929292;
  margin-left: 1px;
}
.addontabs .addontab {
  display: block;
  float: left;
  padding: 7px;
  width: 125px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.addontabcont .addonslidecont {
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #929292;
}
.techndsclrbdr {
  background: url(../images/pricing-tbl-clrbdr.png) no-repeat;
  height: 3px;
  width: 652px;
  margin-bottom: -3px;
}
#customers {
  display: none;
}
.fsslider {
  height: 26px;
  width: calc(100% - 22px);
}
/*--------------- Slider Code ----------------*/
#tech-value, #node-value {
  margin-left: -10px;
}
.fsslider > .fscaret {
  background: #939393;
  color: #FFF;
  font-size: 13px;
  border-radius: 15px;
  padding: 0px 12px;
  margin-top: 1px;
}
.fsslider > .fsfull-value::after {
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  position: absolute;
  z-index: 200;
  background: #000;
}
.fsslider > .fsfull-value {
  background: #f1f1f1;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  height: 5px;
  padding: 0px 10px;
  line-height: 25px;
}
.fsslider > .fssel-value {
  background: #0099CC;
  border: 1px solid #0099CC;
  border-radius: 3px;
  height: 5px;
}
/*-------------- Toggle Component -----------*/
.sdp-toggle {
  position: relative;
  width:40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
	box-shadow: 0 10px 15px -6px rgb(119 119 119 / 40%);
}
.sdp-toggle-checkbox {
  display: none;
}
.sdp-toggle-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #0067ff;
    width: 38px;
}
.sdp-toggle-inner {
  display: block;
 /* width: 200%;*/
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.sdp-toggle-inner:before, .sdp-toggle-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 19px;
    padding: 0;
    line-height: 12px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.sdp-toggle-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #fff;
    color: #FFFFFF;
}
.sdp-toggle-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #fff;
    color: #999999;
    text-align: right;
}
.sdp-toggle-switch {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    background: #114dc1;
    position: absolute;
    top: 6px;
    bottom: 0;
    border: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    /* left: 2px; */
    margin-left: 3px;
}
.sdp-toggle-checkbox:checked + .sdp-toggle-label .sdp-toggle-inner {
  margin-left: 0;
}
.sdp-toggle-checkbox:checked + .sdp-toggle-label .sdp-toggle-switch {
  /*right: 0px;*/
	margin-left: 20px;
}
.h-active {
  color: #0067ff;
  font-size: 13px;
	/*font-weight: 600;*/
}
#schemeInfo {
  color: #ccc;
  font-size: 13px !important;
}
#yr-active, #mn-active, #ml-active, #eg-active {
  font-size: 13px !important;
	margin:0 10px;
	position: relative;
	bottom: 8px;
}
.langsmltxt {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
}
.prictbledns {
  position: relative;
}
.mradon {
  display: none;
}
.priceval{ margin-top:10px}
.strsfrm {
  font-size: 13px;
  color: #333
}
/*Pricing page styles end*/
table {
  border-spacing: 1px !important;
}
table.pricetable {
    table-layout: fixed;
    background: #fff;
    border-radius: 16px;
}
table.addontable1 {
  table-layout: fixed;
}
.pricing-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0px 30px;
}
.pricsbtxt {
  color: #000;
  font-size: 14px;
}
.plan-desc.pricsbtxt {
    margin-top: 8px;
}
.strsfrm {
  font-size: 15px;
  color: #000;
}
.techndsclrbdr {
  background: none;
}
/*span#ml-active {
  color: #000;
}*/
span#mn-active {
  color: #000;
}
.adonsubtxtedns {
  color: #000;
}
span#std-val, span#prof-val, span#ent-val {
  font-size: 33px;
      line-height: 33px;
  font-family: 'Zoho_Puvi_Bold';
  margin:5px 0px;
  display: inline-block;
  color: #000;
}

ol.prcingfaq ul a {
  word-break: break-all;
}
.tabslider {
  width: 2000px;
}
.tabslider .odaddon .opaddon {
  width: 1000px;
  margin: 0px;
  padding: 0px;
}
ul.odversion {
  list-style-type: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
ul.opversion {
  list-style-type: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.odversion {
  display: none
}
#scroll {
  position: relative;
  padding: 0px;
}
th.row1 {
  width: 60%
}
.laninfo {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    /*width: 73%;*/
    margin: 0 auto;
}
.laninfo .col {
  width: 100%;
	text-align: center;
}
.laninfo .col:nth-child(2) {
	margin-top: 10px;
	    color: #000;
}
.subscirpper {
  display: flex;
  align-content: center;
}
.subscirpper .col1 {
  width: 50%
}
.subscirpper .col2 {
  width: 50%
}
.fsslider > .fscaret {
  background: #939393;
  color: #FFF;
  font-size: 13px;
  border-radius: 15px;
  padding: 0px 12px;
  margin-top: 1px;
}
.fsslider > .fsfull-value::after {
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  position: absolute;
  z-index: 200;
  background: #000;
}
.fsslider > .fsfull-value {
  background: #f1f1f1;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  height: 5px;
  padding: 0px 10px;
  line-height: 25px;
}
.fsslider > .fssel-value {
  background: #0099CC;
  border: 1px solid #0099CC;
  border-radius: 3px;
  height: 5px;
}
table {
  border-collapse: inherit;
  border-spacing: 0;
}
.odversion strong {
  font-weight: 500;
}
#schemeInfo1 {
  color: #ccc;
  font-size: 13px !important;
}
.showansr {
  display: none;
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 15px;
  width: 50%;
  margin: 0 auto;
  line-height: 25px;
}
.showansr1, .showansr2 {
  display: none;
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 15px;
  width: 50%;
  margin: 0 auto;
  line-height: 25px;
}
.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;
}
.qstin1, .qstin2 {
  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;
}
ol.prcingfaq {
  list-style-type: disc;
  margin-left: 30px;
	margin-top: 50px;
}
ol.prcingfaq ul {
  list-style-type: circle;
  margin-left: 30px;
  margin-top: 30px;
  display: block !important;
}

span.moradtgl, span.moradtgl1 {
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 5px;
}
.conthdrtxt {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  font-family: 'Zoho_Puvi_SemiBold';
}




.addonsec {
    padding: 50px 0 100px 0;
}
.qasection {
    padding: 0 0 100px 0;
    background: #f3f3f4;
}


.promotion-bg.stickyfixed-header {
  margin-top: 0px;
}

.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;
}


.zh-form-heading h2{ margin: 0;
    font-size: 25px;}
.zh-form-heading p{ font-size: 15px;
    margin-top: 10px;}
/*
.form-label label {
    position: absolute;
    left: 10px;
    padding-left: 2px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -47px;
    font-size: 16px !important;
    color: #444;
}
.form-js-label input[data-empty="false"]+label, .form-js-label input:focus+label {
    color: #1680ba;
    font-weight: 400;
    font-size: 12px !important;
    margin-top: -47px;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.zh-form-block textarea, .zh-form-block input.text, .zh-form-block input[type="text"], .zh-form-block input[type="email"], .zh-form-block input[type="tel"], .zh-form-block input[type="number"], .zh-form-block input[type="button"], .zh-form-block .input-checkbox, .zh-form-block select, .zh-form-block select#MECountryListing{
	-webkit-appearance: none;
	border-radius: 3px !important;
	    margin: 0 auto 18px;
}
.zh-form-block #country_state{font-size: 16px;}
.zh-form-block select#country_state {
    margin-top: 0px;
}
.zh-form-block .prvcy-plicy,.zh-form-block .prvcy-plicy a, .zh-form-block #meGDPRMessage label{color: #fff;}

.zh-form-block input.demo-submit {
    background: #e9152b;
	font-size: 17px;
    text-transform: uppercase;
    font-family: 'Zoho_Puvi_SemiBoldItalic';
}
.zh-form-block input.demo-submit:hover {
	box-shadow: 0 0 3px 0 #e9152b inset, 0 0 6px 1px #e9152b;
    background: #e9152b;
}
.zh-form-block span.errormsg{color: #fff;}*/
/*.zh-price-demobtn::after, .zh-price-demobtn::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: red;
  z-index: -1;
}

.zh-price-demobtn::before {
  transform: translateX(-100%);
  z-index: 1;
}

.zh-price-demobtn:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.zh-price-demobtn::after {
   z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

a:hover:after {
  opacity: 1;
  transform: translateX(0);
 transition: transform 350ms 360ms ease;
}
 */
 
 
 
 /*FAQ style starts here*/





.acc-container {
  max-width: 1000px;
  width: 100%;
	margin: 0 auto;
}

.acc {
    margin: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
    padding: 10px 70px 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 10px;
    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: #1c77e8;
    transition: all .3s;
}

.acc-head::before {
    right: -20px;
    width: 3px;
    height: 15px;
    margin-top: -8px;
}

.acc-head::after {
    right: -26px;
    width: 15px;
    height: 3px;
    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);
}



	
h2.faq-main-heading {
  text-align: center;
  margin: 0 0px 0px 0px;
}
	
.faq-bg {
  padding: 30px 0px 0px 0px;
	position: relative;
	box-sizing:border-box;
}
.faq {
  max-width: 1000px;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  margin-bottom: 80px;
}
.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{letter-spacing:-1px;}
.expandall.active{letter-spacing: 0px;transition: all ease .5s;}
.colpsall{letter-spacing:-1px;}
.colpsall.active{letter-spacing: 0px;transition: all ease .5s;}*/


/*
.expandall{
	animation: animate .5s ease-out;
	animation-delay: 1s;
	background: #fff;
	border-radius: 12px;
	padding: 5px 10px 5px 31px;
	
}
.colpsall{
	animation: animate .5s ease-out;
	animation-delay: 1s;
	background: #fff;
	border-radius: 12px;
	padding: 5px 10px 5px 31px;
}
.expandall.active{animation: exptextani ease .5s;}
.colpsall.active{animation: colpstextani ease .5s;}


@keyframes exptextani {
  
            50% {
                padding: 5px 10px 5px 20px;
            }
  
            100% {
                padding: 5px 10px 5px 31px;
            }
        }


@keyframes colpstextani {
            
  
            50% {
                padding: 5px 10px 5px 20px;
            }
  
            100% {
                padding: 5px 10px 5px 31px;
            }
        }
*/



/*.ec-active {
        transition: all ease .5s;
	width: 120px;
}*/

/*span.expand-all-sec {
    color: #000;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 5px 10px 5px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
	animation: textBounceStretch 3s 1;
}*/


.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);
}


/*span.expand-all-sec:hover::after {
  width: 100%;
  transition: .4s ease;
}*/
div.faqquestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  color: #000;
}
div.faqquestion p {
  margin: 0px;
  max-width: 80%;
  font-size: 20px;
}
.faqcont-wrapper {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0px;
}
.faqcont-wrapper:last-child {
  border-bottom: 1px solid #e6e6e6;
}
div.faqquestion p {
  font-family: Zoho_Puvi_SemiBold;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  line-height: 30px;
  background: transparent;
}
.faqquestion:after {
  content: '\002B';
  color: #1d77e8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}
.faq-active:after {
  content: "\2212";
}
.faqanswer {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 80%;
}
.faqanswer p{
  font-size: 17px;
}
p.ind {
  text-indent: 30px;
}
.faqcont-wrapper-parent .faqcont-wrapper:nth-child(1) {
  border-top: none;
}
.faqcont-wrapper-parent .faqcont-wrapper:last-child {
  border-bottom: none;
}
/*FAQ style ends here*/


.comparelink{text-align: center; margin-top: 70px;}
.comparelink a {
    color: #096ffb;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1.5px solid #096ffb;
    transition: 1s ease;
}
.comparelink a:hover{border-bottom: 1.5px dashed #096ffb;}

.pric-footer{ background: #fff;padding:90px 0 40px 0;}
.pric-footer h2{ color: #000; margin: 0;}
.pric-footer div.priccta{ margin-top: 30px;}
div.priccta a{
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    /*font-weight: bold;*/
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
    border-radius: 5px;
}

div.priccta a:hover{
    background: #e0261a;
}


@media screen and (max-width:980px) {
	.pricing-container {
    max-width: 94%;
    margin: 0 auto;
    padding: 0px 2%;
}
	.bannercont {
		width: 90%;}
	div.heading-menu .ftrpg-inrhdr {
		width: 80%;}
	.odopslidemenu {
    width: 100%;
}
	.prcitblednhdr {
		font-size: 21px;}
		
		
	span#std-val, span#prof-val, span#ent-val {
		font-size: 30px;}
	.bannercont h1.ftrmnhdr {font-size: 40px !important;}
	
	#odopcontent h2{ margin-top: 0px;}
	th.row1 {
    width: 32% !important;
}
  .sdplogosection {
    margin: 20px auto 0 auto;
    max-width: 565px;
    position: relative;
  }
	div#langInfo {
    margin-top: 10px;
}
	.subtxtedns {
    display: none;
}
	.pricetable thead {
    display: none;
}
	table.addontable thead {
   display: none;
}

.teamdiscflx{    width: 82%;}
span.q-icon img {
    width: 3%;
}
	
  #faq {
  max-width: 90%;
  margin: 0 auto;
}
	.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;
}

	.pricetable thead tr{ display:none}
	table.addontable thead {
    display: none;
}
	
}
@media screen and (max-width:768px) {
  .prcitblednhdr {
    font-size: 20px;
  }
  span#std-val, span#prof-val, span#ent-val {
    font-size: 30px;
  }
  tr.toggle td {
    width: 100%;
    float: left;
  }
  .cmn-breadcrum {
    padding-top: 20px;
  }

  .sdplogosection {
    margin: 20px auto 0 auto;
    max-width: 360px;
    position: relative;
  }
  .prcitblednhdr {
    font-size: 20px;
  }
  .zh-demo-block-main {
    width: 70%;
  }
}
@media screen and (max-width:667px) {
	
	.bannercont h1.ftrmnhdr {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 30px !important;
    letter-spacing: 0.5px;
    line-height: 1.3;
   /* font-weight: 600;*/
}
	div.heading-menu .ftrpg-inrhdr {
    width: 99%;
}
	h2, .h2 {
    font: 26px/1.3 'Zoho_Puvi_SemiBold';
}
	.pricingbox{    width: 93%;
    margin: 0 auto;}
.pricetable thead th.row1 {
    width:auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
}
	th.row1 {
    width: 100% !important;
}
	.prcitblednhdr{    display: none;}
	.laninfo .col {width: 100%;text-align: left;}
	.langsmltxt{text-align: left;}
	.laninfo {
    width: 100%;
    margin: 30px 0 0 0;
}
	.strsfrm {
    text-align: left;
		    margin-top: 40px;
}
	.thdshdow {
    box-shadow: none;
    /* display: none; */
}
	thead.thdshdow tr th {
    padding: 5% !important;
    transition: all ease .5s;
}
	.prictxt{ text-align: left}
	span#std-val, span#prof-val, span#ent-val {
    font-size: 32px;
    text-align: left;
    margin: 10px 0;
    line-height: 30px;
}
	.pricsbtxt {
    text-align: left;
}
.subtxtedns {
    min-height: auto;
    font-size: 13px;
    line-height: 13px;
    margin-top: 34px;
    position: relative;
    text-align: left;
}
	
/*.pricetable thead tr th {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }*/
  
.pricetable thead tr th {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
	    padding: 5%;
  }
	#yr-active, #mn-active, #ml-active, #eg-active{    margin: 0;}
	.sdp-toggle{    margin: 0 10px;}
	
.pricetable thead tr th::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
	    font-family: 'Zoho_Puvi_Bold';
}

.pricetable thead tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 2px;
    padding: 20px 0;
}
.pricetable tr th:nth-child(2) {
    border-top: 0;
    border-right: 0;
}
.pricetable tr th:nth-child(3) {
    border-top: 0;
    border-right: 0;
}
.pricetable tr th:nth-child(4) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
	
	
.pricetable tr td:nth-child(1) {
    border-left: 0;
    border-top: 0;
    border-right: 0;
	    padding-bottom: 20px;
}
	.pricetable tr td:nth-child(2) {
    border-top: 0;
		border-left: 0;
		 border-right: 0;
}
	.pricetable tr td:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
	.pricetable tr td:nth-child(4) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
	 border-bottom: 0;
}
	
	
.cloudprice .pricetable tr {
    border-bottom: 2px solid #fed8b7;
    display: block;
    padding: 10px;
	
}
  
.cloudprice .pricetable tr td {
    border-bottom:0;
    display: block;
    text-align: center;
	    font-size: 17px;
	line-height: 30px;
	
	padding:0;
	    height: auto;
}
	.cloudprice .pricetable tr td p{font-weight: bold;}
.cloudprice .pricetable tr.lasttr td {
    border-bottom: 1px solid #fed8b7;
}
	
	
.onpremises .pricetable tr {
    border-bottom: 2px solid #d5b2ff80;
    display: block;
    padding: 10px;
	
}
  
.onpremises .pricetable tr td {
    border-bottom:0;
    display: block;
    text-align: center;
	    font-size: 17px;
	line-height: 30px;
	
	padding: 0;
	    height: auto;
}
	.onpremises .pricetable tr td p{font-weight: bold;}
.onpremises .pricetable tr.lasttr td {
    border-bottom: 1px solid #d5b2ff80;
}
	
	
	
	.brckttxt {
    font-size: 12px;
}
  
.pricetable tr td::before {
        content: attr(data-label);
        float: none;
       /* font-weight: bold;*/
        text-transform: none;
        position: relative;
        top: 15px;
    }
  
.pricetable tr td:last-child {
    border-bottom: 0;
  }
	
	tr.trbgwhtclr.lasttr {
        border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
	
	
.addontablebx {
    width: 93%;
    margin: 0 auto;
}
	
.onpremises table.addontable tr th {
    border-bottom: 1px solid #d5b2ff;
    display: block;
    text-align: right;
	padding: 10px;
  }
.cloudprice table.addontable tr th {
    border-bottom: 1px solid #fed8b7;
    display: block;
    text-align: right;
	padding: 10px;
  }
	
table.addontable tr th::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.adonthedshdow {
    box-shadow: none;
}

.adonsubtxtedns {
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    margin-top: 34px;
	    padding-bottom: 0;
}
	
	

table.addontable tr th:nth-child(1) {
    border-left: 0;
    border-top: 0;
    border-right: 0;
	    width: 100%;
}
table.addontable tr th:nth-child(2) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
table.addontable tr th:nth-child(3) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
table.addontable tr th:nth-child(4) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}
	
	
	
.pricetable tr th:nth-child(1) {
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left-style: none;
}

.pricetable tr th:nth-child(4) {
  border-top: 0;
  border-right: 0;
	border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-right-style: none;
}

.pricetable tr.lasttr td:nth-child(1) {
    border-left: 0;
    border-top: 0;
    border-radius:0;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    border-left-style: none;
}

.pricetable tr.lasttr td:nth-child(4) {
  border-top: 0;
  border-right: 0;
	border-radius:0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    border-right-style: none;
}
	
	
  
table.addontable tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: center;
	    font-size: 15px;
	padding: 1% 2%;
	position: relative;
}
	table.addontable tr td p {
        position: relative;
        right: 0;
        margin: 0;
        /* padding: 10px 0; */
        font-weight: bold;
    }
table.addontable tr.lasttr td {
    border-bottom: 1px solid #ddd;
	    border-radius: none;
    border-radius: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-left-style: none;
}

  
table.addontable tr td::before {
    content: attr(data-label);
    float: none;
   
    text-transform: uppercase;
	font-size: 16px;
  }
  
	
	.cloudprice table.addontable tr td {
    padding: 4% 2%;
    line-height: 25px;
    color: #000;
    font-size: 17px;
    line-height: 30px;
		
    border: 1px solid #fed8b7;
    text-align: center;
    vertical-align: middle;
    height: auto;
    border-right: 0px;
}
	
	.onpremises table.addontable tr td {
   	padding: 4% 2%;
    line-height: 25px;
    color: #000;
    font-size: 17px;
    line-height: 30px;
		
    border: 1px solid #d5b2ff80;
    text-align: center;
    vertical-align: middle;
    height: auto;
    border-right: 0px;
		
		
}
	
	
table.addontable tr td:last-child {
    border-bottom: 0;
	border-top: 0;
  }
	
	table.addontable tr td:nth-child(1) {
    border-right: 0;	
}	
table.addontable tr td:nth-child(2) {
    border-top: 0;
    border-right: 0;
	border-left: 0;
	
}
table.addontable tr td:nth-child(3) {
    border-top: 0;
    border-right: 0;
}
table.addontable tr td:nth-child(4) {
	border-bottom: 0 !important
}
	
table.addontable tr.mspmoreadon td {
    border-bottom: 1px solid #e9e9e9;
}
	
	
table.addontable tr.lasttr td:nth-child(1) {
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-left-style: 0;
	    height: 80px;
}

table.addontable tr.lasttr td:nth-child(4) {
  border-top: 0;
  border-right: 0;
	border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-right-style: 0;
}
	
	

.faq {
    max-width: 90%;
    margin: 0 auto;
}
	
	
	.pricing-wrpr{    padding: 30px 0 50px 0;}
	.addonsec {padding: 0px 0 50px 0;}
	.qasection {padding: 0px 0 50px 0;}
	

  .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;
  }
  .trbgclr {
    top: 0px;
  }
  .heading-menu .ftrpg-inrhdr {
    letter-spacing: 0px !important;
  }
	
	.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) {
	
	.bannercont {
    width: 90%;
    padding: 40px 0 50px 0;
}
	.bannercont h1.ftrmnhdr {
    font-size: 28px !important;
}
	table.addontable tr td {
	    font-size: 15px;
}
	div.heading-menu .ftrpg-inrhdr {
    font-size: 17px;
    line-height: 25px;
}
	h2{    font-size: 25px;}
	.pricetable thead tr th::before {
    font-size: 17px;
}
	span#std-val, span#prof-val, span#ent-val {
		font-size: 26px;}
	
	#odopcontent h2 {
    padding: 0 5%;
}
	
  tr.toggle td {
    width: 50%;
    float: left;
  }
	
table.addontable tr th::before {
    font-size: 17px;
    line-height: 25px;
}

.teamdiscflx {
    width: 70%;
	    margin: 0px auto 0 auto;
}
.single {
    padding-bottom: 20px;
}
.multiple {
    padding-top: 20px;
}

span.q-icon img {
    width: 7%;
}

}