.zw-template-inner *, .zw-template-inner :after, .zw-template-inner :before {
    box-sizing: border-box;
}
*,h1, h2, h3, h4, h5, h6, li, ol, p {
	margin: 0;
	box-sizing: border-box;
}
.zw-template-inner {
    margin-top: -68px;
}
.changePrice {
    position: absolute;
    right: 30px;
    bottom: -30px;
    z-index: 4;
}
.changePriceContainer span {
    color: #000;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: var(--zf-primary-medium);
}
.changePriceContainer .changeCurrency {
    display: none;
    min-height: 30px;
    padding: 0;
    margin: 0 10px;
    width: auto;
}
.changePriceContainer .action {
    color: #0067ff;
    position: relative;
    border: 0;
    border-bottom: 2px solid #0067ff;
}
.changePriceContainer .showThis {
    display: inline-block !important;
}
.sign_agree .privacylink {
  color: #0067ff;
}
.mob-plan-selecter {
   display: none;
}
.crm-hub-ctasec {
         display: none;
}
.banner-section {
    padding: 150px 30px 105px;
	background: url(/sites/zweb/images/crm/crm-pricing-bg.jpg) no-repeat;
    background-size: cover;
	position: relative;
}
.banner-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
h1 {
    font: 64px / 1.2 var(--zf-primary-semibold);
    letter-spacing: -1px;
    color: #262626;
}
.banner-txt {
	font: 18px / 1.5 var(--zf-primary-regular);
	max-width: 600px;
    margin: 0 auto;
	padding-top: 20px;
     color: #262626;
}
.pricing-tab-wrapper {
    position: absolute;
    bottom: -20px;
    width: 100%;
    z-index: 4;
    left: 0;
}
.pricing-tab {
    top: 0;
    width: 175px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}
.pricing-tab>span {
    width: 50%;
    font-size: 16px;
    line-height: 1;
    font-family: var(--zf-primary-medium);
    color: #262626;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
   transition: 0.5s;
}
.pricing-tab>span.ztoggle-slide {
    background: #ffffff;
    width: 175px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    height: 40px;
    box-shadow: 0 10px 15px -6px rgb(119 119 119 / 40%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab>span.ztoggle-slide em.toggle-btn {
    background: #293a4b;
    border-radius: 20px;
    height: 30px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 7px;
    transition: .5s all ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    display: block;
    width: 84px;
	margin-left: 6px;
}
.pricing-tab>span.ztoggle-slide.active em.toggle-btn {
   margin-left: 100px;
    width: 70px;
}
.pricing-tab>span.monthly, .pricing-tab>span.yearly {
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
span.label-text.monthly {
	left: 5px;
}
.pricing-tab>span.yearly {
  right: -5px;
}
.pricing-tab>span.active.monthly, .pricing-tab>span.active.yearly {
    color: #fff;
}
.pricing-tab>span.yr-save-box { 
    position: absolute;
    text-transform: uppercase;
    color: #0a51c8;
    bottom: unset;
    right: -95px !important;
    bottom: -25px;
    transform: translateY(-5px);
    font: 12px / 1 var(--zf-primary-semibold);
    width: max-content;
}
.pricing-tab>span.yr-save-box::after {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/crm/crm-pricing2022-sprite.svg);
    width: 37px;
    height: 14px;
    left: -40px;
    display: inline-block !important;
    background-position: -212px -14px;
}
.calculator-section {
  padding: 120px 30px;
}
.plan-selecter {
  max-width: 1240px;
  margin: 0 auto;
}
.plan-select-title {
  font: 30px/1 var(--zf-primary-semibold);
  text-align: center;
  color: #262626;
}
.plan-selecter-inner {
  display: flex;
  gap: 40px;
  padding-top: 40px;
}
.plan-box {
  flex: 1;
  border-radius: 30px;
  border: 1px solid #b1b1b1;
  text-align: center;
  padding: 30px;
  position: relative;
  transition: 0.2s;
}
.plan-box.active {
  border: 1px solid #262626;
  background-color: #262626;
}
.plan-title {
  font: 20px/1 var(--zf-primary-semibold);
}
.plan-box.active .plan-title{
  color: #ffcf2a;
}
.plan-box .selection-value{
      font: 46px / 1 var(--zf-primary-medium);
      padding: 20px 0px 15px;
     color: #262626;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.selection-value{
  position: relative;
}
.data-backup-prop .selection-value{
  opacity: .4;
    pointer-events: none;
}
.dropdown-icon {
  display: none;
}
.plan-box.active .selection-value{
  color: #fff;
}
.selection-label {
  font: 14px/1 var(--zf-primary-regular);
  color: #484848;
}
.plan-box.active .selection-label{
  color: #ffffff;
}
.active-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 1px solid #ccc;
}
.active-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  top:20px;
  right: 20px;

}
.plan-box.active .active-circle {
  border: unset;
  background-color: #fff;
}
.plan-box.active .active-circle::after{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  background-color: #0067ff;
}

