*, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
.zd-span{
    font: 12px / 1.3 var(--zf-primary-regular);
}
body {
  font-family: var(--zf-primary-regular), 'Zoho Puvi', sans-serif;
  color: #333;
  background: #fff;
}
.zwc-plan-icon-col span.zwc-plan-tptxt{
  font: 12px/1.3 var(--zf-primary-regular);
  padding: 10px 0 0;
  display: inline-block;
}
.cares-lnk{
  color: #089949;
}
.dib{
  display: inline-block;
}
.topic-card span {
    font-size: 20px;
    width: 16px;
    height: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: rgb(8, 153, 73);
    margin: 0 0px 0px 7px;
    transition: 0.35s;
}
.topic-card span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    top: -3px;
    right: 0px;
    border-width: 0px 2px 2px 0px;
    border-style: none solid solid none;
    border-color: currentcolor rgb(8, 153, 73) rgb(8, 153, 73) currentcolor;
    border-image: initial;
    border-left: 0px;
    border-top: 0px;
}
.useful-lnk{
  font: 18px/1 var(--zf-primary-semibold);
  display: block;
  padding-bottom: 20px;
}
.contact_mail_id{
  color: #000;
}
.gd-ans a{
  color: #089949;
}
a {
  text-decoration: none;
}
.tik-icn{
  background-position: -20px -10px;
	width: 13px;
	height: 12px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zwc-plan-txt{
  width: 100%;
  display: block;
  padding-top: 10px;
}
.bg_lazy_loaded .cust-sprite-imag{
  background-image: url(/sites/zweb/images/desk/zoho-desk-support-services-sprite-2x.png);
  background-size: 751px auto;
  display: inline-block;
}
.classic-sprt-tble{
  background-position: -428px -22px;
	width: 42px;
	height: 52px;
}
.premium-sprt-tble{
  background-position:  -489px -22px;
	width: 37px;
	height: 52px;
}
.enterprise-sprt-tble{
  background-position: -538px -22px;
	width: 67px;
	height: 52px;
}
.classic-sprt{
  background-position: -61px -9px;
	width: 78px;
	height: 77px;;
}
.premium-sprt{
  background-position:  -163px -9px;
	width: 68px;
	height: 78px;
}
.enterprise-sprt{
  background-position: -256px -9px;
	width: 124px;
	height: 96px;
}
.twitter-icn{
  background-position: -161px -125px;
	width: 43px;
	height: 42px;
}
.email-icn{
  background-position: -61px -125px;
	width: 42px;
	height: 42px;
}
.phone-icn{
  background-position: -112px -125px;
	width: 41px;
	height: 42px;
}
/* ========== SECTION GAP SPACING ========== */
section[class*="zwc-"]:first-of-type {
  margin-top: -70px;
}

/* ========== HERO BANNER ========== */
.zwc-hero-con {
  background: #003d2b;
  color: #fff;
  text-align: center;
  padding: 160px 20px 135px;
  position: relative;
}
.zwc-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}
.zwc-hero-inner h1 {
  font: 60px/1.1 var(--zf-primary-semibold);
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.zwc-hero-inner p {
  font: 22px/1.6 var(--zf-primary-regular);
  opacity: 0.9;
  max-width: 900px;
  margin: 0 auto;
}

/* ========== SUPPORT PLANS ========== */
.zwc-plans-con {
  text-align: center;
  padding: 140px 20px 40px;
  background: #fdf5e8;
}
.zwc-plans-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.zwc-plans-inner > span {
  font: 16px/1 var(--zf-primary-semibold);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}
.zwc-plans-inner > h2 {
  font: 48px/1.15 var(--zf-primary-semibold);
  letter-spacing: -0.8px;
  padding-bottom: 50px;
}
.zwc-cards-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.zwc-card-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 70px 50px;
  width: 48%;
  text-align: center;
  position: relative;
  transition: box-shadow 0.3s ease;
}
.zwc-card-box:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.zwc-card-box.zwc-highlighted {
  /* border: 2px solid #2563eb; */
  box-shadow: 0 4px 20px rgba(37,99,235,0.12);
}
.zwc-card-badge {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #ffdf7d;
  color: #000;
  font: 12px/1 var(--zf-primary-regular);
  padding: 6px 14px;
  border-radius: 10px;
  text-transform: uppercase;
}
.zwc-card-badge.zwc-free-badge {
  background: #7dffc8;
}
.zwc-card-icn {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwc-card-box h3 {
  font: 36px/1.2 var(--zf-primary-medium);
  padding-bottom: 15px;
}
.zwc-card-box p {
  font: 20px/1.6 var(--zf-primary-regular);
  color: #555;
}

/* Enterprise Support - Full width */
.zwc-enterprise-con {
  padding: 0 20px 140px;
  background: #fdf5e8;
}
.zwc-enterprise-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.zwc-enterprise-box {
  background: #fff;
  ;
  border-radius: 16px;
  padding: 50px 40px 45px;
  text-align: center;
  position: relative;
}
/* .zwc-enterprise-box .zwc-card-badge {
  background: #f59e0b;
} */
.zwc-enterprise-box h3 {
  font: 36px/1.1 var(--zf-primary-medium);
  padding-bottom: 12px;
}
.zwc-enterprise-box > p {
  font: 20px/1.6 var(--zf-primary-regular);
  color: #555;
  max-width: 850px;
  margin: 0 auto 30px;
}
.zwc-enterprise-box h4 {
  font: 20px/1.3 var(--zf-primary-semibold);
  padding-bottom: 25px;
}
.zwc-entprs-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 40px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.zwc-entprs-features li {
  font: 20px/1.6 var(--zf-primary-regular);
  color: #444;
  padding-left: 40px;
  position: relative;
  width: calc(50% - 40px);
  box-sizing: border-box;
}
.bg_lazy_loaded .zwc-entprs-features li::before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(/sites/zweb/images/desk/zoho-desk-support-services-sprite-2x.png);
  background-size: 751px auto;
  display: inline-block;
   background-position: -16px -35px;
	width: 22px;
	height: 22px;;
}
.zwc-enterprise-icn {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== COMPARE PLANS ========== */
.zwc-compare-con {
  padding: 130px 20px 140px;
  text-align: center;
  background: #2d2d2d;
}
.zwc-compare-inner {
  max-width: 900px;
  margin: 0 auto;
}
.zwc-compare-inner > h2 {
  font: 40px/1.15 var(--zf-primary-semibold);
  letter-spacing: -0.8px;
  padding-bottom: 40px;
  color: #fff;
}
.zwc-compare-tbl-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 30px 30px 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  overflow: auto;
}
.zwc-plan-icons {
  display: table-row;
}
.zwc-plan-icons th {
  background: #fff;
  border: none;
  padding: 20px 15px;
  font-weight: normal;
  color: #333;
}
.zwc-plan-icon-col {
    width: 150px;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #e8e8e8;
    display: table-cell;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.zwc-plan-icon-col:first-child {
    border-right: 1px solid #e8e8e8;
    border-left: none;
    border-top: none;
}
.zwc-plan-icon-col:last-child {
    border-right: none;
}
.zwc-plan-icon-col > span {
  font: 28px/1 var(--zf-primary-medium);
}
.zwc-plan-icon-col .zwc-plan-txt {
  display: block;
  font-size: 28px;
  font-family: var(--zf-primary-medium);
  color: #333;
}
.zwc-compare-tbl {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.zwc-compare-tbl th,
.zwc-compare-tbl td {
  padding: 14px 15px;
  font: 14px/1.5 var(--zf-primary-medium);
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top:0 ;
  /* vertical-align: middle; */
  border-left: 0;
}
.zwc-compare-tbl th:last-child,
.zwc-compare-tbl td:last-child {
  border-right: none;
}
.zwc-compare-tbl th {
  font-family: var(--zf-primary-semibold);
  color: #333;
  background: #3a3a3a;
  color: #fff;
  border-right-color: rgba(255,255,255,0.15);
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.zwc-plan-icons th {
  background: #fff !important;
  color: #333 !important;
  border-right-color: #e8e8e8 !important;
  border-bottom: none !important;
  border-top: none !important;
}
.zwc-compare-tbl th:last-child {
  border-right: none;
}
.zwc-compare-tbl th:first-child {
  width: auto;
  border-radius: 0;
}
.zwc-compare-tbl th:last-child {
  border-radius: 0;
}
.zwc-compare-tbl thead tr:nth-child(2) th {
  border-top: 1px solid rgba(255,255,255,0.15);
  border-right: none;
}
.zwc-compare-tbl thead tr:nth-child(2) th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
 .zwc-compare-tbl thead tr:nth-child(2) th:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.zwc-compare-tbl td:not(:first-child) {
  text-align: center;
  width: 150px;
  font: 14px/1.5 var(--zf-primary-medium);
}
.zwc-compare-tbl th:not(:first-child) {
  text-align: center;
  width: 150px;
}
.zwc-compare-tbl tbody tr:last-child td {
  border-bottom: none;
}
.zwc-compare-tbl tbody tr:hover {
  background: #fafafa;
}
.zwc-cross {
  display: inline-block;
}
.zwc-compare-link {
  display: block;
  margin-top: 18px;
  text-align: right;
  font: 14px/1 var(--zf-primary-semibold);
  color: #089949;
  cursor: pointer;
  transition: color 0.2s;
}
.zwc-compare-link:hover {
  color: #089949;
  text-decoration: underline;
}
.zwc-compare-link.zwc-expanded svg {
  transform: rotate(90deg);
}
.zwc-expanded-rows {
  display: table-row-group;
}
.zwc-expanded-mob {
  display: block;
}

/* Tooltip */
.zwc-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.zwc-tip .zwc-tip-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.zwc-tip:hover .zwc-tip-icon {
  opacity: 0.8;
}
.zwc-tip .zwc-tip-box {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  background: #1e293b;
  color: #fff;
  font: 12px/1.5 var(--zf-primary-regular);
  padding: 10px 14px;
  border-radius: 8px;
  width: 240px;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  pointer-events: none;
}
.zwc-tip .zwc-tip-box::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #1e293b;
  transform: rotate(45deg);
}
.zwc-tip:hover .zwc-tip-box {
  display: block;
}
/* Tooltip inside th (white icon) */
.zwc-compare-tbl th .zwc-tip .zwc-tip-icon {
  opacity: 0.6;
}
.zwc-compare-tbl th .zwc-tip:hover .zwc-tip-icon {
  opacity: 1;
}
.zwc-compare-tbl th .zwc-tip .zwc-tip-icon path,
.zwc-compare-tbl th .zwc-tip .zwc-tip-icon circle {
  stroke: #fff;
}
/* ========== CONTACT SECTION ========== */
.zwc-contact-con {
  padding: 130px 20px 140px;
}
.zwc-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 480px;
  border-radius: 20px;
  overflow: visible;
}
.zwc-contact-img {
  flex: 1.2;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.zwc-contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zwc-contact-card {
  padding: 10px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
  z-index: 2;
}
.zwc-contact-iner{
background: #fff;
padding: 40px 36px;
border-radius: 20px;
z-index: 1;

}
.zwc-contact-card::after {
content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
    z-index: -1;
    border-radius: 23px;
}
.zwc-contact-card h3 {
  font: 22px/1.3 var(--zf-primary-bold);
  padding-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #111;
}
.zwc-contact-card-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}
.zwc-contact-card-item .zwc-ci-icon {
  border-radius: 50%;
  background: #00b4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.zwc-contact-card-item .zwc-ci-icon.zwc-ci-x {
  background: #000;
}
.zwc-contact-card-item .zwc-ci-content {
  flex: 1;
}
.zwc-contact-card-item .zwc-ci-label {
  font: 16px/1.4 var(--zf-primary-regular);
  color: #000;
}
.zwc-contact-card-item .zwc-ci-label b {
  color: #000;
  font-family: var(--zf-primary-semibold);
}
.zwc-phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
}
.zwc-phone-row .zwc-ci-label {
  font: 16px/1.4 var(--zf-primary-regular);
  color: #000;
  white-space: nowrap;
}
.zwc-country-select {
  font: 14px/1 var(--zf-primary-regular);
  padding: 7px 28px 7px 12px;
  border: 1px solid #c5c9d0;
  border-radius: 6px;
  background: #fff;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  min-width: 120px;
}
.zwc-phone-numbers {
  font: 16px/1.5 var(--zf-primary-semibold);
  color: #111;
  padding-top: 4px;
}
.zwc-contact-note {
  font: 16px/1.6 var(--zf-primary-regular);
  color: #555;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 8px;
}
.zwc-contact-note a {
  color: #111;
  font-family: var(--zf-primary-semibold);
  text-decoration: underline;
}

