/* @import '../fonts/stylesheet.css'; */

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Alibaba PuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi_2_35_Thin.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi_2_35_Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alibaba-puhuiti', sans-serif;
    src: url('../fonts/AlibabaPuHuiTi_2_45_Light.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi_2_45_Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alibaba-puhuiti', sans-serif;
    src: url('../fonts/AlibabaPuHuiTi_2_55_Regular.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi_2_55_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'alibaba-puhuiti', sans-serif;
    src: url('../fonts/AlibabaPuHuiTi_2_65_Medium.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi_2_65_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'alibaba-puhuiti', sans-serif;
    src: url('../fonts/AlibabaPuHuiTi_2_75_SemiBold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi_2_75_SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'alibaba-puhuiti', sans-serif;
    src: url('../fonts/AlibabaPuHuiTi_2_85_Bold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi_2_85_Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body,
* {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.list-inline {
    display: flex;
    flex-direction: row;
}

.list-inline li {
    display: block;
}

.hidden {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

section {
    max-width: 2100px;
    margin: 0 auto;
}

a,
a:active {
    color: #00aeef;
}

.no-after-before::after,
.no-after-before::before {
    display: none !important;
}

a,
.btn,
img,
a:hover,
figure {
    transition: all 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    text-decoration: none;
}

#header {
    background: url(../images/header.jpg) no-repeat center #fff;
    padding: 35px 25px;
    background-size: 90% 90%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    /*padding: 25px 20px;*/
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: all .5s ease-in-out;
}

footer.footer {
    background: url(../images/footer.jpg) no-repeat center;
    height: 330px;
    background-size: cover;
}

.banner-hero {
    position: absolute;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 65px 20px 20px;
    color: #fff;
}

.banner-hero h1 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
}

.banner-hero h6 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.product-cat-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid #818388;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
}

.product-cat-menu ul li a {
    display: block;
    color: #111111;
    font-size: 1.2rem;
    padding: 15px 25px;
    position: relative;
    border-bottom: 2px solid transparent;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
}

.product-cat-menu ul li a:hover {
    color: #00aeef;
    border-color: #00aeef;
}

.product-pan {
    border-bottom: 1px solid #818388;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #111;
}

.product-pan:last-child {
    border-bottom: 0px !important;
}

.product-header {
    padding-left: 50px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.product-header::before {
    content: '';
    background: url(../images/circle-arrow.png) no-repeat left top;
    background-size: 30px;
    width: 35px;
    height: 35px;
    left: 0px;
    top: 6px;
    position: absolute;
    transition: all .5s ease-in-out;
}

.product-header.collapsed::before {
    content: '';
    background: url(../images/circle-arrow.png) no-repeat left top;
    background-size: 30px;
    width: 35px;
    height: 35px;
    left: 0px;
    top: 6px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-header h2 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 700;
    color: #111;
    font-size: 28px;
    text-transform: capitalize;
}

.p-box {
    background: #ebeef4;
    text-align: center;
    padding: 25px 20px;
    border-radius: 9px;
    display: block;
    color: #111;
}

.p-box figure {
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.p-box figure img {
    height: 215px;
    width: auto;
    object-fit: contain;
    max-width: 160px;
}

.p-box:hover {
    background-color: rgb(0 174 239 / 49%);
    color: #f5f5f5;
}

.p-box:hover img {
    transform: rotatey(180deg)
}

.product-body.collapsed {
    display: none;
}

.product-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product-body .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.p-box h3 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.p-box span {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    display: block;
    text-transform: capitalize;
}


/**** d1_pc css********/

.top-pc-banner {
    position: relative;
    display: block;
    width: 100%;
    /* background: linear-gradient(90deg, rgba(0, 174, 239, 1) 0%, rgba(65, 95, 255, 1) 100%); */
    background: linear-gradient(-45deg, #1ab6f1, #23a6d5, #84d8f7, #0c9ff2);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    padding-top: 60px;
}

.top-pc-banner.d2 {
    position: relative;
    display: block;
    height: calc(100vh - 50px);
    background: linear-gradient(-45deg, #000d1b, #001834, #324ac6, #000000);
    background-size: 400% 400%;
    padding: 120px 0px 0px;
    animation: gradient2 15s ease infinite;
    overflow: hidden;
}

.top-pc-banner.d3 {
    position: relative;
    display: block;
    height: 730px;
    background: rgb(13, 13, 13);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(13, 13, 13, 1) 0%, rgba(57, 57, 57, 1) 59%, rgba(72, 72, 72, 1) 84%, rgba(79, 79, 79, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(13, 13, 13, 1) 0%, rgba(57, 57, 57, 1) 59%, rgba(72, 72, 72, 1) 84%, rgba(79, 79, 79, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(13, 13, 13, 1) 0%, rgba(57, 57, 57, 1) 59%, rgba(72, 72, 72, 1) 84%, rgba(79, 79, 79, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 120px 0px 0px;
    animation: gradient3 15s ease infinite;
    overflow: hidden;
}

.top-pc-banner.d3 .container {
    position: relative;
    z-index: 99;
}

.top-pc-banner.d3:before {
    content: '';
    width: 100%;
    height: 475px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/black-traingle.png) no-repeat bottom left;
    background-size: 100% 100%;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient2 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.inner-top {
    background-position: bottom left;
    background-size: 100% 74%;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 50px 0px 0px;
}

.pc-box {
    font-family: 'alibaba-puhuiti', sans-serif;
}

.top-pc-banner .pc-box img {
    height: calc(100vh - 107px);
    object-fit: cover;
}

.pc-box img {
    height: auto;
    max-width: 100%;
}

.pc-box-text h1 {
    font-size: 48px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
}

.pc-box-text h3 {
    font-size: 32px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 100;
}

.pc-box-text h2 {
    font-size: 32px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    color: #000;
}

.pc-box-text h5 {
    font-size: 20px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 100;
    color: #000;
    line-height: 32px;
}

.d2 .pc-box-text h2,
.d3 .pc-box-text h2 {
    color: #fff;
}

.d2 .pc-box-text h5,
.d3 .pc-box-text h5 {
    color: #c2c5cc;
}

.pc-box-text h5 strong {
    font-weight: 600;
}

.rev-pc-banner {
    background-color: #ebeef4;
    min-height: 650px;
}

.rev-pc-banner.d2 {
    background: rgb(0, 0, 0);
    background: linear-gradient(177deg, rgba(0, 0, 0, 1) 1%, rgba(65, 95, 255, 1) 80%);
    min-height: 650px;
    position: relative;
    display: flex;
    align-items: center;
}

.d2.inner-top-reverse {
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 50px;
}

.rev-pc-banner.d2:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 320px solid #000000;
    border-left: 1600px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.d2.inner-top-reverse .pc-box img {
    position: static;
    height: 80vh;
}

.rev-pc-banner .pc-box img {
    position: relative;
    top: -68px;
}

.inner-top-reverse {
    background-position: top left;
    background-size: 100% 90%;
    background-repeat: no-repeat;
    min-height: 650px;
    padding: 0px 0px 0px;
    overflow: hidden;
}

.pc-box-text.left-text-box {
    padding-top: 25vh;
}

.d3 .pc-box-text.left-text-box {
    padding-top: 20vh;
}

.third-pc-banner {
    background: rgb(194, 197, 204);
    background: linear-gradient(1deg, rgba(194, 197, 204, 1) 31%, rgba(235, 238, 244, 1) 91%);
    min-height: 650px;
}

.third-pc-banner.d2 {
    display: flex;
    align-items: center;
    background: rgb(70, 70, 70);
    background: linear-gradient(to bottom, rgba(13, 13, 13, 1) 20%, rgba(70, 70, 70, 1) 94%);
}

.fourth-pc-banner {
    background-color: #c2c5cc;
    overflow: hidden;
    position: relative;
    min-height: 650px;
}

.fourth-pc-banner.d2 {
    background-color: #464646;
}

.fourth-pc-banner .pc-box {
    position: absolute;
    right: 0px;
    overflow: hidden;
}

.fourth-pc-banner .pc-box img {
    position: relative;
    top: -45px;
    height: 122vh;
    max-width: 60vw;
}

.d2.fourth-pc-banner .pc-box img {
    height: 110vh;
}

.d2.fourth-pc-banner .pc-box-text {
    margin-right: -20%;
}

.d2.fourth-pc-banner .pc-box-text h5 {
    padding-right: 55px;
}

.fifth-pc-banner {
    background: rgb(194, 197, 204);
    background: linear-gradient(75deg, rgba(194, 197, 204, 1) 17%, rgba(235, 238, 244, 1) 75%);
    padding-top: 50px;
    min-height: 650px;
    overflow: hidden;
}

.fifth-pc-banner .pc-box img {
    max-height: 93vh;
}

section.fifth-pc-banner.d2 {
    background: rgb(70, 70, 70);
    background: linear-gradient(281deg, rgba(70, 70, 70, 1) 19%, rgba(0, 0, 0, 1) 91%);
}

.pc-type {
    background: rgb(235, 238, 244);
    background: linear-gradient(357deg, rgba(235, 238, 244, 1) 0%, rgba(255, 255, 255, 1) 64%);
    padding-top: 50px;
    font-family: 'alibaba-puhuiti', sans-serif;
    min-height: 650px;
}

.pc-type.d2 {
    background: url(../images/line-bg.png) repeat-x left top;
    background-size: 100% 100%;
}

.pc-type h2 {
    font-size: 36px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #000;
}

.d2.pc-type h2 {
    color: #fff;
}

.pc-type ul {
    align-items: flex-end;
    position: relative;
    width: 100%;
}

.pc-type ul li {
    width: 33.3%;
    text-align: center;
    color: #000;
    z-index: 99;
}

.d2.pc-type ul li {
    color: #c2c5cc;
}

.pc-type ul li:first-child {
    position: absolute;
    left: 5.5%;
}

.pc-type ul li:nth-child(2) {
    margin-left: 33%;
    z-index: 1;
}

.pc-type ul li:last-child {
    position: absolute;
    left: 63%;
}

.item-names span {
    font-size: 18px;
    display: block;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
}

.item-names h4 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.item-li-box figure {
    margin-top: 25px;
    margin-bottom: 0px;
}

.pc-specs {
    background-color: #ebeef4;
    padding: 45px 0px;
    overflow: hidden;
}

.pc-specs.d2 {
    background: #000000;
    color: #fff;
}

.pc-specs h2 {
    font-size: 36px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.d2.pc-specs h2 {
    color: #fff;
}

.br-btn {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    background: url(../images/download-icon.png) no-repeat 98% center;
    background-size: 15px;
    padding-right: 25px;
}

.br-btn:hover {
    color: #0c9ff2;
    text-decoration: none;
}

.specs-row .col-sm-6 {
    margin-bottom: 20px;
}

.specs-box {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 10px 10px;
    transition: all 0.5s ease-in-out;
}

.specs-box:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.specs-box .icon {
    display: block;
    margin: 0 auto;
    width: 35px;
    object-fit: contain;
}

.specs-nm {
    padding-left: 10px;
}

.specs-nm p {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #000;
}

.specs-nm span {
    font-size: 14px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    color: #000;
    display: block;
}

.d2.pc-specs .specs-nm span,
.d2.pc-specs .specs-nm p {
    color: #c2c5cc;
}

.bt-specs p {
    font-size: 18px;
    color: #000;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.bt-specs.d2 p {
    color: #fff;
}

.btn-outline-secondary {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #000;
    border: 3px solid #111;
    border-radius: 35px;
    padding: 5px 25px;
}

.btn-outline-secondary:hover {
    background-color: #00aeef;
    color: #fff;
    border-color: #00aeef;
}

.d2 .btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

.d2 .btn-outline-secondary:hover {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}

.top-both-pc {
    position: relative;
    margin: 0 auto;
    left: -80px;
    height: 67vh;
    align-items: flex-end;
    max-width: 1150px;
    padding-bottom: 3px;
}

.top-both-pc figure {
    display: block;
    max-width: 480px;
}

.top-both-pc .abs-pcs {
    position: absolute;
    left: auto;
    right: 78px;
    z-index: 9;
}

.top-pc-banner.d2 h1 {
    font-weight: 500;
}

.top-pc-banner.d2 h4,
.top-pc-banner.d3 h4 {
    font-weight: 400;
    color: #00aeef;
    margin-top: 15px;
    font-size: 24px;
}

.top-pc-banner.d3 h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.rev-pc-banner.d3 {
    padding-top: 60px;
    background-color: #000000;
}

.rev-pc-banner.d3 .pc-box img {
    top: auto;
}

.pc-box-absolute {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 85%;
}

.a-iocns img {
    display: block;
    margin: 0 auto 5px;
    height: 68px;
    object-fit: contain;
}

.a-iocns span {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    color: #ffffff;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.third-pc-banner.d3 {
    padding-top: 60px;
    background: rgb(13, 13, 13);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(13, 13, 13, 1) 0%, rgba(57, 57, 57, 1) 59%, rgba(72, 72, 72, 1) 84%, rgba(79, 79, 79, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(13, 13, 13, 1) 0%, rgba(57, 57, 57, 1) 59%, rgba(72, 72, 72, 1) 84%, rgba(79, 79, 79, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(13, 13, 13, 1) 0%, rgba(57, 57, 57, 1) 59%, rgba(72, 72, 72, 1) 84%, rgba(79, 79, 79, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fourth-pc-banner.d3 {
    background: #292929;
    padding-top: 60px;
}

.under-dual-image .both-pc {
    position: relative;
    margin: 45px auto 0px;
    left: -220px;
    height: 488px;
    align-items: flex-end;
    max-width: 1150px;
    padding-bottom: 3px;
}

.both-pc figure {
    display: block;
    max-width: 480px;
}

.both-pc .abs-pcs {
    position: absolute;
    left: auto;
    right: -87px;
    z-index: 23;
    max-width: 570px;
    bottom: -12px;
}

.pc-box-text.text-center-box {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.pc-box-text.text-center-box h2 {
    max-width: 75%;
    margin: 0 auto;
}

.fifth-pc-banner.d3 {
    background: rgb(21, 21, 21);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(21, 21, 21, 1) 0%, rgba(43, 43, 43, 1) 61%, rgba(51, 51, 51, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(21, 21, 21, 1) 0%, rgba(43, 43, 43, 1) 61%, rgba(51, 51, 51, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(21, 21, 21, 1) 0%, rgba(43, 43, 43, 1) 61%, rgba(51, 51, 51, 1) 100%);
}

.printer-box {
    position: absolute;
    bottom: -10px;
    top: 0;
    min-height: 650px;
    right: 0px;
}

.printer-box img {
    height: 100%;
    object-fit: contain;
}

.pc-type.d2.d3 {
    background: rgb(17, 17, 17);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(26, 26, 26, 1) 12%, rgba(47, 47, 47, 1) 60%, rgba(51, 51, 51, 1) 74%, rgba(51, 51, 51, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(26, 26, 26, 1) 12%, rgba(47, 47, 47, 1) 60%, rgba(51, 51, 51, 1) 74%, rgba(51, 51, 51, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(17, 17, 17, 1) 0%, rgba(26, 26, 26, 1) 12%, rgba(47, 47, 47, 1) 60%, rgba(51, 51, 51, 1) 74%, rgba(51, 51, 51, 1) 100%);
}


/*******play cloud page **********************/

.play-banner {
    background: rgb(144, 162, 250);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(144, 162, 250, 1) 0%, rgba(163, 177, 248, 1) 6%, rgba(197, 206, 246, 1) 29%, rgba(217, 223, 245, 1) 56%, rgba(235, 238, 244, 1) 82%, rgba(235, 238, 244, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(144, 162, 250, 1) 0%, rgba(163, 177, 248, 1) 6%, rgba(197, 206, 246, 1) 29%, rgba(217, 223, 245, 1) 56%, rgba(235, 238, 244, 1) 82%, rgba(235, 238, 244, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(144, 162, 250, 1) 0%, rgba(163, 177, 248, 1) 6%, rgba(197, 206, 246, 1) 29%, rgba(217, 223, 245, 1) 56%, rgba(235, 238, 244, 1) 82%, rgba(235, 238, 244, 1) 100%);
    padding-top: 90px;
    padding-bottom: 50px;
    min-height: 570px;
    font-family: 'alibaba-puhuiti', sans-serif !important;
    overflow: hidden;
}

.play-b-img {
    position: absolute;
    right: 0;
    top: 100px;
    max-width: 700px;
}

.play-b-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
    white-space: nowrap;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.play-b-text h1 {
    color: #00aeef;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 35px;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.play-b-text h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
    margin-bottom: 30px;
}

.play-b-text p {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
    margin-bottom: 30px;
    line-height: 30px;
}

.cloud-tabs {
    background: #ebeef4;
    min-height: 300px;
}

#cbtabs {
    position: relative;
}

#cbtabs ul {
    width: 290px;
}

#cbtabs:after {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0px;
    display: block;
    border-radius: 0;
    background: #c2c5cc;
    opacity: 0.2;
    z-index: 90;
    right: 1px;
    content: '';
}

.ctab-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ctab-wrap .slimScrollBar {
    display: none !important;
}

.ctabs-sec {
    width: 290px;
    padding-bottom: 25px;
    height: 440px;
}

.c-tabs-content {
    width: calc(100% - 290px);
    padding-left: 65px;
}

.ctabs-sec ul li {
    display: block;
    width: 100%;
}

.ctabs-sec ul li a.list-group-item {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
    padding: 18px 0;
    position: relative;
    padding-right: 25px;
    width: 100%;
    border: 0px;
    border-radius: 0px !important;
    background: transparent;
}

.ctabs-sec ul li a.list-group-item:hover,
.ctabs-sec ul li a.list-group-item.active {
    color: #4472c4;
}

.ctabs-sec ul li a.active::before {
    content: '';
    position: absolute;
    right: 1px;
    width: 7px;
    height: 40px;
    background: #4472c4;
}

.ct-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 440px;
    cursor: grab;
}

.listbc {
    height: 200px;
}

.ct-content .ct-text {
    width: calc(100% - 270px);
    padding-right: 35px;
}

.ct-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.ct-text p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
    line-height: 30px;
}

.ct-content figure {
    display: block;
    width: 270px;
}

.slimScrollRail {
    border-radius: 0px !important;
    background: #c2c5cc !important;
}

.pay-services {
    background: #c2c5cc;
    padding: 60px 0;
}

.pay-services p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
    line-height: 30px;
    padding: 0 10%;
}

.value-chain {
    display: flex;
    align-items: center;
    min-height: 100px;
    position: relative;
    margin-bottom: 8px;
}

.value-chain::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.yellow-bg {
    background: url(../images/yellow-bg.png) no-repeat bottom left;
    background-size: 100% 100%;
}

.blue-bg {
    background: url(../images/blue-bg.png) no-repeat bottom left;
    background-size: 100% 100%;
}

.v-text {
    width: 400px;
    padding: 60px 30px 60px 50px;
}

.v-img {
    padding: 10px 25px 10px 10px;
    width: calc(100% - 400px);
}

.v-text h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    text-align: center;
    margin-left: 50px;
}

.vs {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    font-family: 'alibaba-puhuiti', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    position: absolute;
    background: #fff;
    z-index: 99;
    border-radius: 50%;
    top: 50%;
    margin-top: -55px;
    left: 173px;
}

.features-play {
    background: #fff;
    padding: 45px 0px;
}

.heading-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.sassbox {
    margin: 0 auto;
    width: 330px;
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.sassbox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.csass-wrap {
    position: relative;
}

.csass-wrap ul {
    display: flex;
}

.csass-wrap ul li {
    width: 20%;
    text-align: center;
    padding: 10px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.csass-wrap ul li div.text-center {
    position: relative;
    background-color: #fff;
    z-index: 99;
}

.csass-wrap ul li p {
    font-size: 17px;
    font-weight: 500;
    color: #6f6f6f;
    font-family: 'alibaba-puhuiti', sans-serif;
    margin-bottom: 0px;
}

.csass-wrap ul li .icon {
    max-height: 30px;
    object-fit: contain;
}

.csass-wrap ul li:nth-child(1) {
    position: relative;
    top: 110px;
}

.csass-wrap ul li:nth-child(2) {
    position: relative;
    top: 50px;
}

.csass-wrap ul li:nth-child(3) {
    position: relative;
    top: -20px;
}

.csass-wrap ul li:nth-child(4) {
    position: relative;
    top: 50px;
}

.csass-wrap ul li:nth-child(5) {
    position: relative;
    top: 110px;
}

.csass-wrap ul li::before {
    width: 1px;
    height: 170px;
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #c2c5cc;
}

.csass-wrap ul li:nth-child(1)::before {
    transform: rotate(-77deg);
    top: 12px;
    height: 340px;
    right: -354px;
}

.csass-wrap ul li:nth-child(2)::before {
    transform: rotate(-31deg);
    right: -125px;
}

.csass-wrap ul li:nth-child(4)::before {
    transform: rotate(44deg);
    left: -179px;
    top: 121px;
}

.csass-wrap ul li:nth-child(5)::before {
    transform: rotate(77deg);
    top: 12px;
    height: 340px;
    left: -354px;
}

.kyc-sec {
    padding: 15px 0px 50px;
}

.kyc-sec .col-md-6 {
    margin-bottom: 30px;
}

.kyc-box figure {
    height: 28px;
}

.kyc-box figure img {
    height: 100%;
    object-fit: cover;
    width: auto;
}

.kyc-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    font-family: 'alibaba-puhuiti', sans-serif;
    margin-bottom: 20px;
}

.kyc-box ul li,
.kyc-box ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #6f6f6f;
    font-family: 'alibaba-puhuiti', sans-serif;
    display: block;
    line-height: 24px;
}

.kyc-box ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}

.kyc-box ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #111;
    left: 0;
    top: 10px;
}


/********************p5 css **********************/

.p5-top-banner {
    background: url(../images/p5-banner.png) no-repeat top center #fff;
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 15px;
    color: #242933;
    overflow: hidden;
    height: 600px;
    position: relative;
}

.p5-top-banner h2 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    display: block;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px !important;
    letter-spacing: -1.2px;
}

.p5-top-banner h2:nth-child(2) {
    font-family: 'Alibaba PuHuiTi', sans-serif;
    font-weight: 100;
    font-size: 58px;
}

#postop {
    position: absolute;
    top: 15px;
    right: 0;
    max-width: 51%;
    z-index: 9;
}

#posbottom {
    position: absolute;
    bottom: -79px;
    right: 15%;
    max-width: 66%;
    z-index: 99;
}

.theme-text {
    color: #00aeef !important;
}

.p5-top-banner h4 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    display: block;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0px !important;
    letter-spacing: -1.2px;
    margin-top: 10px;
}

.p5-top-banner .btn-box {
    position: absolute;
    bottom: 30px;
    right: -20px;
    left: 0;
    padding-right: 0px;
    z-index: 999;
}

.p5-top-banner .btn-box .btn-outline-secondary {
    color: #242933;
    font-size: 14px;
    border-color: #242933;
    padding: 1px 25px;
    font-weight: 400;
}

.p5-top-banner .btn-box .btn-outline-secondary:hover {
    color: #fff;
    font-size: 14px;
    background-color: #00aeef;
    border-color: #00aeef;
}

.p5-video {
    background-color: #fff;
    display: flex;
    justify-content: center;
    height: 730px;
    align-items: center;
}

.p5-video-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    max-width: 1076px;
    margin: 0 auto;
}

.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45%;
    top: 45%;
    background: url(../images/playbtn.png) no-repeat center center;
    background-size: 85px;
    display: block;
    width: 100%;
    border: 0px;
    margin: 0 auto;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: all 0.5s linear;
}

.p5-slider {
    background: url(../images/slider-bg-after.png) no-repeat center #242933;
    background-size: 100% 100%;
    padding: 55px 0px;
}

.slider-heading h2 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 500;
    max-width: 610px;
    margin: 0 auto 70px;
    text-align: center;
}

.slide-box {
    position: relative;
}

.slide-box .slidecontent {
    position: absolute;
    left: 0;
    z-index: 99;
    max-width: 560px;
    top: 21%;
    padding-left: 65px;
}

.slide-box .slidecontent_2 {
    max-width: 578px;
}

.slide-box .slidecontent h2 {
    display: block;
    font-size: 34px;
    color: #242933;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.slide-box .slidecontent span {
    display: block;
    font-size: 20px;
    color: #242933;
    line-height: 32px;
    font-weight: 400;
}

.slide-box .slidecontent figure {
    margin-bottom: 10px;
    max-width: 50px;
    display: flex;
    align-items: center;
}

.slide-box .slide-img {
    min-height: 450px;
}

.p5-slider ul li {
    box-shadow: none !important;
    outline: none !important;
}

.p5-slider ul li .slide-box .slidecontent_2 h2 {
    color: #fff;
    margin-bottom: 5px;
}

.p5-slider ul li .slide-box .slidecontent_2 h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

#videobig {
    height: 100%;
    width: 100%;
}

.p5-slider ul li .slide-box .slidecontent_2 span {
    color: #fff;
    font-size: 18px;
}

.slide-box .slidecontent .gre-text {
    padding: 15px 0px;
    position: relative;
    padding-left: 45px;
    text-align: left;
}

.slide-box .slidecontent .gre-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.slide-box .slidecontent .gre-text small {
    display: block;
    font-size: 14px;
}

.slide-box .slidecontent .gre-text::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 86%;
    background: url(../images/slide-arrow.png) no-repeat bottom center;
    /* background-size: contain; */
    background-size: 100% 90%;
    left: 0px;
    bottom: 20px;
}

.slidecontent_2 .col-6:nth-child(4) .gre-text::after {
    transform: rotate(-180deg);
    bottom: 0px;
    top: 18px;
}

.slide-box .slidecontent .gre-text span.num-text {
    font-size: 34px !important;
    font-weight: bold;
    background: -webkit-linear-gradient(#4dc8ff, #00b0ff, #006cfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.slick-active .slidecontent {
    animation-name: slideUp;
    animation-duration: 2s;
    opacity: 1;
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
    margin: 0 0;
}

ul.slick-dots {
    bottom: auto;
    top: -40px;
    z-index: 99;
    display: flex;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slick-dots li {
    width: 100px;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.slick-dots li.slick-active {
    background-color: #00aeef;
}

.p5-payment-pos {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 730px;
    max-width: 1600px;
    margin: 0 auto;
}

.p5-payment-pos .pos-content-box p {
    margin-top: 0px;
}

.pos-demo {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    padding-left: 100px;
}


/* .pos-demo img {
    display: block;
} */

.pos-demo::after,
.addafter::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
}

.pos-content-box {
    padding-top: 45px;
}

.pos-img {
    position: relative;
    z-index: 9;
    top: 35%;
    max-width: 672px;
}

.qr-img {
    position: absolute;
    bottom: 109px;
    left: -48px;
    width: 417px;
}

.cardnfc-img {
    position: absolute;
    top: 26%;
    z-index: 99;
    left: 0;
    width: 260px;
}

.card1-img {
    position: absolute;
    top: 33.5%;
    left: 18.5%;
    z-index: 92;
    width: 152px;
}

.pos-content-box h2 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.pos-content-box p {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.icon-box figure {
    width: 65px;
    margin-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.pos-hd-view {
    padding-top: 60px;
    background: url(../images/pos-hd-view-bg.png) bottom right no-repeat #f0f2f5;
    background-size: 100% 100%;
    height: 730px;
}

.pos-hd-view .row {
    align-items: center;
}

.hd-text {
    display: flex;
    padding-left: 0px !important;
    padding-bottom: 50px;
}

.hd-text .text-left {
    max-width: 535px;
}

.pos-printer {
    position: absolute;
    bottom: 0;
    width: 690px;
}

.pos-hd-view h2 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #242933;
    margin-bottom: 10px;
}

.pos-hd-view p {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #242933;
    text-align: justify;
    padding-right: 0px;
}

.pos-icon-box {
    justify-content: space-between;
    align-items: flex-start;
}

.ipbox {
    text-align: center;
    width: 33.3%;
    max-width: 142px;
}

.ipbox img {
    height: 47px;
    object-fit: contain;
    width: auto;
    display: block;
    margin: 0 auto 5px;
}

.ipbox h4 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #242933;
}

.ipbox span {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #242933;
    line-height: 20px;
}

.p5-crafted {
    min-height: 730px;
    background: url(../images/hand-background.png) no-repeat bottom center #fff;
    background-size: 100% 38%;
    padding-top: 60px;
    overflow: hidden;
}

.cr-text {
    max-width: 740px;
    margin: 0 auto;
}

.cr-text h2 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #242933;
    margin-bottom: 10px;
}

.cr-text p {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #242933;
    padding-right: 30px;
}

.hand-img {
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
}

.p5-pos-machines {
    background-color: #fff;
}

.p5boxex {
    background-color: #242933;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 25px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    transition: all 1s ease-in-out;
    height: 300px;
}

#p5box1 {
    background: url(../images/swipe-machine1-bg.png) no-repeat 102% top #242933;
    position: relative;
    top: -25px;
    margin-bottom: 25px;
}

#p5box2 {
    background: url(../images/swipe-machine2-bg.png) no-repeat 97% top #242933;
    background-size: 109% 107%;
}

#p5box3 {
    background: url(../images/swipe-machine3-bg.png) no-repeat left top #242933;
    background-size: 101% 101%;
}

