h1.page-heading {
    font-size: 41px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.price-table-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
} 
.price-table-section {
    padding: 40px 0;
}
img {
    max-width:100%;
}
.buy-button-row a {
    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;
    width: 203px;
}
.buy-button-row {
    display: flex;
    justify-content: flex-end;
}
.buy-button-row a:last-child {width: 194px;margin-left: 12px;}
.buy-button-row a.orange {
    background-color: #f19e00;
}
.buy-button-row a.orange:hover {
    background-color: #dc9103;
}
.buy-button-row a.green {
    background-color: #4bb702;
}
.buy-button-row a.green:hover {
    background-color: #54ce01;
}

.PRICE_TABLE {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.PRICE_TABLE ._TR_ {
    display: table-row;
}
.PRICE_TABLE h2 {
    margin: 0 0px 0 0;
    padding: 0;
    font-size: 40px;
    color: #131313;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.PRICE_TABLE ._TD_ .shape {
    font-size: 20px;
}
.PRICE_TABLE ._TD_ .clientvideos {
    display: inline-block;
    margin-left: 6px;
}
.PRICE_TABLE ._TD_ .clientvideos img {
    width: 28px;
}
.PRICE_TABLE ._TD_.pachage-column.orange > div {
    background-color: #f19e00;
}
.PRICE_TABLE ._TD_.pachage-column.green > div {
    background-color: #4BB702;
}
.PRICE_TABLE ._TD_.pachage-column span {
    display: block;
    font-size: 16px;
}
.PRICE_TABLE ._TR_:first-child ._TD_ {
    background-color: transparent;
}
.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 ._TD_.pachage-column.green > div:after,
.PRICE_TABLE ._TD_.pachage-column.green > div:before {
    border-top-color: #4BB702;
}
.PRICE_TABLE ._TD_.pachage-column .shapeBefore {
    height: 24px;
    position: absolute;
    top: -24px;
    left: -15px;
    right: -15px;
}
.PRICE_TABLE ._TD_.pachage-column.green .shapeBefore {
    background-color: #4BB702;
}
.PRICE_TABLE ._TD_.pachage-column.orange .shapeBefore {
    background-color: #f19e00;
}
.PRICE_TABLE ._TD_.pachage-column .shapeBefore:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 25px solid #fff;
    border-right: 16px solid transparent;
}
.PRICE_TABLE ._TD_.pachage-column .shapeBefore:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 25px solid #fff;
    border-left: 16px solid transparent;
}
.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_ {
    border: none !important;
    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 ._TR_ {
    display: table-row;
}
.PRICE_TABLE ._TD_ {
    display: table-cell;
    padding: 15px;
    border-style:solid;
    border-color:#cfcfcfcf;
    border-width:0 0 1px 0;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    font-weight: 500;
}
.PRICE_TABLE ._TR_.hilight ._TD_ {
  background-color: #f8f8f8;
  font-weight: 600;
  text-transform: uppercase;
}
.PRICE_TABLE ._TD_ p {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.PRICE_TABLE ._TD_ .main_caption p {
  margin: 0;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting {
	margin-bottom: 0;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
	position: relative;
	padding: 0 0 0 18px;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li::before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting b {
	display: block;
	margin-bottom: 0.5px;
	font-weight: 600;
}
.PRICE_TABLE ._TD_ strong {
    display: block;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: bold;
}
.PRICE_TABLE h2 {
    margin: 0 0px 0 0;
    padding: 0;
    font-size: 40px;
    color: #131313;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.PRICE_TABLE ._TR_._HEAD_.internal h2 {
    left: 50%;
    position: relative;
    transform: translateX(-26%);
}
.PRICE_TABLE ._TD_.pachage-column {
    width: 193px;
    max-width: 193px;
    text-align: center;
    padding: 0 15px;
    background-color: #EDEDED;
    color: #fff;
}
.PRICE_TABLE ._TD_ .shape {
    font-size: 20px;
}
.PRICE_TABLE ._TD_ .clientvideos {
    display: inline-block;
    margin-left: 6px;
}
.PRICE_TABLE ._TD_ .clientvideos img {
    width: 20px;
    height: 20px;
}
.PRICE_TABLE ._TD_.pachage-column > div {
    padding: 0;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.PRICE_TABLE ._TD_.pachage-column.green {
    background-color: #4BB702;
    position: relative;
}
.PRICE_TABLE ._TD_.pachage-column.green:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    top: -19px;
    background-color: #4BB702;
    border-top: 2px solid #388b00;
    left: 0;
}
.PRICE_TABLE ._TD_.pachage-column span {
    display: block;
    font-size: 16px;
}
.PRICE_TABLE ._TR_:first-child ._TD_:first-child {
    border-left-width:0;
    border-right-width:0;
}
.PRICE_TABLE ._TR_ ._TD_:first-child {
    text-align: center;
    width: 50px;
    border-left-width:1px;
    border-right-width:1px;
}
.PRICE_TABLE ._TD_:last-child {
    background-color: #eee;
    text-align: center;
}
.PRICE_TABLE ._TR_ ._TD_:nth-child(3) {
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: #fff #dbdbdb #cfcfcf #fff;
    box-sizing: border-box;
}
.PRICE_TABLE ._TD_.pachage-column.green > div:after,
.PRICE_TABLE ._TD_.pachage-column.green > div:before {
    border-top-color: #4BB702;
}
.PRICE_TABLE ._TD_.pachage-column .shapeBefore {
    height: 24px;
    position: absolute;
    top: -24px;
    left: -15px;
    right: -15px;
}
.PRICE_TABLE ._TD_.pachage-column.green .shapeBefore {
    background-color: #4BB702;
}
.PRICE_TABLE ._TD_.pachage-column.orange .shapeBefore {
    background-color: #f19e00;
}
.PRICE_TABLE ._TD_.pachage-column .shapeBefore:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 25px solid #fff;
    border-right: 16px solid transparent;
}
.PRICE_TABLE ._TD_.pachage-column .shapeBefore:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 25px solid #fff;
    border-left: 16px solid transparent;
}
.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 ._TR_._HEAD_ ._TD_:first-child:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    left: -15px;
    top: 0;
    background-color: #ff6e00;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:after {
    content: '';
    position: absolute;
    top: 100%;
    border-top: 13px solid #d95d00;
    border-left: 15px solid transparent;
    left: -15px;
}
.PRICE_TABLE ._TD_:last-child {
    text-align: center;
}
.PRICE_TABLE ._TD_.pachage-column.green > div:after{
    border-right-width:82px;
}
.PRICE_TABLE ._TD_.pachage-column.green > div:before {
    border-left-width:82px;
}
.PRICE_TABLE ._TR_:last-child ._TD_ {
    border: none !important;
    background-color: transparent;
    padding: 0;
}
.PRICE_TABLE ._TR_:last-child ._TD_:last-child a {
    margin-left: 1px;
}
.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 ._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: #4bb702;
}
.PRICE_TABLE ._TD_ a.buy-package.green:hover,a.buy-package-mob:hover {
    background-color: #54ce01;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
    text-transform: uppercase;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.sub_div:nth-child(2) {
  text-transform: initial;
}
.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: 18px;
    color: #fff;
    display: block;
    text-transform: initial;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_ .sub-data-desc {
    padding: 0 0 0 0;
    font-size: 15px;
    color: #000;
    display: block;
    text-transform: initial;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
ul.list li {
    list-style: none;
    margin-bottom: 5px;
    line-height: normal;
}
ul.list {
    margin-top: 8px;
}
.boxcolor2.sub_div, .PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:first-child:before {
  background-color: #b5ffbc !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:first-child:before {
  background-color: #fae80b !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:nth-child(2):after {
  border-top-color: #fae80b;
  border-bottom-color: #fae80b;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor1:first-child:after {
  border-top-color: #e7d508 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:first-child:before {
  background-color: #2add3b !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_.internal ._TD_.boxcolor2 {
  background-color: #2add3b !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:nth-child(2):after {
  border-top-color: #2add3b;
  border-bottom-color: #2add3b;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2:first-child:after {
  border-top-color: #16a524 !important;
}
/********************************************/
._TR_.component_row ._TD_:nth-child(2) {
  border-left-width: 0;
}
._TR_.component_row ._TD_:nth-child(2) > img {
  margin-left: -5%;
  max-width: 105%;
  width: auto;
}
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:first-child:before {
  background-color: #b5ffbc !important;
  color: #000 !important;
}
.PRICE_TABLE ._TR_._HEAD_.internal ._TD_.boxcolor2.sub_div {
  background-color: #b5ffbc !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:nth-child(2):after {
  border-top-color: #b5ffbc;
  border-bottom-color: #b5ffbc;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:first-child:after {
  border-top-color: #8de696 !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:first-child:before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor2.sub_div:first-child:after {
  display: none;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:first-child:before {
  background-color: #00b9fb !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_.internal ._TD_.boxcolor3 {
  background-color: #00b9fb !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:nth-child(2):after {
  border-top-color: #00b9fb;
  border-bottom-color: #00b9fb;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3:first-child:after {
  border-top-color: #00a5e0 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:first-child:before {
  background-color: #b5ebff !important;
  color: #000 !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:first-child::before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:first-child::after {
  display: none;
}
.PRICE_TABLE ._TR_._HEAD_.internal ._TD_.boxcolor2.sub_div {
  background-color: #b5ebff !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:nth-child(2):after {
  border-top-color: #b5ebff;
  border-bottom-color: #b5ebff;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor3.sub_div:first-child:after {
  border-top-color: #8ed2eb !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:first-child:before {
  background-color: #A084DC !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:nth-child(2):after {
  border-top-color: #A084DC;
  border-bottom-color: #A084DC;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor4:first-child:after {
  border-top-color: #8469be !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:first-child:before {
  background-color: #f26946 !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:nth-child(2):after {
  border-top-color: #f26946;
  border-bottom-color: #f26946;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor5:first-child:after {
  border-top-color: #d35333 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:first-child:before {
  background-color: #C7BCA1 !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_.internal ._TD_.boxcolor6 {
  background-color: #C7BCA1 !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:nth-child(2):after {
  border-top-color: #C7BCA1;
  border-bottom-color: #C7BCA1;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6:first-child:after {
  border-top-color: #ada388 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:first-child:before {
  background-color: #ffecb9 !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_.internal ._TD_.boxcolor2.sub_div {
  background-color: #ffecb9 !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:nth-child(2):after {
  border-top-color: #ffecb9;
  border-bottom-color: #ffecb9;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor6.sub_div:first-child:after {
  border-top-color: #e9d191 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:first-child:before {
  background-color: #ECA869 !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:nth-child(2):after {
  border-top-color: #ECA869;
  border-bottom-color: #ECA869;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor7:first-child:after {
  border-top-color: #d39052 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:first-child:before {
  background-color: #A6BB8D !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:nth-child(2):after {
  border-top-color: #A6BB8D;
  border-bottom-color: #A6BB8D;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor8:first-child:after {
  border-top-color: #899c71 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:first-child:before {
  background-color: #59cec4 !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:nth-child(2):after {
  border-top-color: #59cec4;
  border-bottom-color: #59cec4;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor9:first-child:after {
  border-top-color: #48b3aa !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:first-child:before {
  background-color: #ffacbd !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:nth-child(2):after {
  border-top-color: #ffacbd;
  border-bottom-color: #ffacbd;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor10:first-child:after {
  border-top-color: #e797a7 !important;
}
/********************************************/
/********************************************/
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:first-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:nth-child(2),
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:first-child:before {
  background-color: #86c8ff !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:nth-child(2):before,
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:nth-child(2):after {
  border-top-color: #86c8ff;
  border-bottom-color: #86c8ff;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.boxcolor11:first-child:after {
  border-top-color: #70b4eb !important;
}
/********************************************/
ul.complisting {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 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: 15px;
  font-weight: 600;
}
.PRICE_TABLE ._TR_:nth-child(3) ul.complisting li i {
  content: '';
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
ul.complisting li .video-main {
  display: block;
  text-align: right;
  width: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}
.PRICE_TABLE ._TR_:nth-child(3) ._TD_ ul.complisting li::before {
  display: none;
}
.PRICE_TABLE ._TR_:nth-child(3) 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;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 4.44px rgba(0, 0, 0, 0.15);
}
.PRICE_TABLE ._TR_ ._TD_ ul.complisting li i img {
  height: 45px;
}
/* ******************* */
.inner-banner {
    margin-top: 80px;
    background: url(../images/inner-banner-bg.png) no-repeat center;
    background-size: cover;
    height: auto;
    padding: 22px 0 28px 0;
}
.deliverall-pricing {
    padding: 60px 0;
}
.deliverall-pricing-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.deliverall-pricing-inner img {
    max-width: 100%;
}
/**************************/
/************************************/
.payment-gatewaylist-block {
  max-width: 1310px;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
}
.payment-gatewaylist {
  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;
}
.payment-gatewaylist [data-dismiss="modal"],
.payment-gatewaylist .page-title {
  display: none;
}
.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);
}
.taxi-app-page-inner .payment-gateway-row ul li {
  color: #363636;
  margin: 0;
  list-style: none;
  font-weight: 400;
}
.taxi-app-page-inner .payment-gateway-row ul {
  margin: 0;
}
[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-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: bold;
  text-align: center;
  font-size: 36px;
}
.payment-gateway-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.PRICE_TABLE ._TR_ .payment-gateway-column strong {
  padding: 10px;
  display: block;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #ccc;
  margin: 0;
}
.BGCOLOR1 {
  background-color: #ffe599;
}
.BGCOLOR2 {
  background-color: #edeaff;
}
.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: 6px 8px;
  background-color: #d9ead3;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
}
.TD {
  display: table-cell;
  border-style: solid;
  border-width: 0px 1px 1px 0;
  border-color: #ccc;
  padding: 6px 8px;
  background-color: #fff;
  font-size: 14px;
}
.TD small {
  font-size: 13px;
}
.TD ul {
  list-style: none;
  margin: 0 0 0 0;
}
.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;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.PRICE_TABLE ._TR_ .payment-gateway-column.token_based .TD {
  background-color: #fffcf4;
}
.PRICE_TABLE ._TR_ .payment-gateway-column.non_token .TD {
  background-color: #f6f5ff;
}
.PRICE_TABLE ._TR_ .payment-gateway-column.mobile_money .TD {
  background-color: #f5fdff;
}
/**************************************/
@media screen and (max-width:1280px) {
    .buy-button-row a {
        width: 15.52vw;
        line-height: 6.122vw;
        font-size: 1.75vw;
    }
    .buy-button-row a:last-child {
        width: 14.8vw;
        margin-left: 1vw;
    }
}
@media screen and (max-width:1100px) {
  ul.complisting {
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.complisting li:last-child {
    grid-column: span 2;
  }
}
@media screen and (max-width:991px) {
    .PRICE_TABLE h2 {
        font-size: 28px;
    }
    .PRICE_TABLE ._TD_.pachage-column {
        width: 182px;
    }
    h1.page-heading {
        font-size: 32px;
    }
    .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%;
    }
}
@media screen and (max-width:767px) {
    h1.page-heading {
        font-size: 28px;
    }
    .buy-button-row a {
        width: 15.25vw;
    }
    .PRICE_TABLE ._TD_.pachage-column .shapeBefore {
        height: 3.1vw;
        top: -3.1vw;
        left: -2vw;
        right: -2vw;
    }
    .PRICE_TABLE h2 {
        font-size: 25px;
    }
    .PRICE_TABLE ._TD_ {
        padding: 1.8vw;
        font-size: 2vw;
        line-height: normal;
    }
    .PRICE_TABLE ._TD_ p,
    .PRICE_TABLE ._TD_ .main_caption p {
      font-size: 2vw;
      line-height: normal;
    }
    .PRICE_TABLE ._TR_ ._TD_:nth-child(2),
    .PRICE_TABLE ._TR_ ._TD_:nth-child(3) {
      min-width: 23vw;
      padding: 2vw;
    }
    .PRICE_TABLE ._TR_:last-child ._TD_:nth-child(2),
    .PRICE_TABLE ._TR_:last-child ._TD_:nth-child(3) {
      min-width: 23vw;
      padding: 0;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_ .sub-data-desc {
        font-size: 1.5vw;
    }
    p {
        line-height: normal;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul li {
        font-size: 1.4vw;
    }
    .taxi-app-page-inner ul li,
    .PRICE_TABLE ._TR_ strong {
        font-size: 2vw;
        margin-bottom: 0.5vw;
    }
    .PRICE_TABLE ._TD_.pachage-column .shapeBefore:before {
        border-top: 3.1vw solid #fff;
        border-right: 2vw solid transparent;
    }
    .PRICE_TABLE ._TD_.pachage-column .shapeBefore:after {
        border-top: 3.1vw solid #fff;
        border-left: 2vw solid transparent;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child, .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
        font-size: 2vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):before,
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):after {
        display: none;
    }
    .PRICE_TABLE h2 {
        font-size: 3.2vw;
    }
    .PRICE_TABLE ._TD_.pachage-column > div {
        margin-bottom: 1vw;
    }
    .PRICE_TABLE ._TD_ .shape {
        font-size: 2.6vw;
    }
    .PRICE_TABLE ._TD_ .clientvideos {
        width: 2vw;
        margin-left: 0.6vw;
    }
    .PRICE_TABLE ._TD_.pachage-column {
        width: 23.5vw;
        padding: 0 1.95vw;
    }
    .PRICE_TABLE ._TD_.pachage-column.green > div:after {
        border-right-width: 9.6vw;
    }
    .PRICE_TABLE ._TD_.pachage-column.green > div:before {
        border-left-width: 9.7vw;
    }
    .PRICE_TABLE ._TD_:nth-last-child(-n+2) img {
        width: 2vw;
        height: 2vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul.complisting li i img {
      width: 4.5vw;
      height: 4.5vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:after {
        border-top: 2vw solid #d95d00;
        border-left: 2vw solid transparent;
        left: -2vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:before {
        width: 2vw;
        left: -2vw;
    }
    .PRICE_TABLE ._TD_ a.buy-package {
        font-size: 3vw;
        line-height: 10.2vw;
    }
    .PRICE_TABLE ._TR_ ._TD_:first-child {
        width: 5vw;
    }
    .inner-banner h1.page-heading  {
        font-size: 26px;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child, .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
        font-size: 2.3vw;
    }
    .sub-data-desc {
        font-size: 2vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL:nth-child(2):before {
        border-bottom-width: 4.3vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL:nth-child(2):after {
        border-top-width: 4.2vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul.complisting {
        margin-bottom: 1vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
        padding: 1vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul.complisting li small {
      font-size: 1.5vw;
    }
    .PRICE_TABLE ._TD_.pachage-column.green:before {
        height: 2vw;
        top: -2vw;
    }
    .PRICE_TABLE {
        margin-top: 2.5vw;
    }
    .page-title {
        padding: 20px 0;
    }
    .page-title h1 {
        font-size: 30px;
    }
    .payment-gatewaylist .page-title h1 {
        font-size: 25px;
    }
    [data-dismiss="modal"] {
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }
    .TD {
      font-size: 1.4vw;
      padding: 0.6vw 0.8vw;
    }
    .TH {
      font-size: 1.6vw;
      padding: 0.6vw 0.8vw;
    }
    .PRICE_TABLE ._TR_ .payment-gateway-column strong {
      padding: 1vw;
    }
    .TD small {font-size:1.3vw;}
}
@media screen and (max-width:480px) {
  .PRICE_TABLE ._TR_ ._TD_ ul.complisting {
    grid-template-columns: 1fr 1fr;
  }
}