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: 50px 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.2%;
    top: 31.6%;
}
.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.2%;
    top: 47.2%;
}
.clientvideos.d_four {
    width: 2.4%;
    height: 1.8%;
    left: 12.6%;
    top: 62.8%;
}
.clientvideos.d_five {
    width: 2.4%;
    height: 1.8%;
    left: 24.4%;
    top: 55%;
}
.clientvideos.e_one {
    width: 2.4%;
    height: 2.8%;
    left: 24%;
    top: 82.9%;
}
.clientvideos.e_two {
    width: 2.4%;
    height: 2.9%;
    left: 29.6%;
    top: 89.2%;
}
.clientvideos.c_one {
    width: 2.4%;
    height: 3.2%;
    left: 31.6%;
    top: 28.5%;
}
.clientvideos.c_two {
    width: 2.4%;
    height: 3.2%;
    left: 27.1%;
    top: 35.5%;
}
.clientvideos.c_three {
    width: 2.4%;
    height: 3.2%;
    left: 28.9%;
    top: 42.3%;
}
/*.clientvideos.e_three {
    width: 2.4%;
    height: 2.8%;
    left: 51.6%;
    top: 95.8%;
}
 .clientvideos.e_four {
    width: 2.4%;
    height: 2.8%;
    left: 29.5%;
    top: 95.5%;
} */

.PRICE_TABLE {
    display: table;
    width: 100%;
}
.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 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_ .clientvideos img {
    width: 28px;
}
.PRICE_TABLE ._TD_.pachage-column > div {
    padding: 0 28px;
    position: relative;
    margin-bottom: 35px;
}
.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_ {
    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_: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;
    border-right: 87px solid transparent;
    right:0;
}
.PRICE_TABLE ._TD_.pachage-column > div:before {
    border-top: 30px solid #f19e00;
    content: '';
    position: absolute;
    bottom: -30px;
    border-left: 87px solid transparent;
    left:0;
}
.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 ._TR_._HEAD_ ._TD_:nth-child(2):after {
    content: '';
    position: absolute;
    border-top: 27px solid #ff6e00;
    border-right: 20px solid transparent;
    right: -20px;
    bottom: 0;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):before {
    content: '';
    position: absolute;
    border-bottom: 27px solid #ff6e00;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}
/* .PRICE_TABLE ._TD_:nth-last-child(-n+2) {
    border-right-width: 0;
    text-align: center;
    background-color: #EDEDED;
} */
.PRICE_TABLE ._TD_:nth-child(2) {
    border-right-width: 0;
}
.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 ._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 {
    display: table;
    width: 100%;
}
.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;
    text-align: left;
}
.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: 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: 28px;
}
.PRICE_TABLE ._TD_.pachage-column > div {
    padding: 0 28px;
    position: relative;
    margin-bottom: 35px;
}
.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_ {
    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_: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;
    border-right: 87px solid transparent;
    right:0;
}
.PRICE_TABLE ._TD_.pachage-column > div:before {
    border-top: 30px solid #f19e00;
    content: '';
    position: absolute;
    bottom: -30px;
    border-left: 87px solid transparent;
    left:0;
}
.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 ._TR_._HEAD_ ._TD_:nth-child(2):after {
    content: '';
    position: absolute;
    border-top: 27px solid #ff6e00;
    border-right: 20px solid transparent;
    right: -20px;
    bottom: 0;
}
.PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):before {
    content: '';
    position: absolute;
    border-bottom: 27px solid #ff6e00;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}
/* .PRICE_TABLE ._TD_:nth-last-child(-n+2) {
    border-right-width: 0;
    text-align: center;
    background-color: #EDEDED;
} */
.PRICE_TABLE ._TD_:last-child {
    text-align: center;
}
.PRICE_TABLE ._TD_:nth-child(2) {
    border-right-width: 0;
}
.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_.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 ._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_.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%;
}
@media screen and (max-width:991px){
    .PRICE_TABLE h2 {
        font-size: 28px;
    } 
    .PRICE_TABLE ._TD_.pachage-column {
        width: 182px;
    }
    .PRICE_TABLE ._TD_.pachage-column > div:before {
        border-left: 79px solid transparent;
    }
    .PRICE_TABLE ._TD_.pachage-column > div:after {
        border-right: 78px solid transparent;
    }
    .PRICE_TABLE ._TD_.pachage-column.green > div:after {
        border-right-width: 70px;
    }
    .PRICE_TABLE ._TD_.pachage-column.green > div:before {
        border-left-width: 71px;
    }
}

@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) {
    h1.page-heading {
        font-size: 32px;
    }
}
@media screen and (max-width:767px) {
    h1.page-heading {
        font-size: 28px;
    }
    .buy-button-row a {
        width: 15.25vw;
    }
}