#p5box2 .posimgbox.w-50 {
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0px;
}

#p5box3 .posimgbox.w-50 {
    position: absolute;
    left: -58px;
    top: 0;
    bottom: 0;
}

#p5box3 .postexts {
    margin-left: auto;
    margin-right: 0;
}

.postexts {
    width: 50%;
    min-width: 50%;
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.postexts h2 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}

.postexts p {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.p5-stands-pos {
    overflow: hidden;
    position: relative;
}

.p5-stands-pos h2 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #242933;
}

.p5-stands-pos ul {
    display: flex;
    justify-content: space-between;
    margin: 0px -10px;
}

.p5-stands-pos ul li {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 0 10px;
}

.p5-stands-pos ul li .stand-box {
    width: 100%;
}

.stand-box p {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    color: #242933;
    max-width: 240px;
    min-height: 81px;
    margin: 0 auto 35px;
}

.p5-stands-pos ul li figure {
    margin-bottom: 0px;
}

.p5-stands-pos ul li figure img {
    width: 100%;
}

.bottom-lorem {
    background-color: #ebeef4;
    padding: 36px 0px;
}

.bottom-lorem h2 {
    font-size: 36px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #242933;
    margin-bottom: 0px;
}

.bottom-lorem p {
    font-size: 18px;
    color: #242933;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 30px;
}


