/*Pricing page styles start*/
.bannercont {
    width: 89%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.pricingsec {
    position: relative;
}
.tablemenu{ display: flex; align-items: center; width: 80%; margin: 20px auto 40px auto}
.tablemenu .col{ flex: 0 0 50%;display: flex;}
.tablemenu .col:nth-child(1){justify-content: start;}
.tablemenu .col:nth-child(2){justify-content: end;}

p.lastupdate {
    margin: 0;
}

.toggle-switch {
    margin: 0;
}

.toggle-switch label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.toggle-switch label span.allfea {
    right: 35px;
    position: relative;
}
.toggle-switch label span.allfea.active{ color: #4CAF50; font-weight: bold;}
.toggle-switch label span.difflabel.active{ color: #4CAF50; font-weight: bold;}

.toggle-switch input {
    display: none;
}

.slider {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #4CAF50;
    border-radius: 34px;
    transition: background-color 0.3s;
    right: 15px;
}
.slider:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(22px);
}




.pricing-wrpr {
  background: #fff;
}
.pricingbox {
    width: 80%;
    margin: 0 auto auto;
    padding: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-color: #fff;
    /* box-shadow: 0px 0px 20px 6px rgb(0 176 255 / 14%); */
    animation: fadeIntp 1s;
    -webkit-animation: fadeIntp 1s;
    -moz-animation: fadeIntp 1s;
    -o-animation: fadeIntp 1s;
    -ms-animation: fadeIntp 1s;
    border: 1px solid #afe6ff;
	box-shadow: 0px 0px 20px 6px rgb(0 176 255 / 14%);
}
.pricingbox.active{    border: 1px solid #01a9f5;
    }

@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;
}
.monoryear div{ flex: 0 0 50%}
.ae-ftrhdr {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Zoho_Puvi_SemiBold';
	text-align: center;
}
p.distxt {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    position: relative;
    top: -10px;
}
.ae-subftrhdr {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
	padding-left: 20px;
	text-align: left;
}
p.ae-ftrtxt {
    padding-left: 30px;
	line-height: 25px;
}

p.tickmrk {
    display: block;
    width: 12px;
    height: 6px;
    border-top: 2px solid #2ab973;
    border-right: 2px solid #2ab973;
    transform: rotate(136deg);
    color: #fff;
    margin: 0 auto;
}
p.notavilble {
    display: block;
    width: 12px;
    height: 6px;
    /* border-top: 2px solid #2ab973; */
    border-right: 2px solid #999;
    transform: rotate(270deg);
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 3px;
}

p.crosmrk {
    position: relative;
    color: #fff;
    width: 30px;
    margin: 0 auto;
}

p.crosmrk:before, p.crosmrk:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #f0483e;
}
p.crosmrk:before {
  transform: rotate(45deg);
}
p.crosmrk:after {
  transform: rotate(-45deg);
}

p.tickmrk, p.crosmrk{ text-align: center; }
.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
}
table.pricetable thead{
 transition: 1s ease;
	position: sticky;
	top: 50px;
	z-index: 99;
}

.trhdrbgblue {
      background: #03a9f5;
}
.trhdrbgblue:hover {
      background: #029fe7 !important;
}
.trsbhdrbgblue {
      background: #e4f4fb;
	    transition: 1s ease;
}
.trsbhdrbgblue:hover {
      background: #e4f4fb50 !important;
}
.trbgwhtclr {
  /*background: #fff;*/
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
tr.trbgwhtclr.different {
	
}
.trbgwhtclr.lasttd td{ border-bottom: 0 !important;}
table.pricetable {
  border-spacing: 0px !important;
}
.difference .pricetable tr td {
  padding:1% 2%;
  border: 1px solid #d5b2ff80;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
	border-right: 0px;
}


.cloudprice .pricetable tr td {
  padding:0;
  border: 1px solid #aee6ff;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
	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;}

.difference .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 #aee6ff;
	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;
	border-top-right-radius: 16px;
}

.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;
}
.difference .pricetable tr:hover {
  background:#f1f1ff78;
}

.cloudprice .pricetable tr.trbgwhtclr:hover {
  background:#afe6ff36;
}

.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;
    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;
}*/


.difference 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;
}
.difference 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;
	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;
	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: 56%
}
tr.pricing table tr td:nth-child(1) {
  width: 50%
}
tr.pricing table tr td:nth-child(2) {
  width: 20%;
	text-align: center;
}
tr.pricing table tr td:nth-child(3) {
  width: 20%;
	text-align: center;
}
tr.pricing tr.trbgwhtclr:hover {
    background: #fff !important;
}
tr.pricing table tr:hover{background: #fff;}
tr.pricing table tr td:hover{background: #fff;}
.bdrbtmnon{border-bottom: none !important;}
a.price-cta {
    text-decoration: none;
    background: #34ad65;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
.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;
}
div.heading-menu .ftrpg-inrhdr {
  letter-spacing: 0px;
}

.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;
}
 */
 
 


.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%;
}

	.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';
}
	.tablemenu{ flex-wrap:wrap; width: 95%;}
	.tablemenu .col:nth-child(1) {
    justify-content: center;
}
	.tablemenu .col {
    flex: 0 0 100%;
    display: flex;
}
	.tablemenu .col {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}
	.tablemenu .col:nth-child(2) {
    margin-top: 20px;
}
	p.tickmrk, p.crosmrk {
    text-align: center;
    margin-top: 20px;
}
	
	.trhdrbgblue { position: relative}
	p.ae-ftrhdr {
    margin: 0;
}
	
	.toggle-switch label {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
}
	.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 #afe6ff;
    display: block;
    padding: 10px;
	top: 0;
	
}
	.cloudprice .pricetable tr.trbgwhtclr {
    padding: 10px 10px 30px 10px;
	
}
	tr.trbgwhtclr.lasttd.different {
    border-bottom: 0;
}
  
.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;}
	p.ae-subftrhdr {
    margin: 0;
}
.cloudprice .pricetable tr.lasttr td {
    border-bottom: 1px solid #fed8b7;
}
	
	tr.pricing table tr td:nth-child(1) {
    width: 100%;
}
tr.pricing table p.ae-ftrtxt {
    padding-left: 0;
}
	tr.pricing table tr td:nth-child(2) {
    width: 100%;
    text-align: center;
}
	tr.pricing table tr td:nth-child(3) {
    width: 100%;
    text-align: center;
}
	tr.pricing tr.trbgwhtclr.lasttd{ border-bottom: 0px;}
	p.distxt {
    top: 0;
}
.difference .pricetable tr {
    border-bottom: 2px solid #d5b2ff80;
    display: block;
    padding: 10px;
	
}
  
.difference .pricetable tr td {
    border-bottom:0;
    display: block;
    text-align: center;
	    font-size: 17px;
	line-height: 30px;
	
	padding: 0;
	    height: auto;
}
	.difference .pricetable tr td p{font-weight: bold;}
.difference .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;
}
	
.difference 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;
}
	
	.difference 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;
  }
	
}
@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%;
}

}