*{
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.play-anim-ico {
    background-image: url(play-button-14.svg);
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
    z-index: 11;
    position: relative;
    cursor: pointer;
}
a:hover,a:active,a:focus,a:visited{
    text-decoration: none;
}
img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.play-anim-ico:after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -12px 0 0 -12px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #da251d;
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}
@keyframes pulse-me {
    0% {
        transform: scale(1.6);
        opacity: .2;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
}

    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
}
}
p {
    font-size: 16px;
    color: #616566;
    margin: 0;
    line-height: 29.4px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: justify;
}

.gen-btn {
    color: #fff;
    background-color: #ed2224;
    display: inline-block;
    padding: 15px 25px 16px 25px;
    min-width: 195px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 600;
}
.gen-btn:hover,
.gen-btn:focus
{
    background-color: #ffff00;
    color:#ed2224;
}

.main-title {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #da251d;
    text-align: center;
}
.main-title.text-left{text-align: left;}

.fancybox-outer iframe {
    width: 100%;
    height: 99%;
}
.demo-video-element {
    display: flex;
    align-items: center;
}
.banner-section .demo-video-element > strong {
    color: #191919;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    width: 185px;
    line-height: 29px;
}
/***********/
.bg-color1 {
    background-color: #fede00;
}
.bg-color2 {
    background-color: #a86620;
}
.bg-color3 {
    background-color: #3c9d97;
}
.bg-color4 {
    background-color: #96673d;
}
.bg-color5 {
    background-color: #fa6903;
}
.bg-color6 {
    background-color: #385297;
}
.bg-color7 {
    background-color: #2fd62b;
}
.bg-color8 {
    background-color: #bb1717;
}
.bg-color9 {
    background-color: #27a102;
}
.bg-color10 {
    background-color: #14cbec;
}
.bg-color11 {
    background-color: #ff4e00;
}
.bg-color12 {
    background-color: #27a102;
}
/***********/
/*****************gen element stylesheet end***********************/
/*****************banner-section stylesheet start***********************/
.banner-section {
    margin-top: 80px;
    padding: 50px 0 0 0;
    background-color: #f1ec6a;
}
.banner-section-inner {
    max-width: 1280px;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-section-left {
    width: 558px;
    position: relative;
}
.banner-section-left img.vietnam-gojek-app {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
}
.banner-section-right {
    width: calc(100% - 560px);
    width: -o-calc(100% - 560px);
    width: -ms-calc(100% - 560px);
    width: -moz-calc(100% - 560px);
    width: -webkit-calc(100% - 560px);
}
.banner-section-left img {
    margin-bottom: -44px;
}
.banner-section h1 {
    font-size: 42px;
    font-weight: 700;
    color: #da251d;
    margin: 0 0 15px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.banner-section h1 strong {
    font-size: 24px;
    color: #cd1125;
    font-weight: 600;
    text-transform: initial;
    line-height: 25px;
    margin: 10px 0 0 0 ;
}
.banner-section strong {
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
}
.banner-section p {
    color: #000;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
}
.banner-section p:last-child{margin-bottom: 0;}
.baner-buttons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.banner-section .gen-btn {
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    min-width: auto;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
}
.banner-section .gen-btn:hover,
.banner-section .gen-btn:focus
{
    color:#fff;
    background-color: #333;
}
.banner-section .gen-btn.havevideo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    font-size: 13px;
}
.banner-section .gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(play-button1.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: contain;
}
.banner-section .gen-btn .play-anim-ico:after {
    display: none;
}
.banner-section .gen-btn.havevideo small {
    font-size: 12px;
    display: block;
}
/*****************about section stylesheet start*******************/
.wecome-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wecome-section-right img {
    display: block;
}
.wecome-section-right {
    width: 54%;
    position: relative;
    z-index: 1;
}
.wecome-section-left {
    width: 44%;
}
.wecome-section {
    padding: 104px 0 15px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.wecome-section-left b {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 10px;
    display: block;
}
.wecome-section-left p {
    color: #000;
    font-weight: 400;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}
/*****************about section stylesheet start*******************/
/*****************bigreview stylesheet start*******************/
.bigreview {
    padding: 50px 0 50px 0;
    background-color: #ebebeb;
}
.bigreview a {
    display: inline-block;
    position: relative;
}
.bigreview-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bigreview-left {
    width: 48%;
}
.bigreview-left a {
    position: relative;
    width: 100%;
}
.bigreview-right {
    width:48%;
}

.bigreview p {
    font-size: 16px;
    color: #616566;
    margin: 0;
    line-height: 29.4px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}
.bigreview p:last-child {
    margin-bottom: 0;
}
.bigreview-left .play-anim-ico {
    left: 30px;
    top: 40px;
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(play-button1-2.svg);
}
.bigreview-left .play-anim-ico:after {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-shadow: 0 0 0 13px #fff;
}
/*****************bigreview stylesheet start*******************/
/*****************ownership section stylesheet start*******************/
.ownership-section {
    padding: 56px 0 30px 0;
}
.ownership-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ownership-section-left {
    max-width: 414px;
}
.ownership-section-right {
    width: calc(100% - 504px);
    width: -o-calc(100% - 504px);
    width: -ms-calc(100% - 504px);
    width: -moz-calc(100% - 504px);
    width: -webkit-calc(100% - 504px);
}

.ownership-section p {
    font-size: 16px;
    color: #616566;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
}
.ownership-section p:last-child {
    margin-bottom: 0;
}
/*****************ownership section stylesheet start*******************/
/*****************whitelabel section stylesheet start*******************/
.whitelabel-section {
    padding: 0 0 30px 0;
}
.whitelabel-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.whitelabel-section-left {
    max-width: 414px;
}
.whitelabel-section-right {
    width: calc(100% - 414px);
    width: -o-calc(100% - 414px);
    width: -ms-calc(100% - 414px);
    width: -moz-calc(100% - 414px);
    width: -webkit-calc(100% - 414px);
}

.whitelabel-section p {
    font-size: 16px;
    color: #616566;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}
.whitelabel-section-right ul{
    margin: 0 0 15px 0;
}
.whitelabel-section-right ul li {
    font-size: 16px;
    color: #616566;
    padding-left: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 7px;
    text-align: justify;
    position: relative;
}
.whitelabel-section-right ul li:last-child{
    margin-bottom: 0;
}
.whitelabel-section-right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.whitelabel-section p:last-child {
    margin-bottom: 0;
}
/*****************whitelabel section stylesheet start*******************/
/*****************product section stylesheet start*******************/
.product-section {
    padding: 45px 0 45px 0;
}
.product-section .gen-btn {
    margin-top: 10px;
}
.product-section-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.product-blocks {
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.product-blocks.col-half {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
}
.product-blocks.col-quater {
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
}
.product-blocks strong.center-align {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product-blocks strong.bottom_inc {
    bottom: 35px;
}
.product-row {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.product-blocks strong a {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    background-color: rgba(255,255,0,0.9);
    padding: 16px 20px;
    font-size: 18px;
    color: #000;
    left: 0;
}
.product-section .gen-btn:hover {
    background-color: #ffff00;
    color: #000;
}


/*****************product section stylesheet end*******************/
/*****************payment-getway stylesheet start*******************/
.payment-getway-used {
    margin: 25px 0 0;
    text-align: center;
    position: relative;
    /* background-color: #ebebeb; */
    padding: 40px 0 0px 0;
    background-color: #ebebeb;
}
.payment-getway-used .gen-btn {
    margin: 5px;
}
.payment-getway-used .contact-row {
    background-color: #feab27;
    padding: 19px 15px 20px 15px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.payment-getway-used .contact-row a {
    color: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.payment-getway-used .contact-row a:hover {
    color: #da251d;
}
.payment-getway-used p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 29.4px;
    font-weight: 400;
    margin-bottom: 0;
}
.payment-getway-used-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1356px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.payment-getway-used-inner p {
    text-align: center;
}
.payment-getway-used-inner img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.tree-clipArt {
    position: absolute;
    bottom: 0px;
    transform: translateX(-74%);
    -webkit-transform: translateX(-74%);
    -moz-transform: translateX(-74%);
    -ms-transform: translateX(-74%);
    -o-transform: translateX(-74%);
}
.payment-getway-used-inner .payment-hedaing {
    margin:0 auto 15px auto;
    padding: 0px;
    text-align: center;
    position: relative;
    max-width: 1204px;
    z-index: 1;
}
.payment-getway-used-inner .payment-hedaing b {
    margin: 5px 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    color: #949494;
}

.payment-getway-right {
    padding: 0 0 50px 0;
    max-width: 1017px;
    margin: 0 auto;
}
.payment-logos>li {
    width: 33.33%;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    padding: 0 10px 0 10px;
}
.payment-logos>li>img {
    background-color: #ffffff;
    outline: 1px solid #cfcfcf;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.payment-logos>li>img:hover,
.payment-logos>li>img:focus
{
    outline-color: #da251d;
}
.payment-logos {display:flex; justify-content:center; flex-wrap:wrap; margin:0px -10px; padding:0px;}
.payment-logos > li strong {font-size:19px; text-transform:uppercase; padding-top:10px; display:block;}
.payment-logos > li span {font-size:15px; font-weight:600; display:block; color:#333;}
ul.payment-logos ul {list-style:none; margin-top:5px; padding:0;}
ul.payment-logos ul li {font-weight:500; padding-left:15px; position:relative; font-size:13px; width:48%; display:inline-block;}
ul.payment-logos ul li:before {content: ''; position:absolute; width:6px; height:6px; background-color:#249708; border-radius:50%; left:0; top:5px;}
.payment-logos > li strong.cant-find-block {margin:0; padding:12px; background-color:#f8f8f8; border:1px solid #eee; display:flex; flex-direction:column; font-size:25px; color:#666; justify-content:center; align-items:center; text-align:center;}
/*****************payment-getway stylesheet end*******************/
/*****************client-revies stylesheet start***********************/
.client-reviews {
    padding: 40px 0 20px 0;
    background-color: #ebebeb;
}
.client-reviews p {
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews .heading-area {
    margin-bottom: 15px;
    text-align: center;
}
/* background-color: #ed2224;
background-color: #ffff00; */
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0 -15px;
}
.client-reviews ul li {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 15px;
}

.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    border-radius: 25px;
    overflow: hidden;
    border: 8px solid #fff;
    width: 100%;
}
.client-reviews ul li a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}

.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(play-button-14.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.client-reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ed2224;
    color: #fff;
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.client-reviews ul li.morereview a:hover {
    background-color: #ffff00;
    color: #000;
}
.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 0;
}
.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
.client-reviews ul li.morereview a:hover:after {
    border-color: #000;
}
.client-reviews ul li.morereview a:hover:before {
    border-color: #000;
}
/*****************client-revies stylesheet end***********************/
/*****************technology-section stylesheet start***********************/
.technology-section {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 35px;
}
.technology-section h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #da251d;
    text-align: center;
    text-transform: uppercase;
    display: inline-block
}
.technology-section .small-cont {
    text-align: center;
    display: block;
    padding-top: 18px;
    position: relative;
}
.technology-section .small-cont:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 2px;
    width: 70px;
    background-color: #fac82b;
    margin-left: -35px;
    top: 0;
}
.technology-section-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.technology-section p {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0 20px 0;
    max-width: 847px;
    text-align: center;
    margin: 0 auto;
}
.technology-section-inner ul li {
    max-height: 104px;
    display: inline-flex !important;
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 10px;
    border: 1px solid #c8c8c8;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-bottom: 16px;
    padding: 10px 0;
    display: inline-block;
}
.technology-section-inner ul li:hover {
    border-color: #da251d;
}
.technology-section-inner ul {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 -10px;
}
/*****************technology-section stylesheet end***********************/
/************premium-features-sections stylesheet end**********/
.look-at-demo {
    margin: 0px;
    padding: 45px 0 45px 0;
    background: rgba(0, 0, 0, 0) url("look-demo-bg.jpg") no-repeat center top 0;
    background-size: cover;
    height: auto;
    position: relative;
    z-index: 1;
}
.look-at-demo p {
    color: #fff;
    text-align: center;
}
.look-at-demo-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.look-at-demo h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.look-at-demo h3 span {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 25.4px;
}
.look-at-demo ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    justify-content: center;
}
.look-at-demo ul li {
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.look-at-demo ul li img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.50) and (max-width:1920px) {
    .banner-section-right {
        width: calc(100% - 620px);
        width: -o-calc(100% - 620px);
        width: -ms-calc(100% - 620px);
        width: -moz-calc(100% - 620px);
        width: -webkit-calc(100% - 620px);
    }
}
@media screen and (max-width:1280px) {
    .banner-section-left img {
        max-width: 100%;
    }
    .banner-section-left {
        width: 598px;
    }
    a.navbar-brand.logo img {
        max-width: 220px;
    }
    .wecome-section-right img {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width:1199.98px) {
    .client-reviews ul li.morereview a{
        font-size: 2.3vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width:1024px) {
    .banner-section-left {
        width: 50%;
    }
    .banner-section-right {
        width: 50%;
        padding-left: 0;
    }
    .banner-section h1 {
        font-size: 39px;
    }
    .banner-section h1:after {
        top: 18px;
    }
    .banner-section {
        height: auto;
    }
    .banner-section-left img {
        max-width: 100%;
        margin: 0;
    }
    a.navbar-brand.logo img {
        max-width: 100%;
    }
    .top-part .container {
        max-width: unset;
    }
    .banner-section h1:after {
        display: none;
    }
    .wecome-section {
        padding: 74px 0 15px 0;
    }

    .placehold-clipArt,.mask-clipArt,.happy-clipArt,.ball-clipArt,.tree-clipArt,.sun-clipArt {
        display: none;
    }
    .main-title {
        font-size: 28px;
    }
    .product-blocks strong a {
        font-size: 14px;
        white-space: pre-wrap;
    }
    .title-style:after {
        display: none;
    }
    .product-blocks.col-quater {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    .wecome-section-left p,.ownership-section p,.whitelabel-section p {
        text-align: left;
    }
}

@media screen and (max-width:991px) {
    .banner-section-inner {
        flex-direction: column;
        padding: 0px 15px 40px 15px;
    }
    .banner-section-right,.banner-section-left {
        width: 100%;
    }
    .banner-section-left {
        padding-bottom: 30px;
        text-align: center;
        display: block;
    }
    .wecome-section-inner {
        flex-direction: column;
    }
    .wecome-section {
        padding: 54px 0 15px 0;
    }
    .wecome-section-left,.wecome-section-right {
        width: 100%;
    }

    .wecome-section-right {
        padding-top: 30px;
    }
    .payment-getway-used {
        padding: 30px 0 0px 0;
    }
    .payment-logos>li {
        width: 33.33%;
    }

    .whitelabel-section-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .whitelabel-section h3,.ownership-section h3 {
        margin-bottom: 25px;
    }
    .whitelabel-section-left,.whitelabel-section-right {
        width: auto;
    }
    .whitelabel-section-left {
        margin: 0 auto;
    }
    .ownership-section-inner {
        flex-direction: column;
    }
    .ownership-section-left,.whitelabel-section-left {
        padding-bottom: 50px;
    }
    .ownership-section-right,.ownership-section-left {
        width: auto;
    }
    .ownership-section p, .wecome-section-left p,.banner-section p {
        font-size: 15px;
        line-height: 26px;
    }
    .payment-getway-used p {
        font-size: 16px;
        line-height: 25px;
    }
    .technology-section {
        margin-bottom: 0;
        padding-top: 30px;
    }
    /***************************************/
    .client-reviews ul li {
        width: 33.33%;
    }
    .client-reviews a.client-reviews-btn {
        padding: 10px 50px;
        font-size: 22px;
    }
    /***************************************/
    .bigreview-left {
        width: 100%;
        text-align: center;
    }
    .bigreview-right {
        width: 100%;
        margin-top: 30px;
    }
    .bigreview-inner {
        flex-direction: column;
    }
    /***************************************/

}

@media screen and (max-width:767px) {
    .whitelabel-section h3, .ownership-section h3, .payment-getway-used-inner .payment-hedaing h3 {
        margin-bottom: 20px;
    }
    .banner-section h1 {
        font-size: 30px;
        margin: 0 0 25px 0;
    }
    .banner-section strong {
        margin-bottom: 10px;
    }
    .wecome-section-left b {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .wecome-section-right {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .product-section h3 {
        margin-bottom: 25px;
    }
    .technology-section h3 {
        margin-bottom: 25px;
    }
    .technology-section-inner ul {
        padding-top: 0;
    }
    .technology-section-inner ul li {
        padding: 10px;
        vertical-align: top;
        margin: 5px;
        width: -webkit-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: -ms-calc(33.33% - 10px);
        width: -0-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }

    .main-title {
        font-size: 24px;
    }
    .technology-section-inner ul li img {
        max-height: 80px;
    }
    .product-blocks.col-half {
        height: 44vw;
        width: 100%;
    }
    .product-blocks.col-quater {
        width: 100%;
        height: 89vw;
    }

    .wecome-section {
        padding: 34px 0 15px 0;
    }
    .ownership-section p, .wecome-section-left p, .banner-section p {
        margin-bottom: 15px;
    }
    .product-section .gen-btn {
        margin-top: 10px;
        font-size: 16px;
    }
    .ownership-section-left, .whitelabel-section-left {
        padding-bottom: 30px;
    }
    .payment-getway-used .contact-row {
        font-size: 20px;
        padding: 14px 15px 15px 15px;
    }
    .demo-video-element {
        margin: 30px 0 0 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .banner-section .demo-video-element > strong {
        margin: 30px 0 0 0;
    }
}
@media screen and (max-width:630px) {
    .look-at-demo ul li {
        width: 50%;
        padding: 0 5px;
    }
    .client-reviews ul li {
        width: 50%;
        padding: 0 8px;
    }
    .client-reviews ul li  a{
        border: 0;
    }
    .client-reviews-inner{
        padding: 0;
    }
    .client-reviews-inner .heading-area{
        padding: 0 8px;
    }
    .client-reviews ul li a::after {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 5px;
        background-size: 30px;
    }
    .client-reviews ul li.morereview a{
        font-size: 4.3vw;
        line-height: 5.5vw;
    }
    .client-reviews ul li.morereview a:before,
    .client-reviews ul li.morereview a::after
     {
        width: 30px;
        height: 30px;
     }
}
@media screen and (max-width:560px) {
    .payment-logos>li {
        width: 50%;
        text-align: center;
    }
}
@media screen and (max-width:480px) {
    .technology-section-inner ul li {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -0-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .banner-section-left img {
        height: auto;
        width: 100%;
    }
    .banner-section-left {
        margin-bottom: 0;
    }
    /***************************/
    .client-reviews ul {
        margin: 0;
    }
    .client-reviews ul li a {
      display: block;
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
}
.client-reviews ul li img {
    border-radius: 8px;
}
}