/* ========== FAQ SECTION - ADOPTED BANKING DESIGN ========== */
.zwc-faq-con {
  padding: 125px 30px;
  background: #f7f8f5;
}
.zwc-faq-inner {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.zwc-faq-inner > h2 {
  font: 48px/1.1 var(--zf-primary-semibold);
  text-align: center;
  padding-bottom: 50px;
}
.support-offer-list {
  max-width: 460px;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
.gd-ans p{
font: 18px/1.6 var(--zf-primary-regular);
}
.support-offer-list li {
  display: block;
  margin: 30px 0 0 0;
  position: relative;
  text-align: left;
  font: 18px/1.6 var(--zf-primary-regular);
}

.bg_lazy_loaded .support-offer-list li:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 2px;
  border-radius: 20px;
background-image: url(/sites/zweb/images/desk/zoho-desk-support-services-sprite-2x.png);
    background-size: 751px auto;
    display: inline-block;
    background-position: -16px -35px;
    width: 22px;
    height: 22px;
}

.mT20 {
  margin-top: 20px;
}

.faq_container {
  max-width: 960px;
  margin: 0 auto 0;
  width: 100%;
  position: relative;
  text-align: center;
}

.gd-fqa {
  text-align: left;
  padding: 70px 0 0;
  display: none;
}

.gd-qus {
  font: 28px/1.2 var(--zf-secondary-medium);
  cursor: pointer;
  position: relative;
}

.ga-fq-cont {
  transition: all .5s linear;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto 10px;
  padding: 30px 30px 30px 85px;
  box-sizing: border-box;
  cursor: pointer;
}

.gd-ans {
  display: none;
  padding: 15px 0 0;
}

.faq_exp_sec {
  position: sticky;
}

.expand-all-sec {
  box-sizing: border-box;
  width: 110px;
  background-color: rgb(227, 227, 227);
  border-radius: 12px;
  font: 16px/1.2 var(--zf-primary-regular);
  color: #181819;
  padding: 6px 10px;
  cursor: pointer;
  position: absolute;
  top: 125px;
  right: -80px;
  transform: translateY(-50%) rotate(270deg);
}

.open-icon {
  background-position: -218px -135px;
	width: 23px;
	height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
}

.gd-qus .open-icon {
  top: 4px;
  transform: inherit;
}

.open-icon.close-icon {
  background-position: -250px -135px;
	width: 23px;
	height: 23px;
}

.faq-tab-list {
  max-width: 700px;
  margin: 0 auto 0;
}

.faq-tab-list li {
  font: 20px var(--zf-primary-regular);
  margin: 0 30px;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 5px;
  color: rgba(0,0,0,0.6);
}

.add-bdr {
  position: relative;
}

.add-bdr:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #000;
  top: 2px;
  left: -30px;
  position: absolute;
  display: inline-block;
}