.calc-wrapper {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 30px;
      align-items: flex-start;
}
.calc-value-section {
  width: 60%;
  position: relative;
  z-index: 1;
}
.notes-txt{
font: 14px / 1.4 var(--zf-primary-regular);
    max-width: 600px;
    margin: 0 auto;
    padding-top: 35px;
}
.notes-txt a{
color: #0067ff;
    text-decoration: underline;
}
.calc-value-section-inner{
    border: 1px solid #b1b1b1;
  border-radius: 30px;
  padding: 80px 60px;
  background: #fff;
}
.plan-val-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.calc-title {
  font: 30px/1.2 var(--zf-primary-semibold);
}
.reset-btn {
  font: 16px / 1 var(--zf-primary-regular);
    border: 1px solid #262626;
    border-radius: 30px;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #262626;
}
.reset-icon {
  background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
  background-size: 287px auto;
  background-position: -27px -47px;
  width: 21px;
  height: 14px;
  display: inline-block;
}
.addons-section {
  padding-top: 80px;
}
.addons-section .calc-title {
  padding-bottom: 50px;
}
.add-ons-prop {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  justify-content: space-between;
}
.add-ons-prop-lft {
  width: 40%;
  padding-left: 50px;
}
.add-ons-prop-lft .add-ons-title{
  position: relative;
  font: 20px/1.2 var(--zf-primary-semibold);
}
.add-ons-prop-lft .add-ons-title::before{
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 10px;
  left: -50px;
  background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
  background-size: 287px auto;
}
.add-ons-prop-lft .add-ons-title.team-users-title::before{
  background-position: -5px -5px;
}
.add-ons-prop-lft .add-ons-title.support-title::before{
  background-position: -43px -5px;
}
.add-ons-prop-lft .add-ons-title.data-backup-title::before{
  background-position: -81px -5px;
}
.add-ons-prop-lft .add-ons-title.file-storage-title::before{
  background-position: -121px -5px;
}
.add-ons-prop-lft .add-ons-title.portals-title::before{
  background-position: -197px -5px;
}
.add-ons-prop-lft .add-ons-title.data-storage-title::before{
  background-position: -235px -6px;
}
.add-ons-prop-lft .add-ons-title.online-training-title::before{
  background-position: -159px -5px;
}
.add-ons-title .zcrm-product-title{
    position: relative;
}
.add-ons-title .zcrm-product-title .has-tooltip{
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-size: 287px auto;
    background-position: -75px -46px;
    width: 12px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}
