*, body, h1, h2, h3, p {
  padding: 0;
  margin: 0;
}
.bgn-calculator-main {
  width: 100%;
  margin: -70px auto 0;
  background: #ffedd5;
}
.bgn-cal-banner {
  padding: 150px 0 400px;
  background-image: linear-gradient(360deg, rgb(3, 186, 95) 0%, rgb(5, 73, 40) 100%);
  color: #fff;
  text-align: center;
}
.bgn-foot-txt{
  padding: 90px 30px 90px;
}
.bgn-cal-banner-cnt {
  max-width: 1120px;
  margin: auto;
}
.bgn-cal-banner-cnt p{
  font-size: 20px;
  color: #ecfdfc;
}
h1 {
  font: 55px / 1.2 var(--zf-primary-bold);
  margin-bottom: 15px;
  letter-spacing: -1.5px;
}
p {
  font: 18px / 1.8 var(--zf-primary-regular);
}
h2 {
  font: 36px / 1.2 var(--zf-primary-semibold);
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.price-txt {
  font-family: var(--zf-primary-semibold);
  color: #000;
  border-bottom: 1px solid #000;
}
.gd-fqa {
  text-align: left;
  max-width: 800px;
  width: 100%;
}
.ga-fq-cont {
  transition: all .5s linear;
  margin: 0 auto 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  /* padding: 35px 90px 35px 45px; */
  padding: 35px 0px 35px 45px;

}
.gd-qus {
  font: 18px/1.5 var(--zf-primary-semibold);
  cursor: pointer;
  position: relative;
  padding: 0 90px 0 0;
}
.open-icon {
  background-position: -134px -11px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.open-icon.close-icon {
  background-position: -173px -11px;
}
.gd-qus .open-icon {
  top: 50%;
  transform: translateY(-50%);
}
.gd-ans {
  display: none;
  padding: 20px 45px 0 0;
}
.gd-ans img{
  padding: 0 0 0 3px;
}
.gd-ans a {
  color: #0b9651;
  cursor: pointer;
  text-decoration: underline;
}
.wapp-faqLeft{
  width: 35.5%;
  margin-right: 7%;
  position: sticky;
  top: 110px;
}
.bgn-cal-faq-sec h2 {
  max-width: 295px;

}
.bgn-cal-faq-sec {
  max-width: 1330px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  text-align: left;
  align-items: flex-start;
  width: 100%;
}


.bgn-cal-faq-maincnt {
  background: #ffedd5;
  padding: 100px 0;
}
.ga-fq-cont:last-child {
  margin-bottom: 0;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 100px;
}
input[type=range]:focus {
  outline: none;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 22px;
  width: 22px;
  border-radius: 100px;
  background: #0eca6d;
  cursor: pointer;
  border: 0;
}
.slider-bubble::after {
  content: "Conversations";
  margin-left: 5px;
}
.zflex-msg {
  font: 18px / 28px var(--zf-primary-regular);
  display: flex;
  justify-content: space-between;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-val-sec {
  display: flex;
  justify-content: space-between;
}
.total-sec {
  font: 17px / 1.2 var(--zf-primary-semibold);
  max-width: 110px;
  display: inline-block;
}
.total-cost {
  max-width: 250px;
  text-align: right;
}
.vat-cnt {
  line-height: 1.3;
  border-top: 1px solid #32aa6c;
  padding: 15px 0 0 120px;
  text-align: right;
  margin: 15px 0 0;
  font-size: 16px;
}
.slider-bubble {
  background-color: rgb(207, 252, 215);
  border-radius: 30px;
  font: 14px var(--zf-primary-regular);
  padding: 8px 15px;
  position: absolute;
  bottom: 60px;
  left: 45px;
}
.mt20 {
  margin-top: 45px;
  margin-bottom: 25px;
}
.bg_lazy_loaded .bgn-cal-icons-sprite{
  background-image: url("//prewwwo.zohowebstatic.com/sites/oweb/images/zohobigin/images/bigin-roi1-sprite.svg");
  display: inline-block;
}
.tool-cnt {
  border-radius: 12px;
  background-color: #ebebeb;
  position: absolute;
  max-width: 225px;
  padding: 20px;
  z-index: 2;
  transition: .5s ease;
  right: -109px;
  top: 35px;
  font: 15px / 1.2 var(--zf-primary-regular);
  color: rgb(0, 0, 0);
  display: none;
}
.toolshape {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ebebeb;
  transform: translateX(-50%);
}
.mkt .tool-cnt {
  right: 130px;
}
.uti .tool-cnt {
  right: 164px;
}
/*Cta css*/
.cta-btn {
  padding: 10px 25px 10px 30px;
  display: inline-block;
  cursor: pointer;
  font: 18px var(--zf-primary-semibold);
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
  background-color: var(--primary-btn-color);
  border: 1px solid var(--primary-btn-color);
  text-transform: capitalize;
  margin-top: 30px;
  border-radius: 25px;
}
.demo-cta-section .bgn-acces,.demo-cta-section .bgn-getstrts{
  margin-top: 0px;
}
.demo-cta-section .cta-btn::after{
  display: none;
}
.cta-price {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 12px;
  font: 18px var(--zf-primary-semibold);
  padding: 10px 25px 10px 30px;
  border-radius: 25px;
  text-transform: capitalize;
}
.bg_lazy_loaded .cta-btn:after,.bg_lazy_loaded  .cta-price:after {
  -webkit-mask-image: url(//prewwwo.zohowebstatic.com/sites/oweb/images/zohobigin/bigin-common-footer-sprite.svg);
  mask-image: url(//prewwwo.zohowebstatic.com/sites/oweb/images/zohobigin/bigin-common-footer-sprite.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: -1171px -22px;
  mask-position: -1171px -22px;
  display: inline-block;
  content: '';
  background-position: -1171px -22px;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
  background-color: #fff;
}
.cta-btn:hover {
  background-color: #fff;
  border: 1px solid var(--primary-btn-color);
  color: var(--primary-btn-color);
  transition: all .3s ease;
}
.cta-btn:hover:after {
  background-color: var(--primary-btn-color);
}
.cta-price.bgn-cta:hover,.cta-btn.cta-price:hover {
  background-color: #fff;
  color: #000;
  transition: all ease .3s;
}
.cta-btn.cta-price:hover{
  border: 1px solid #fff;
}
.cta-price.bgn-cta:hover:after,.cta-btn.cta-price:hover::after {
  background-color: #000;
}
.bgn-acces, .body-umain .bgn-getstrts,.mob_view,.mob_br {
  display: none;
}
.estimate-amount-total.annual_hide {
  display: none;
}
.bgn-getstrts, .body-umain .bgn-acces,.bgn-calculator-main .active {
  display: inline-block
}
.dB {
  display: block;
}
.bgn-foot-txt h2 {
  margin: 0;
  font: 50px / 1.2 var(--zf-primary-bold);
}
.mt0 {
  margin-top: 0 !important;
}
select:focus-visible, select:focus {
  outline: 1px transparent;
  outline-style: solid;
  box-shadow: none;
}
.gst-avlue {
  font: 12px / 1.4 var(--zf-primary-regular);
  color: #557c5e;
  margin-top: 5px;
  display: block;
}
.meta-value.row3 .meta-price-value, .meta-value.row3 .zcurrency-symbol {
  font-size: 30px;
}
/* .zcurrency-symbol {
  font: 20px var(--zf-primary-regular);
} */
.meta-value.row1 .zcurrency-symbol {margin-right: 4px;}

/* roi-calculator-css */
/* .bgn-roi-calculator_main{
  background: #ffedd5;
  position: relative;
} */
/* .bgn-roi-calculator_main::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 83%;
  position: absolute;
  bottom: 0;
  background: #ffedd5;
  z-index: 1;
} */
.container {
  max-width: 1200px;
  margin: -300px auto 0;
  padding: 85px 50px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

#calculator-form {
  /* max-width: 645px; */
  max-width: 560px;
  width: 100%;
}
#calculator-form button{
  width: 264px;
  padding: 15px;
  background-color: #316f2a;
  color: white;
  font: 20px/1.2 var(--zf-primary-semibold);
  border: none;
  border-radius: 27px;
  cursor: pointer;
  margin: 35px 0 0;
  background-image: linear-gradient(to right, rgb(5, 42, 73) 0%, rgb(14, 202, 109) 100%, rgb(243, 243, 243) 100%);
}

#calculator-form button:hover {
  background-color: #e53935;
}

#calculator-form h2 {
  font: 36px/1 var(--zf-primary-regular);
  color: #000;
}

.fnt-bold {
  font-family: var(--zf-primary-bold);
}


.input-group {
  margin: 35px 0 20px;
}

.input-group:last-child {
  margin: 30px 0 40px;
}

.input-group label {
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 5px;
  font: 18px/1 var(--zf-primary-regular);
}
.convers-main-cnt{
  position: relative;
  padding: 0 15px 0 0;
  font: 18px/1.4 var(--primaryfont-regular);
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 100px;
  margin: 10px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  background: #0dc96d;
  border-radius: 50%;
  margin: 45px 0px;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 1;
  transition: background-color 0.2s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 22px;
  width: 22px;
  border-radius: 100px;
  background: #0dc96d;
  cursor: pointer;
  pointer-events: all;
  border: 0;
}

.bgn-slider-input {
  width: calc(100% - 155px);
}

.bgn-slider-output {
  width: 110px;
}

.output_box {
  padding-left: 35px;
  font-family: var(--primaryfont-regular);
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 86px;
  margin-bottom: 0;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a6d4ae;
  border-radius: 6px
}

.output_box:focus-visible {
  outline: 2px solid #11ca6d;
}

.input_boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.input-group input[type="number"] {
  width: 100%;
  padding: 10px 19px;
  font-size: 18px;
  border: 1px solid #a6d4ae;
  border-radius: 4px;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance:-moz-mac-disclosure-button-closed;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bigin-estimate-section .heading {
  font: 16px/1 var(--zf-primary-medium);
  color: #111111;
  text-transform: uppercase;
}
.result_box{
  max-width: 350px;
  width: 100%;
  /* display: none; */
}
.results {
  margin-top: 15px;
  background-color: #333333;
  padding: 40px;
  border-radius: 20px;
  /* max-width: 365px; */
  /* max-width: 415px;
  width: 100%; */
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.results h2 {
  margin-top: 0;
  color: #0056d2;
}

.results p {
  font: 18px/1 var(--zf-primary-regular);
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  color: #cccccc;
  flex-direction: column;
  letter-spacing: -.0px;
}

.results p span {
  margin-bottom: 5px;
  line-height: 1.4;
  /* letter-spacing: 0; */
}

.result_values {
  font: 36px/1 var(--zf-primary-regular);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.result_values::before{
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-position: -95px -48px;
}

.hours_txt,
.people_txt,
.renewl_txt,
.templates_txt {
  display: flex;
  justify-content: space-between;
}
.zbgn-time,.zbgn-deal-value{
  position: relative;
}
.zbgn-deal-value .output_box{
  padding: 10px 15px 10px 20px;
}
.zbgn-time::before,.zbgn-deal-value::before{
  content: "Hr";
  font-family: var(--primaryfont-medium);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  height: 23px;
}
.zbgn-deal-value::before{
  content: "$";
  right: unset;
  left: 10px;
  height: 23px;
}
.tooltip-icon {
background-position: -19px -19px;
width: 18px;
height: 18px;
margin: 0;
top: 3px;
right: -6px;
position: absolute;
cursor: pointer;
}
.bg_lazy_loaded .bgn-cal-icons-sprite,.bg_lazy_loaded .result_values::before,.bg_lazy_loaded .stats-descr p::before{
background-image: url(//prewwwo.zohowebstatic.com/sites/oweb/images/zohobigin/images/bigin-roi1-sprite.svg);
display: inline-block;
}
.stats-descr{
margin-top: 50px;
}
.stats-descr h5{
font: 18px/1 var(--zf-primary-semibold);
margin-bottom: 10px;
}
.stats-descr p{
font: 16px/1.4 var(--zf-primary-regular);
margin-bottom: 10px;
padding: 0 0 0 20px;
position: relative;
}
.stats-descr p::before{
content: "";
display: inline-block;
background-position: -11px -56px;
width: 11px;
height: 13px;
position: absolute;
left: 0;
top: 4px;
transform: none;

}
.roi-calculator{
display: flex;
justify-content: space-between;
}
.disclaimer_text{
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  text-align: left;
  position: relative;
  z-index: 3;
  font: 14px / 1.8 var(--zf-primary-regular);
  color: #7e7e7e;
}
.edition_details_para{
  font: 16px / 1.8 var(--zf-primary-regular);
  color: #7e7e7e;
  margin-top: 20px;
}
.edition_details_para a{
  color: #01a454;
  text-decoration: underline;
}
.semi_bold{
  font-family: var(--zf-primary-semibold);
}
.mt-tp-15{
  margin-top: 15px;
}
.stats-descr p:last-child{
  margin-bottom: 0;
}
/* roi-calculator-css */

/*  pricing para  */
.pricing-section .pricing-tab-wrap {
  z-index: 5;
  display: block;
  text-align: center;
  margin: 60px auto 0px;
  position: relative;
  max-width: 1170px;
  float: unset;
}
.changePrice {
  position: absolute;
  left: 0px;
  top: 2px;
}
.changePriceContainer span {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease 0;
  -moz-transition: all 300ms ease 0;
  -o-transition: all 300ms ease 0;
  transition: all 300ms ease 0;
}
.changePriceContainer .changeCurrency {
  display: none;
  min-height: 30px;
  padding: 0 10px;
  width: auto;
}
.changePriceContainer .showThis {
  color: #000;
  border: none;
  display: inline-block;
}
.changePriceContainer .showThis.action {
  border-bottom: 2px solid #0eca6d;
}

/* bigin_monthly_yearly_radio-btn */

.bigin-details-section{
    width: 100%;
    position: relative;
}
.bigin-details-section  h2{
  font: 36px / 1 var(--zf-primary-semibold);
  color: #000;
  margin-bottom: 0;
}

.bigin-details-hdr,.product-list-hdr{
  padding: 20px 0 12px 0;
  /* border-bottom: 1px solid #c7c7c7; */
}
.product-list-hdr{
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}
.bigin-details-hdr, .bigin-details-hdr-mob {
  padding: 26px 0 14px 0;
}
.bigin-details-list{
  display: inline-block;
}
.details-label-bold {
  font: 14px / 1.2 var(--zf-primary-semibold);
}
.ml-10 {
  margin-left: 10px;
}
.details-label {
  font: 14px / 1.2 var(--zf-primary-regular);
  color: #000;
  margin-left: 7px;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}

.option-img {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border-width: 1px;
  border: 1px solid #020303;
  vertical-align: middle;
  cursor: pointer;
}
.option-img-selected {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 1px;
  transform: translate(-50%, -50%);
}
.option-img-selected.active {
  background-color: #01a454;
}


.product-list-details-section {
display: flex;
}
.product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 36px / 1 var(--zf-primary-regular);
}
.selection-list {
  display: flex;
  /* justify-content: space-between; */
  gap: 30px 20px;
  padding: 14px 0 0;
  flex-wrap: wrap;
  max-width: 500px;
}
.selection-list li{
  width: 45%;
}
.list-two .selection-value{
  background-color: #f7f7f7;
}
.selection-label {
  font: 18px / 1.4 var(--primaryfont-regular);
  color: #000;
}
.list-one .selection-value{
  padding: 0;
}
.selection-value {
  position: relative;
  font: 18px / 2 var(--zf-primary-regular);
  color: #000;
  border: 1px solid #a6d4ae;
  border-radius: 4px;
  padding: 10px 19px;
  margin-top: 10px;
}
.plan-selection{
  padding: 0;
}
.dropdown-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 21px;
  right: 15px;
}
.selection-value span {
  color: #333;
}
.icon-arw {
  height: 7px;
  width: 10px;
  display: inline-block;
  margin-left: 5px;
}
.selection-value span {
  color: #333;
}
.icon-arw::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selection-value select, .crm-details-list select, .other-product-options-hdr select {
  position: relative;
  z-index: 2;
  background: transparent;
  cursor: pointer;
  padding: 10px 19px;
}
.selection-value select{
  width: 100%;
  height: 100%;
  color:#000;
}
.input-section {
  position: relative;
}

.up-caret-cvr {
  position: absolute;
  right: 10px;
  top: 4px;
  height: 14px;
  width: 20px;
  cursor: pointer;
  z-index: 3;
}
.up-caret {
  position: absolute;
  right: 2px;
  top: 28px;
  transform: rotate(180deg);
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  cursor: pointer;
  z-index: 2;
}
.input-box {
  font: 13px / 2 var(--zf-secondary-medium);
  background-color: transparent;
  /* height: 48px; */
  width: 100%;
  padding: 10px 19px;
  font-size: 18px;
  border: 1px solid #a6d4ae;
  border-radius: 4px;
}
.down-caret-cvr {
  position: absolute;
  right: 10px;
  bottom: 15px;
  height: 14px;
  width: 20px;
  cursor: pointer;
  z-index: 3;
}
.down-caret {
  position: absolute;
  bottom: 5px;
  right: 2px;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  cursor: pointer;
}

.menu-hdr {
  font: 18px / 1.3 var(--zf-primary-semibold);
  color: #000;
  padding: 0 0 10px;
  position: relative;
  display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.qus-options.active .checkmark{
  background-color: #06b25b;
}
.checkbox {
  display: flex;
  align-items: center;
}
input[type="checkbox"] {
  appearance: none;
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #06b25b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.checkmark::before {
  content: "\2713";
  color: white;
}
.qus-options {
  display: flex ! important;
  align-items: center;
  cursor: pointer;
  margin: 0 0 5px;
  width: 100%;
  max-width: 170px;
}
.option-txt{
  font: 18px / 1.7 var(--zf-primary-regular);
  color: #333;
  margin-left: 10px;
  vertical-align: middle;
}


.edition-link1{
  padding: 10px 25px ;
  background-color: #316f2a;
  color: white;
  font: 18px / 1.2 var(--zf-primary-semibold);
  border: none;
  border-radius: 27px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, rgb(5, 42, 73) 0%, rgb(56, 131, 94) 100%, rgb(243, 243, 243) 100%);
}
.edition-link1:disabled{
  cursor:default;
  background-image: linear-gradient(to right, #c7c7c7 0%, #bbb 100%, rgb(243, 243, 243) 100%);
}
.edition-link2{
  margin-right: 20px;
  border: solid 1px #1e373e !important;
    background: #1e373e !important;
    color: #fff !important;
}
.edition-link2:hover{
  margin-right: 20px;
  border: solid 1px #1e373e !important;
    background: transparent !important;
    color: #1e373e !important;
}
.edition-link2,.edition-link3{
  padding: 10px 25px;
  color:#ffffff;
  font: 18px / 1.2 var(--zf-primary-semibold);
  border: none;
  border-radius: 27px;
  cursor: pointer;
  width: 100%;
  transition: all .3s;
  text-align: center;
  border: 1px solid var(--primary-btn-color);
  /* background: linear-gradient(white, white) padding-box, linear-gradient(to right, rgb(5, 42, 73), rgb(14, 202, 109)) border-box; */
  background-color: var(--primary-btn-color);
}
.edition-link2:hover,.edition-link3:hover{
  color: var(--primary-btn-color);
  border: 1px solid var(--primary-btn-color);
  background-color: #ffffff;
}
.demo-cta-section{
display: flex;
width: 100% !important;
text-align: center;
gap: 20px;
}
.cta-section {
  margin: 20px 0 0;
  width: 240px;
}
.other-product-options-hdr{
  padding: 40px 0px 0;
  max-width: 850px;
}
.disclaimer_text{
  max-width: 820px;
}

.zmobile-mon-yearly-container{
  display: none;
}
.reset-btn{
  max-width: 120px;
  padding: 10px 20px;
  display: inline-block;
  background-image: linear-gradient(to right, rgb(5, 42, 73) 0%, rgb(56, 131, 94) 100%, rgb(243, 243, 243) 100%);
  border: none;
  border-radius: 27px;
  color: #ffffff;
    font: 20px / 1.2 var(--zf-primary-semibold);
    cursor: pointer;
    width: 100%;
    transition: all .3s;
    text-align: center;
}

/* form_css */

.zwf_overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	display: none
}
.zwf_overlay.active {
	display: block
}
.zwf_side_form p, .zwf_side_form input, .zwf_side_form span, .zwf_side_form li, .zwf_side_form a, .zwf_side_form textarea {
	font-family: var(--zf-primary-regular)
}
.zwf_side_form {
	width: 100%;
	overflow: hidden;
	max-width: 425px;
	position: fixed;
	transform: translateX(120%);
	-webkit-transform: translateX(120%);
	right: 0;
	top: 0;
	z-index: 10000;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
	-moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
	box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	opacity: 0;
	min-height: 100vh;
	overflow-y: auto
}
.zwf_side_form.active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1
}
.zwf_side_form .zwf_top_sec {
	position: relative;
	max-height: calc(100vh - 90px);
	height: 100%;
	overflow-y: auto;
	padding: 30px 20px 0;
	box-sizing: border-box
}
.zwf_side_form .zwf_inner_form {
	position: relative
}
.zwf_side_form .zwf_header {
	position: relative;
	padding-bottom: 45px;
}
.zwf_side_form .zwf_header h2 {
	font: 28px/1 var(--zf-primary-semibold);
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left
}
.lang-rtl .zwf_side_form .zwf_header h2 {
	text-align: right
}
.zwf_side_form .zwf_form_close {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -50px;
	margin-right: -10px
}
.zwf_side_form .zwf_form_close:after, .zwf_side_form .zwf_form_close:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #888;
	transform: rotate(45deg)
}
.zwf_side_form .zwf_form_close:before {
	transform: rotate(-45deg)
}
.zwf_side_form p.zwf_text_description {
	font: 16px/1.6 var(--zf-primary-regular);
	margin: 10px 0 0;
	padding-right: 15px;
	text-align: left
}
.lang-rtl .zwf_side_form p.zwf_text_description {
	text-align: right;
	padding-right: 0;
	padding-left: 15px
}
.zwf_side_form .zwf_formgroup, .zwf_side_form .zgdprform-state-container, .zwf_side_form .zgdprform-countrylist-container {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 0
}
.zwf_side_form .zgdprform-state-container, .zwf_side_form .zgdprform-countrylist-container {
	margin-bottom: 30px;
}
.zwf_side_form .zgdprform-state-container, .zwf_side_form .zgdprform-countrylist-container{
margin-bottom: 20px;
}
.zwf_formgroup.country{
  display: none;
}
.zwf_side_form .zwf_formgroup.fixed {
	position: fixed;
	bottom: 0;
	background: #fff;
	max-width: 100%;
	width: 100%;
	padding: 10px 20px;
	right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	z-index: 2;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}
.zwf_side_form .zwf_label_field, .zwf_formgroup .zwf_info_label {
	display: inline-block;
	font-size: 12px;
	position: absolute;
	left: 14px;
	top: 8px;
	opacity: 1;
	z-index: 1;
	transition: all ease .8s;
	pointer-events: none;
	line-height: 1;
	margin: 0;
	transform: translateY(-27px) translateX(-14px);
	-webkit-transform: translateY(-27px) translateX(-14px);
}
.zwf_label_field.phone_lble{
	font: 12px / 1 var(--zf-primary-regular);
	transform: translateY(-27px) translateX(-14px);
	-webkit-transform: translateY(-27px) translateX(-14px);
	opacity: 1;
	color: #000;
	top: 7px;
}
.lang-rtl .zwf_side_form .zwf_label_field, .lang-rtl .zwf_formgroup .zwf_info_label {
	left: unset;
	right: 14px
}
.zwf_side_form .zwf_label_field.zwf_description_label {
	display: none
}
.zwf_side_form .zwf_label_field span {
	color: red;
	line-height: 1;
	margin-left: 2px;
	font-size: 13px
}
/* .zwf_side_form .zwf_formgroup .zwf_label_field.active {
	transform: translateY(-27px) translateX(-14px);
	-webkit-transform: translateY(-27px) translateX(-14px);
	font-size: 12px;
	opacity: 1;
	top: 8px;
} */
.lang-rtl .zwf_side_form .zwf_formgroup .zwf_label_field.active {
	transform: translateY(-27px) translateX(14px);
	-webkit-transform: translateY(-27px) translateX(14px)
}
.zwf_side_form .zwf_formgroup .zwf_formcontrol, .zwf_side_form div.zgdprform-countrylist-container .globalcountrycode, .zwf_side_form div.zgdprform-state-container .globalstatecode {
	font-size: 14px;
	padding: 10px 12px !important;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: block;
	color: #000;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
	max-width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	min-height: 39px;
}
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-outer-spin-button, .zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-inner-spin-button {
	-webkit-appearance: none
}
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: textfield
}
.zwf_side_form .zwf_formgroup .zwf_error {
	display: none;
	color: red;
	font: 12px/1 var(--zf-primary-regular);
	margin-top: 5px
}
.zwf_side_form .zwf_formgroup .zwf_info_label {
	display: flex;
	align-items: center;
	position: relative;
	top: unset;
	left: 0;
	margin-bottom: 5px;
	opacity: 1
}
.bg_lazy_loaded .sprite-img {
	background: url(/sites/zweb/images/crm/pricing-icon-sprite.svg)
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p span {
	font-size: 13px;
	text-decoration: underline;
	color: #006cff
}
.zwf_side_form .price-tooltip {
	display: none;
	padding: 10px 15px;
	color: #fff;
	background: #333;
	max-width: 305px;
	box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	position: absolute;
	right: -25px;
	font-size: 12px;
	line-height: 1.6;
	box-sizing: border-box;
	z-index: 999;
	bottom: 30px
}
.zwf_side_form .zwf_formfile {
	display: block;
	height: 105px;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 20px;
	cursor: pointer;
	font: 16px var(--zf-primary-regular);
	line-height: 28px;
	font-weight: 400
}
.zwf_side_form .zwf_formgroup .zwf_file_upload {
	height: 105px;
	padding: 15px 15px 30px;
	text-align: center;
	border: 1px dashed #dedede;
	border-radius: 4px 4px 0 0;
	cursor: pointer
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
	cursor: pointer;
	color: #757575;
	text-align: center
}
.zwf_side_form .zwf_file_upload span {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0;
	color: #757575
}
.zwf_side_form .progress-bar {
	display: none;
	height: 4px;
	background: #ddd;
	width: 100%;
	position: relative;
	bottom: 1px
}
.zwf_side_form .progress-bar span {
	background: #2d73f6;
	height: 100%;
	width: 0;
	transition: 1s all linear
}
.zwf_side_form .zwf_formgroup .files {
	list-style: none;
	position: relative;
	bottom: 1px
}
.zwf_side_form .info {
	cursor: pointer;
	display: none;
	width: 12px;
	height: 14px;
	background-position: 0 0;
	margin-left: 5px;
	transform: rotate(180deg)
}
.zwf_side_form .price-tooltip:before {
	color: #333;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #333;
	top: -7%;
	height: 0;
	left: 104px;
	position: absolute;
	width: 0;
	content: '';
	transform: rotate(180deg)
}
.zwf_side_form .zwf_formgroup .files .file-list {
	padding: 7.5px 15px;
	border: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box
}
.zwf_side_form .zwf_formgroup .files .file-list p {
	width: 94%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding-bottom: 0;
	font-size: 16px
}
.zwf_side_form .zwf_formgroup .files .file-list:last-child {
	border-radius: 0 0 4px 4px
}
.zwf_side_form .zwf_formgroup .file-list span {
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-position: 28px
}
.zwf_side_form .zwf_formgroup.invalid .zwf_error, .zwf_webform .zwf_formgroup.invalid .error {
	display: block;
	text-align: left
}
.lang-rtl .zwf_side_form .zwf_formgroup.invalid .zwf_error, .lang-rtl .zwf_webform .zwf_formgroup.invalid .error {
	text-align: right
}
.zwf_side_form .zwf_select_dd:after, .zwf_side_form div.zgdprform-state-container:after, .zwf_side_form div.zgdprform-countrylist-container:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888;
	position: absolute;
	right: 12px;
	top: 17px;
	display: block;
	z-index: 1;
	pointer-events: none;
	margin-top: 0;
	border-radius: 6px
}
.lang-rtl .zwf_side_form .zwf_select_dd:after, .lang-rtl .zwf_side_form div.zgdprform-state-container:after, .lang-rtl .zwf_side_form div.zgdprform-countrylist-container:after {
	right: unset;
	left: 12px
}
.zwf_side_form .zwf_select_dd select.zwf_formcontrol {
	appearance: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important
}
.zwf_side_form .zwf_select_dd select.zwf_formcontrol:invalid {
	color: #767676
}
.zwf_side_form .zgdprform-opt-container .chk_bx {
	position: absolute;
	left: 0;
	margin: 3px 0 0
}
.zwf_side_form .sign_agree p, .zwf_side_form .zgdprform-opt-container {
	font: 12px var(--zf-primary-regular);
	line-height: 18px;
	margin: 10px 0 0
}
.zwf_side_form .sign_agree p {
	margin-bottom: 20px;
	color: #000
}
.zwf_inr_tooltip {
	position: absolute;
	font-style: normal;
	color: #fff;
	background-color: #262626;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 10px;
	font-weight: 400;
	width: 225px;
	z-index: 1;
	box-shadow: 0 2px 7px #d1d1d1;
	left: 20px;
	bottom: -68px;
	display: none;
	box-sizing: border-box
}
.zwf_inr_tooltip:before {
	content: '';
	position: absolute;
	display: block;
	left: 14px;
	top: -5px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #262626;
	transform: rotate(45deg);
	z-index: 2
}
.zwf_formgroup.zwf_act:hover .zwf_inr_tooltip {
	display: block
}
.zwf_side_form .sign_agree {
	max-width: 100%;
	padding-bottom: 0
}
.zwf_side_form .zwf_formgroup label.check-box a, .zwf_side_form .sign_agree p a {
	font-size: 12px;
	text-decoration: underline;
	color: #006cff
}
.zwf_side_form .zwf_captcha_box {
	height: 135px;
	border: 1px solid #dedede;
	border-radius: 4px
}
.zwf_side_form .zwf_d_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}
.zwf_side_form .zwf_d-flex a {
	margin-right: 10px;
	color: #006cff
}
.zwf_side_form .sign_agree.show {
	display: block;
	margin-top: 0
}
.zwf_side_form .zgdprform-opt-container {
	margin: 10px 0 5px;
	padding-left: 20px;
	position: relative
}
.zwf_side_form .zwf_captcha_box .zwf_formcontrol {
	border: 0;
	border-top: 1px solid #dedede;
	position: absolute;
	top: 93px;
	width: 99%
}
.zwf_webform img[id^="imgid"] {
	border: 0
}
/* .zwf_side_form .zwf_captcha_field .zwf_label_field {
	top: 105px
} */
/* .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
	transform: translateY(-27px) translateX(-9px);
	-webkit-transform: translateY(-27px) translateX(-9px)
} */
/* .lang-rtl .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
	transform: translateY(-27px) translateX(9px);
	-webkit-transform: translateY(-27px) translateX(9px)
} */
.zwf_side_form .zwf_captcha_box .reload-img {
	margin-right: 10px
}
.lang-rtl .zwf_side_form .zwf_captcha_box .reload-img {
	margin-left: unset;
	margin-left: 10px
}
.zwf_side_form input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.zwf_side_form .zwf_formgroup .submit-btn {
	background-color: #ed4a44;
	padding: 15px;
	font: 16px/1.2 var(--zf-primary-semibold);
	color: #fff;
	max-width: 100%;
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	text-transform: capitalize;
	border: 1px solid #ed4a44;
	cursor: pointer;
	margin: 0
}
.error.z-form-error {
	display: none !important
}
.formgroup .formcontrol, .formgroup .formcontrol:focus-visible, .zwfp_formgroup .zwfp_formcontrol, .zwfp_formgroup .zwfp_formcontrol:focus-visible, .zwf_formgroup .zwf_formcontrol, .zwf_formgroup .zwf_formcontrol:focus-visible {
	outline: 0
}
.zwf_webform .phone-box input.zwf_formcontrol {
	position: relative;
	z-index: 1
}
.zwf_formgroup .phone-box {
	display: flex;
	justify-content: space-between;
}
.zwf_formgroup.select::after, .phone-box.select::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888;
	position: absolute;
	right: 12px;
	top: 20px;
	content: "";
	display: block;
	z-index: 1;
	pointer-events: none;
	margin-top: -3px
}
.select-section:before {
	top: 24px
}
.phone-box.select::after {
	left: 52px;
	top: 21px;
	border-radius: 4px
}
.zwf_formgroup .phone-box select.zwf_formcontrol {
	border-right: 0;
	width: 20%;
	border-radius: 4px 0 0 4px;
	opacity: 0;
	z-index: 1;
	height: 100%;
	max-width: 25%;
}
.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: 25%;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	position: absolute;
	line-height: 1.2;
	max-height: 39px;
	min-height: 39px;
}
.zwf_formgroup .phone-box input.zwf_formcontrol {
	border-radius: 0 4px 4px 0;
	height: 100%;
	max-width: 80%;
}