/*******p5L page css*******/
.p5-top-banner.p5l-banner {
    height: 725px;
}
.p5l-banner {
    background-image: none;
}

.p5l-banner::after {
    content: '';
    position: absolute;
    height: 202px;
    width: 480px;
    left: 15px;
    bottom: 0px;
    background: url(../images/p5l-pos3-bg.png) no-repeat top left;
    background-size: cover;
}

#p5ltop {
    position: absolute;
    top: 35px;
    left: 36%;
    max-height: 514px;
    object-fit: contain;
    width: auto;
    z-index: 99;
}

#p5lbottom {
    position: absolute;
    top: 35px;
    right: 0px;
    max-height: 560px;
    object-fit: contain;
    width: auto;
}

.all-in-one-p5l {
    background: rgb(240, 242, 245);
    /* Old browsers */
    background: -moz-linear-gradient(265deg, rgba(240, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(268deg, rgba(240, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(191deg, rgba(240, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    height: 670px;
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.common-heading h2 {
    font-size: 36px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #242933;
    margin-bottom: 0px;
}

.p5l-icon-box .rbox {
    text-align: center;
    margin: 20px 40px;
}

.p5l-icon-box .ricon {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #242933;
    border-radius: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.p5l-icon-box .ricon img {
    max-width: 55px;
    transition: all 0.5s ease-in-out;
}

.p5l-icon-box .ricon:hover {
    background-color: #242933;
}

.p5l-icon-box .ricon:hover img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
    transform: rotate(360deg);
}

.p5l-icon-box .rbox span {
    font-family: 'Alibaba-puhuiti', sans-serif;
    font-size: 20px;
    color: #242933;
    display: block;
    line-height: 34px;
    font-weight: 100;
    transition: all 0.5s ease-in-out;
}

.p5l-icon-box .rbox:hover span {
    color: #00aeef;
}

.pos-center {
    display: flex;
    justify-content: center;
    padding-top: 90px;
}

.p5l-os-section {
    overflow: hidden;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 70px;
    min-height: 600px;
}

.shadow-box {
    text-align: center;
    width: 33.3%;
    padding: 0px 9px;
}

.shadow-box-inner {
    background: url(../images/shadow-box-bg.png)no-repeat top left #242933;
    border-radius: 15px;
    padding: 55px 40px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.s-img {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.s-img img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.shadow-box-inner h5 {
    font-size: 27px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    min-height: 72px;
    word-break: break-all;
}

.shadow-box-inner p {
    font-size: 20px;
    font-family: 'Alibaba PuHuiTi', sans-serif;
    font-weight: 100;
    line-height: 28px;
    color: #fff;
}

.p5l-touch-section {
    background-color: #fff;
    padding: 80px 0 60px;
    overflow: hidden;
    position: relative;
    min-height: 720px;
}

.p5l-touch-section .container {
    min-height: 600px;
}

.p5l-touch-section .common-heading {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.p5l-touch-section::before {
    content: '';
    background: url(../images/p5l-bubble-left.png) left top no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 180px;
    left: 0;
    width: 405px;
    top: 0;
}

.p5l-touch-section::after {
    content: '';
    background: url(../images/p5l-bubble-right.png) right center no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 80px;
    right: 0;
    width: 280px;
    top: 150px;
}

.p5l-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

.pl-pos5 {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 430px;
}

.pl-pos6 {
    position: absolute;
    right: -60px;
    top: -20px;
    width: 390px;
}

.p5l-pos-content {
    margin: 25px auto;
    width: 48%;
    max-width: 480px;
    padding: 0px 5px 0px 45px;
}

.p5l-pos-content .m-text {
    margin-left: 25px;
}

.p5l-pos-content .m-text p {
    font-size: 20px;
    color: #242933;
}

.p5l-design-brief {
    background-color: #f0f2f5;
    min-height: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.p5l-design-brief .container {
    z-index: 99;
    height: 679px;
    max-width: 1280px;
}

.p5l-design-brief .common-heading {
    max-width: 620px;
    margin: 0 auto 50px;
}

.brief-bg-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
}

.brief-bg-img img {
    height: 100%;
    max-width: 880px;
}

.p5l-bubble {
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 9px;
    width: 100%;
    max-width: 394px;
    margin-bottom: 25px;
}

.p5l-bubble h5 {
    font-size: 22px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 32px;
    color: #242933;
    margin-bottom: 5px;
}

.p5l-bubble p {
    font-size: 18px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #242933;
    margin-bottom: 10px;
}

#bubble1 {
    position: relative;
    left: 16%;
    top: 3%;
}

#bubble2 {
    position: absolute;
    right: 0;
    top: 160px;
    bottom: auto;
}

#bubble3 {
    position: absolute;
    right: 0;
    bottom: 20px;
    top: auto;
}

.abs-p5l {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
}

.portal-content .m-text {
    margin-left: 25px;
}

.portal-content .m-text p {
    font-size: 24px;
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.p5l-procces {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 251, 1) 12%, rgba(241, 241, 243, 1) 29%, rgba(206, 209, 214, 1) 74%, rgba(194, 197, 204, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 251, 1) 12%, rgba(241, 241, 243, 1) 29%, rgba(206, 209, 214, 1) 74%, rgba(194, 197, 204, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 251, 1) 12%, rgba(241, 241, 243, 1) 29%, rgba(206, 209, 214, 1) 74%, rgba(194, 197, 204, 1) 100%);
    min-height: 800px;
    display: flex;
    align-items: center;
}

.p5l-procces .common-heading {
    max-width: 1020px;
}

.process-ul {
    display: flex;
    justify-content: space-between;
}

.process-ul li {
    width: 25%;
    padding: 15px 8px 75px;
    position: relative;
}

.process-ul li::after {
    content: '';
    position: absolute;
    height: 35px;
    left: 16px;
    right: 16px;
    bottom: 0;
    background: url(../images/bottom-shadow.png) no-repeat center center;
    background-size: contain;
}

.prbox {
    background-color: #fff;
    padding: 6px 6px;
    border-radius: 19px;
}

.prtext {
    text-align: center;
    padding: 30px 15px;
}

.prtext h4 {
    font-size: 24px;
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    margin-bottom: 0px;
    font-weight: 400;
}

.primgbox {
    overflow: hidden;
    border-radius: 19px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.primgbox:hover img {
    transform: scale(1.2, 1.2);
}

.optional-p5l {
    background: url(../images/p5l-last-bg.png) no-repeat left top #242933;
}

.optinal-pos img {
    max-width: 55%;
}

.optional-p5l .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.optional-p5l h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    margin-bottom: 0px;
    font-weight: 600;
}

.optional-p5l p {
    font-size: 24px;
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
}


/*** banking page css***/

.banking-banner {
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 710px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.b-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}

.b-img img {
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.ba-content {
    position: relative;
    z-index: 99;
    margin-top: -35px;
}

.ba-content h1 {
    color: #242933;
    font-size: 56px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    line-height: 62px;
}

.ba-content p {
    color: #242933;
    font-size: 19px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.banking-tree {
    padding: 90px 0px;
    background-color: #fff;
}

.bank-content h2 {
    color: #242933;
    font-size: 32px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    line-height: 40px;
    padding-right: 62px;
}

.bank-content p {
    color: #242933;
    font-size: 16px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.agency-blue {
    background: rgb(0, 108, 254);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 108, 254, 1) 0%, rgba(0, 109, 254, 1) 29%, rgba(0, 119, 254, 1) 38%, rgba(0, 143, 255, 1) 54%, rgba(0, 166, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 108, 254, 1) 0%, rgba(0, 109, 254, 1) 29%, rgba(0, 119, 254, 1) 38%, rgba(0, 143, 255, 1) 54%, rgba(0, 166, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 108, 254, 1) 0%, rgba(0, 109, 254, 1) 29%, rgba(0, 119, 254, 1) 38%, rgba(0, 143, 255, 1) 54%, rgba(0, 166, 255, 1) 100%);
    height: 330px;
    padding-top: 55px;
    color: #fff;
}

.agency-banking h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    max-width: 951px;
    margin: 0 auto 20px;
}

.grey-banking-tree {
    background-color: #f0f2f5;
    padding: 40px 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: -160px;
    margin-bottom: -160px;
}

.grey-banking-tree::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 99;
}

.grey-banking-tree img {
    position: relative;
    z-index: 99;
}

.pos-video {
    padding: 40px 0 60px;
}

.pos-video-box {
    width: 540px;
    background: url(../images/pos-video-bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 237px 153px 95px;
}

#vbox {
    width: 100%;
    height: 100%;
    margin-left: -1px;
}

.why-wise-banking {
    padding: 20px 0 80px;
}

.why-wise-banking .bank-content h2 {
    padding: 0px;
}

.banking-comparison ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.banking-comparison ul li div {
    width: 33.3%;
    padding: 10px 25px;
    text-align: left;
    font-family: 'alibaba-puhuiti', sans-serif;
    display: flex;
    align-items: center;
}

.banking-comparison ul li:first-child .text-left:first-child {
    margin-left: 33.3%;
}

.banking-comparison ul li .c-data:first-child {
    background-color: #d3edfb;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.banking-comparison ul li .c-data:nth-child(2) {
    background-color: #f0f2f5;
}

.banking-comparison ul li .c-data:nth-child(3) {
    background-color: #e9eaec;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.banking-comparison ul li h5 {
    color: #242933;
    font-size: 22px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.banking-comparison ul li h6 {
    color: #242933;
    font-size: 18px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0;
}

.banking-comparison ul li span {
    color: #242933;
    font-size: 16px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 20px;
    display: block;
}


/*****************join us page********************************/

.join-top {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.join-top h1 {
    color: #242933;
    font-size: 60px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: bold;
    line-height: 86px;
    margin-top: -25px;
}

.join-top h3 {
    color: #242933;
    font-size: 36px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 46px;
}

.our-values {
    padding: 55px 0px;
}

.value-box {
    margin-top: 50px;
}

.v-icon {
    min-width: 140px;
    width: 140px;
    padding-right: 35px;
}

.v-content {
    padding-right: 15px;
}

.v-content h3 {
    color: #242933;
    font-size: 30px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}

.v-content p {
    color: #242933;
    font-size: 18px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: justify;
}

.talent-bg {
    background: url(../images/talent-bg.png) repeat-x;
    height: 137px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.talent-bg h2 {
    color: #fff !important;
}

.trows.d-flex {
    flex-direction: row;
}

.tbox {
    width: 33.3%;
    flex: 0 0 33.3%;
    overflow: hidden;
    height: 340px;
    position: relative;
}

.tbox img {
    height: 100%;
    object-fit: cover;
}

.joins-team {
    padding: 55px 0px;
}

.joinus-apply-list ul li {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
}

.joinus-apply-list ul li .c-data.btn-data {
    background-color: #fff;
    padding: 15px 25px;
}

.joinus-apply-list ul li h6 {
    font-weight: 600;
}

.c-data.btn-data {
    justify-content: space-between;
}

.btn.btn-outline-dark {
    border-radius: 35px;
    border: 2px solid #111111;
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 5px;
    font-family: 'alibaba-puhuiti', sans-serif;
}
.btn.btn-outline-dark:hover {
    border-color: #00aeef !important;
    color: #fff !important;
    background-color: #00aeef;
}

.talent-web ul.slick-dots {
    bottom: 20px;
    top: auto;
    display: none !important;
}

.modal {
    top: 70px;
    background: rgb(0 0 0 / 59%);
}

.modal-dialog.container {
    max-width: 1140px;
    color: #242933;
}

.application-form {
    padding: 20px 10px;
}

.modal-dialog.container h2 {
    font-size: 36px;
    margin-bottom: 0px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #242933;
}

.tmod span {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #242933;
}

.tmod button.close {
    outline: 0px !important;
    box-shadow: none !important;
    margin: 0px 0px;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 38px;
    font-family: 'Alibaba PuHuiTi';
    font-weight: 100;
    opacity: 1;
    color: #242933;
}

.application-form strong,
.appform h3 {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: #242933;
}

.application-form ul li {
    font-size: 18px;
    display: block;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #242933;
}

.appform .form-control {
    background-color: #ebeef4;
    border: 0px !important;
    box-shadow: none !important;
    color: #242933;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 10px 15px;
    border-radius: 7px;
}

.form-box {
    background-color: #ebeef4;
    border-radius: 7px;
    overflow: hidden;
    align-items: center;
}

.form-box span {
    background-color: #ebeef4;
    color: #242933;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    padding-left: 15px;
    opacity: 0.7;
}

.appform span {
    color: #242933;
    font-size: 16px;
    font-weight: 400;
}

.c-num {
    display: block;
    margin: 0 15px;
}

.captcha-box .form-control {
    padding: 6px 10px;
    max-width: 60px;
    text-align: center;
}


/********************************************Wallet page css********************************************/

.wallet-banner {
    position: relative;
    min-height: 730px;
    background-color: #f0f2f5;
    padding: 120px 0px 60px;
}

.wallet-banner::before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    bottom: 15%;
    background: url(../images/wallet/banner-after.png) no-repeat top left;
    background-size: contain;
    width: 55%;
}

.wallet-banner .container {
    position: relative;
    z-index: 25;
}

.left-imgbox {
    max-width: 600px;
}

.btext {
    margin-left: auto;
    width: 40%;
}

.wallet-banner h1 {
    color: #242933;
    font-size: 60px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: bold;
    line-height: 86px;
    margin-top: 50px;
    margin-bottom: 0;
}

.wallet-banner h4 {
    color: #242933;
    font-size: 24px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    line-height: 36px;
}

.mobile-wallet {
    background-color: #fff;
    padding: 80px 0px;
}

.mobile-wallet h2 {
    color: #242933;
    font-size: 36px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 46px;
}

.mobile-wallet p {
    color: #242933;
    font-size: 21px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

.wallet-function {
    min-height: 600px;
    padding-top: 50px;
    background: url(../images/wallet/shadow-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 100px;
    color: #fff;
}

.wallet-function::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/wallet/pc-after-bg.png) bottom center;
    background-size: 100% 100%;
    height: 100px;
}

.wallet-function .common-heading h2 {
    color: #fff;
}

.pc-f-box {
    min-height: 550px;
    display: flex;
    align-items: flex-end;
}

.func-box {
    height: 100%;
}

.rounded-pill.bg-white {
    border-radius: 35px;
    display: block;
    text-align: left;
    padding: 1px 20px;
    color: #242933;
    font-size: 21px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.func-box ul {
    margin-bottom: 50px;
}

.func-box ul li {
    position: relative;
    font-family: 'alibaba-puhuiti', sans-serif;
    line-height: 1.5;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding: 3px 0px;
    padding-left: 20px;
}

.func-box ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.key-benift {
    padding: 60px 0px;
    background-color: #fff;
}

.key-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.key-icons-wrap li {
    width: 33.333%;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 30px;
}

.key-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/wallet/icon-bg.png) no-repeat center;
    background-size: contain;
    margin: 0 auto 15px;
    transition: all .5s ease-in-out;
}

.key-icon-box:hover .key-icon {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.key-icon img {
    max-height: 75px;
    object-fit: contain;
    width: auto;
    display: block;
    max-width: 58px;
}

.key-icon-box p {
    font-family: 'alibaba-puhuiti', sans-serif;
    line-height: 1.5;
    font-size: 17px;
    color: #242933;
    font-weight: 400;
}

.wallet-scenerio {
    padding: 20px 0px 60px;
}

.scenarios-list {
    display: flex;
    flex-wrap: wrap;
}

.scenarios-list li {
    width: 50%;
    padding: 8px 8px;
}

.scene-box {
    background-color: #f0f2f5;
    padding: 8px 8px;
    border-radius: 8px;
}

.siconbox {
    overflow: hidden;
    width: 160px;
    border-radius: 8px;
}

.siconbox img {
    transition: all 1s ease-in-out;
}

.scene-box:hover img {
    transform: scale(1.3, 1.3);
}

.stextbox {
    padding-left: 20px;
    padding-right: 25px;
    width: calc(100% - 160px);
}

.stextbox h4 {
    font-family: 'alibaba-puhuiti', sans-serif;
    line-height: 1.5;
    font-size: 28px;
    color: #242933;
    font-weight: 600;
    margin-bottom: 0px;
}

.stextbox p {
    font-family: 'alibaba-puhuiti', sans-serif;
    line-height: 1.5;
    font-size: 17px;
    color: #242933;
    font-weight: 400;
    margin-bottom: 0px;
}


/*****************************************n5 css****************************************************/

.p5-top-banner.n5-banner {
    background-image: none;
    padding: 0 0 0px;
    height: auto;
}

.n5-banner-pos-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    padding-bottom: 160px;
}

.p5-top-banner.n5-banner h2 {
    color: #fff;
}

.p5-top-banner.n5-banner h2:nth-child(2) {
    font-size: 48px;
    color: #fff;
}

.p5-top-banner.n5-banner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.p5-top-banner.n5-banner .btn-box .btn-outline-secondary {
    position: absolute;
    bottom: 0px;
    border-color: #fff;
    color: #fff;
}

.inch5-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

#n5left {
    position: absolute;
    top: 40px;
    right: 16%;
    max-height: 560px;
    object-fit: contain;
    width: auto;
    z-index: 99;
}

#n5right {
    position: absolute;
    top: 80px;
    right: 0px;
    max-height: 480px;
    object-fit: contain;
    width: auto;
}

.n-content h2 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.n-content p {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.n5-network {
    background: #f0f2f5;
    padding: 50px 0px;
}

.n5-network h6 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.n5-network ul {
    justify-content: center;
    margin-top: 50px;
}

.n5-network ul li {
    width: 310px;
    display: block;
    padding: 0 5px;
    margin-bottom: 20px;
}

.n5-box {
    background: #fff;
    padding: 25px 25px;
    border-radius: 6px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.n5-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.n5-box img {
    height: 84px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.n5-box h5 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
}

.n5-payment {
    background: #fff;
    padding: 50px 0px 0px;
}

.n5-payment::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    width: 35%;
    background: url(../images/N5/left-shadowbg.png) no-repeat left bottom;
    z-index: 1;
}

.n5-payment::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    width: 35%;
    background: url(../images/N5/right-shadowbg.png) no-repeat 100% top;
    z-index: 1;
}

.n5-payment ul li {
    padding: 20px 15px;
}

.n5-90db {
    background-color: #000;
}

.n5-90db::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/N5/90db-bg-after.png) top left;
    background-size: 100% 100%;
}

.n5-90db img {
    max-width: 880px;
}

.n5-90db .container {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 13%;
}

.n5-90db .col-md-6 {
    max-width: 557px;
}

.n5-90db h2 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-right: -20px;
}

.n5-90db p {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    padding-right: 25px;
}

.sp-text-n5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    padding-top: 50px;
}

