body {
  background: #ffffff;
}
body, html, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0
}
     /*form sucess*/

     .zwf_scs_pop_inr {
      background: #d2f3da;
  }
.zwf_success_alert .zwf_scs_txt {

  color: #000;
}

.zwf_success_alert .zwf_close_icn {

 display : none;
}
.any-one-bgn-logo {
  width: 195px;
  height: 128px;
  background-position: -431px -299px;
  position: absolute;
  top: 0;
  left: 0;
}
.fxdhdr-logo-sprt {
  background-position: -168px -367px;
  width: 114px;
  height: 42px;
}
/*menu section start*/
.fixed-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.fixed-menu ul li.active {
  color: #000;
}
.fixed-menu ul li {
  padding: 0 20px;
  border-radius: 23px;
  font: 16px var(--zf-primary-semibold);
  cursor: pointer;
  color: #8c8c8c;
}
.decor {
  height: 2px;
  background-color: #22ad73;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s linear;
  padding: 0 !important;
}
/*menu section ends*/
.feat-cta.bgn-cta {
  margin-bottom: 0px;
}
.background-form-gradient {
  position: absolute;
  height: 785px;
  width: 666px;
  top: -190px;
  right: -120px;
  background-image: -ms-linear-gradient(27deg, #087741 0%, #00000000 94%);
  background-image: -moz-linear-gradient(27deg, #087741 0%, #00000000 94%);
  background-image: -webkit-linear-gradient(27deg, #087741 0%, #00000000 94%);
  border-radius: 40px 0 0 0px;
  z-index: 0;
}
.body-umain .background-form-gradient {
  display: none;
}
.mobile-menu-icon1 {
  display: none;
}
.z-bottom-cta-menu a {
  width: 100%;
  margin-left: 0px;
}
.lp-show-cmcta {
  transform: translateY(0) !important;
}
.lp-show-cmcta .loggedin, .lp-show-cmcta .loggedout {
  color: #fff !important;
}
.pos-relative {
  position: relative;
}
.disp {
  display: inline-block;
}
.overflow-sec {
  overflow-x: hidden;
}
.form-sec h3 {
  font: 20px/1 var(--zf-primary-regular);
  color: #ffffff;
  text-align: end;
  margin-bottom: 10px;
  position: relative;
}
.za-country_code-container {
  margin: 15px 0 30px;
}
.signup-box .za-tos-container {
  margin-bottom: 15px;
}
.bnr-left {
  width: 750px;
  position: relative;
  z-index: 1;
}
.z-mobile-menu-v2 {
  display: none;
}
.custom-cta {
  position: fixed;
  bottom: 0;
  background-color: black;
  background-color: #ed4a44;
  padding: 11.4px 32px;
  margin: 0;
  box-sizing: border-box;
  z-index: 1;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  width: 100%;
  text-align: center;
  font-family: var(--zf-primary-semibold);
  display: none;
}
.form-sec {
  width: calc(100% - 750px);
  margin-top: 125px;
  position: relative;
}
.freeze_layer {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.active_freaze {
  display: block;
}
.img-thumbnail {
  border-radius: 24px;
}
.zwfp_form_container {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: scroll;
  width: 100%;
  max-width: 100%;
  background: #fff;
        z-index: 9;
  padding: 15px 20px 0px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  box-shadow: 0 0 14.72px 1.28px rgb(1 44 104 / 15%);
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  opacity: 0;
}
.zwfp_form_container.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.zwfp_formgroup {
  position: relative;
  margin-bottom: 30px;
}
.zwfp_formgroup.order7 {
  margin-bottom: 10px;
}
.zwfp_formgroup.captcha-fld {
  margin-bottom: 20px;
}
.zwf_webform{
    height: calc(100% - 160px);
    overflow: auto;
}
.form-dynamic-height{
    height: calc(100% - 90px);
}
.zwfp_formgroup.range {
  margin-bottom: 40px;
}
.zwfp_formgroup label {
  /* font-size: 14px; */
  margin-bottom: 0px;
  display: inline-block;
  color: #333333;
  position: absolute;
  left: 15px;
  top: 9px;
  transition: all ease .8s;
  pointer-events: none;
  transform: translateY(-30px) translateX(-14px);
  -webkit-transform: translateY(-30px) translateX(-14px);
  font-size: 12px;
  opacity: 1;
}
.zwfp_formgroup input.zwfp_formcontrol::placeholder, .zwfp_formgroup textarea.zwfp_formcontrol::placeholder {
  color: #6a6a6a;
}
.zwfp_formgroup .zwfp_formcontrol, div.zgdprform-countrylist-container .globalcountrycode, div.zgdprform-state-container .globalstatecode {
  font: 14px/1.2 "Zoho_Puvi_Regular";
  padding: 11px 12px;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: block;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  max-height: 41.5px;
  min-height: 41.5px;
}
.zwfp_formgroup.invalid .error {
  display: block;
}
.zwfp_formgroup .error {
  color: red;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 13px;
  display: none;
}
.zwfp_formgroup label span {
  color: red;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -7px;
}
.zwfp_formgroup .phone-box {
  display: flex;
}
.zwfp_formgroup .phone-box input {
  border-radius: 0 4px 4px 0;
  height: 100%;
}
.zwfp_formgroup select.zwfp_formcontrol {
  padding: 11.5px 18px;
}
.zwfp_formgroup .phone-box select {
  border-right: 0;
  width: 29%;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  z-index: 1;
  height: 100%;
}
.zwfp_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: 41.5px;
  min-height: 41.5px;
}
.zwfp_formgroup.select::after, .phone-box.select::after, .select-section:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #888;
  position: absolute;
  right: 12px;
  top: 55px;
  content: "";
  display: block;
  z-index: 1;
  pointer-events: none;
  margin-top: -3px;
}
.phone-box.select::after {
  left: 55px;
  top: 21px;
  border-radius: 4px;
}
.zwfp_formgroup.captcha-fld {
  margin-bottom: 20px;
}
.zwfp_formgroup label.captcha_lble {
  transform: translateY(-30px) translateX(-14px);
  -webkit-transform: translateY(-30px) translateX(-14px);
}
.captcha-box {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
}
.zwfp_formgroup .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 70px;
  width: 65%;
}
.captcha-box .zwfp_formcontrol {
  width: 40%;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #dedede;
  border-radius: 0 4px 4px 0;
  max-height: unset;
}
.zwfp_formgroup.order7 {
  margin-bottom: 10px;
}
.sign_agree p, .zgdprform-opt-container {
  font: 11px/1.5 "Zoho_Puvi_Regular" !important;
  margin: 0;
  color: #333;
}
.zwfp_form_sec input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.zwfp_form_sec .submit-btn {
  background-color: #ed4a44;
  padding: 15px;
  font: 16px/1.4 "Zoho_Puvi_SemiBold";
  font-weight: 900;
  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;
}
.zwfp_form_sec img[id^="imgid"] {
  border: 0;
  margin: 0;
  border-radius: 4px;
}
zwfp_formgroup label.check-box a, .sign_agree p a {
  font-size: 12px;
  text-decoration: underline;
  color: #333;
}
.zwf_page p, .zwf_page span, .zwf_page a, .zwf_page li {
  font: 18px/1.3 "Zoho_Puvi_Regular";
  color: #333;
}
.zwfp_formgroup .d-flex a {
  position: relative;
  top: 5px;
  right: 5px;
}
.form-close {
  background: url(/sites/oweb/images/zohobigin/sprite-icons4.svg) -576px -16px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.order8 {
    position: sticky;
    bottom: 0px;
    margin-bottom: 0px;
}
.non-form-bnr-section {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: -220px;
  position: relative;
  display: none;
}

.zwfp_formgroup textarea.zwfp_formcontrol{
    line-height: 18px;
    max-width: 100%;
    resize: none;
    max-height: 100px;
    min-height: 70px;

}
.signup-box input[type='email'], .signup-box input[type='number'], .signup-box input[type='password'], .signup-box input[type='search'], .signup-box input[type='tel'], .signup-box input[type='text'], .signup-box input[type='email'], .signup-box input[type='url'], .signup-box textarea, .signup-box .za-country-container .globalcountrycode-signup, .signup-box .za-state-container .za-globalstate-signup, .za-select-container select#customselect {
  color: #ffffff;
}
.signup-box .za-country-container.za-country-container-arrow::after, .signup-box .za-state-container::after, .signup-box .za-select-container::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a8d0ba;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
  content: "";
  display: block;
  z-index: 9;
}
.signup-box input[type='password'], .signup-box .za-country_code-container input[type='text'], .signup-box input[type='text'], .signup-box input[type='email'] {
  border-radius: 12px;
  background-color: #3a9a60;
  border: 1px solid #87b17f;
}
.signup-box .za-state-container .za-globalstate-signup {
  border-radius: 12px;
  background-color: #3a9a60;
  border: 1px solid #87b17f;
}
.signup-box #signup-newsletter.checked::after, .signup-box #signup-termservice.checked::after {
  background: #fff;
}
.signup-box #signup-newsletter.checked::before, .signup-box #signup-termservice.checked::before {
  background: #fff;
}
.signup-box .za-state-container {
  background: none;
}
.signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
  border-right: 1px solid #86a77a;
}
.signup-box h5, .signup-box .dc-info, .signup-box .sign_agree, .signup-box label, .signup-box .sign_agree a, .signup-box p.zcountry-info, .signup-box span#zip-countryname-change, .signup-box .socl-signup p, .ccodediv {
  color: #ffffff
}
.signup-box input[type=password]:focus, .signup-box input[type=text]:focus, .signup-box input[type=email]:focus, form .za-country-container .globalcountrycode-signup:focus {
  border-color: #fae1b6;
}
.signup-box .za-state-container .za-globalstate-signup:focus {
  border-color: #fae1b6;
}
.signup-box .za-newsletter-container #signup-newsletter {
  top: 3px;
}
.signup-box #signup-newsletter {
  border: 1px solid #fff;
}
.signup-box .socl-signup {
  text-align: end;
}
.signup-box .za-tos-container #signup-termservice {
  top: 3px;
}
::placeholder {
  color: #ffffff;
  opacity: 1;
}
.signup-box #signup-termservice {
  border: 1px solid #ffffff;
}
.bld-txt {
  font: 39px/1.6 var(--zf-primary-bold);
}
.signup-box .sgnbtn input[type='submit'], .signup-box .sgnbtn input[type='button'] {
  border-radius: 12px;
  opacity: 1 !important;
}
.signup-box .socl-signup span.vi-google {
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-position: -381px -230px;
  width: 78px;
  height: 29px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 650px auto;
  display: inline-block;
}
.signup-box .socl-signup span.vi-linkedin {
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-position: -469px -230px;
  width: 28px;
  height: 29px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 650px auto;
  display: inline-block;
}
.signup-box .error {
  color: #fff5a4;
}
.za-password-container span.zpassword-show:before {
  background: url(https://www.zohowebstatic.com/sites/zweb/images/desk/desk_footer_sprite_new.png) no-repeat;
  background-position: -552.5px -162.5px;
  background-size: 1091.5px auto;
  opacity: 1;
  width: 18px;
  height: 12px;
  display: inline-block;
}
.za-password-container span.zpassword-show.active:before {
  background: url(https://www.zohowebstatic.com/sites/zweb/images/desk/desk_footer_sprite_new.png) no-repeat;
  background-position: -532px -162.5px;
  background-size: 1091.5px auto;
  opacity: 1;
  z-index: 2;
  width: 18px;
  height: 12px;
  display: inline-block;
}

.signupotpcontainer{
    position: relative;

}

.signupotpcontainer .verifytitle , .verifyheader, .signupotpcontainer .otpmobile,.signupotpcontainer .resendotp, .za-otp-container span.resendotp.nonclickelem{
     color : #fff;
}

.za-otp-container span.resendotp.nonclickelem{
   opacity : 1;
}


.bnr-section {
  background-image: -ms-linear-gradient(-20deg, rgb(5, 73, 40) 0%, rgb(13, 202, 109) 100%);
  background-image: -moz-linear-gradient(-20deg, rgb(5, 73, 40) 0%, rgb(13, 202, 109) 100%);
  background-image: -webkit-linear-gradient(-20deg, rgb(5, 73, 40) 0%, rgb(13, 202, 109) 100%);
  padding: 140px 0 45px;
  overflow-x: hidden;
}
.bnr-section-inr {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bnr-hdr {
  font: 70px/1 var(--zf-primary-extrabold);
  letter-spacing: -2px;
  color: #ffe6bb;
  position: relative;
  z-index: 2;
}
.header-wrap-txt {
  margin-left: 65px;
}
.img-thumbnail{
    border-radius: 24px;
}
.bgn-video-sec {
  position: relative;
  margin: 50px 0px;
  cursor: pointer;
}
.bgn-video-sec:after {
  /* content: ''; */
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(0 0 0 / 0.5); */
  border-radius: 16px;
  cursor: pointer;
}
.video-thumnail {
  z-index: 1;
}
.video-play-btn {
  position: absolute;
  background-position: -66px -335px;
  width: 81px;
  height: 81px;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 235px;
  bottom: 40px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.zvim-model {
  background: #000;
}
.zc-video-modalInner {
  max-width: 90%;
}
   .video-play-icon{
  background-position: -12px -234px;
  width: 222px;
  height: 86px;
  display: inline-block;
  position: absolute;
  bottom: 6%;
  left: 3%;


     }
.clk-blnk {
  position: absolute;
  top: 50%;
  right: 0;
  left: 235px;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: #000;
  border-radius: 50%;
  opacity: 1;
  animation: pulse-border 1500ms ease-out infinite;
  /* display: none; */
}
.video-title {
  position: absolute;
  top: 47%;
  left: unset;
  right: 58px;
  margin: 0 auto;
  z-index: 3;
  color: #000;
  font: 18px/1.3 var(--zf-primary-semibold);
  transform: translateY(-50%);
  text-align: left;
}
.video-duration {
  position: absolute;
  top: 55%;
  left: unset;
  right: 126px;
  margin: 0 auto;
  color: #000;
  font: 14px/1 var(--zf-primary-regular);
}
.lm_navSec.active {
  transform: translateY(0px);
        z-index: 1;

}
.lm_navSec .feat-cta {
  margin-top: 0 !important;
  padding: 10px 20px;
  font: 14px/1 var(--zf-primary-semibold);
}
.lm_navSec .feat-cta:after {
  display: none;
}
.lm_navSec {
  position: fixed;
  top: 0;
  margin: 0px auto;
  display: flex;
  align-items: flex-end;
  background: #fff;
  z-index: 5;
  padding: 10px 2%;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #dedede;
  transform: translateY(-70px);
  transition: all ease-in-out 0.55s;
  left: 0;
  justify-content: space-between;
  align-items: center;
}
@keyframes pulse-border {
  0% {
    transform: translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }
  100% {
    transform: translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.body-umain .clk-blnk {
  display: block;
}
.video-background {
  border-radius: 30px;
}
.sub-header {
  font: 39px/1.4 var(--zf-primary-bold);
  color: #ffffff;
  padding: 20px 0px 100px;
  margin: 0;
  display: none;
}
.body-umain .form-sec {
  display: none;
}
.body-umain .bnr-hdr {
  padding: 0 0 45px;
}
.body-umain .header-wrap-txt {
  margin-left: 0px;
}
.body-umain .bnr-left {
  width: 100%;
  text-align: center;
}
.body-umain .bgn-video-sec {
  width: 750px;
  text-align: center;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
.body-umain .bnr-hdr .mob-brk {
  display: none;
}
.body-umain .bnr-section {
  padding: 140px 0 220px;
}
.body-umain .non-form-bnr-section, .body-umain .non-form-bnr-section .bgn-video-sec {
  display: block;
}
.bgn-acces, .umain .bgn-getstrts {
  display: none;
  text-transform: uppercase;
}
.umain .bgn-acces, .umain .bgn-accsimg {
  display: inline-block;
}
.any-one-can-bigin-main-sec * {
  box-sizing: border-box !important;
}
.any-one-bgn-header {
  background-color: #ffffff;
  padding: 140px 0px;
}
.body-umain .any-one-bgn-header {
  padding: 60px 0px 115px;
}
.any-one-bgn-cnt {
  margin: 0 auto;
  background-color: #ffffff;
  font: 39px/1.6 var(--zf-primary-regular);
  padding: 0px 0px 50px;
}
.any-one-bgn-cnt:last-child {
  padding: 0;
}
.why-do-we-sec {
  width: 100%;
  height: 800px;
  background-image: url(/sites/oweb/images/zohobigin/sherif-bg-compressed.jpg);
  background-position: bottom;
}
.why-do-we-sec-bnr {
  padding: 110px 0px 0px;
  box-sizing: border-box;
}
.why-do-we-sec-hdr {
  color: #000000;
  font: 60px/1.1 var(--zf-secondary-medium);
  letter-spacing: -1.5px;
  margin: 0 0 45px;
}
.why-do-we-sec-points-hdr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 750px;
}
.why-do-we-sec-points {
  position: relative;
  color: #000000;
  font: 22px/1.4 var(--zf-primary-regular);
  letter-spacing: -0.44px;
  width: 40%;
  margin: 0 0 70px;
}
.bg_lazy_loaded .any-one-bgn-sprite {
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-repeat: no-repeat;
  background-size: 650px auto;
}
.any-one-bgn-header::before {
  content: '';
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-repeat: no-repeat;
  background-size: 650px auto;
  display: inline-block;
  position: absolute;
  background-position: -113px -30px;
  width: 195px;
  height: 265px;
  top: -260px;
  left: -102px;
}
.non-umain .any-one-bgn-header::before {
  display: none;
}
.bg_lazy_loaded .why-do-we-sec-points::before {
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-repeat: no-repeat;
  background-size: 650px auto;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 17px;
  height: 17px;
  background-position: -383px -113px;
}
.why-do-we-sec-points:nth-child(odd) {
  margin-right: 30px;
  padding-left: 35px;
}
.why-do-we-sec-points:nth-child(even) {
  padding-left: 35px;
  margin-left: 45px;
}
.view-allcta {
  padding: 10px 30px;
  border-radius: 25px;
  font: 18px var(--zf-primary-regular);
  display: inline-block;
  cursor: pointer;
  border: solid 1px #1e373e !important;
  color: #000;
  margin-right: 30px;
}
.bgn-lrnmr:hover {
  border: solid 1px #1e373e !important;
  background: #1e373e;
  color: #fff;
}
.bgn-lrnmr::after {
  background-image: url(https://prewwwo.zohowebstatic.com/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  content: '';
  background-position: -19px -376px;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.bgn-lrnmr:hover:after {
  background-position: -19px -398px;
}
.testimonials-section {
  width: 100%;
  background-image: -moz-linear-gradient(270deg, rgb(14, 202, 109) 0%, rgb(5, 73, 40) 364%);
  background-image: -webkit-linear-gradient(270deg, rgb(14, 202, 109) 0%, rgb(5, 73, 40) 364%);
  background-image: -ms-linear-gradient(270deg, rgb(14, 202, 109) 0%, rgb(5, 73, 40) 364%);
  padding: 105px 0 0px;
}
.max-wdth-cmn {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.testimonials-section .slick-track {
  display: flex;
  /* transition-duration:  300ms!important; */
}
.testimonials-section .slick-list {
  /* padding: 0 15% 10px 4px !important; */
  overflow: inherit !important;
}
.testimonial-header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-header {
  font: 60px/1.1 var(--zf-secondary-medium);
  color: #000000;
  width: 81%;
}
.testimonials-section .slick-dots {
  margin: 30px 0 0px;
  display: none !important;
}
.testimonials-section .slick-dots li {
  display: inline-block;
  margin: 15px 22px 30px 22px;
  background: #0e874c;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #0e874c;
  transition: .5s ease;
}
.testimonials-section .slick-dots li.slick-active {
  background: #054a28;
  width: 10px;
  height: 10px;
  border: 1px solid #054a28;
  transform: scale(1.5);
}
.arrow-sec {
  display: flex;
  justify-content: center;
}
.left-arrow-cls, .right-arrow-cls {
  cursor: pointer;
}
.left-arrow-cls {
  background-position: -381px -160px;
  width: 49px;
  height: 49px;
  margin-right: 7px;
}
.right-arrow-cls {
  background-position: -441px -160px;
  width: 49px;
  height: 49px;
  margin-left: 7px;
}
.left-arrow-cls.slick-disabled, .right-arrow-cls.slick-disabled {
  opacity: 0.3;
}
.testimonial-slider {
  position: relative;
  padding: 45px 0px 110px;
}
.customer-testimonials-box {
  position: relative;
  margin-right: 40px;
  width: 1010px;
  height: inherit;
}
.case-study-box{
     cursor: pointer;
}
.case-study-mob-section {
  display: none;
}
.case-study-img {
  border-radius: 16px;
}
.case-study-details {
  position: absolute;
  bottom: 50px;
  left: 350px;
}
.case-study-quote {
  font: 54px/1.1 var(--zf-primary-bold);
  color: #fff;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  padding: 0px 390px 0px 0px;
  left: 65px;
}
.video-play-btn-cs {
  position: absolute;
  background-position: -555px -187px;
  width: 81px;
  height: 81px;
  cursor: pointer;
  z-index: 1;
  right: 50px;
  bottom: 15px;
  transform: translateY(-50%);
}
.clk-blnk-cs {
  position: absolute;
  right: 54px;
  bottom: 21px;
  width: 75px;
  height: 75px;
  background: #0eca6d;
  border-radius: 50%;
  opacity: 1;
  animation: pulse-border 1500ms ease-out infinite;
}
.customer-testimonials-inr {
  position: relative;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
  padding: 50px 70px;
  box-sizing: border-box;
}
.mob-hide {
  display: block;
  padding: 100px 0px 70px;
}
.card-mob-section {
  background: #ffffff;
  padding: 65px 60px;
  display: none;
}
.card-mob-hdr {
  font: 38px/1.5 var(--zf-primary-regular);
  padding: 0 0 60px;
}
.card-mob-desc {
  font: 24px/1.3 var(--zf-secondary-medium);
  padding: 0 0 20px;
}
.card-mob-points {
  font: 24px/1.3 var(--zf-primary-bold);
  padding: 0px 15px;
  margin: 0 0 60px;
}
.bar-class {
  position: relative;
  border-left: 3px solid #0eca6d;
}
.bar-class:last-child .card-mob-points {
  margin: 0;
}
/* .bar-class:after {
    content: '';
    position: absolute;
    background-color: rgb(14, 202, 109);;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
} */
.card-sec-inr {
  /* max-width: 770px; */
  margin: 0 auto;
}
.bg_lazy_loaded .any-one-bgn-cstmr-sprite {
  background-image: url(/sites/oweb/images/zohobigin/any-one-bgn-customer.png);
  background-repeat: no-repeat;
  background-size: 400px auto;
  display: inline-block;
  margin-right: 20px;
}
.company-logo-0 {
  background-position: -16px -278px;
  width: 235px;
  height: 54px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.company-logo-1 {
  background-position: -122.5px -102px;
  width: 100px;
  height: 76.5px;
}
.company-logo-2 {
  background-position: -16px -190px;
  width: 185px;
  height: 58px;
}
.company-logo-3 {
  background-position: -6px -99px;
  width: 110px;
  height: 81.5px;
}
.company-logo-4 {
  background-position: -173px -16.5px;
  width: 220px;
  height: 55px;
}
.company-logo-5 {
  background-position: -15.5px -17px;
  width: 150px;
  height: 66.5px;
}
.customer-testimonials {
  font: 30px/1.6 var(--zf-primary-regular);
  color: #000000;
  padding: 30px 0 40px;
  width: 90%;
}
.customer-details {
  position: relative;
  display: flex;
  align-items: center;
}
.customer-logo-1 {
  background-position: -315px -273.5px;
  width: 80px;
  height: 80px;
}
.customer-logo-2 {
  background-position: -315px -186.5px;
  width: 80px;
  height: 80px;
}
.customer-logo-3 {
  background-position: -314.5px -93.5px;
  width: 80px;
  height: 80px;
}
.customer-logo-4 {
  background-position: -228.5px -186.5px;
  width: 80px;
  height: 80px;
}
.customer-logo-5 {
  background-position: -228.5px -95.5px;
  width: 80px;
  height: 80px;
}
.cstmr-name {
  font: 22px/1.3 var(--zf-primary-bold);
  color: #000000;
}
.cstmr-dsgn {
  font: 22px/1 var(--zf-primary-regular);
  color: #000000;
}
.brk-cnt-mob {
  display: none;
}
.make-it-simple-header {
  color: #000000;
  padding: 0 0 85px;
  position: relative;
}
.pos-sticky {
  position: sticky;
  top: 150px;
}
.top-cmn {
  position: sticky;
  top: 418px;
}
.make-it-simple-header::before {
  content: '';
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-repeat: no-repeat;
  background-size: 650px auto;
  background-position: -435px -96px;
  width: 42px;
  height: 39px;
  display: inline-block;
  position: absolute;
  right: -155px;
  bottom: 0;
}
.card-header {
  padding: 0 0 50px;
}
.card-img {
  position: relative;
  background-size: 1020px auto;
  width: 1020px;
  height: 440px;
  border-radius: 24px;
  background-repeat: no-repeat;
}
.card-one {
  background-image: url(/sites/oweb/images/zohobigin/bob2x.jpg);
  z-index: 1;
}
.card-two {
  background-image: url(/sites/oweb/images/zohobigin/oslen-2x.jpg);
  z-index: 2;
}
.card-three {
  background-image: url(/sites/oweb/images/zohobigin/alma2x.jpg);
  z-index: 3;
}
.card-four {
  background-image: url(/sites/oweb/images/zohobigin/ravi2x.jpg);
  z-index: 4;
}
.card-five {
  background-image: url(/sites/oweb/images/zohobigin/marla2x.jpg);
  z-index: 5;
}
.card-content {
  font: 28px/1.4 var(--zf-primary-regular);
  color: #ffffff;
  padding: 0 0 30px;
}
.card-content-bold {
  font: 39px/1.2 var(--zf-primary-bold);
  color: #eece97;
  letter-spacing: -0.78px;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
  width: 360px;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.rating-section {
  width: 100%;
  padding: 110px 30px;
}
.max-wdth-cmn-two {
  max-width: 1285px;
  margin: 0 auto;
}
.rate-us-header {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
  /* font-size: 54px; */
  padding: 0 0 35px;
}
.bgn-ratingcnt-main {
  display: flex;
  justify-content: space-between;
}
.bgn-rating-list {
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
}
.bgn-rating-list li {
  width: 282px;
  height: 70px;
  margin-top: 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #e3e3e3;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bgn-rating-list li:nth-child(odd) {
  margin-right: 15px;
}
.bgn-ratng-logo1 {
  background-position: 0 -85px;
  width: 140px;
  height: 50px;
}
.bgn-ratng-logo2 {
  background-position: -170px -85px;
  width: 140px;
  height: 50px;
}
.bgn-ratng-logo3 {
  background-position: -340px -85px;
  width: 140px;
  height: 50px;
}
.bgn-ratng-logo4 {
  background-position: 0 -165px;
  width: 140px;
  height: 50px;
}
.bgn-ratng-logo5 {
  background-position: -170px -165px;
  width: 140px;
  height: 50px;
}
.bgn-ratng-logo6 {
  background-position: -340px -165px;
  width: 140px;
  height: 50px;
}
.bgnaward-logo1 {
  background-position: -510px 0;
  width: 160px;
  height: 140px;
}
.bgnaward-logo2 {
  background-position: -700px 0;
}
.bgnaward-logo3 {
  background-position: -890px 0;
}
.bgnaward-logo4 {
  background-position: -510px -170px;
}
.bgnaward-logo5 {
  background-position: -700px -170px;
}
.bgnaward-logo6 {
  background-position: -890px -170px;
}
.bgnaward-logo7 {
  background-position: -510px -340px;
}
.bgnaward-logo8 {
  background-position: -700px -340px;
}
.pdctrating {
  font: 25px var(--zf-primary-semibold);
  color: #000;
}
.lit-txt {
  color: #666;
  font: 14px var(--zf-primary-regular);
}
.bgn-awards-list {
  max-width: 690px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #e3e3e3;
  display: flex;
  border-radius: 12px;
  margin-top: 15px;
  padding: 15px;
  box-sizing: border-box;
  height: 240px;
  position: relative;
  align-items: stretch;
}
.bgn-awards-list .list {
  width: 210px !important;
  height: 208px;
  margin: 0 14px 0 0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #dbf8eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgn-awards-list .list p {
  font: 14px/1.3 var(--zf-primary-regular);
  color: #333333;
}
.bgn-awards-list .slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  bottom: -50px;
  top: inherit;
  transform: translate(-50%, 0);
  height: auto;
  margin: 10px;
}
.bgn-awards-list .list:nth-child(3), .bgn-awards-list .list:nth-child(6), .bgn-awards-list .list:nth-child(9) {
  margin-right: 2px;
}
.bgn-awards-list .slick-dots li, .bgn-critics-sec .slick-dots li, .bgn-test-maincnt .slick-dots li, .features-slider .slick-dots li, .logo-section .slick-dots li {
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  background-color: transparent;
  margin: 5px;
}
.logo-section .slick-dots li {
    margin: 5px 22px;
}
.bgn-awards-list .slick-dots li.slick-active, .bgn-critics-sec .slick-dots li.slick-active, .bgn-test-maincnt .slick-dots li.slick-active, .features-slider .slick-dots li.slick-active, .logo-section .slick-dots li.slick-active {
  background-color: #000;
}
.brwn-bg {
  background-color: #f2e9c4 !important;
}
.logo-section {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
}
.logo-section {
  display: none;
}
.logo-box {
  width: 210px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.paid-plan-header {
  width: 90%;
  padding: 0 0 40px;
}
.bgn-plans-section {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0px 115px;
}
.pricing-include-options {
  width: 100%;
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.pricing-options-contaimer {
  width: 50%;
}
.pricing-options-title {
  font: 30px/1.2 var(--zf-secondary-medium);
  letter-spacing: -1px;
  display: none;
}
/* .pricing-options-list {
    margin-top: 40px;
} */
.pricing-options-list li {
  font: 22px/1.3 var(--zf-primary-regular);
  text-align: left;
  position: relative;
  margin: 0px 0px 35px 40px;
  padding-right: 20px;
}
.bg_lazy_loaded .pricing-options-list li::before {
  content: '';
  background-image: url(/sites/oweb/images/zohobigin/bigin-pricing-sprite.svg);
  background-position: -115px -41px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 5px;
}
.pricing-options-desc {
  font: 18px/1.3 var(--zf-primary-regular);
  color: #5d5d66;
  display: none;
}
.pricing-options-art {
  width: 50%;
  text-align: center;
}
.pricing-options-art img {
  margin: 0 auto;
}
.max-wdth-cmn-three {
  max-width: 1320px;
  margin: 0 auto;
}
.anyone-bgn-ftr-section {
  position: relative;
  background-color: rgb(14, 202, 109);
  border-radius: 24px;
  padding: 105px 0px;
}
.ftr-cta-section {
  text-align: center;
}
.bgn-cta {
  border-width: 1px;
  border-radius: 7px;
  background-color: rgb(240, 72, 62);
  border: 1px solid rgb(240, 72, 62);
  ;
  margin-top: 0px !important;
  margin-bottom: 50px;
}
.ftr-cta-section .bgn-cta {
  margin-bottom: 0;
}
.ftr-header {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  line-height: 1.2;
}
.brk-sml-dvcs {
  display: none;
}
.star-img-rgt {
  position: absolute;
  right: 65px;
  top: 210px;
  background-position: -504px -108px;
  width: 21px;
  height: 32px;
}
.star-img-lft {
  left: 65px;
  top: 180px;
  transform: translate(0, -50%) rotate(305deg);
}
.cirlce-img-right {
  position: absolute;
  right: 105px;
  top: 245px;
  background-position: -546px -110px;
  width: 10px;
  height: 14px;
  ;
}
.cirlce-img-lft {
  left: 105px;
  top: 210px;
}
 .plans-cirlce-patch {
  top: 75px;
  right: 80px;
      }
      .plans-star-patch {
  left: unset;
  right: 120px;
  top: 45px;
      }
.bnr-star-patch {
  top: -320px;
  right: 50px;
}
.bnr-circle-patch {
  top: -350px;
  right: 10px;
}
.bnr-star-patch, .bnr-circle-patch, .any-one-bgn-header::before {
  display: none;
}
.body-umain .bnr-star-patch, .body-umain .bnr-circle-patch, .body-umain .any-one-bgn-header::before {
  display: block;
}
.ftr-desc {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
  font: 28px/1.5 var(--zf-primary-regular);
}
.bigin-ftr {
  margin-top: 0px;
  background-color: unset;
}
.bigin-ftr p {
  padding: 0;
  margin: 0;
  font: 12px/1.2 var(--zf-primary-regular);
  padding: 105px 0 0px;
  color: #004825;
  text-align: center;
  max-width: inherit;
}
.bigin-ftr .ftr-disclaimer {
  padding: 40px 0 10px;
  font-size: 12px;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.8;
  color: #004825;
}
.bigin-ftr p:last-child {
  padding: 0;
  margin: 0 0 30px;
}
/*   customers section  */
.customers-section {
  max-width: 1230px;
  margin: 0 auto;
}
.customers-section h2 {
  width: 100%;
  padding: 0 0 35px;
  text-align: center;
}
.logos-ratings {
  display: flex;
}
.logo-section {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
  text-align: center;
}
.logo-box {
  width: 210px;
margin-left: 10px;
margin-bottom: 10px;
height: 208px;
display: flex!important;
align-items: center;
justify-content: center;
border-radius: 12px;


}
.logo-bg1{
  background-color: #fef7f1;
}
.logo-bg2{
  background-color: #f5f5f5;
}
.logos {
  width: 211px;
  height: 211px;
  background-image: url(/sites/oweb/images/zohobigin/bigin-pricing-sprite.svg);
  display: block;
}
/*changes review section*/

/*changes review section ends*/


.logo1 {
  background-position: -25px -86px;
}
.logo2 {
  background-position: -246px -86px;
}
.logo3 {
  background-position: -466px -86px;
}
.logo4 {
  background-position: -687px -86px;
}
.logo5 {
  background-position: -26px -308px;
}
.logo6 {
  background-position: -246px -308px;
}
.logo7 {
  background-position: -466px -308px;
}
.logo8 {
  background-position: -687px -308px;
}
.ratings-section {
  width: 24%;
}
.rating-box {
  width: 100%;
  background-color: #f9f9f9;
  height: 67px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  margin-bottom: 5px;
}
.rating-logo {
  display: block;
}
.bg_lazy_loaded.rating-logo {
  background-image: url(/sites/oweb/images/zohobigin/bigin-pricing-sprite.svg);
}
.rating-logo1 {
  width: 120px;
  height: 41px;
  background-position: -180px -21px;
}
.rating-logo2 {
  width: 149px;
  height: 34px;
  background-position: -396px -24px;
}
.rating-logo3 {
  width: 123px;
  height: 31px;
  background-position: -554px -26px;
}
.rating-logo4 {
  width: 128px;
  height: 29px;
  background-position: -685px -27px;
}
.rating-logo5 {
  width: 128px;
  height: 37px;
  background-position: -822px -23px;
}
.rating-logo6 {
  width: 96px;
  height: 18px;
  background-position: -31px -199px;
}
.rating-value {
  width: 64px;
  height: 28px;
  background-color: #f9e9a7;
  border-radius: 14px;
  font: 18px/1 var(--zf-secondary-medium);
  padding: 5px 0px;
  text-align: center;
}
.pdctrating {
  width: 64px;
  height: 28px;
  background-color: #f9e9a7;
  border-radius: 14px;
  font: 18px/1 var(--zf-secondary-medium);
  padding: 5px 0px;
  text-align: center;
}
.lit-txt {
  font: 16px/1 var(--zf-primary-regular);
}
.slick-next, .slick-prev {
  width: 34px;
  height: 34px;
  background-image: url(/sites/oweb/images/zohobigin/bigin-pricing-sprite.svg);
  background-position: -916px -86px;
}
.slick-prev {
  background-position: -916px -86px;
}
.slick-next {
  background-position: -959px -86px;
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
  display: none;
}
.BusinessIsHard .testimonial-header {
    font: 38px/1.6 var(--zf-secondary-regular);
}
.testi-headerfor-mob{
    margin-top: 80px;
      font-size: 33px;
    display: none;
     padding : 10px 0px 30px;

}

#contact-container {
display: none;
}
.zw-only-copyright, .zw-only-copyright ul li a {
    color: #000;
}
@media only screen and (max-width: 1550px) {
  .slick-prev {
    left: -17px;
  }
  .slick-next {
    right: -17px;
  }
}
@media only screen and (max-width: 1600px) {
  .pos-sticky {
    position: sticky;
    top: -70px;
  }
  .top-cmn {
    position: sticky;
    top: 196px;
  }
}
@media only screen and (max-width: 1230px) {
  .logos-ratings {
    display: block;
  }
  
  .logo-section {
    width: 100%;
    justify-content: center;
  }
  .logos-ratings .slick-dots {
    display: none;
  }
  .ratings-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
  }
  .rating-box {
    width: 335px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .max-wdth-cmn-two {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1366px) {
  .bgn-rating-list li {
    width: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  .bnr-section {
    padding: 140px 0px 0;
  }
  .body-umain .bnr-section {
    padding: 140px 0px 220px;
  }
  .bgn-awards-list .slick-dots {
    right: -22px;
  }
  .bnr-section-inr {
    max-width: 1190px;
  }
  .bnr-left {
    width: calc(100% - 435px);
  }
  .form-sec {
    width: 435px;
  }
  h3 {
    text-align: end;
  }
}
@media only screen and (max-width: 1270px) {
  .bgn-rating-list li:nth-child(odd) {
    margin-right: 6px;
  }
  .bgn-rating-list li {
    width: 218px;
  }
  .max-wdth-cmn-two {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .bgn-rating-list li {
    width: 210px;
  }
  .max-wdth-cmn-two {
    max-width: 1130px;
  }
  .make-it-simple-header::before {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .background-form-gradient {
    display: none;
  }
  .form-sec {
    margin-top: 0px;
  }
  .bnr-star-patch, .bnr-circle-patch, .any-one-bgn-header::before {
    display: none;
  }
  .body-umain .bnr-star-patch, .body-umain .bnr-circle-patch, .body-umain .any-one-bgn-header::before {
    display: none;
  }
  .bnr-hdr {
    padding: 0 0 30px;
  }
  .header-wrap-txt {
    margin-left: 0px;
  }
  .non-umain .header-brk {
    display: none;
  }
  .bgn-video-sec {
    margin-top: 0;
    width: 750px;
    margin: 0 auto;
  }
  .video-title {
    right: 50px;
  }
  .video-duration {
    right: 118px;
  }
  .body-umain .clk-blnk {
    display: block;
  }
  .non-umain .bnr-section-inr {
    padding: 0 0 65px;
  }
  .bgn-ratingcnt-main {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .bgn-rating-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 50px;
    max-width: 720px;
  }
  .bgn-rating-list li {
    width: 335px;
    margin-bottom: 15px;
  }
  .bgn-awards-list {
    display: none;
  }
  .bgn-awards-list {
    margin-top: 55px;
  }
  .logo-section {
    width: 100%;
    justify-content: center;
    display: inline-block;
  }
  .logo-box img {
    margin: 0px auto;
  }
  .bnr-section-inr {
    display: block;
  }
  .bnr-left {
    width: 100%;
    text-align: center;
  }
  .form-sec {
    width: 360px;
    margin: 60px auto 0;
    text-align: center;
    /* padding: 0 0 90px; */
  }
  .max-wdth-cmn {
    max-width: 1050px;
  }
  .any-one-bgn-header, .body-umain .any-one-bgn-header {
    padding: 90px 60px;
  }
  .any-one-bgn-cnt {
    padding: 0 0px 40px;
  }
  .any-one-bgn-cnt:last-child {
    padding: 0 0px 0px;
  }
  .why-do-we-sec {
    background-position: bottom 0 right -615px;
    padding: 0 60px;
  }
  .why-do-we-sec-points-hdr {
    max-width: 650px;
  }
  .rating-section {
    padding: 85px 60px;
  }
  .rate-us-header {
    width: 100%;
    text-align: center;
  }
  .star-img-rgt, .star-img-lft, .cirlce-img-right, .cirlce-img-lft, .mob-hide {
    display: none;
  }
  .card-mob-section {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  .non-form-bnr-section {
    margin-top: -200px;
  }
  .body-umain .bnr-hdr .mob-brk {
    display: block;
  }
  /* .anyone-wrap-text{
        margin-left: -168px;
    } */
  .header-wrap-txt {
    margin-left: 0px;
  }
  .body-umain .header-wrap-txt {
    margin-left: 0px;
  }
  .bnr-hdr.wfh {
    display: block;
    /* padding: 0; */
  }
  .non-umain .header-brk {
    display: block;
  }
  .max-wdth-cmn {
    max-width: 100%;
  }
  .case-study-quote {
    font: 42px/1.1 var(--zf-primary-bold);
  }
  /*case study section*/

  .video-play-btn-cs {
    bottom: 0px;
  }
  .clk-blnk-cs {
    bottom: 6px;
  }
.company-logo-0,.case-study-details {
    bottom: 41px;
}
  .testimonials-section {
    padding: 100px 0 40px;
  }
  .testimonial-header-sec {
    padding: 0px 60px;
  }
  .why-do-we-sec-hdr {
    font: 54px/1.1 var(--zf-secondary-medium);
  }
  .why-do-we-sec-points:nth-child(odd) {
    margin-right: 15px;
  }
  .why-do-we-sec-points:nth-child(even) {
    margin-left: 15px;
  }
  .testimonial-header {
    font: 54px/1.1 var(--zf-secondary-medium);
    width: 70%;
  }
  .rate-us-header {
    width: 100%;
    text-align: center;
  }
  .testimonial-slider {
    padding: 45px 60px 85px;
  }
  .testimonial-header-sec .testimonial-header {
    text-align: left;
  }
  .customer-testimonials-box {
    width: 920px;
  }
  .card-section {
    padding: 0px 60px;
  }
  .card-img {
    width: 100%;
  }
  .card-content {
    font: 24px/1.4 var(--zf-primary-regular);
  }
  .card-content-bold {
    font: 31px/1.2 var(--zf-secondary-medium);
  }
  .pos-absolute {
    right: 50px;
  }
  .pos-sticky {
    position: sticky;
    top: 120px;
  }
  .bgn-plans-section {
    padding: 0px 60px 65px;
  }
  .paid-plan-header {
    font-size: 54px;
    text-align: left;
  }
  .body-umain .bnr-section {
    padding: 140px 20px 190px;
  }
}
@media only screen and (max-width: 1024px) {
  .bgn-awards-list {
    max-width: 100%;
    background-color: transparent;
    height: auto;
    width: 100%;
  }
  .bgn-awards-list .list {
    width: 210px !important;
    display: unset;
  }

  .why-do-we-sec-points-hdr {
    max-width: 605px;
  }
  .bnr-section {
    padding: 140px 20px 0;
  }
  .body-umain .bnr-section {
    padding: 140px 20px 0px;
  }
  .body-umain .bgn-video-sec {
    display: block;
  }
  .body-umain .non-form-bnr-section, .body-umain .non-form-bnr-section .bgn-video-sec {
    display: none;
  }
  .body-umain .bnr-section-inr, .non-umain .bnr-section-inr {
    padding: 0 0 60px;
  }
.testimonial-header-sec .testimonial-header {
    text-align: center!important;
    padding: 0;
    width : 100%;
}
 .testi-headerfor-mob{
    text-align: center!important;
    width : 100%;
}
.arrow-sec {
    display: none;
}
  /* case study section */
  .case-study-quote {
    display: none;
  }
  .video-play-btn-cs, .clk-blnk-cs {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .company-logo-0, .case-study-details {
    bottom: 25px;
  }
  .case-study-mob-section {
    display: block;
    position: relative;
    padding: 30px 15px 0px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;

  }
    .video-btn-mob{
    width: 54px;
    height: 54px;
    background-position: -344px -298px;
    position: absolute;
     bottom: 11%;
    right: 10%;
    margin: 0 auto;
    z-index: 1;

  }
  .clk-blk-mob{
    position: absolute;
    right: 9%;
    bottom: 1%;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    background: #0eca6d;
    border-radius: 50%;
    opacity: 1;
    animation: pulse-border 1500ms ease-out infinite;
  }
  .testimonials-section .slick-list {
    /* padding: 0 15% 10px 4px !important; */
    overflow: hidden !important;
  }
  .testimonials-section .slick-track {
    display: block;
    /* transition-duration:  500ms!important; */
  }
  .pricing-options-contaimer {
    width: 100%;
  }
  .paid-plan-header {
    width: 100%;
  }
  .pricing-options-art {
    display: none;
  }
  .paid-plan-header {
    padding: 0 0 25px;
  }
  .card-mob-section,.testi-headerfor-mob{
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .bnr-section {
    padding: 140px 20px 0;
  }
  .body-umain .bnr-section, .non-umain .bnr-section {
    padding: 115px 20px 0px;
  }
  .signup-box {
    display: block;
  }
  .any-one-can-bigin-main-sec {
    overflow-x: hidden;
  }
  .any-one-bgn-header {
    padding: 65px 60px;
  }
  .body-umain .any-one-bgn-header {
    padding: 65px 60px;
  }
  .any-one-bgn-cnt {
    font: 24px/1.6 var(--zf-primary-regular);
  }
  .bld-txt {
    font: 24px/1.6 var(--zf-primary-bold);
  }
  .why-do-we-sec {
    background-image: none;
    background-color: #fae1b6;
    height: unset;
  }
  .why-do-we-sec-bnr {
    padding: 65px 0 65px;
    /* text-align: center; */
  }
  .why-do-we-sec-points-hdr {
    max-width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 40px;
  }
  .why-do-we-sec-points {
    width: 100%;
  }
  .why-do-we-sec-points:nth-child(even), .why-do-we-sec-points:nth-child(odd) {
    margin: 0;
    padding: 0px 0px 30px 45px;
  }
  .why-do-we-sec-points:last-child {
    padding-bottom: 0;
  }
  .why-do-we-sec-points {
    margin-bottom: 0px;
  }
  .logo-section {
    width: 100%;
    justify-content: center;
  }
  .slick-next, .slick-prev {
    top: 50%;
  }
  .pricing-include-options {
    display: block;
  }
  .pricing-options-art {
    width: 100%;
    margin-top: 50px;
    display: none;
  }
  .testimonials-section {
    padding: 65px 0 0px;
  }
  .customer-testimonials-box {
    margin: 0px 10px;
  }
  .testimonials-section .slick-dots {
    display: block !important;
  }
  .testimonial-header {
    width: 100%;
    text-align: center;
  }
  .card-mob-section {
    display: block;
  }
  .testimonial-header-sec .testimonial-header {
    text-align: left;
  }
  .testimonial-slider {
    padding: 0px 60px 35px;
  }
  .rating-section {
    padding: 65px 15px 0px;
  }
  .paid-plan-header {
    text-align: left;
  }
  .bgn-plans-section {
    padding: 65px 60px 35px;
  }
  .anyone-bgn-ftr-section {
    border-radius: 0px;
    padding: 65px 20px 20px;
  }
  .bigin-ftr p {
    padding: 70px 0 0px;
  }
  .bigin-ftr .ftr-disclaimer {
    padding: 70px 0 25px;
  }
}
@media only screen and (max-width: 870px) {
  .fixed-menu ul li {
    font: 14px var(--zf-primary-semibold);
  }
}
@media only screen and (max-width: 790px) {

.body-umain .bgn-video-sec{
    width : 100%;
}

}
@media only screen and (max-width: 768px) {
  br {
    display: block;
  }
  .ftr-cnt-blck {
    display: block;
  }
  .customer-testimonials-box {
    margin: 0px 10px;
  }
  .customer-testimonials {
    font: 18px/1.5 var(--zf-primary-regular);
    padding: 20px 0 20px;
    width: 100%;
  }
  .customer-testimonials-inr {
    padding: 30px 30px;
    text-align: center;
  }
  .customer-details {
    display: block;
    text-align: center;
  }
  .cstmr-name {
    font: 18px/1.3 var(--zf-primary-bold);
  }
  .cstmr-dsgn {
    font: 18px/1 var(--zf-primary-regular);
  }
  .brk-cnt-mob {
    display: block;
  }
  .arrow-sec {
    display: none;
  }
}
@media only screen and (max-width: 767px) {



     .fixed-menu ul li {
           padding: 0px 15px;
    }
  br ,.menu-btn4{
    display: none;
  }
.zwf_scs_txt br{
          display: block;

}
.header-mob-brk{
    display: block;
}
  .ftr-cnt-blck, .custom-cta {
    display: block;
  }
  br.header-brk {
    display: block;
  }
  .header-wrap-txt {
    margin-left: 0px;
  }
  .body-umain .header-wrap-txt {
    margin-left: 0px;
  }
  .mob-brk {
    display: block;
  }
  .bnr-section {
    padding: 140px 30px 0;
  }
  .body-umain .bnr-section-inr, .non-umain .bnr-section-inr {
    padding: 0 0 45px;
  }
 .img-thumbnail{
    border-radius: 16px;

   }
  .bgn-video-sec {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  .body-umain .bgn-video-sec {
    width: 100%;
  }
  .bnr-hdr {
    font: 56px/1 var(--zf-primary-bold);
    padding: 0 0 30px;
    letter-spacing: -2px;
    /* letter-spacing: 0px; */
  }
  .body-umain .bnr-hdr {
    padding: 0 0 45px;
  }

   .video-play-icon{
         bottom : 7%;
         display : none
  }

.body-umain .clk-blnk {
    display: block!important;
  }
  .video-title {
    display: none;
  }
  .body-umain .video-duration, .non-umain .video-duration {
    left: unset;
    right: 17px;
    bottom: 21px;
  display: block!important;
  color: #fff;

  }
  .video-play-btn, .video-play-btn-cs {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 49%;
    background-position: -344px -298px;
    width: 54px;
    height: 54px;
        display: block!important;
  }
  .clk-blnk, .clk-blnk-cs {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 49%;
    width: 65px;
    height: 65px;
  }
  .bnr-hdr {
    font: 56px/1 var(--zf-primary-bold);
    padding: 0 0 30px;
    letter-spacing: -2px;
    /* letter-spacing: 0px; */
  }
  .body-umain .bnr-hdr {
    padding: 0 0 45px;
  }
  .video-title {
    display: none;
  }
  .video-duration {
    bottom: 20px;
    top: unset;
    left: unset;
    right: 25px;
  }
  .any-one-bgn-header, .body-umain .any-one-bgn-header {
    padding: 65px 20px;
  }
  .any-one-bgn-cnt {
    font: 20px/1.6 var(--zf-primary-regular);
    padding: 0 0px 30px;
  }
  .bld-txt {
    font: 20px/1.6 var(--zf-primary-bold);
  }
  .any-one-bgn-cnt:last-child {
    padding: 0 0px 0;
  }
  .why-do-we-sec {
    padding: 0 20px;
  }
  .why-do-we-sec-points {
    font: 18px/1.4 var(--zf-primary-regular);
    letter-spacing: 0px;
  }
  .why-do-we-sec-hdr {
    font: 40px/1.1 var(--zf-secondary-medium);
    letter-spacing: 0px;
    margin: 0 0 30px;
  }
  .bgn-cta-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    margin: 0px 0px 0px 45px;

  }
  .view-allcta {
    margin: 0 0 30px;
  }

 .video-btn-mob{

    bottom: 10%;
    right: 9%;

}

.clk-blk-mob{
    bottom: 0%;
    right: 8%;
}
  .testimonials-section {
    padding: 65px 0 0px;
  }
  .testimonials-section .slick-list {
    /* padding: 0 15% 10px 4px !important; */
    overflow: hidden !important;
  }
  /* case study section */
  .company-logo-0, .case-study-details {
    display: none;
  }
  .testimonial-header-sec {
    padding: 0 30px;
  }
  .testimonial-header {
    font-size: 40px;
  }
  .testimonial-slider {
    padding: 0px 10px 35px;
  }
  .any-one-bgn-cstmr-sprite {
    margin: 0 0 10px;
  }
  .testimonials-section .slick-track {
    display: block;
  }
  .card-mob-section {
    background: #fff;
    padding: 65px 20px;
  }
  .card-sec-inr {
    max-width: 100%;
    margin: 0 auto;
  }
  .card-section {
    padding: 0 30px;
  }
  .logos-ratings .slick-list {
    padding: 0px;
  }
  .logos-ratings .slick-dots li {
    background: #0dc97a;
    border: 1px solid #0dc97a;
    opacity: 0.7;
  }
  .logos-ratings .slick-dots li.slick-active {
    background: #0dc97a;
    border-color: #0dc97a;
    transform: scale(1.7);
    opacity: 1;
  }
  .logos-ratings .slick-dots {
    margin: 20px 0 40px;
  }
  .logo-box img {
    max-width: 120px;
  }
  .logos {
    margin: 0 auto;
  }
      .ratings-section {
          margin-top : 0px;
     }
  .slick-next, .slick-prev {
    display: none !important;
  }
  .pricing-options-list li::before {
    top: 3px;
  }
  .pricing-options-title {
    font: 24px/1.2 var(--zf-secondary-medium);
    letter-spacing: 0px;
  }
  .pricing-options-list li {
    font: 18px/1.4 var(--zf-primary-regular);
    margin: 0px 0px 30px 40px;
    padding-right: 0px;
  }
  /* .pricing-options-desc {
        font: 12px/1.3 var(--zf-primary-regular);
    } */
  .pricing-options-art {
    display: none;
  }
  .bgn-plans-section {
    padding: 65px 20px 35px;
  }
  .ftr-desc {
    font: 18px/1.5 var(--zf-primary-regular);
    padding: 0 0 0px;
  }
  /* .footer-header{
        line-height: 1.2;
    } */
 .card-mob-hdr {
    font: 32px/1.5 var(--zf-primary-regular);
}
  .form-sec {
    display: none;
  }
  .testimonial-header-sec {
    display: block;
  }
  .testimonial-header-sec .testimonial-header {
    text-align: center;
    padding: 0 0 0px;
  }
  .bnr-section {
    padding: 140px 30px 65px;
  }
  .bnr-hdr.wfh {
    display: block;
    padding: 0;
  }
  .body-umain .bnr-hdr.wfh, .non-umain .bnr-hdr.wfh {
    padding: 0 0 15px;
  }
  .video-background {
    border-radius: 16px;
  }
  .ftr-header {
    text-align: center;
    margin: 0 0 25px;
  }
  .anyone-bgn-ftr-section {
    border-radius: 0;
    padding: 65px 20px 65px;
  }
  .any-one-bgn-logo {
    width: 121px;
    height: 45px;
    background-position: -377px -30px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* menu section start*/
  /* .lm_navSec {
    display: none;
  } */
  .fxdhdr-logo-sprt {
    display: none;
  }
  .lm_navSec {
    justify-content: center;
  }
  /* menu section end*/
  .bigin-ftr p {
    padding: 0;
    font: 12px/1.2 var(--zf-primary-regular);
    padding: 50px 0 0px;
    color: #000;
    text-align: center;
    max-width: inherit;
  }
  /* .customer-testimonials-box{
        margin-right: 10px;
    } */
  /* .customer-testimonials-inr{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    } */
  .bigin-ftr .ftr-disclaimer {
    max-width: 100%;
    padding: 55px 15px 15px;
  }
  .bigin-ftr p:last-child {
    padding: 0;
    margin: 0 0 60px;
  }
#contact-container {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 16px;
  z-index: 8;
}
.coccoc-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
}
.coccoc-alo-phone {
  display: block;
  background-color: transparent;
  width: 53px;
  height: 53px;
  text-align: center;
  cursor: pointer;
  transition: visibility .5s;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    animation: color_change 1s infinite alternate;
}
    @keyframes color_change {
        from {
            background-color: #000000;
        }

        to {
            background-color: #a0a0a0;
        }
    }

.coccoc-alo-ph-circle-fill {
  width: 53px;
  height: 53px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all .5s;
}
.coccoc-alo-ph-img-circle {
  width: 28px;
  height: 27px;
  top: 14px;
  left: 12px;
  position: absolute;
  background-image: url(/sites/oweb/images/zohobigin/any-one-can-bigin-sprite.svg);
  background-repeat: no-repeat;
  background-size: 650px auto;
  background-position: -298px -83px;
  display: inline-block;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #0DCA6D;
  opacity: .5;
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-10deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(10deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-10deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(10deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}
}
@media only screen and (max-width: 640px) {
  .bgn-rating-list {
    margin: 0 0 10px;
  }
  .bgn-awards-list {
    max-width: 100%;
  }
  .logo-box img {
    max-width: 150px;
  }
  .brk-sml-dvcs {
    display: block;
  }
}
@media only screen and (max-width: 510px) {

.clk-blk-mob {
    bottom: -2.6%;
    right: 7.7%;

}
}

@media only screen and (max-width: 430px) {
  .header-wrap-txt {
    margin-left: 0px;
  }
  .body-umain .header-wrap-txt {
    margin-left: 0px;
  }
  .logo-box{
      height: 175px;
  
  }
  .logo-box img {
              max-width: 105px;
      }
}
@media only screen and (max-width: 420px) {

  .clk-blk-mob{
    width: 60px;
    height: 60px;
  }

}
@media only screen and (max-width: 400px) {
  .why-do-we-sec-hdr {
    font: 32px/1.1 var(--zf-secondary-medium);
  }
  .testimonial-header {
    font-size: 32px;
  }
  .bnr-hdr {
    font-size: 45px;
  }
.card-mob-hdr {
    font: 28px/1.5 var(--zf-primary-regular);
}
  /* menu section start*/
        .zwf_captacha_img{
              max-width: 80%; 
      }
.zwfp_formgroup .d-flex a {
    right: 25px;
}

 .video-btn-mob{

    bottom: 10.8%;
    right: 8.4%;

}

  /*menu section end*/
}
@media only screen and (max-width: 380px) {
  /* menu section start*/
 
  /*menu section end*/
}