@font-face {
  font-family: Mont;
  src: url('../fonts/mont-extralightdemo.woff2') format("woff2"), url('../fonts/mont-extralightdemo.eot') format("embedded-opentype"), url('../fonts/mont-extralightdemo.woff') format("woff"), url('../fonts/mont-extralightdemo.ttf') format("truetype"), url('../fonts/mont-extralightdemo.svg') format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/mont-heavydemo.woff2') format("woff2"), url('../fonts/mont-heavydemo.eot') format("embedded-opentype"), url('../fonts/mont-heavydemo.woff') format("woff"), url('../fonts/mont-heavydemo.ttf') format("truetype"), url('../fonts/mont-heavydemo.svg') format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/mont_regular.woff2') format("woff2"), url('../fonts/mont_regular.eot') format("embedded-opentype"), url('../fonts/mont_regular.woff') format("woff"), url('../fonts/mont_regular.ttf') format("truetype"), url('../fonts/mont_regular.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/mont_bold.woff2') format("woff2"), url('../fonts/mont_bold.eot') format("embedded-opentype"), url('../fonts/mont_bold.woff') format("woff"), url('../fonts/mont_bold.ttf') format("truetype"), url('../fonts/mont_bold.svg') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --whitecolor: white;
  --poppinsfont: Poppins, sans-serif;
  --paracolor: #545454;
  --intertightfont: "Inter Tight", sans-serif;
  --headingcolor: #5f5f5f;
  --lightgreen: #364636;
  --peachcolor: #f9dbaf;
  --blackcolor: #000;
  --darkgreen: #303e2e;
  --mont-font: Mont, Arial, sans-serif;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--whitecolor);
  font-family: var(--poppinsfont);
  color: var(--paracolor);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  font-family: var(--intertightfont);
  color: var(--paracolor);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 33px;
  padding-left: 35px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.h1-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.h1-title.white-txt {
  padding-bottom: 52px;
  position: relative;
}

.h1-title.inr-h1-title {
  margin-bottom: 14px;
}

.h1-title.blg-dtls-h1-tle {
  font-size: 36px;
  line-height: 1.2;
}

.h1-title.nw-dwnld-h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.h2-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.h2-title.clarity-h2 {
  margin-bottom: 5px;
}

.h2-title.health-h2 {
  margin-bottom: 16px;
}

.h2-title.freedom {
  margin-bottom: 10px;
}

.h2-title.our-philosophy-tle {
  margin-bottom: 6px;
}

.h2-title.our-cr-vlu-tle {
  margin-bottom: 8px;
}

.h2-title.white-txt.inpactful-title {
  margin-bottom: 11px;
}

.h2-title.meet-bob-tle {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0;
}

.h2-title.h2-title-pop-up {
  margin-bottom: 10px;
}