.sp-text-n5 h6 {
    color: #242933;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    max-width: 870px;
    margin: 15px auto;
}

.spiral-n5 {
    min-height: 400px;
    background-color: #fff;
}

.patch-wrap {
    background: url(../images/N5/patch-bg.jpg) no-repeat bottom left;
    background-size: 100% 100%;
}

.patch-content {
    max-width: 530px;
    padding-bottom: 150px;
}

.patch-content h2 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.patch-content p {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.patch-pos {
    width: 55%;
    justify-content: flex-end;
    display: flex;
}

.n5-optional {
    background: url(../images/N5/n5-optional-bg.jpg) no-repeat left bottom;
    background-size: 100% 100%;
    min-height: 150px;
    padding-top: 45px;
}

.opimg {
    max-width: 467px;
}

.n5-optional h2 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 48px;
    font-weight: 600;
}

.n5-optional h4 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 30px;
    font-weight: 400;
}


/******************************************* P3M page *************************************/

.p3mbanner.p5-top-banner.n5-banner h2:nth-child(2) {
    font-size: 60px;
    color: #fff;
}

.common-heading h6 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #242933;
    margin-top: 10px;
    line-height: 1.4;
}

.all-in-one-p5l.all-in-p3m {
    background: #fff;
    height: auto;
    padding-bottom: 10px;
}

.smdevice-wrap {
    background: url(../images/P3M/smd-bg.png) no-repeat top left #fff;
    background-size: cover;
    padding: 60px 0px;
    min-height: 500px;
}

.smdevice-wrap .common-heading h2,
.smdevice-wrap .common-heading h6 {
    color: #fff;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.smd-box {
    border-radius: 6px;
    overflow: hidden;
}

.smd-box img {
    height: 100%;
    width: 100%;
}


/* ul.smd-small li:hover img{
    transform: scale(1.1, 1.1);
} */

ul.smd-small {
    display: flex;
    flex-wrap: nowrap;
}

ul.smd-small li {
    position: relative;
}

ul.smd-small li:nth-child(1) {
    width: 340px;
    padding-right: 20px;
}

ul.smd-small li:nth-child(2) {
    width: 415px;
    padding-right: 10px;
}

ul.smd-small li:nth-child(3) {
    width: 415px;
    padding-left: 10px;
}

ul.smd-small li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 340px;
    width: 293px;
    padding-right: 10px;
    z-index: 99;
}

ul.smd-small li:nth-child(5) {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 537px;
    padding-left: 10px;
    z-index: 99;
}

ul.smd-small li:nth-child(1) .smd-box {
    height: 525.07px;
}

ul.smd-small li:nth-child(2) .smd-box {
    height: 218.48px;
}

ul.smd-small li:nth-child(3) .smd-box {
    height: 218.48px;
}

ul.smd-small li:nth-child(4) .smd-box {
    height: 287.48px;
}

ul.smd-small li:nth-child(5) .smd-box {
    height: 287.48px;
}

.robust-blue {
    background-color: #00b0ff;
    padding: 50px 0px 160px;
}

.common-heading.text-white h2,
.common-heading.text-white h6 {
    color: #fff !important;
}

.robust-blue ul li {
    padding: 10px 25px;
}

.robust-blue ul li h6 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.robust-blue ul li img {
    width: 80px;
}

.robust-video.p5-video-box {
    max-width: 910px;
    border-radius: 0px;
    top: -130px;
    margin-bottom: -100px;
}

.security-p3m {
    background-color: #fff;
    padding: 40px 0px 60px;
}

.common-heading.w-75 {
    max-width: 880px;
    margin: 0 auto;
}

section.security-p3m {
    padding-top: 232px;
}

.security-p3m .abs-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding-top: 40px;
}

.pybox {
    padding-top: 120px;
}

.pybox ul {
    display: flex;
    flex-wrap: wrap;
}

.pybox ul li {
    width: 33.3%;
    padding: 5px 5px;
}

.pybox ul li .pbx {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.p5l-procces.p3m-process {
    min-height: 150px;
    height: auto;
    padding-bottom: 60px;
}

.p5l-procces.p3m-process .prbox {
    padding: 0px 0px;
}

.p5l-procces.p3m-process .primgbox {
    border-radius: 16px;
}

.p5l-procces.p3m-process .prtext h4 {
    font-size: 19px;
    font-weight: 600;
}

.smd-box {
    position: relative;
}

.smd-text {
    position: absolute;
    color: #fff;
    padding: 15px 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}

.smd-text h3 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.smd-text h3 span {
    font-weight: 400;
    color: #fff;
    display: block;
}


/*********************************p3 page *************************************************/

.p3innerr {
    padding-top: 150px;
}

.p3innerr h4 {
    font-size: 30px;
}

#p3topbanner {
    background-image: none;
}

.all-in-p3page {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    height: auto;
    align-items: flex-start;
}

.p3iconwrap .ricon {
    border-color: #00b0ff;
}

.p5l-icon-box.p3iconwrap .rbox {
    margin: 20px 30px;
}

.p3iconwrap .ricon:hover {
    background-color: #fff;
    filter: none;
}

.p3iconwrap .ricon:hover img {
    filter: none;
}

.p3iconwrap .rbox span {
    color: #00b0ff;
}

.pay-logo {
    padding: 40px 0px;
}

.pay-logo .pbx {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.pay-logo ul li {
    padding: 10px 5px;
}

.container.abscontainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.network-pos {
    background-color: #000817;
    padding-top: 60px;
}

.network-pos .w-50 {
    max-width: 500px;
}

.network-pos .bg-img-box {
    max-width: 60%;
}

.p3-hdpos {
    padding: 90px 0 30px;
}

.p3-hdpos::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 45%;
    background: url(../images/P3/left-before-bg.png) no-repeat bottom left;
    background-size: 100%;
}

