* {
  box-sizing: border-box;
}

.act-btn {
  padding: 11px 30px;
}

.content-wrap {
  max-width: 1400px;
}

section {
  padding: 90px 0;
}

.zwc-flexwrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.zwc-dlbk {
  display: block;
}

.zwc-inlbk {
  display: inline-block;
}

.zwc-bannerparent {
  background: transparent linear-gradient(159deg, #2e43b8 0, #293ba3 100%) 0 0
    no-repeat padding-box;
  color: #fff;
}

.zwc-banner-cont {
  width: 53%;
}

.zwc-banner-illus {
  width: 45%;
}

.zwc-banner-cont p {
  max-width: 525px;
  font-size: 18px;
}

.zwc-tool-head h2 {
  text-align: center;
  max-width: 990px;
  margin: 0 auto 50px;
}

.zwc-besttool-cont {
  width: 27%;
  color: #000;
  background: #fff;
  padding: 100px 35px 35px;
}

.zwc-flexwrap.zwc-thebest-flex {
  align-items: normal;
  gap: 20px;
  justify-content: center;
}

section.zwc-no-1-tool {
  padding-bottom: 50px;
}

.zwc-besttool-cont h3 {
  font-family: var(--zf-primary-bold);
}

.zwc-besttool-cont h3 {
  position: relative;
}

.zwc-besttool-cont h3::before {
  content: "";
  width: 63px;
  height: 69px;
  position: absolute;
  background: url(/sites/zweb/images/learn/smb/learn-smbsprite.svg)
    no-repeat;
  background-position: 0 0;
  top: -80px;
  left: 0;
  background-size: 450px auto;
}

.zwc-no-1-tool .zwc-besttool-cont:nth-child(2) h3::before {
  background-position: -63px 0;
  width: 55px;
  height: 77px;
}

.zwc-no-1-tool .zwc-besttool-cont:nth-child(3) h3::before {
  background-position: -118px 0;
  width: 79px;
  height: 72px;
}

.zwc-pricing-calculator-inner-wrap {
  background: #fff;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.zwc-list-lhs,
.zwc-list-rhs {
  width: 50%;
  text-align: center;
}
.zwc-table-pricing {
  align-items: normal;
}
.zwc-table-pricing .zwc-logo {
  padding: clamp(25px, 2.4vw, 40px);
}
.zwc-table-pricing .zwc-logo img {
  aspect-ratio: 2.6;
}
.zwc-list-lhs .zwc-logo {
  background: #ebedfa;
}
.zwc-list-rhs .zwc-logo {
  background: #f5f5f5;
}
.zwc-list-lhs {
  border-right: 1px solid #c4c4c4;
}
.zwc-pricing-btn-list button {
  padding: clamp(10px, 3vw, 20px) clamp(10px, 3vw, 50px);
  border: 2px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-family: var(--primaryfont-bold);
  font-size: clamp(16px, 2.3vw, 20px);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.zwc-pricing-btn-list button.zwc-active {
  border-color: #f5c43d;
  color: #f5c43d;
}

.zwc-pricing-btn-list {
  display: flex;
  width: fit-content;
  gap: 20px;
  margin: 40px auto clamp(30px, 4vw, 60px);
}
.zwc-pricing-calculator h3 {
  text-align: center;
  margin-bottom: 0px;
}

.zwc-table-pricing .zwc-pricing-count {
  font-size: clamp(20px, 4vw, 60px);
  padding: clamp(25px, 5vw, 80px) clamp(20px, 3vw, 40px);
  font-family: var(--primaryfont-bold);
}
.zwc-pricing-calculator h2 {
  text-align: center;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px;
}
.zwc-table-pricing.zwc-flexwrap {
  flex-direction: row;
}

.zwc-highlight {
  color: #fea800;
}

.zwc-switch-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.zwc-right-switch {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zwc-tgl {
  display: none;
}

.zwc-tgl + .zwc-tgl-btn {
  width: 50px;
  height: 26px;
  background: #ccc;
  display: inline-block;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}
.zwc-pricing-calculator h3 {
  font-size: 30px;
  text-align: center;
  margin: 0px;
  font-family: var(--primaryfont-bold);
}
.zwc-tgl + .zwc-tgl-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.3s;
}

.zwc-tgl:checked + .zwc-tgl-btn {
  background: #2a71d0;
}

.zwc-tgl:checked + .zwc-tgl-btn::after {
  left: 27px;
}

.zwc-zoho-cost-logo,
.zwc-alternative-cost-logo {
  width: 100px;
  text-align: right;
  margin-right: 15px;
}

.zwc-cost-bar {
  height: 14px;
  border-radius: 7px;
  width: 100%;
  max-width: 600px;
  display: block;
  background: #f4f4f4;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.zwc-cost-fill {
  height: 14px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
}

.zwc-cost-text {
  position: absolute;
  top: -35px;
  font-weight: bold;
  font-size: 22px;
}

.zwc-zoho-cost .zwc-cost-fill {
  background: #69cd88;
}

.zwc-alternative-cost .zwc-cost-fill {
  background: #d9534f;
}

.zwc-alternative-range {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.zwc-range-input {
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  appearance: none;
  height: 6px;
  background: #000;
  border-radius: 5px;
  outline: 0;
}

.zwc-range-input::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid black;
  border-radius: 50%;
  cursor: pointer;
}

.zwc-right-switch {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zwc-switch-button {
  width: 90%;
  margin: 30px auto 0;
}

.zwc-switch-wrap {
  margin: 0 10px;
  position: relative;
}

.zwc-right-switch > span {
  font-size: 18px;
  color: #030303;
  opacity: 0.4;
  font-family: var(--zf-primary-bold);
  transition: all 0.4s ease;
}

.zwc-right-switch > span.active {
  color: #000;
  opacity: 1;
}

.zwc-cost-line {
  display: flex;
  width: 80%;
  margin: 55px auto 0;
  align-items: center;
}

.zwc-zoho-cost-logo {
  width: 120px;
}

.zwc-zoho-cost-logo .zwc-zoho-cost-logo-box {
  width: 100%;
  height: 40px;
  background-image: url(/sites/zweb/images/productlogos/learn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.zwc-zoho-cost {
  width: 70%;
  position: relative;
}

.zwc-zoho-cost .zwc-cost-bar .zwc-cost-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #00d07c;
  width: 0;
  border-radius: 5px;
}

.zwc-zoho-cost .zwc-cost-bar .zwc-cost-text {
  position: absolute;
  left: 0;
  bottom: 120%;
  font-family: var(--zf-primary-bold);
  font-size: 30px;
}

.zwc-zoho-cost .zwc-cost-bar .zwc-cost-text:before {
  content: "$";
}

.zwc-alternative-line {
  display: flex;
  width: 80%;
  margin: 60px auto 50px;
  align-items: center;
}

.zwc-alternative-cost-logo {
  width: 120px;
  text-align: right;
}

.zwc-alternative-cost-logo .zwc-zoho-cost-logo-box {
  height: 40px;
  background: url(/sites/zweb/images/otherbrandlogos/trainual.svg)
    center / contain no-repeat;
  display: inline-block;
  width: 110px;
}

.zwc-alternative-cost {
  width: 70%;
  position: relative;
}

.zwc-alternative-cost .zwc-cost-bar {
  width: 100%;
  display: block;
  height: 15px;
  background: #f4f4f4;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.zwc-alternative-cost .zwc-cost-bar .zwc-cost-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ed4331;
  width: 0;
  border-radius: 5px;
}

.zwc-alternative-cost .zwc-cost-bar .zwc-cost-text {
  position: absolute;
  left: 0;
  bottom: 120%;
  font-family: var(--zf-primary-bold);
  font-size: 30px;
}

.zwc-alternative-cost .zwc-cost-bar .zwc-cost-text:before {
  content: "$";
}

.zwc-alternative-range {
  background-color: #f7f7f7;
  text-align: center;
  padding: 30px 0;
}

.zwc-alternative-range p {
  margin-bottom: 0;
  font-family: var(--zf-primary-bold);
  position: relative;
}

.zwc-alternative-range p.n-user:after {
  content: attr(data-val);
  position: absolute;
  margin-left: 6px;
}

.zwc-alternative-range .zwc-range-input {
  width: 90%;
  cursor: pointer;
  max-width: 370px;
}

.zwc-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* .zwc-tgl {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
} */

.zwc-tgl,
.zwc-tgl:after,
.zwc-tgl:before,
.zwc-tgl *,
.zwc-tgl *:after,
.zwc-tgl *:before,
.zwc-tgl + .zwc-tgl-btn {
  box-sizing: border-box;
}

.zwc-tgl::-moz-selection,
.zwc-tgl:after::-moz-selection,
.zwc-tgl:before::-moz-selection,
.zwc-tgl *::-moz-selection,
.zwc-tgl *:after::-moz-selection,
.zwc-tgl *:before::-moz-selection,
.zwc-tgl + .zwc-tgl-btn::-moz-selection {
  background: 0;
}

.zwc-tgl::selection,
.zwc-tgl:after::selection,
.zwc-tgl:before::selection,
.zwc-tgl *::selection,
.zwc-tgl *:after::selection,
.zwc-tgl *:before::selection,
.zwc-tgl + .zwc-tgl-btn::selection {
  background: 0;
}

.zwc-tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .zwc-tgl+.zwc-tgl-btn:after,.zwc-tgl+.zwc-tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 14px;
    height: 14px
} */

/* .zwc-tgl+.zwc-tgl-btn:after {
    left: 13%;
    top: 50%;
    transform: translatey(-50%)
} */

/* .zwc-tgl+.zwc-tgl-btn:before {
    display: none
} */

/* .zwc-tgl:checked+.zwc-tgl-btn:after {
    left: 59%
} */

/* .zwc-right-switch span.zwc-active {
    opacity: 1
} */

/* .zwc-tgl-light+.zwc-tgl-btn {
    background: #0071cc;
    border-radius: 2em;
    ! padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
} */

/* .zwc-tgl-light+.zwc-tgl-btn:after {
    border-radius: 14px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
} */

/* .zwc-tgl-light:checked+.zwc-tgl-btn {
    background: #0071cc
} */

input[type="range"] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}

input[type="range"]:focus {
  outline: 0;
  border: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #0071cc;
  border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  border: 6px solid #0071cc;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  border-radius: 24px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #0071cc;
  outline: 0;
  border: 0;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 10px;
}

/* input[type=range]::-moz-range-thumb {
    border: 6px solid #0071cc;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
    border-radius: 24px
} */

input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #0071cc;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
  background: #0071cc;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

input[type="range"]::-ms-thumb {
  border: 6px solid #0071cc;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  border-radius: 24px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #0071cc;
  outline: 0;
  border: 0;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #0071cc;
  outline: 0;
  border: 0;
}

/* .zwc-pricing-calculator-wrap .content-wrap a.act-btn {
    background: #f0483e;
    color: #fff
} */

.zwc-pricing-calculator-wrap .content-wrap .btn-bx {
  text-align: center;
  margin-bottom: 100px;
}

section.zwc-learn-sticky-tab {
  background: #ebefff;
}
/* 
thead.mob-header {
    position: sticky;
    top: 60px;
    z-index: 1
} */

/* thead.mob-header tr:first-child {
    position: sticky;
    top: 0;
    z-index: 1
} */

table.blueTable thead th {
  font-size: 20px;
  font-family: "Zoho_Puvi_SemiBold";
  padding: 25px 10px;
  font-weight: bold;
  width: 199px;
  color: #000;
  vertical-align: middle;
}

table.blueTable thead th:first-child {
  width: 199px;
  border-bottom: 0;
}

table.blueTable tbody td:nth-child(1) {
  padding: 20px 10px 20px 20px;
  text-align: left;
}

table.blueTable thead th:first-child,
table.blueTable thead th:last-child {
  background: #ebefff;
}

.faq-accordian .table-wrap {
  width: 1000px;
  margin: 0 auto;
}

td.blue-bg,
th.blue-bg {
  background: #fff;
  text-align: center !important;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #5777ff;
}

table.blueTable tbody td.blue-bg:last-child {
  border-top: 2px solid #5777ff;
}

table.blueTable tbody tr:last-child td.blue-bg {
  border-bottom: 2px solid #5777ff;
}

table.blueTable tbody tr:first-child {
  border-top: 1px solid#dadeed;
}

table.blueTable tbody tr {
  border-bottom: 1px solid#dadeed;
}

table.blueTable tbody tr:last-child {
  border: 0;
}

.mob-header tr:first-child th.blue-bg {
  border-top: 2px solid #5777ff;
}

table.blueTable tbody td {
  font-size: 20px;
  text-align: left;
  padding: 10px 0;
  width: 350px;
  text-align: center;
  font-family: var(--zf-primary-medium);
}

.faq-accordian {
  padding: 0;
  margin-bottom: 6px;
}

span.zwc-close,
span.zwc-available {
  position: relative;
  z-index: 0;
}

span.zwc-close:before,
span.zwc-available::before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  height: 22px;
  width: 22px;
  background-size: 32%;
}

span.zwc-close:before {
  background: url(/sites/zweb/images/learn/alternatives/cross-alt.svg)
    no-repeat;
  background-size: 100%;
}

span.zwc-available::before {
  background: url(/sites/zweb/images/learn/alternatives/tick-alt.svg)
    no-repeat;
  background-size: 100%;
}

.zwc-testiblog {
  background-color: #334acc;
  color: #fff;
}

.zwc-testiblog h2 {
  text-align: center;
  max-width: 945px;
  margin: 0 auto 30px;
  position: relative;
  padding: 0 0 80px;
}

.testi-wrap .zwc-testipara p {
  font-size: 32px;
}

.testi-wrap .cus-details {
  padding: 20px 0 0;
  text-align: center;
}

.testi-wrap .cus-details h3 {
  font-size: 32px;
}

.testi-wrap .cus-details span {
  display: block;
  font-family: var(--zf-primary-regular);
  font-size: 24px;
}

.testi-wrap .zwc-testipara h2::before {
  content: "";
  width: 66px;
  height: 50px;
  position: absolute;
  background: url(/sites/zweb/images/learn/smb/learn-smbsprite.svg)
    no-repeat;
  background-position: -251px -70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: 400px auto;
}

.testi-wrap .zwc-brand-logo {
  padding: 20px;
  width: 335px;
  margin: 0 auto 40px;
  border-radius: 10px;
  background-color: #fff;
}

.testi-wrap {
  margin: 0 auto;
  text-align: center;
}

.zwc-test-inner-wrap {
  max-width: 1142px;
  margin: auto;
}

.zwc-slick-slider .slick-dots li.slick-active {
  background: #9ca1be;
}

.zwc-powerup {
  background-color: #ebefff;
  position: relative;
}

.zwc-cont-creation p {
  font-size: 24px;
}

.zwc-powerupcont {
  width: 37%;
}

.zwc-powerupblog {
  width: 55%;
}

.zwc-flexwrap.powerup-flex {
  justify-content: space-between;
  padding: 170px 0 0;
}

.zwc-powerup:first-child .zwc-cont-creation .zwc-flexwrap.powerup-flex {
  padding: 50px 0 0;
}

.zwc-powerup h2 {
  max-width: 950px;
  margin: 0 auto 40px;
  text-align: center;
}

.zwc-cont-creation:nth-child(even) .zwc-flexwrap {
  flex-direction: row-reverse;
}

.zwc-cont-creation:nth-child(odd) .zwc-flexwrap {
  flex-direction: row;
}

.zwc-cont-creation.zwc-cont-c-1 .zwc-flexwrap {
  padding-top: 60px;
}

.zwc-cont-creation-head {
  position: sticky;
  top: 60px;
  z-index: 2;
  background-color: #ebefff;
}

.zwc-cont-creation-head ul {
  padding: 30px;
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-evenly;
}

.zwc-cont-creation-head ul li {
  display: inline-block;
}

.zwc-cont-creation-head li.active {
  border-bottom: 3px solid;
  border-color: #334acb;
}

.zwc-cont-creation-head li.active button {
  font-family: var(--zf-secondary-medium);
  color: #334acb;
}

.zwc-cont-creation-head li button {
  color: #000;
  position: relative;
  border: 0;
  background-color: inherit;
  font-size: 18px;
  font-family: var(--zf-primary-medium);
  cursor: pointer;
}

.zwc-cont-creation:last-child .zwc-flexwrap.powerup-flex {
  padding-bottom: 0;
}

.zwc-bottom-cta .content-wrap {
  text-align: center;
  max-width: 700px;
}

section.zwc-bottom-cta {
  padding-bottom: 0;
}

.zp-disclaimer-section .content-wrap {
  background: #f4f4fa;
  padding: 20px;
  border-radius: 10px;
  max-width: 1180px;
  text-align: center;
}
.zp-disclaimer-section p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) {
  .zwc-mainwrap h1 {
    font-size: 62px;
  }
  .zwc-mainwrap h2 {
    font-size: 56px;
  }

  .zwc-mainwrap h3 {
    font-size: 40px;
  }

  .zwc-besttool-cont h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .zwc-mainwrap h1 {
    font-size: 56px;
  }

  .zwc-mainwrap h2 {
    font-size: 53px;
  }

  .zwc-mainwrap h3 {
    font-size: 40px;
  }

  .zwc-besttool-cont h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .zwc-cont-creation p {
    font-size: 20px;
  }
  .testi-wrap .zwc-testipara p {
    font-size: 25px;
  }
  .zwc-cont-creation-head {
    top: 0px;
  }
  .zwc-mainwrap h1 {
    font-size: 50px;
  }

  .zwc-mainwrap h2 {
    font-size: 40px;
  }

  .zwc-mainwrap h3 {
    font-size: 30px;
  }

  .zwc-cont-creation-head li button {
    font-size: 15px;
  }

  .zwc-besttool-cont {
    width: 32%;
  }

  thead.mob-header {
    position: inherit;
  }

  .learn-comp-inner {
    overflow-x: scroll;
  }
  .zwc-flexwrap.powerup-flex {
    padding: 120px 0px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .zwc-cont-creation-head .zwc-cont-scr ul {
    display: none;
  }

  .zwc-flexwrap,
  .zwc-cont-creation:nth-child(even) .zwc-flexwrap,
  .zwc-cont-creation:nth-child(odd) .zwc-flexwrap {
    flex-direction: column;
  }

  .zwc-banner-cont,
  .zwc-besttool-cont,
  .zwc-banner-illus,
  .zwc-powerupcont,
  .zwc-powerupblog {
    width: 95%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 30px;
  }

  section.zwc-no-1-tool {
    padding: 0;
  }

  .zwc-besttool-cont h3::before {
    left: 0;
    right: 0;
    margin: 0 auto 10px;
  }

  .zwc-pricing-calculator-inner-wrap,
  .zwc-powerup h2 {
    max-width: 90%;
  }
  h3 .zwc-dlbk {
    display: unset;
  }

  .zwc-flexwrap.powerup-flex {
    padding-top: 50px;
  }

  .testi-wrap .zwc-testipara p {
    font-size: 20px;
  }

  .testi-wrap .cus-details h3 {
    font-size: 28px;
  }

  .testi-wrap .cus-details span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .testi-wrap .zwc-testipara p,
  .zwc-cont-creation p {
    font-size: 16px;
  }

  .zwc-mainwrap h1 {
    font-size: 28px;
  }

  .zwc-mainwrap h2 {
    font-size: 26px;
  }

  .zwc-mainwrap h3 {
    font-size: 24px;
  }

  section {
    padding: 60px 0;
  }

  table.blueTable tbody td,
  table.blueTable thead th {
    font-size: 18px;
  }
  .zwc-pricing-btn-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .zwc-flexwrap.powerup-flex {
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .zwc-pricing-calculator-inner-wrap,
  .zwc-powerup h2 {
    margin-bottom: 20px;
  }
  .zwc-flexwrap.powerup-flex {
    padding-top: 40px;
  }

  .zwc-besttool-cont {
    padding: 100px 15px 35px;
  }

  .zwc-cost-text {
    font-size: 17px;
  }
}