/* form_css */

.zpricegroup,.monthly-cost{
  display: none;
}
.hide_users_count{
  display: none !important;
}
#zbigin-express{
  display: block;
}
.monthly-savings-label{
  font: 16px / 1.2 var(--zf-primary-bold);
  color: #ffd58e;
  border: 1px solid #ffd58e;
  border-radius: 20px;
  padding: 5px 15px;
  display: none;
  margin-top: 20px;
}
.monthly_currency{
  display: none;
}
/* .overall-z-currency-symbol{
  font: 20px var(--zf-primary-regular);
} */

.bigin-flux-options{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin:5px 0 0px;
}
.bigin-estimate-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 30px;
}
.monthly-savings-label, .annual-savings-label{
  width: unset !important;
}

@media only screen and (min-width: 1500px) {
  .crm-checklist-section, .crm-estimate-section {
      width: 340px;
  }
}
.bigin-estimate-section {
  max-width: 640px;
  display: block;
}
.crm-estimate-section .heading{
  font: 16px / 1 var(--zf-primary-medium);
  color: #111111;
  text-transform: uppercase;
}
.estimate-result-section{
  position: relative;
  margin-top: 15px;
}
.estimate-result-section-inr {
  overflow-y: auto;
}
.estimate-details {
  background-color: #333333;
  padding: 45px 40px 40px;
  border: 1px solid #323232;
  border-radius: 12px;
}
.overall-estimate .estimate-details{
  border-radius: 0 0 12px 12px;
  padding: 0 40px 60px;
}
.product-estimate-list {
  display: block;
}
.product-title-white {
  color: #fff;
  padding: 0 0 10px;
  text-transform: capitalize;
}
.edition-name {
  font: 18px / 1.4 var(--zf-primary-regular);
  letter-spacing: -0.28px;
  color: #cdcdcd;
  padding-bottom: 5px;
}
.arr-icon{
  display: flex;
      align-items: center;
}
.bg_lazy_loaded .arr-icon::before{
  background-image: url(//prewwwo.zohowebstatic.com/sites/oweb/images/zohobigin/images/bigin-roi1-sprite.svg);
  display: inline-block;
  }
  .arr-icon::before{
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-position: -95px -48px;
    margin-right: 15px;
}
.edition-name.user-count{
  font-size: 30px;
  color: #fff;
}
.estimate-amount {
  font: 36px / 1 var(--zf-primary-regular);
  color: #fff;
}
.estimate-amount .bigin-z-currency-symbol{
font-size: 20px;
}
.overall-estimate .estimate-details, .overall-estimate-crmplus .estimate-details {
  border: 0;
}
.total-edition-name {
  font: 18px / 1.4 var(--zf-primary-regular);
  letter-spacing: -0.28px;
  color: #cdcdcd;
  margin-bottom: 5px;
}.estimate-amount-total {
  font: 30px / 1 var(--zf-primary-regular);
  color: #fff;
  margin-top: 10px;
}
.annual_plan_savings_parent{
  display: flex;
}
.pricing-savings{
  margin-left: 50px;
}
.pricing-savings .price{
  text-decoration: line-through;
  display: none;
}
.pricing-savings span,.estimate-amount-monthly-total{
  font-size: 18px;
  color: #cdcdcd;
}
.estimate-amount-monthly-total{
  text-decoration: line-through;
  margin-left: 50px;
}
.pricing-savings #z-bigin-monthly{
  display: block;
}