.add-bdr:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #000;
  top: 2px;
  right: -30px;
  position: absolute;
  display: inline-block;
}

.faq-tab-list li.tab-active {
  border-bottom: 2px solid #089949;
  color: rgba(0,0,0,1);
}

.gd-fqa .support-offer-list {
  max-width: 96%;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px;
  max-width: 240px;
  vertical-align: top;
  font: 20px/1.6 var(--zf-primary-regular);
}

th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px;
  width: 50%;
  vertical-align: top;
  font: 20px/1.6 var(--zf-primary-regular);
  font: 20px/1.6 var(--zf-primary-semibold);
}

.collapse-btn {
  display: none;
}

.bg_lazy_loaded .pricing-sprite {
    background-image: url(/sites/zweb/images/desk/zoho-desk-support-services-sprite-2x.png);
    background-size: 751px auto;
    display: inline-block;
}
/* ========== USEFUL LINKS ========== */
.zwc-useful-links-con {
    padding: 0 20px 60px;
    text-align: center;
    background: #f7f8f5;
}
.zwc-useful-links-inner {
  max-width: 800px;
  margin: 0 auto;
}
.zwc-useful-links-inner p {
  font-size: 22px;
  color: #000;
}
.zwc-useful-links-inner a {
    color: #089949;
    text-decoration: none;
    font-family: var(--zf-primary-semibold);
    padding: 20px;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    display: inline-block;
}
.zwc-useful-links-inner a:hover {
  text-decoration: underline;
}
/* ========== RESPONSIVE ========== */
@media only screen and (max-width: 1130px) {
    .zwc-plans-inner>h2 {
        font-size: 42px;
        letter-spacing: -0.96px;
    }
    .zwc-card-box h3{
      font-size: 32px;
    }
  }
