@charset "UTF-8";
.convo-pricingpage {
  padding: 60px 0px 0px;
  background-color: white;
}
.convo-pricingpage .btn-primary {
  background-color: #006BCD !important;
}
.convo-pricingpage .business-area {
  position: relative;
  z-index: 1;
}
.convo-pricingpage .business-area .moneyback-badge {
  position: absolute;
  top: 86px;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.convo-pricingpage .title-text {
  text-align: center;
}
.convo-pricingpage .title-text h2 {
  background: linear-gradient(90deg, #0875fc -11%, #06a3fc 44.54%, #03d7fd 104.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  margin: 0px;
  font-family: "Roboto";
  margin-bottom: 8px;
}
.convo-pricingpage .title-text h3 {
  color: #5F6368;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
  font-family: "Roboto";
}
.convo-pricingpage .title-text h3 strong {
  color: #2A2D2F;
}
.convo-pricingpage .myplan-wholebox {
  margin-top: 40px;
}
.convo-pricingpage .myplan-wholebox .myplan-box {
  display: none;
}
.convo-pricingpage .myplan-wholebox .myplan-box p {
  color: #5F6368;
  margin-top: 8px;
}
.convo-pricingpage .myplan-wholebox .myplan-box p span {
  color: #006BCD;
  font-weight: bold;
}
.convo-pricingpage .myplan-wholebox .domain-box p {
  color: #006BCD;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin: 0px;
  font-family: "Roboto";
  margin-bottom: 6px;
}
.convo-pricingpage .myplan-wholebox .domain-box .choose-domainbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.convo-pricingpage .myplan-wholebox .domain-box .choose-domainbox .form-check-inline {
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.convo-pricingpage .myplan-wholebox .domain-box .choose-domainbox .form-check-inline .form-check-label {
  margin-left: 12px;
}
.convo-pricingpage .myplan-wholebox .form-switch .form-check-input {
  width: 3em;
  height: 22px;
}
.convo-pricingpage .pricingcard-wholebox {
  margin-top: 50px;
}
.convo-pricingpage .pricingcard-wholebox .card {
  border-radius: 16px;
  border-top: 5px solid var(--Banner-Blue, #006BCD);
  background: var(--Pure-White, #FFF);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding: 0px 20px;
}
.convo-pricingpage .pricingcard-wholebox .card.active .card-body .getstarted-btn .common-btn {
  background-color: #006BCD;
  color: #FFFFFF !important;
}
.convo-pricingpage .pricingcard-wholebox .card.active .card-body .popular-plan {
  opacity: 1;
  visibility: visible;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body {
  padding: 24px 0px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .card-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 127.778% */
  color: #006BCD;
  margin: 0px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .card-text {
  color: #2A2D2F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 16px 0px;
  margin: 0px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .card-text.contactus button {
  background-color: #006BCD;
  color: white;
  border: 1px solid transparent;
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .card-price {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  color: #006BCD;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .card-price span {
  font-size: 28px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .slash-price {
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #2A2D2F;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin: 12px 0px 10px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .slash-price span {
  text-decoration: line-through;
  color: #5F6368;
  display: block;
  margin-left: 8px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .offer-price {
  color: #07BB4F;
  font-weight: bold;
  font-size: 13px;
  left: 0;
  right: 0;
  padding-left: 63px;
  margin: 0px;
  position: relative;
  top: -13px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .getstarted-btn .common-btn {
  width: 100%;
  height: 44px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #006BCD;
  border-radius: 4px;
  border: 1px solid #006BCD;
  background-color: transparent;
  transition: all 0.3s ease;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .getstarted-btn .common-btn:hover {
  background-color: #006BCD;
  color: #FFFFFF;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing {
  text-align: left;
  margin-top: 25px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: auto;
  min-height: 350px;
  padding: 0px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #5F6368;
  margin: 8px 0px;
  display: table;
  border-bottom-style: dotted;
  margin-left: 26px;
  position: relative;
  border: none;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing li .sub-list {
  padding: 0px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing li .sub-list li {
  list-style-type: none;
  margin: 0px;
  margin-left: 9px;
  margin-top: 6px;
  font-size: 14px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing li .sub-list li::after {
  content: "";
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing li::after {
  content: "✓";
  font-size: 24px;
  position: absolute;
  left: -26px;
  color: #006BCD;
  top: 3px;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing span {
  color: #006BCD;
  display: block;
  text-align: center;
  margin: 10px 0px;
  font-size: 32px;
  line-height: 1;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .features-link {
  text-align: center;
  display: flex;
  justify-content: center;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .features-link a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #5F6368;
  margin: 24px 0px;
  display: block;
  border-bottom: 1px solid;
  display: table;
  text-decoration: none;
  border-bottom: none;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .popular-plan {
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  opacity: 0;
  visibility: hidden;
}
.convo-pricingpage .pricingcard-wholebox .card .card-body .popular-plan p {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  background-color: #07BB4F;
  padding: 8px;
  border-radius: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.convo-pricingpage .onestop-area {
  background-color: #006BCD;
  margin-top: 40px;
  padding: 24px 0px;
}
.convo-pricingpage .onestop-area p {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  margin: 0px;
}
.convo-pricingpage .comparefeature-wholebox {
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
}
.convo-pricingpage .comparefeature-wholebox .comparefeature-area {
  padding: 80px 0px 0px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.convo-pricingpage .comparefeature-wholebox .comparefeature-area .container-full {
  max-width: 1440px;
  margin: 0 auto;
}
.convo-pricingpage .comparefeature-wholebox .comparefeature-area .title-text {
  margin-bottom: 60px;
}
.convo-pricingpage .comparefeature-wholebox .comparefeature-area .title-text h2 strong {
  font-weight: bold;
  -webkit-text-fill-color: #2A2D2F;
}
.convo-pricingpage .comparetable-box {
  border-top: 1px solid #000000;
}
.convo-pricingpage .comparetable-box.table-size .feature-table .sticky-header tr .thd-data,
.convo-pricingpage .comparetable-box.table-size .feature-table tbody tr td {
  background-color: #FFFFFF;
  min-width: 374px;
}
.convo-pricingpage .comparetable-box .table-responsive {
  width: 100%;
  overflow-x: auto;
  position: relative;
  overflow-y: auto;
  max-height: 1200px;
  transition: all 0.3s ease;
  border-top: 1px solid;
}
.convo-pricingpage .comparetable-box .feature-table {
  width: 100%;
  display: inline-table;
  margin: 0px;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody {
  margin-top: 260px;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .sub-title,
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .strike-price,
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .offer-price {
  display: none;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .feature-box .card .card-body {
  padding: 0px 0px;
  transition: all 0.3s ease;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .feature-box .card .card-body .card-icon img {
  width: 45px;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .feature-box .price {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 13px;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody thead tr th .feature-box .title {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 24px;
}
.convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .card .card-body .card-title {
  font-size: 21px;
  margin: 10px 0px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box {
  text-align: center;
  padding: 0px;
  min-height: auto;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .contactus button {
  width: 100%;
  background-color: #006BCD;
  color: white;
  border: 1px solid transparent;
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card {
  background-color: #006BCD;
  border-radius: 24px;
  margin: 0px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body {
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-icon img {
  min-height: auto;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  color: #FFFFFF;
  margin: 12px 0px 0px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  color: #006BCD;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .sub-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #2A2D2F;
  margin: 8px 0px;
  line-height: 1;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .strike-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #5F6368;
  margin: 8px 0px;
  display: inline-flex;
  line-height: 1;
  white-space: nowrap;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .strike-price span {
  display: block;
  text-decoration-line: line-through;
  margin-left: 5px;
  color: #8D9094;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .price {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #006BCD;
  margin: 8px 0px;
  line-height: 1;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .price span {
  font-size: 24px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .offer-price {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #07BB4F;
  margin: 8px 0px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-bottom: 9px;
  line-height: 20px;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .label {
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 144px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #006BCD;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border: 1px solid #006BCD;
}
.convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .label.current-active {
  background-color: transparent;
  color: #006BCD;
}
.convo-pricingpage .comparetable-box .feature-table tbody {
  position: relative;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr {
  height: 52px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td {
  padding: 0px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0px;
  color: #fff;
  text-align: center;
  background-color: #006BCD;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr .th-data {
  vertical-align: middle;
  white-space: inherit;
  color: #5f6368;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  position: relative;
  padding-right: 35px;
  width: 654.8px;
  border: 1px solid;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr .th-data .tooltip-box {
  position: relative;
  cursor: pointer;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr .th-data .tooltip-box:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td {
  vertical-align: middle;
  min-width: 184px;
  max-width: 400px;
  border: 1px solid;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data {
  text-align: center;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .items {
  color: #5f6368;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .items img {
  transform: scale(0.6);
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .items span {
  display: block;
  font-weight: 400;
  font-size: 25px;
  color: #09BD83;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .items span.new-label {
  font-size: 12px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .items span.cross {
  color: #F43E56;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .getnow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .getnow-btn .getnow {
  transition: all 0.3s ease;
  border: 1px solid transparent;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background-color: #006BCD;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .getnow-btn .getnow:hover, .convo-pricingpage .comparetable-box .feature-table tbody tr td .feature-data .getnow-btn .getnow.active {
  background-color: transparent;
  color: #006BCD;
  border: 1px solid #006BCD;
}
.convo-pricingpage .comparetable-box .feature-table tbody,
.convo-pricingpage .comparetable-box .feature-table td,
.convo-pricingpage .comparetable-box .feature-table tfoot,
.convo-pricingpage .comparetable-box .feature-table th,
.convo-pricingpage .comparetable-box .feature-table thead,
.convo-pricingpage .comparetable-box .feature-table tr {
  border-top: 0px;
}
.convo-pricingpage .table > thead:first-child > tr > th {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 20;
  transition: all 0.3s ease;
  vertical-align: middle;
  width: 100%;
  border: 1px solid;
  padding: 16px;
}
.convo-pricingpage .comparetable-box .feature-table th {
  width: 100%;
  padding: 16px;
}
.convo-pricingpage .comparetable-box .feature-table tbody tr .th-data {
  width: 100%;
}
.convo-pricingpage .tooltipc {
  background-color: transparent;
  color: #5F6368;
  border: none;
  border-bottom: 1px dashed #8D9094;
  padding: 0px 0px;
  border-radius: 0px;
  text-align: left;
  font-size: 14px;
  border: none;
  border-bottom: 1px dashed #8D9094;
}
.convo-pricingpage .tooltipc:hover {
  background-color: transparent;
  color: #5F6368;
  border-bottom: 1px dashed #8D9094;
}
.convo-pricingpage .tooltipc.remove {
  border-bottom: 0px;
  cursor: auto;
}
.convo-pricingpage thead.sticky-header {
  max-width: 1440px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 10;
  border-top: 1px solid black !important;
  transition: all 0.3s ease-in-out;
  top: 32px !important;
}
.convo-pricingpage thead.sticky-header .card-icon {
  display: none;
}
.convo-pricingpage .comparetable-box .feature-table .sticky-header tr .thd-data {
  max-width: 400px;
  min-width: 184px;
}
.convo-pricingpage .comparetable-box .feature-table .sticky-header tr .thd-data,
.convo-pricingpage .comparetable-box .feature-table tbody tr td {
  min-width: 253px;
}
.convo-pricingpage .sticky-header-tbody,
.convo-pricingpage .comparetable-box {
  border-top: 0px;
}
.convo-pricingpage .planinquiry-area {
  background-color: #006BCD;
  padding: 40px 0px;
}
.convo-pricingpage .planinquiry-area .wpforms-form label.wpforms-error {
  position: absolute;
}
.convo-pricingpage .planinquiry-area .title-text {
  text-align: left;
}
.convo-pricingpage .planinquiry-area .title-text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 12px;
  color: #FFFFFF;
}
.convo-pricingpage .planinquiry-area .title-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #FAFAFA;
}
.convo-pricingpage .planinquiry-area .planform-wholebox {
  margin-top: 32px;
}
.convo-pricingpage .planinquiry-area .wpforms-field-container .wpforms-field .wpforms-field-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  color: #FFFFFF;
  margin-bottom: 8px;
}
.convo-pricingpage .planinquiry-area .wpforms-field-container .wpforms-field .wpforms-field-medium {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  width: 100%;
  max-width: 100%;
}
.convo-pricingpage .planinquiry-area .wpforms-field-container .wpforms-field .wpforms-field-medium::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
  color: #8D9094;
}
.convo-pricingpage .planinquiry-area .wpforms-field-container .wpforms-field .wpforms-field-medium::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
  color: #8D9094;
}
.convo-pricingpage .planinquiry-area .wpforms-field-container .wpforms-field .choices__inner {
  border: 1px solid transparent !important;
}
.convo-pricingpage .planinquiry-area .wpforms-submit-container {
  float: right;
  top: -65px;
}
.convo-pricingpage .planinquiry-area .thanks-box {
  margin-top: 10px;
}
.convo-pricingpage .planinquiry-area .thanks-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.convo-pricingpage .planinquiry-area .wpforms-field.wpforms-field-textarea {
  border-bottom: 1px solid #DDE1E6 !important;
}
.convo-pricingpage .faq-area {
  padding: 80px 0px;
  background-color: #FAFAFA;
}
.convo-pricingpage .faq-area .title-text h2 {
  margin-bottom: 16px;
}
.convo-pricingpage .faq-area .faq-wholebox {
  margin-top: 64px;
}
.convo-pricingpage .faq-area #wpsm_accordion_27719 .wpsm_panel-default > .wpsm_panel-heading {
  padding: 0px 0px;
}
.convo-pricingpage .faq-area .wpsm_panel-collapse.collapse.in {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.convo-pricingpage .faq-area .wpsm_panel.wpsm_panel-default {
  margin-bottom: 15px;
}
.convo-pricingpage .pricing-timer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7215686275);
}
.convo-pricingpage .pricing-timer .card {
  width: 840px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
  background-color: #006BCD;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease;
}
.convo-pricingpage .pricing-timer .card .card-body {
  position: absolute;
  top: 47%;
  transform: translate(0%, -50%);
}
.convo-pricingpage .pricing-timer .card .card-body .timer-box #time {
  font-size: 68px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 18px;
}
.convo-pricingpage .pricing-timer .card .card-body .timer-box span {
  color: #2A2D2F;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  background-color: #C6C6C6;
  border-radius: 4px;
  margin: 0px 10px;
  background: linear-gradient(0deg, rgb(198, 198, 198) 50%, rgb(255, 255, 255) 50%);
  padding: 3px;
}
.convo-pricingpage .pricing-timer .card .card-body .card-title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 2.24px;
  color: #FFFFFF;
  margin-bottom: 18px;
  text-align: center;
}
.convo-pricingpage .pricing-timer .card .card-body .card-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 1.12px;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.convo-pricingpage .pricing-timer .card .card-body .card-text strong {
  font-weight: 800;
}
.convo-pricingpage .pricing-timer .card .card-body .common-btn {
  width: 336px;
  height: 59px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #006BCD;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 1.12px;
}
.convo-pricingpage .form-check .form-check-input {
  width: 15px;
  height: 15px;
  border-radius: 50% !important;
  display: inline-block;
}
.convo-pricingpage .form-check-input:checked[type=radio] {
  background-image: none;
}
.convo-pricingpage .form-check-input:checked[type=radio]::before {
  display: none;
}

.tooltip-inner {
  background-color: black !important;
  color: #ffffff;
  text-align: left !important;
}

.sales-modal .modal-headerbox h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
  color: #006BCD;
}
.sales-modal .modal-headerbox p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #515151;
}
.sales-modal .modal-dialog {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}
.sales-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 30px;
}
.sales-modal .modal-dialog .modal-content .modal-body .wpforms-container {
  margin-bottom: 0px;
}
.sales-modal .modal-dialog .wpforms-field .wpforms-field-label {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.sales-modal .modal-dialog .wpforms-field .wpforms-field-medium {
  border: 1px solid #cacaca;
  border-radius: 2px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  height: 43px;
}
.sales-modal .modal-dialog .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sales-modal .modal-dialog .wpforms-submit-container .wpforms-submit {
  background: #006BCD;
  border-radius: 5px;
  width: auto;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sales-modal .modal-dialog .wpforms-submit-container .wpforms-submit:hover {
  background-color: #006BCD;
  color: white;
}
.sales-modal .wpforms-container-full .wpforms-form input.wpforms-field-medium,
.sales-modal .wpforms-container-full .wpforms-form select.wpforms-field-medium,
.sales-modal .wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
.sales-modal .close-btn {
  position: absolute;
  top: -9px;
  z-index: 10;
  right: -11px;
}
.sales-modal .close-btn .btn-close {
  background-color: #006BCD;
  cursor: pointer;
  right: 0;
  border-radius: 50%;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.form-check-input[type=radio] {
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .convo-pricingpage .comparetable-box .feature-table tbody tr .th-data {
    width: 100%;
  }
  .convo-pricingpage .comparetable-box .feature-table .sticky-header tr .thd-data,
  .convo-pricingpage .comparetable-box .feature-table tbody tr td {
    min-width: 212px;
  }
  .convo-pricingpage thead.sticky-header,
  .convo-pricingpage .comparefeature-wholebox .comparefeature-area .container-full {
    padding: 0px 0px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .title {
    font-size: 30px;
    margin-bottom: 14px;
    line-height: 1;
  }
  .convo-pricingpage .onestop-area p br {
    display: none;
  }
  .convo-pricingpage .comparetable-box.table-size .feature-table .sticky-header tr .thd-data,
  .convo-pricingpage .comparetable-box.table-size .feature-table tbody tr td {
    min-width: 300px;
  }
  .convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing {
    padding: 0px 6px;
  }
  .convo-pricingpage .business-area .moneyback-badge {
    left: 62px;
  }
  .convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .card .card-body .card-icon img {
    width: 40px;
  }
  .convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody .card .card-body .card-title {
    font-size: 19px;
    margin: 10px 0px;
    line-height: 24px;
    margin: 0px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-icon img {
    width: 48px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card {
    padding: 30px 10px;
  }
  .convo-pricingpage .comparefeature-wholebox .comparefeature-area .container-full {
    padding: 0px 20px;
  }
  .convo-pricingpage thead.sticky-header {
    width: 85.1222%;
    overflow: hidden;
  }
  .convo-pricingpage .comparetable-box .feature-table tbody tr .th-data {
    line-height: 1;
  }
  .convo-pricingpage .title-text h2 {
    font-size: 42px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1300px) {
  .ast-desktop .ast-builder-grid-row.ast-grid-center-col-layout {
    grid-column-gap: 0px;
  }
  .convo-pricingpage .comparetable-box .feature-table .sticky-header tr .thd-data,
  .convo-pricingpage .comparetable-box .feature-table tbody tr td {
    min-width: 203px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .price {
    font-size: 25px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .title {
    font-size: 26px;
  }
  .convo-pricingpage thead.sticky-header {
    width: 83.33%;
  }
}
@media screen and (max-width: 1200px) {
  .ast-desktop .ast-builder-grid-row.ast-grid-center-col-layout {
    grid-column-gap: 15px;
  }
  .convo-pricingpage .comparetable-box .feature-table .sticky-header tr .thd-data,
  .convo-pricingpage .comparetable-box .feature-table tbody tr td {
    min-width: 186px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .offer-price {
    font-size: 15px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .sub-title {
    font-size: 16px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title br {
    display: none;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .price {
    font-size: 20px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body {
    padding: 0px 0px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .strike-price {
    font-size: 14px;
    margin: 0px 0px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title {
    font-size: 18px;
    line-height: 30px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .convo-pricingpage thead.sticky-header,
  .convo-pricingpage .comparefeature-wholebox .comparefeature-area .container-full {
    padding: 0px 20px;
  }
  .convo-pricingpage thead.sticky-header {
    position: relative;
    top: 0 !important;
  }
  .convo-pricingpage .comparetable-box .feature-table.table.sticky-header-tbody {
    margin-top: 0;
  }
  .convo-pricingpage .comparetable-box .feature-table tbody tr .th-data {
    min-width: 307px;
  }
  .convo-pricingpage .comparetable-box .feature-table .sticky-header tr .thd-data,
  .convo-pricingpage .comparetable-box .feature-table tbody tr td {
    min-width: 205px;
  }
}
@media screen and (max-width: 767px) {
  .convo-pricingpage .myplan-wholebox .myplan-box {
    margin-bottom: 40px;
  }
  .convo-pricingpage .form-switch {
    display: flex;
    justify-content: center;
  }
  .convo-pricingpage .myplan-wholebox .row .me-auto {
    margin: 0 auto;
  }
  .convo-pricingpage .onestop-area p {
    font-size: 21px;
    line-height: 37px;
  }
  .convo-pricingpage .planinquiry-area .title-text h3 {
    font-size: 24px;
  }
  .convo-pricingpage .planinquiry-area .wpforms-submit-container {
    float: none;
    top: auto;
  }
  .convo-pricingpage div.wpforms-container-full .wpforms-form .wpforms-one-half,
  .convo-pricingpage div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  .convo-pricingpage div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%;
    margin: 0px;
  }
  .convo-pricingpage .pricingcard-wholebox .card {
    margin-bottom: 40px;
  }
  .convo-pricingpage .business-area .moneyback-badge {
    top: 133px;
    left: 11px;
  }
  .convo-pricingpage .business-area .moneyback-badge img {
    width: 80px;
  }
  .convo-pricingpage .myplan-wholebox {
    margin-top: 25px;
  }
  .convo-pricingpage .comparetable-box .feature-table thead tr th .feature-box .price {
    line-height: 1;
    margin: 0px;
  }
  .convo-pricingpage .pricingcard-wholebox .card .card-body .slash-price {
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .convo-pricingpage .pricingcard-wholebox .card .card-body .card-price {
    font-size: 30px;
  }
  .convo-pricingpage .pricingcard-wholebox .card .card-body .card-title {
    font-size: 30px;
  }
  .convo-pricingpage .pricingcard-wholebox .card .card-body .feature-listing {
    padding: 0px;
  }
}/*# sourceMappingURL=pricing.css.map */