.h2-title.manage-everything-title {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-title.nw-freedownload-title {
  margin-bottom: 10px;
}

.h2-title.rsrce-title {
  color: var(--headingcolor);
}

.h3-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.h3-title.clarity-lwr-tle {
  margin-bottom: 5px;
}

.h3-title.advisoe-card-title {
  color: var(--lightgreen);
  margin-bottom: 28px;
}

.h3-title.advisoe-card-title.white-txt {
  color: var(--whitecolor);
}

.h3-title.batch-bx-tle {
  margin-bottom: 8px;
}

.h3-title.case-study-bx-tle-txt {
  color: var(--lightgreen);
  margin-bottom: 0;
}

.h3-title.case-study-bx-tle-txt.ou-cr-vlu-bx-tle {
  color: var(--headingcolor);
}

.h3-title.hw-do-it-title {
  font-family: var(--poppinsfont);
  color: var(--headingcolor);
  text-transform: capitalize;
  margin-bottom: 19px;
  font-size: 26px;
  font-weight: 600;
}

.h3-title.tech-title {
  margin-bottom: 30px;
}

.h3-title.our-service-h-three {
  font-size: 20px;
}

.h3-title.roadmap-cd-tle {
  margin-bottom: 10px;
}

.h3-title.post-card-title, .h3-title.login-bx-tle {
  font-size: 20px;
}

.h3-title.what-bob {
  text-transform: capitalize;
}

.h3-title.ln-bnr-medium-txt {
  font-family: var(--poppinsfont);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.h3-title.nw-freedwnld-bx-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.h4-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.h5-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.h6-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.h6-title.clarity-card-tle {
  color: var(--lightgreen);
  line-height: 1.2;
}

.h6-title.clarity-card-tle.imaginative-title {
  margin-bottom: 8px;
}

.cmn-btn {
  z-index: 1;
  background-color: var(--peachcolor);
  font-family: var(--poppinsfont);
  color: var(--blackcolor);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 42px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.cmn-btn:hover {
  color: var(--whitecolor);
}

.cmn-btn.load-more-btn {
  border-style: none;
  border-width: 0;
  margin-top: 45px;
}

.cmn-btn.inr-login {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cmn-btn.ln-contact {
  padding-left: 34px;
  padding-right: 34px;
}

.cmn-btn.ln-resource-btn {
  padding-left: 31px;
  padding-right: 31px;
}

.cmn-btn-arr {
  width: 15px;
  margin-left: 50px;
}

.cmn-btn-arr.inr-login {
  margin-left: 20px;
}

.cmn-btn-arr.hm-bnr-arr {
  margin-left: 10px;
}

.cmn-btn-after {
  z-index: -1;
  background-color: var(--lightgreen);
  border-radius: 50px;
  width: 0;
  height: 100%;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: 0 0 0 auto;
}

.cmn-btn-after.greenn {
  background-color: var(--darkgreen);
}

.cmn-btn-after.black {
  background-color: var(--blackcolor);
}

.cmn-btn-after.bnr {
  border: 1px solid #fff6;
  left: -1px;
}

.main-header {
  z-index: 99;
  background-color: #ddd0;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.header-brand {
  width: 150px;
}

.header-brand.w--current:focus {
  outline-offset: 0px;
  outline: 1px solid #0048ff;
}

.header-brand-img {
  object-fit: contain;
  width: 100%;
  text-decoration: none;
  display: block;
}

.main-header-inr {
  background-color: var(--whitecolor);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.hm-banner-sec {
  z-index: 1;
  background-color: var(--lightgreen);
  padding-top: 190px;
  position: relative;
  overflow: visible;
}

.row {
  flex-flow: wrap;
  display: flex;
}

.row.clarity-row {
  margin: -16px;
}

.row.advisoe-row {
  margin: -20px;
}

.row.batch-row {
  margin: -15px -20px;
}

.row.case-study-row {
  margin: -15px;
}

.row.health-row {
  justify-content: center;
  align-items: center;
}

.row.stock-picker-row {
  justify-content: flex-start;
  align-items: center;
}

.row.our-core-row {
  margin: -10px;
}

.row.bob-wolfa-lower-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.row.bob-wolfa-lower-row.even {
  flex-flow: row-reverse wrap;
}

.row.who-we-row {
  justify-content: center;
  margin-bottom: -30px;
  margin-left: -10px;
  margin-right: -10px;
}

.row.tech-row {
  margin-left: -50px;
  margin-right: -50px;
}

.row.org-row {
  margin-bottom: -30px;
  margin-left: -10px;
  margin-right: -10px;
}

.row.our-service-row {
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.row.roadmap-row {
  margin: -8px;
}

.row.post-row {
  margin: -10px;
}

.row.post-row.v2 {
  display: none;
}

.row.nw-freedownload-row {
  margin: -12px;
}

.row.nw-freedownload-row.v2 {
  display: none;
}

.bnr-lft-clm {
  width: 52.4%;
}

.bnr-lft-txt {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-right: 100px;
}

.h1-animation-wpr.type-write-wpr {
  position: absolute;
  bottom: 0;
  left: 0;
}

.h1-animation-txt {
  font-style: normal;
}

.h1-animation-txt-two, .h1-animation-txt-three {
  display: none;
}

.hn-bnr-para {
  color: var(--whitecolor);
  margin-bottom: 36px;
  font-size: 22px;
}

.hm-bnr-btn-wpr {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link {
  color: var(--paracolor);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.text-link:hover {
  color: var(--peachcolor);
}

.text-link.bnr-txt-link {
  margin-left: 30px;
}

.text-link.bnr-txt-link.white-txt {
  font-size: 18px;
  text-decoration: underline;
  transition: all .5s ease-in-out;
}

.bnr-rgt-clm {
  width: 47.6%;
}

.bnr-rgt-img-wpr {
  border-radius: 25px;
  margin-bottom: -77px;
  overflow: hidden;
}

.bnr-rgt-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hdr-right {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list-item {
  padding-left: 15px;
}

.nav-list-item.fst {
  padding-left: 0;
}

.nav-link {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  display: inline-block;
}

.nav-link:hover {
  color: var(--peachcolor);
}

.nav-link:focus {
  outline-offset: 0px;
  outline: 1px solid #0048ff;
}

.nav-link.w--current {
  color: #f9dbaf;
}

.hdr-btn-wpr {
  margin-left: 15px;
}

.hdr-btn-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hdr-btn-list-item {
  margin-left: 8px;
}

.hdr-btn-link {
  border: 1px solid var(--peachcolor);
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 15px 7px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.hdr-btn-link:hover {
  background-color: #0000;
}

.hdr-btn-link.signup {
  color: #707070;
  background-color: #0000;
  border-color: #707070;
  font-weight: 300;
}

.hdr-btn-link.signup:hover {
  border-color: var(--peachcolor);
  background-color: var(--peachcolor);
  color: var(--blackcolor);
}

.hdr-btn-link.signup.new-contact {
  font-size: 14px;
}

.hdr-btn-link.login {
  font-weight: 300;
}

.hdr-btn-link-img {
  margin-right: 10px;
}

.white-txt {
  color: var(--whitecolor);
}

.bnr-blur {
  z-index: -1;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.associated-sec {
  padding-top: 0;
  padding-bottom: 100px;
}

.associated-sec.home {
  padding-top: 170px;
  padding-bottom: 0;
}

.cmn-head {
  margin-bottom: 44px;
}

.cmn-head.text-center {
  text-align: center;
}

.cmn-head.text-center.associated {
  margin-bottom: 22px;
}

.cmn-head.text-center.manage-everything-hd {
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}

.cmn-head.clarity-head {
  text-align: center;
  max-width: 685px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
}

.cmn-head.flex {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cmn-head.flex.case-study {
  align-items: center;
  margin-bottom: 50px;
}

.cmn-head.flex.annual-serv-hd {
  margin-bottom: 38px;
}

.cmn-head.cmn-head-here-are {
  text-align: center;
}

.cmn-head.wy-clnt-chse-us-head {
  max-width: 535px;
  margin-bottom: 34px;
}

.cmn-head.meeting-roadmap-head {
  max-width: 472px;
  margin-bottom: 0;
}

.cmn-head.calculator {
  margin-bottom: 32px;
}

.cmn-head.agreement-head {
  max-width: 977px;
}

.associated-sldr-card {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.associated-sldr-logo {
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}

.clarity-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

.clarity-mddl-wpr-head {
  text-align: center;
  margin-bottom: 39px;
}

.clarity-clm {
  width: 25%;
  padding: 16px;
}

.clarity-card {
  text-align: center;
  background-color: #fff0;
  border-radius: 20px;
  height: 100%;
  padding: 20px 15px 15px;
  box-shadow: 10px 10px 20px #a6abbd40, -10px -10px 20px #fafbff;
}

.clarity-card-icon {
  background-color: var(--peachcolor);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clarity-card-icon.ml-0 {
  margin-left: 0;
}

.clarity-card-icon-img {
  max-width: 40px;
}

.clarity-lwr-wpr {
  text-align: center;
  padding-top: 51px;
}

.clarity-lwr-wpr-head {
  text-align: center;
  padding-bottom: 25px;
}

.advisoe-sec {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.advisoe-sec.hide {
  display: none;
}

.advisor-container {
  max-width: 1741px;
  margin-left: auto;
  margin-right: auto;
}

.advisoe-wpr {
  background-color: #f9dbaf33;
  border-radius: 20px;
  padding: 90px 30px 72px;
}

.advisoe-wpr-inr {
  max-width: 1541px;
  margin-left: auto;
  margin-right: auto;
}

.advisoe-clm {
  width: 50%;
  padding: 20px;
}

.advisoe-card {
  background-color: var(--peachcolor);
  text-align: center;
  border-radius: 20px;
  height: 100%;
  padding: 37px;
}

.advisoe-card.green {
  background-color: var(--lightgreen);
  position: relative;
}

.advisoe-card-txt {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.advisoe-card-txt.green {
  max-width: 100%;
}

.advisoe-card-lst {
  color: var(--lightgreen);
  flex-flow: wrap;
  margin: -17px -5px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.advisoe-card-lst.white-txt {
  color: var(--whitecolor);
}

.advisoe-card-lst-item {
  text-transform: capitalize;
  width: 50%;
  padding: 17px 5px;
  line-height: 1.1;
}

.advisoe-btn-wpr {
  text-align: center;
  padding-top: 59px;
}

.hm-batch-sec {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.batch-clm {
  border-right: 1px solid #d9d9d9;
  width: 25%;
  padding: 15px 20px;
}

.batch-clm.first {
  display: none;
}

.batch-card {
  text-align: center;
}

.batch-img-wpr {
  justify-content: center;
  align-items: center;
  max-width: 130px;
  min-height: 170px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.batch-img {
  height: auto;
}

.batch-rich p {
  margin-bottom: 25px;
}

.case-std-title-lft {
  max-width: 700px;
  padding-right: 15px;
}

.case-study-clm {
  width: 33.33%;
  padding: 15px;
}

.case-study-clm.our-core-value {
  padding: 10px;
}

.case-study-card {
  color: var(--paracolor);
  border: 1px solid #eaeaea;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px 22px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: block;
}

.case-study-card:hover {
  background-color: #ffffff05;
  border-color: #fff;
  box-shadow: 10px 10px 20px #a6abbd40, -10px -10px 20px #fafbff;
}

.case-study-cd-upr {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study-icon {
  background-color: var(--peachcolor);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: flex;
}

.case-study-icon-img {
  width: auto;
  max-width: 40px;
  height: auto;
}

.case-study-bx-tle {
  width: calc(100% - 70px);
  padding-left: 15px;
}

.case-study-cd-lwr {
  padding-top: 15px;
}

.health-check-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

.health-check-sec.v1, .health-check-sec.v2 {
  display: none;
}

.health-chck-lft {
  width: 51%;
}

.health-txt-wpr {
  padding-right: 65px;
}

.health-txt-rich h1 {
  margin-top: 0;
  font-size: 32px;
}

.health-txt-rich h2 {
  font-family: var(--intertightfont);
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
}

.health-txt-rich p {
  margin-bottom: 20px;
}

.health-txt-rich h4 {
  font-family: var(--intertightfont);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 600;
}

.health-txt-rich ul {
  flex-flow: wrap;
  margin: -10px -10px 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.health-txt-rich li {
  text-align: left;
  background-image: url('../images/hlth-chk-lst-icon.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 30%;
  margin: 10px;
  padding-left: 28px;
  line-height: 1.2;
  position: relative;
}

.health-txt-rich h3 {
  font-size: 24px;
}

.health-check-btn-wpr {
  padding-top: 13px;
}

.health-check-btn-wpr.login-page-btn-wrap {
  text-align: center;
  padding-top: 50px;
}

.health-chck-rgt {
  width: 49%;
}

.health-chck-img {
  width: 100%;
}

.main-footer {
  background-color: #fef8ef;
}

.ftr-upr-wpr {
  flex-flow: wrap;
  padding-top: 101px;
  padding-bottom: 24px;
  display: flex;
}

.ftr-upr-lft-clm {
  width: 57.4%;
}

.ftr-navigation-wpr {
  flex-flow: wrap;
  display: flex;
}

.ftr-navigation-lft {
  width: 48%;
}

.ftr-navigation-lft-wpr {
  max-width: 315px;
  padding-right: 20px;
}

.ftr-brand {
  max-width: 200px;
  margin-bottom: 33px;
  display: block;
}

.ftr-brand-img {
  object-fit: contain;
  width: 100%;
}

.ftr-contact-lst {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.ftr-contact-lst-item {
  margin-bottom: 20px;
  display: flex;
}

.ftr-contact-lcon {
  width: 20px;
}

.ftr-contact-lca-txt {
  width: calc(100% - 20px);
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
}

.ftr-contact-lnk-txt {
  color: var(--paracolor);
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: inline-block;
}

.ftr-contact-lnk-txt:hover {
  color: var(--lightgreen);
}

.ftr-quick-lnk-wpr {
  width: 52%;
}

.ftr-title.h3-title {
  margin-bottom: 20px;
}

.ftr-quick-lnk-lst {
  flex-flow: wrap;
  margin: -18px -5px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ftr-nav {
  width: 45%;
  padding: 18px 5px;
  line-height: 1.1;
}

.ftr-nav-link {
  color: var(--paracolor);
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.ftr-nav-link:hover {
  color: var(--darkgreen);
}

.ftr-upr-rgt-clm {
  width: 42.6%;
  padding-top: 8px;
}

.ftr-inbox-wpr {
  background-color: var(--darkgreen);
  border-radius: 16px;
  padding: 30px;
}

.ftr-inbox-upr {
  padding-bottom: 34px;
  display: none;
}

.ftr-inbx-title.h3-title.white-txt {
  margin-bottom: 8px;
  display: none;
}

.ftr-inbx-para.white-txt {
  font-size: 16px;
  line-height: 1.3;
  display: none;
}

.inbx-each-input {
  width: 50%;
  padding: 11px;
}

.each-input-fld {
  color: var(--whitecolor);
  background-color: #fff0;
  border: 1px #000;
  border-top-width: 0;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 31px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.2;
}

.each-input-fld::placeholder {
  color: var(--whitecolor);
}

.ftr-copy-rgt-wpr {
  border-top: 1px solid #adadad;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
}

.ftr-index-lnk {
  color: var(--paracolor);
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.ftr-index-lnk:hover {
  color: var(--blackcolor);
}

.copy-para {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
}

.privacy-lst {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.privacy-lst-item {
  padding-right: 25px;
  font-size: 16px;
}

.privacy-lst-item.last {
  padding-right: 0;
}

.privacy-lst-item.last.hide-text {
  display: none;
}

.privacy-lst-item-link {
  color: var(--paracolor);
  font-size: 15px;
  line-height: 1.2;
  transition: all .5s ease-in-out;
}

.privacy-lst-item-link:hover {
  color: var(--blackcolor);
}

.ftr-upr-lft-clm-inr {
  padding-right: 10px;
}

.inbx-frm-input-outer {
  flex-flow: wrap;
  margin: -11px;
  display: flex;
}

.inbx-frm-submit-outer {
  padding-top: 25px;
}

.inbx-frm-submit {
  border: 1px solid var(--peachcolor);
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  border-radius: 50px;
  padding: 16px 47px;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}

.inbx-frm-submit:hover {
  color: var(--peachcolor);
  background-color: #0000;
}

.ftr-inbox-frm {
  margin-bottom: 0;
  display: none;
}

.ftr-lwr-wpr {
  padding-bottom: 34px;
  display: none;
}

.ftr-lwr-wpr.visible-part {
  display: block;
}

.ftr-lwr-para {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

.ftr-lwr-para.mrg-b {
  margin-bottom: 10px;
}

.people-asking-sec {
  padding-top: 90px;
}

.asking-tab-btn-wpr {
  margin-bottom: 46px;
}

.asking-tab-btn-list {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 832px;
  margin: 0 auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.asking-tab-btn-item {
  cursor: pointer;
  border-radius: 20px;
  width: 25%;
  padding: 28px 8px;
}

.asking-tab-btn-item.active {
  background-color: var(--peachcolor);
}

.asking-tab-btn {
  font-family: var(--intertightfont);
  color: var(--lightgreen);
  text-align: center;
  letter-spacing: .02em;
  border-radius: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.each-asking-tab {
  display: none;
}

.each-asking-tab.active {
  display: block;
}

.question-tab-lft {
  width: 51%;
}

.question-tab-outer {
  flex-flow: wrap;
  display: flex;
}

.question-tab-lft-wpr {
  padding-right: 36px;
}

.question-tab-lft-wpr.question-tab-lft-wpr-case.manage {
  padding-right: 48px;
}

.tab-question-list {
  direction: rtl;
  max-height: 498px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 0;
  overflow: auto;
}

.tab-question-list.v1 {
  display: none;
}

.tab-question-list.tab-question-list-case {
  max-height: 600px;
  padding-left: 15px;
}

.tab-question-list.tab-question-list-case.manage {
  max-height: 100%;
  padding-left: 0;
}

.tab-question-list-item {
  font-family: var(--intertightfont);
  color: var(--paracolor);
  text-align: left;
  cursor: pointer;
  direction: ltr;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 35px 29px;
  font-size: 26px;
  font-weight: 600;
  list-style-type: none;
}

.tab-question-list-item.active {
  background-color: #fef8ef;
  border-color: #fef8ef;
}

.tab-question-text {
  color: var(--headingcolor);
  font-size: 20px;
}

.tab-question-text.manage {
  font-size: 17px;
}

.question-tab-rgt {
  width: 49%;
}

@media screen and (min-width: 992px) {
  .each-question-tab-content {
    display: none;
  }

  .each-question-tab-content.active {
    display: block;
  }
}

.each-question-tab-content.active.dd {
  display: none;
}

.each-question-tab-content-inr {
  background-color: #303e421a;
  border-radius: 16px;
  align-items: center;
  height: 100%;
  padding: 25px;
  display: flex;
}

.each-question-tab-content-inr.v1, .question-acc-title {
  display: none;
}

.question-rich p {
  color: var(--paracolor);
  margin-bottom: 15px;
  line-height: 1.6;
}

.ftr-frm-success {
  background-color: var(--peachcolor);
  border-radius: 10px;
}

.freedom-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.freedom-lft-clm {
  width: 50%;
  display: none;
}

.freedom-lft-img, .freedom-rgt-clm {
  width: 100%;
}

.freedom-rgt-wpr {
  text-align: center;
  padding-left: 40px;
}

.inner-banner {
  padding-top: 200px;
  padding-bottom: 50px;
}

.inr-bnr-outer {
  text-align: center;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
}

.inr-bnr-para {
  margin-bottom: 27px;
}

.inr-bnr-para.mb-0 {
  margin-bottom: 0;
}

.inr-bnr-para.bld {
  font-size: 20px;
  font-weight: 600;
}

.stock-picker-sec {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.stock-picker-lft-clm {
  width: 47%;
}

.stock-picker-img-wpr {
  border-radius: 30px;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.stock-picker-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stock-picker-rgt-clm {
  width: 53%;
}

.stock-picker-rgt-txt {
  padding-left: 30px;
}

.vw-proces-btn-wpr {
  padding-top: 17px;
}

.stock-picker-bg {
  background-color: #f9dbaf33;
  border-radius: 25px;
  max-width: 1741px;
  margin-left: auto;
  margin-right: auto;
  padding: 77px 15px;
}

.stock-picker-content-wpr {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}

.our-philosophy-lft-clm {
  width: 100%;
}

.our-philosophy-txet {
  padding-right: 29px;
}

.hw-do-it-list {
  flex-flow: wrap;
  margin: -8px -5px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hw-do-it-list-item {
  width: 50%;
  padding: 15px 5px;
}

.hw-do-it-list-tle {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.hw-do-it-list-para {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.our-philosophy-rgt-clm {
  width: 47%;
  display: none;
}

.our-philosophy-img-wpr {
  border-radius: 30px;
  overflow: hidden;
}

.our-philosophy-img {
  width: 100%;
  height: auto;
}

.cmn-gap {
  padding-top: 150px;
  padding-bottom: 150px;
}

.cmn-gap.our-philosophy-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

.our-philosophy-para {
  margin-bottom: 24px;
}

.our-core-value-sec.cmn-gap {
  padding-top: 0;
  padding-bottom: 90px;
}

.our-core-value-para {
  max-width: 777px;
  margin-left: auto;
  margin-right: auto;
}

.inpactful-sec {
  z-index: 1;
  background-image: url('../images/inpactful-bg-img_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 108px;
  display: none;
  position: relative;
}

.inpactful-inr {
  text-align: center;
  max-width: 762px;
  margin-left: auto;
  margin-right: auto;
}

.inpactful-para {
  color: var(--whitecolor);
}

.inpact-after {
  z-index: -1;
  pointer-events: none;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bob-wolfa-sec.cmn-gap {
  padding-top: 0;
  padding-bottom: 90px;
}

.bob-lft-clm {
  width: 45%;
}

.bob-img {
  height: auto;
}

.bob-rgt-clm {
  width: 55%;
  padding-left: 0;
}

.bob-rgt-txt-wpr {
  padding-top: 50px;
  padding-left: 30px;
}

.meet-bob-tle-wpr {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 13px;
  display: flex;
}

.bob-batch-wpr {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: -10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.bob-batch-lst-item {
  padding: 10px;
}

.bob-batch-img {
  max-width: 111px;
  height: auto;
}

.bob-batch-img.last {
  max-width: 70px;
  height: auto;
}

.essentials-lst {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.essentials-lst-item {
  margin-bottom: 11px;
  padding-left: 16px;
  position: relative;
}

.note-txt {
  margin-top: 15px;
}

.bob-wolfa-upper-bttm {
  padding-top: 45px;
}

.professional-jrny-rich h3 {
  margin-bottom: 10px;
}

.professional-jrny-rich p {
  margin-bottom: 24px;
}

.bob-top-para {
  margin-bottom: 25px;
}

.bob-wolfa-lower {
  padding-top: 50px;
}

.bob-wolfa-lwr-lft-clm {
  width: 53%;
}

.bob-wolfa-lwr-lft-clm.bob-wolfa-lwr-lft-clm-lst {
  padding-left: 20px;
}

.bob-wolfa-lwr-lft-clm.bob-wolfa-lwr-lft-clm-outsitework {
  width: 100%;
}

.bob-wolfa-lwr-txt-wpr {
  max-width: 100%;
  padding-right: 11px;
}

.bob-wolfa-lwr-rich ul {
  flex-flow: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.bob-wolfa-lwr-rich li {
  margin-bottom: 11px;
  padding: 0 15px 5px 16px;
  position: relative;
}

.bob-wolfa-lwr-rich p {
  margin-bottom: 22px;
}

.bob-wolfa-lwr-rgt-clm {
  width: 47%;
}

.bob-wolfa-lwr-rgt-clm.bob-wolfa-lwr-rgt-clm-outsidework {
  display: none;
}

.bob-wolfa-lwr-rgt-img-wpr {
  border-radius: 30px;
  overflow: hidden;
}

.bob-wolfa-lwr-rgt-img-wpr.fun {
  padding-top: 110%;
  position: relative;
}

.bob-funfact-img {
  width: 100%;
  height: auto;
}

.bob-funfact-img.fun-fact {
  object-fit: cover;
  object-position: top;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mb-ftr-logo {
  display: none;
}

.imagibative-sec.cmn-gap {
  padding-top: 0;
}

.who-we-clm {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.tech-clm {
  border-right: 1px solid #54545499;
  width: 33.333%;
  padding-left: 50px;
  padding-right: 50px;
}

.tech-clm.tech-clm-3 {
  border-right: 0 #54545400;
}

.texh-clm-wpr {
  text-align: center;
  max-width: 333px;
}

.texh-clm-wpr.texh-clm-wpr-center {
  margin-left: auto;
  margin-right: auto;
}

.texh-clm-wpr.texh-clm-wpr-right {
  margin-left: auto;
}

.org-clm {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.organization-img {
  width: auto;
  height: auto;
}

.case-studies-sec.cmn-gap.pt-0 {
  padding-top: 0;
}

.case-study-row {
  display: flex;
}

.case-study-lft-clm {
  width: 51%;
}

.case-tab-left {
  font-family: var(--intertightfont);
  text-align: center;
  cursor: pointer;
  direction: ltr;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 25px 15px;
  font-size: 26px;
  font-weight: 600;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.case-tab-left:hover {
  background-color: #fef8ef;
  border-color: #fef8ef;
}

.case-tab-left.manage {
  margin-bottom: 25px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.case-left {
  width: 34%;
}

.case-left.manage {
  width: 28.8%;
}

.case-rt {
  width: 66%;
}

.case-rt.manage {
  width: 71.2%;
}

.case-rich-txt h2 {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  font-weight: 700;
  line-height: 1.1;
}

.case-rich-txt h1 {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.case-rich-txt h3 {
  color: var(--headingcolor);
  letter-spacing: -.02em;
  margin-bottom: 15px;
  font-weight: 600;
}

.case-rich-txt p {
  margin-bottom: 20px;
}

.case-rich-txt.hide {
  display: none;
}

.heading {
  font-weight: 600;
}

.case-rt-out.v2, .case-mobile-wpr-head {
  display: none;
}

.our-service-clm {
  width: 33.333%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-service-clm-wpr {
  cursor: pointer;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .3s ease-in-out;
  display: flex;
}

.our-service-clm-wpr:hover {
  border-color: var(--whitecolor);
  background-color: var(--whitecolor);
}

.our-service-left {
  background-color: #f9dbaf;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 0 0 8px #f9dbaf40;
}

.service-icon {
  width: auto;
  height: auto;
}

.our-service-rt {
  flex: 1;
  padding-left: 24px;
}

.our-service-row-wpr {
  max-height: 510px;
  padding-right: 20px;
  overflow: hidden auto;
}

.service-details-pop-up {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.service-details-pop-up.show {
  display: flex;
}

.serv-det-pop-content {
  background-color: var(--whitecolor);
  cursor: auto;
  border-radius: 25px;
  flex-flow: wrap;
  min-width: 645px;
  max-width: 645px;
  padding: 48px;
  display: flex;
  position: relative;
}

.our-service-rt-pop-up {
  flex: 1;
  padding-left: 30px;
}

.service-pop-up-rich-txt ul {
  margin-bottom: 0;
  padding-left: 22px;
}

.service-pop-up-rich-txt li {
  margin-bottom: 10px;
}

.pop-up-close {
  z-index: 1;
  background-color: var(--whitecolor);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: -10px -10px 20px #0003;
}

.dsd {
  padding-top: 50px;
  padding-bottom: 50px;
}

.why-client-choose-us-sec.cmn-gap {
  padding-top: 90px;
  padding-bottom: 90px;
}

.why-client-table {
  border: 1px solid #54545499;
  width: 100%;
}

.why-client-table.serv {
  border-style: none;
}

.why-client-tbl-hd-row {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.why-client-th {
  background-color: var(--peachcolor);
  text-align: center;
  border-right: 1px solid #54545499;
  width: 19%;
  padding: 30px 5px;
}

.why-client-th.first {
  text-align: left;
  width: 24%;
  padding-left: 39px;
}

.why-client-th.serv-tbl-th {
  width: 25%;
}

.why-client-th.price-tbl-head {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.why-client-th-txt {
  font-family: var(--intertightfont);
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.why-client-tbl-tr {
  border-bottom: 1px solid #54545499;
  flex-flow: wrap;
  display: flex;
}

.why-client-tbl-tr-td {
  text-align: center;
  border-right: 1px solid #54545499;
  justify-content: center;
  align-items: center;
  width: 19%;
  padding: 20px 10px;
  display: flex;
}

.why-client-tbl-tr-td.first {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  padding-left: 14px;
}

.why-client-tbl-tr-td.first.serv-tbl-td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.why-client-tbl-tr-td.serv-tbl-td {
  width: 25%;
}

.why-client-tbl-td-txt {
  color: var(--paracolor);
  text-transform: capitalize;
}

.why-client-tbl-td-txt.v2 {
  display: none;
}

.why-client-tbl-td-img {
  max-width: 15px;
}

.meeting-roadmap-sec {
  padding-bottom: 0;
}

.roadmap-wpr {
  z-index: 1;
  padding-top: 190px;
  padding-left: 20px;
  position: relative;
}

.roadmap-clm {
  width: 20%;
  padding: 8px;
}

.roadmap-clm.roadmap-clm-two {
  margin-top: 40px;
}

.roadmap-clm.roadmap-clm-three {
  margin-top: -60px;
}

.roadmap-clm.roadmap-clm-four {
  margin-top: -64px;
}

.roadmap-clm.roadmap-clm-five {
  margin-top: -23%;
}

.roadmap-card {
  position: relative;
}

.roadmap-circle {
  background-color: var(--whitecolor);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 23px;
  display: flex;
}

.roadmap-circle-inr {
  background-color: var(--peachcolor);
  border-radius: 10px;
  width: 15px;
  height: 15px;
}

.roadmap-para-txt {
  font-size: 16px;
}

.roadmap-bdr-img {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  top: -30px;
  left: 0;
}

.roadmap-step-nmbr {
  z-index: -2;
  opacity: .05;
  font-family: var(--intertightfont);
  color: var(--blackcolor);
  font-size: 8vw;
  font-weight: 900;
  line-height: .8;
  position: absolute;
  top: 25px;
  right: 0;
}

.annual-serv-sec {
  padding-top: 90px;
  padding-bottom: 0;
}

.annual-serv-hd-lft {
  width: 70%;
  padding-right: 15px;
}

.annual-serv-hd-rgt {
  text-align: right;
}

.annual-srv-table {
  border: 1px solid #54545499;
}

.annual-srv-thead-row {
  flex-flow: wrap;
  display: flex;
}

.annual-srv-thead-data {
  background-color: var(--peachcolor);
  border-right: 1px solid #54545499;
  width: 58.6%;
  padding: 31px 25px;
}

.annual-srv-thead-data.first {
  width: 18.4%;
}

.annual-srv-thead-data.first.center {
  text-align: center;
}

.annual-srv-thead-data.second {
  width: 23%;
}

.annual-srv-body-row {
  border-bottom: 1px solid #54545499;
  flex-flow: wrap;
  display: flex;
}

.annual-srv-body-td {
  border-right: 1px solid #54545499;
  width: 58.6%;
  padding: 25px 15px 25px 20px;
}

.annual-srv-body-td.first {
  width: 18.4%;
}

.annual-srv-body-td.first.crnter {
  text-align: center;
}

.annual-srv-body-td.first.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.annual-srv-body-td.second {
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  padding-left: 20px;
  display: flex;
}

.annual-srv-body-txt {
  font-weight: 500;
}

.annual-srv-body-txt.center {
  width: 100%;
}

.manage-everything-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

.manage-img {
  width: 100%;
}

.manage-text-wpr {
  border-top: 1px solid #d4d4d4;
  margin-top: 52px;
  padding-top: 23px;
}

.manage-rich-wpr p {
  color: var(--paracolor);
}

.main-pricing-sec {
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-pricing-sec.bkp {
  display: none;
}

.main-pricing-bg-wpr {
  background-color: #f9dbaf33;
  border-radius: 25px;
  max-width: 1741px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-pricing-tbl-main-head {
  flex-flow: wrap;
  margin-bottom: 29px;
  display: flex;
}

.tbl-main-head-clm {
  text-align: center;
  width: 25%;
}

.tbl-main-head-txt {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.price-tbl-body-tr {
  border-bottom: 1px solid #54545499;
  flex-flow: wrap;
  display: flex;
}

.price-tbl-body-lft {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 20px 5px;
  display: flex;
}

.price-tbl-body-rgt {
  width: 75%;
}

.price-tbl-body-rgt-tr {
  flex-flow: wrap;
  display: flex;
}

.price-tbl-body-rgt-tr.money-bck {
  border-bottom: 1px solid #54545499;
}

.price-tbl-body-rgt-td {
  text-align: center;
  border-left: 1px solid #54545499;
  border-right: 1px #54545499;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 20px 10px;
  display: flex;
}

.price-tbl-body-rgt-td-txt {
  color: var(--paracolor);
}

.price-tbl-body-rgt-td-txt.change-pirce {
  display: none;
}

.price-tbl-body-rgt-td-txt.change-pirce.one {
  display: block;
}

.select-field {
  background-image: url('../images/select-dropdown-icon.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
}

.select-input {
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  text-align: center;
  background-image: url('../images/select-dropdown-icon.svg');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 50px;
  max-width: 100%;
  height: 43px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 65px 7px 40px;
}

.select-input.price {
  text-align: left;
  cursor: pointer;
}

.main-pricing-tbl-main-body {
  border: 1px solid #54545499;
}

.money-back-wpr {
  text-align: center;
}

.money-back-img {
  max-width: 150px;
  height: auto;
  margin-bottom: 28px;
}

.money-back-txt {
  font-family: var(--intertightfont);
  letter-spacing: -.02em;
  font-size: 22px;
  font-weight: 600;
}

.price-frm {
  margin-bottom: 0;
}

.serv-tbl-note-txt-wpr {
  padding-top: 38px;
}

.serv-tbl-note-rich {
  width: 75%;
  margin-left: auto;
}

.serv-tbl-note-rich p {
  margin-bottom: 10px;
}

.value-hd-para {
  max-width: 839px;
}

.calculator-frm-wpr {
  max-width: 1223px;
}

.calculator-frm-wpr.v2 {
  display: none;
}

.calculator-frm-each-wpr {
  flex: 1;
  padding: 5px 10px;
}

.calculator-label {
  font-family: var(--intertightfont);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.calculator-input {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  width: 100%;
  height: 70px;
  margin-bottom: 0;
  padding: 20px 10px 20px 43px;
  transition: all .5s ease-in-out;
}

.calculator-input:focus {
  border-color: var(--whitecolor);
  background-color: var(--whitecolor);
  box-shadow: 10px 10px 20px #a6abbd40, -10px -10px 20px #fafbff;
}

.calculator-frm-inr {
  flex-flow: wrap;
  align-items: flex-end;
  margin: -5px -10px;
  display: flex;
}

.calculator-frm-btn-wpr {
  padding: 5px 10px;
}

.calculator-frm-btn {
  border: 1px solid var(--peachcolor);
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  background-image: url('../images/ln-popup-arr.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50px;
  height: 70px;
  padding: 20px 108px 20px 45px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.calculator-frm-btn:hover {
  background-color: var(--whitecolor);
}

.calculator-frm-btn.sub {
  display: block;
}

.calculator-frm-btn.btn {
  display: none;
}

.calculator-bttm-wpr {
  padding-top: 46px;
}

.calculator-bttm-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.calculator-bttm-list-item {
  margin-bottom: 15px;
}

.calculator-bttm-list-item.new-minth {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calculator-bttm-list-txt {
  font-family: var(--intertightfont);
}

.calculator-bttm-list-txt.h3-title {
  text-transform: capitalize;
  margin-bottom: 0;
}

.calculator-list-span {
  font-family: var(--poppinsfont);
  color: var(--paracolor);
  font-size: 18px;
  font-weight: 300;
}

.calculator-list-span.big-txt {
  margin-top: 8px;
  line-height: 1.3;
  display: block;
}

.calculator-list-span.annual {
  display: none;
}

.calculator-list-span.nw-para {
  text-transform: none;
}

.calculator-tbl-wpr {
  padding-top: 70px;
}

.calculator-tbl {
  border: 1px solid #54545499;
}

.calculator-tbl-thead {
  flex-flow: wrap;
  display: flex;
}

.calculator-tbl-th {
  background-color: #f1f1f1;
  border-right: 1px solid #54545499;
  width: 20%;
  padding: 20px 10px 20px 20px;
}

.calculator-tbl-th-txt {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}

.calculator-tbl-tbody-tr {
  border-bottom: 1px solid #54545499;
  flex-flow: wrap;
  display: flex;
}

.calculator-tbl-td {
  border-right: 1px solid #54545499;
  width: 20%;
  padding: 31px 10px 31px 30px;
}

.calculator-tbl-td-txt {
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.calculator-tbl-td-txt.calculator-tbl-td-txtlink {
  color: #00f;
}

.average-wpr {
  flex-flow: wrap;
  margin: -5px;
  padding-top: 33px;
  display: flex;
}

.average-clm {
  width: 20%;
  padding: 5px 5px 5px 52px;
}

.average-clm.second {
  width: 15%;
  padding-left: 5px;
}

.average-clm.first {
  width: 25%;
  padding-left: 5px;
}

.average-txt {
  font-size: 16px;
  font-weight: 700;
}

.agreement-sec {
  padding-top: 67px;
  padding-bottom: 90px;
}

.agreement-faq-wpr {
  column-count: 2;
  flex-flow: wrap;
  gap: 20px;
  margin-bottom: -20px;
}

.agreement-faq-wpr.v2 {
  display: none;
}

.agreement-accordian-item {
  break-inside: avoid;
  background-color: #fef8ef;
  border-radius: 16px;
  margin-bottom: 20px;
}

.agreement-accordian-head {
  cursor: pointer;
  padding: 25px 10px 25px 34px;
  position: relative;
}

.agreement-accordian-head-txt.h3-title {
  width: 80%;
  margin-bottom: 0;
  font-size: 20px;
}

.agreement-accordian-body {
  padding-bottom: 20px;
  padding-left: 34px;
  padding-right: 34px;
  display: none;
}

.agreement-faq-rich strong {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}

.agreement-faq-rich p {
  line-height: 1.5;
}

.acc-icon-wpr {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}

.agreement-accordian-clm {
  width: 50%;
  padding: 10px;
}

.agreement-note-txt-wpr {
  padding-top: 30px;
}

.collection-sldr-item {
  padding-left: 15px;
  padding-right: 15px;
}

.collection-sldr-item.v2 {
  display: none;
}

.h1-title-2 {
  color: #5f5f5f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.h2-title-2 {
  color: #5f5f5f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.search-input {
  background-color: #fff0;
  background-image: url('../images/search-icon.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 10px;
}

.search-input:focus {
  border-color: #f9dbaf;
}

.collection-title-wpr {
  flex-flow: wrap;
  margin-bottom: 30px;
  padding-right: 20px;
  display: flex;
}

.cmn-btn-2 {
  z-index: 1;
  color: #000;
  background-color: #f9dbaf;
  border-radius: 50px;
  padding: 18px 42px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.cmn-btn-2:hover {
  color: #fff;
}

.our-resource-lft {
  width: 35%;
}

.collection-search-wpr {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  margin-left: auto;
  display: flex;
}

.collection-search-form {
  margin-bottom: 0;
  padding-right: 32px;
}

.collection-see-all-lnk {
  color: #545454;
  transition: all .5s ease-in-out;
}

.collection-see-all-lnk:hover {
  color: #364636;
}

.collection-txt {
  width: 30%;
  padding-right: 10px;
}

.our-resource-rgt {
  width: 65%;
}

.cmn-btn-after-2 {
  z-index: -1;
  background-color: #364636;
  border-radius: 50px;
  width: 0;
  height: 100%;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: 0 0 0 auto;
}

.our-resource-sec {
  padding-top: 250px;
  padding-bottom: 100px;
  overflow: hidden;
}

.collection-search-block {
  width: 300px;
}

.our-resource-rgt-outer {
  padding-left: 30px;
}

.collection-sldr-clm {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0;
}

.container-fluid {
  padding: 0 50px;
}

.collection-sldr-outer.hide {
  display: none;
}

.our-resource-rgt-upr {
  background-color: #f9dbaf33;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-right: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
}

.our-resource-rgt-upr.list-pg {
  padding-right: 50px;
}

.collection-sldr-img {
  width: 100%;
}

.our-resource-lft-rich h2 {
  color: var(--paracolor);
  margin-top: 0;
  font-size: 18px;
  line-height: 1.3;
}

.our-resource-lft-rich p {
  margin-bottom: 33px;
}

.our-resource-lft-rich ul {
  margin-bottom: 33px;
  padding-left: 35px;
}

.our-resource-lft-rich li {
  margin-bottom: 5px;
}

.h1-title-3 {
  color: #5f5f5f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.h2-title-3 {
  color: #5f5f5f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.cmn-btn-3 {
  z-index: 1;
  color: #000;
  background-color: #f9dbaf;
  border-radius: 50px;
  padding: 18px 42px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.cmn-btn-3:hover {
  color: #fff;
}

.cmn-btn-after-3 {
  z-index: -1;
  background-color: #364636;
  border-radius: 50px;
  width: 0;
  height: 100%;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: 0 0 0 auto;
}

.collection-sldr-top-img {
  display: none;
}

.collection-sldr-sdw {
  width: 100%;
  height: auto;
  margin-top: -11px;
  margin-left: -6px;
  display: block;
}

.topic-wpr {
  padding-top: 46px;
}

.topic-lst {
  flex-flow: wrap;
  margin: -4px -8px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.topic-lst.v2 {
  display: none;
}

.topic-lst-item {
  padding: 4px 8px;
}

.topic-item-lnk {
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  border-radius: 50px;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: block;
}

.topic-item-lnk:hover {
  background-color: var(--lightgreen);
  color: var(--whitecolor);
}

.topic-title {
  margin-bottom: 20px;
}

.topic-title.h3-title {
  margin-bottom: 25px;
}

.collection-sldr-btn-wpr {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-right: 20px;
  display: flex;
}

.collection-btn {
  background-color: #f3f3f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .4s ease-in-out;
  display: flex;
}

.collection-btn:hover {
  background-color: var(--peachcolor);
}

.collection-btn.clction-prev {
  margin-right: 8px;
}

.collection-btn-img {
  max-width: 18px;
}

.collection-sldr-clm-inr {
  display: none;
}

.dub-page {
  padding-top: 180px;
}

.divider {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tacc {
  padding-top: 150px;
}

.all-collection-lnk-wpr {
  margin-bottom: 30px;
}

.all-collection-lnk {
  color: var(--paracolor);
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.all-collection-lnk:hover {
  color: var(--darkgreen);
}

.all-collection-lnk-img {
  max-width: 18px;
  margin-right: 10px;
}

.lst-page-upper-category-wpr {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.lst-page-upper-category-lft {
  width: 30%;
}

.booklate-figure {
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.booklate-figure-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.booklate-shadow {
  width: 100%;
  margin-top: -8px;
  margin-left: -4px;
}

.booklate-title-wpr {
  max-width: 100%;
  padding: 10px;
  position: absolute;
  top: 51.5%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.booklate-title {
  font-family: var(--mont-font);
  color: var(--blackcolor);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.lst-page-upper-category-rgt {
  width: 70%;
}

.lst-page-upper-category-rgt-inr {
  padding-left: 47px;
}

.sub-category-search-wpr {
  width: 65%;
  max-width: 100%;
  margin-bottom: 44px;
  padding-right: 20px;
}

.list-search {
  margin-bottom: 0;
}

.list-search.search-input {
  color: var(--paracolor);
  background-position: 3%;
}

.list-search.search-input::placeholder {
  color: var(--paracolor);
}

.sub-category-search {
  margin-bottom: 0;
}

.sub-category-lft {
  width: 30%;
}

.sub-category-lst-wpr {
  background-color: var(--lightgreen);
  border-radius: 10px;
  padding: 35px 20px;
}

.sub-category-lst-wpr.all-post {
  max-height: 500px;
  overflow: auto;
}

.sub-category-lst-wpr.al-pst {
  padding-right: 15px;
}

.sub-category-lst {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.sub-category-lst.v2 {
  display: none;
}

.sub-category-lst-item-inr {
  margin-bottom: 25px;
  padding-left: 0;
}

.sub-category-radio {
  display: none;
}

.sub-category-label {
  color: #959595;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.sub-category-label:hover {
  color: #fff;
}

.sub-category-rgt {
  width: 70%;
}

.sub-category-post-wpr {
  padding-left: 27px;
}

.post-clm {
  width: 50%;
  padding: 10px;
}

.post-card {
  border: 1px solid #bbb;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: block;
}

.post-card:hover {
  border-color: var(--whitecolor);
  background-color: var(--whitecolor);
  box-shadow: 10px 10px 20px #0000001a, -10px -10px 20px #0000001a;
}

.post-card.rsrce-card {
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.post-card-para {
  color: var(--paracolor);
  margin-bottom: 25px;
  font-size: 16px;
}

.post-card-read-more {
  display: inline-block;
}

.post-card-rd-more-txt {
  color: var(--paracolor);
  text-decoration: underline;
}

.loadmore-btn-wpr {
  text-align: center;
  padding-top: 0;
}

.hide-txt {
  opacity: 0;
  display: none;
  position: absolute;
}

.opp1 {
  display: none;
}

.post-details-main-sec {
  padding-top: 180px;
  padding-bottom: 100px;
}

.post-details-main-outer {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.post-details-main-upr {
  padding-bottom: 30px;
}

.post-details-rich h2 {
  font-family: var(--intertightfont);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.post-details-rich h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.post-details-rich h4 {
  font-family: var(--intertightfont);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.post-details-rich h5 {
  font-family: var(--intertightfont);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.post-details-rich h6 {
  font-family: var(--intertightfont);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.post-details-rich p {
  margin-bottom: 15px;
  font-size: 16px;
}

.post-details-rich ol, .post-details-rich ul {
  margin-bottom: 20px;
}

.filter-empty {
  background-color: var(--lightgreen);
  border-radius: 16px;
  padding: 20px;
}

.filter-empty-in {
  text-align: center;
}

.filter-empty-img {
  margin-bottom: 10px;
}

.filter-empty-text {
  color: var(--whitecolor);
  margin-bottom: 15px;
}

.post-cat-wpr, .lst-page-upper-category-list-outer {
  display: none;
}

.category-item {
  position: relative;
}

.dew {
  display: none;
}

.ftr-social-wpr {
  padding-top: 35px;
}

.ftr-social-lst {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ftr-social-lst-item {
  margin-right: 15px;
}

.ftr-social-link {
  border: 1px solid var(--lightgreen);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
}

.ftr-social-link:hover {
  background-color: var(--lightgreen);
}

.all-pst-srch-lst {
  display: block;
}

.dtls-bck-link-wpr {
  color: var(--paracolor);
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-flex;
}

.dtls-bck-link-img {
  max-width: 17px;
  margin-right: 10px;
}

.dr2, .bb2 {
  display: none;
}

.privacy-policy-main-sec {
  padding-top: 0;
  padding-bottom: 100px;
}

.privacy-policy-rich p {
  margin-bottom: 20px;
  font-size: 16px;
}

.privacy-policy-rich h2 {
  font-family: var(--intertightfont);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.privacy-policy-rich h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.privacy-policy-rich ol {
  margin-bottom: 20px;
}

.privacy-policy-rich li {
  margin-bottom: 10px;
  font-size: 16px;
}

.login-main-sec {
  padding-bottom: 100px;
}

.login-lts {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin: -10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.login-lts-item {
  width: 25%;
  padding: 10px;
}

.login-logo-lst {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.login-logo-bx {
  text-align: center;
}

.bx-login-wpr {
  padding-top: 10px;
}

.login-logo-img-wpr {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.login-lts-item-clm {
  background-color: var(--whitecolor);
  border-radius: 10px;
  height: 100%;
  padding: 20px 10px;
  box-shadow: 10px 10px 20px #a6abbd40, -10px -10px 20px #fafbff;
}

.ss {
  display: none;
}

.bst-desc-outer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bst-desc-frm-innr {
  margin-bottom: 0;
  margin-left: 10px;
}

.bst-desc-result-txt {
  margin-left: 10px;
}

.main-wrapper {
  overflow: hidden;
}

.control-btn-outer {
  margin-bottom: 30px;
}

.controlbtn-wrap {
  border: 1px solid var(--blackcolor);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  padding: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.controlbtn-wrap:hover {
  background-color: var(--blackcolor);
}

.controlbtn-wrap.v-btn.audio-start-btn.state-idle {
  position: relative;
}

.all-pst-list {
  max-height: 500px;
  padding-right: 10px;
  overflow: auto;
}

.alter-no-found {
  background-color: #fef8f0;
  padding: 0;
}

.img-auto {
  width: auto;
  height: auto;
}

.img-height-auto {
  height: auto;
}

.meet-bob-link {
  color: var(--paracolor);
  text-decoration: underline;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.meet-bob-link:hover {
  color: #00f;
}

.contct-outer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 50px;
  display: flex;
}

.contct-outer.gamma {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-embed-wpr.contact {
  display: block;
}

.refer-friend-wrap {
  padding: 220px;
}

.refer-friend-coad {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-top-embed-wpr {
  width: 100%;
  margin-bottom: 50px;
}

.contact-top-embed-wpr.gamma {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
}

.code-embed, .contact-top-embed {
  width: 100%;
}

.scheduling-wpr {
  text-align: center;
}

.gamma-wpr {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.calendly-outer-sec {
  padding-top: 180px;
}

.calendly-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calendly-clm-lft {
  width: 40%;
}

.calendly-lft-rich h2 {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.2;
}

.calendly-lft-rich h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
}

.calendly-lft-rich ol {
  margin-bottom: 25px;
  padding-left: 30px;
}

.calendly-lft-rich li {
  margin-bottom: 7px;
}

.calendly-clm-rgt {
  text-align: center;
  width: 60%;
}

.calendly-clm-rgt-wpr {
  padding-left: 30px;
}

.ln-main-head {
  z-index: 1;
  background-color: #ddd0;
  padding-top: 32px;
}

.ln-container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.ln-nav-outer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ln-nav-brand {
  width: 255px;
}

.ln-nav-brand-img {
  width: 100%;
}

.ln-hdr-rt {
  margin-left: auto;
}

.ln-banner-sec {
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 50px;
  position: relative;
}

.ln-banner-lft-clm {
  width: 70%;
  position: relative;
}

.ln-banner-txt {
  padding-right: 30px;
}

.ln-h1-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.ln-h1-sm-txt {
  color: var(--headingcolor);
  font-size: 43px;
  font-weight: 300;
  display: block;
}

.ln-bnr-para {
  color: var(--paracolor);
  font-size: 16px;
}

.ln-bnr-para-bld-txt {
  font-style: italic;
  font-weight: 700;
  display: block;
}

.ln-banner-rgt-clm {
  width: 30%;
}

.ln-banner-rgt-img-wpr {
  width: 100%;
}

.ln-banner-rgt-img {
  width: 100%;
  height: auto;
}

.ln-bnr-blur {
  z-index: -1;
  pointer-events: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translate(0, -50%);
}

.ln-bnr-resource-list-outer {
  padding-top: 47px;
}

.ln-bnr-resource-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: -10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ln-bnr-resource-list.bob-wolfe-golf, .ln-bnr-resource-list.golf-list-btn-wpr {
  justify-content: flex-start;
  align-items: center;
}

.ln-bnr-resource-item {
  padding: 10px;
}

.ln-page-popup-outer {
  z-index: 9;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.ln-page-popup-outer.one {
  display: flex;
}

.ln-page-popup-wpr {
  background-color: var(--whitecolor);
  text-align: center;
  border-radius: 25px;
  width: 100%;
  max-width: 478px;
  padding: 41px 20px 38px;
  position: relative;
}

.ln-page-popup-title {
  font-family: var(--intertightfont);
  color: var(--headingcolor);
  letter-spacing: -.02em;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.ln-page-popup-title-wpr {
  margin-bottom: 27px;
}

.ln-page-popup-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.ln-page-popup-list-item {
  margin-bottom: 20px;
  line-height: 1.1;
}

.ln-page-popup-list-item.last {
  margin-bottom: 0;
}

.ln-page-popup-link {
  color: #00f;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.ln-page-popup-link-arr {
  width: 16px;
  margin-left: 15px;
}

.ln-popup-close {
  background-color: var(--whitecolor);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
  position: absolute;
  top: -29px;
  right: -29px;
  box-shadow: 10px 10px 20px #00000040, -10px -10px 20px #0003;
}

.mont-font-txt {
  font-family: var(--mont-font);
  font-weight: 900;
}

.mont-font-txt.mont-font-txt-bold {
  font-weight: 400;
}

.mont-font-txt.mont-font-txt-bold.bold-text {
  font-family: var(--poppinsfont);
  font-weight: 500;
}

.calptalize-txt {
  text-transform: capitalize;
}

.center {
  text-align: center;
}

.nw-freedownload-outer {
  padding-top: 50px;
  display: none;
}

.nw-freedownload-uper {
  margin-bottom: 40px;
}

.nw-freedownload-md-txt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: none;
}

.nw-freedownload-para {
  display: none;
}

.nw-freedwnld-clm {
  width: 33.33%;
  padding: 12px;
}

.nw-freedwnld-bx {
  border: 1px solid #bbb;
  border-radius: 6px;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: block;
  overflow: hidden;
}

.nw-freedwnld-bx:hover {
  border-color: var(--whitecolor);
  background-color: var(--whitecolor);
  box-shadow: -10px -10px 20px #0003, 10px 10px 20px #0003;
}

.nw-freedwnld-bx-img-wpr {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.nw-freedwnld-bx-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nw-freedwnld-bx-txt-wpr {
  padding-top: 15px;
}

.nw-freedwnld-bx-para {
  color: var(--paracolor);
}

.nw-freedwnld-bx-btn-wpr {
  padding-top: 15px;
}

.nw-freedwnld-bx-btn-txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.nw-dnld-details-outer {
  padding-top: 160px;
}

.nw-dwnld-bnr-inr {
  text-align: center;
  text-transform: none;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.dwnld-dtls-outer {
  padding-top: 50px;
  padding-bottom: 100px;
}

.dwnld-dtls-lft-wpr {
  width: 60%;
}

.dwnld-dtls-lft-rich-txt h1 {
  font-family: var(--intertightfont);
  margin-top: 0;
  font-size: 40px;
  line-height: 1.2;
}

.dwnld-dtls-lft-rich-txt h2 {
  font-family: var(--intertightfont);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.2;
}

.dwnld-dtls-lft-rich-txt h3 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
}

.dwnld-dtls-lft-rich-txt h4 {
  font-family: var(--intertightfont);
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
}

.dwnld-dtls-lft-rich-txt h5 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.2;
}

.dwnld-dtls-lft-rich-txt h6 {
  font-family: var(--intertightfont);
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
}

.dwnld-dtls-lft-rich-txt p {
  margin-bottom: 10px;
}

.dwnld-dtls-rgt-wpr {
  width: 40%;
}

.dwnld-dtls-rgt-inr {
  padding-left: 30px;
}

.dwnld-dtls-frm-bx {
  background-color: #303e2e;
  border-radius: 6px;
  padding: 30px 25px;
  overflow: hidden;
}

.dwnld-dtls-frm-bx-title {
  font-family: var(--intertightfont);
  color: var(--whitecolor);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.dwnld-dtls-frm {
  margin-bottom: 0;
}

.dwnld-dtls-frm-inr {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.dwnld-dtls-frm-clm {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.dwnld-dtls-frm-label {
  font-family: var(--intertightfont);
  color: var(--whitecolor);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.dwnld-dtls-frm-input {
  color: var(--whitecolor);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding-left: 0;
}

.dwnld-dtls-frm-input:focus {
  border-bottom-color: var(--peachcolor);
}

.dwnld-dtls-frm-input::placeholder {
  color: var(--whitecolor);
}

.dwnld-dtls-frm-sub-clm {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.dwnld-dtls-frm-sub {
  border: 1px solid var(--peachcolor);
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.dwnld-dtls-frm-sub:hover {
  background-color: var(--lightgreen);
  color: var(--peachcolor);
}

.pdf-btn-dtls {
  border: 1px solid var(--peachcolor);
  background-color: var(--peachcolor);
  color: var(--blackcolor);
  border-radius: 50px;
  padding: 15px 28px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.pdf-btn-dtls:hover {
  color: var(--peachcolor);
  background-color: #f9dbaf00;
}

.success {
  text-align: left;
  background-color: #ddd0;
  padding-left: 0;
}

.success-txt {
  color: var(--whitecolor);
  margin-bottom: 10px;
  font-size: 17px;
}

.landing-discloser-wpr {
  padding-top: 35px;
}

.landing-discloser-txt {
  font-size: 12px;
  line-height: 1.6;
}

.landing-discloser-txt.mrg-b {
  margin-bottom: 10px;
}

.blog-date-txt {
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.blog-date-outer {
  border: 0px none var(--paracolor);
  background-color: #0000001a;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 12px 5px 11px;
  display: inline-flex;
}

.calender-icon {
  width: 16px;
  margin-right: 5px;
  display: inline-block;
}

.update-text {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.search-input-label {
  font-weight: 400;
  line-height: 1;
  display: none;
}

.resource-btm-part {
  padding-top: 30px;
  padding-left: 0;
}

.rsrce-btm-item-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -20px -12px;
  display: flex;
}

.rsrce-col {
  width: 50%;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.rsrce-col.income-tax {
  display: none;
}

.rsrce-col-wpr {
  width: 100%;
  height: 100%;
}

.rsrce-img-part {
  border-radius: 20px;
  flex: none;
  width: 100%;
  padding-top: 70%;
  display: none;
  position: relative;
  overflow: hidden;
}

.rsrce-text-part {
  padding-top: 0;
  padding-bottom: 0;
}

.rsrce-text-wpr {
  flex-flow: column;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rsrce-btn {
  text-decoration: none;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.rsrce-btn:hover {
  color: var(--lightgreen);
}

.rsrce-btn-wpr {
  margin-top: auto;
  padding-top: 20px;
}

.rsrce-btn-text {
  color: var(--headingcolor);
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.rsrce-btn-text:hover {
  color: var(--lightgreen);
}

.rsrce-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.all-pst-srch-lst-nw-outer {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.all-pst-srch-lst-nw-date-wpr {
  width: 35%;
}

.date-assdess-wpr {
  width: 100%;
}

.date-assdess-wpr-toggle {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  display: flex;
}

.date-assdess-wpr-toggle-icon {
  width: 12px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  top: 22px;
  right: 10px;
}

.date-assdess-dreodown {
  background-color: #fef2e2;
  border: 0 #000;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.date-assdess-dreodown-txt {
  color: var(--blackcolor);
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.blog-details-cta {
  margin-top: 20px;
}

.process-news-btn-wpr {
  text-align: center;
  margin-top: 30px;
}

.process-news-btn-wpr.ftr-before {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .h1-title {
    font-size: 55px;
  }

  .h1-title.white-txt {
    padding-bottom: 60px;
  }

  .h2-title {
    font-size: 42px;
  }

  .h2-title.meet-bob-tle {
    width: 55%;
  }

  .h2-title.manage-everything-title {
    max-width: 390px;
  }

  .h3-title {
    font-size: 26px;
  }

  .h3-title.our-service-h-three {
    font-size: 22px;
  }

  .h3-title.login-bx-tle {
    font-size: 26px;
  }

  .h6-title.clarity-card-tle {
    line-height: 1.1;
  }

  .main-header {
    top: 40px;
  }

  .container {
    max-width: 1140px;
  }

  .header-brand {
    width: 171px;
  }

  .main-header-inr {
    padding: 20px 20px 20px 41px;
  }

  .hm-banner-sec {
    padding-top: 236px;
  }

  .row.advisoe-row {
    margin: -20px;
  }

  .row.batch-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.health-row {
    justify-content: flex-start;
    align-items: center;
  }

  .row.our-core-row {
    margin: -10px;
  }

  .row.bob-wolfa-lower-row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bnr-lft-txt {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-right: 70px;
  }

  .nav-list-item {
    padding-left: 20px;
  }

  .nav-link {
    font-size: 16px;
  }

  .hdr-btn-wpr {
    margin-left: 24px;
  }

  .hdr-btn-list-item {
    margin-left: 14px;
  }

  .hdr-btn-link {
    min-width: 136px;
    padding: 20px 10px;
  }

  .hdr-btn-link.signup.new-contact {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .associated-sec {
    padding-top: 0;
  }

  .clarity-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .clarity-card {
    padding: 30px 37px 43px;
  }

  .clarity-card-icon {
    width: 90px;
    height: 90px;
  }

  .clarity-card-icon-img {
    max-width: 50px;
  }

  .advisoe-wpr {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .advisoe-clm {
    padding: 20px;
  }

  .hm-batch-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .batch-img-wpr {
    max-width: 170px;
    min-height: 176px;
  }

  .case-study-clm.our-core-value {
    padding: 10px;
  }

  .case-study-icon {
    width: 70px;
    height: 70px;
  }

  .case-study-icon.ou-cr-vlu {
    border-radius: 15px;
    width: 60px;
    height: 60px;
  }

  .case-study-icon-img {
    max-width: 30px;
  }

  .case-study-bx-tle {
    width: calc(100% - 70px);
  }

  .health-check-sec {
    padding-top: 100px;
  }

  .health-txt-rich h3 {
    font-size: 26px;
  }

  .ftr-upr-wpr {
    padding-top: 80px;
  }

  .ftr-upr-lft-clm {
    width: 60%;
  }

  .ftr-navigation-lft {
    width: 50.7%;
  }

  .ftr-brand {
    max-width: 243px;
  }

  .ftr-contact-lca-txt {
    font-size: 18px;
  }

  .ftr-quick-lnk-wpr {
    width: 49.3%;
  }

  .ftr-nav-link {
    font-size: 18px;
  }

  .ftr-upr-rgt-clm {
    width: 40%;
  }

  .ftr-inbox-wpr {
    padding: 35px;
  }

  .copy-para {
    margin-bottom: 0;
    font-size: 13px;
  }

  .privacy-lst-item {
    padding-right: 10px;
  }

  .privacy-lst-item-link {
    font-size: 13px;
  }

  .ftr-upr-lft-clm-inr {
    padding-right: 20px;
  }

  .people-asking-sec {
    padding-top: 100px;
  }

  .tab-question-list-item {
    margin-bottom: 18px;
  }

  .tab-question-text {
    font-size: 22px;
  }

  .tab-question-text.manage {
    font-size: 20px;
  }

  .each-question-tab-content-inr {
    padding: 30px 42px;
  }

  .inner-banner {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .stock-picker-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stock-picker-rgt-txt {
    padding-left: 30px;
  }

  .hw-do-it-list {
    margin: -10px -5px;
  }

  .hw-do-it-list-tle {
    font-size: 22px;
  }

  .cmn-gap.our-philosophy-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-core-value-sec.cmn-gap {
    padding-bottom: 100px;
  }

  .bob-wolfa-sec.cmn-gap {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .bob-rgt-txt-wpr {
    padding-top: 60px;
    padding-left: 30px;
  }

  .bob-batch-wpr {
    width: 45%;
    margin: -5px;
  }

  .bob-batch-lst-item {
    padding: 5px;
  }

  .bob-batch-img {
    max-width: 85px;
  }

  .bob-top-para {
    margin-bottom: 15px;
  }

  .bob-wolfa-lwr-rgt-clm.bob-wolfa-lwr-rgt-clm-outsidework {
    width: 41%;
  }

  .why-client-choose-us-sec.cmn-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-client-tbl-tr-td {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .why-client-tbl-tr-td.first {
    padding-left: 39px;
  }

  .why-client-tbl-td-img {
    max-width: 20px;
  }

  .meeting-roadmap-sec {
    padding-bottom: 0;
  }

  .roadmap-wpr {
    padding-top: 276px;
    padding-left: 52px;
  }

  .roadmap-clm.roadmap-clm-two {
    margin-top: 22px;
  }

  .roadmap-clm.roadmap-clm-three, .roadmap-clm.roadmap-clm-four {
    margin-top: -100px;
  }

  .roadmap-clm.roadmap-clm-five {
    margin-top: -27%;
  }

  .roadmap-circle {
    width: 64px;
    height: 64px;
  }

  .roadmap-circle-inr {
    width: 23px;
    height: 23px;
  }

  .roadmap-para-txt {
    font-size: 16px;
  }

  .roadmap-bdr-img {
    top: -10px;
  }

  .roadmap-step-nmbr {
    font-size: 9.792vw;
  }

  .annual-serv-sec {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .manage-everything-sec, .main-pricing-sec {
    padding-bottom: 100px;
  }

  .main-pricing-bg-wpr {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .money-back-img {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .calculator-frm-each-wpr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .calculator-frm-inr {
    margin-left: -15px;
    margin-right: -15px;
  }

  .calculator-frm-btn-wpr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .calculator-bttm-list-item {
    margin-bottom: 26px;
  }

  .calculator-tbl-th {
    padding: 20px;
  }

  .calculator-tbl-th-txt {
    font-size: 18px;
  }

  .agreement-sec {
    padding-bottom: 100px;
  }

  .agreement-accordian-head-txt.h3-title {
    font-size: 22px;
  }

  .acc-icon-wpr {
    right: 50px;
  }

  .h1-title-2 {
    font-size: 55px;
  }

  .h2-title-2 {
    font-size: 42px;
  }

  .collection-title-wpr {
    padding-right: 30px;
  }

  .our-resource-lft {
    width: 30%;
  }

  .collection-search-wpr {
    width: 70%;
  }

  .collection-txt {
    width: 30%;
  }

  .our-resource-rgt {
    width: 70%;
  }

  .our-resource-sec {
    padding-top: 250px;
    padding-bottom: 100px;
  }

  .collection-search-block {
    width: 446px;
  }

  .our-resource-rgt-outer {
    padding-left: 30px;
  }

  .h1-title-3 {
    font-size: 55px;
  }

  .h2-title-3 {
    font-size: 42px;
  }

  .topic-lst {
    margin: -4px -8px;
  }

  .topic-lst-item {
    padding: 4px 8px;
  }

  .sub-category-search-wpr {
    width: 75%;
  }

  .sub-category-lst-wpr {
    padding: 40px 25px;
  }

  .sub-category-lst-wpr.al-pst {
    padding-right: 20px;
  }

  .post-card {
    padding: 20px;
  }

  .privacy-policy-rich h2 {
    font-size: 30px;
  }

  .privacy-policy-rich h3 {
    font-size: 25px;
  }

  .privacy-policy-rich li {
    font-size: 18px;
  }

  .calendly-outer-sec {
    padding-top: 200px;
  }

  .calendly-clm-rgt {
    text-align: center;
  }

  .ln-container {
    max-width: 1140px;
  }

  .ln-h1-title {
    font-size: 70px;
  }

  .dwnld-dtls-frm-clm, .rsrce-col {
    width: 50%;
  }

  .rsrce-text-wpr {
    padding-left: 8px;
    padding-right: 8px;
  }

  .all-pst-srch-lst-nw-date-wpr {
    width: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .h1-title {
    font-size: 65px;
  }

  .h1-title.white-txt {
    padding-bottom: 70px;
  }

  .h1-title.blg-dtls-h1-tle {
    font-size: 55px;
  }

  .h2-title {
    font-size: 50px;
  }

  .h2-title.meet-bob-tle {
    width: 52%;
  }

  .h2-title.here-are-h-two, .h2-title.h2-title-pop-up {
    font-size: 45px;
  }

  .h2-title.manage-everything-title {
    max-width: 450px;
  }

  .h3-title.hw-do-it-title {
    color: var(--headingcolor);
    text-transform: capitalize;
  }

  .h3-title.our-service-h-three, .h3-title.post-card-title {
    font-size: 26px;
  }

  .cmn-btn.inr-login {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cmn-btn-arr.inr-login {
    margin-left: 50px;
  }

  .cmn-btn-arr.hm-bnr-arr {
    margin-left: 40px;
  }

  .main-header {
    top: 56px;
  }

  .container {
    max-width: 1366px;
  }

  .row.advisoe-row {
    margin: -40px;
  }

  .row.batch-row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .row.freedom-row, .row.our-philosophy-row {
    justify-content: flex-start;
    align-items: center;
  }

  .row.our-core-row {
    margin: -12px;
  }

  .row.bob-wolfa-lower-row {
    justify-content: flex-start;
    align-items: center;
  }

  .row.post-row {
    margin: -15px;
  }

  .bnr-lft-txt {
    padding-top: 81px;
    padding-right: 100px;
  }

  .text-link.bnr-txt-link.white-txt {
    font-size: 20px;
  }

  .nav-list-item {
    padding-left: 40px;
  }

  .associated-sec {
    padding-top: 0;
  }

  .cmn-head.cmn-head-here-are {
    text-align: center;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }

  .clarity-sec {
    padding-top: 119px;
    padding-bottom: 148px;
  }

  .advisoe-wpr {
    padding-top: 108px;
    padding-bottom: 72px;
  }

  .advisoe-clm {
    padding: 40px;
  }

  .hm-batch-sec {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .batch-clm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .batch-img-wpr {
    max-width: 195px;
    min-height: 176px;
  }

  .case-study-clm.our-core-value {
    padding: 12px;
  }

  .case-study-icon {
    width: 90px;
    height: 90px;
  }

  .case-study-icon.ou-cr-vlu {
    width: 80px;
    height: 80px;
  }

  .case-study-icon-img {
    max-width: 55px;
  }

  .case-study-bx-tle {
    width: calc(100% - 90px);
  }

  .health-check-sec {
    padding-top: 140px;
  }

  .ftr-upr-wpr {
    padding-top: 101px;
  }

  .ftr-upr-lft-clm {
    width: 57.3%;
  }

  .ftr-navigation-lft {
    width: 45%;
  }

  .ftr-quick-lnk-wpr {
    width: 55%;
  }

  .ftr-upr-rgt-clm {
    width: 42.6%;
  }

  .ftr-inbox-wpr {
    padding: 51px 50px 50px;
  }

  .copy-para {
    font-size: 15px;
  }

  .privacy-lst-item {
    padding-right: 10px;
  }

  .privacy-lst-item-link {
    font-size: 16px;
  }

  .ftr-upr-lft-clm-inr {
    padding-right: 52px;
  }

  .people-asking-sec {
    padding-top: 139px;
  }

  .tab-question-list.tab-question-list-case {
    padding-left: 35px;
  }

  .tab-question-text {
    font-size: 26px;
  }

  .inner-banner {
    padding-top: 268px;
    padding-bottom: 100px;
  }

  .stock-picker-sec {
    padding-top: 0;
  }

  .stock-picker-rgt-txt {
    padding-left: 59px;
  }

  .hw-do-it-list {
    margin: -15px -10px;
  }

  .hw-do-it-list-item {
    padding: 15px 10px;
  }

  .hw-do-it-list-tle {
    text-transform: capitalize;
    font-size: 26px;
  }

  .cmn-gap.our-philosophy-sec {
    padding-top: 150px;
    padding-bottom: 134px;
  }

  .our-core-value-sec.cmn-gap {
    padding-bottom: 150px;
  }

  .bob-wolfa-sec.cmn-gap {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .bob-rgt-txt-wpr {
    padding-top: 84px;
    padding-left: 48px;
  }

  .bob-batch-wpr {
    width: 48%;
    margin: -10px;
  }

  .bob-batch-lst-item {
    padding: 10px;
  }

  .bob-batch-img {
    max-width: 111px;
  }

  .bob-top-para {
    margin-bottom: 25px;
  }

  .bob-wolfa-lwr-lft-clm.bob-wolfa-lwr-lft-clm-outsitework {
    width: 100%;
  }

  .bob-wolfa-lwr-rgt-clm.bob-wolfa-lwr-rgt-clm-outsidework {
    width: 47%;
  }

  .who-we-clm {
    width: 20%;
  }

  .case-tab-left {
    padding: 35px 29px;
  }

  .our-service-clm {
    width: 33.33%;
  }

  .our-service-clm-wpr {
    padding: 31px 30px;
  }

  .our-service-left {
    width: 67px;
    height: 67px;
  }

  .service-pop-up-rich-txt ul {
    margin-bottom: 0;
    padding-left: 22px;
  }

  .pop-up-close {
    width: 72px;
    height: 72px;
    top: -36px;
    right: -30px;
  }

  .pop-up-img {
    width: auto;
    height: auto;
  }

  .why-client-choose-us-sec.cmn-gap {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .why-client-th-txt {
    font-size: 26px;
  }

  .why-client-tbl-tr-td {
    padding: 18px 10px;
  }

  .why-client-tbl-td-img {
    max-width: 25px;
  }

  .meeting-roadmap-sec {
    padding-bottom: 0;
  }

  .roadmap-clm.roadmap-clm-three {
    margin-top: -120px;
  }

  .roadmap-clm.roadmap-clm-four {
    margin-top: -110px;
  }

  .roadmap-clm.roadmap-clm-five {
    margin-top: -25%;
  }

  .roadmap-para-txt {
    font-size: 16px;
  }

  .roadmap-bdr-img {
    top: -70px;
  }

  .annual-serv-sec {
    padding-top: 137px;
    padding-bottom: 0;
  }

  .annual-srv-thead-data, .annual-srv-body-td, .annual-srv-body-td.second {
    padding-left: 42px;
  }

  .manage-everything-sec {
    padding-top: 100px;
    padding-bottom: 129px;
  }

  .main-pricing-sec {
    padding-bottom: 140px;
  }

  .main-pricing-bg-wpr {
    padding-top: 85px;
    padding-bottom: 84px;
  }

  .money-back-img {
    max-width: 195px;
    margin-bottom: 28px;
  }

  .money-back-txt, .calculator-label {
    font-size: 26px;
  }

  .calculator-tbl-wpr {
    padding-top: 95px;
  }

  .calculator-tbl-th {
    padding: 38px 10px 36px 33px;
  }

  .calculator-tbl-th-txt {
    font-size: 20px;
  }

  .average-txt {
    font-size: 18px;
  }

  .agreement-sec {
    padding-bottom: 150px;
  }

  .agreement-accordian-head-txt.h3-title {
    font-size: 26px;
  }

  .acc-icon-wpr {
    right: 89px;
  }

  .h1-title-2 {
    font-size: 65px;
  }

  .h2-title-2 {
    font-size: 50px;
  }

  .collection-title-wpr {
    margin-bottom: 30px;
    padding-right: 50px;
  }

  .our-resource-lft {
    width: 25.7%;
  }

  .collection-search-wpr {
    width: 70%;
  }

  .collection-txt {
    width: 30%;
  }

  .our-resource-rgt {
    width: 74.3%;
  }

  .our-resource-sec {
    padding-bottom: 148px;
  }

  .our-resource-rgt-outer {
    padding-left: 56px;
  }

  .our-resource-rgt-upr {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 60px;
  }

  .h1-title-3 {
    font-size: 65px;
  }

  .h2-title-3 {
    font-size: 50px;
  }

  .topic-lst {
    margin: -8px -12px;
  }

  .topic-lst-item {
    padding: 8px 12px;
  }

  .topic-item-lnk {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-search.search-input {
    padding-left: 60px;
    font-size: 16px;
  }

  .sub-category-lft {
    width: 30%;
  }

  .sub-category-lst-wpr {
    padding: 45px 36px;
  }

  .post-clm {
    padding: 15px;
  }

  .post-card {
    padding: 30px 20px;
  }

  .post-details-main-sec {
    padding-top: 240px;
  }

  .post-details-main-upr {
    padding-bottom: 30px;
  }

  .post-details-rich h2 {
    font-size: 36px;
  }

  .post-details-rich h3 {
    font-size: 30px;
  }

  .post-details-rich li {
    margin-bottom: 8px;
  }

  .login-lts-item-clm {
    padding: 40px 20px 20px;
  }

  .contct-outer {
    padding-top: 200px;
  }

  .contct-outer.gamma {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-top-embed-wpr.gamma {
    width: 100%;
  }

  .scheduling-wpr {
    width: 20%;
  }

  .calendly-outer-sec {
    padding-top: 220px;
  }

  .calendly-clm-lft {
    width: 40%;
  }

  .calendly-clm-rgt {
    width: 60%;
  }

  .ln-container {
    max-width: 1344px;
  }

  .ln-banner-lft-clm {
    width: 75%;
  }

  .ln-banner-txt {
    max-width: 837px;
  }

  .ln-h1-title {
    font-size: 80px;
  }

  .ln-banner-rgt-clm {
    width: 25%;
  }

  .landing-discloser-txt {
    font-size: 12px;
  }

  .rsrce-col {
    width: 33.3%;
  }
}

@media screen and (min-width: 1920px) {
  .h1-title {
    font-size: 80px;
  }

  .h1-title.white-txt {
    padding-bottom: 96px;
  }

  .h2-title.meet-bob-tle {
    width: 48%;
  }

  .container {
    max-width: 1484px;
  }

  .header-brand.w--current {
    width: 200px;
  }

  .row.batch-row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .row.health-row {
    align-items: center;
  }

  .row.freedom-row {
    justify-content: flex-start;
    align-items: center;
  }

  .row.who-we-row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row.org-row {
    margin-bottom: -50px;
  }

  .bnr-lft-txt {
    padding-bottom: 30px;
  }

  .hn-bnr-para {
    font-size: 24px;
  }

  .text-link.bnr-txt-link.white-txt {
    font-size: 22px;
  }

  .nav-list-item {
    padding-left: 60px;
  }

  .nav-link {
    font-size: 20px;
  }

  .batch-clm {
    padding: 15px 48px;
  }

  .case-study-icon.ou-cr-vlu {
    width: 80px;
    height: 80px;
  }

  .ftr-navigation-lft {
    width: 50.7%;
  }

  .ftr-navigation-lft-wpr {
    max-width: 335px;
  }

  .ftr-quick-lnk-wpr {
    width: 49.3%;
  }

  .copy-para {
    font-size: 16px;
  }

  .privacy-lst-item {
    padding-right: 25px;
  }

  .privacy-lst-item-link {
    font-size: 16px;
  }

  .hw-do-it-list-tle {
    color: var(--headingcolor);
  }

  .hw-do-it-list-para {
    color: var(--paracolor);
  }

  .bob-batch-wpr {
    width: 52%;
  }

  .who-we-clm {
    padding-left: 25px;
    padding-right: 25px;
  }

  .org-clm {
    margin-bottom: 50px;
  }

  .our-service-row-wpr {
    padding-right: 45px;
  }

  .roadmap-clm.roadmap-clm-two {
    margin-top: 40px;
  }

  .roadmap-clm.roadmap-clm-three {
    margin-top: -120px;
  }

  .roadmap-clm.roadmap-clm-four {
    margin-top: -110px;
  }

  .roadmap-clm.roadmap-clm-five {
    margin-top: -25%;
  }

  .roadmap-bdr-img {
    top: -100px;
  }

  .annual-srv-body-txt {
    font-size: 20px;
    font-weight: 500;
  }

  .h1-title-2 {
    font-size: 80px;
  }

  .collection-search-wpr {
    width: 77%;
  }

  .collection-txt {
    width: 23%;
  }

  .our-resource-rgt-upr {
    padding-top: 83px;
    padding-bottom: 68px;
    padding-left: 85px;
  }

  .our-resource-rgt-upr.list-pg {
    padding-left: 50px;
  }

  .h1-title-3 {
    font-size: 80px;
  }

  .list-search.search-input {
    padding-left: 70px;
  }

  .sub-category-lft {
    width: 20%;
  }

  .sub-category-lst-wpr {
    padding: 45px 36px;
  }

  .sub-category-rgt {
    width: 80%;
  }

  .post-card {
    padding: 38px 16px 38px 22px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .h1-title {
    font-size: 42px;
  }

  .h1-title.white-txt {
    margin-bottom: 15px;
    padding-bottom: 50px;
  }

  .h2-title {
    font-size: 32px;
  }

  .h2-title.here-are-h-two {
    font-size: 29px;
  }

  .h3-title, .h3-title.hw-do-it-title {
    font-size: 24px;
  }

  .h3-title.our-service-h-three {
    font-size: 22px;
    line-height: 1.3;
  }

  .h3-title.ln-bnr-medium-txt {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
  }

  .cmn-btn.ln-resource-btn {
    padding: 16px 20px;
    font-size: 14px;
  }

  .main-header {
    top: 35px;
  }

  .container {
    max-width: 720px;
  }

  .main-header-inr {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
  }

  .hm-banner-sec {
    padding-top: 160px;
    padding-bottom: 70px;
  }

  .row.banner-row {
    flex-flow: wrap-reverse;
  }

  .row.batch-row {
    justify-content: center;
    align-items: stretch;
  }

  .row.case-study-row {
    margin: -10px;
  }

  .row.health-row, .row.our-philosophy-row {
    flex-flow: wrap-reverse;
  }

  .row.bob-wolfa-lower-row {
    flex-flow: wrap-reverse;
    margin-bottom: 40px;
  }

  .row.bob-wolfa-lower-row.even {
    flex-flow: wrap-reverse;
  }

  .row.tech-row {
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
  }

  .row.our-service-row {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row.roadmap-row {
    margin: -10px;
  }

  .row.ln-bnr-row {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .bnr-lft-clm {
    width: 100%;
  }

  .bnr-lft-txt {
    text-align: center;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h1-animation-wpr.type-write-wpr {
    left: 50%;
    transform: translate(-50%);
  }

  .hn-bnr-para {
    max-width: 660px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-bnr-btn-wpr {
    justify-content: center;
    align-items: center;
  }

  .bnr-rgt-clm {
    width: 100%;
  }

  .bnr-rgt-img-wpr {
    max-width: 480px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hdr-right {
    margin-right: 15px;
  }

  .nav-list-outer {
    z-index: 99;
    background-color: var(--darkgreen);
    width: 330px;
    height: 100vh;
    padding-top: 110px;
    position: fixed;
    top: 0;
    right: 0;
  }

  .nav-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-list-item {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 14px 30px;
    font-size: 18px;
    display: block;
  }

  .associated-sec {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .associated-sec.home {
    padding-top: 50px;
  }

  .cmn-head.text-center.associated {
    margin-bottom: 30px;
  }

  .cmn-head.flex.annual-serv-hd {
    justify-content: space-between;
    align-items: center;
  }

  .clarity-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .clarity-clm {
    width: 50%;
  }

  .clarity-lwr-wpr-head {
    padding-bottom: 15px;
  }

  .advisoe-wpr {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .advisoe-clm {
    width: 100%;
  }

  .hm-batch-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .batch-clm {
    border-right: 0 #d9d9d900;
    width: 50%;
  }

  .batch-rich p {
    margin-bottom: 15px;
  }

  .case-std-title-lft {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .case-std-title-btn {
    text-align: center;
    width: 100%;
  }

  .case-study-clm {
    width: 50%;
    padding: 10px;
  }

  .case-study-icon.ou-cr-vlu, .case-study-icon.our-core-value-para {
    border-radius: 10px;
  }

  .health-check-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .health-chck-lft {
    width: 100%;
  }

  .health-txt-wpr {
    padding-top: 30px;
    padding-right: 0;
  }

  .health-txt-rich li {
    background-position: 0 3px;
    width: 47%;
    line-height: 1.3;
  }

  .health-chck-rgt {
    width: 100%;
  }

  .ftr-upr-wpr {
    flex-flow: wrap-reverse;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .ftr-upr-lft-clm, .ftr-upr-rgt-clm {
    width: 100%;
  }

  .ftr-copy-rgt-wpr {
    margin-top: 20px;
    padding-top: 15px;
  }

  .copy-para {
    margin-bottom: 15px;
  }

  .ftr-upr-lft-clm-inr {
    padding-top: 30px;
    padding-right: 0;
  }

  .ftr-lwr-wpr {
    padding-bottom: 20px;
  }

  .people-asking-sec {
    padding-top: 70px;
  }

  .asking-tab-btn {
    font-size: 15px;
  }

  .question-tab-lft {
    display: none;
  }

  .question-tab-lft-wpr.question-tab-lft-wpr-case {
    padding-right: 20px;
  }

  .question-tab-lft-wpr.question-tab-lft-wpr-case.manage {
    padding-right: 15px;
  }

  .tab-question-list {
    padding-left: 15px;
  }

  .tab-question-list.tab-question-list-case {
    max-height: 800px;
  }

  .tab-question-list-item {
    padding: 20px;
  }

  .tab-question-text {
    font-size: 18px;
  }

  .tab-question-text.manage {
    font-size: 16px;
  }

  .question-tab-rgt {
    width: 100%;
  }

  .each-question-tab-content {
    display: block;
    margin-bottom: 12px;
  }

  .each-question-tab-content-inr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .question-acc-title {
    width: 100%;
    display: block;
    position: relative;
  }

  .question-rich-wpr {
    padding-top: 10px;
    display: none;
  }

  .hamberger {
    cursor: pointer;
    max-width: 40px;
    padding: 0;
  }

  .hamberger.inner {
    background-color: var(--whitecolor);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 35px;
    max-width: 100%;
    height: 35px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .hamberger-close {
    width: 10px;
  }

  .hamberger-icon {
    width: 24px;
  }

  .freedom-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .freedom-lft-clm, .freedom-rgt-clm {
    width: 100%;
  }

  .freedom-rgt-wpr {
    padding-top: 30px;
    padding-left: 0;
  }

  .body {
    font-size: 16px;
  }

  .inner-banner {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .stock-picker-sec {
    padding-top: 0;
  }

  .stock-picker-lft-clm, .stock-picker-rgt-clm {
    width: 100%;
  }

  .stock-picker-rgt-txt {
    padding-top: 30px;
    padding-left: 0;
  }

  .our-philosophy-lft-clm {
    width: 100%;
  }

  .our-philosophy-txet {
    padding-top: 30px;
    padding-right: 0;
  }

  .hw-do-it-list-tle {
    font-size: 22px;
  }

  .hw-do-it-list-para {
    font-size: 18px;
  }

  .our-philosophy-rgt-clm, .our-philosophy-img-wpr {
    width: 100%;
  }

  .cmn-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cmn-gap.our-philosophy-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .our-core-value-sec.cmn-gap {
    padding-bottom: 70px;
  }

  .inpactful-sec, .bob-wolfa-sec.cmn-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bob-lft-clm, .bob-rgt-clm {
    width: 100%;
  }

  .bob-rgt-txt-wpr {
    padding-left: 0;
  }

  .bob-wolfa-upper-bttm {
    padding-top: 12px;
  }

  .bob-wolfa-lwr-lft-clm {
    width: 100%;
  }

  .bob-wolfa-lwr-lft-clm.bob-wolfa-lwr-lft-clm-lst {
    padding-left: 0;
  }

  .bob-wolfa-lwr-txt-wpr {
    max-width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }

  .bob-wolfa-lwr-rich li, .bob-wolfa-lwr-rgt-clm {
    width: 100%;
  }

  .body-2 {
    font-size: 16px;
  }

  .tech-clm {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tech-clm.tech-clm-3 {
    margin-bottom: 0;
  }

  .tech-clm.tech-clm-2 {
    border-right-style: none;
  }

  .organization-img {
    max-width: 100px;
  }

  .case-tab-left {
    padding: 15px 10px;
  }

  .case-tab-left.manage {
    margin-bottom: 15px;
    padding: 18px 7px;
  }

  .case-rich-txt h2 {
    font-size: 29px;
  }

  .case-rich-txt h1 {
    font-size: 37px;
  }

  .case-rich-txt h3 {
    font-size: 22px;
  }

  .case-rich-txt p {
    margin-bottom: 17px;
  }

  .our-service-clm {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .why-client-choose-us-sec.cmn-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why-client-th {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .why-client-th.first {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .why-client-th-txt {
    font-size: 16px;
  }

  .meeting-roadmap-sec {
    padding-bottom: 0;
  }

  .roadmap-wpr {
    padding-top: 100px;
  }

  .roadmap-clm {
    width: 33.33%;
    padding: 10px;
  }

  .roadmap-clm.roadmap-clm-two, .roadmap-clm.roadmap-clm-three, .roadmap-clm.roadmap-clm-four {
    margin-top: 0;
  }

  .roadmap-clm.roadmap-clm-five {
    margin-top: 0%;
  }

  .roadmap-circle {
    border-radius: 10px;
    box-shadow: 0 10px 20px #5e17eb1c;
  }

  .roadmap-bdr-img {
    display: none;
  }

  .roadmap-step-nmbr {
    font-size: 100px;
    right: 10px;
  }

  .annual-serv-sec {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .annual-serv-hd-lft {
    text-align: center;
    width: 100%;
  }

  .annual-serv-hd-rgt {
    text-align: center;
    width: 100%;
    padding-top: 15px;
  }

  .annual-srv-thead-data {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .annual-srv-body-td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .manage-everything-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .main-pricing-sec {
    padding-bottom: 70px;
  }

  .main-pricing-tbl-outer {
    padding-bottom: 20px;
    overflow: auto;
  }

  .main-pricing-tbl {
    width: 1000px;
  }

  .tbl-main-head-txt {
    font-size: 22px;
  }

  .price-tbl-body-rgt-td {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .money-back-img {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .money-back-txt {
    font-size: 18px;
  }

  .serv-tbl-note-rich {
    width: 100%;
  }

  .calculator-input {
    height: 55px;
  }

  .calculator-frm-btn {
    background-position: 85%;
    height: 55px;
    padding: 10px 70px 10px 30px;
  }

  .calculator-bttm-list-txt.h3-title {
    font-size: 20px;
  }

  .calculator-tbl-wpr {
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .calculator-tbl, .average-wpr {
    width: 1000px;
  }

  .average-clm.first {
    padding-left: 10px;
  }

  .agreement-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .agreement-faq-wpr {
    column-count: inherit;
    gap: 0;
  }

  .agreement-accordian-item {
    width: 100%;
  }

  .agreement-note-txt-wpr {
    padding-top: 30px;
  }

  .h1-title-2 {
    font-size: 42px;
  }

  .h2-title-2 {
    font-size: 32px;
  }

  .our-resource-lft {
    width: 100%;
  }

  .collection-search-form {
    padding-right: 15px;
  }

  .our-resource-rgt {
    width: 100%;
  }

  .our-resource-sec {
    padding-top: 170px;
  }

  .collection-search-block {
    width: 350px;
  }

  .our-resource-rgt-outer {
    padding-top: 50px;
    padding-left: 0;
  }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-resource-rgt-upr {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-resource-lft-rich p, .our-resource-lft-rich ul {
    margin-bottom: 20px;
  }

  .h1-title-3 {
    font-size: 42px;
  }

  .h2-title-3 {
    font-size: 32px;
  }

  .topic-item-lnk {
    padding: 12px 28px;
  }

  .collection-sldr-btn-wpr {
    padding-top: 35px;
  }

  .collection-btn {
    width: 40px;
    height: 40px;
  }

  .collection-btn-img {
    max-width: 14px;
  }

  .list {
    margin-bottom: 20px;
  }

  .lst-page-upper-category-lft {
    width: 35%;
  }

  .booklate-title-wpr {
    top: 51%;
  }

  .lst-page-upper-category-rgt {
    width: 65%;
  }

  .lst-page-upper-category-rgt-inr {
    padding-left: 30px;
  }

  .sub-category-lst-item-inr {
    margin-bottom: 20px;
  }

  .sub-category-post-wpr {
    padding-left: 15px;
  }

  .post-details-rich h2 {
    font-size: 32px;
  }

  .post-details-rich h3 {
    font-size: 28px;
  }

  .ftr-social-link {
    width: 35px;
    height: 35px;
  }

  .privacy-policy-main-sec {
    padding-bottom: 80px;
  }

  .privacy-policy-rich h2 {
    font-size: 26px;
  }

  .login-main-sec {
    padding-bottom: 70px;
  }

  .login-lts {
    justify-content: center;
    align-items: stretch;
  }

  .login-lts-item {
    width: 33.33%;
  }

  .login-logo-img-wpr {
    margin-bottom: 30px;
  }

  .contact-top-embed-wpr.gamma {
    width: 100%;
    padding-right: 0;
  }

  .scheduling-wpr {
    width: 100%;
    padding-bottom: 20px;
  }

  .gamma-wpr {
    flex-flow: row-reverse wrap-reverse;
  }

  .calendly-outer-sec {
    padding-top: 160px;
  }

  .calendly-clm-lft, .calendly-clm-rgt {
    width: 100%;
  }

  .calendly-clm-rgt-wpr {
    padding-top: 30px;
    padding-left: 0;
  }

  .ln-main-head {
    padding-top: 15px;
  }

  .ln-nav-brand {
    width: 200px;
  }

  .ln-banner-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .ln-banner-lft-clm {
    width: 100%;
  }

  .ln-banner-txt {
    text-align: left;
    padding-top: 35px;
    padding-right: 0;
  }

  .ln-h1-title {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1.3;
  }

  .ln-h1-sm-txt {
    font-size: 25px;
  }

  .ln-banner-rgt-clm {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .ln-bnr-blur {
    top: 10%;
    right: 0%;
  }

  .ln-bnr-resource-list {
    justify-content: center;
    align-items: center;
    margin: -5px;
  }

  .ln-bnr-resource-item {
    padding: 5px;
  }

  .ln-page-popup-title {
    font-size: 36px;
  }

  .nw-dwnld-bnr-inr, .dwnld-dtls-lft-wpr {
    width: 100%;
  }

  .dwnld-dtls-lft-rich-txt h2 {
    font-size: 32px;
  }

  .dwnld-dtls-rgt-wpr {
    width: 100%;
  }

  .dwnld-dtls-rgt-inr {
    padding-top: 30px;
    padding-left: 0;
  }

  .landing-discloser-wpr {
    padding-top: 35px;
  }

  .resource-btm-part {
    padding-left: 0;
  }

  .process-news-btn-wpr.ftr-before {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .h1-title {
    font-size: 36px;
  }

  .h2-title {
    font-size: 30px;
  }

  .h2-title.health-h2 {
    font-size: 28px;
  }

  .h2-title.h2-title-pop-up {
    font-size: 24px;
  }

  .h3-title.case-study-bx-tle-txt {
    font-size: 20px;
  }

  .h3-title.case-h-three-mobile {
    margin-bottom: 0;
  }

  .h3-title.our-service-h-three {
    font-size: 20px;
  }

  .h6-title.clarity-card-tle {
    line-height: 1.3;
  }

  .container {
    max-width: 540px;
  }

  .header-brand {
    width: 130px;
  }

  .header-brand.w--current {
    padding-left: 0;
  }

  .hm-banner-sec {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .row.clarity-row {
    margin: -10px;
  }

  .row.batch-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row.tech-row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.roadmap-row {
    justify-content: center;
    align-items: stretch;
    margin: -15px;
  }

  .row.post-row {
    margin: -7px;
  }

  .h1-animation-wpr.type-write-wpr {
    width: 100%;
    left: 50%;
  }

  .hn-bnr-para {
    max-width: 100%;
  }

  .nav-list-outer {
    width: 300px;
  }

  .nav-link {
    font-size: 22px;
  }

  .hdr-btn-link.login {
    min-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .associated-sec {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .associated-sec.home {
    padding-top: 40px;
  }

  .cmn-head {
    margin-bottom: 30px;
  }

  .cmn-head.wy-clnt-chse-us-head, .cmn-head.meeting-roadmap-head {
    text-align: center;
  }

  .clarity-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clarity-clm {
    padding: 10px;
  }

  .clarity-card-icon {
    border-radius: 15px;
    width: 60px;
    height: 60px;
  }

  .clarity-card-icon-img {
    max-width: 30px;
  }

  .advisoe-wpr, .hm-batch-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .batch-clm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-study-icon {
    border-radius: 10px;
    width: 60px;
    height: 60px;
  }

  .case-study-icon-img {
    max-width: 25px;
  }

  .health-check-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .health-txt-rich li {
    width: 46%;
  }

  .health-txt-rich h3 {
    font-size: 22px;
  }

  .ftr-navigation-wpr {
    flex-flow: wrap-reverse;
  }

  .ftr-navigation-lft {
    width: 100%;
  }

  .ftr-navigation-lft-wpr {
    max-width: 100%;
    padding-right: 0;
  }

  .ftr-quick-lnk-wpr {
    width: 100%;
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .people-asking-sec {
    padding-top: 60px;
  }

  .asking-tab-btn-list {
    border-style: none;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .asking-tab-btn-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 49%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .asking-tab-btn-item.active {
    border-color: var(--peachcolor);
  }

  .each-question-tab-content {
    display: block;
    margin-bottom: 10px;
  }

  .freedom-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .inr-bnr-para {
    margin-bottom: 15px;
  }

  .stock-picker-img-wpr {
    border-radius: 20px;
  }

  .stock-picker-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hw-do-it-list-para {
    font-size: 16px;
  }

  .our-philosophy-img-wpr {
    border-radius: 20px;
  }

  .cmn-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cmn-gap.our-philosophy-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-core-value-sec.cmn-gap {
    padding-bottom: 60px;
  }

  .bob-wolfa-sec.cmn-gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bob-wolfa-lwr-rich li {
    width: 100%;
  }

  .bob-wolfa-lwr-rgt-img-wpr {
    border-radius: 20px;
  }

  .mb-ftr-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .desk-top-ftr-logo {
    display: none;
  }

  .who-we-clm {
    width: 50%;
  }

  .tech-clm {
    border-bottom: 1px solid #54545499;
    border-right-style: none;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 15px;
  }

  .tech-clm.tech-clm-3 {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .texh-clm-wpr {
    max-width: 100%;
  }

  .case-study-row {
    flex-flow: wrap;
  }

  .case-tab-left {
    margin-bottom: 15px;
    display: none;
  }

  .case-left {
    width: 100%;
  }

  .case-left.manage {
    display: none;
  }

  .case-rt, .case-rt.manage {
    width: 100%;
  }

  .case-rt-each {
    margin-bottom: 20px;
  }

  .case-rich-txt h2 {
    font-size: 26px;
  }

  .case-rich-txt h1 {
    font-size: 32px;
  }

  .case-rich-txt h3 {
    font-size: 20px;
  }

  .case-each-rt-inner {
    border: 1px solid #eaeaea;
    border-radius: 15px;
    padding: 20px;
  }

  .case-rt-rich-wpr {
    padding-top: 20px;
  }

  .case-mobile-wpr-head {
    padding-right: 30px;
    display: block;
    position: relative;
  }

  .acc-drop-icon {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transition: all .3s ease-in-out;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
  }

  .acc-icon {
    width: 100%;
    height: auto;
  }

  .acc-icon.acc-minus {
    display: none;
  }

  .our-service-clm-wpr {
    flex-flow: wrap;
  }

  .our-service-rt {
    flex: auto;
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }

  .serv-det-pop-content {
    min-width: 450px;
  }

  .why-client-choose-us-sec.cmn-gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wh-cl-chs-us-wpr {
    padding-bottom: 20px;
    overflow: auto;
  }

  .why-client-table {
    width: 780px;
  }

  .why-client-table.serv {
    width: 100%;
  }

  .meeting-roadmap-sec {
    padding-bottom: 0;
  }

  .roadmap-wpr {
    padding-top: 60px;
    padding-left: 0;
  }

  .roadmap-clm {
    width: 50%;
    padding: 15px;
  }

  .roadmap-para-txt {
    font-size: 18px;
  }

  .annual-serv-sec {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .annual-srv-thead-data {
    width: 55%;
  }

  .annual-srv-thead-data.first {
    width: 20%;
  }

  .annual-srv-thead-data.second {
    width: 25%;
  }

  .annual-srv-body-td {
    width: 55%;
  }

  .annual-srv-body-td.first {
    width: 20%;
  }

  .annual-srv-body-td.second {
    width: 25%;
  }

  .manage-everything-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .manage-text-wpr {
    margin-top: 20px;
    padding-top: 15px;
  }

  .main-pricing-bg-wpr {
    padding-top: 30px;
  }

  .calculator-frm-each-wpr {
    flex: auto;
    width: 50%;
  }

  .calculator-input {
    border-radius: 10px;
  }

  .calculator-frm-btn-wpr {
    text-align: center;
    width: 100%;
  }

  .calculator-bttm-list-txt.h3-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .calculator-list-span.big-txt {
    line-height: 1.5;
  }

  .h1-title-2 {
    font-size: 36px;
  }

  .h2-title-2 {
    font-size: 30px;
  }

  .collection-search-wpr {
    width: 100%;
  }

  .collection-txt {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .our-resource-sec {
    padding-bottom: 70px;
  }

  .collection-search-block {
    flex: 1;
    width: auto;
  }

  .our-resource-rgt-upr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-resource-rgt-upr.list-pg {
    padding: 40px 20px;
  }

  .h1-title-3 {
    font-size: 36px;
  }

  .h2-title-3 {
    font-size: 30px;
  }

  .topic-wpr {
    padding-top: 10px;
  }

  .all-collection-lnk-wpr {
    margin-bottom: 25px;
  }

  .lst-page-upper-category-lft {
    width: 40%;
  }

  .lst-page-upper-category-rgt {
    width: 60%;
  }

  .lst-page-upper-category-rgt-inr {
    padding-left: 20px;
  }

  .sub-category-lft {
    width: 100%;
  }

  .sub-category-lst-wpr {
    padding: 20px 25px;
  }

  .sub-category-lst-item-inr {
    margin-bottom: 15px;
  }

  .sub-category-rgt {
    width: 100%;
  }

  .sub-category-post-wpr {
    padding-top: 25px;
    padding-left: 0;
  }

  .post-clm {
    padding: 7px;
  }

  .post-details-rich h2 {
    font-size: 30px;
  }

  .ftr-social-lst-item {
    margin-right: 15px;
  }

  .privacy-policy-main-sec {
    padding-bottom: 70px;
  }

  .login-lts-item {
    width: 50%;
  }

  .bst-desc-frm-innr {
    margin-left: 0;
  }

  .calendly-lft-rich h2, .calendly-lft-rich h1 {
    font-size: 28px;
  }

  .ln-h1-title {
    margin-bottom: 15px;
    font-size: 35px;
  }

  .ln-h1-sm-txt {
    font-size: 20px;
  }

  .ln-banner-rgt-clm {
    width: 55%;
  }

  .ln-bnr-blur {
    width: 100%;
  }

  .ln-bnr-resource-list-outer {
    padding-top: 30px;
  }

  .nw-freedwnld-clm {
    width: 50%;
  }

  .dwnld-dtls-lft-rich-txt h2 {
    font-size: 30px;
  }

  .rsrce-col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1-title {
    font-size: 30px;
  }

  .h1-title.white-txt {
    padding-bottom: 35px;
  }

  .h1-title.blg-dtls-h1-tle {
    font-size: 30px;
  }

  .h2-title {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .h2-title.here-are-h-two {
    font-size: 22px;
  }

  .h3-title.case-h-three-mobile, .h3-title.ln-bnr-medium-txt {
    font-size: 20px;
  }

  .cmn-btn {
    padding-left: 42px;
    padding-right: 20px;
  }

  .cmn-btn.ln-contact {
    padding: 12px 15px;
    font-size: 14px;
  }

  .cmn-btn.ln-contact.nw-ln-contact {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cmn-btn.ln-resource-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cmn-btn-arr {
    margin-left: 30px;
  }

  .main-header {
    top: 25px;
  }

  .container {
    max-width: 100%;
  }

  .header-brand {
    width: 100px;
    padding-left: 0;
  }

  .main-header-inr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hm-banner-sec {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .row.advisoe-row, .row.batch-row, .row.roadmap-row {
    margin: -10px;
  }

  .row.nw-freedownload-row {
    margin: -8px;
  }

  .bnr-lft-txt {
    padding-top: 25px;
  }

  .hn-bnr-para {
    margin-bottom: 20px;
  }

  .hm-bnr-btn-wpr {
    flex-flow: column;
  }

  .text-link.bnr-txt-link.white-txt {
    margin-top: 15px;
    margin-left: 0;
  }

  .bnr-rgt-img-wpr {
    border-radius: 15px;
    width: 100%;
  }

  .hdr-right {
    margin-right: 10px;
  }

  .hdr-btn-wpr {
    margin-left: 5px;
  }

  .hdr-btn-link.signup {
    min-width: 80px;
    padding: 10px 4px;
    font-size: 12px;
  }

  .hdr-btn-link.signup.new-contact {
    font-size: 12px;
  }

  .hdr-btn-link.login {
    width: 35px;
    min-width: 100%;
    height: 35px;
    display: flex;
  }

  .hdr-btn-link-img {
    width: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmn-head.text-center.associated {
    margin-bottom: 20px;
  }

  .associated-sldr-item.splide__slide {
    padding: 10px;
  }

  .associated-sldr-logo {
    max-width: 140px;
  }

  .clarity-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clarity-clm {
    width: 100%;
  }

  .clarity-card-icon {
    border-radius: 10px;
    width: 50px;
    height: 50px;
  }

  .clarity-card-icon-img {
    max-width: 25px;
  }

  .advisoe-wpr {
    padding: 50px 12px;
  }

  .advisoe-clm {
    padding: 10px;
  }

  .advisoe-card {
    padding: 25px 20px;
  }

  .advisoe-card-lst-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .advisoe-btn-wpr {
    padding-top: 35px;
  }

  .hm-batch-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .batch-clm {
    width: 100%;
  }

  .batch-img-wpr {
    min-height: auto;
  }

  .case-study-clm {
    width: 100%;
  }

  .health-check-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .health-txt-rich li {
    width: 100%;
  }

  .health-txt-rich h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .ftr-navigation-wpr {
    flex-flow: wrap-reverse;
  }

  .ftr-navigation-lft {
    width: 100%;
  }

  .ftr-quick-lnk-wpr {
    width: 100%;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .ftr-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ftr-inbox-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inbx-each-input {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copy-para {
    line-height: 1.5;
  }

  .privacy-lst {
    flex-flow: wrap;
  }

  .privacy-lst-item {
    width: 50%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .inbx-frm-submit {
    width: 100%;
  }

  .ftr-lwr-wpr {
    padding-bottom: 15px;
  }

  .people-asking-sec {
    padding-top: 50px;
  }

  .asking-tab-btn-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamberger-icon {
    width: 20px;
  }

  .freedom-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .login-txt {
    display: none;
  }

  .inner-banner {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .stock-picker-img-wpr {
    border-radius: 10px;
  }

  .stock-picker-bg {
    padding: 50px 0;
  }

  .hw-do-it-list-tle {
    font-size: 20px;
  }

  .our-philosophy-img-wpr {
    border-radius: 10px;
  }

  .cmn-gap, .cmn-gap.our-philosophy-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our-core-value-sec.cmn-gap {
    padding-bottom: 50px;
  }

  .bob-wolfa-sec.cmn-gap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bob-batch-wpr {
    margin: -5px;
  }

  .bob-batch-lst-item {
    padding: 5px;
  }

  .who-we-clm {
    width: 100%;
  }

  .organization-img {
    max-width: 90px;
  }

  .case-each-rt-inner {
    padding: 20px 15px;
  }

  .acc-drop-icon {
    width: 16px;
    height: 16px;
  }

  .our-service-clm {
    width: 100%;
  }

  .serv-det-pop-content {
    min-width: 300px;
    padding: 40px 30px 20px;
  }

  .our-service-rt-pop-up {
    flex: auto;
    padding-top: 15px;
    padding-left: 0;
  }

  .pop-up-close {
    width: 30px;
    height: 30px;
    right: 0;
  }

  .pop-up-img {
    max-width: 12px;
  }

  .roadmap-clm {
    width: 100%;
    padding: 10px;
  }

  .roadmap-step-nmbr {
    font-size: 70px;
    top: 0;
  }

  .annual-srv-wpr {
    padding-bottom: 20px;
    overflow: auto;
  }

  .annual-srv-table {
    width: 600px;
  }

  .main-pricing-bg-wpr {
    padding-top: 30px;
  }

  .main-pricing-tbl {
    width: 800px;
  }

  .calculator-frm-each-wpr {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .calculator-frm-inr {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .calculator-frm-btn-wpr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .calculator-frm-btn {
    width: 100%;
  }

  .calculator-bttm-list-item {
    margin-bottom: 18px;
  }

  .calculator-bttm-list-txt.h3-title {
    line-height: 1.3;
  }

  .agreement-faq-wpr {
    margin-bottom: -10px;
  }

  .agreement-accordian-item {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .agreement-accordian-head {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .agreement-accordian-head-txt.h3-title {
    font-size: 18px;
  }

  .acc-icon-wpr {
    right: 15px;
  }

  .h1-title-2 {
    font-size: 30px;
  }

  .h2-title-2 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .collection-title-wpr {
    padding-right: 0;
  }

  .cmn-btn-2 {
    padding-left: 42px;
    padding-right: 20px;
  }

  .collection-search-wpr {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .collection-search-form {
    padding-right: 0;
  }

  .our-resource-sec {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .collection-search-block {
    flex: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .our-resource-rgt-upr {
    margin-right: -12px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .h1-title-3 {
    font-size: 30px;
  }

  .h2-title-3 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .cmn-btn-3 {
    padding-left: 42px;
    padding-right: 20px;
  }

  .collection-sldr-btn-wpr {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .lst-page-upper-category-wpr {
    flex-flow: wrap;
  }

  .lst-page-upper-category-lft {
    width: 100%;
  }

  .booklate-title {
    font-size: 20px;
  }

  .lst-page-upper-category-rgt {
    width: 100%;
  }

  .lst-page-upper-category-rgt-inr {
    padding-top: 10px;
    padding-left: 0;
  }

  .sub-category-search-wpr {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .sub-category-lst-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-clm {
    width: 100%;
  }

  .post-details-main-upr {
    padding-bottom: 20px;
  }

  .post-details-rich h2 {
    font-size: 26px;
  }

  .post-details-rich h3 {
    font-size: 24px;
  }

  .privacy-policy-main-sec {
    padding-bottom: 50px;
  }

  .login-lts-item {
    width: 100%;
  }

  .calendly-lft-rich h2, .calendly-lft-rich h1 {
    font-size: 22px;
  }

  .ln-nav-brand {
    width: 140px;
  }

  .ln-banner-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .ln-h1-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .ln-h1-sm-txt {
    font-size: 18px;
  }

  .ln-bnr-para-bld-txt {
    display: inline;
  }

  .ln-banner-rgt-clm {
    width: 70%;
  }

  .ln-bnr-resource-item {
    width: 100%;
  }

  .ln-page-popup-wpr {
    border-radius: 10px;
    padding: 20px;
  }

  .ln-page-popup-title {
    font-size: 28px;
  }

  .ln-page-popup-link {
    font-size: 14px;
    line-height: 1.3;
  }

  .ln-page-popup-link-arr {
    width: 10px;
    margin-left: 10px;
  }

  .ln-popup-close {
    width: 40px;
    height: 40px;
    top: -18px;
    right: -10px;
  }

  .ln-popup-close-img {
    width: 13px;
  }

  .nw-freedwnld-clm {
    width: 100%;
    padding: 8px;
  }

  .dwnld-dtls-outer {
    padding-top: 0;
  }

  .dwnld-dtls-lft-rich-txt h2 {
    font-size: 26px;
  }

  .dwnld-dtls-frm-bx {
    padding: 20px;
  }

  .dwnld-dtls-frm-bx-title {
    font-size: 24px;
  }

  .dwnld-dtls-frm-clm {
    width: 100%;
  }

  .dwnld-dtls-frm-input {
    padding-left: 0;
  }

  .dwnld-dtls-frm-sub-clm {
    width: 100%;
  }

  .dwnld-dtls-frm-sub {
    width: 100%;
    display: block;
  }

  .all-pst-srch-lst-nw-outer {
    margin-bottom: 20px;
  }

  .all-pst-srch-lst-nw-date-wpr {
    width: 100%;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-extralightdemo.woff2') format('woff2'), url('../fonts/mont-extralightdemo.eot') format('embedded-opentype'), url('../fonts/mont-extralightdemo.woff') format('woff'), url('../fonts/mont-extralightdemo.ttf') format('truetype'), url('../fonts/mont-extralightdemo.svg') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-heavydemo.woff2') format('woff2'), url('../fonts/mont-heavydemo.eot') format('embedded-opentype'), url('../fonts/mont-heavydemo.woff') format('woff'), url('../fonts/mont-heavydemo.ttf') format('truetype'), url('../fonts/mont-heavydemo.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont_regular.woff2') format('woff2'), url('../fonts/mont_regular.eot') format('embedded-opentype'), url('../fonts/mont_regular.woff') format('woff'), url('../fonts/mont_regular.ttf') format('truetype'), url('../fonts/mont_regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont_bold.woff2') format('woff2'), url('../fonts/mont_bold.eot') format('embedded-opentype'), url('../fonts/mont_bold.woff') format('woff'), url('../fonts/mont_bold.ttf') format('truetype'), url('../fonts/mont_bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}