:root {
    --bg: #f0f2f7;
    --surface: #ffffff;
    --border: rgba(0,0,0,0.07);
    --amber:      #d97706;
    --amber-mid:  #f59e0b;
    --amber-dim:  rgba(217,119,6,0.08);
    --amber-soft: rgba(217,119,6,0.15);
    --amber-glow: rgba(245,158,11,0.18);

    --blue:      #4f46e5;
    --blue-mid:  #6366f1;
    --blue-dim:  rgba(79,70,229,0.07);
    --blue-soft: rgba(79,70,229,0.13);
    --blue-glow: rgba(99,102,241,0.16);

    --green:      #059669;
    --green-mid:  #10b981;
    --green-dim:  rgba(5,150,105,0.07);
    --green-soft: rgba(5,150,105,0.13);
    --green-glow: rgba(16,185,129,0.16);

    --muted:         #94a3b8;
    --text-secondary:#64748b;
    --text-primary:  #0f172a;
    --common-font: 'Poppins';
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
p {
  margin-bottom: 10px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.section-common-content img,
.taxi-app-page-inner p img,
.uber-pricing-package-inner-scroll p img {
  max-width: 100%
}
body {
  font-size: 15px;
  color: #333;
  font-family: var(--common-font);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--common-font);
}
#main{
  float: none;
  margin-top: 80px;
}
/* ___________BANNER_____________ */
.hero-section {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle at 85% 45%, #fff1df 0%, #fffcf8 100%, #ffffff 75%);
  overflow: hidden;
}
/* Container */
.hero-container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
/* Left Content Area */
.hero-content {
  flex: 1;
  max-width: 610px;
}
/* Hero Heading */
.hero-heading {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 800;
  color: #111418;
  margin: 0 0 16px 0;
  letter-spacing: -0.8px;
}
.heading-orange {
  color: #f7931e;
}
/* Accent Line */
.accent-line {
  width: 44px;
  height: 3.5px;
  background-color: #f7931e;
  border-radius: 2px;
  margin-bottom: 18px;
}
/* Subheading & Paragraph */
.hero-subheading {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.4;
}
.hero-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px 0;
    max-width: 530px;
}
/* Right Illustration */
.hero-graphic {
  flex: 1.1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-img {
  width: 100%;
  max-width: 650px;
  height: auto;
  object-fit: contain;
}
/* Subtle Dot Grid Patterns */
.dot-grid {
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#ffa439 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.35;
  pointer-events: none;
}
.dot-top-left {
  top: 40px;
  left: 20px;
}
.dot-bottom-left {
  bottom: 20px;
  left: 15px;
}
.dot-top-right {
  top: 25px;
  right: 60px;
}

.lyft-clone {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}

.section-common-content {
  margin: 0;
  padding: 30px 0;
  float: left;
  width: 100%
}

.section-common-content h3.inner-heading {
  margin: 0 0 15px;
  padding: 0;
  float: left;
  width: 100%
}

.section-common-content p {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  line-height: 24px
}

.section-common-content ul {
  margin: 0 0 22px;
  padding: 0;
  float: left;
  widows: 100%
}

.section-common-content ul li {
  list-style-type: none;
  background: url(../images/disc.png) 2px 10px no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
  float: left;
  width: 100%
}

.banner-img {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: url(../images/how-it-works/banner-img.jpg) top center repeat-x;
  height: 291px
}

.banner-img h4 {
  color: #fff;
  float: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  margin: 33px 0 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 2px 1px #000;
  width: 100%
}

.banner-img h4 b {
  float: left;
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 0;
  width: 100%
}

.gray-color-bg,
.uber-visuals-mid,
.uber-visuals-mid img {
  margin: 0;
  float: left;
  width: 100%
}

.gray-color-bg {
  background: #f0f0f0;
  padding: 20px 0 10px
}

.uber-visuals-mid {
  padding: 30px 0;
  height: auto
}

.uber-visuals-mid img {
  padding: 0 0 30px
}

.uber-visuals-mid h3 {
  margin: 0 0 20px;
  color: #000
}

.uber-visuals-mid h4.inner-heading {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 20px
}

.taxi-app-page-inner h3,
.taxi-app-page-inner h4 {
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  float: left
}

.uber-visuals-bottom {
  margin: 30px 0;
  padding: 0;
  float: left;
  width: 100%
}

.uber-visuals-bottom ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}

.uber-visuals-bottom ul li {
  margin: 0 23px 0 0;
  padding: 0;
  float: left;
  width: 32%;
  border: none
}

.uber-visuals-bottom ul li:nth-child(3) {
  margin-right: 0
}

#taxi-app-page {
    padding: 0 0 15px;
    width: 100%;
}

.taxi-app-page-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px
}

.taxi-app-page-inner h3 {
  font-size: 33px;
  margin: 0 0 20px;
  width: 100%
}

.taxi-app-page-inner h4 {
  font-size: 28px;
  margin: 20px 0;
  width: 100%
}

.taxi-app-page-inner ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}

.taxi-app-page-inner ul li {
  color: #5f5f5f;
  float: left;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 0 0;
  width: 97%
}
.taxi-app-page-inner p {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
  text-align: justify;
}

.taxi-app-page-inner p {
  padding: 0
}

.taxi-app-page-inner p:last-child {
  margin-bottom: 0;
}

.taxi-app-page-inner span {
  padding: 0
}

.taxi-app-page-inner span h2,
.taxi-app-page-inner span h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  float: none;
  display: inline-block;
  color: #222;
  padding: 0
}

.taxi-app-page-inner span h3 {
  text-transform: none;
  width: auto
}

.uber-pricing-package-inner-scroll {
  margin: 20px 0 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center
}

.uber-pricing-package-inner-scroll p img {
  width: 1386px;
  max-width: unset;
}

.banner {
  background: url(../images/background-patern.png), linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
}

.banner .taxi-app-page-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    align-items: center;
}

.buy-button-block .buy-now {
  margin: 0;
  padding: 0;
  font-size: 23px;
  border-radius: 0 0 3px 3px;
  height: 150px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 203px;
  margin-left: 11px;
  cursor: pointer;
}

.buy-button-block {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  width: 100.3%;
}

span.not-salling {
  line-height: normal;
  height: auto;
  display: block;
  font-size: 14px;
  position: relative;
  text-transform: initial;
  font-weight: normal;
  color: #000;
  text-align: center;
  padding: 0 15px;
}

.orange {
  background-color: #f19e00;
}

.orange:hover {
  background-color: darkgrey;
}

.blue {
  background-color: #027cdd;
}

.blue:hover {
  background-color: darkgrey;
}

.green {
  background-color: #4bb702;
}

.green:hover {
  background-color: #3a7c0e;
}