.tool-tip-sec {
    text-align: left;
    top: 50%;
    z-index: 6;
    min-height: 10px;
    width: 300px;
    right: -307px;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 1.6;
    box-shadow: rgba(119, 119, 119, 0.4) 0px 10px 20px -4px;
    display: none;
    position: absolute !important;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: 0.5s;
    padding: 15px 19px;
    background: rgb(41, 58, 75);
}
.tool-tip-sec::before {
    content: "";
    top: 50%;
    color: rgb(0, 0, 0);
    height: 0px;
    left: -5px;
    transform: translateY(-50%);
    position: absolute;
    width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(41, 58, 75);
}
.tool-tip-sec.active{
    display: block;
}
.add-ons-txt {
  font: 14px/1.5 var(--zf-primary-regular);
       padding-top: 10px;
}
.add-ons-prop-rgt {
  width: 50%;
}
.input-box {
  width: 100%;
  font: 16px/1.5 var(--zf-primary-regular);
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
}
input[type="number"]:is(:hover, :focus, :active) {
  -moz-appearance: textfield !important;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
.plan-val-section input{
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  font: 30px/1 var(--zf-primary-regular);
}
.input-box.active {
  border: 1px solid #0067ff;
  background-color: #e8f1fa;
}
.input-section {
    position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]:hover {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.up-caret-cvr {
    position: absolute;
    right: 16px;
    top: 50%;
    height: 14px;
    width: 15px;
    cursor: pointer;
    z-index: 3;
    transform: translateY(calc(-50% - 6px));
}
.zohocrm-price-list .up-caret-cvr {
    transform: translateY(calc(-50% - 10px));
}
.up-caret {
    position: absolute;
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-position: -55px -48px;
    width: 13px;
    height: 8px;
    background-size: 287px auto;
    cursor: pointer;
    z-index: 2;
}
.down-caret-cvr {
    position: absolute;
    right: 16px;
    bottom: 50%;
    height: 14px;
    width: 15px;
    cursor: pointer;
    z-index: 3;
    transform: translateY(calc(50% + 14px));
}
.zohocrm-price-list .down-caret-cvr {
     transform: translateY(calc(50% + 18px));
}
.down-caret {
    position: absolute;
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-position: -55px -48px;
    width: 13px;
    height: 8px;
    background-size: 287px auto;
    transform: rotate(180deg);
    cursor: pointer;
}
.cursor-disable {
    opacity: .2;
    cursor: none;
    pointer-events: none;
}
.crm-selection-value::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    display: inline-block;
    pointer-events: none;
    z-index: 2;
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-position: -55px -48px;
    width: 13px;
    height: 8px;
    background-size: 287px auto;
    transform: rotate(180deg);
}
.p-b-0 {
  padding-bottom: 0px;
}
.other-addons-section {
  padding-top: 80px;
}
.other-addons-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other-addons-inner {
  display: none;
}
.togg-btn {
  width: 45px;
  border: 1px solid #2d3a49;
  height: 20px;
  position: relative;
  border-radius: 20px;
 background-color: #d9d9d9;
}
.togg-btn::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2d3a49;
  position: absolute;
  left: 2px;
  top: 1px;
  right: unset;
  transition: 0.2s linear;
}
.togg-btn.active {
  background: #0067ff;
   border: 1px solid #0067ff;
}
.togg-btn.active::after {
  transform: translateX(23px);
  background-color: #fff;
}
.week-toggle-btns {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0px 20px;
}
.qus-options {
    display: flex;
    align-items: center;
}
.option-img {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border-width: 1px;
    border: 1px solid #020303;
    vertical-align: middle;
    cursor: pointer;
    min-width: 11px;
}
.option-img-selected {
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border-width: 1px;
}
.option-img-selected.active {
    background-color: #000;
}
.details-label {
    font: 14px / 1.2 var(--zf-primary-regular);
    color: #000;
    margin-left: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.calc-result-section {
  width: calc(40% + 30px);
  margin-left: -30px;
}
#ylw-bg-sec {
  background-color: #fdf3e4;
  padding: 80px 30px 80px 60px;
  border-radius: 0px 30px 30px 0px;
}
.estimate-title-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.estimate-title-sec .pricing-tab-wrapper {
  position: static;
  width: 170px;
}
.estimate-title-sec .pricing-tab {
    width: 175px;
}
.estimate-title-sec .pricing-tab>span.ztoggle-slide {
    width: 175px;
    height: 40px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #000;
}
.estimate-title-sec .pricing-tab>span.ztoggle-slide em.toggle-btn {
    margin-left: 6px;
    width: 81px;
    height: 28px;
    background: #000;
}
.estimate-title-sec .pricing-tab>span.ztoggle-slide.active em.toggle-btn {
    width: 68px;
    height: 30px;
    margin-left: 100px;
}
.estimate-title-sec .pricing-tab>span.active.monthly,.estimate-title-sec .pricing-tab>span.active.yearly {
    color: #fff;
}
.estimate-title-sec .pricing-tab>span.yearly {
    width: 50%;
    right: -5px;
    color: #262626;
}
.estimate-title-sec span.label-text.monthly {
    left: 5px;
    color: #262626;
}
.zohocrm-product-options {
  background-color: #fffbf4;
  border-radius: 10px;
  margin-bottom: 20px;
}
.zohocrm-product-options.price-list-hide {
display: none;
}
.product-estimate-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
.product-title-white {
  font: 18px/1.2 var(--zf-primary-regular);
}
.edition-name {
  font: 18px/1.2 var(--zf-primary-regular);
  padding-top: 5px;
}
.count-txt {
  font: 14px/1.2 var(--zf-primary-regular);
  color: #808080;
  padding-top: 5px;
}
.overall-estimate-zohocrm {
  text-align: center;
  padding-top: 30px;
}
.estimate-amount {
  font: 26px/1.2 var(--zf-primary-regular);
}
.total-cost-name-txt {
  font: 20px/1.2 var(--zf-primary-regular);
}
.estimate-amount-total {
  font: 46px/1 var(--zf-secondary-medium);
  color: #0067ff;
  padding-top: 35px;
}
.tax-txt {
  display: block;
  font: 11px / 1.2 var(--zf-primary-regular);
  color: #262626;
    padding-top: 30px;
}
.monthly-savings-label {
  font: 16px/1.2 var(--zf-primary-regular);
  background-color: #ffd89e;
  border-radius: 30px;
  padding: 5px 20px;
  display: block;
  width: max-content;
  margin: 15px auto 0px;
 display: none;
  cursor: pointer;
}
.monthly-savings-label .lnr-arow {
    width: 13px;
    height: 11px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-size: 287px auto;
    background-position: -93px -47px;
    transition: 0.35s;
}
.monthly-savings-label:hover .lnr-arow {
  transform: translateX(4px);
  -webkit-transform: translateX(4px)
}
.email-link-sec {
  padding: 50px 60px 50px 90px;
}
.email-title {
  font: 16px/1.2 var(--zf-primary-semibold);
}
.input-sec {
  width: 70%;
  border: 1px solid #8c8c8c;
  border-radius: 10px 0px 0px 10px;
  font: 16px/1.2 var(--zf-primary-regular);
  padding: 7px 15px;
}
button {
  width: 30%;
  background-color: #e8f1fa;
  border: 1px solid #0067ff;
  text-transform: uppercase;
  border-radius: 0px 10px 10px 0px;
}
.email-form-wrapper {
padding-bottom: 30px;
}
.cta-links a{
  font: 20px/1.2 var(--zf-primary-semibold);
  display: block;
  color: #000;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cta-links a::after{
  position: absolute;
    content: '';
    width: 33px;
    height: 32px;
    right: 0px;
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-size: 287px auto;
    background-position: -113px -43px;
    top: 50%;
    transform: translateY(-50%);
}
.cta-links a:last-child{
  border-bottom: none;
}
.pricing-crm-pop-bg-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}
.user-limit-empty-state-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    margin: 0;
    display: none;
    right: 0;
    z-index: 9999999;
    border-radius: 32px;
     background-color: #fff;
    box-shadow: 0 1px 22.56px 1.44px rgba(0, 0, 0, 0.31);
    overflow-y: scroll;
}
.user-limit-empty-state-section {
    padding: 50px 50px;
}
.estimate-hdr {
    font: 16px / 1 var(--zf-primary-bold);
    color: #000;
    padding-bottom: 35px;
    position: relative;
}
.user-limit-est-pb-10 {
    padding-bottom: 10px;
}
.user-limit-estimate-layer {
    padding: 0;
    border-left: 0 solid;
}
.est-para {
    font: 16px / 1.5 var(--zf-primary-regular);
    color: #333;
}
.pb-0 {
    padding-bottom: 0;
}
.user-limit-link-txt {
    font: 16px / 1 var(--zf-primary-bold);
    color: #0067ff;
}
.user-close-icon-section {
    position: absolute;
    top: -25px;
    right: 0;
    width: 58px;
    height: 15px;
    cursor: pointer;
}
.close-text {
    position: absolute;
    top: 0;
    right: 25px;
    font: 12px / 1.2 var(--zf-primary-light);
    cursor: pointer;
}
.close-icon {
    font: 12px / 1 var(--zf-primary-light);
    display: inline-block;
    border-radius: 4px;
    background-color: #c9d1da;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.close-icon-inr {
    position: absolute;
    right: 4px;
}
.form-input-sec-flex {
    margin: 20px 0px;
}
.form-input-sec-flex .zwf_formgroup {
   width: 100%;
}
.zwf_formgroup label span {
    color: red;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -7px;
}
.zwf_formgroup .zwf_formcontrol {
        background-image: none !important;
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
border-radius: 4px;
padding-left: 20px;
}
.sbmt-btn {
        width: max-content;
    background: var(--primary-btn-color);
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 15px var(--zf-primary-semibold);
    padding: 0px 30px;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.zwf_formgroup .error {
    color: red;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    display: none;
}
.zwf_formgroup.invalid .error, .sign_agree.invalid .error {
    display: block;
}
.user-limit-webform .zwf_formcontrol {
     font-size: 14px;
    line-height: 1.2;
    padding: 11px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: block;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    max-height: 43px;
    min-height: 43px;
    max-width: 300px;
    margin-bottom: 20px;
}
.zwf_formgroup .phone-box {
    display: flex;
     width: 100%;
}
.zwf_formgroup .phone-box select {
    border-right: 0;
    width: 80px;
    border-radius: 4px 0 0 4px;
    opacity: 0;
    z-index: 1;
    height: 100%;
    cursor: pointer;
}
.zwf_formgroup select.zwf_formcontrol {
    padding: 11.5px 18px;
}
.zwf_formgroup .country_code {
    font-size: 14px;
    padding: 11.4px 12px;
    height: 100%;
    border: 1px solid #dedede;
    border-right: 0;
    display: block;
    color: #000;
    width: 80px;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    position: absolute;
    line-height: 1.4;
    max-height: 45px;
    min-height: 45px;
    background: #fff;
}
.phone_number {
         background-image: none !important;
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    padding-left: 20px;
}
.zwf_webform .phone-box input {
    position: relative;
    z-index: 1;
}
.zwf_formgroup .phone-box input {
    border-radius: 0 4px 4px 0;
}
.user-limit-estimate-layer {
    margin-top: 20px;
}
.user-limit-webform .submit-btn {
    background-color: #ed4a44;
    padding: 10px;
    font: 15px / 1.4 var(--zf-primary-semibold);
    color: #fff;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    text-transform: uppercase;
    border: 1px solid #ed4a44;
    margin: 10px 0 0;
    cursor: pointer;
    max-width: 300px;
}
.sign_agree {
  max-width: 300px;
}
.down-est-btn {
     width: max-content;
    background: var(--primary-btn-color);
    border-radius: 10px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 15px var(--zf-primary-semibold);
    padding: 0px 30px;
    cursor: pointer;
    text-transform: uppercase;
}
.down-est-btn.btn-show {
    display: flex;
}
.pdf-form-sec {
   display: none;
}
.pdf-form-sec.show-pdf-form {
   display: block;
}
.zwf_formgroup label {
    font: 14px / 1 var(--zf-primary-regular);
    margin-bottom: 0;
    display: inline-block;
    color: #3e3e3c;
    position: absolute;
    left: 12px;
    top: 5px;
    transition: all ease .8s;
    pointer-events: none;
    transform: translateY(-30px) translateX(-14px);
    -webkit-transform: translateY(-30px) translateX(-14px);
    opacity: 1;
}
.zwf_formgroup label span {
    color: red;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -7px;
}
.zwf_formgroup .zwfp_formcontrol {
    font-size: 14px;
    line-height: 1.2;
    padding: 11px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: block;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    max-height: 43px;
    min-height: 43px;
}
.zwf_webform .submit-btn {
    background-color: #ed4a44;
    padding: 10px;
    font: 16px / 1.4 "Zoho_Puvi_SemiBold";
    color: #fff;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    text-transform: uppercase;
    border: 1px solid #ed4a44;
    margin: 10px 0 0;
    cursor: pointer;
}
.zwf_formgroup {
    position: relative;
    margin-bottom: 50px;
}
.zwf_formgroup.order2 {
    margin-bottom: 20px;
}
.email-input-sec{
    margin-top: 40px;
}
.semi-bld {
    font-family: var(--zf-primary-semibold);
}


@media only screen and (max-width: 1200px){
.calc-value-section-inner {
padding: 60px 30px;
}
.email-link-sec {
    padding: 50px 30px 50px 60px;
}
.calc-value-section {
    width: 55%;
}
.calc-result-section {
    width: calc(45% + 30px);
}
.product-estimate-list {
    padding: 20px 20px;
}
.estimate-amount {
    font: 24px / 1.2 var(--zf-primary-regular);
}
.estimate-amount-total {
    font: 40px / 1 var(--zf-secondary-medium);
}
.notes-txt {
    max-width: 500px;
    margin: 0px;
}
.plan-box .selection-value {
    font: 38px / 1 var(--zf-primary-medium);
}
}

@media only screen and (max-width: 992px){
.banner-section {
    padding: 110px 30px;
}
.notes-txt {
    max-width: 100%;
    padding-top: 30px;
}
.plan-box .selection-value {
    font: 32px / 1 var(--zf-primary-medium);
}
h1 {
    font: 46px / 1.2 var(--zf-primary-semibold);
}
.plan-selecter-inner {
    gap: 20px;
}
.plan-box {
    border-radius: 20px;
    padding: 30px 20px;
}
.active-circle {
    top: 10px;
    right: 10px;
}
.calculator-section {
    padding: 90px 30px;
}
.plan-select-title, .calc-title {
    font: 28px / 1 var(--zf-primary-semibold);
}
.calc-value-section-inner {
padding: 60px 30px;
}
.email-link-sec {
  padding: 50px 30px 0px;
}
.calc-wrapper {
    display: block;
    max-width: 600px;
}
.calc-value-section {
    width: 100%;
}
.plan-val-section input {
    padding: 15px 20px;
    font: 24px / 1 var(--zf-primary-regular);
}
.addons-section, .other-addons-section {
    padding-top: 50px;
}
.addons-section .calc-title {
    padding-bottom: 30px;
}
.calc-result-section {
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
}
#ylw-bg-sec {
    padding: 60px 30px;
    border-radius: 30px;
}
}