.p3-hdpos::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 45%;
    background: url(../images/P3/right-after-bg.png) no-repeat 100% top;
    background-size: 100%;
}

.hd-hed {
    padding-top: 130px;
    position: relative;
    z-index: 99;
}

.hdpos {
    position: relative;
    right: -45px;
    z-index: 99;
}

.p3-printer.network-pos {
    background: #f0f2f5;
    padding-top: 40px;
}

.p3-printer.network-pos .container.abscontainer {
    margin-top: 12%;
}

.large-battery.security-p3m {
    background: #f3fdff;
}

.large-battery.security-p3m .container {
    padding-top: 60px;
}

.p3-hardware {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 150px;
}

.temp-wrap {
    padding-top: 150px;
    padding-right: 40px;
}

.temp-wrap ul li {
    padding: 10px 10px;
}

.temp-wrap ul li h6 {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.temp-wrap ul li img {
    width: 60px;
    min-width: 60px;
}

.p5l-procces.p3-details {
    height: auto;
    min-height: 250px;
    padding: 60px 0px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 241, 244, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 241, 244, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 241, 244, 1) 100%);
}

.process-ul.p3details-ul {
    margin: 0 -15px;
}

.process-ul.p3details-ul li {
    width: 33.3%;
    padding: 10px 15px;
}

.process-ul.p3details-ul li::after {
    display: none;
}

.process-ul.p3details-ul li .prbox {
    padding: 0px 0px;
    height: 100%;
}

.process-ul.p3details-ul li .prbox .primgbox {
    border-radius: 12px;
}

.process-ul.p3details-ul li .prbox .prtext {
    padding: 20px 15px;
    text-align: left;
}

.process-ul.p3details-ul li .prbox .prtext p {
    font-size: 18px;
    color: #242933;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 25px;
}

.p3-optional h2 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 48px;
    font-weight: 600;
}

.p3-optional h4 {
    color: #fff;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 30px;
    font-weight: 400;
}


/*****************************************qs page css **************************************************/

.mm-550 {
    max-width: 550px;
}

.qr-section4 {
    background-color: #000a16;
}

.qr-section5 .bg-img-box {
    display: flex;
    justify-content: center;
}

.qr-section7 .common-heading {
    max-width: 550px;
}

.qr-section3 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 30px 0 60px;
}

.networkbg {
    height: 570px;
    width: auto;
    object-fit: contain;
}

.circle {
    border-radius: 50%;
    background-color: rgb(66 195 254 / 30%);
    width: 192px;
    height: 192px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 5s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(3, 3);
        opacity: 0;
    }
}

.circle-box {
    position: absolute;
    right: 201px;
    top: 184px;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}

img.img-network {
    position: absolute;
    z-index: 99;
    width: 120px;
    height: 120px;
}

.qr-section7 .common-heading {
    padding-top: 160px;
}

.qr-section7 .bg-img-box {
    max-width: 1350px;
    margin: 0 auto;
}

.qr-section7.qr-section8 {
    background: #f7faff;
}

.qr-section7.qr-section8 .bg-img-box {
    max-width: 100%;
}


/****************************************p3qt page css***************************************/

.p3qt-icon-box .ricon {
    height: 80px;
    width: 80px;
}

.p5l-icon-box.p3qt-icon-box .ricon img {
    max-width: 40px;
}

.p3qt-icon-box .rbox {
    text-align: center;
    margin: 10px 20px;
}

.p5l-icon-box.p3qt-icon-box .rbox span {
    font-size: 16px;
    line-height: 1.2;
}

.pay-logo.p3qt-pay-logo ul li {
    width: 20%;
}

.pay-logo.p3qt-pay-logo ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p3qt-pos {
    background-color: #f0f2f5;
    padding-top: 140px;
}

.p3qt-pos.posq3t-2 {
    background-color: #fbdf90;
    padding-top: 0px;
}

.p3qt-pos.posq3t-2 .bg-img-box {
    max-width: 870px;
    margin-left: 0;
    margin-right: auto;
}

.q3t-section3 .bg-img-box {
    margin-right: auto;
    margin-left: 0;
}

.p3qt-dual-pos {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow-y: visible;
}

.p3qt-dual-pos .bg-img-box img {
    max-width: 585px;
}

.colored-p3qt {
    padding-top: 60px;
}

.p3qt-dual-pos::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    width: 180px;
    background: url(../images/P3QT/before-bg.png) no-repeat top left;
    background-size: contain;
}

.p3qt-dual-pos::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    bottom: -150px;
    width: 180px;
    background: url(../images/P3QT/after-bg.png) no-repeat bottom right;
    background-size: contain;
    z-index: 44;
}

.full-pos {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    max-width: 1600px;
    margin: 0px auto 0px;
    padding: 40px 10px 0px 25px;
}

.full-pos li {
    width: 20%;
    overflow: hidden;
    padding-right: 15px;
}

.full-pos li figure {
    margin: 0 0 -5px;
}

img.img-fluid.circleabs {
    position: absolute;
    left: 41%;
    width: 100px;
    top: 22%;
}


/********************************************** cashier box css ************************************************************/
.cas-banner-text .banner-pos-text.text-center.pt-4.mx-auto {
    margin-top: 50px;
}
.cas-banner-text h4 {
    margin-top: 0 !important;
}

.cas-section2 {
    padding: 80px 0;
}

.cas-section2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 350px;
    background: url(../images/CashierBox/before-bg.png) no-repeat bottom left;
    background-size: contain;
}

.cas-section2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    width: 370px;
    background: url(../images/CashierBox/after-bg.png) no-repeat bottom right;
    background-size: contain;
    z-index: 44;
}

.cas-section3 {
    padding: 50px 0px;
    background: url(../images/CashierBox/grey-back.png) repeat-x top left;
    max-height: 800px;
    overflow: hidden;
}

.cas-section3 .container-fluid {
    max-width: 1350px;
    margin: 0 auto;
}

.cas-img-box {
    padding-top: 190px;
    padding-bottom: 90px;
}

.cas-section4 {
    background: rgb(194, 197, 204);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(194, 197, 204, 1) 0%, rgba(191, 194, 201, 1) 18%, rgba(171, 175, 184, 1) 70%, rgba(164, 168, 178, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(194, 197, 204, 1) 0%, rgba(191, 194, 201, 1) 18%, rgba(171, 175, 184, 1) 70%, rgba(164, 168, 178, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(194, 197, 204, 1) 0%, rgba(191, 194, 201, 1) 18%, rgba(171, 175, 184, 1) 70%, rgba(164, 168, 178, 1) 100%);
    padding: 50px 0px;
}

.cas-section4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.cas-section4 ul li {
    padding: 0 8px;
}

.cs-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    height: 347px;
    transition: all 2s ease-in-out;
}

.cs-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 2s ease-in-out;
}

.cs-box:hover img {
    transform: scale(1.5, 1.5);
}

.cs-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
    z-index: 9;
}

.cs-content p {
    color: #242933;
    font-size: 22px;
    font-weight: 400;
}

.cas-section4 ul li:nth-child(1) {
    width: 44%;
    margin-bottom: 15px;
}

.cas-section4 ul li:nth-child(2) {
    width: 56%;
    margin-bottom: 15px;
}

.cas-section4 ul li:nth-child(3) {
    width: 56%;
}

.cas-section4 ul li:nth-child(4) {
    width: 44%;
}

.cas-section4 ul li:nth-child(1) p {
    margin: 0 auto;
    max-width: 320px;
}

.cas-section4 ul li:nth-child(2) p {
    max-width: 350px;
}

.cas-section4 ul li:nth-child(3) p {
    max-width: 280px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 120px;
}

.cas-section4 ul li:nth-child(4) p {
    max-width: 390px;
    margin-left: 0;
    margin-top: 200px;
}

.text-tag {
    width: 260px;
    position: absolute;
}

.text-tag span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 1.2;
}

#tagleft {
    top: 250px;
    left: 5%;
    max-width: 188px;
    text-align: right;
}

#tagleft::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 189px;
    width: 75px;
    height: 85px;
    background: url(../images/CashierBox/shadow-left.png) no-repeat left center;
    background-size: contain;
}

#tagright {
    top: 250px;
    right: 4%;
    max-width: 188px;
}

#tagright::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -70px;
    width: 75px;
    height: 85px;
    background: url(../images/CashierBox/shadow-right.png) no-repeat left center;
    background-size: contain;
}

#tagtop1st {
    top: 90px;
    left: 30%;
    right: auto;
}

#tagtop1st::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 7px;
    width: 250px;
    height: 91px;
    background: url(../images/CashierBox/shadow-top1.png) no-repeat left center;
    background-size: contain;
}

#tagtop2nd {
    top: 90px;
    right: 27%;
    left: auto;
    text-align: right;
}

#tagtop2nd::before {
    content: '';
    position: absolute;
    top: 29px;
    left: -2px;
    width: 250px;
    height: 91px;
    background: url(../images/CashierBox/shadow-top2.png) no-repeat left center;
    background-size: contain;
}

#tagbottom1st {
    bottom: 80px;
    left: 33%;
    right: auto;
}

#tagbottom1st::before {
    content: '';
    position: absolute;
    top: -145px;
    left: -2px;
    width: 250px;
    height: 152px;
    background: url(../images/CashierBox/shadow-bottom1.png) no-repeat left center;
    background-size: contain;
}

#tagbottom2nd {
    bottom: 65px;
    right: 27%;
    left: auto;
    text-align: center;
}

#tagbottom2nd::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -34px;
    width: 250px;
    height: 152px;
    background: url(../images/CashierBox/shadow-bottom2.png) no-repeat left center;
    background-size: contain;
}

.pxx-0 {
    margin-left: -10px;
    margin-right: -10px;
}


/*******************************************************Bot 3 page *****************************/

.bot-sec2 {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(239, 242, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(239, 242, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(239, 242, 247, 1) 100%);
}

.bot-angle {
    padding: 40px 0px;
    background: rgb(78, 82, 91);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(78, 82, 91, 1) 0%, rgba(71, 76, 85, 1) 33%, rgba(71, 76, 85, 1) 33%, rgba(41, 46, 56, 1) 100%, rgba(36, 41, 51, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(78, 82, 91, 1) 0%, rgba(71, 76, 85, 1) 33%, rgba(71, 76, 85, 1) 33%, rgba(41, 46, 56, 1) 100%, rgba(36, 41, 51, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(78, 82, 91, 1) 0%, rgba(71, 76, 85, 1) 33%, rgba(71, 76, 85, 1) 33%, rgba(41, 46, 56, 1) 100%, rgba(36, 41, 51, 1) 100%);
}

.angle-box {
    border-radius: 9px;
    overflow: hidden;
    position: relative;
}

.acontent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 25px 35px;
}

.acontent h6 {
    max-width: 390px;
    margin: 0 auto;
}

.bot-optional {
    padding: 45px 0px;
    background: #bcedff;
}

.bot-optional h6 {
    margin: 0 auto;
}

.opt-boxb {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}


/**********************************************************T1 page css *********************************************/

.banner-pos-text.text-white h2,
.banner-pos-text.text-white h4 {
    color: #fff !important;
}

.t1-slider-wrap {
    padding: 60px 0px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 246, 249, 1) 93%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 246, 249, 1) 93%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 246, 249, 1) 93%);
    height: 850px;
}

#worriless .carousel-inner {
    width: calc(100% - 200px);
}

.thumb-vlist.carousel-indicators {
    width: 200px;
    right: 0;
    top: 10px;
    bottom: auto;
    left: auto;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
}

.thumb-vlist.carousel-indicators li {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    background-color: transparent;
    margin: 15px 0;
    text-indent: 0;
    flex: none;
}

.thumb-vlist.carousel-indicators li a {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}

.thumb-vlist.carousel-indicators li a span {
    font-size: 24px;
    color: #242933;
    display: block;
    line-height: 34px;
    font-weight: 600;
    white-space: nowrap;
}

.thumb-vlist .ricon {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #242933;
    border-radius: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.thumb-vlist .ricon img {
    max-width: 55px;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

.thumb-vlist .ricon:hover,
.thumb-vlist li.active .ricon {
    background-color: #242933;
}

.thumb-vlist .ricon:hover img,
.thumb-vlist li.active .ricon img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

#worriless .carousel-inner {
    height: 625px;
}

#worriless .carousel-item {
    height: 100%;
    position: relative;
    height: 625px;
}

#worriless .thumb-vlist.carousel-indicators li a::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 8px;
    background-color: #c2c5cc;
}

#worriless .thumb-vlist.carousel-indicators li.active a::before {
    background-color: #00aeef;
    width: 120px;
    height: 8px;
}

#worriless .thumb-vlist.carousel-indicators li:nth-child(1) a::before {
    top: -70px;
    left: auto;
    margin-left: 0;
    margin-right: auto;
    right: 665px;
}

#worriless .thumb-vlist.carousel-indicators li:nth-child(2) a::before {
    top: -244px;
    left: auto;
    margin-left: 0;
    margin-right: auto;
    right: 530px;
}

#worriless .thumb-vlist.carousel-indicators li:nth-child(3) a::before {
    top: -418px;
    left: auto;
    margin-left: 0;
    margin-right: auto;
    right: 393px;
}

#worriless .carousel-item .dbox {
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}

.carousel-indicators li::before,
.carousel-indicators li::after {
    display: none;
}

.t1-banner3rd .bg-img-box img {
    min-height: 790px;
}