.plan_button {
  padding: 13px 20px 15px 20px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  margin: 15px 0 0 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.plan_button.disable {
    pointer-events: none;
    background-color: #e5e4e4;
    box-shadow: none;
    color: #999;
}

.plan_button:hover {
  background-color: #f8f8f8;
  color: #000;
}

.PRICE_TABLE {
  display: table;
  width: 100%;
}

.PRICE_TABLE ._TR_ {
  display: table-row;
}

.PRICE_TABLE ._TD_ .shape {
  font-size: 20px;
}

.PRICE_TABLE ._TD_ .shape b.b,
.PRICE_TABLE ._TD_ .shape b.b {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 18px;
}

.PRICE_TABLE ._TD_ .shape b {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -1.5px;
}
.price-row {
    display: flex;
    align-items: baseline;
    gap: 3px;
    justify-content: center;
    transform: scale(1.3);
}

  .currency {
    font-size: 14px;
    font-weight: 700;
  }

  .price-main {
    font-family: var(--common-font);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1;
  }

  .price-unit {
    font-size: 10px;
    font-weight: 500;
    color: var(--muted);
    margin-left: 2px;
    align-self: flex-end;
    padding-bottom: 3px;
  }

  .price-amber { color: var(--amber); }
  .price-blue  { color: #8dbb00; }
  .price-green { color: var(--green); }

.PRICE_TABLE ._TD_ .shape span.diactive {
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #3c4047;
  width: auto;
  margin: 5px 0 2px 0;
}

.PRICE_TABLE ._TD_ .shape span.diactive:after {
  border-top: 1px solid;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  left: 0;
}
.PRICE_TABLE ._TD_ .shape span.diactive:empty{
  height: 22px;
  display: block;
}
.PRICE_TABLE ._TD_ .shape span.diactive:empty::after{
  display: none;
}
.PRICE_TABLE ._TD_ .clientvideos {
  display: inline-block;
  margin-left: 6px;
}

.PRICE_TABLE ._TD_ .clientvideos img {
  width: 28px;
}

.PRICE_TABLE ._TD_.pachage-column>div {
  padding: 0 28px;
  position: relative;
  margin-bottom: 35px;
}
.PRICE_TABLE ._TD_.pachage-column span {
  display: block;
  font-size: 16px;
}

.PRICE_TABLE ._TR_:first-child ._TD_ {
  border-width: 0;
  background-color: transparent;
  padding-top: 0;
}

.PRICE_TABLE ._TR_:first-child ._TD_:first-child {
  border-left-width: 0;
}

.PRICE_TABLE ._TR_ ._TD_:first-child {
  text-align: center;
  width: 50px;
  border-left-width: 1px;
}

.PRICE_TABLE ._TR_.hilight ._TD_ {
  background-color: #f8f8f8;
  font-weight: 600;
  text-transform: uppercase;
}

.PRICE_TABLE ._TR_:first-child ._TD_.pachage-column {
  background-color: #fff;
}

/* .PRICE_TABLE ._TR_._HEAD_ ._TD_ {
  border-width: 0;
} */
.PRICE_TABLE ._TD_.pachage-column>div:after {
  border-top: 30px solid #f19e00;
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
}

.PRICE_TABLE ._TD_.pachage-column>div:before {
  border-top: 30px solid #f19e00;
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
}

.PRICE_TABLE ._TD_.pachage-column.green>div:after,
.PRICE_TABLE ._TD_.pachage-column.green>div:before {
  border-top-color: #4BB702;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
  background-color: #ff6e00;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.PRICE_TABLE ._TD_.pachage-column.green>div:after {
  border-right-width: 81px;
}

.PRICE_TABLE ._TD_.pachage-column.green>div:before {
  border-left-width: 81px;
}

.PRICE_TABLE ._TR_:last-child ._TD_ {
  background-color: transparent;
  padding: 0;
}

.PRICE_TABLE ._TD_ a.buy-package,
a.buy-package-mob {
  margin: 0;
  padding: 0;
  font-size: 23px;
  border-radius: 0 0 3px 3px;
  display: inline-block;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

a.buy-package-mob {
  text-align: center;
  margin: 0 15px;
}

.PRICE_TABLE {
    display: table;
    width: 100%;
    border: 1px solid #ECECF3;
    border-radius: 20px;
    overflow: hidden;
}

.PRICE_TABLE ._TR_ {
  display: table-row;
}

.PRICE_TABLE ._TD_ {
    display: table-cell;
    padding: 15px;
    border-style: solid;
    border-color: #ECECF3;
    border-width: 0 1px 1px 1px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
}
.PRICE_TABLE .general__title,
.PRICE_TABLE h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  float: none;
  font-weight: 800;
}
.PRICE_TABLE .general__title span,
.PRICE_TABLE h2 span {
  font-size: inherit;
  color: #ff6e00;
}

.PRICE_TABLE ._TD_.pachage-column {
  width: 249px;
  max-width: 249px;
  text-align: center;
  padding: 0;
  background-color: #EDEDED;
  color: #fff;
}

.PRICE_TABLE ._TD_.pachage-column small.blink {
    display: inline-block;
    font-family: var(--common-font);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b45309;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 4px;
    padding: 2px 7px;
    margin-bottom: 6px;
    justify-content: center;
}
.PRICE_TABLE ._TR_:nth-last-child(2) ._TD_ {
  border-bottom: none;
}
.PRICE_TABLE ._TR_.hilighted ._TD_ {
  background-color: #dfffba;
}
._TD_.orange{
  border-left-width: 0 !important;
}
/* ── BADGES ── */
.badges {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    align-items: center;
    min-height: 25px;
    justify-content: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--common-font);
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 0;
    border-radius: 22px;
    padding: 0 6px;
    font-size: 11px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 23px;
    white-space: nowrap;
}

.badge-ai {
    background: #635be8;
    color: #fff;

}
.badge-pop {
    background: #d97706;
    color: #fff;
}
.badge:empty {
    display: block;
    background: transparent;
    border: 0;
    height: 18px;
}
.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.6;
    flex-shrink: 0;
}
.PRICE_TABLE ._TD_ .shape {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  color: #000;
}

.PRICE_TABLE ._TD_ .clientvideos {
  display: inline-block;
  margin-left: 6px;
}

.PRICE_TABLE ._TD_ .clientvideos img {
  width: 20px;
  vertical-align: top;
}

.PRICE_TABLE ._TD_.pachage-column>div {
  padding: 20px 20px 0 20px;
  position: relative;
  margin-bottom: 0;
  min-height: 215px;
  display: flex;
  flex-direction: column;
}

.PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label,
.PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label {
  position: absolute;
  font-size: 12px;
  width: 125px;
  height: 120px;
  background-image: url(../images/price-2020/bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  z-index: 1;
  right: -93px;
  top: -100px;
  flex-direction: column;
  text-transform: initial;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: normal;

}

.PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label label,
.PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label label {
  width: 46px;
  height: 46px;
  background-color: #1a1a1a;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fe8f00;
  position: absolute;
  left: 11px;
  top: -19px;
  line-height: 45px;
}

.PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label .discoumt-txt,
.PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label .discoumt-txt {
  margin-top: -20px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  height: auto;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  color: #fff;
  line-height: normal;
}

.PRICE_TABLE ._TD_.pachage-column span {
    display: block;
    font-size: 22px;
}

.PRICE_TABLE ._TR_:first-child ._TD_ {
  border-width: 0px 1px 1px 1px;
  background-color: transparent;
  padding-top: 0;
}

.PRICE_TABLE ._TR_ ._TD_:nth-child(3) {
  border-left-width: 1px;
  border-right-width: 0;
}

.PRICE_TABLE ._TR_ ._TD_:nth-child(3) {
  background-color: #FEFBF5;
}

.PRICE_TABLE ._TR_ ._TD_:nth-child(4) {
  background-color: #FAFDF5;
}

.PRICE_TABLE ._TR_ ._TD_:nth-child(5) {
  background-color: #F6FBFD;
}

.PRICE_TABLE ._TD_:nth-child(3),
.PRICE_TABLE ._TD_:nth-child(4),
.PRICE_TABLE ._TD_:nth-child(5) {
  background-color: #eee;
  text-align: center;
}
.PRICE_TABLE ._TR_:first-child ._TD_,
.PRICE_TABLE ._TR_:first-child ._TD_:first-child,
.PRICE_TABLE ._TR_:first-child ._TD_:nth-child(2) {
  border-left-width: 0;
  padding: 0;
  border: 0 !important;
    background: transparent;
}
.PRICE_TABLE ._TR_ ._TD_:nth-child(5) {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff #dbdbdb #ECECF3 #fff;
  box-sizing: border-box;
  position: relative;
}

.PRICE_TABLE ._TR_ ._TD_:first-child {
  text-align: center;
  width: 50px;
  border-left-width: 0;
}

.PRICE_TABLE ._TR_:first-child ._TD_.pachage-column {
  background-color: #fff;
}

/* .PRICE_TABLE ._TR_._HEAD_ ._TD_ {
  border-width: 0;
} */
.PRICE_TABLE ._TR_._HEAD_ ._TD_ .sub-data-desc {
  padding: 0 0 0 0;
  font-size: 15px;
  color: #fff;
  display: block;
  text-transform: initial;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.PRICE_TABLE ._TD_.pachage-column>div::after {
  display: none;
}

.PRICE_TABLE ._TD_.pachage-column>div:before {
  display: none;
}

.PRICE_TABLE ._TD_.pachage-column.bule>div:after {
  border-top: 30px solid #027fe0;
}

.PRICE_TABLE ._TD_.pachage-column.bule>div:before {
  border-top: 30px solid #027fe0;
}

.PRICE_TABLE ._TD_.pachage-column.bule>div {
  background-color: #027fe0;
}

.PRICE_TABLE ._TD_.pachage-column.green>div:after,
.PRICE_TABLE ._TD_.pachage-column.green>div:before {
  border-top-color: #4BB702;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
  background-color: #ff6e00;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.PRICE_TABLE ._TD_:last-child {
  text-align: center;
}

.PRICE_TABLE ._TD_:nth-child(2) {
  border-right-width: 0;
  border-left-width: 0;
}

.PRICE_TABLE ._TD_.pachage-column.green>div:after {
  border-right-width: 109px;
}

.PRICE_TABLE ._TD_.pachage-column.green>div:before {
  border-left-width: 109px;
}

.PRICE_TABLE ._TD_.pachage-column.blue>div:after {
  border-right-width: 100px;
  border-top-color: #0298a8;
}

.PRICE_TABLE ._TD_.pachage-column.blue>div:before {
  border-left-width: 100px;
  border-top-color: #0298a8;
}
.bottom-border-0{
  border-bottom: 0 !important;
}
.PRICE_TABLE ._TR_:last-child ._TD_ {
  background-color: transparent;
  padding: 0;
  border: none;
  display: none;
}
.PRICE_TABLE ._TR_:last-child ._TD_:nth-child(2) {
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.PRICE_TABLE ._TR_:last-child ._TD_:first-child,
.PRICE_TABLE ._TR_:last-child ._TD_:nth-child(2) {
  border: none;
}

.PRICE_TABLE ._TD_ a.buy-package {
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 90px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 700;
}

.PRICE_TABLE ._TD_ a.buynow1 {
  background-color: #E4E3E4 !important;
  color: #616161;
}

.PRICE_TABLE ._TD_ a.buynow2 {
  background-color: #027cdd !important;
}

.PRICE_TABLE ._TD_ a.buynow1:hover,
.PRICE_TABLE ._TD_ a.buynow2:hover {
  background-color: darkgray !important;
}

a.buy-package-mob {
  text-align: center;
  margin: 0 15px;
}

.PRICE_TABLE ._TD_ a.buy-package.orange {
  background-color: #f19e00;
}

.PRICE_TABLE ._TD_ a.buy-package.orange:hover {
  background-color: #dc9103;
}

.PRICE_TABLE ._TD_ a.buy-package.green,
a.buy-package-mob {
  background-color: #1F82F3;
}

.PRICE_TABLE ._TD_ a.buy-package.blue {
  background-color: #5ea725;
}

.PRICE_TABLE ._TD_ a.buy-package.green:hover,
a.buy-package-mob:hover {
  background-color: #0d66cc;
}

.PRICE_TABLE ._TD_ a.buy-package.blue:hover {
  background-color: #43870e;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
  text-transform: uppercase;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL:nth-child(2):before {
  border-bottom-width: 37px;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL:nth-child(2):after {
  border-top-width: 37px;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_.TRIPPLE:nth-child(2):before {
  border-bottom-width: 45px;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_.TRIPPLE:nth-child(2):after {
  border-top-width: 45px;
}

.PRICE_TABLE ._TR_._HEAD_.HAS_BLUE_BG ._TD_:first-child,
.PRICE_TABLE ._TR_._HEAD_.HAS_BLUE_BG ._TD_:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_.HAS_BLUE_BG ._TD_:first-child:before {
  background-color: #027cdd;
}

.PRICE_TABLE ._TR_._HEAD_.HAS_BLUE_BG ._TD_:first-child:after,
.PRICE_TABLE ._TR_._HEAD_.HAS_BLUE_BG ._TD_:nth-child(2):after {
  border-top-color: #027cdd;
}

.PRICE_TABLE ._TR_._HEAD_.HAS_BLUE_BG ._TD_:nth-child(2):before {
  border-bottom-color: #027cdd;
}

.sub-data-desc {
  top: 40px;
  padding: 0 20px 0 0;
  width: auto;
  font-size: 15px;
  color: #fff;
  display: block;
  text-transform: initial;
}

ul.list li {
  list-style: none;
  margin-bottom: 5px;
}

ul.list {
  margin-top: 8px;
}

/* ******************* */
.deliverall-pricing-inner img {
  max-width: 100%;
}

.PRICE_TABLE ._TR_ ._TD_ ul {
  list-style: none;
}

.PRICE_TABLE ._TR_ ._TD_ ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
  position: relative;
  padding: 0 0 0 18px;
}

.PRICE_TABLE ._TR_ ._TD_ ul.complisting b {
  display: block;
  margin-bottom: 0.5px;
}

.PRICE_TABLE ._TR_ strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

/********************************************/
.boxcolor9:first-child,
.boxcolor9:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:first-child:before {
  background-color: #0fb158 !important;
  color: #fff !important;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:nth-child(2):after {
  border-top-color: #0fb158;
  border-bottom-color: #0fb158;
}

.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:first-child:after {
  border-top-color: #087e3d !important;
}

/********************************************/
/************************************/
body.overflow {
  overflow: hidden;
}

.payment-gatewaylist-block {
  max-width: 1310px;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
}

.payment-gatewaylist {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 40px 20px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 11111;
  height: 100vh;
}

.payment-gatewaylist.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

[data-toggle="modal"] {
  display: inline-block;
  cursor: pointer;
  margin: 0 !important;
  color: #44ac00 !important;
  text-decoration: underline;
  line-height: normal !important;
}

[data-toggle="modal"]:hover {
  color: #ff6e00 !important;
}

[data-dismiss="modal"] {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

[data-dismiss="modal"] img {
  width: 23px;
  height: 23px;
}

.payment-gateway {
  padding: 26px 0 26px 6px;
  height: calc(100vh - 180px);
  height: -o-calc(100vh - 180px);
  height: -moz-calc(100vh - 180px);
  height: -webkit-calc(100vh - 180px);
}

.payment-gateway-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0;
}

.page-title {
  padding: 30px 0;
  background-color: #eee;
  position: sticky;
  top: 0;
}

.page-title-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.page-title h1 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
}

.payment-gateway-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 20px 0 10px;
}

.payment-gateway-column strong {
    padding: 10px;
    display: block;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #ccc;
    font-weight: bold;
    font-size: 14px;
}

.BGCOLOR1 {
  background-color: #ffe599;
}

.BGCOLOR2 {
  background-color: #fce5cd;
}

.BGCOLOR3 {
  background-color: #cdf1fc;
}

.TABLE {
  display: table;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #ccc;
  width: 100%;
}

.TR {
  display: table-row;
}

.TH {
  display: table-cell;
  border-style: solid;
  border-width: 0px 1px 1px 0;
  border-color: #ccc;
  padding: 7px 10px;
  background-color: #d9ead3;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.TD {
  display: table-cell;
  border-style: solid;
  border-width: 0px 1px 1px 0;
  border-color: #ccc;
  padding: 7px 10px;
  background-color: #fff;
  font-size: 14px;
}

.TD ul {
  list-style: decimal;
  margin: 0 0 0 16px;
  display: grid;
  gap: 5px;
}

.gateway-videos {
  padding: 40px 0;
  background-color: #fff8f3;
}

.gateway-videos-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1310px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.gateway-video-block strong {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}

.gateway-video-block a {
  border: 1px solid #ccc;
  display: block;
}

ul.complisting {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
ul.complisting.grid_colum_3{
  grid-template-columns: 1fr 1fr 1fr;
}
ul.complisting li .video-main {
  display: block;
  text-align: right;
  width: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}
ul.complisting li .video-main .clientvideos img{
  width: 18px;
}
ul.complisting:last-child {
  margin-bottom: 0;
}
.PRICE_TABLE ._TR_:nth-child(2) ul.complisting li,
.PRICE_TABLE ._TR_:nth-child(3) ul.complisting li,
.PRICE_TABLE ._TR_:nth-child(4) ul.complisting li {
  text-align: left;
  position: relative;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 44px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 4.44px rgba(0,0,0,0.15);
}
.PRICE_TABLE ._TR_:nth-child(2) ul.complisting li i,
.PRICE_TABLE ._TR_:nth-child(3) ul.complisting li i,
.PRICE_TABLE ._TR_:nth-child(4) ul.complisting li i {
  content: '';
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.PRICE_TABLE ._TR_:nth-child(2) ._TD_ {
  padding: 10px;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
  color: #000;
  font-size: 14px;
  position: relative;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li small {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2em;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li i img{
  height: 45px;
}
ul.complisting.have_three {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
}
.PRICE_TABLE ._TD_.valign {
  vertical-align: top;
}
/*.PRICE_TABLE ._TD_.pachage-column > div {
  padding: 0 0 15px 0;
  position: relative;
  min-height: 50px;
} */
.mCSB_inside>.mCSB_container {
  margin-right: 0 !important;
}

/* ____________________________________________________________________ */
.pricing-card {
  background: #ffffff;
  padding: 15px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pricing-card.card-standard{
  background: #FCFBFF;
}
.pricing-card.card-enterprise{
  background: #FAFCF9;
}
.pricing-card.card-enterprise{
  background: #F8FBF6;
}
.pricing-card.featured{
  background: #f7fafe;
}
/* Featured Card Styling (Shark Package) */
/* .pricing-card.featured {
  border: 1.5px solid #ff7728;
} */

/* Most Popular Top Pill Badge */
.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #3556E8;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 18px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(53, 86, 232, 0.3);
  white-space: nowrap;
}

/* Round Icon Circles */
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icon-purple {
  background-color: #E8E3FC;
  color: #7356f1;
}

.icon-green {
  background-color: #e4f6e5;
  color: #2e9a24;
}
.btn-green:hover{
  color: #fff;
}
.icon-orange {
  background-color: #d8e9fb;
  color: #3556E8;
}

.card-icon {
  width: 34px;
  height: 34px;
}

/* Package Titles */
.card-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.text-purple {
  color: #2E2188;
}

.text-green {
  color: #429224;
}

.text-orange {
  color: #3556E8;
}

/* Subtitle Descriptions */
.card-description {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: normal;
}

/* Pricing Display Section */
.pricing-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    min-height: 30px;
}

.price-old {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 2px;
}

.price-current {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.6px;
}

.currency-code {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.3px;
}

/* CTA Buttons */
.btn {
    width: 100%;
    height: 46px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: 1px solid transparent;
    font-family: var(--common-font);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: uppercase;
}
.btn:hover{
  background: #fff;
}
.btn:focus{
  outline: none;
  outline-offset: 0;

}
.btn-disabled {
  background-color: #e3e3e7;
  color: #8e8e93;
  cursor: not-allowed;
  font-weight: 600;
}

.btn-green {
  background-color: #3F8F1B;
  color: #ffffff;
  cursor: pointer;
}
.btn-green:hover {
    background-color: #fff;
    color: #3F8F1B;
    border-color: #3F8F1B;
}

.btn-orange {
  background-color: #3556E8;
  color: #ffffff;
  cursor: pointer;

}

.btn-orange:hover {
  background-color: #fff;
  color: #3556E8;
  border-color: #3556E8;
}

/* Card Bottom Notes */
.card-note {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
  margin-top: auto;
  font-style: normal;
}
/* Features List */
.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECF3;
}
.feature-item:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.feature-content {
  flex: 1;
  display: flex;
  align-items: center;
}

.feature-content.no-border,
.feature-item:last-child .feature-content {
  border-bottom: none;
  padding-bottom: 0;
}

/* Icon Circles */
.fe_icon_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon {
  width: 22px;
  height: 22px;
}

/* Feature Text Labels */
.feature-label {
  font-size: 15px;
  font-weight: 700;
  color: #4a5568;
  line-height: 1.35;
}

/* ____________________________________________________________________ */

.pricing-section .pricing-container {
    background: #FFFFFF;
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 532px 248px 2px 248px 2px 248px;
    gap: 0;
    align-items: stretch;
    margin: 0 auto;
    padding-bottom: 15px;
}

/* ----------------------------------------------------
   LEFT OVERVIEW COLUMN
---------------------------------------------------- */
.pricing-section .overview-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #ECECF3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-right: 0;
  box-shadow: 0 0 2px rgba(43, 33, 24, 0.08);
}

/* Top Tag Badge */
.top-tag {
    background: #FFF6EE;
    border: 1.5px solid #FFD8B8;
    color: #ff6e00;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 14px 4px 10px;
    border-radius: 999px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pricing-section .gear-icon {
  color: #ff6e00;
  flex-shrink: 0;
}

/* Main Heading */
.pricing-section .main-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
}
.PRICE_TABLE ._TD_.bold_title{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.pricing-section .heading-dark {
  color: #000;
}

.pricing-section .heading-orange {
  color: #ff6e00;
}

/* Description Text */
.pricing-section .description {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

/* Includes Callout Box */
.pricing-section .includes-box {
    background: #FEF9F3;
    border-radius: 14px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    margin-bottom: 24px;
    border: 1px solid #FDE8D0;
}

.pricing-section .gift-badge {
    width: 70px;
    height: 70px;
    background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #FFF2E5 65%, #FFE5CE 100%);
    border: 1px solid #FFE0C2;
    box-shadow: 0 6px 18px -4px rgba(255, 110, 0, 0.16), inset 0 2px 4px rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing-section .includes-info h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}

.pricing-section .includes-info p {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}
.pricing-section .includes-info p span {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.pricing-section .includes-info p span:last-child{
  margin-bottom: 0;
}
.pricing-section .includes-info p span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: #ff6e00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.pricing-section .includes-info .dot {
  color: #ff6e00;
  margin: 0 3px;
}

/* Horizontal Orange Line */
.pricing-section .orange-divider {
    height: 3px;
    background-color: #ff6e00;
    margin-bottom: 24px;
    width: 100%;
    border-radius: 2px;
}

/* Mini 4 Features Grid */
.pricing-section .mini-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.pricing-section .mini-card {
  border-radius: 12px;
  padding: 20px 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FBFBFC;
  box-shadow: 0 0 2px rgba(43, 33, 24, 0.08);
  border: 1px solid #ECECF3;
}

/* .pricing-section .mini-purple { background-color: #F5F3FF; }
.pricing-section .mini-green  { background-color: #F0FDF4; }
.pricing-section .mini-blue   { background-color: #EFF6FF; }
.pricing-section .mini-orange { background-color: #FFF7ED; } */

.pricing-section .mini-icon {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-section .mini-icon svg{
  width: 30px;
  height: 30px;
}
.pricing-section .mini-val {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    display: block;
}

.pricing-section .mini-lbl {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-top: 4px;
    line-height: 1.2;
}


/* ----------------------------------------------------
   PACKAGE CARDS (CONSISTENT ALIGNMENTS)
---------------------------------------------------- */
.pricing-section{
  padding: 50px 0 0 0;
}
.pricing-section .package-card {
  border-radius: 20px;
  padding: 20px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-border-radius: 20px ;
  -moz-border-radius: 20px ;
  -ms-border-radius: 20px ;
  -o-border-radius: 20px ;
  box-shadow: 0 0 2px rgba(43, 33, 24, 0.08);
}

/* Individual Package Card Variations */
.pricing-section .card-standard {
  background: #f8f8f8;
  border: 1px solid #ECECF3;
  /* border-right: 0; */
}

.pricing-section .card-enterprise {
  background: #FAFDF5;
  border: 1px solid #daedda;
  /* border-right: 0; */
}

.pricing-section .card-shark {
  background:#F6FBFD;
  border: 1px solid #D5E5FF;
}

/* Shark Badges Row */
.pricing-section .badges-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    height: 24px;
    width: 100%;
    margin-top: -33px;
    position: absolute;
    right: 0;
    left: 0;
}

.pricing-section .pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    border: 0;
    margin: 0;
}
.pricing-section .badge-purple {
  background: #6559F0;
}

.pricing-section .badge-orange {
  background: #ff6e00;
}

/* Package Header */
.pricing-section .package-header {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Icon Halo & Inner Circle */
.pricing-section .package-icon-halo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.pricing-section .halo-orange {
    background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #f8f8f8 65%, #FFE5CE 100%);
    border: 1px solid #ECECF3;
    box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.16), inset 0 2px 4px rgba(255, 255, 255, 0.9);
}
.pricing-section .halo-green  {
    background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #F0FBF0 65%, #DCF2DC 100%);
    border: 1px solid #D2ECD2;
    box-shadow: 0 6px 18px -4px rgba(22, 163, 74, 0.16), inset 0 2px 4px rgba(255, 255, 255, 0.9);
}
.pricing-section .halo-blue   {
    background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #F0F6FF 65%, #D8E7FF 100%);
    border: 1px solid #C8DDFF;
    box-shadow: 0 6px 18px -4px rgba(37, 99, 235, 0.16), inset 0 2px 4px rgba(255, 255, 255, 0.9);
}



.pricing-section .package-title {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin:0 0 10px 0;
    line-height: 1em;
}
.pricing-section .package-subtitle {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    min-height: 36px;
}
/* Pricing Display (Aligned Heights with 18px old price) */
.pricing-section .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60px;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: 100%;
}

.pricing-section .old-price {
    font-size: 22px;
    color: #8d8d8d;
    text-decoration: line-through;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.1;
}

.pricing-section .price-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.pricing-section .price-val {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
}

.pricing-section .price-currency {
  font-size: 13px;
  font-weight: 700;
  margin-left: 4px;
}

.pricing-section .text-orange {color: #797979;}
.pricing-section .text-green  { color: #5ea725; }
.pricing-section .text-blue   { color: #1F82F3; }

/* Buttons */
.pricing-section .btn {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 0 5px rgba(43, 33, 24, 0.2);
}

.pricing-section .btn-disabled {
  background: #E4E3E4;
  color: #616161;
  border: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}

.pricing-section .btn-action {
    background: #5ea725;
  color: #fff;
}

.pricing-section .btn-action:hover {
  background: #fff;
  border-color: #5ea725;
  color: #5ea725;
}
.package-card.card-shark .btn-action{
  background: #1F82F3;
  color: #fff;
}
.package-card.card-shark .btn-action:hover {
  background: #fff;
  border-color: #1F82F3;
  color: #1F82F3;
}
/* Card Divider */
.pricing-section .card-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  width: 100%;
  margin-bottom: 18px;
}

/* Feature List (16px font-size) */
.pricing-section .feature-list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  text-align: left;
  margin-bottom: 20px;
}

.pricing-section .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.35;
    position: relative;
    padding-left: 30px;
}
.pricing-section .card-standard .feature-list li{
  color: #525252;
}
.pricing-section .feature-list li::before {
    content: "✓";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8f8f8f;
    color: rgb(255, 255, 255);
    font-size: 10px;
    border-radius: 50%;
    line-height: 18px;
}
.pricing-section .card-enterprise .feature-list li::before {
    background-color: #559C1F;
}
.pricing-section .card-shark .feature-list li::before {
    background-color: #1F82F3;
}

.pricing-section .check-icon {
  flex-shrink: 0;
}

/* Bottom Notes / Highlights */
.pricing-section .bottom-note {
    margin-top: auto;
    width: calc(100% + 30px);
    min-height: 40px;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: -15px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    padding: 10px;
    text-align: left;
    line-height: 1.35;
}
.pricing-section .bottom-note span {
    flex: 1;
    position: relative;
    top: -1px;
}
.pricing-section .note-warning {
  background: #f3f3f3;
  color: #656363;
  border-top: 1px solid #ECECF3;
}

.pricing-section .note-highlight {
  background: #F0F6FD;
  color: #1D4ED8;
  border-top: 1px solid #D5E5FF;
}
.pricing-section .card-enterprise .note-highlight{
  color: #488f12;
  background: #f2f9e6;
  border-top: 1px solid #daedda;
}
/* ____________________________________________________________________ */
/* 1280px Main Container Wrapper */
.v3c-enquire-wrapper {
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Main Outer CTA Banner Card */
.v3c-enquire-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
    border: 1px solid #ECECF3;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    grid-template-columns:516px 1px 248px 1px 247px 1px 249px;
}
.v3c-enquire-line{
    background: #ECECF3;
    width: 1px;
    height: calc(100% + 30px);
}
/* ================= LEFT AREA: ICON & HEADLINE (18px) ================= */
.v3c-enquire-card__left {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding-right: 15px;
}

/* Document Badge Icon */
.v3c-enquire-card__doc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.v3c-enquire-card__doc-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.v3c-enquire-card__doc-svg {
    width: 100%;
    height: 100%;
}

/* Headline Text (18px Font Size) */
.v3c-enquire-card__heading-group {
    display: flex;
    flex-direction: column;
    line-height: 1.32;
}

.v3c-enquire-card__heading-text {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

/* ================= RIGHT AREA: 3 ACTION BUTTONS ================= */
.v3c-enquire-card__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    flex: 1;
    justify-content: space-between;
}

/* Base Button Style (14px Font Size) */
.v3c-enquire-card__action-btn {
    height: 55px;
    border-radius: 8px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 12px 0 18px;
    outline: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
    width: 86%;
    gap: 15px;
    margin: 0 auto;
}
.v3c-enquire-card__action-btn:active:not(:disabled) {
    transform: scale(0.98);
}

.v3c-enquire-card__action-btn:focus-visible {
    outline: 2px solid #0062eb;
    outline-offset: 2px;
}

.v3c-enquire-card__btn-caption {
    white-space: nowrap;
    transition: color 0.25s ease;
}

/* Circle Arrow Icon inside Buttons */
.v3c-enquire-card__arrow-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.v3c-enquire-card__arrow-icon {
    width: 16px;
    height: 16px;
    transition: stroke 0.25s ease;
}

.v3c-enquire-card__action-btn:hover:not(:disabled) .v3c-enquire-card__arrow-circle {
    transform: translateX(2px);
}

/* ================= DISABLED BUTTON & TOOLTIP ================= */
.v3c-enquire-card__action-btn--disabled {
    background-color: #E4E3E4 !important;
    color: #616161 !important;
    border-color: transparent !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.v3c-enquire-card__action-btn--disabled .v3c-enquire-card__arrow-circle {
    background-color: #ffffff;
}

.v3c-enquire-card__action-btn--disabled .v3c-enquire-card__arrow-icon {
    stroke: #616161 !important;
}

.v3c-enquire-card__action-btn--disabled:hover {
    background-color: #E4E3E4 !important;
    color: #616161 !important;
    transform: none !important;
    box-shadow: none !important;
}

.v3c-enquire-card__action-btn--disabled:hover .v3c-enquire-card__arrow-circle {
    transform: none !important;
}

/* Tooltip Container */
.v3c-enquire-card__tooltip-wrap {
    position: relative;
    display: inline-flex;
}

/* Tooltip Popup Bubble */
.v3c-enquire-card__tooltip-bubble {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background-color: #1e293b;
    color: #f8fafc;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.45;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: normal;
    width: 250px;
    text-align: center;
    box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.25), 0 2px 6px -1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
    z-index: 100;
}

/* Tooltip Arrow Notch pointing down to button */
.v3c-enquire-card__tooltip-bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}

/* Reveal Tooltip on Hover and Focus */
.v3c-enquire-card__tooltip-wrap:hover .v3c-enquire-card__tooltip-bubble,
.v3c-enquire-card__tooltip-wrap:focus-within .v3c-enquire-card__tooltip-bubble {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


/* ================= ACTIVE BUTTONS: GREEN & BLUE WITH HOVER INVERT ================= */

/* Button 2: Green */
.v3c-enquire-card__action-btn--green {
    background-color: #5ea725;
    border-color: #5ea725;
    color: #ffffff;
}

.v3c-enquire-card__action-btn--green .v3c-enquire-card__arrow-icon {
    stroke: #5ea725;
}

/* Green Hover: White background, green text, green border, green circle with white arrow */
.v3c-enquire-card__action-btn--green:hover {
    background-color: #ffffff;
    color: #5ea725;
    border-color: #5ea725;
}

.v3c-enquire-card__action-btn--green:hover .v3c-enquire-card__arrow-circle {
    background-color: #effbdc;
}

.v3c-enquire-card__action-btn--green:hover .v3c-enquire-card__arrow-icon {
    stroke: #5ea725;
}


/* Button 3: Blue */
.v3c-enquire-card__action-btn--blue {
    background-color: #1F82F3;
    border-color: #1F82F3;
    color: #ffffff;
}

.v3c-enquire-card__action-btn--blue .v3c-enquire-card__arrow-icon {
    stroke: #1F82F3;
}

/* Blue Hover: White background, blue text, blue border, blue circle with white arrow */
.v3c-enquire-card__action-btn--blue:hover {
    background-color: #ffffff;
    color: #1F82F3;
    border-color: #1F82F3;
}

.v3c-enquire-card__action-btn--blue:hover .v3c-enquire-card__arrow-circle {
    background-color: #e0ecfb;
}

.v3c-enquire-card__action-btn--blue:hover .v3c-enquire-card__arrow-icon {
    stroke: #1F82F3;
}
/*****************************************/
.about-section-of {
  width: 100%;
}

.about-section-of-inner {
  max-width: 1274px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.about-section-of .about-section-of-inner > h4,
.about-section-of .about-section-of-inner > h3 {
    margin: 0;
    padding: 20px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #f16122;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    font-weight: bold;
}
.about-section-of .about-section-of-inner > h3:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 6px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-section-of .about-section-of-inner > h3.open:after {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
}
.about-section-of-data {
  text-align: initial;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
  background: #f8f8f8;
}
.about-section-of-data .about-section-of-inner {
text-align: unset;
}
.about-section-of-data p {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    margin-top: 0;
    text-align: justify;
    line-height: normal;
}
.about-section-of h6 {
  font-size: 23px;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.box-rows ul {
  list-style: none;
  padding-left: 15px;
}

.box-rows ul li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #666;
  padding: 0 0 0 18px;
  font-weight: 500;
  position: relative;
}

.box-rows ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #f16122;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.box-rows h5{
  font-size: 21px;
margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}
.sub-boxess strong,
.sub-boxess h4 {
  font-size: 18px;
  margin:0px;
  position: relative;
  font-weight: 600;
  display: block;
}
.sub-boxess {
  padding-left: 20px;
  margin-bottom: 15px;
}
.sub-boxess strong:before,
.sub-boxess h4:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f16122;
  border-radius: 50%;
  left: -22px;
  top: 10px;
}
.about-section-of-inner.nagative {
  margin-top: -69px;
}

/********************************************/
/* ____________________________________________________________________ */
@media screen and (max-width:1330px) {
.pricing-section .pricing-container {
    grid-template-columns: 40% 20% 2px 20% 2px 20%;
}
.v3c-enquire-card {
    grid-template-columns: 40% 1px 20.3% 1px 20.3% 1px 20.3%;
}
.v3c-enquire-card__arrow-circle{
  max-width: 28px;
  width: 100%;
}
.v3c-enquire-card__action-btn {
    width: 85%;
}
}

@media screen and (max-width:1366px) {
  .uber-pricing-package-inner-scroll img {
    max-width: 100%;
  }

  .buy-button-block {
    width: 94.5%;
  }

  .buy-button-block .buy-now {
    width: 14vw;
    margin-left: 0.8vw;
    font-size: 1.5vw;
    height: 11vw;
  }
}

@media screen and (max-width:1200px) {
  .hero-heading {
    font-size: 40px;
    line-height: 46px;
}
  ul.complisting {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pricing-section .main-heading {
    font-size: 30px;
}
.pricing-section .btn {
    white-space: normal;
}
.pricing-section .price-val {
    font-size: 24px;
}
.pricing-section .old-price {
    font-size: 17px;
}
.pricing-section .overview-card {
    padding: 15px;
}
.pricing-section .bottom-note {
    padding: 0 5px;
    text-align: left;
}
.pricing-section .bottom-note span{
  flex: 1;
}
.pricing-section .package-title {
    font-size: 18px;
}
.pricing-section .pill-badge {
    gap: 1vw;
    padding: 1vw;
    font-size: 1vw;
    letter-spacing: 0px;
}
.v3c-enquire-card__action-btn {
    width: 95%;
    font-size: 1.3vw;
    padding: 1vw 1vw;
    gap: 1vw;
    height: auto;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
}
.v3c-enquire-card__heading-text {
    font-size: 1.8vw;
}
.v3c-enquire-card__arrow-circle {
    max-width: 3vw;
    width: 100%;
    height: 3vw;
}
.v3c-enquire-card__arrow-icon {
    width: 1.5vw;
    height: 1.5vw;
}
.v3c-enquire-card {
    grid-template-columns: 41% 1px 20% 1px 20% 1px 20%;
}
.v3c-enquire-card__left {
    gap: 1vw;
    padding-right: 1.5vw;
}
.v3c-enquire-card__doc-icon {
    width: 5vw;
}
}
@media screen and (max-width:1024px) {
  .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):before {
    display: none;
  }

  .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):after {
    display: none;
  }

  .PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label,
  .PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label {
    top: -100px;
    right: 0;
    width: 100px;
    height: 100px;
    font-size: 10px;
  }

  .PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label .discoumt-txt,
  .PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label .discoumt-txt {
    font-size: 12px;
    padding: 0 10px;
  }

  .PRICE_TABLE ._TD_ {
    font-size: 1.5vw;
    padding: 1.5vw;
  }
  .PRICE_TABLE ._TR_:last-child ._TD_:nth-child(2) {
      font-size: 2vw;
      padding: 1.5vw;
  }
  .PRICE_TABLE ._TR_ strong,
  .PRICE_TABLE ._TR_ ._TD_ ul li,
  .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2),
  .PRICE_TABLE ._TR_._HEAD_ ._TD_ .sub-data-desc,
  .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child,
  .PRICE_TABLE ._TD_ .shape span.diactive {
    font-size: 1.5vw;
    line-height: normal;
    margin-bottom: 0.5vw;
    letter-spacing: 0;
  }

  .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2)>span,
  .PRICE_TABLE .general__title ~ p,
  .PRICE_TABLE h2~p {
    font-size: 1.5vw !important;
    line-height: normal;
  }
  .PRICE_TABLE .general__title,
  .PRICE_TABLE h2 {
    font-size: 2.8vw;
    line-height: 1em;
  }

  .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:before {
    width: 1.5vw;
    left: -1.5vw;
  }

  .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:after {
    border-top: 1.3vw solid #d95d00;
    border-left: 1.5vw solid transparent;
    left: -1.5vw;
  }

  .PRICE_TABLE ._TD_.pachage-column>div {
    padding: 0px;
  }

  .PRICE_TABLE ._TD_ .shape,
  .PRICE_TABLE ._TD_ .shape b.b,
  .PRICE_TABLE ._TD_ .shape b.b,
  .PRICE_TABLE ._TD_ .shape b {
    font-size: 1.5vw;
  }

  .PRICE_TABLE ._TD_.pachage-column small.blink {
    font-size: 1vw;
  }
.badge {
    font-size: 7px !important;
}
  .taxi-app-page-inner ._TD_ span {
    font-size: 1.5vw;
  }

  .PRICE_TABLE ._TD_.pachage-column>div::before {
    border-top: 2.9vw solid #f19e00;
    bottom: -2.8vw;
    border-left: 8.2vw solid transparent;
  }

  .PRICE_TABLE ._TD_.pachage-column.blue>div:before {
    border-top: 2.9vw solid #0298a8;
    bottom: -2.8vw;
    border-left: 7.1vw solid transparent;
  }

  .PRICE_TABLE ._TD_.pachage-column>div:after {
    border-top: 2.9vw solid #f19e00;
    bottom: -2.8vw;
    border-right: 8.2vw solid transparent;
  }

  .PRICE_TABLE ._TD_.pachage-column.blue>div:after {
    border-top: 2.9vw solid #0298a8;
    bottom: -2.8vw;
    border-right: 7.1vw solid transparent;
  }
  ul.complisting li .video-main .clientvideos img {
    width: 1.8vw;
    height: 1.8vw;
  }
  ul.complisting li .video-main .clientvideos {
    width: 1.8vw;
    height: 1.8vw;
    line-height: normal;
  }
  .PRICE_TABLE ._TD_ .clientvideos,
  .PRICE_TABLE ._TD_ .clientvideos img {
    width: 2.6vw;
    vertical-align: top;
  }

  .PRICE_TABLE ._TD_.pachage-column {
    width: 19vw;
    max-width: 19vw;
  }

  .PRICE_TABLE ._TD_.pachage-column.green>div:before {
    border-left-width: 7.6vw;
  }

  .PRICE_TABLE ._TD_.pachage-column.green>div::after {
    border-right-width: 7.6vw;
  }

  .PRICE_TABLE ._TR_ ._TD_:nth-child(5) {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #fff #dbdbdb #ECECF3 #fff;
    box-sizing: border-box;
  }

  .PRICE_TABLE ._TR_ ._TD_:nth-child(5)::after {
    left: -6px;
  }

  .PRICE_TABLE ._TD_.pachage-column.bule>div:before,
  .PRICE_TABLE ._TD_.pachage-column.bule>div:after {
    border-top: 2.9vw solid #027fe0;
  }

  .PRICE_TABLE ._TD_.pachage-column>div {
    padding: 1vw 1vw 0 1vw;
    min-height: 21vw;
  }

  .PRICE_TABLE ._TD_ a.buy-package {
    font-size: 2.2vw;
  }

  .PRICE_TABLE ._TD_>img {
    width: 2vw;
  }

  .PRICE_TABLE ._TR_ ._TD_:first-child {
    width: 5vw;
  }

  .PRICE_TABLE ._TD_ a.buy-package {
    height: 14.9vw;
  }

  .PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
    padding: 0 0 0 1.8vw;
  }
  .PRICE_TABLE ._TR_:nth-child(3) ul.complisting li {
    padding: 10px;
  }
  .plan_button {
    padding: 1.3vw 3vw 1.7vw 3vw;
    font-size: 1.7vw;
  }
  .PRICE_TABLE ._TR_:nth-child(3) ul.complisting li i {
    margin-bottom: 1vw;
  }
  .PRICE_TABLE ._TR_ ._TD_ ul.complisting li small {
    font-size: 1.5vw;
  }
  .v3c-enquire-card {
    padding: 1.5vw 1vw 1.5vw 1.5vw;
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    -moz-border-radius: 1.5vw;
    -ms-border-radius: 1.5vw;
    -o-border-radius: 1.5vw;
}
.v3c-enquire-line {
    height: calc(100% + 3vw);
}
}

