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: 193px;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;
}
.videos-section {
    position: relative;
}
.videos-section .clientvideos {
    position: absolute;
}
.clientvideos.d_one {
    width: 2.4%;
    height: 1.8%;
    left: 18.1%;
    top: 35.4%;
}
.clientvideos.d_two {
    width: 2.4%;
    height: 1.8%;
    left: 19.6%;
    top: 39.4%;
}
.clientvideos.d_three {
    width: 2.4%;
    height: 1.8%;
    left: 19.3%;
    top: 43.3%;
}
.clientvideos.d_four {
    width: 2.4%;
    height: 1.8%;
    left: 12.5%;
    top: 62.8%;
}
.clientvideos.d_five {
    width: 2.4%;
    height: 2%;
    left: 24.4%;
    top: 54.8%;
}
.clientvideos.e_zero {
    width: 2.5%;
    height: 2.4%;
    left: 26.1%;
    top: 50.3%;
}
.clientvideos.e_zeroone {
    width: 2.5%;
    height: 2.4%;
    left: 29%;
    top: 54.5%;
}
.clientvideos.e_secondone {
    top: 13.5%;
    width: 2.5%;
    height: 2.6%;
    left: 72.5%;
}
.clientvideos.e_one {
    width: 2.5%;
    height: 2.4%;
    left: 19.7%;
    top: 96.6%;
}
.clientvideos.e_two {
    width: 2.2%;
    height: 2%;
    left: 46.1%;
    top: 213.41%;
}
.clientvideos.e_secone {
    width: 2.4%;
    height: 2.2%;
    left: 72.5%;
    top: 209%;
}
.clientvideos.e_three {
    width: 2.5%;
    height: 2.3%;
    left: 19.4%;
    top: 227.1%;
}
.clientvideos.e_four {
    width: 2.5%;
    height: 2.3%;
    left: 24%;
    top: 231.8%;
}
.clientvideos.e_five {
    width: 2.2%;
    height: 2.2%;
    left: 24.6%;
    top: 236.5%;
}
.clientvideos.e_six {
    width: 2.5%;
    height: 2.5%;
    left: 12.6%;
    top: 241.5%;
}
.clientvideos.f_one {
    width: 2.4%;
    height: 2.3%;
    left: 30%;
    top: 39.5%;
}
.clientvideos.f_two {
    width: 2.4%;
    height: 2.4%;
    left: 29.3%;
    top: 68%;
}
.clientvideos.g_one {
    width: 2.4%;
    height: 4%;
    left: 18.3%;
    top: 25.2%;
}
.clientvideos.g_two {
    width: 2.4%;
    height: 4%;
    left: 25.4%;
    top: 78.7%;
}
.clientvideos.g_three {
    width: 2.4%;
    height: 4%;
    left: 30.2%;
    top: 260.7%;
}
.clientvideos.g_four {
    width: 2.4%;
    height: 4%;
    left: 17.2%;
    top: 268.5%;
}
.clientvideos.h_one {
    width: 2.5%;
    height: 9%;
    left: 32.6%;
    top: 23.2%;
}