.t1-banner3rd ul {
    justify-content: space-evenly;
    align-items: center;
    margin-top: 25px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.T1-sec4 {
    padding: 60px 0px 45px;
}

.roundedbox {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
}

.roundedbox img {
    transition: all 0.5s ease-in-out;
}

.roundedbox:hover img {
    transform: scale(1.1, 1.1);
    transition: all 2s ease-in-out;
}

.tbox-cont {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px 20px;
    align-items: center;
    display: flex;
}

.t1-xlbox .tin-box {
    max-width: 460px;
    text-align: center;
    margin-left: 6%;
}

.tin-box h4 {
    font-size: 25px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #242933;
    margin-bottom: 15px;
}

.tin-box h6 {
    font-size: 19px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    color: #242933;
    margin-bottom: 0px;
}

.t1-lftbox1 .tin-box {
    max-width: 308px;
    padding-bottom: 20px;
}

.t1-lftbox2 .tin-box {
    max-width: 220px;
    padding-bottom: 20px;
}

.t1-rhtbox .tin-box {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.ticonsec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    max-width: 335px;
    margin-left: -20px;
}

.ticonsec li {
    width: 33.3%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.ticonsec li span {
    font-size: 19px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 500;
    color: #ffffff;
    display: block;
}

.ticonsec li img {
    max-width: 50px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.t1-sec5 .bg-img-box img {
    min-height: 760px;
}

.t1-banner6 .bg-img-box img {
    min-height: 850px;
}

.spbox {
    width: 194px;
    border: 1px solid #242933;
    padding: 20px 16px 10px;
    margin: 10px 10px;
    border-radius: 15px;
    height: 109px;
}

.spbox h6 {
    font-size: 23px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 600;
    color: #242933;
    display: block;
}

.spbox span {
    font-size: 14px;
    font-family: 'alibaba-puhuiti', sans-serif;
    font-weight: 400;
    color: #242933;
    display: block;
}

.roundedbox:hover #handright {
    transform: none;
}

#handright {
    position: absolute;
    right: -36px;
    top: 41px;
    z-index: 9;
}


/*****************************************************Hotel page css ***********************************/
.hotel-banner .common-heading {
    max-width: 560px;
    padding-right: 0px !important;
}

.hotel-room-banner .bg-img-box {
    min-height: 550px;
}

.hotel-banner .common-heading h2 {
    font-size: 56px;
    color: #354982 !important;
}

.hotel-banner .common-heading h6 {
    font-size: 22px;
    color: #354982 !important;
}

.hotel-check {
    background-color: #354982;
    padding: 60px 0px 40px;
}

.white-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 40px;
    height: 100%;
}

.hotel-check .col-12,
.hotel-check .col-6 {
    margin-bottom: 25px;
}

.white-card h5 {
    font-size: 24px;
    color: #242933;
    font-weight: 600;
}

.white-card p {
    font-size: 18px;
    font-weight: 400;
    color: #242933;
    margin-bottom: 10px;
}

.climg {
    position: absolute;
    width: 170px;
    height: 170px;
    left: 0;
    z-index: 99;
    right: 0;
    margin: auto auto;
    top: 0;
    bottom: 45px;
}

.room-check-in-out h4 {
    font-size: 30px;
    font-weight: 600;
    color: #242933;
}

.check-process {
    justify-content: space-between;
    align-items: flex-start;
}

.check-process li {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.check-process li::after {
    position: absolute;
    content: '';
    width: 175px;
    height: 14px;
    background: url(../images/Hotel/line.png) no-repeat center right;
    background-size: contain;
    right: -85px;
    top: 50px;
}

.check-process li:last-child:after {
    display: none;
}

.pro-check-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    border: 10px solid #00b0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

.pro-check-icon img {
    max-width: 36px;
    object-fit: contain;
    transition: all 2s ease-in-out;
}

.pro-check-icon:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.pro-check-icon:hover img {
    transform: rotate(360deg);
    transition: all .5s ease-in-out;
}

.pro-check-cont {
    text-align: center;
}

.pro-check-cont h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #242933;
    margin-bottom: 0px;
    margin-top: 10px;
}

.pro-check-cont h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #242933;
}

.hotel-room-banner .bg-img-box h2 {
    font-size: 30px;
    font-weight: 600;
    color: #242933;
    position: absolute;
    bottom: 50%;
    right: 15%;
    max-width: 440px;
    text-align: center;
    line-height: 1.5;
}

.hotel-room-banner {
    padding-top: 350px;
}

.hotel-benifits {
    background-color: #fff;
    padding: 60px 0px;
}

.hotel-table-box .table tr td,
.hotel-table-box .table tr th {
    width: 27%;
    text-align: center;
    padding: 25px 25px;
    vertical-align: middle;
    border: 0px;
    border-right: 1px solid #fff;
    height: 130px;
}

.hotel-table-box .table tr th:first-child {
    width: 19%;
}

.hotel-table-box .table .thead-dark th {
    background-color: #354982 !important;
    border: 0px;
    border-right: 1px solid #f1f1f1;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.hotel-table-box .table tr td {
    color: #242933;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
}

.hotel-table-box .table tr td img {
    max-width: 38px;
    object-fit: contain;
}

.hotel-table-box .table tbody th {
    color: #242933;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.hotel-table-box {
    overflow: hidden;
    border-radius: 30px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e4e7f2;
}


/*******************************************cradle page css **********************************************************/

.cradle-section2 h6 {
    max-width: 480px;
}

.cradle-section3 .common-heading {
    padding-left: 80px;
}


/***********************************************************M80 page *******************************************/

.p5-top-banner.m80-banner h4 {
    font-size: 30px
}

.p5-top-banner.m80-banner .btn-box {
    bottom: 0px;
}

.mbanner-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    padding: 35px 45px;
    display: flex;
    align-items: center;
}

.mbanner-cont .common-heading {
    max-width: 450px;
    margin-left: 0px;
    margin-right: auto;
}

.mbanner-cont .common-heading h2 {
    font-size: 32px;
}

.mbanner-cont .common-heading h6 {
    font-size: 20px;
}

.mbox-bg {
    height: 350px;
    border-radius: 9px;
    overflow: hidden;
}

.mbox-bg img {
    height: 100%;
    object-fit: cover;
    transition: 1s ease-in-out;
}

.m80box:hover img {
    transform: scale(1.1, 1.1);
}

#mhand {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 325px;
    z-index: 78;
    object-fit: contain;
    height: auto;
    transform: scale(1.0, 1.0);
}

.stand-m0 {
    background: url(../images/M80/stand-bg.png) repeat-x bottom left #fff;
    padding-top: 60px;
}

.standbox {
    margin: 0 1px;
}

.standbox2 {
    display: flex;
    justify-self: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.standbox span {
    display: block;
    color: #242933;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 25px;
}

.mspecs-box {
    background: #ebeef4;
    padding: 15px 15px;
    border-radius: 4px;
    height: 100%;
    min-height: 106px;
    width: 100%;
}

.mspacs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}

.mspacs li {
    padding: 8px 8px;
    width: 20%;
    display: flex;
}

.mspecs-box p {
    color: #242933;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mspecs-box span {
    color: #242933;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

.border-bottom.dashed {
    border-bottom: 2px dashed #ccc !important;
}


/***************************************************************** D80 ***************************************************************/

.p5-top-banner.d80-banner h4 {
    font-size: 30px;
    letter-spacing: normal;
}

.d80-banner2 .media {
    align-items: center;
}

.d80-banner2 .media img {
    width: 73px;
    object-fit: contain;
}

.d80-benifit {
    padding: 60px 0px;
    background: #ebeef4;
}

.benifit-row {
    max-width: 1085px;
    margin: 0 auto;
}

.benifit-row .col-md-4 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.benifit-box {
    background: #fff;
    padding: 25px 25px;
    text-align: center;
    height: 100%;
    border-radius: 15px;
}

.benifit-box .ben-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #242933;
    margin: 0 auto 15px;
}

.ben-icon img {
    max-width: 40px;
    object-fit: contain;
    margin: 0 auto;
}

.benifit-box h6 {
    color: #242933;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.d80img {
    margin-bottom: -15px;
}

.cnews-banner .common-heading h2 {
    font-size: 60px;
}

.cnews-banner .common-heading h6 {
    font-size: 36px;
}

.news-list {
    background: #fff;
    padding: 10px 0px 40px;
}

#filterOptions {
    justify-content: center;
    border-bottom: 1px solid #242933;
    margin-bottom: 35px;
}

#filterOptions li a {
    display: block;
    padding: 15px 25px 25px;
    font-size: 18px;
    font-weight: 400;
    color: #242933;
}

#filterOptions li.active a {
    color: #1ab6f1;
}

.our-holder {
    margin: 0px -10px;
}

.our-holder .Media-item {
    padding: 0 10px;
    margin: 15px 0px;
    display: block;
}

.news-img-box {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    height: 268px;
    margin-bottom: 15px;
}

.news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding-right: 15px;
}

.news-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #242933;
    margin-bottom: 20px;
    font-family: 'alibaba-puhuiti', sans-serif;
    height: 62px;
    overflow: hidden;
}

.news-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #7d7d7d;
    margin-bottom: 20px;
    font-family: 'alibaba-puhuiti', sans-serif;
    height: 133px;
    overflow: hidden;
}

.news-content span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #7d7d7d;
    font-family: 'alibaba-puhuiti', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.datenews {
    display: block;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 20px;
    background: url(../images/News/time.png)no-repeat left center;
    padding-left: 25px;
    background-size: 18px;
}

.border-black {
    border-top: 1px solid #242933 !important;
    margin: 20px 0px;
    display: block;
    width: 100%;
}

.pagination-wrap ul {
    justify-content: center;
    /* background: #ebeef4; */
    border-radius: 35px;
}

.pagination-wrap ul li {
    margin: 0 5px;
}

.pagination-wrap ul li a {
    display: block;
    padding: 6px 15px;
    color: #7d7d7d;
    font-size: 20px;
    text-align: center;
}

.page-numbers.current {
    display: block;
    padding: 6px 15px;
    color: #000;
    font-size: 20px;
    text-align: center;
}

.pagination-wrap ul li.active a {
    color: #000;
}

.pli {
    margin: 0 15px;
}

.pli a,
.page-numbers {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #ddd;
}

span.page-numbers.dots {
    text-align: center;
    line-height: 28px;
    font-size: 26px;
}
.page-prev.pli.inactive a {
    background: url(../images/News/inactive-prev.png) no-repeat center;
    background-size: 40px;
}

.page-prev.pli.active a,
.prev.page-numbers {
    background: url(../images/News/active-prev.png) no-repeat center;
    background-size: 40px;
}

.page-next.pli.inactive a {
    background: url(../images/News/inactive-next.png) no-repeat center;
    background-size: 40px;
}

.page-next.pli.active a,
.next.page-numbers {
    background: url(../images/News/active-next.png) no-repeat center;
    background-size: 40px;
}

.recomended-news-web {
    padding: 55px 0px;
    background: url(../images/News/linebg.png) repeat-x left top #fff;
}

.news-details-wrap {
    background: #fff;
    padding: 44px 0px 60px;
}
.news-details-wrap .news-content p {
    height: auto;
}

.abscenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    flex-direction: column;
}

.abscenter .common-heading h2 {
    font-weight: 500;
}

.breadcrumb-wrap ul {
    margin: 0 -25px;
}

.breadcrumb-wrap ul li a {
    display: block;
    font-size: 16px;
    padding: 5px 15px;
    position: relative;
    color: #7d7d7d;
}

.breadcrumb-wrap ul li:first-child a {
    padding-left: 0px;
}

.breadcrumb-wrap ul li a::after {
    content: '>';
    position: absolute;
    right: -5px;
    font-size: 16px;
    color: #7d7d7d;
}

.breadcrumb-wrap ul li a:hover {
    color: #0c9ff2;
}

.breadcrumb-wrap ul li span {
    display: block;
    font-size: 16px;
    padding: 5px 15px;
    color: #0c9ff2;
}


/*********************************************************************use case page***************************************************************/

.case-list {
    background: #f4f5f7;
}

.cases-wrap .col-6 {
    margin-bottom: 25px;
}

.cases-wrap {
    border-bottom: 1px solid #242933;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.news-box.use-case-box {
    background: #fff;
    height: 100%;
    display: block;
    outline: none;
    text-decoration: none;
}

.news-box.use-case-box .news-img-box {
    border-radius: 0px;
    display: block;
}

.news-box.use-case-box .news-content {
    padding: 0 20px 10px;
}

.news-box.use-case-box .news-content p {
    height: 73px;
}

.grab-box {
    padding: 15px 0px;
}

.news-content a.badge {
    display: block;
    border-radius: 35px;
    padding: 5px 16px;
    background: #ebeef4;
    color: #7d7d7d;
    margin: 0px 10px 10px;
    font-size: 16px;
    font-weight: 400;
}

.badge-box {
    margin: 0 -10px;
}

.case-wrap-ul>li>a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    padding: 5px 0px;
    margin-bottom: 8px;
    position: relative;
}

.case-wrap-ul>li>a::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #111;
    position: absolute;
    right: 5px;
    top: 20px;
    content: '';
}


/* .child-case-ul {
    margin-left: -15px;
} */

.child-case-ul li a,
.child-case-ul a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    padding: 8px 15px;
}

.child-case-ul li a:hover,
.child-case-ul li a.active,
.child-case-ul a:hover,
.child-case-ul a.active {
    background: #fff;
}

.case-more-list {
    background: #f4f5f7;
}

.case-more-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.case-more-list ul li {
    width: 33.3%;
    padding: 0 10px;
    display: flex;
    position: relative;
}

.limg-box {
    overflow: hidden;
    padding-bottom: 20px;
}

.limg-box img {
    width: 100%;
    height: auto;
}

.case-more-list ul li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #7d7d7d;
    margin-bottom: 20px;
    font-family: 'alibaba-puhuiti', sans-serif;
    overflow: hidden;
    height: 106px;
}

.case-more-list ul li.up-learn {
    position: relative;
    top: -88px;
    margin-bottom: -88px;
}

.center-modal.modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 40px !important;
}

.center-modal.modal .modal-dialog {
    max-width: 1370px;
    margin-top: 45px;
    margin-bottom: 40px;
}