@media only screen and (max-width: 767px){
.plan-box.active .selection-label {
    color: #000;
}
.changePriceContainer .changeCurrency {
    margin: 0 8px;
}
.changePrice {
    position: absolute;
    left: 10px;
    bottom: -30px;
    z-index: 4;
    right: unset;
}
.mob-plan-selecter {
   display: block;
   padding: 30px 30px 10px;
   position: relative;
}
.mob-plan-selecter .zohocrm-edition-name {
    width: 100%;
    font: 16px / 1.5 var(--zf-primary-semibold);
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #0067ff;
}
.mob-plan-selecter::after {
    content: "";
    position: absolute;
    top: 57%;
    right: 40px;
    display: inline-block;
    pointer-events: none;
    z-index: 2;
    background-image: url(/sites/zweb/images/crm/images/zohocrm-pricing-calculator-sprite-2x.png);
    background-position: -55px -48px;
    width: 13px;
    height: 8px;
    background-size: 287px auto;
    transform: rotate(180deg);
}
    .plan-box {
        display: none;
    }
.plan-box.active {
    border: 1px solid #0067ff;
    background-color: #e7f7ff;
    color: #000;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}
.plan-box.active .active-circle {
    display: none;
}
.plan-selecter-inner {
    padding-top: 20px;
}
.plan-box.active .plan-title, .plan-box.active .selection-value {
    color: #000;
}
.banner-section {
    padding: 85px 30px 70px;
}
h1 {
  font: 34px / 1.2 var(--zf-primary-semibold);
  letter-spacing: 0px;
}
.mob-hide {
  display: none;
}
.calculator-section {
    padding: 70px 0px;
}
.calc-wrapper {
  padding-top: 50px;
}
.calc-value-section-inner {
padding: 0px 30px;
  border: none;
}
.plan-select-title, .calc-title {
  font: 20px / 1 var(--zf-primary-semibold);
}
.reset-btn {
  padding: 5px 10px;
}
.plan-val-top {
  padding-bottom: 20px;
}
.plan-val-section input {
  padding: 10px;
  font: 18px / 1 var(--zf-primary-regular);
}
.down-caret-cvr, .up-caret-cvr {
    right: 6px;
}
.addons-section, .other-addons-section {
  padding-top: 40px;
}
.add-ons-prop {
  display: block;
}
.add-ons-prop-lft {
    width: 100%;
    padding-bottom: 20px;
}
.add-ons-prop-rgt {
    width: 100%;
}
.add-ons-prop-rgt input, .add-ons-prop-rgt select {
    padding: 10px 10px;
}
.crm-selection-value::after {
    right: 10px;
}
.week-toggle-btns {
  flex-direction: column;
}
#ylw-bg-sec {
  padding: 70px 30px;
  border-radius: 0px;
}
.calc-result-section {
  margin-top: 70px;
}
.pricing-tab>span {
  font-size: 14px;
}
.product-estimate-list {
    padding: 20px;
}
.product-title-white {
    font: 16px / 1.2 var(--zf-primary-regular);
}
.edition-name {
    font: 16px / 1.2 var(--zf-primary-regular);
}
.estimate-amount {
    font: 24px / 1.2 var(--zf-primary-regular);
}
.estimate-amount-total {
    font: 34px / 1 var(--zf-secondary-medium);
    padding-top: 20px;
}
.cta-links a {
    font: 16px / 1.2 var(--zf-primary-semibold);
    padding: 15px 0px;
}
.product-estimate-list {
    gap: 20px;
}
.edition-name {
        font: 14px / 1.2 var(--zf-primary-regular);
    }
.count-txt {
    font: 12px / 1.2 var(--zf-primary-regular);
}
    .estimate-amount {
        font: 18px / 1.2 var(--zf-primary-regular);
    }
.qus-options:first-child {
    margin-bottom: 10px;
}
.zohocrm-price-list .up-caret-cvr {
        transform: translateY(calc(-50% - 6px));
}
.zohocrm-price-list .down-caret-cvr {
    transform: translateY(calc(50% + 14px));
}
.notes-txt {
    font: 12px / 1.4 var(--zf-primary-regular);
    padding: 35px 30px 0px;
}
}

@media only screen and (max-width: 400px){
   .pricing-tab>span.yr-save-box {
    right: -80px !important;
}
}