.PRICE_TABLE {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.PRICE_TABLE ._TR_ {
    display: table-row;
}
.PRICE_TABLE ._TD_ {
    display: table-cell;
    padding: 15px;
    border-style:solid;
    border-color:#cfcfcfcf;
    border-width:0 1px 1px 0; 
    vertical-align: middle;
    font-size: 15px;
}
.PRICE_TABLE ._TD_ p {
    margin: 0 0 10px 0;
    line-height: normal;
}
.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_.pachage-column {
    width: 203px;
    max-width: 203px;
    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_.pachage-column > div {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}
.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_ {
    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_._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_:nth-child(2) {
    border-right-width: 0;
    text-align: left;
}
.PRICE_TABLE ._TD_:last-child,
.PRICE_TABLE ._TR_:first-child ._TD_:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_:last-child {
    border-left: 12px solid #fff;
}
.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_ ._TD_ ul.complisting {
	margin-bottom: 10px;
}
.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_ .clientvideos img {
    width: 20px;
    height: 20px;
}
.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_:last-child {
    text-align: center;
}
.PRICE_TABLE ._TD_:last-child,
.PRICE_TABLE ._TR_:first-child ._TD_:last-child,
.PRICE_TABLE ._TR_._HEAD_ ._TD_:last-child {
    border-left: 1px solid #cfcfcfcf;
    border-right: 1px solid #cfcfcfcf;
}
.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 ._TD_ a.buy-package.green {
    /* margin-left: 12px; */
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
    text-transform: uppercase;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL:nth-child(2):before {
    border-bottom-width: 36px;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL:nth-child(2):after {
    border-top-width: 36px;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL.NEW:nth-child(2):before {
    border-bottom-width: 39px;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_.DUAL.NEW:nth-child(2):after {
    border-top-width: 39px;
}
.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;
}
/* ******************* */
.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%;
}
.PRICE_TABLE ._TR_ ._TD_ ul {
    list-style: none;
}
.PRICE_TABLE ._TR_ ._TD_ ul li {
    font-size: 15px;
    margin-bottom: 5px;
}
.PRICE_TABLE ._TR_ strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
}
/************************************/
.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:991px){
    .PRICE_TABLE h2 {
        font-size: 28px;
    } 
    .PRICE_TABLE ._TD_.pachage-column {
        width: 182px;
    }
    .PRICE_TABLE ._TD_.pachage-column.green > div:after {
        border-right-width: 75px;
    }
    .PRICE_TABLE ._TD_.pachage-column.green > div:before {
        border-left-width: 75px;
    }
    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 h2 {
        font-size: 25px;
    } 
    .PRICE_TABLE ._TD_ {
        padding: 1.8vw;
        font-size: 2vw;
    }
    .PRICE_TABLE ._TR_ strong,
    .PRICE_TABLE ._TR_ ._TD_ ul li {
        font-size: 2vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul li {
        margin-bottom: 0.5vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ .payment-gateway ul li {
        font-size: 1.4vw;
        margin: 0;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child, .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
        font-size: 2vw;
    }
    .PRICE_TABLE h2 {
        font-size: 3.2vw;
    }
    .PRICE_TABLE ._TD_ .shape {
        font-size: 2.6vw;
    }
    .PRICE_TABLE ._TD_ .clientvideos {
        width: 3.8vw;
    }
    .PRICE_TABLE ._TD_.pachage-column {
        width: 23.5vw;
        padding: 0 1.5vw;
    }
    .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.6vw;
    }
    .PRICE_TABLE ._TD_:last-child img {
        width: 3vw;
    }
    .PRICE_TABLE ._TR_ ._TD_:first-child {
        width: 6.6vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:before {
        width: 2vw;
        left: -2vw;
    }
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child:after {
        border-top: 2vw solid #d95d00;
        border-left: 2vw solid transparent;
        left: -2vw;
    }
    .PRICE_TABLE ._TD_ a.buy-package {
        font-size: 3vw;
        line-height: 10.2vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul.complisting {
        margin-bottom: 1vw;
    }
    .PRICE_TABLE ._TR_ ._TD_ ul.complisting li {
        margin-bottom: 1vw;
        padding: 0 0 0 1.8vw;
    }
    .PRICE_TABLE ._TD_ .clientvideos img {
        width: 3vw;
        height: 3vw;
        margin-left: 0.6vw;
    }
    .PRICE_TABLE ._TD_.pachage-column.green:before {
        height: 2vw;
        top: -2vw;
    }
    .PRICE_TABLE {
        margin-top: -2vw;
    }
    .page-title {
        padding: 20px 0;
    }
    .page-title h1 {
        font-size: 30px;
    }
    .payment-gatewaylist .page-title h1 {
        font-size: 25px;
    }
    .PRICE_TABLE ._TD_ p {
        margin: 0 0 1vw 0;
    }
    .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;}
}