*, 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 410px;
  background-image: linear-gradient(360deg, rgb(3, 186, 95) 0%, rgb(5, 73, 40) 100%);
  color: #fff;
  text-align: center;
}
.bgn-cal-banner-cnt {
  max-width: 1120px;
  margin: auto;
}
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: 724px;
  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;
}
.bgn-cal-faq-sec h2 {
  max-width: 295px;
}
.bgn-cal-faq-sec {
  max-width: 1125px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.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;
}
.bgn-cal-icons-sprite{
  background-image: url("/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: #f0483e;
  border: 1px solid #f0483e;
  text-transform: capitalize;
  margin-top: 30px;
  border-radius: 25px;
}
.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;
}
.cta-btn:after, .cta-price:after {
  -webkit-mask-image: url(/sites/oweb/images/zohobigin/bigin-common-footer-sprite.svg);
  mask-image: url(/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 #f0483e;
  color: #f0483e;
  transition: all .3s ease;
}
.cta-btn:hover:after {
  background-color: #f0483e;
}
.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;
}
.crm-roi-cta{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 20px;
}
.crm-roi-cta:hover{
  border: solid 1px #1e373e !important;
   background: #1e373e;
    color: #fff;
}
.crm-roi-cta:hover::after{
  background: #fff;
}
.bgn-acces, .body-umain .bgn-getstrts,.mob_view {
  display: none;
}
.bgn-getstrts, .body-umain .bgn-acces, .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 #21ae73;
  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: 1220px;
  margin: -300px auto 0;
  padding: 85px;
  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;
}

.result_box .heading {
  font: 16px/1 var(--zf-primary-medium);
  color: #111111;
  text-transform: uppercase;
}
.result_box{
  max-width: 440px;
  width: 100%;
}
.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;
}
.bgn-cal-icons-sprite,.result_values::before,.stats-descr p::before{
background-image: url(https://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{
  max-width: 900px;
  width: 100%;
  margin: 35px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
  font: 12px / 1.8 var(--zf-primary-regular);
  color: #5d3500;
}
.semi_bold{
  font-family: var(--zf-primary-semibold);
}
.mt-bt-15{
  margin-bottom: 15px;
}
.mt-tp-15{
  margin-top: 15px;
}
.stats-descr p:last-child{
  margin-bottom: 0;
}
/* roi-calculator-css */
/*media query starts*/
@media only screen and (max-width: 1240px) {
  .mt20 {
    margin-top: 75px;
  }
  .bgn-cal-banner-cnt {
    max-width: 710px;
  }
  .bgn-cal-banner-cnt p br {
    display: none;
  }
  .bgn-cal-banner {
    padding: 150px 0 360px;
  }
  .bgn-cal-faq-maincnt {
    padding: 70px 0 80px;
  }
  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: 1180px) {
  .result_values{
    font-size: 28px;
  }
  .bgn-slider-input {
    width: calc(100% - 145px);
}
  .result_box{
    max-width: 375px;
  }

  /* roi-calculator_section_update */

  .container{
      padding: 50px;
      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;
  }
  .disclaimer_text{
      padding: 0 30px;
  }
}

@media only screen and (max-width: 1024px){
  .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;
  }
  .bgn-slider-input{
      width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .bgn-cal-banner-cnt{
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .crm-roi-cta{
    margin-left: 0;
  }
  .results p span{
      letter-spacing: 0;
  }
  .bgn-cal-faq-maincnt {
    padding: 70px 30px;
  }
  .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: 35px 30px;
      border-radius: 12px;
      margin: -207px auto 0;
  }
  #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 255px;
  }
  .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) {
  .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: 335px;
      padding: 35px 20px;
  }
  .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: 55px 30px 60px;
  }
  .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;
  }
  .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: 55px 30px 45px;
  }
  .meta-value.row3 .meta-price-value, .meta-value.row3 .zcurrency-symbol {
    font-size: 24px;
  }
}