.gray-bg {
    background-color: #f2f2f2;
}
img {
    max-width: 100%;
}
#midd-part1 {
    margin-top: 80px;
}
.play-anim-ico {
    background-image: url(play-btn-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.play-anim-ico.relative_icon {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 10px auto;
    transform: none;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    background-image: url(play-video-9.svg);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #08a9b6;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.boxcolor1 {
    background-color: #fdf5f5;
}
.boxcolor2 {
    background-color: #fcf9f2;
}
.boxcolor3 {
    background-color: #f9fff4;
}
.boxcolor4 {
    background-color: #f5fffa;
}
.boxcolor5 {
    background-color: #f4fdff;
}
.boxcolor6 {
    background-color: #f5f9ff;
}
.boxcolor7 {
    background-color: #f6f5ff;
}
.heading-style {
    position: relative;
    padding-bottom: 10px;
    font-size: 35px;
    color: #000;
    margin-bottom: 15px;
    margin-top: -8px;
    font-weight: bold;
}
.heading-style:after {
    width: 70px;
    height: 3px;
    background-color: #00a9b7;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 23px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
[data-toggle="popup"],
.button-btn {
    background-color: #00a9b7;
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    line-height: 24px;
    align-items: center;
    line-height: normal;
}
[data-toggle="popup"]:hover {
    color: #fff;
}
main > *{
    padding: 40px 0;
}
/* ===================================================================== */
.banner-section .banner-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.banner-left {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    padding: 0;
    width: 44%;
    flex-wrap: wrap;
}
.banner-left img {
    max-width: 100%;
}
.banner-right {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 54%;
}
.banner-left lottie-player {
    position: relative;
    left: 0;
    bottom: -50px;
}
.gif-img-part {
    width: 315px;
    margin: 0;
    position: absolute;
    display: block;
    padding: 15px 11px;
    right: 50px;
    bottom: 4px;
    top: 0;
}
.gif-img-part .home-anding-screen-gif {
    border-radius: 22px;
    max-width: 100%;
    margin-top: 0;
    filter: none;
    -webkit-filter: none;
}
.gif-img-part img {
    max-width: 100%;
}
.gif-img-part .mob-frame {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
}
.banner-left .bottom-line {
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: -1;
}
.banner-right h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 8px;
    width: auto;
    color: #00a9b7;
    text-transform: uppercase;
}
.banner-right h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    color: #333333;
    text-transform: uppercase;
}
.banner-right h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    color: #333333;
}
.banner-right p b {
    font-size: 20px;
    text-align: left;
    display: block;
}
.banner-right h1 span {
    display: block;
}
.banner-section .gojek-clone-app {
    position: absolute;
    right: 30px;
    bottom: -210px;
    z-index: 1;
}
.banner-caption {
    position: relative;
    z-index: 1;
    padding-right: 510px;
    padding: 30px 480px 68px 0;
    margin-bottom: -65px;
}
.banner-caption p:last-child {
    margin-bottom: 0;
}
.banner-caption p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27.4px;
}
.banner-caption strong {
    font-weight: 600;
    font-size: 17px;
    display: block;
    margin-bottom: 25px;
}
.banner-section .enq-popup-button-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.banner-section .enq-popup-button-block a.price {
    background: #00a9b7;
    color: #fff;
    border: solid 2px #00a9b7;
}
.banner-section .enq-popup-button-block a.price:hover {
    background: #027680;
    color: #fff;
    border: solid 2px #027680;
}
.banner-section .enq-popup-button-block a.buy-now {
    background: #ffd615;
    color: #000;
    border: solid 2px #ffd615;
    cursor: pointer;
}
.banner-section .enq-popup-button-block a.buy-now:hover {
    background: #000;
    color: #fff;
    border: solid 2px #000;
}
.banner-section .enq-popup-button-block a.view-demo {
    background: transparent;
    color: #000;
    border: solid 2px #44ac00;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 218px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
}
.banner-section .enq-popup-button-block a.view-demo.haveyellow {
    border: solid 2px #00a9b7;
}
.banner-section .enq-popup-button-block a.view-demo.haveyellow span {
    color: #00a9b7;
}
.banner-section .enq-popup-button-block a.view-demo:hover {
    background: #e2fdff;
    color: #000;
}
.banner-section .enq-popup-button-block a.view-demo .blinker {
    height: 25px;
    width: 25px;
}
.blinker {
    animation: blinker 3s linear infinite;
    margin-right: 8px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.banner-section .enq-popup-button-block a.view-demo span {
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    color: #44ac00;
    vertical-align: middle;
    margin: -5px 0 0 0;
    text-align: center;
}
.banner-section .enq-popup-button-block a.view-demo span small {
    display: block;
    line-height: normal;
    font-size: 13px;
    color: #000;
}
/******************************************/
.business-solution {
    background-color: #e0fdff;
}
.business-solution-inner {
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.business-solution-right {
    display: flex;
    min-width: 390px;
    height: auto;
    justify-content: center;
    align-items: center;
    width: 390px;
}
.business-solution-left {
    width: 100%;
}
.business-solution h2 span {
    color: #949494;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding-top: 14px;
    position: relative;
    margin-bottom: 10px;
}
.business-solution h2 span:before {
    content: '';
    width: 74px;
    height: 2px;
    position: absolute;
    background-color: #f9b447;
    top: 0;
    left: 0;
}
.business-solution h2 strong {
    text-transform: uppercase;
    color: #00a9b7;
    font-weight: bold;
}
.whatis-gojek {
    font-size: 52px;
    text-transform: uppercase;
    line-height: 48px;
    display: inline-block;
    margin-top: -110px;
}
.whatis-gojek .yellow {
    color: #f9b447;
    letter-spacing: 30px;
    display: block;
}
.whatis-gojek .black {
    color: #293337;
    font-size: 33px;
}
.whatis-gojek .blue {
    font-weight: 700;
    color: #48a4d1;
    font-size: 47px;
    display: inline-block;
}
.whatis-gojek .green {
    font-size: 37px;
    color: #9cc363;
}
/************************************/
.shark-package {
    padding: 40px 0px 40px;
}
.multi-services-img {
    display: none;
}
.shark-package .multi-services-img {
    text-align: center;
}
.shark-package-heading {
    margin: 0 auto;
    max-width: 1360px;
    padding: 1px 0 80px 0;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'exo_2bold';
    font-style: normal
}
.shark-package .heading-area .head-style {
    font-size: 42px;
}
.shark-package-pro img.pro-icons {
    max-height: 45px
}
.shark-package-heading h3,
.shark-package-heading h2 {
    margin: 0 0 35px;
    padding: 0px;
}
.shark-package-heading h3 strong,
.shark-package-heading h2 strong {
    margin: 0 0 80px 0;
    padding: 0px;
    font-size: 40px;
    color: #001b27;
    text-transform: uppercase;
    position: relative;
    font-style: normal
}
.shark-package-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1360px;
}
.shark-package-pro {
    max-width: 100%;
    position: relative;
    display: block;
}
.shark-package-pro:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 38px;
    top: -6px;
    left: 50%;
    margin-left: -1px;
    background-color: #999999;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.shark-package-left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 432px
}
.shark-package-left ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%
}
.shark-package-left ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33%;
    text-align: center;
    display: block;
    position: relative
}
.shark-package-left ul li b {
    margin: 10px 0;
    padding: 0px;
    float: left;
    width: 100%;
    color: #00cae2;
    text-transform: uppercase
}
.shark-package-left ul li span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-left ul li span a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    background: #ffebe0;
    font-size: 13px;
    border-radius: 5px
}
.shark-package-left ul li span a:hover {
    background: #00cae2;
    color: #FFF
}
.shark-package-left ul li.pack1:before {
    content: '';
    background: #a5c870;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.shark-package-left ul li.pack1 b {
    color: #a5c870
}
.shark-package-left ul li.pack2:before {
    content: '';
    background: #a46d56;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.shark-package-left ul li.pack2 b {
    color: #a46d56
}
.shark-package-left ul li.pack3:before {
    content: '';
    background: #f08550;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.shark-package-left ul li.pack3 b {
    color: #f08550
}
.shark-package-left1-part {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    top: 0
}
.shark-package-left1-part-left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 120px
}
.shark-package-left1-part-left span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%
}
.shark-package-left1-part-left p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: normal
}
.shark-package-left1-part-left p.text {
    margin: 5px 0
}
.shark-package-left1-part-left span em {
    margin: 5px 0;
    padding: 0px;
    float: left;
    width: 50%;
    font-style: normal;
    font-size: 13px;
    font-weight: 600
}
.shark-package-left1-part-left span em:last-child {
    text-align: right
}
.shark-package-left1-part-left label {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-left1-part-left label a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.shark-package-left1-part-left label a:hover {
    background: #5fa5f1;
    color: #FFF
}
.shark-package-left1-part-right {
    margin: 0 0 0 17px;
    padding: 0px;
    float: left;
    width: 165px
}
.shark-package-left1-part-right p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: normal
}
.shark-package-left1-part-right p.text {
    margin: 5px 0
}
.shark-package-left1-part-right span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%
}
.shark-package-left1-part-right span em {
    margin: 5px 0;
    padding: 0px;
    float: left;
    width: 50%;
    font-style: normal;
    font-size: 13px;
    font-weight: 600
}
.shark-package-left1-part-right span em:last-child {
    text-align: right
}
.shark-package-left1-part-right strong {
    margin: 5px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px
}
.shark-package-left1-part-right strong em {
    margin: 0 0 0 10px;
    padding: 0px;
    float: left;
    width: 50%;
    color: #00cae2;
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}
.shark-package-left1-part-right strong em:last-child {
    margin: 0px;
    width: 40%;
    text-align: left
}
.shark-package-left1-part-right label {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-left1-part-right label a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px
}
.shark-package-left1-part-right label a:hover {
    background: #5fa5f1;
    color: #FFF
}
.part-left1 {
    float: right
}
.part-left1 span em:last-child {
    text-align: center;
    position: relative;
    left: 22px
}
.shark-package-mid {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 407px
}
.store-delivery {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    position: relative
}
.store-delivery:before {
    content: '';
    background: #96673d;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.store-delivery b {
    margin: 14px 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #96673d;
    text-transform: uppercase
}
.store-delivery2 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    position: relative
}
.store-delivery2:before {
    content: '';
    background: #fa6903;
    width: 2px;
    height: 31px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.store-delivery2 b {
    margin: 14px 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #fa6903;
    text-transform: uppercase
}
.shark-package-mid ul {
    margin: 15px 0 0;
    padding: 0px;
    float: left;
    width: 100%
}
.shark-package-mid ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 25%;
    text-align: center;
    display: block;
    position: relative
}
.shark-package-mid ul li b {
    margin: 10px 0;
    padding: 0px;
    float: left;
    width: 100%;
    color: #00cae2;
    text-transform: uppercase
}
.shark-package-mid ul li.pack1 b {
    color: #b52e32
}
.shark-package-mid ul li.pack2 b {
    color: #9b5c8f
}
.shark-package-mid ul li.pack3 b {
    color: #b6000b
}
.shark-package-mid ul li.pack4 b {
    color: #222
}
.shark-package-mid label {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-mid label.loa {
    margin: 0px
}
.shark-package-mid h4 {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center
}
.shark-package-mid p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #676767;
    text-align: center
}
.shark-package-mid span {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-mid span a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px
}
.shark-package-mid span a:hover {
    background: #5fa5f1;
    color: #FFF
}
.shark-package-right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 370px
}
.shark-package-right ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%
}
.shark-package-right ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33%;
    text-align: center;
    display: block;
    position: relative
}
.shark-package-right ul li:last-child {
    width: 31%;
    float: right
}
.shark-package-right ul li b {
    margin: 10px 0;
    padding: 0px;
    float: left;
    width: 100%;
    color: #00cae2;
    text-transform: uppercase
}
.shark-package-right ul li.pack1 b {
    color: #35c0d9
}
.shark-package-right ul li.pack2 b {
    color: #af494b
}
.shark-package-right ul li.pack3 b {
    color: #272727
}
.shark-package-right label {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-right h4 {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center
}
.shark-package-right p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #676767;
    text-align: center
}
.shark-package-right span {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center
}
.shark-package-right span a {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    background: #1eea2d;
    font-size: 13px;
    border-radius: 5px
}
.shark-package-right span a:hover {
    background: #5fa5f1;
    color: #FFF
}
ul.sitemap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 60px auto 0 auto;
}
ul.sitemap:before {
    content: '';
    left: 89px;
    height: 2px;
    background-color: #999999;
    position: absolute;
    right: 89px;
    top: -22px;
}
ul.sitemap li .num {
    width: 42px;
    height: 42px;
    position: relative;
    box-shadow: 0 0 0 2px #006068;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -65px;
    font-size: 23px;
    font-weight: bold;
    color: #006068;
    background-color: #f4fbfd;
    z-index: 1
}
ul.sitemap li .num:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px
}
ul.sitemap li {
    position: relative;
    text-align: center;
    padding: 0 5px 0 11px;
    width: 14.28%;
}
ul.sitemap li .num.word_break:before {
    padding: 0 30px;
}
ul.sitemap li .somepaid {
    display: block;
    position: absolute;
    top: -93px;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
ul.sitemap li .main-cat-block strong {
    width: 155px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
ul.sitemap li .main-cat-block .servicename {
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: #000;
}
.main-cat-block {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 40px 4px 20px 4px;
    border: 1px solid #ddd;
    min-height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-cat-block:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #999999;
    top: -20px;
    left: 50%;
    position: absolute;
    z-index: 1;
}
.main-cat-block:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #999999;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -8px;
    border-radius: 50%;
}
span.numeric {
    position: absolute;
    width: 68px;
    height: 35px;
    background-image: url(shape.png);
    top: 11px;
    left: -7px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 0 0 0;
    line-height: normal;
}
.main-cat-block p {
    font-size: 13px;
    color: #434343;
    line-height: 19.4px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.main-cat-block p.removebefore:before {
    display: none !important
}
.main-cat-block p b {
    font-weight: 600;
    color: #000
}
.main-cat-block i {
    display: inline-block;
    margin-bottom: 15px;
}
.main-cat-block i img {
    height: 49px;
    width: 49px;
}
.main-cat-block .saperator {
    margin: 10px 0 10px 0
}
.main-cat-block ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px
}
.main-cat-block ul li:first-child {
    transform: translateX(-50%);
}
.main-cat-block ul li:last-child {
    transform: translateX(50%);
}
ul.sitemap li:nth-child(2) .main-cat-block ul li {
    width: 50px
}
.main-cat-block ul li {
    width: 60px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase
}
.main-cat-block ul.odd {
    justify-content: space-around;
    width: 133px;
    margin: 0 auto
}
.main-cat-block ul.odd li {
    width: auto
}
.main-cat-block p.beforenone:before {
    display: none
}
ul.sitemap li .main-cat-block strong.midtitle {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center
}
/************************************/
.flow-img-block img {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    /* image-rendering: crisp-edges; */
    image-rendering: -webkit-optimize-contrast;
}
.home-anding-screen-gif {
    border-radius: 40px;
    max-width: 100%;
    margin-top: 26px;
    filter: none;
    -webkit-filter: none;
}
.flow-img-block.big-img .mob-frame-gif .home-anding-screen-gif {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 13px;
}
.right-arrow {
    left: -42px;
    top: 40%;
    position: absolute;
    width: 50px;
}
.left-arrow {
    right: -42px;
    top: 40%;
    position: absolute;
    width: 50px;
}
.up-arrow.arrow {
    margin: -50px auto 0;
}
.flow-img-block.big-img .up-arrow.arrow {
    margin-top: -60px;
    height: 50px;
}
.up-arrow.arrow.top-right {
    right: -50px;
    top: 25px;
    transform-origin: bottom left;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.arrow {
    z-index: 1;
    float: none;
    position: absolute;
}
.img-shadow {
    display: block;
    width: 100%;
    text-align: center;
}
.down-arrow.arrow {
    position: absolute;
    bottom: -30px;
    height: 50px;
}
.up-arrow.arrow.bottom-right {
    right: -20px;
    bottom: -35px;
    transform-origin: bottom left;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    height: 50px;
}
.right-arrow.arrow.bottom-left {
    left: -20px;
    bottom: -15px;
    transform-origin: bottom left;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    height: 50px;
    width: auto;
    top: auto;
}
/******************************************/
.makeit-own ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.makeit-own ul li:last-child {
    margin-bottom: 0;
}
.makeit-own ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1494b9;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.makeit-own-inner {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.makeit-own-left {
    width: 48%;
    margin-top: -3px;
}
.makeit-own-right {
    width: 48%;
    position: relative;
    padding: 0;
}
/*.makeit-own-right::before {
    content: '';
    width: 1024px;
    background-color: #0958a6;
    top: -50px;
    bottom: -50px;
    position: absolute;
    z-index: -1;
    left: 27%;
}*/
a:focus,
a:hover {
    color: #fff;
}
.makeit-own .heading-style3 {
    font-size: 24px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.heading-style.center::after {
    left: 50%;
}
.heading-style strong {
    color: #00a9b7;
}
.smalltitle {
    font-size: 22px;
    line-height: 1em;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}
.makeit-own h3 span {
    color: #949494;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding-top: 14px;
    position: relative;
    margin-bottom: 10px;
}
.makeit-own h3 strong {
    color: #00a9b7;
    text-transform: uppercase;
    font-weight: bold;
}
.makeit-own h3 span:before {
    content: '';
    width: 74px;
    height: 2px;
    position: absolute;
    background-color: #f9b447;
    top: 0;
    left: 0;
}
.makeit-own-right img {
    /*border-radius: 30px;
    border: solid 5px #0958a6;*/
    max-width: 100%;
}
/***************************/
/***************************/
/*******************************/
.single-video .right-part .text-caption {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -70px;
    padding: 30px 15px 30px 30px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.single-video .head-style::after {
    left: 0;
    margin-left: 0;
}
.single-video .left-part-caption.video-five,
.single-video .left-part-caption {
    position: relative;
    width: 100%;
    display: block;
    position: relative;
}
.single-video .left-part-caption.video-five img,
.single-video .left-part-caption img {
    max-width: 100%;
    border-radius: 15px;
}
.single-video .button-btn,
.kubinga .button-btn,
.v3cube-clients-section .button-btn,
.seven-videos .button-btn {
    justify-content: flex-start;
    display: flex;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/**********************/
/***********************************/
.video-section {
    background-color: #e0fdff;
}
.video-section .video-icon span {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.video-section-left {
    text-align: left;
    width: 44%;
}
.video-data {
    width: 53%;
}
.heading-style.center::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.heading-style.center {
    width: 100%;
    text-align: center;
}
.video-section .demo-video {
    display: block;
    width: 902px;
    height: 512px;
    position: relative;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto;
}
.video-section .demo-video iframe {
    border: 5px solid #fff;
    width: 100%;
    height: 100%;
}
.video-section .demo-video img {
    display: inline-block;
    position: relative;
    border: 7px solid #fff;
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
}
.video-section p {
    font-size: 16px;
}
.video-section-inner {
    text-align: center;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}
.video-icon {
    display: inline-block;
    top: 50%;
    right: 50%;
    z-index: 999;
    position: absolute;
    margin-top: -50px;
    margin-right: -35px;
}
.video-icon a {
    background: #00a9b7;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.3), 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.3), 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3), 0 0 0 30px rgba(0, 169, 183, 0);
        box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3), 0 0 0 30px rgba(0, 169, 183, 0)
    }
}
@-webkit-keyframes ripple-orange {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 110, 0, 0.3), 0 0 0 10px rgba(255, 110, 0, 0.3), 0 0 0 20px rgba(255, 110, 0, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 110, 0, 0.3), 0 0 0 10px rgba(255, 110, 0, 0.3), 0 0 0 20px rgba(255, 110, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 110, 0, 0.3), 0 0 0 20px rgba(255, 110, 0, 0.3), 0 0 0 30px rgba(255, 110, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 110, 0, 0.3), 0 0 0 20px rgba(255, 110, 0, 0.3), 0 0 0 30px rgba(255, 110, 0, 0)
    }
}
@-webkit-keyframes ripple-wht {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}
.video-row img {
    border: none;
    outline: none;
    display: block;
}
.video-section.adam-video {
    background: #fff;
}
.video-section.adam-video .video-data {
    width: auto;
}
.video-main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px 10px;
    flex-wrap: wrap;
}
.video-block {
    height: auto;
    display: block;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 0;
    width: 100%;
    cursor: pointer;
    border: 6px solid #fff;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
}
.video-section.adam-video .video-block::after {
    content: attr(data-name);
    display: block;
    position: absolute;
    bottom: -42px;
    width: 100%;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.video-section.adam-video .video-main {
    padding-bottom: 38px;
}
.video-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.video-block img {
    position: absolute;
    left: 0;
    top: 0;
}
.video-block img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
}
.video-main .video-icon {
    position: absolute;
}
.video-block  .play-anim-ico {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.video-main .video-icon a {
    -webkit-animation: ripple-orange 1s linear infinite;
    animation: ripple-orange 1s linear infinite;
    background-color: #fff;
}
.coming-soon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e9fdff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
    color: #000;
    left: 0;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.coming-soon .video-icon {
    position: relative;
    margin: 0 auto 20px auto;
    top: auto;
    left: auto;
    display: block;
    pointer-events: none;
    right: auto;
}
.coming-soon .video-icon a {
    margin: 0;
    transform: none;
}
/**********************************************************/
/**************************************************/
.top-free-features-2021 {
    margin: 0;
    padding: 50px 0;
    background: #fff;
}
.top-free-features-2021 .heading-style:after {
    left: 50%;
    margin-left: -35px;
}
.top-free-features-2021-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1330px;
    text-align: center;
}
.top-free-features-2021-body {
    margin: 50px 0 0;
    padding: 0px;
}
.top-free-features-2021-body ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.top-free-features-2021-body ul li {
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.top-free-features-2021-body ul li img {
    max-width: 100%;
}
.top-free-features-2021-body .caption {
    border: 0;
}
.top-free-features-2021-body .caption {
    border-radius: 10px;
    padding: 25px 0;
    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;
    box-shadow: 0 0 0px 0px #e8e8e8 inset, 0 0 2px 0 rgba(0, 0, 0, 0.17);
    background-color: #e7f3f7;
    padding: 30px;
    min-height: 100%;
}
.top-free-features-2021-body .caption:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e8e8e8 inset, 0 0 16px 0 rgba(0, 0, 0, 0.17);
}
.top-free-features-2021-body .caption i {
    width: 115px;
    display: table;
    margin: 0 auto;
    border: solid 1px #cdcdcd;
    padding: 25px;
    border-radius: 50%;
    background-color: #fff;
    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;
}
.top-free-features-2021-body .caption:hover i {
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0, 0, 0, 0.20);
}
.top-free-features-2021-body .caption i img {
    max-width: 100%;
    height: 63px;
}
.top-free-features-2021-body .caption strong {
    font-weight: 600;
    font-size: 22px;
    margin: 15px 0;
    display: block;
}
.top-free-features-2021-body .caption p {
    font-weight: 400;
    color: #252525;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 0;
}
/**************************************************/
.paid-features {
    padding: 50px 0;
    position: relative;
    background-color: #e7f3f7;
}
.paid-features-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1329px;
    text-align: center;
    box-sizing: border-box;
}
.paid-features h3,
.paid-features h4 {
    font-size: 35px;
    color: #444;
}
.paid-features h3 strong,
.paid-features h4 strong {
    color: #00a9b7;
    text-transform: uppercase;
    font-weight: bold;
}
.paid-features-inner>p {
    color: #696969;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    justify-content: center;
    margin: 20px 0 40px 0;
}
.paid-features .heading-style:after {
    left: 50%;
    margin-left: -35px;
}
.paid-features img {
    max-width: 100%;
}
/**************************************************/
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
@keyframes blink {
    30% {
        opacity: 0
    }
}
/*******************************************************************/
/**************************************************/
.mobile-app-source-code {
    margin: 0;
    padding: 70px 0 0px 0;
}
.mobile-app-source-code-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    position: relative;
    text-align: center;
}
.mobile-app-source-code h3,
.mobile-app-source-code h4 {
    font-size: 35px;
    color: #444;
    margin-bottom: 40px;
}
.mobile-app-source-code .heading-style:after {
    left: 50%;
    margin-left: -35px;
}
.mobile-app-source-code h3 span,
.mobile-app-source-code h4 span {
    color: #949494;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding-top: 14px;
    position: relative;
    margin-bottom: 10px;
}
.mobile-app-source-code h3 span:before,
.mobile-app-source-code h4 span:before {
    content: '';
    width: 74px;
    height: 2px;
    position: absolute;
    background-color: #f9b447;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mobile-app-source-code h3 strong,
.mobile-app-source-code h4 strong {
    color: #00a9b7;
    text-transform: uppercase;
    font-weight: bold;
}
.mobile-app-source-code p,
.mobile-app-source-code ul {
    margin: 15px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mobile-app-source-code p {
    color: #696969;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: center;
    margin: 20px 0 40px 0;
}
.mobile-app-source-code ul li {
    margin: 0 0 50px 0;
    padding: 0 28px;
    display: block;
    width: 33.33%;
    text-align: center;
    position: relative;
}
.mobile-app-source-code ul li span.clientvideos {
    width: 25px;
    position: absolute;
    left: 55%;
    top: 4px;
    bottom: auto;
    min-height: unset;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    outline: none;
    cursor: pointer;
}
.mobile-app-source-code ul li:nth-child(3n) {
    margin-right: 0
}
.mobile-app-source-code ul li b {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 73px;
    height: 73px;
    text-align: center;
    display: flex;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.mobile-app-source-code ul li b img {
    margin: 0 0 0;
    height: 45px
}
.mobile-app-source-code ul li strong {
    margin: 18px 0 17px;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    font-family: "Exo 2";
    text-transform: uppercase;
}
.mobile-app-source-code ul li strong img {
    max-width: 100%
}
.mobile-app-source-code ul li span {
    margin: 0;
    min-height: 100px;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.mobile-app-source-code ul li em {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #6f6f6f;
    font-style: normal
}
.mobile-app-source-code ul li em a {
    color: #f76a01;
    font-weight: 600
}
.mobile-app-source-code ul li em a:hover {
    color: #000
}
/**************************************************/
/********************************************/
.components-section {
    background-color: #e0fdff;
}
.components-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
}
.components-section-middle {
    width: 434px;
    text-align: center;
    background-image: url(gojek-background.png);
    background-size: 100% auto;
    background-position: top 10px center;
    background-repeat: no-repeat;
    max-width: 100%;
}
.components-section-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.components-section-left {
    padding-top: 25px;
    width: calc(50% - 220px);
    width: -o-calc(50% - 220px);
    width: -moz-calc(50% - 220px);
    width: -webkit-calc(50% - 220px);
}
.components-section-right {
    padding-top: 25px;
    width: calc(50% - 220px);
    width: -o-calc(50% - 220px);
    width: -moz-calc(50% - 220px);
    width: -webkit-calc(50% - 220px);
}
.components-item {
    padding: 15px 24px 15px 18px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-bottom: 18px;
    position: relative;
    font-size: 14px;
}
.components-item:last-child{
    margin-bottom: 0;
}
.components-item span {
    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;
}
.components-item:hover span {
    color: #00a9b7;
}
.components-section-right .components-item {
    padding: 15px 18px 15px 30px;
}
.components-item:hover a._VIDEO_ {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite
}
.components-item a._VIDEO_ {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.components-item a._VIDEO_ img {
    max-width: 40px;
}
.components-section-right .components-item a._VIDEO_ {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    right: auto;
    left: 5px;
}
.productname {
    font-size: 28px;
    color: #45AEAC;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.productname span {
    font-size: 16px;
    display: block;
    color: #000;
    min-height: 19px;
}
.slogan-caption strong {
    font-size: 26px;
    color: #45AEAC;
    text-align: center;
    display: block;
    line-height: 1em;
}
.slogan-caption span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.slogan-caption {
    margin-top: 12px;
}
/* ========================================== */
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-flex;
    text-align: center;
    border-bottom: 3px solid #d8d8d8;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.TABROW .TAB.active {
    border-color: #00a9b7;
    color: #00a9b7;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    row-gap: 20px;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    image-rendering: -webkit-optimize-contrast;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #00a9b7;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.screens .view-app-flow:hover {
    background-color: #007580;
}
.flow-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}
.flow-button-btn {
    background-color: #00a9b7;
    font-size: 31px;
    color: #fff;
    padding: 20px 45px;
    min-width: 31.2%;
    text-align: center;
    font-weight: 600;
    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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.flow-button-btn:hover {
    background-color: #007580;
    color: #fff;
}
/**************************************/
/**************************************************/
.video-section.whight-variant {
    background-color: #fff;
}
.video-section.whight-variant:after,
.video-section.whight-variant:before {
    display: none;
}
.video-section.whight-variant h3 strong,
.video-section.whight-variant h4 strong {
    color: #00a9b7;
}
.video-section.whight-variant h3 span,
.video-section.whight-variant h4 span {
    color: #949494;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding-top: 14px;
    position: relative;
    margin-bottom: 10px;
}
.video-section.whight-variant p {
    font-size: 19px;
    color: #646464;
    font-weight: 400;
    line-height: 27.4px;
}
.video-section.whight-variant {
    padding: 26px 0 26px 0;
}
.gojek-app {
    margin-bottom: 30px;
}
.video-icon {
    display: inline-block;
    top: 50%;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.video-icon a,
.video-icon span {
    background: #00a9b7;
    height: 50px;
    width: 50px;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    animation: ripple-white 1s linear infinite;
    -webkit-animation: ripple-white 1s linear infinite;
}
@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.3), 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.3), 0 0 0 20px rgba(0, 169, 183, 0.3), 0 0 0 30px rgba(0, 169, 183, 0)
    }
}
@keyframes ripple-white-light {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.2), 0 0 0 10px rgba(0, 169, 183, 0.2), 0 0 0 20px rgba(0, 169, 183, 0.2)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.2), 0 0 0 20px rgba(0, 169, 183, 0.2), 0 0 0 30px rgba(0, 169, 183, 0)
    }
}
@media (min-width: 1200px) {
    .blinker {
        animation: blinker 3s linear infinite;
    }
    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }
    @keyframes ripple-white-single {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.5);
        }
        100% {
            box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.0);
        }
    }
    @-webkit-keyframes ripple-white {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 169, 183, 0.5);
        }
        100% {
            box-shadow: 0 0 0 10px rgba(0, 169, 183, 0.0);
        }
    }
    @-webkit-keyframes ripple-orange {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 110, 0, 0.3), 0 0 0 10px rgba(255, 110, 0, 0.3), 0 0 0 20px rgba(255, 110, 0, 0.3)
        }
        100% {
            box-shadow: 0 0 0 10px rgba(255, 110, 0, 0.3), 0 0 0 20px rgba(255, 110, 0, 0.3), 0 0 0 30px rgba(255, 110, 0, 0)
        }
    }
    @-webkit-keyframes ripple-wht {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
        }
        100% {
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
        }
    }
}
/*****************************************/
.happy-clients-section {
    padding: 0px 0px 20px;
    background: #effeff;
}
.happy-clients-section-inner {
    max-width: 1365px;
    padding: 52px 15px 36px 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 299px;
}
.happy-clients-section-inner .small-cont {
    display: block;
    padding-top: 18px;
    position: relative;
    padding-left: 21px;
}
.happy-clients-section .heading-style.center {
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin-bottom: 35px;
}
.happy-clients-section .heading-style.center strong {
    display: block;
}
.happy-clients-section ul.reviews-list li a::after {
    background-color: #00a9b7;
}
.all-reviews {
    padding: 10px 25px;
    background-color: #00a9b7;
    color: #fff;
    display: inline-block;
    margin: 10px auto 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    font-size: 24px;
}
.all-reviews:hover {
    color: #fff;
    background-color: #007882;
}
.fancybox-lock .fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.about-section-of {
    padding: 0;
}
.about-section-of p a:hover,
.about-section-of p a:focus {
    color: #249708;
}
.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.about-section-of .fooet-top-heading-style {
    margin: 0;
    padding: 20px;
    font-size: 25px;
    font-family: 'Exo 2';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #00a9b7;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}
.about-section-of .fooet-top-heading-style:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    margin: 0 0 0 10px;
    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;
}
.about-section-of .fooet-top-heading-style.active::after {
    transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
    -moz-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    -o-transform: rotatex(-180deg);
}
.about-section-of-data {
    text-align: initial;
    border-top: solid 5px #00a9b7;
    background-color: #f8f8f8;
    padding: 40px 0;
    display: none;
}
.about-section-of-data .about-section-of-inner {
    text-align: unset;
}
.about-section-of-data p {
    margin: 0 0 15px 0;
}
.about-section-of h6,
.about-section-of h3 {
    font-size: 23px;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.box-rows ul {
    list-style: none;
    padding-left: 15px;
}
.box-rows ul li {
    margin-bottom: 14px;
    font-size: 15px;
    color: #666;
    padding: 0 0 0 18px;
    font-weight: 500;
    position: relative;
}
.box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #249708;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.about-section-of-data .box-rows {
    display: block;
    padding: 0 15px;
    margin: 0;
}
.about-section-of-data .box-rows .heading-h5 {
    font-size: 18px;
    margin: 0 0 5px;
    position: relative;
}
.about-section-of-data .box-rows .heading-h5::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 8px;
    background-color: #00a9b7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.box-rows h5 {
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.sub-boxess strong {
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    display: block;
}
.sub-boxess {
    padding-left: 20px;
}
.sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d65800;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
.banner-body-demo-link span a.link-btn-design {
    padding: 15px 15px;
    min-width: 205px;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.banner-body-demo-link span a.link-btn-design:hover {
    box-shadow: 0 0 0 2px #f76a00;
    color: #f76a00;
}
.faq_sec {
    background-color: #e0fdff;
}
.faq_sec .panel-body p {
    margin-bottom: 0;
}
.faq_sec .heading-style:after {
    left: 50%;
    margin-left: -35px;
}
.row-flow-aco {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.faq_sec .list-unstyled {
    list-style: none;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.faq_sec .list-unstyled li.panel {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    cursor: pointer;
}
.faq_sec .list-unstyled li>a {
    background-color: #f8f8f8;
    color: #3d3d3d;
    display: block;
    font-weight: 600;
    padding: 10px 0 10px 45px;
    position: relative;
    font-size: 16px;
}
.faq_sec .list-unstyled li a~.panel-collapse a {
    color: #00a9b7;
}
.faq_sec .list-unstyled li a~.panel-collapse a:hover {
    color: #fc4d00;
}
.faq_sec .list-unstyled li>a::after {
    background-color: #00a9b7;
    color: #fff;
    content: "";
    height: 100%;
    left: 0px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 33px;
    background-image: url(down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
}
.faq_sec .list-unstyled li.panel .panel-collapse {
    display: none;
}
.faq_sec .panel-body {
    padding: 15px;
}
/*******************************/
.Recent-blog-section {
    background-color: #fff;
}
.blog-row {
    margin: 0 -15px;
}
.blog-thumb {
    background-size: cover;
    text-align: center;
    display: block;
}
.blog-thumb picture {
    display: block;
}
.Recent-blog-section-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}
.Recent-blog-section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    row-gap: 20px;
}
.Recent-blog-section ul li {
    width: 25%;
    padding: 0 10px;
    display: block;
}
.Recent-blog-section h5 strong {
    font-size: 30px;
    color: #00a9b7;
    font-weight: bold;
    text-transform: uppercase;
}
.Recent-blog-section h5:after {
    left: 50%;
    margin-left: -35px;
}
.blog-data strong a {
    color: #333;
    font-weight: 600;
    font-size: 17px;
}
.blog-data strong a:hover {
    color: #00a9b7;
}
.blog-box {
    max-width: 25%;
    padding: 0 15px 30px 15px;
    display: inline-block;
}
ul.entry-meta.list-inline {
    margin: 10px -5px;
}
ul.entry-meta.list-inline i {
    margin-right: 8px;
}
ul.entry-meta.list-inline a {
    font-weight: 600;
}
.blog-primary {
    padding: 14px 14px 10px 14px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-end;
    background-color: #e0fdff;
    min-height: 99px;
}
.blog-secondary {
    padding: 15px;
}
.read-more a {
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    background-color: #00a9b7;
    border-radius: 4px;
}
.read-more a:hover {
    background-color: #00747D;
}
.blog-secondary p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.blog-data {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.uber-for-x-deyail-page {
    padding-top: 50px !important;
    border-top: 1px solid #e0e0e0;
}
/**************************************/
.download {
    background: #00a9b7;
}
.download>img {
    display: none;
}
.download-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.download-caption {
    position: relative;
    text-align: center;
}
.download-caption .heading-style {
    color: #fff;
}
.download-caption p {
    color: #fff;
}
.download-caption .heading-style:after {
    background-color: #fff;
}
.download-caption a {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #fff inset;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a9b7;
    display: inline-flex;
    padding: 10px 40px;
    background-color: #fff;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
    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;
}
.download-caption a:hover {
    background-color: #f8f8f8;
}
/************************************************/
.client-section img {
    max-width: 100%;
}
.client-section h3,
.client-section h4 {
    font-size: 35px;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.client-section h3:after,
.client-section h4:after {
    width: 70px;
    height: 3px;
    background-color: #00a9b7;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.client-section h3 strong,
.client-section h4 strong {
    text-transform: uppercase;
    color: #00a9b7;
    font-weight: 700;
    display: block;
}
.client-section .head-holder {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.client-section-inner {
    width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}
.client-section-left,
.client-section-right {
    width: 406px;
    position: relative;
}
.client-img-hold {
    position: relative;
    display: block;
}
.client-section-middle {
    width: calc(100% - 812px);
    width: -o-calc(100% - 812px);
    width: -ms-calc(100% - 812px);
    width: -moz-calc(100% - 812px);
    width: -webkit-calc(100% - 812px);
    padding: 0 22px;
    text-align: justify;
}
.client-section-left .client-img-hold:before {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 21px #fc4d00;
    z-index: -1;
}
.client-section-right .client-img-hold:after {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 21px #fc4d00;
    z-index: -1;
}
.client-section {
    padding: 80px 0 80px 0;
    /* float: left;
    width: 100%; */
}
.client-section-left .play-anim-ico,
.client-section-right .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
/***************************************/
/*****************************************/
.vietnam:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 175px;
    background-image: url(../index-49.html);
    right: 0;
    top: 0;
}
.vietnam h3 span,
.vietnam h4 span {
    font-size: 43px;
    text-transform: uppercase;
    display: block;
    color: #00a9b7;
    font-weight: bold;
}
.vietnam .spots-clip {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 10px;
}
.vietnam-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.vietnam-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vietnam-left {
    width: 47%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vietnam-left img {
    max-width: initial;
    margin-left: -134px;
}
.vietnam-right {
    width: 52.75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.vietnam-right img {
    max-width: 100%;
}
.vietnam h3,
.vietnam h4,
.vietnam .title {
    font-size: 32px;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    display: inline-block;
    line-height: 38px;
}
.vietnam-caption strong {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 26px;
    text-transform: uppercase;
    color: #313131;
    display: block;
    line-height: 33px;
}
.vietnam-caption p {
    font-size: 16px;
    color: #595959;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify;
}
.event-video {
    display: block;
    width: 937px;
    height: 543px;
    margin: 60px auto 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.40);
    cursor: pointer;
    position: relative;
}
.event-video img {
    vertical-align: top;
    display: inline-block;
}
.vietnam {
    padding: 0 0 140px 0;
    background-image: url(../index-49.html);
    background-size: 100% auto;
    background-position: top center;
    margin-top: 90px;
    position: relative;
}
.top-area .video {
    display: inline-block;
    margin-left: 106px;
    margin-top: 36px;
    position: relative;
}
.vietnam.variant .vietnam-caption {
    margin-bottom: 40px;
    margin-left: 189px;
}
.vietnam.new .vietnam-caption {
    padding-left: 230px;
}
.vietnam.new .vietnam-caption strong {
    margin: 20px 0 0 0;
    font-size: 30px;
}
.vietnam.new ._VIDEO_ {
    margin-bottom: 30px;
    position: relative;
    right: -28px;
}
.vietnam.new ._VIDEO_ img {
    max-width: initial;
}
.vietnam .play-anim-ico {
    background-image: url(../index-49.html);
}
.vietnam .play-anim-ico:after {
    box-shadow: 0 0 0 13px #fbcf46;
}
.event-video-overlay {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
/* =============================================== */
.business-startup-section {
    background-color: #e0fdff;
}
.business-startup-inner {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1310px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding: 0px 15px;
    z-index: 1;
}
.business-startup-left {
    width: 35%;
    text-align: center;
}
.business-startup-right {
    width: 60%;
    position: relative;
}
.business-startup-wrap .button-btn {
    justify-content: flex-start;
}
.business-startup-left>img {
    height: 350px;
}
.business-startup-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
.common-btn,
.more-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 10px 40px;
    transition: all 0.5s ease 0s;
    background-color: #00a9b7;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}
.more-reviews-btn:hover {
    background-color: #007883;
    color: #fff;
}
.common-btn:hover {
    color: #fff;
}
.common-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #007883;
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
}
.common-btn:hover::after {
    background-color: #007883;
    width: 100%
}
/********************************************/
.pricing-section {
    position: relative;
    z-index: 1
}
.pricing-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-direction: column
}
.pricing-section img {
    max-width: 100%;
}
.torn-pricing {
    position: relative;
}
.pricing-section .common-btn {
    margin-top: 20px;
    z-index: 2;
}
.pricing-section .heading-area {
    width: 100%;
    margin: 0 0 15px 0;
}
/************************************/
.inq_form {
    width: 100%;
    display: block;
    background: #00a9b7;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
}
.inq_form .video-block:after {
    display: none;
}
.inq_form .heading-area .head-style::after {
    left: 0;
    margin-left: 0;
}
.inq_form::after {
    position: absolute;
    width: 52%;
    right: 0;
    height: 100%;
    background: #00a9b7;
    z-index: -1;
    content: "";
    top: 0;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
    padding: 20px 0 30px 30px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 30px;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #003a57;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #ff6e00
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
/************************************/
/*******************************************/
.unlimited-services.forservices {
    position: relative;
}
/* .unlimited-services.forservices:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  top: -130px;
  background-color: #fff;
  z-index: -1;
  border-top: 1px solid #ddd;
} */
.unlimited-services {
    padding: 40px 0px 40px;
    position: relative;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 255, 254, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 255, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 255, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fffe', GradientType=0);
    border-top: 1px solid #ddd;
}
.unlimited-services-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services {
    padding: 100px 0px 40px 0px;
    position: relative;
    background-color: #fff;
}
.services-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.services h3 {
    font-size: 32px;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    display: inline-block;
}
.services p {
    font-size: 15px;
    color: #5b5b5b;
    line-height: 21px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}
.unlimited-services-tabs {
    width: 100%;
    text-align: left;
    margin: 0;
}
ul.services-tabs {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 -9px 20px -9px;
    padding: 0;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 18px);
    width: -o-calc(100% + 18px);
    width: -moz-calc(100% + 18px);
    width: -webkit-calc(100% + 18px);
}
ul.services-tabs li {
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: center;
    padding: 10px 12px 12px 12px;
    color: #1f1f1f;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 0 2px #1f1f1f inset;
    border-radius: 10px;
    margin: 0 9px;
    min-width: calc((100% / 7) - 18px);
    min-width: -o-calc((100% / 7) - 18px);
    min-width: -moz-calc((100% / 7) - 18px);
    min-width: -webkit-calc((100% / 7) - 18px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
ul.services-tabs li span.span {
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    display: inline-block;
    max-width: 85px;
    line-height: 17px;
    font-size: 13px;
}
ul.services-tabs li:last-child {
    border-width: 1px 1px 0px 1px;
}
ul.services-tabs li.active {
    background-color: #45aeac;
    box-shadow: 0 0 0 2px #45aeac inset;
    color: #fff;
}
ul.services-tabs li.active:after {
    content: '';
    position: absolute;
    border-top: 11px solid #45aeac;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
}
ul.services-tabs li:last-child {
    margin-bottom: 0px;
}
ul.services-tabs li img {
    height: 35px;
    margin: 0 auto;
    display: block;
}
.services-tabs_container {
    position: relative;
    text-align: left;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.services-tabs_content {
    display: none;
    width: 100%;
    padding: 0;
}
.cat-block>strong {
    font-size: 16px;
    display: block;
    font-weight: 600;
    min-height: 38px;
}
.components-text {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.components-text .text {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #2d2c2c;
}
.components-text .heading {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}
.components-text .heading~b {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.components-text .heading>img {
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.components-text .heading .video-btn {
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
}
.components-text .heading .video-btn img {
    width: 25px;
    animation: ripple-white-single 1s linear infinite;
    -webkit-animation: ripple-white-single 1s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.tab_drawer_heading {
    display: none;
}
.services-tabs_content ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    position: relative;
}
.product-version-block .heading-area p {
    margin-top: 0;
}
.product-version-block p {
    text-align: justify;
}
.product-version-block.basic_version .services-tabs_container {
    min-height: 578px !important;
}
.product-version-block.pro_version .services-tabs_container {
    min-height: 445px !important;
}
.services-tabs_content ul li {
    width: 33.33%;
    list-style: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.services-tabs_content ul li b img {
    height: 60px;
    vertical-align: top;
}
.services-tabs_content ul.havefive li b img {
    height: 40px;
}
.services-tabs_content#cat2 ul.havefive li b img {
    height: 57px;
}
.services-tabs_content ul.havetwo li {
    width: 50%;
}
.services-tabs_content ul.havefive li {
    width: 16.66%;
}
.services-tabs_content ul.havefive li.more-services {
    cursor: pointer;
}
.services-tabs_content ul.havefive li.more-services .single-service-inner {
    box-shadow: 0 0 0 2px #00a9b7 inset;
    background-color: #ecfeff;
    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;
}
.services-tabs_content ul.havefive li.more-services .single-service-inner:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10), 0 0 0 1px inset #00a1a3;
}
.services-tabs_content ul.havesmall li:last-child {
    width: 100%;
}
.more_ser,
.more_ser1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    cursor: pointer;
    background-color: #fff;
}
.more_ser.active {
    display: flex;
    flex-wrap: wrap;
}
.services-tabs_content ul.havesix li {
    width: 16.66%;
}
.services-tabs_content ul.havesix li.fourwidth.last {
    width: 66.66%;
}
.services-tabs_content ul li b {
    display: block;
    margin-bottom: 0;
}
.services-tabs_content ul li .single-service-inner img {
    max-width: 100%;
}
.services-tabs_content ul li .single-service-inner strong {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
    color: #000;
    margin-bottom: 3px;
}
.services-tabs_content ul li .single-service-inner strong:last-child {
    margin-bottom: 0;
}
.services-tabs_content ul.havesmall li .single-service-inner strong {
    font-size: 14px;
}
.services-tabs_content ul li .single-service-inner p {
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    text-align: center;
}
.gojekclone-video-section .video-block {
    max-width: 700px;
    border: 3px solid #00a9b7;
}
.gojekclone-video-section .gojekclone-video-left {
    width: 40%;
}
.gojekclone-video-section .video-icon a {
    margin-top: -50px;
}
.services-tabs_content ul li strong img {
    vertical-align: top;
}
.services-tabs_content ul li .single-service-inner {
    border-radius: 10px;
    padding: 20px 10px;
    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;
    min-height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-tabs_content#ondemand ul li .single-service-inner {
    padding: 12px 10px;
}
.services-tabs_content#cat6 ul li .single-service-inner {
    align-items: center;
}
.services-tabs_content ul.havefive.havesmall li .single-service-inner {
    padding: 13px 8px;
}
.unlimited-services.fortechnology .services-tabs_content ul li {
    width: 33.333%;
}
.unlimited-services.fortechnology .services-tabs_content ul li b {
    display: block;
    margin-bottom: 2px;
    color: #005e66;
    font-size: 18px;
    font-weight: 600;
}
.unlimited-services.fortechnology .services-tabs_content ul li b img {
    display: block;
    margin: 0 auto 30px;
    height: 100px;
}
/*Last li css*/
.services-tabs_content ul.havefive li.fourwidth.last {
    width: 16.66%;
    text-align: left;
}
.services-tabs_content ul li.towwidth.last {
    width: 100%;
    text-align: left;
}
.services-tabs_content ul li.towwidth.last.half {
    width: 50%;
}
.services-tabs_content ul li.towwidth.last.half.eighty {
    width: 83.33%;
}
.services-tabs_content ul.havefive li.fourwidth.last b {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 5px 12px 1px #e8e8e8;
    border-radius: 10px;
}
.services-tabs_content ul li.towwidth.last b {
    display: flex;
    width: 170px;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 5px 12px 1px #e8e8e8;
    border-radius: 10px;
}
.services-tabs_content#online-video ul li.towwidth.last b,
.services-tabs_content#cat3 ul li.towwidth.last b {
    min-height: 82px;
}
.services-tabs_content ul.havefive li.fourwidth.last .single-service-inner,
.services-tabs_content ul li.towwidth.last .single-service-inner {
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    flex-direction: row;
    /*! align-items: center; */
}
.services-tabs_content#cat4 .components-text>img {
    height: 261px;
    margin: 0 auto;
    display: block;
}
.services-tabs_content ul li.towwidth.last strong {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 0;
}
.services-tabs_content ul.havefive li.fourwidth.last strong {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}
.services-tabs_content ul li.towwidth.last strong {
    margin: 0;
}
.lastcaption {
    width: calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    padding-left: 14px;
    text-align: left;
    display: block;
}
.services-tabs_content ul li.towwidth.last .lastcaption strong {
    margin: 0 0 5px 0;
    padding: 0;
}
.flex {
    display: flex;
    align-items: center;
}
.unlimited-services-left {
    width: 100%;
}
/* .unlimited-services-right {
  width: 300px;
} */
.unlimited-services.forservices .heading-area .head-style {
    font-size: 32px;
    margin-top: -10px;
}
.services_tab_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 15px;
    align-items: flex-start;
}
.unlimited-services.forservices .heading-area {
    display: block;
    text-align: left;
}
.catblockrow {
    display: flex;
    flex-wrap: wrap;
}
.cat-block {
    width: 33.33%;
    padding: 0 5px;
}
.cat-block-inner {
    padding: 10px;
    border: 1px solid #ddd;
}
.services-tabs_content .cat-block ul li {
    width: 50%;
}
.services-tabs_content .cat-block ul li.lastone {
    width: 100%;
}
.services-tabs_content ul li .single-service-inner.noicon strong {
    margin: 0;
}
.services-tabs_content ul li .single-service-inner.noicon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cat-block-inner>strong {
    display: block;
    text-align: center;
    min-height: 47px;
}
.services-tabs_content .cat-block-inner ul li b img {
    height: 40px;
}
.services-tabs_content .cat-block-inner ul li .single-service-inner strong {
    font-size: 14px;
}
.services-tabs_content .catblockrow ul li .single-service-inner {
    padding: 10px 15px;
}
.left-artical {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
}
.left-artical.fullwidth {
    width: 100%;
}
.right-artical {
    width: 325px;
}
.services-tabs_content ul.havefive li.more-services strong {
    margin: 0;
}
.right-artical img {
    vertical-align: top;
    max-width: 100%;
}
.offering {
    background-color: #e0fdff;
}
.offering-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offering-left {
    box-sizing: border-box;
    width: 51.6%;
    padding-right: 78px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.offering-left:before {
    content: '';
    position: absolute;
    right: 58px;
    bottom: 12px;
    width: 954px;
    height: 774px;
    background-image: url(../index-49.html);
    z-index: -1;
}
.offering-right {
    width: 48.4%;
}
.offering h4,
.offering h5 {
    font-size: 32px;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    display: inline-block;
}
.offering p {
    text-align: center;
}
.offering ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.offering ul li {
    font-size: 15px;
    color: #5b5b5b;
    line-height: normal;
    list-style: none;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.offering ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 3px;
    background-color: #00a9b7;
}
.offering ul li:nth-last-child(2) {
    width: 100%;
}
.offering ul li:nth-last-child(1) {
    width: 100%;
}
.script-package-row-flow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.script-package-row-flow ul.colum-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.script-package-row-flow ul.colum-1 li {
    padding: 0 15px 0 15px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #474747;
    transition: .5s;
    box-sizing: border-box;
    line-height: normal;
}
.script-package-row-flow ul.colum-1 li:last-child {
    margin-bottom: 0;
}
.script-package-row-flow .catrow ul.colum-1 li.fullwidth {
    width: 100%;
}
.catrow {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    align-items: flex-start;
    width: calc(20% - 12px);
    width: -o-calc(20% - 12px);
    width: -moz-calc(20% - 12px);
    width: -webkit-calc(20% - 12px);
    margin: 0 6px;
    border-radius: 15px;
}
.catrow i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.catrow i img {
    width: 60px;
    height: 60px;
}
.script-package-row-flow strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 50px;
    text-align: center;
}
.script-package-row-flow ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #00a9b7;
    position: absolute;
    left: 0;
    top: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
}
/************************************/
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
/************************************/
@media screen and (min-width:1600px) and (max-width:1859px) {
    .banner-section-inner {
        max-width: 1280px;
    }
    .business-solution-inner,
    .shark-package-inner,
    .makeit-own-inner,
    .download-inner,
    .happy-clients-section-inner,
    .Recent-blog-section-inner,
    .about-section-of-inner,
    .banner-section .banner-inner {
        max-width: 1280px;
    }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
    .business-solution-inner,
    .shark-package-inner,
    .makeit-own-inner,
    .download-inner,
    .happy-clients-section-inner,
    .Recent-blog-section-inner,
    .about-section-of-inner,
    .banner-section .banner-inner {
        max-width: 1100px;
    }
    .banner-left img {
        max-width: inherit;
        width: 47vw;
    }
}
/*****************************************/
@media screen and (max-width:1600px) {
    .banner-section .enq-popup-button-block a.view-demo {
        min-width: 190px;
    }
    .button-btn {
        padding: 10px 5px;
    }
    .banner-left img {
        width: 100%;
    }
    .banner-left img {
        max-width: 100%;
    }
    /*********************************/
    .vietnam-left img {
        margin-left: -70px;
    }
    .banner-right h1 {
        font-size: 42px;
    }
    .banner-right h2 {
        font-size: 25px;
    }
    .banner-right h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner-right p {
        font-size: 16px;
    }
    .bottom-strip {
        bottom: -15px;
    }
}
@media screen and (max-width:1400px) {
    .download-caption a {
        padding: 0 80px;
        font-size: 42px;
        min-height: 110px;
    }
    .banner-right h2 {
        font-size: 24px;
    }
    .banner-right h3 {
        font-size: 20px;
    }
    .banner-right p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-left img {
        width: 100%;
    }
    .banner-left {
        width: 40%;
    }
    .banner-right {
        width: 59%;
    }
    .banner-section .enq-popup-button-block {
        flex-wrap: wrap;
    }
    .banner-section .enq-popup-button-block a.view-demo {
        min-width: 180px;
    }
}
@media screen and (max-width:1279px) {
    .intro-banner-responsive {
        display: block;
    }
    .chart,
    .flow-diagram {
        display: block;
        max-width: 100%;
    }
    .video-block {
        height: 36.7vw;
    }
    .video-section.adam-video .video-block {
        height: auto;
    }
    /***********************************************/
    .gif-img-part {
        width: 315px;
        padding: 15px 10px;
    }
    [data-toggle="popup"],
    .button-btn {
        font-size: 16px;
        padding: 6px 15px;
    }
    /*******************************************/
    .main-cat-block {
        width: 100%;
        margin: 0 auto;
    }
    ul.sitemap li {
        width: 14.28%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
}
@media screen and (max-width:1200px) {
    .makeit-own-right {
        width: 540px;
    }
    .makeit-own-right:before {
        height: 435px;
        background-size: auto 100%;
    }
    .makeit-own-right img {
        max-width: 100%;
    }
    .makeit-own-left {
        width: calc(100% - 544px);
        width: -o-calc(100% - 544px);
        width: -ms-calc(100% - 544px);
        width: -moz-calc(100% - 544px);
        width: -webkit-calc(100% - 544px);
    }
    /***************************************/
    .shark-pachake-chart {
        margin-left: 0;
    }
    /*********************************/
    .gojek-app {
        display: none;
    }
    /******************************************/
    .happy-clients-section-right {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 578px);
        width: -o-calc(100% - 578px);
        width: -ms-calc(100% - 578px);
        width: -moz-calc(100% - 578px);
        width: -webkit-calc(100% - 578px);
    }
    .video-row-flow ul li {
        width: 33.333%;
        padding: 0px 15px 30px;
        margin-bottom: 0px;
    }
    ul.sitemap:before,
    .main-cat-block:before,
    .main-cat-block:after,
    .shark-package-pro:after {
        display: none;
    }
    ul.sitemap {
        margin-top: 10px;
    }
}
@media screen and (max-width:1100px) {
    .offering ul li {
        width: calc(33.33% - 15px);
        width: -o-calc(33.33% - 15px);
        width: -moz-calc(33.33% - 15px);
        width: -webkit-calc(33.33% - 15px);
    }
    .offering ul li:nth-last-child(5) {
        width: calc(66.666% - 15px);
        width: -o-calc(66% - 15px);
        width: -moz-calc(66% - 15px);
        width: -webkit-calc(66% - 15px);
    }
    .offering ul li:nth-last-child(4) {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
}
@media screen and (max-width:1024px) {
    .blog-box {
        max-width: 50%;
    }
    .client-section-left,
    .client-section-right {
        width: auto;
    }
    .client-section-middle {
        width: 100%;
        padding: 40px 0;
        text-align: center;
    }
    .client-section-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .client-section-middle p:last-child {
        margin-bottom: 0;
    }
    .client-section-left img,
    .client-section-right img {
        max-width: 100%;
    }
    /*********************************************/
    .vietnam-row {
        flex-direction: column;
    }
    .vietnam {
        background-image: none;
        margin-top: 60px;
    }
    .vietnam-left img {
        margin-left: 0;
        max-width: 100%;
    }
    .vietnam-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .vietnam-right {
        width: 100%;
    }
    .vietnam-caption p:last-child {
        margin-bottom: 0;
    }
    .vietnam {
        padding: 0 0 70px 0;
    }
    .catrow {
        width: calc(33.33% - 12px);
        width: -o-calc(33.33% - 12px);
        width: -moz-calc(33.33% - 12px);
        width: -webkit-calc(33.33% - 12px);
    }
}
@media screen and (max-width:991px) {
    .banner-right h1 {
        font-size: 45px;
    }
    .banner-left {
        width: 675px;
        margin: 0 auto;
    }
    .banner-right {
        width: 100%;
    }
    .banner-right h1 span {
        display: inline;
    }
    .video-main {
        flex-wrap: wrap;
        justify-content: center;
    }
    .video-section.adam-video .video-block {
        width: 100%;
        margin-bottom: 36px;
    }
    .video-section.adam-video .video-block:last-child {
        margin-bottom: 0;
    }
    .video-section.adam-video .video-data {
        margin: 0;
    }
    .video-main .video-block {
        display: inline-block;
        margin: 0 0 0 0;
    }
    .video-block img {
        max-width: 100%;
        image-rendering: -webkit-optimize-contrast;
        vertical-align: top;
        max-height: 100%;
    }
    .video-section-inner {
        flex-direction: column-reverse;
    }
    .video-section.adam-video .video-section-inner {
        flex-direction: column;
    }
    /*********************************************/
    .components-section-left {
        width: 100%;
        padding-right: 15px;
    }
    .components-section-right {
        width: 100%;
        padding-left: 0;
    }
    .components-section-row {
        flex-direction: column;
        align-items: center;
        display: block;
    }
    /*********************************************/
    .Recent-blog-section ul li {
        width: 50%;
    }
    .whatis-gojek {
        margin: 0;
    }
    .top-free-features-2021-body ul li {
        width: 50%;
    }
    /******************************/
    .inq_form .video-block {
        text-align: center;
    }
    /*************************************************/
    .makeit-own-inner {
        display: flex;
        flex-direction: column;
    }
    .makeit-own-left {
        padding-right: 0;
        width: auto;
    }
    .makeit-own-right {
        width: auto;
    }
    .makeit-own-right:before {
        left: 30%;
    }
    .components-section-middle {
        margin: 0 auto;
    }
    /**************************************/
    .video-section::before {
        border-top-width: 50px;
    }
    .video-section::after {
        border-bottom-width: 50px;
    }
    /**************************************/
    .mobile-app-source-code ul li {
        width: 50%;
        padding: 0 15px;
    }
    /*************************/
    .download {
        padding: 30px 0px;
    }
    .download>img {
        display: block;
        max-width: 100%;
    }
    .download-inner {
        min-height: unset;
    }
    .download:before {
        display: none;
    }
    .download:after {
        display: none;
    }
    .download-caption {
        margin-top: 0;
        padding: 0 15px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .download-caption a {
        font-size: 18px;
        min-height: 55px;
    }
    /*************************/
    .happy-clients-section-inner .flex-row {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .happy-clients-section-left {
        width: auto;
    }
    .happy-clients-section-right {
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }
    .happy-clients-section-left::before {
        width: 100%;
        bottom: -20px;
        top: 50px;
        height: auto;
    }
    .happy-clients-section h3 {
        margin-bottom: 0;
    }
    /***********************************/
    .inq_form .box-shadow ul li {
        padding: 20px;
        width: 100%;
    }
    /***********************************/
    .event-video,
    .event-video iframe {
        width: 94vw;
        height: 54vw;
    }
    .vietnam .spots-clip {
        display: none;
    }
    .line-shape {
        height: 0px;
        margin: 0 auto;
    }
    /**************************/
    .useof-video-left,
    .useof-video-right,
    .useof-video-middle {
        width: 100%;
    }
    .useof-video-flex-row {
        flex-wrap: wrap;
    }
    .useof-video-left .useof-video-item {
        margin: 0 0 30px 0;
        text-align: center;
        min-height: initial;
        padding: 20px 20px;
    }
    .useof-video-right .useof-video-item {
        margin: 0 0 30px 0;
        min-height: auto;
        padding: 20px;
        text-align: center;
    }
    .useof-video-middle {
        z-index: 0;
    }
    .useof-video-item .useof-video-thumb .video-icon {
        right: 20px;
        top: 50%;
    }
    .business-startup-inner {
        flex-direction: column-reverse;
    }
    .business-startup-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .business-startup-right {
        width: 100%;
    }
    .inq_form .box-shadow ul li .heading-area {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .inq_form-inner {
        padding: 0px 15px;
    }
    /******************************************/
    .video-section-left {
        width: 100%;
    }
    .video-data {
        width: 100%;
        margin-bottom: 30px;
    }
    /******************************************/
    .offering-left,
    .offering-right {
        width: 100%;
    }
    .offering-left:before {
        background-image: none;
        top: -30px;
        background-color: #7cd51f;
        height: auto;
        left: -15px;
        right: -15px;
        width: auto;
        bottom: -20px;
    }
    .offering-left {
        margin-bottom: 60px;
        text-align: center;
        display: block;
        padding: 0;
    }
    .offering-left img {
        max-width: 100%;
    }
    .offering-right ul {
        padding: 0;
    }
    .offering {
        background-image: none;
    }
    /******************************************/
    /********************************************/
    ul.sitemap {
        justify-content: center;
    }
    ul.sitemap li {
        width: 25%;
    }
    /*********************************************/
}
@media screen and (max-width:900px) {
    .video-section .demo-video img {
        height: 54.9vw;
    }
    .video-row-flow ul li {
        width: 50%;
        padding: 0px 15px 30px;
        margin-bottom: 0px;
    }
    .single-video .left-part-caption.video-five,
    .single-video .left-part-caption {
        text-align: center;
        margin-bottom: 30px;
    }
    .single-video .right-part .text-caption {
        margin: 0;
    }
    .Recent-blog-section ul li {
        width: 50%;
        padding: 0 10px;
    }
    .Recent-blog-section ul {
        margin: 0 -10px;
    }
    .heading-style {
        font-size: 30px;
        text-align: center;
    }
    .heading-style:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .video-section-left {
        text-align: center;
    }
    .video-section-left p {
        text-align: center;
    }
    .catrow {
        width: calc(50% - 12px);
        width: -o-calc(50% - 12px);
        width: -moz-calc(50% - 12px);
        width: -webkit-calc(50% - 12px);
    }
    .screens ul li {
        width: 50%;
        text-align: center;
    }
    .flow-button-btn {
        font-size: 22px;
    }
}
@media screen and (max-width:767px) {
    .banner-right h1 {
        font-size: 36px;
    }
    .banner-left {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        padding: 0;
        margin: 0 auto;
    }
    /*****************************/
    /************************************/
    .makeit-own-right:before {
        display: none;
    }
    .makeit-own-right {
        padding-top: 20px;
    }
    /************************************/
    /*****************************************/
    .vietnam h3 span {
        font-size: 35px;
    }
    .video-section::after,
    .video-section::before,
    .faq_sec::before,
    .faq_sec::after {
        display: none;
    }
    .happy-clients-section-inner {
        padding: 20px 15px 20px;
    }
    .video-section .demo-video {
        display: flex;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .faq_sec .list-unstyled {
        list-style: none;
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -ms-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
    .inq_form-left,
    .inq_form-right {
        width: 100%;
    }
    /************************************/
    /************************************/
    .offering ul li,
    .offering ul li:nth-last-child(3),
    .offering ul li:nth-last-child(4),
    .offering ul li:nth-last-child(2) {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
    /************************************/
    ul.sitemap li {
        width: 33.33%;
    }
    ul.sitemap li:last-child {
        width: 100%;
    }
    .screens ul li {
        width: 50%;
    }
    .flow-button-btn {
        padding: 15px 25px;
    }
}
@media screen and (max-width:630px) {
    main > * {
        padding: 35px 0;
    }
    .mobile-app-source-code ul li {
        width: auto;
        padding: 0;
    }
    .banner-right h1 {
        font-size: 40px;
    }
    .banner-section .flex-btn-block a {
        width: auto;
        padding: 11px 25px 13px 25px;
    }
    .blog-box {
        max-width: 100%;
    }
    .about-section-of h4 {
        font-size: 20px;
    }
    .about-section-of h5,
    .about-section-of h2 {
        margin: 15px 0 0;
        padding: 10px;
        font-size: 18px;
    }
    /********************************/
    .vietnam h3 {
        font-size: 25px;
    }
    .vietnam-caption strong {
        font-size: 18px;
        line-height: 24px;
    }
    .banner-ser-icons-mument {
        display: none;
    }
    .top-free-features-2021-body ul li {
        width: 100%;
        padding: 0;
    }
    .advance-feature-body ul li {
        width: 100%;
        padding: 0;
    }
    .new-features-list li {
        width: 100%;
    }
    .new-features-list li:nth-last-child(1) {
        width: 100%
    }
    .new-features-list li:nth-last-child(2) {
        width: 100%
    }
    .banner-section .enq-popup-button-block {
        flex-wrap: wrap;
    }
    [data-toggle="popup"],
    .button-btn {
        font-size: 16px;
        padding: 9px 15px;
    }
    .banner-section .enq-popup-button-block {
        justify-content: center;
    }
    .banner-left lottie-player {
        display: none;
    }
    .gif-img-part {
        width: auto;
        padding: 9px 7px;
        position: relative;
    }
    .gif-img-part .mob-frame {
        position: relative;
        left: 0;
        bottom: 0px;
        width: 100%;
        max-width: 100%;
    }
    .heading-style {
        font-size: 27px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
    /**************************/
    .inq_form .input-row-flow {
        width: 100%;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 0 10px 0px 20px;
    }
    .productname {
        font-size: 22px;
    }
    /**************************/
    .offering ul li,
    .offering ul li:nth-last-child(5),
    .offering ul li:nth-last-child(2) {
        width: 100%;
    }
    /**************************/
    ul.sitemap li {
        width: 50%;
    }
}
@media screen and (max-width:530px) {
    /**************************/
    .whatis-gojek {
        font-size: 40px;
    }
    .whatis-gojek .yellow {
        letter-spacing: 30px;
    }
    .whatis-gojek .black {
        font-size: 28px;
    }
    .whatis-gojek .blue {
        font-size: 40px;
    }
    .whatis-gojek .green {
        font-size: 40px;
    }
    .video-row-flow ul li {
        padding: 0px 15px 30px;
        margin-bottom: 0px;
    }
    .Recent-blog-section ul {
        margin: 0;
    }
    .Recent-blog-section ul li {
        width: 100%;
        padding: 0px;
    }
    .blog-primary {
        min-height: auto;
    }
    .common-btn,
    .more-reviews-btn {
        font-size: 18px;
        padding: 6px 20px;
        min-height: 50px;
    }
    .about-section-of .fooet-top-heading-style {
        padding: 10px;
        font-size: 18px;
        border-radius: 8px 8px 0 0;
    }
}
@media screen and (max-width:480px) {
    .catrow {
        width: 100%;
        margin: 0;
    }
    ul.sitemap li {
        width: 100%;
        padding: 0;
    }
    ul.sitemap li:last-child {
        margin-bottom: 0;
    }
    .business-startup-left>img {
        height: auto;
        width: 300px;
        height: 291px;
    }
    .banner-right h1 {
        font-size: 30px;
    }
    .banner-right p b {
        font-size: 18px;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width:400px) {
    .new-features-list li {
        width: 100%;
    }
    .new-features-list li:nth-last-child(1) {
        width: 100%
    }
    .new-features-list li:nth-last-child(2) {
        width: 100%
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
}
@media screen and (min-width:2601px) {
    section#midd-part1 {
        max-width: 2601px;
        float: none;
        overflow: hidden;
    }
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .download-caption a {
        line-height: 130px;
    }
}