.center-modal.modal {
    top: 70px;
    background: rgb(0 0 0 / 1%);
}

.center-modal.modal .modal-dialog .modal-content {
    border-radius: 17px;
    border: 0px;
    overflow: hidden;
}

.globe-section {
    min-height: 300px;
}

.center-modal.modal .modal-header {
    right: 0px;
    left: auto;
    top: 0px;
    width: 45px;
    height: 45px;
}

.modal-header .close {
    padding: 0;
    z-index: 99;
    margin: 0;
    position: absolute;
    right: 25px;
    left: auto;
    top: 15px;
    outline: 0 !important;
    box-shadow: none !important;
    display: block;
    opacity: 1;
    text-shadow: none;
    width: 22px;
    height: 22px;
    background: url(../images/usecases/close.png) no-repeat center;
    background-size: contain;
}

.popup-body.d-flex {
    height: 78vh;
    max-height: 780px;
}

.popupbg {
    width: 50%;
    min-width: 49%;
}

.scroll-content {
    width: 50%;
    padding: 25px 5px 25px 25px;
}

#learncase {
    padding-right: 50px;
    padding-left: 40px;
}

.popupbg img {
    object-fit: cover;
}

.scroll-content .slimScrollRail {
    border-radius: 0px !important;
    background-color: #ebeef4 !important;
    opacity: 1 !important;
}

.slimScrollBar {
    border-radius: 0 !important;
    background: #242933 !important;
    opacity: 1 !important;
}

.scroll-content .iconsm {
    height: 26px;
    width: auto;
    display: block;
    object-fit: contain;
    margin-right: 15px;
}

.iconbox h6 {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: unset;
    font-weight: 600;
    color: #000;
}

.iconbox {
    margin-bottom: 20px;
}

.scontentbox {
    margin-bottom: 40px;
    padding-right: 25px;
}

.learncase-content {
    margin-top: 25px;
}

.scontentbox p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}


/**********************************************************Wise chasier*************************************************************************/

.wisebanner {
    background-image: none !important;
}

.wisepayment {
    padding: 60px 0px;
    background-color: #fff;
}

.common-heading p {
    font-family: 'alibaba-puhuiti', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #242933;
    margin-top: 10px;
    line-height: 1.4;
}

.wiseslider {
    height: 676px;
    width: 436px;
    background: url(../images/Wisecashier/slide-pos-bg.png) no-repeat bottom center;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    display: block;
    padding-top: 219px;
    padding-left: 106px;
    padding-right: 117px;
}

.wiseslider .wiseslide .carousel-item {
    background-color: #fff;
    height: 370px
}

.wiseslider .wiseslide .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.wiseslider .carousel-indicators {
    bottom: 25px;
}

.wiseslider .carousel-indicators li.active {
    background-color: #00aeef;
}

.wiseslider .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
}

img.line-wise {
    display: block;
    position: absolute;
    top: 27%;
    left: 73%;
    z-index: 9;
    height: 130px;
}

img.line-wise:hover {
    filter: drop-shadow(2px 4px 6px #fff);
}

img.displaywise {
    position: absolute;
    display: block;
    z-index: 1;
    right: 7%;
    bottom: 12%;
}

img.displaywise:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.blueround {
    background: #3fb7f6;
    display: inline-block;
    padding: 2px 45px;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 15px auto 15px;
}

.wise-logobox .wlogo {
    padding: 0 15px;
}

.wiseboxx .hdr {
    background: #f0f2f5;
    padding: 25px 45px 5px;
    position: relative;
}

.wiseboxx .hdr::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f0f2f5;
    transform: rotate(-45deg);
    bottom: -12px;
    left: 30px;
}

.wiseboxx .hdr img {
    height: 58px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
}

.wiseboxx .hdr:hover img {
    transform: rotate(90deg);
}

.wiseboxx .hdr h5 {
    font-size: 22px;
    color: #242933;
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.contentwise {
    padding: 20px 25px 25px 45px;
    position: relative;
}

.wiseboxx {
    overflow: hidden;
    border: 1px dashed #3fb7f6;
    border-radius: 15px;
    height: 100%;
    transition: all .5s ease-in-out;
}

.wiseboxx:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}

.wise-function-box {
    height: 100%;
    padding-bottom: 25px;
}

.contentwise ul li {
    padding: 8px 0px 0 10px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: #242933;
}

.contentwise ul li:hover {
    color: #3fb7f6;
}

.contentwise ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #242933;
    left: -10px;
    top: 14px;
}

.contentwise ul li:hover::before {
    background: #3fb7f6;
}

.wise-bubble {
    position: absolute;
    left: 25%;
    width: 310px;
    padding: 15px 15px;
    top: 4%;
    z-index: 99;
}

.bubblebox {
    width: 100%;
    padding: 5px 0px;
    transition: all .5s ease-in-out;
}

.bubblemsg {
    position: relative;
    display: block;
    width: 140px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #3b8a95;
    padding: 2px 15px 8px;
    background: #e9f3f3;
    border-radius: 9px;
    transition: all .2s ease-in-out;
}

.bubblebox:hover {
    transform: scale(1.2, 1.2);
    z-index: 99;
}

.bubblemsg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.bubblemsg::before {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #e9f3f3;
    position: absolute;
    left: auto;
    right: 5px;
    bottom: -16px;
    content: '';
}

.bubblemsg.right::before {
    left: 5px;
}

.wise-bubble .bubblebox:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}

@media (min-width:1370px) {
    img.line-wise {
        top: 26%;
        height: 160px;
    }
    .wise-bubble {
        top: 8%;
    }
}

@media (min-width:1600px) {
    img.line-wise {
        top: 28%;
    }
    img.displaywise {
        right: 9%;
        bottom: 18%;
    }
    .wise-bubble {
        top: 15%;
    }
}

@media (min-width:1800px) {
    img.line-wise {
        top: 31%;
    }
    img.displaywise {
        right: 11%;
    }
}

@media (min-width:2000px) {
    img.line-wise {
        top: 34%;
    }
    img.displaywise {
        right: 12%;
        bottom: 18%;
    }
}


/********************************************************wise cloud***************************************************/

.p3innerr.wisecloudeinner h4 {
    font-size: 24px;
}

.wisecloude-tab-wrap {
    background: #f0f2f5;
    padding: 0px 0px 30px;
    margin-top: 0px;
    position: relative;
}

.wisecloud-tabs {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.wisecloud-tabs li {
    width: 25%;
    text-align: center;
}

.wisecloud-tabs li a {
    background: #3e8aff;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid #3e8aff;
}

.wisecloud-tabs li a.active {
    background: #fff;
    color: #3e8aff;
}

.tabtext h4 {
    font-size: 26px;
    font-weight: 600;
    color: #242933;
}

.tabtext p {
    font-size: 18px;
    font-weight: 500;
    color: #242933;
    padding-bottom: 10px;
}

.wiseTabContent {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.wiseTabContent .row {
    align-items: center;
}

.dslide-box {
    padding: 0 15px;
}

.feature-wise-box {
    display: flex;
    justify-content: space-evenly;
}

.wiseiconbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background: #3e8aff;
    margin: 20px auto;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.wiseiconbox:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: scale(1.2, 1.2);
}

.wiseiconbox img {
    max-height: 54px;
    object-fit: contain;
    transition: all .5s ease-in-out;
}

.fwisebox {
    padding: 2px 16px;
    position: relative;
    cursor: pointer;
    width: 16.6%;
}

.fwisebox h5 {
    font-size: 18px;
    font-weight: 600;
    color: #242933;
    padding-bottom: 10px;
    text-align: center;
}

.wipopup {
    position: absolute;
    width: 290px;
    z-index: -1;
    bottom: 90%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 15px 15px;
    opacity: 0;
    transition: all .5s ease-in-out;
    left: auto;
    right: auto;
}

.wipopup span {
    color: #242933;
    font-size: 16px;
}

.fwisebox:hover .wipopup {
    opacity: 1;
    z-index: 9;
}

.fwisebox:last-child .wipopup {
    right: 0px;
}

.clwise-box {
    border-radius: 18px;
    padding-top: 25px;
    border: 1px solid #3e8aff;
    overflow: hidden;
    background: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    padding-bottom: 70px;
    height: 490px;
}

.clwise-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cl-imgbox {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    overflow: hidden;
}

.cl-imgbox img {
    transition: all .5s ease-in-out;
}

.cl-imgbox:hover img {
    transition: all .5s ease-in-out;
    transform: scale(1.2, 1.2);
}

.clw-content {
    padding: 20px 20px;
}

.clw-content h4 {
    font-size: 23px;
    color: #3e8aff;
    font-weight: 600;
    overflow: hidden;
}

.clw-content p {
    font-size: 18px;
    font-weight: 500;
    color: #242933;
    padding-bottom: 20px;
    text-align: center;
}

.clw-footer {
    font-family: 'Alibaba PuHuiTi', sans-serif !important;
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    background: #3e8aff;
    padding: 16px 20px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.clw-footer span {
    font-family: 'Alibaba PuHuiTi', sans-serif !important;
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    display: block;
}

.wise3box .col-md-4 {
    margin-top: 20px;
}

.cl-partner {
    background: #3e8aff;
    color: #fff;
    padding: 120px 0px;
}

.common-heading.text-white p {
    color: #fff;
}


/*************************************************************compnay overview*********************************************/

.p5-top-banner.overview-banner h2 {
    font-size: 48px;
}

.overview-content-wrap {
    padding: 60px 0px;
    background: #fff;
}

.ocv-wrap p {
    font-size: 20px;
    color: #242933;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 25px;
}

.vmrow .col-md-4 {
    margin-top: 20px;
}

.visonmisson-box {
    text-align: center;
    background: #ebeef4;
    padding: 35px 25px 25px;
    height: 100%;
    border-radius: 17px;
}

.viconbox {
    padding: 15px 45px 30px;
    height: 115px;
    overflow: hidden;
}

.viconbox img {
    transition: all 0.5s ease-in-out;
}

.visonmisson-box:hover img {
    transform: scale(1.5, 1.5);
}

.vcontent-box h3 {
    font-size: 24px;
    color: #242933;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}

.vcontent-box p {
    font-size: 20px;
    color: #242933;
    line-height: 1.5;
    font-weight: 500;
}

.p5-top-banner.py-0.h-auto {
    background-image: none;
}

.company-team {
    background: url(../images/compnay-overview/team-bg.png) repeat-x top left #ebeef4;
    min-height: 300px;
    padding: 45px 0px;
}

.cteam {
    margin-top: 10px;
}

.cteam li {
    margin-bottom: 20px;
    padding: 0px 20px;
    box-shadow: none !important;
    outline: none !important;
}

.cteambox {
    display: block;
    position: relative;
    height: 100%;
    z-index: 9;
}

.cteambox:hover::before {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cteambox::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    bottom: -55px;
    background: #ebeef4;
    border-radius: 15px;
    transition: all .5s ease-in-out;
}

.cavtar {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 5px solid #00aeef;
    z-index: 9;
}

.cavtar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctcontent {
    padding: 0px 40px;
    position: relative;
    z-index: 9;
}

.ctcontent h4 {
    font-size: 24px;
    color: #242933;
    line-height: 1.5;
    font-weight: 700;
}

.ctcontent h6 {
    font-size: 18px;
    color: #00aeef;
    line-height: 1.5;
    font-weight: 600;
}

.ctcontent span {
    font-size: 14px;
    color: #242933;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.company-global .common-heading h6 {
    font-size: 20px;
}

.linkdinp {
    width: 18px;
    height: 18px;
    margin: 10px auto;
    display: block;
    background: url(../images/compnay-overview/in.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 99;
}

.linkdinp:hover {
    background: url(../images/compnay-overview/in-active.png) no-repeat center;
    background-size: contain;
}

.wiseasy-journey {
    background: #ebeef4;
    padding: 45px 0px;
    min-height: 300px;
}

.wiseasy-journey .container {
    position: relative;
    z-index: 99;
}

.wiseasy-journey::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 210px;
    background: url(../images/compnay-overview/bluebg.png) repeat-x top left #00aeef;
}

.journey-slide {
    margin-top: 75px;
    padding: 0 45px;
}

.journey-slide .slick-arrow {
    top: 20px;
    width: 34px;
    height: 34px;
}

.journey-slide .slick-arrow.slick-prev:before,
.journey-slide .slick-arrow.slick-next:before {
    font-size: 0px;
}

.journey-slide .slick-arrow.slick-prev {
    width: 30px;
    height: 30px;
    background: url(../images/compnay-overview/nav-arrow.png) no-repeat center;
    background-size: contain;
    top: 18px;
}

.journey-slide .slick-arrow.slick-next {
    width: 30px;
    height: 30px;
    background: url(../images/compnay-overview/nav-arrow.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    top: 0px;
}

.journey-slide li {
    padding: 0 20px;
}

.journeybox {
    min-height: 498px;
    position: relative;
    padding-left: 15px;
}

.journeybox::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 45px;
    bottom: 5px;
    width: 1px;
    background: #00aeef;
}

.journeybox::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00aeef;
    bottom: 0px;
    left: -3px;
    z-index: 9;
}

.jbox {
    width: 190px;
    margin-top: 30px;
    min-height: 198px;
}

.jbox figure {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.jbox span {
    font-size: 16px;
    line-height: 1.4;
    color: #242933;
    display: block;
}

.jyear h4 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
}


/*********************************************************************restaurant page ******************************************/

.p5-top-banner.wiseresturant h2 {
    color: #fff;
}

.p5-top-banner.wiseresturant h4 {
    color: #fff;
    font-weight: 500;
}

.res-wrap .common-heading p {
    max-width: 992px;
    margin: 0 auto 20px;
}

.res-wrap .common-heading h2 {
    font-size: 35px;
}

.slider-res .carousel-indicators {
    bottom: -30px;
}

.slider-res .carousel-indicators li {
    background: #c2c5cc;
}

.slider-res .carousel-indicators li.active {
    background: #3e8aff;
}

.slidebx {
    overflow: hidden;
}

.slidebx .carousel-caption {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
}

.slidebx .carousel-caption .center {
    max-width: 460px;
    text-align: left;
    color: #fff;
}

.slidebx .carousel-caption .center.text-black {
    color: #242933;
}

.slidebx .carousel-caption h5 {
    font-size: 30px;
    font-weight: 600;
}

.slidebx .carousel-caption span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}

.benifit-res {
    background-size: cover;
    background-position: bottom right;
    padding: 45px 0px 70px;
}

.resbenifit .col-md-3 {
    margin-top: 65px;
    margin-bottom: 45px;
}

.resbenifit .benifit-box {
    padding: 25px 35px;
}

.ben-icon-box {
    width: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    margin-bottom: -18px;
}

.ben-icon-box img {
    transition: all .5s ease-in-out;
}

.resbenifit .benifit-box:hover img {
    transition: all .5s ease-in-out;
    transform: scale3d(1.2, 1.2, 1.2);
}

.ben-cont-box p {
    font-size: 18px;
    color: #242933;
    line-height: 1.5;
}

.trusted-text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #242933;
}