@media only screen and (max-width: 1140px) {
  .zwc-card-box {
    padding: 40px 40px 50px;
  }
h2 {
  font-size: 40px;
}

p {
  font-size: 18px;
}

.faq_exp_sec {
  margin: 20px 15px 0;
    text-align: right;
    position: static;
}

.expand-all-sec {
  position: static;
    transform: inherit;
}

.gd-fqa {
  padding: 30px 0 0;
}
}
@media (max-width: 1024px) {
  .zwc-hero-con{
      padding: 140px 25px 95px;
  }
  .zwc-plans-con{
    padding: 100px 20px 40px;
  }
  .zwc-enterprise-con{
    padding: 0 20px 100px;
  }
  .zwc-compare-con {
    padding: 90px 20px 100px;
  }
  .zwc-contact-con {
    padding: 90px 20px 100px;
}
    .zwc-faq-con {
        padding: 95px 30px 40px;
    }
  /* .zwc-faq-con {
    padding: 95px 30px;
  } */
  .zwc-faq-inner > h2 {
    font-size: 40px;
  }
  .zwc-faq-item {
    padding: 0;
  }
  .zwc-faq-qn {
    padding: 25px 50px 25px 40px;
  }
  .zwc-faq-qn h3 {
    font-size: 24px;
  }
  .zwc-faq-qn .zwc-faq-icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .zwc-faq-ans {
    padding: 15px 50px 30px 40px;
  }
}
@media only screen and (max-width: 992px) {
.support-offer-list {
  max-width: 600px;
}

.gd-qus {
  font-size: 26px;
}

.ga-fq-cont {
  padding: 25px 30px 25px 85px;
}


td, th {
  font: 18px/1.6 var(--zf-primary-regular);
}
}
@media (max-width: 768px) {
  .zwc-card-box{
    width: 100%;
  }
  .zwc-faq-inner > h2 {
    font-size: 34px;
    padding-bottom: 35px;
  }
  .zwc-faq-tabs {
    padding-bottom: 25px;
  }
  .zwc-faq-qn {
    padding: 25px 40px 25px 30px;
  }
  .zwc-faq-qn h3 {
    font-size: 22px;
  }
  .zwc-faq-qn .zwc-faq-icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .zwc-faq-ans {
    padding: 12px 40px 25px 30px;
    font-size: 14px;
  }
  .zwc-faq-ans p {
    font-size: 14px;
  }
}
  /* Merged from 767px */
  @media (max-width: 767px) {
    .zwc-compare-tbl thead tr:nth-child(2) th:first-child{
          border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
     .zwc-compare-tbl thead tr:nth-child(2) th:last-child, .zwc-compare-tbl thead tr:nth-child(2) th:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
    .zwc-compare-tbl-wrap {
      padding: 30px 0 20px;
    }
    .zwc-compare-tbl thead tr:nth-child(2) th {
  border-top: 0;
  border-bottom: 0;
}
    .zwc-hero-inner h1 {
        font-size: 42px;
    }
    .zwc-hero-con {
        padding: 115px 20px 60px;
    }
    .zwc-enterprise-box{
      padding: 50px 25px 45px;
    }
  .zwc-contact-iner{
    padding: 30px 15px;
  }
  .zwc-faq-con {
    padding: 65px 20px;
  }
  .zwc-plan-icon-col .zwc-plan-txt{
    font-size: 18px;
  }
  .zwc-plans-con{
    padding: 70px 20px 40px;
  }
  .zwc-enterprise-con {
    padding: 0 20px 70px;
  }
  .zwc-compare-con{
    padding: 65px 20px 70px;
  }
  .zwc-contact-con{
    padding: 65px 20px 70px;
  }
  .ga-fq-cont {
    padding: 25px 25px 25px 60px;
  }
  .zwc-plans-inner>h2, .zwc-compare-inner > h2 {
    font-size: 38px;
  }
  .zwc-card-box h3 {
      font-size: 28px;
  }
  .zwc-enterprise-box > p, .zwc-card-box p, .zwc-entprs-features li{
    font-size: 18px;
  }
  .zwc-hero-inner p{
    font-size: 20px;
  }

  .open-icon {
    left: -40px;
  }
  .gd-qus {
    font-size: 22px;
  }
  .gd-fqa .support-offer-list li {
    font: 16px/1.6 var(--zf-primary-regular);
  }
  .mob-scrl .gd-ans {
    overflow: auto;
  }
  .zwc-entprs-features li{
    width: 100%;
  }
}
/* ========== RESPONSIVE ========== */
@media only screen and (max-width: 650px) {
  .add-bdr:before {
    right: -10px;
  }
  .add-bdr:after {
    left: -10px;
  }
  .faq_exp_sec {
    margin: 40px 15px 0;
  }
  .support-offer-list li {
    font: 18px/1.6 var(--zf-primary-regular);
  }
  .faq-tab-list li {
    padding: 5px 0;
    font: 18px var(--zf-primary-regular);
    margin: 5px 10px;
  }
  .faq-tab-list {
    margin: 0 auto 0;
    /* position: sticky;
    top: 0; */
    z-index: 2;
  }
  .add-bdr:before, .add-bdr:after {
    display: none;
  }
  .faq_exp_sec {
    display: none;
  }
}
@media (max-width: 540px) {
  .zwc-contact-card-item .zwc-ci-icon{
    display: none;
  }
  .zwc-contact-iner {
    padding: 30px 25px;
  }
  .zwc-faq-inner > h2 {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .zwc-faq-qn {
    padding: 20px 35px 20px 25px;
  }
  .zwc-faq-qn h3 {
    font-size: 16px;
  }
  .zwc-faq-qn .zwc-faq-icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .zwc-faq-ans {
    padding: 10px 35px 20px 25px;
  }
  .zwc-faq-ans p {
    margin: 0 0 8px 0;
  }
  .zwc-faq-item {
    margin: 0 auto 6px;
  }
  .zwc-faq-list {
    padding: 20px 0 0;
  }
  /* Merged from second 540px block */
  /* .zwc-hero-inner p {
    font-size: 15px;
  } */
  .zwc-plans-con {
    padding: 50px 15px 40px;
  }
  .zwc-contact-card {
    padding: 28px 20px;
    /* margin: -50px 10px 20px; */
  }
  .zwc-contact-card{
      right: 10px;
      width: 96%;
  }
  .zwc-contact-card::after{
    position: unset;
  }
  .zwc-contact-card h3 {
    font-size: 18px;
  }
  .zwc-compare-tbl-wrap {
    padding: 10px 0;
  }
  .zwc-compare-tbl th,
  .zwc-compare-tbl td {
    padding: 8px 6px;
  }
  .zwc-compare-tbl th:first-child,
  .zwc-compare-tbl td:first-child {
    min-width: 150px;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    padding-left: 20px;
  }
  .zwc-compare-tbl th:first-child {
    z-index: 3;
    background: #3a3a3a;
  }
  .zwc-compare-tbl th:not(:first-child),
  .zwc-compare-tbl td:not(:first-child) {
    min-width: 150px;
  }
  .zwc-plan-icon-col {
    width: calc(25% - 5px);
  }
  .zwc-plan-icon-col svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 540px) {
  .zwc-compare-tbl th:first-child,
  .zwc-compare-tbl td:first-child {
    min-width: 200px;
  }
}