.mt-bt-15{
  margin-bottom: 15px;
}
.overall-price,.effective_monthly_cost{
  color: #fff;
}
.mnth-cost-sec {
  justify-content: space-between;
  align-items: center;
  display: block;
  padding: 0;
}
.monthy-cost-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.annual-savings-label {
  font: 16px / 1.2 var(--zf-primary-bold);
  padding: 5px 15px;
  border-radius: 22px;
  display: inline-block;
  margin-top: 40px;
  color: #ffd58e;
  border: 1px solid #ffd58e;
  height: fit-content;
}
.wdth-45{
  width: 45%;
}
/* bigin_monthly_yearly_radio-btn */

@media only screen and (max-width: 1280px){
  .selection-list{
    gap:30px 20px;
  }
  .container{
    /* border-radius: 16px; */
    box-shadow: none;
    /* padding: 100px 50px 105px; */
  }
}


/*media query starts*/
@media only screen and (max-width: 1240px) {
  .mt20 {
    margin-top: 75px;
  }
  .bgn-cal-banner-cnt p br {
    display: none;
  }
  .bgn-cal-banner {
    padding: 150px 0 80px;
  }
  .bgn-cal-faq-maincnt {
    padding: 70px 0 80px;
  }
  .container{
    padding: 75px 50px 85px;
    margin: 0 auto;
    border-radius: 0;
  }
  
  h1, h2 {
    letter-spacing: -1px;
  }
  h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .head-brk {
    display: inline-block;
  }
  .bgn-foot-txt {
    padding: 70px 30px 80px;
  }
  .bgn-foot-txt h2 {
    font: 44px / 1.2 var(--zf-primary-bold);
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 1270px){
  .selection-list{
    gap:25px 30px;
  }
  .edition-link2,.edition-link3{
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width:1179px){
  .bigin-estimate-section{
    max-width: 380px;
  }
  .wdth-45 {
    width: 100%;
}
  .selection-list{
    flex-wrap: wrap;
  }
  .selection-list li{
    width: 33.33%;
  }
  .selection-value,.list-one .selection-value{
    max-width: unset;
  }
  .input-section,.plan-selection{
    width:100%;
  }
  .bigin-details-section {
    width: 100%;
}
}
@media only screen and (max-width: 1180px) {
  .bgn-cal-banner-cnt{
    max-width: 770px;
  }
  .wapp-faqLeft{
    position: relative;
    top: 0;
    width: 100%;
  }
  .result_values{
    font-size: 28px;
  }
  .bgn-slider-input {
    width: calc(100% - 145px);
}
  .result_box{
    max-width: 375px;
  }

  /* roi-calculator_section_update */
  .edition-link2, .edition-link3 {
    padding: 10px 15px;
}
  .container{
      padding: 80px 50px 70px;
      /* border-radius: 12px;
      max-width: 1000px; */
  }
  #calculator-form {
      max-width: 485px;
  }
  /* .roi-calculator_section_update */
  .bgn-cal-faq-sec h2 {
    max-width: initial;
    text-align: center;
  }
  .bgn-cal-faq-sec {
    justify-content: space-between;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }
  .gd-fqa {
    margin-top: 15px;
  }
  .gd-ans {
    padding: 25px 45px 0 0;
  }
  .gd-ans p {
    font: 18px / 1.55 var(--zf-primary-regular);
  }
  br{
      display: none;
  }
  .tab_br_none{
    display: block;
  }
}

@media only screen and (max-width: 1024px){
  .product-list-details-section{
    flex-direction: column;
  }
  .bigin-estimate-section{
    max-width: 100%;
  }
  .wdth-45 {
    width: 100%;
}
  .other-product-options-hdr{
    padding: 50px 0px 0;
  }
  .disclaimer_text{
    margin-top: 20px;
  }
  .selection-label {
    font-family: var(--primaryfont-regular);
}
.bigin-details-section h2{
  font:28px/1.2 var(--primaryfont-regular)
}
.container {
  padding: 50px;
}
  .estimate-details{
    padding: 35px 40px 40px;
    gap: 25px;
  }
  .overall-estimate .estimate-details{
    padding: 0 40px 35px;
  }
  .monthly-savings-label, .annual-savings-label{
    margin-top: 0;
  }
  .mnth-cost-sec{
    padding: 0;
  }
  .up-caret-cvr,.down-caret-cvr{
    display: none;
  }
  .bgn-cal-faq-maincnt {
    padding: 70px 0 80px;
}
  .bgn-cal-banner {
    padding: 150px 0 400px;
  }
  .result_box{
    max-width: 385px;
  }
  .tool-cnt{
    right:-22px
  }
  .toolshape{
    right: 0;
    left: unset;
  }

  .roi-calculator,.input_boxes{
      flex-direction: column;
      gap: 20px;
  }
  .roi-calculator{
    gap: 40px;
}
  .input_boxes{
    align-items: unset;
  }
  #calculator-form,.results {
      max-width: 100%;
  }
  #calculator-form{
    text-align: center;
  }
  #calculator-form .convers-main-cnt,#calculator-form h2{
    text-align: left;
  }
  .container{
      max-width: 600px;
      border-radius: 16px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: -320px auto 0;
  }
  .product-list-hdr{
    padding: 5px 0 30px 0;
  }
  .bgn-slider-input{
      width: 100%;
  }

  .bigin-details-section,.bigin-estimate-section{
    width:100%;
  }
  .selection-list li {
    width: 47%;
}
.selection-list{
  flex-wrap: wrap;
  max-width: 100%;
}
}
@media only screen and (max-width: 840px) {
  .bgn-cal-banner-cnt{
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .bigin-estimate-section .heading{
    font-family: var(--zf-primary-semibold);
    text-transform: capitalize;
  }
  .dropdown-icon{
    top: 18px;
  }
  .container{
    margin: 0 auto;
  }
  .bgn-foot-txt {
    padding: 60px 30px 80px;
}
  .bgn-cal-banner-cnt p{
    font: 18px / 1.5 var(--zf-primary-regular);
  }
  .crm-roi-cta{
    margin-left: 0;
  }
  .results p span{
      letter-spacing: 0;
  }
  .bgn-cal-faq-maincnt {
    padding: 60px 30px 70px;
  }
  .gd-qus br,.dsk_view {
    display: none
  }
  .roi-calculator{
      gap: 40px;
  }
  .bgn-slider-input {
      width: 100%;
    }
    br{
      display: none;
    }
    .stats-descr p,p{
      font-size: 15px;
    }
    .stats-descr p{
      margin-bottom: 15px;
    }
    .container {
      padding: 45px 30px ;
      border-radius: 12px;
      margin:  -315px auto 0;
      box-shadow: none;
  }
  #calculator-form h2{
      font-size: 24px;
      margin-bottom: 15px;
  }
  /* .bgn-roi-calculator_main::after{
      height: 92%;
  } */
  .results{
      margin-top: 15px;
      max-width: 100%;
  }
  .bgn-cal-banner {
      padding: 120px 0 375px;
  }
  .container{
      width: 570px;
  }
  .mob_view{
      display: block;
  }
  .result_values{
    font-size: 28px;
}
.results p{
  font-size: 16px;
}
.convers-main-cnt{
  font-size: 16px;
}
.result_values::before{
  display: none;
}
.stats-descr p::before {
  top: 4px;
  transform: none;
}
}
@media only screen and (max-width: 600px) {
  .estimate-details{
    padding: 35px 40px;
  }
  .bgn-cal-banner{
    padding: 120px 0 70px;
  }
  .estimate-amount-total,.edition-name.user-count{
    font-size: 30px;
  }
  .monthly-savings-label,.annual-savings-label{
    background: transparent;
    color: #ffd58e;
    border: none;
    padding: 0;
  }
  .bigin-details-hdr, .product-list-hdr{
    padding: 5px 0 25px 0;
  }
  .mob_br{
    display: block;
  }
  .cta-section{
    margin: 15px 0 0;
  }
  .other-product-options-hdr{
    padding: 20px 0 0;
  }
  *, body, h1, h2, h3, p {
letter-spacing: 0;
  }
  .bigin-details-section h2 {
    font: 24px / 1 var(--zf-primary-regular);
}
  .selection-value,.list-one .selection-value{
    max-width: unset;
  }
  .selection-value{
    font-size: 16px;
  }
  .input-section,.plan-selection{
    width:100%;
    max-width: 100%;
  }
  .selection-label {
    font: 14px / 1.4 var(--zf-primary-medium);
}
  .selection-list li{
    width: 47.5%;
  }
  .up-caret-cvr{
    top: 25px;
  }
  .up-caret{
    top: 0;
  }
  .down-caret{
    bottom: 0px;
  }
  .selection-list{
    justify-content: flex-start;
    gap:15px;
  }
  .edition-link2, .edition-link3{
    font-size: 16px;
  }
  .tab_br_none{
    display: none;
  }
  .input-group {
    margin: 30px 0 15px;
}
  .hours_txt,
  .people_txt,
  .renewl_txt,
  .templates_txt {
font-size: 12px;
  }
  .stats-descr{
      margin-top: 20px;
  }
  .container{
      width: 100%;
      border-radius: 0;
      margin: 0 auto;
      padding:65px 30px;
  }
  .head-brk{
      display: inline;
  }
  .results {
      padding: 40px 20px;
    }
  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .bgn-foot-txt h2 {
    font-size: 34px;
  }
  .price-val-sec {
    justify-content: space-between;
    flex-direction: column;
  }
  .total-sec {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .total-cost {
    margin-bottom: 0;
    text-align: left;
  }
  .vat-cnt {
    padding: 25px 0 0;
    text-align: left;
    margin: 25px 0 0;
  }
  h2 {
    font: 28px / 1.2 var(--zf-primary-semibold);
  }
  .mt20 {
    margin-top: 45px;
  }
  .bgn-cal-faq-maincnt {
    padding: 65px 30px 70px;
  }
  .toolshape, .tool-cnt {
    right: -22px;
    left: inherit;
  }
  .toolshape{
    right: 0;
  }
  .mkt .tool-cnt {
    right: 0;
  }
  .uti .tool-cnt {
    right: 37px;
  }
  .slider-bubble {
    left: 15px;
    bottom: 65px;
  }
  .bgn-cal-faq-sec h2 {
    width: 100%;
    margin: auto;
  }
  .bgn-cal-faq-sec {
    align-items: flex-start;
    padding: 0;
  }
  .open-icon {
    right: 25px;
  }
  .gd-fqa {
    margin-top: 20px;
  }
  .ga-fq-cont {
    padding: 20px 0px 20px 30px;
  }
  .gd-ans {
    padding: 20px 30px 0 0;
  }
  .gd-ans p {
    font: 16px / 1.6 var(--zf-primary-regular);
  }
  .bgn-foot-txt {
    padding: 60px 30px 45px;
  }
  .meta-value.row3 .meta-price-value, .meta-value.row3 .zcurrency-symbol {
    font-size: 24px;
  }
}

@media only screen and (max-width: 420px){
 .mob_br{
  display: block;
 }
}