.trusted-text p {
    font-size: 20px;
    font-weight: 400;
    color: #242933;
}

.contact-banner .common-heading h2 {
    color: #fff;
    font-size: 60px;
}

.our-headquaters {
    background-color: #e5f1ff;
    padding: 45px 0px;
}

.contact-card {
    position: relative;
    margin-top: 100px;
    border-radius: 9px;
    background: #fff;
    padding: 85px 20px 40px;
    height: 230px;
    font-family: 'alibaba-puhuiti', sans-serif;
}

.contact-icon {
    width: 90px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    transition: all .5s ease-in-out;
}

.c-ad {
    max-width: 275px;
    margin: 0 auto;
}

.c-ad h5 {
    font-size: 24px;
    color: #242933;
    font-weight: 600;
    text-align: center;
}

.c-ad span {
    font-size: 18px;
    color: #242933;
    font-weight: 400;
    text-align: center;
}

.contact-card:hover .contact-icon {
    transform: scale(1.2, 1.2);
}

.contact-map {
    background: #fff;
    padding: 45px 0px;
}

.contact-map-container {
    max-width: 1180px;
    margin: 15px auto;
    position: relative;
    padding-top: 30px;
    min-height: 550px;
}

.cn-ul {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9;
}

.cn-ul li {
    position: absolute;
    display: block;
    cursor: pointer;
}

.cn-name {
    display: block;
    position: relative;
    font-size: 14px;
    color: #242933;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 20px;
    line-height: 1.2;
}
.cn-name:hover {
    font-weight: 600;
}

/* .cn-name::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: rgb(255 144 0 / 31%);
    border-radius: 50%;
    left: 0;
    border: 1px solid #ed7d31;
    transition: all .5s ease-in-out;
} */

.cn-name::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background: #fff;
}

.dot-box {
    display: flex;
}

.view-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4472c4;
    margin: 0 3px;
}

.view-dot.green {
    background: #70ad47;
}

.view-dot.sky-blue {
    background: #00b0f0;
}

.view-dot.orange {
    background: #ed7d31;
}

.view-dot.red {
    background: #ff0000;
}
.view-dot.headquater {
    background: url(../images/Contact/star.png) no-repeat top left transparent;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

.cn-ul li:hover .cn-name::before,
.cn-ul li .progfill.active .cn-name::before {
    transform: scale(1.2, 1.2);
}

li.usa {
    top: 268px;
    left: 147px;
}
li.usa .cn-name {
    padding-top: 3px;
    padding-left: 24px;
}
li.usa .cn-name::after {
    background: url(../images/Contact/circle1.png) no-repeat top left transparent;
    background-size: 15px;
    width: 15px;
    height: 15px;
}
li.brazil {
    top: auto;
    bottom: 26%;
    left: 32%;
}

li.brazil .cn-name::before {
    background: rgb(123 214 0 / 31%);
    border-color: #70ad47;
}

li.brazil .cn-name {
    padding-top: 3px;
    padding-left: 24px;
}
li.brazil .cn-name::after {
    background: url(../images/Contact/circle2.png) no-repeat top left transparent;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

li.morocco {
    top: 46%;
    left: 45%;
}

li.morocco .cn-name::before {
    background: rgb(0 198 255 / 31%);
    border-color: #00b0f0;
}

li.morocco .cn-name {
    padding-top: 3px;
    padding-left: 24px;
}
li.morocco .cn-name::after {
    background: url(../images/Contact/circle1.png) no-repeat top left transparent;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

li.france {
    top: 37.5%;
    left: 49%;
}

li.france .cn-name::after {
    border: 3px solid #ff9000;
}

li.shanghai {
    right: 25%;
    left: auto;
    top: 50%;
}

li.shanghai .cn-name {
    padding-right: 20px;
    padding-left: 0px;
}

li.shanghai .cn-name::before {
    right: 0;
    left: auto;
    background: rgb(65 95 255 / 31%);
    border-color: #4472c4;
}

li.shanghai .cn-name::after {
    right: 4px;
    left: auto;
    border: 3px solid #4472c4;
}

li.changsha {
    top: 51%;
    right: 18%;
    left: auto;
}

li.changsha .cn-name::before {
    background: rgb(65 95 255 / 31%);
    border-color: #4472c4; 
}

li.changsha .cn-name::after {
    border: 3px solid #4472c4;
}

li.shenzhen {
    top: 53%;
    right: 17%;
    left: auto;
}

li.shenzhen .cn-name::before {
    background: rgb(123 214 0 / 31%);
    border-color: #70ad47;
}

li.shenzhen .cn-name::after {
    border: 3px solid #70ad47;
}

li.shenyang {
    top: 48%;
    left: auto;
    right: 19%;
}

li.shenyang .cn-name {
    padding-top: 3px;
    padding-left: 24px;
}
li.shenyang .cn-name::after {
    background: url(../images/Contact/circle1.png) no-repeat top left transparent;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

li.singapore {
    left: auto;
    right: 24.5%;
    top: 65%;
}

li.singapore .cn-name {
    padding-right: 25px;
    padding-left: 0px;
    padding-top: 3px;
}

li.singapore .cn-name::before {
    right: 0;
    left: auto;
    background: rgb(255 0 0 / 31%);
    border-color: #ff0000;
}

li.singapore .cn-name::after {
    background: url(../images/Contact/star.png) no-repeat top left transparent;
    background-size: 20px;
    width: 20px;
    height: 20px;
    right: 0px;
    left: auto;
    top: 0px;
}

li.malaysia {
    top: 65%;
    right: 16%;
    left: auto;
}

li.malaysia .cn-name::after {
    border: 3px solid #ff9000;
}

li.beijing {
    top: 53%;
    right: 28%;
    left: auto;
}

li.beijing .cn-name::before {
    background: rgb(0 198 255 / 31%);
    border-color: #00b0f0;
}

li.beijing .cn-name::after {
    border: 3px solid #ff9000;
}

li.Chengdu {
    top: 38%;
    right: 12%;
    left: auto;
}

li.Chengdu .cn-name::before {
    right: 0;
    left: auto;
    background: rgb(65 95 255 / 31%);
    border-color: #4472c4;
}

li.Chengdu .cn-name::after {
    border: 3px solid #4472c4;    
}

.cn-popup {
    width: 220px;
    border-radius: 8px;
    border: 1px solid #4472c4;
    position: absolute;
    top: -12220%;
    left: 100%;
    transform: translateX(-50%);
    transition: all .5s ease-in-out;
    box-shadow: 0 1rem 2rem rgb(65 95 255 / 31%);
    margin-bottom: 7px;
    opacity: 0;
    z-index: -1;
}

.cn-popup .popup-header {
    background: #e5f1ff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cn-popup .popup-header span {
    font-size: 14px;
    display: block;
    color: #242933;
    font-weight: 500;
}

.cn-popup .popup-body {
    background: #fff;
    padding: 10px 10px 20px;
    color: #4472c4;
    font-size: 13px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}

.cn-popup .popup-body::after {
    position: absolute;
    content: '';
    left: 0;
    right: 50px;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: #fff;
    bottom: -8px;
    transform: rotate(45deg);
    border-right: 1px solid #4472c4;
    border-bottom: 1px solid #4472c4;
}

.cn-ul li:hover .cn-popup,
.cn-ul li .progfill.active .cn-popup {
    z-index: 99;
    opacity: 1;
    bottom: 120%;
    top: auto;
}

.cntype {
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 99;
}

.cntype li a {
    font-size: 14px;
    display: block;
    padding: 8px 0px;
    color: #242933;
    font-weight: 400;
    position: relative;
    transition: all .5s ease-in-out;
}

.cntype li a:hover {
    color: #4472c4;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .5s ease-in-out;
}

.cntype li a::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: #ff9000;
    /* border: 3px solid #ed7d31; */
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.cntype li:nth-child(1) a::before {
    background: url(../images/Contact/star.png) no-repeat top left transparent;
    background-size: 20px;
    border: 0px;
    border-radius: 0;
    width: 20px;
    height: 20px;
    margin-left: -2px;
}

.cntype li:nth-child(2) a::before {
    background: #415fff;
    border-color: #415fff;
}

.cntype li:nth-child(3) a::before {
    background: #00c6ff;
    border-color: #00c6ff;
}

.cntype li:nth-child(5) a::before {
    background: #7bd600;
    border-color: #7bd600;
}

.cntype li a:hover::before {
    transform: scale(1.2, 1.2);
}


/*****************************************************news and retail page **************************************************/

.r-about {
    padding: 45px 0px;
}

.rabout-thumb li {
    width: 25%;
    padding: 10px 5px;
    display: flex;
}

.rabout-thumb li a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    height: 205px;
}

.rabout-thumb li a img {
    object-fit: cover;
    height: 100%;
    transition: all .5s ease-in-out;
}

.rabout-thumb li a:hover img {
    transform: scale(1.2, 1.2);
}

.retail-benifits {
    background: #f0f2f5;
    padding: 45px 0px;
}

.benifitbox {
    padding-bottom: 15px;
}

.benicon {
    background: #fff;
    border: 8px solid #c2c5cc;
    width: 95px;
    height: 95px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benicon img {
    transition: all .5s ease-in-out;
    height: 45px;
    object-fit: contain;
    max-width: 50px;
}

.bentext span {
    font-size: 20px;
    color: #242933;
    line-height: 1.4;
    display: block;
    text-align: center;
    max-width: 245px;
    margin: 10px auto;
}

.benifitbox:hover img {
    transform: rotate(-90deg);
}

.what-we-provide {
    background: #354982;
    padding: 45px 0px;
}

.retail-news-wrap {
    background: #f0f2f5;
    padding: 45px 0px;
}

.rnews-box {
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.rnews-head {
    height: 172px;
    overflow: hidden;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.rnews-head img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.rnews-box:hover img {
    transform: scale(1.2, 1.2);
}

.rnews-body {
    padding: 25px 20px;
    text-align: center;
    min-height: 250px;
}

.rnews-body h4 {
    font-size: 22px;
    color: #242933;
    line-height: 1.4;
    display: block;
    font-weight: 600;
    text-align: center;
}

.rnews-body p {
    font-size: 17px;
    color: #242933;
    line-height: 1.5;
    display: block;
    text-align: center;
}

.retail-news-wrap .row {
    margin-left: -8px;
    margin-right: -8px;
}

.retail-news-wrap .col-md-4 {
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.rtusts {
    padding: 45px 0px;
}

.rtusts .row {
    position: relative;
    padding-top: 35px;
    margin-top: 35px;
}

.blogrow .row::before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    border-top: 1px solid #ddd;
    top: 0;
}

.blogrow .row:first-child::before {
    display: none;
}

.rtusts .row:first-child {
    margin-top: 0px;
}

.rtusts .btn-outline-secondary {
    font-size: 14px;
}

.rblog-content h4 {
    font-size: 24px;
    color: #242933;
    line-height: 1.5;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.rblog-content p {
    font-size: 16px;
    color: #242933;
    line-height: 1.5;
    display: block;
    font-weight: 400;
}

.headerbar {
    background: #242933;
    color: #ebeef4;
    padding: 5px 0px;
}

.headerbar ul {
    margin: 0 -15px;
}

.headerbar ul li {
    padding: 0 15px;
}

.headerbar ul li a {
    display: block;
    font-size: 14px;
    color: #ebeef4;
    font-weight: 400;
}

.headerbar ul li a:hover {
    color: #00aeef;
}

/* new added css  22-06-2022*/

.videoWrpper_witInfo video{
    -webkit-border-radius: 18px;
    border-radius: 18px;

}
.videoWrpper_witInfo{
    padding: 20px 60px;
}


.honor_tabs .nav-tabs .nav-link {
    padding: 0 20px;
    text-align: center;
    border: none;
    background: #fff;
    border-radius: 10px;
    font-size: 28px;
    color: #666666;
}
.honor_tabs .nav-tabs .nav-link:hover{
    color: #666666;
}
.honor_tabs .nav-tabs .nav-link.active {
    background: #00a0e9;
    color: #fff;    
   
}
.honor_tabs .nav-tabs .nav-item {
    margin-bottom:20px;
}

.honor_tabs{
    background: url(../images/honor.jpg);
    background-size: 100%;
    padding: 40px 0 120px;
    background-size: cover;
}
.honor_tabs .nav-tabs{
    border-bottom: none;
}
.honor_tabs_inr{
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 30px;
}
.honor_tabs_inr ul li{
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 26px;
}
.honor_tabs_inr ul li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #00a0e9;
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    top: 6px;
    left: 0;
}
.honor_tabs_inr ul li{

}