@media screen and (max-width:991px) {
  .banner .taxi-app-page-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .payment-gateway-row {
    display: flex;
    flex-wrap: wrap;
  }

  .gateway-videos-inner {
    grid-template-columns: 1fr 1fr;
  }

  .gateway-video-block:last-child {
    grid-column: span 2;
  }

  .page-title h1 {
    font-size: 30px;
  }

  .payment-gateway-column {
    width: 100%;
  }
  ul.complisting {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-section .main-heading {
    font-size: 2.8vw;
}
.pricing-section .description {
    font-size: 1.5vw;
    line-height: 2vw;
}
.pricing-section .includes-info h4 {
    font-size: 2vw;
}
.pricing-section .package-title{
  font-size: 1.8vw;
}
.pricing-section .gift-badge {
    width: 60px;
    height: 60px;
}
.pricing-section .gift-badge svg{
  width: 25px;
  height: 25px;
}
.pricing-section .mini-lbl,
.pricing-section .feature-list li,
.pricing-section .includes-info p,
.pricing-section .package-subtitle{
    font-size: 1.4vw;
    line-height: 1.8vw;
}

.pricing-section .package-icon-halo {
    width: 70px;
    height: 70px;
}
.pricing-section .package-icon-halo  svg{
  width: 30px;
  height: 30px;
}
.pricing-section .mini-val,
.pricing-section .btn {
    white-space: normal;
    font-size: 1.5vw;
    line-height: 1.8vw;
}
.pricing-section .mini-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.pricing-section .includes-box {
    padding: 13px;
    margin-bottom: 10px;
}
.pricing-section .orange-divider {
    height: 2px;
    margin-bottom: 10px;
}
.pricing-section .mini-card {
    border-radius: 12px;
    padding: 10px 6px;
}
.hero-container{
  flex-direction: column-reverse;
  gap: 25px;
}
.hero-content{
  max-width: 100%;
  flex: 100%;
  width: 100%;
}
.hero-graphic{
  justify-content: center;
  flex: 100%;
  width: 100%;
}
}

@media screen and (max-width:767px) {
  .payment-gateway {
    padding: 10px 0 10px 6px;
  }

  .page-title {
    padding: 20px 0;
  }

  .page-title h1 {
    font-size: 25px;
  }

  [data-dismiss="modal"] {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
.price-row{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    gap: 1px;
}
.price-main {
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.price-unit {
    font-size: 10px;
    font-weight: 500;
    color: var(--muted);
    margin-left: 0;
    align-self: flex-end;
    padding-bottom: 0;
    font-size: 1vw;
}
.plan_button {
    padding: 1vw 1vw 1.3vw 1vw;
    font-size: 1.3vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.badge {
    font-size: 1vw !important;
    min-height: initial;
    letter-spacing: 0.1vw;
    align-items: center;
    line-height: normal;
    padding: 0.5vw 2vw;
}
.badges {
    gap: 0.3vw;
    min-height: 5px;
}
.PRICE_TABLE ._TD_.pachage-column small.blink {
    font-size: 1vw;
    padding: 0.5vw 1vw;
    margin: 1vw 0;
}
.PRICE_TABLE ._TD_ .shape span.diactive{
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
ul.complisting.grid_colum_3 {
    grid-template-columns: 1fr 1fr;
}
ul.complisting li .video-main {
    width: auto;
    position: absolute;
    right: 2px;
    top: 2px;
}
 .PRICE_TABLE ._TR_:nth-child(4) ul.complisting li i {
    margin-bottom: 1vw;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
    padding: 1vw;
}
.about-section-of .about-section-of-inner > h3 {
  font-size: 18px;
  padding: 15px;
}
}

@media (max-width:630px) {
  .PRICE_TABLE ._TD_.bold_title {
    font-size: 1.5vw;
}
.hero-heading {
    font-size: 28px;
    line-height: 34px;
}
.hero-description b {
    font-size: 16px;
    color: #000;
    line-height: 1em;
}
.hero-section p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.h-fet-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
}
.pricing-section .includes-box {
    padding: 1.5vw;
    margin-bottom: 1.5vw;
    gap: 1.5vw;
    border-radius: 1.5vw;
    grid-template-columns: 100%;
    -webkit-border-radius: 1.5vw;
    -moz-border-radius: 1.5vw;
    -ms-border-radius: 1.5vw;
    -o-border-radius: 1.5vw;
}
.pricing-section .orange-divider{
  margin-bottom: 1vw;
  height: 1px;
}
.pricing-section .package-icon-halo,
.pricing-section .gift-badge {
    width: 6vw;
    height: 6vw;
}
.pricing-section .package-title,
.pricing-section .package-icon-halo{
  margin-bottom: 1vw;
}
.pricing-section .package-icon-halo svg,
.pricing-section .gift-badge svg {
    width: 3vw;
    height: 3vw;
}

.pricing-section .mini-lbl{
  margin-top: 0;
}
.pricing-section .package-header,
.pricing-section .description{
  margin-bottom: 1.5vw;
}
.pricing-section .old-price {
    font-size: 1.8vw;
}
.pricing-section .price-wrapper{
  height: auto;
  margin: 0;
}
.pricing-section .badges-row {
    gap: 0.5vw;
    margin-bottom: 1.5vw;
    height: 4vw;
    margin-top: -4vw;
}
.pricing-section .pill-badge svg{
  display: none;
}
.pricing-section .pill-badge {
    gap: 2px;
    padding: 2px;
    font-size: 1vw;
    letter-spacing: 0px;
    white-space: nowrap;
}
.PRICE_TABLE ._TR_ ._TD_:nth-child(5) svg,
.PRICE_TABLE ._TR_ ._TD_:nth-child(4) svg,
.PRICE_TABLE ._TR_ ._TD_:nth-child(3) svg{
  width: 15px;
  height: 15px;
}
.pricing-section .overview-card {
    padding: 1.5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}
.pricing-section .package-card{
    padding: 2vw 1.5vw 1.5vw 1.5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
}
.pricing-section .price-val {
    font-size: 2vw;
}
.pricing-section .price-currency {
    font-size: 1vw;
    margin-left: 0.5vw;
}
.pricing-section .package-subtitle {
    min-height: auto;
    margin-bottom: 0;
}
.pricing-section .card-divider {
    margin-bottom: 2vw;
}
.pricing-section .btn{
  height: auto;
    padding: 1vw;
    font-size: 1.3vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    line-height: 1.5vw;
}
.pricing-section .main-heading{
  margin-bottom: 1vw;
}
.pricing-section .feature-list li::before {
    width: 6px;
    height: 6px;
    left: 0px;
    top: 0px;
    font-size: 3px;
    border-radius: 50%;
    line-height: 6px;
}
.pricing-section .feature-list li {
    padding-left: 10px;
}
.pricing-section .mini-features-grid{
  gap: 1vw;
}
.pricing-section .mini-card{
  padding: 1vw;
  border-radius:1vw;
  -webkit-border-radius:1vw ;
  -moz-border-radius:1vw ;
  -ms-border-radius:1vw ;
  -o-border-radius:1vw ;
}
.pricing-section .mini-icon svg {
    width: 3vw;
    height: 3vw;
}
.pricing-section .bottom-note svg{
  width: 2vw;
  height: 2vw;
}

.pricing-section .mini-icon{
  margin-bottom: 1vw;
}
.pricing-section .bottom-note {
    font-size: 1vw;
    width: calc(100% + 3vw);
    border-radius: 0 0 2vw 2vw;
    -webkit-border-radius: 0 0 2vw 2vw;
    -moz-border-radius: 0 0 2vw 2vw;
    -ms-border-radius: 0 0 2vw 2vw;
    -o-border-radius: 0 0 2vw 2vw;
    min-height: 4vw;
    margin-bottom: -1.5vw;
    padding: 1vw;
    gap: 1vw;
}
.pricing-section .feature-list{
  margin-bottom: 2vw;
  gap: 1.5vw;
}
.PRICE_TABLE {
    border-radius: 2vw;
}
.pricing-section .includes-info h4{
  margin: 0 0 1vw;
}
.pricing-section .includes-info p span::before {
    top: 1px;
    background: #ff6e00;
    max-width: 3px;
    width: 100%;
    height: 3px;
}
.pricing-section .includes-info p span {
    position: relative;
    padding-left: 6px;
    margin-bottom: 1vw;
}
.taxi-app-page-inner,
.pricing-section .pricing-container{
  padding-left: 10px;
  padding-right: 10px;
}
.hero-section {
    padding: 30px 0;
}
.pricing-section {
    padding: 30px 0 0 0;
}
.v3c-enquire-card__action-btn--disabled:hover .v3c-enquire-card__arrow-circle{
  display: none;
}
.v3c-enquire-card__arrow-circle{
  display: none !important;
}
.v3c-enquire-card__tooltip-bubble {
    font-size: 1.5vw;
    padding: 1vw;
    border-radius: 1vw;
    width: 150px;
}
.v3c-enquire-card__action-btn {
    width: 90%;
}
.v3c-enquire-card {
    grid-template-columns: 39% 1px 21% 1px 20% 1px 20%;
}
.v3c-enquire-card__tooltip-bubble::after {
    border-width: 1.5vw;
}
}
@media screen and (max-width:568px) {


  .PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label,
  .PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label {
    right: -5px;
    background-image: none;
    background-color: #f19e00;
    border-radius: 14px;
    top: -120px;
    width: auto;
  }

  .PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label:after {
    content: '';
    display: inline-block;
    border-top: 15px solid #f19e00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -15px;
    position: absolute;
    right: 10px;
  }

  .PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label:after {
    content: '';
    display: inline-block;
    border-top: 15px solid #f19e00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -15px;
    position: absolute;
    right: 42px;
  }
  .PRICE_TABLE ._TD_.pachage-column.blue>div span.discount-label {
    margin-right: 18px;
  }
  h1.page-heading {
    font-size: 28px;
  }

}
@media screen and (max-width:480px) {
  .PRICE_TABLE ._TR_ ._TD_ ul.complisting li i img {
    width: 5vw;
    height: 5vw;
  }
  .PRICE_TABLE ._TR_:nth-child(3) ul.complisting li {
    padding: 1vw;
  }
  .PRICE_TABLE ._TD_.pachage-column.green>div span.discount-label label {
    font-size: 3.5vw;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}