:root {
    --main-color: #4169E1;
    --light-color: #f0f4ff;
    --theme-medium: #597ff0;
    --hover-color: #2c4fb9;
    --white: #fff;
    --black: #000;
    --play-color: #dab40c;
    --secondary-color: #d84c69;
}

body {
    font-family: 'Exo 2';
    margin: 0;
}


.gobuynow {
    cursor: pointer;
}

.features_icon_color1 {
    background: -webkit-linear-gradient(#9286f4, #6652ec);
}

.features_icon_color2 {
    background: -webkit-linear-gradient(#f3a000, #f67100)
}

.features_icon_color3 {
    background: -webkit-linear-gradient(#6ceea5, #2cc778);
}


[popup-video-enable="true"] {
    cursor: pointer;
}

.features_bg1 {
    background-color: #f6f4ff;
}

.features_bg2 {
    background-color: #fff8ec;
}

.features_bg3 {
    background-color: #f2fff5;
}

.features_bg4 {
    background-color: #fff6f9;
}

.features_bg5 {
    background-color: #EDFDFF;
}

.features_bg6 {
    background-color: #fdffef;
}

* {
    box-sizing: border-box;
}

p {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 10px;
    text-align: justify;
    line-height: 23px;
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

#middle-page {
    margin-top: 0;
}

main>* {
    padding: 40px 0;
}

.features_bg1 {
    background-color: #f6f4ff;
}

.features_bg2 {
    background-color: #fff8ec;
}

.features_bg3 {
    background-color: #f2fff5;
}

.features_bg4 {
    background-color: #fff6f9;
}

.features_bg5 {
    background-color: #EDFDFF;
}

.features_bg6 {
    background-color: #fdffef;
}

.play-anim-ico {
    width: 60px;
    height: 60px;
    font-size: 60px;
    position: absolute;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}

.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 {
    color: var(--main-color);
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--main-color);
}

@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)
    }
}

.blinker {
    animation: blinker 3s linear infinite;
    margin-right: 8px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

[data-toggle="popup"],
.btn-button {
    background-color: #00a9b7;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    color: var(--white);
    border-radius: 4px;
    display: flex;
    margin-right: 10px;
    min-height: 100%;
    align-items: center;
}

[data-toggle="popup"]:hover,
.btn-button:hover {
    background-color: #027680;
    color: var(--white);
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
    }

    to {
        transform: translateX(0)
    }
}

.slick-slider {
    user-select: initial;
    -webkit-user-select: initial;
}

.heading-holder {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

.heading-holder.center {
    text-align: center;
}

.heading-holder.center>* {
    display: block;
    text-align: center;
}

.headStyle {
    font-size: 35px;
    font-weight: bold;
    color: var(--black);
    display: block;
    line-height: 1em;
    width: 100%;
    text-transform: capitalize;
    margin: 0;
    margin-top: -4px;
}

.headStyle.white {
    color: #fff;
}

.heading-area strong.subtitle {
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: var(--black);
    position: relative;
    margin-bottom: 7px;
    line-height: 1em;
}

.heading-area strong.subtitle a {
    color: var(--play-color);
}

.small-button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.tag {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
    display: block;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1em;
}

.heading-holder>p {
    margin: 10px 0 0 0;
}

.bg-white {
    background-color: var(--white) !important;
}

.common-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    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
}

.common-btn:hover {
    color: var(--white);
}

.common-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--hover-color);
    z-index: -1;
    border-radius: 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
}

.common-btn:hover::after {
    background-color: var(--hover-color);
    width: 100%
}

.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.play-anim-ico.small {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.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 var(--white);
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}

.video-icon {
    display: inline-block;
    top: 50%;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

@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)
        }
    }

}

/* ========================================================= */
.new-banner-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.new-banner {
    padding: 90px 0 30px 0;
    position: relative;
    z-index: 1;
    background-color: #d8e2ff;
}

.new-banner-left {
    width: calc(100% - 700px);
    width: -o-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
}

.new-banner-right {
    width: 674px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-banner-right img {
    max-width: 100%;
}

.new-banner h1.head-style {
    font-size: 65px;
    font-weight: bold;
    line-height: 1em;
    color: var(--main-color);
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    margin-right: 13px;
    margin: 0 0 10px 0;
    font-family: 'Exo 2';
}

.new-banner h1.head-style small {
    font-size: 24.66px;
    font-weight: bold;
    line-height: normal;
    color: var(--secondary-color);
    position: relative;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    display: block;
}



.new-banner h1.head-style strong {
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
    display: block;
    margin: -15px 0 5px 0;
    line-height: normal;
}

.new-banner p b {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-family: 'Exo 2';
}

.new-banner p b b {
    font-weight: 600;
    color: #01aab8;
    display: inline;
}

.other-services.slick-slider .slick-list {
    padding: 10px 0;
    box-sizing: content-box;
    min-height: 752px;
    max-height: 752px;
}


.new-banner .banner-button-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-top: 15px;
}


.new-banner a {
    min-width: 128px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: var(--white);
    vertical-align: top;
    padding: 10px 12px;
    text-transform: uppercase;
    color: var(--main-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 0 0 2px var(--main-color) inset;
    gap: 10px;
}

.new-banner a i {
    font-size: 20px;
    color: var(--main-color);
}

.new-banner a:hover {
    background-color: var(--main-color);
    color: var(--white);
}

.new-banner a:hover i {
    color: #fff;
}

.new-banner a.bn-video {
    background-color: var(--white);
    font-size: 14px;
    color: var(--black);
    box-shadow: 0 0 0 2px var(--main-color) inset;
}

.new-banner a.bn-video:hover {
    background-color: var(--hover-color);
    color: var(--white);
}

.new-banner a.bn-video:hover small {
    color: var(--white);
}

.new-banner a.bn-video small {
    display: block;
    font-size: 11.5px;
    color: #464646;
    font-weight: 500;
    margin: -3px 0 0 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;
}

.new-banner a.buynow {
    box-shadow: 0 0 0 2px #e76d00 inset;
    color: #e76d00;
}

.new-banner a.buynow:hover {
    background-color: #e76d00;
    color: var(--white);
}

.new-banner p {
    margin-bottom: 0;
    font-size: 15px;
}

ul.primary-features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 -83px 0;
}

ul.primary-features li {
    padding: 0 10px;
    width: 25%;
    position: relative;
    z-index: 0;
}

ul.primary-features li:after {
    content: attr(data-number);
    position: absolute;
    right: 12px;
    top: -17px;
    font-size: 64px;
    color: #2d2c2c;
    font-weight: bold;
    opacity: 0.15;
    line-height: normal;
}

ul.primary-features li>div {
    padding: 20px 20px 20px 29px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    min-height: 100%;
}

ul.primary-features li span {
    font-size: 20px;
    font-weight: 600;
    color: #2d2c2c;
}

/****************************************/
.unlimited-services {
    padding: 40px 0;
    position: relative;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--white)fff', endColorstr='#e5fffe', GradientType=0);
}

.unlimited-services-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unlimited-services.forservices .heading-area {
    display: block;
    text-align: left;
}


.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;
}

.right-artical img {
    vertical-align: top;
    max-width: 100%;
}

.btn-register {
    border-radius: 4px;
    background-color: var(--main-color);
    font-weight: 600;
    display: inline-block;
    color: #fff;
    vertical-align: super;
    position: relative;
    font-size: 18px;
    padding: 13px 20px 13px 47px;
    cursor: pointer;
}

.btn-register:hover {
    background: var(--hover-color);
    color: #fff;
}

.btn-register::before {
    box-shadow: 0 0 0 rgba(255, 255, 255, .4);
    transition: .5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    animation: pulso 2s infinite !important;
}

.flutter_button_block {
    width: 100%;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.btn-register-header:hover,
.btn-register-header:focus,
.btn-register-header:active {
    background-color: #04714a;
    border-color: #04714a;
    color: #fff;
}

.flex {
    display: flex;
    align-items: center;
}

/*********************services sectinon*****************/
ul.sitemap {
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 10px auto 0 auto;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

ul.sitemap li {
    position: relative;
    text-align: center;
    width: calc((100%/2) - 10px);
    width: -webkit-calc((100%/2) - 10px);
    width: -moz-calc((100%/2) - 10px);
    width: -ms-calc((100%/2) - 10px);
    width: -o-calc((100%/2) - 10px);
    flex-grow: 1;
}

ul.sitemap.advance_component li {
    width: calc((100% / 3) - 14px);
    width: -webkit-calc((100% / 3) - 14px);
    width: -moz-calc((100% / 3) - 14px);
    width: -ms-calc((100% / 3) - 14px);
    width: -o-calc((100% / 3) - 14px);
}

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: var(--black);
}

ul.sitemap li .main-cat-block .servicename {
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--black);
}

.main-cat-block {
    text-align: center;
    position: relative;
    padding: 20px 8px 20px 8px;
    min-height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.main-cat-block .icon-play-button {
    width: 20px;
    height: 20px;
    color: var(--play-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

span.numeric {
    position: absolute;
    width: 68px;
    height: 35px;
    background-image: url(../images/home-up-2026/shape.png);
    top: 11px;
    left: -7px;
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
    padding: 2px 0 0 0;
}

.main-cat-block p {
    font-size: 15px;
    line-height: 19.4px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.main-cat-block p.removebefore:before {
    display: none !important
}

.main-cat-block p b {
    font-weight: 600;
    color: var(--black)
}

.main-cat-block i {
    display: inline-block;
    margin-bottom: 10px;
}

.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: var(--black);
    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
}

ul.sitemap.advance_component li.full_width {
    width: 100%;
}

ul.sitemap.advance_component li.full_width .main-cat-block {
    background-color: #fff9f3;
    overflow: hidden;
    position: relative;
    display: grid;
    box-shadow: none !important;
    padding: 20px;
    grid-template-columns: 220px auto;
    gap: 20px;
    align-items: center;
}

ul.sitemap.advance_component li.full_width .main-cat-block i {
    margin: 0;
}

ul.sitemap.advance_component li.full_width .main-cat-block i img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

ul.sitemap.advance_component li.full_width .main-cat-block .servicename {
    text-align: left;
    font-size: 20px;
}

ul.sitemap.advance_component li.full_width .main-cat-block p {
    text-align: justify;
    font-size: 16px;
    line-height: 23px;

}

ul.sitemap.advance_component li.full_width .main-cat-block.inverse {
    grid-template-columns: auto 220px;
}

.pt_0 {
    padding-top: 0 !important;
}

/* ============================================================= */
/*******************************************/
.v3cube-clients-section {
    padding: 40px 0px;
    position: relative;
    width: 100%;
}

.v3cube-clients-section-inner {
    display: grid;
    grid-template-columns: 20% calc(60% - 40px) 20%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1340px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    gap: 20px;
}

.v3cube-clients-section-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.v3cube-clients-section-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 100%;
    box-sizing: border-box;
    display: block;
}

.v3cube-clients-section-left .widget-img-wrap {
    width: 85%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.widget-img-wrap.client-2 {
    margin: -116px 0 0 45px;
    z-index: 1;
    border: 1px solid #ddd;
}

.v3cube-clients-section-left .widget-img-wrap.client-2:after {
    left: auto;
    right: -20px
}

.widget-img-wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.widget-img-wrap:before {
    content: '';
    display: block;
    padding-top: 115.33%
}

.widget-img-wrap.client-1 {
    margin-top: 0px;
    border: 1px solid #ddd;
}

.v3cube-clients-section .v3cube-clients-section-left .icon-play-button {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: auto;
    transform: none;
    z-index: 999;
    bottom: auto;
    display: inline-block;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    margin: 0;
}

.v3cube-clients-section-right .heading-area .head-style {
    margin-bottom: 10px;
}

.v3cube-clients-section .heading-area .head-style::after {
    left: 0;
    margin-left: 0;
}

/* ============================================================= */
.offering {
    background-color: var(--light-color);
}

.offering-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.script-package-row-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.catrow {
    background-color: var(--white);
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
}

.catrow i {
    display: block;
    height: 60px;
    text-align: center;
}

.catrow i img {
    width: 60px;
    height: 60px;
}

.script-package-row-flow strong {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    margin: 10px 0;
    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: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
}

/************************************/
.features {
    padding: 100px 0 40px 0;
}

.features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.features ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.features ul li {
    border: 2px solid #fff2F2;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background-color: var(--white);
    padding: 15px;
}

.features ul li:last-child {
    grid-column: span 2;
}

.features ul li .fet-caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 10px 0;
}

.features ul li strong {
    color: var(--black);
    font-size: 17px;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    width: calc(100% - 56px);
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: -ms-calc(100% - 56px);
    width: -o-calc(100% - 56px);
}

.features ul li i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features ul li i img {
    width: 46px;
    height: 46px;
    display: inline-block;
    font-size: 0;
}

.video-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #00a9b7;
    position: relative;
}

.video-icon {
    display: inline-block;
    top: 50px;
    left: 30px;
    z-index: 999;
    position: absolute;
}

@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)
    }
}

@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)
    }
}

@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)
    }
}

/**********coman section*********/
.free-text-section {
    padding: 27px 0 35px;
    background-color: #f6f9eb;
}

.free-text-section.single-video {
    padding: 40px 0px;
    background-color: var(--light-color);
}

.free-text-section.single-video .play-anim-ico {
    left: 15%;
    top: 29%;
}

.free-text-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.free-text-section .left-part,
.free-text-section .right-part {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}

.left-part-caption,
.right-part-caption {
    position: relative;
    width: 100%;
    display: block;
}

.free-text-section .right-part .right-part-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}

.free-text-section .left-part .left-part-img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.free-text-section .left-part .left-part-img img,
.free-text-section .right-part .right-part-img img {
    width: 38vw;
}

.free-text-section .right-part .right-part-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}

.free-text-section .left-part .left-part-content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.free-text-section p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}

.free-text-section p b {
    font-weight: 600;
    font-size: 16px;
}

.free-text-section ul {
    margin-top: 15px;
}

.free-text-section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: normal;
}

.free-text-section ul li:after {
    position: absolute;
    top: 6px;
    left: 3px;
    background: #00a9b7;
    content: "";
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.free-text-section ul li.face-mask-text b {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.free-text-section ul li.face-mask-text b .clientvideos {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
    height: 16px;
}

.free-text-section ul li.face-mask-text b .clientvideos img {
    max-width: 100%;
    vertical-align: top;
}

.white-bg {
    background: var(--white);
}

.free-text-section.latest-leatures {
    background: var(--white);
    background-image: -moz-linear-gradient(90deg, rgb(235, 246, 246) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(235, 246, 246) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(235, 246, 246) 0%, rgb(255, 255, 255) 100%);
    padding-top: 0;
}

/*******************************/
.single-video .free-text-section-inner {
    justify-content: center;
}

.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 -100px;
    padding: 50px 100px 50px 50px;
    /* background-color: var( --e-global-color-595b20c ); */
    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 -40px;
    padding: 30px 15px 30px 30px;
    background-color: var(--white);
    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;
    cursor: pointer;
}

.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;
}

img {
    border: none;
    outline: 0;
    max-width: 100%;
}
/* ==================================================================== */
.reviews-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

ul.reviews-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

ul.reviews-list li.morereview a {
    background-color: var(--main-color);
    font-size: 28px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
}

ul.reviews-list li.morereview a:hover {
    background-color: var(--hover-color);
}

ul.reviews-list li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--white);
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    padding: 0;

}

ul.reviews-list li.morereview a:after {
    background-image: none;
    box-shadow: none;
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--white);
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
    background-color: transparent;
}

ul.reviews-list li a {
    display: block;
    background-color: #7b7b7b;
    min-height: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    position: relative;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

ul.reviews-list li a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 71%;

}

ul.reviews-list li a img {
    width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0
}

ul.reviews-list li a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-image: url(../images/home-new/play-button.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: var(--main-color);
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4)
}

/************************************/


.masonry-block_ img {
    width: 100%;
}

.masonry-block_ {
    margin: 0 5px;
    position: relative;
}

.masonry-block-inner_:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px inset #262626;
    left: 0;
    top: 0;
}

.masonry-block_ img {
    vertical-align: top;
    margin-bottom: 10px;
}

.masonry-block_.col-33 {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
}

.masonry-block_.col-7 {
    width: calc(60.7% - 10px);
    width: -o-calc(60.7% - 10px);
    width: -ms-calc(60.7% - 10px);
    width: -moz-calc(60.7% - 10px);
    width: -webkit-calc(60.7% - 10px);
}

.masonry-block_.col-5 {
    width: calc(39.3% - 10px);
    width: -o-calc(39.3% - 10px);
    width: -ms-calc(39.3% - 10px);
    width: -moz-calc(39.3% - 10px);
    width: -webkit-calc(39.3% - 10px);
}

.masonry-block_.col-6 {
    width: calc(52.4% - 10px);
    width: -o-calc(52.4% - 10px);
    width: -ms-calc(52.4% - 10px);
    width: -moz-calc(52.4% - 10px);
    width: -webkit-calc(52.4% - 10px);
}

.masonry-block_.col-3 {
    width: calc(24.32% - 10px);
    width: -o-calc(24.32% - 10px);
    width: -ms-calc(24.32% - 10px);
    width: -moz-calc(24.32% - 10px);
    width: -webkit-calc(24.32% - 10px);
}

.masonry-block_.col-3_1 {
    width: calc(23.2% - 10px);
    width: -o-calc(23.2% - 10px);
    width: -ms-calc(23.2% - 10px);
    width: -moz-calc(23.2% - 10px);
    width: -webkit-calc(23.2% - 10px);
}

.masonry-block_.col-6_1 {
    width: calc(52% - 10px);
    width: -o-calc(52% - 10px);
    width: -ms-calc(52% - 10px);
    width: -moz-calc(52% - 10px);
    width: -webkit-calc(52% - 10px);
}

.masonry-block_.col-6_2 {
    width: calc(48% - 10px);
    width: -o-calc(48% - 10px);
    width: -ms-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    width: -webkit-calc(48% - 10px);
}

.masonry-block_.col-5_1 {
    width: calc(46.3% - 10px);
    width: -o-calc(46.3% - 10px);
    width: -ms-calc(46.3% - 10px);
    width: -moz-calc(46.3% - 10px);
    width: -webkit-calc(46.3% - 10px);
}

.masonry-block_.col-3_2 {
    width: calc(26.6% - 10px);
    width: -o-calc(26.6% - 10px);
    width: -ms-calc(26.6% - 10px);
    width: -moz-calc(26.6% - 10px);
    width: -webkit-calc(26.6% - 10px);
}

.masonry-block_.col-3_3 {
    width: calc(27% - 10px);
    width: -o-calc(27% - 10px);
    width: -ms-calc(27% - 10px);
    width: -moz-calc(27% - 10px);
    width: -webkit-calc(27% - 10px);
}

.masonry {
    width: 100%;
}

.masonry-block_ a.view-more {
    display: block;
    cursor: pointer;
    background-color: #00a9b7;
    position: relative;
    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;
}

.masonry-block_ a.view-more:hover {
    background-color: #027680;
}

.masonry-block_ a.view-more img {
    margin-bottom: 0;
}

.masonry-block_ a.view-more>span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: var(--white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: bold;
    font-size: 28px;
}

.masonry-block_ a.view-more:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--white);
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}

.masonry-block_ a.view-more:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--white);
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.masonry ._row_ {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*******************************************/
.about-section-of {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 110px 0;
}

.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left;
}

.about-section-of .button {
    margin: 0 auto 0 auto;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-color);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left, top right;
    display: table;
    border-radius: 0;
    cursor: pointer;
    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 .button:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 5px;
    background-color: #f1f1f1;
    left: -35px;
    right: auto;
    top: 50%;
    transform: translate(-100%, -2.5px);
    -webkit-transform: translate(-100%, -2.5px);
    -moz-transform: translate(-100%, -2.5px);
    -ms-transform: translate(-100%, -2.5px);
    -o-transform: translate(-100%, -2.5px);
}

.about-section-of .button:after {
    content: '';
    position: absolute;
    width: 65%;
    height: 5px;
    background-color: #f1f1f1;
    right: -35px;
    left: auto;
    top: 50%;
    transform: translate(100%, -2.5px);
    -webkit-transform: translate(100%, -2.5px);
    -moz-transform: translate(100%, -2.5px);
    -ms-transform: translate(100%, -2.5px);
    -o-transform: translate(100%, -2.5px);
}

.about-section-of .button.active {
    margin: 0 auto 20px auto;
}

.about-section-of .button small {
    display: block;
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0px;
}

.about-section-of .button small:after {
    content: '';
    position: absolute;
    bottom: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main-color);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about-section-of-data {
    text-align: initial;
    padding: 40px 0px 40px 0px;
    background-color: #eff6ff;
    display: none;
}

.about-section-of h6 {
    font-size: 23px;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 15px 0
}

.about-section-of .box-rows ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.about-section-of .box-rows ul li {
    margin-bottom: 4px;
    font-size: 15px;
    color: var(--black);
    padding: 0 0 0 22px;
    font-weight: 400;
    position: relative;
    text-align: justify;
}

.about-section-of .box-rows ul li:last-child {
    margin-bottom: 0;
}

.about-section-of .box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50% 0px;
}

.box-rows:not(:last-child) {
    margin: 0 0 20px 0;
}

.about-section-of .box-rows h5,
.about-section-of .box-rows h4 {
    font-size: 24px;
    margin-bottom: 7px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.about-section-of .box-rows .about-section-hading {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    background: var(--main-color);
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
}

.about-section-of .sub-boxess strong {
    font-size: 18px;
    margin-bottom: 6px;
    position: relative;
    font-weight: 600;
    display: block;
    line-height: 18px;
}

.about-section-of .sub-boxess {
    padding-left: 20px
}

.about-section-of .sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #00a9b7;
    border-radius: 50%;
    left: -22px;
    top: 10px
}

/****************************************/
.services-banner.white_bg {
    background-color: #fff;
}

.services-banner {
    width: 100%;
    display: flex;
}

.services-banner#pricing {
    background-color: #f8f8f8;
}

.services-banner.revert .services-banner-design {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    background-position: left 0;
}

.services-banner-inner {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
}

.services-banner-design {
    background-image: url(../images/home-up-2026/industries_.png);
    background-repeat: no-repeat;
    background-position: right 0;
    color: black;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 14px 15px 18px 16px;
    background-size: auto 100%;
    outline: 1px solid #ddd;
}

.services-banner-design.noimg {
    background-image: none;
    padding: 40px 10px;
}

.services-banner-design.noimg .design-caption {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr auto;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.services-banner-design.noimg .btn-register {
    display: inline-block;
    margin: 0;
    margin-top: 10px;
}

.services-banner-design .design-caption {
    width: calc(100% - 450px);
    width: -o-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    display: flex;
    flex-wrap: wrap;
}

.services-banner.technology .services-banner-design {
    background-size: 322px;
}

.services-banner-design .design-caption ._VIDEO_ {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.services-banner-design h4,
.services-banner-design .design-caption>strong {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1em;
    letter-spacing: normal;
    color: #000;
    margin: 0px;
    text-transform: capitalize;
    display: block;
}

.services-banner-design h3,
.services-banner-design b {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000;
    margin: 5px 0 10px 0px;
    display: block;
}

.services-banner.indrive_banner p {
    color: #fff;
}

.services-banner.indrive_banner p b {
    display: inline;
    margin: 0;
    font-weight: bold;
}

.get_live p {
    font-size: 15px;
    line-height: 22px;
}

.services-banner-design.get_live .design-caption {
    width: calc(100% - 440px);
    width: -o-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: -webkit-calc(100% - 520px);
    display: flex;
    flex-wrap: wrap;
}

.services-banner.get_live .services-banner-design {
    background-size: 30%;
}

/* .services-banner.getlive .services-banner-design {
    background-size: 300px;
} */
/********************************************/
.common-btn,
.more-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    display: inline-flex;
    padding: 12px 20px;
    transition: all 0.5s ease 0s;
    background-color: var(--main-color);
    min-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.more-reviews-btn:hover {
    background-color: var(--hover-color);
    color: var(--white);
}

.common-btn:hover {
    color: var(--white);
}

.common-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--hover-color);
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
}

.common-btn:hover::after {
    background-color: var(--hover-color);
    width: 100%
}

/********************************************/
.blog-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.blog-thumb {
    height: 200px;
    background-size: cover;
    border-bottom: 1px solid #ddd
}

.Recent-blog-section {
    padding: 40px 0 40px 0;
}

.Recent-blog-section-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto
}

.blog-data strong a {
    color: #333;
    font-weight: 600;
    font-size: 17px;
    display: block;
    height: auto !important;
    line-height: 24px;
}

.blog-data strong a:hover {
    color: #4a0
}

.blog-box {
    display: inline-block;
    vertical-align: top;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 14px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.blog-box strong {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.blog-box strong::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 1px;
    background-color: var(--main-color);
}

.blog-box strong a {
    display: block;
    font-size: 18px;
    color: var(--black);
    line-height: 1.2em;
}

.blog-box strong a:hover {
    color: var(--main-color);
}

.read-more a {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    color: var(--main-color);
    font-weight: 600
}

.read-more a:hover {
    color: var(--hover-color);
}

.blog-secondary p {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: normal;
    line-height: 25px;
    text-align: justify;
}

/* ============================================================= */
.invest-gojek-section {
    padding: 40px 0px 40px;
    width: 100%;
    background-color: #f8f8f8;
}

.invest-gojek-section .heading-area {
    margin-bottom: 25px;
}

.invest-gojek-section-inner {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}

.invest-gojek-text-caption {
    position: relative;
    width: 100%;
}

.invest-gojek-section p {
    text-align: justify !important;
}

.invest-gojek-text-caption ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
}

.invest-gojek-text-caption ul li {
    padding: 15px;
    margin-bottom: 13px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.invest-gojek-text-caption ul li .invest-gojek-caption {
    width: calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

.invest-gojek-text-caption ul li p {
    margin-bottom: 0;
}

.invest-gojek-text-caption ul li:last-child {
    margin-bottom: 0;
}

.invest-gojek-text-caption ul li i {
    width: 70px;
    height: 70px;
    font-size: 50px;
    display: inline-block;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.invest-gojek-text-caption ul li h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

/********************************/
.features-box {
    margin: 0;
    padding: 40px 0;
    background-color: #f8f8f8;
}

.features-box-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px
}

.features-box ul {
    margin: 0px;
    padding: 0;
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.features-box ul li {
    padding: 0;
    display: block;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.features-box ul li:hover .besoft-service-box-inner:before {
    opacity: 1;
}

.besoft-service-box-inner {
    position: relative;
    z-index: 1;
    padding: 18px 15px 15px;
    transition: .5s;
    min-height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.besoft-service-box-inner a {
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
}

.besoft-service-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.besoft-service-icon {
    transition: .5s;
    position: relative;
}

.features-box ul li:hover .besoft-service-icon {
    margin-top: 0px;
}

.besoft-service-icon i {
    position: inherit;
    font-size: 95px;
    display: inline-block;
    transition: .5s;
    height: 95px;
    width: 95px;
    line-height: 70px;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-style: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.besoft-service-title {
    overflow: hidden;
    width: calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px;
    align-items: flex-start;
}

.besoft-service-title h2,
.besoft-service-title strong {
    font-size: 20px;
    margin-bottom: 6px;
    transition: .5s;
    font-weight: 600;
    display: block;
    color: #000;
}

.besoft-service-title p {
    margin-bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: 14px;
    line-height: 22px;
}

.features-box ul li:hover .besoft-service-icon i {
    margin-top: 0px;
}

.features-box ul li .besoft-service-title a:hover {
    background-color: var(--hover-color);
    color: #fff;
}

/********************************************/
.flow-video-section {
    padding: 20px 0 0 0;
    position: relative;
    z-index: 2;
    margin: 0px;
}

.flow-video-section .video-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0;
    position: relative;
}

.flow-video-section .video-main .video-box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.flow-video-section .video-main .video-box p {
    font-size: 14px;
    line-height: 22px;
}

.flow-video-section .video-main .video-box strong {
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.flow-video-section .video-icon {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: auto;
}

.flow-video-section .video-main .video-block {
    cursor: pointer;
}

.flow-video-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    align-items: center
}

.video-block {
    height: auto;
    display: block;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.21);
    position: relative;
    z-index: 0;
    margin: 0 auto;
    max-width: 100%;
}

.flow-video-section .video-main .video-block .play-anim-ico {
    left: auto;
    top: auto;
    bottom: 10px;
    right: 10px;
}

.video-block.no_video .video-icon {
    display: none;
}

.video-block.no_video {
    pointer-events: none;
}

.flow-video-section .video-block::before {
    content: '';
    padding-top: 56.14%;
    display: block;
    width: 100%;
}

.flow-video-section .heading-area p {
    margin-bottom: 10px;
}

.flow-video-section .heading-area {
    align-items: flex-start;
}

.video-block img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
}

.flow-video-section .video-block img {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.video-left {
    width: 49%;
}

/********************************************/
.slider-part {
    text-align: center;
    background-color: #00393e;
    position: relative;
}

.slider-part.style2 {
    background-color: #fff;
}

.slider-part.style2 .heading-area .head-style {
    color: #00a9b7;
}

.slider-part.style2 p {
    color: #000;
}

.slider-part.style2 .button-btn a {
    background-color: #00a9b7;
    color: #fff;
}

.slider-part .heading-area .head-style,
.seven-videos .heading-area .head-style {
    color: #fff;
}

.slider-part .button-btn a {
    background: #fff;
    color: #00a9b7;
}

.slider-part .button-btn a:hover {
    background: #00a9b7;
    color: #fff;
}

.slider-part-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto
}

.slider-part h5,
.seo-changes2 h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px
}

.slider-part p {
    color: #fff;
    font-weight: 400;
    margin: 0 auto 16px auto;
}

.clearfix {
    clear: both
}

.masonry-block_ img {
    width: 100%
}

.masonry-block_ {
    margin: 0 5px
}

.masonry-block_.col-7 {
    width: calc(60.7% - 10px);
    width: -o-calc(60.7% - 10px);
    width: -ms-calc(60.7% - 10px);
    width: -moz-calc(60.7% - 10px);
    width: -webkit-calc(60.7% - 10px)
}

.masonry-block_.col-5 {
    width: calc(39.3% - 10px);
    width: -o-calc(39.3% - 10px);
    width: -ms-calc(39.3% - 10px);
    width: -moz-calc(39.3% - 10px);
    width: -webkit-calc(39.3% - 10px)
}

.masonry-block_.col-6 {
    width: calc(52.4% - 10px);
    width: -o-calc(52.4% - 10px);
    width: -ms-calc(52.4% - 10px);
    width: -moz-calc(52.4% - 10px);
    width: -webkit-calc(52.4% - 10px)
}

.masonry-block_.col-3 {
    width: calc(24.32% - 10px);
    width: -o-calc(24.32% - 10px);
    width: -ms-calc(24.32% - 10px);
    width: -moz-calc(24.32% - 10px);
    width: -webkit-calc(24.32% - 10px)
}

.masonry-block_.col-3_1 {
    width: calc(23.2% - 10px);
    width: -o-calc(23.2% - 10px);
    width: -ms-calc(23.2% - 10px);
    width: -moz-calc(23.2% - 10px);
    width: -webkit-calc(23.2% - 10px)
}

.masonry-block_.col-6_1 {
    width: calc(52% - 10px);
    width: -o-calc(52% - 10px);
    width: -ms-calc(52% - 10px);
    width: -moz-calc(52% - 10px);
    width: -webkit-calc(52% - 10px)
}

.masonry-block_.col-6_2 {
    width: calc(48% - 10px);
    width: -o-calc(48% - 10px);
    width: -ms-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    width: -webkit-calc(48% - 10px)
}

.masonry-block_.col-5_1 {
    width: calc(46.3% - 10px);
    width: -o-calc(46.3% - 10px);
    width: -ms-calc(46.3% - 10px);
    width: -moz-calc(46.3% - 10px);
    width: -webkit-calc(46.3% - 10px)
}

.masonry-block_.col-3_2 {
    width: calc(26.6% - 10px);
    width: -o-calc(26.6% - 10px);
    width: -ms-calc(26.6% - 10px);
    width: -moz-calc(26.6% - 10px);
    width: -webkit-calc(26.6% - 10px)
}

.masonry-block_.col-3_3 {
    width: calc(27% - 10px);
    width: -o-calc(27% - 10px);
    width: -ms-calc(27% - 10px);
    width: -moz-calc(27% - 10px);
    width: -webkit-calc(27% - 10px)
}

.masonry ._row_ {
    display: flex;
    flex-wrap: wrap;
    display: none
}

.masonry ._row_:nth-child(-n+3) {
    display: flex
}

.masonry.open ._row_ {
    display: flex
}

.masonry-block_.col-33 {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px)
}

.masonry-block_ a.view-more {
    display: block;
    cursor: pointer;
    background-color: var(--main-color);
    position: relative;
    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;
}

.masonry-block_ a.view-more:hover {
    background-color: var(--hover-color);
}

.masonry-block_ a.view-more img {
    margin-bottom: 0;
}

.masonry-block_ a.view-more>span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: bold;
    font-size: 28px;
}

.masonry-block_ a.view-more:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}

.masonry-block_ a.view-more:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.slider-part.style1 .masonry ._row_.have_more .masonry-block_:last-child {
    display: none;
}

.slider-part.style1 .masonry.open ._row_.have_more .masonry-block_:last-child {
    display: block;
}

.slider-part.style2 .masonry ._row_.have_more .masonry-block_:last-child {
    display: none;
}

.slider-part.style2 .masonry.open ._row_.have_more .masonry-block_:last-child {
    display: block;
}

/********************************************/
.gojekclone-video-section {
    position: relative;
    padding: 40px 0 40px;
}

.gojekclone-video-section .video-block {
    cursor: pointer;
}

.gojekclone-video-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.gojekclone-video-section .gojekclone-video-row {
    display: grid;
    grid-template-columns: 1fr 434px 1fr;
    width: 100%;
    align-items: center;
}

.gojekclone-video-section .gojekclone-video-row>div {
    display: grid;
    gap: 18px;
    align-items: center;
}

.gojekclone-video-section strong {
    font-size: 18px;
    display: block;
    color: #000;
    margin-bottom: 6px;
}

.gojekclone-video-column.have_screen {
    text-align: center;
    background-image: url(../images/home-up-2026/gojek-background.png);
    background-size: 100% auto;
    background-position: top 10px center;
    background-repeat: no-repeat;
    max-width: 100%;
    justify-content: center;
}

.gojekclone-video-section-buttons {
    margin-top: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.gojekclone-video-section .gojekclone-video-row>div .play-anim-ico {
    left: auto;
    top: auto;
    margin: 0;
    right: 10px;
    bottom: 10px;
}

/********************************************/
.getlive {
    background-color: #fff1ce;
}

.getlive-inner {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1300px;
    max-width: 100%;
    padding: 0px 15px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.getlive-left {
    width: 18%;
}

.getlive-right {
    width: 80%;
    position: relative;
}

/********************************************/
.faq {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.faq_list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}

.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: #eff6ff;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}

.faq_list li p {
    padding: 0 20px;
}

/* __________________________________________________________ */
.ai-features {
    padding: 40px 0;
}

.ai-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.ai-features-row>ul {
    display: grid;
    gap: 15px;
}

.ai-features-row>ul>li {
    background-color: #fff;
    padding: 14px 20px;
    text-align: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.ai-features ul.page-listview-area li {
    color: #fff;
    background-image: url(../images/uber-clone-taxicube/list-arrow_white.svg);
}

.ai-features-row {
    display: grid;
    grid-template-columns: 350px auto;
    gap: 30px;
}

.ai-features-data-holder {
    padding: 30px;
    background: linear-gradient(180deg, #FCAF3E 0%, #FFB851 100%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.ai-feature-image {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.ai-features-content {
    display: none;
    grid-template-columns: 230px auto;
    gap: 20px;
    align-items: flex-start;
}

.ai-features-content img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: auto;
}

.ai-features-content.active {
    display: grid;
}

.ai-features-content p {
    color: #fff;
}

.ai-features-content strong {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}

.ai-features ul li.active {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px var(--primary) inset;
}




/* Grid */
.ai-features .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 14px;
}

.ai-features .card {
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ai-features .image__box {
    display: block;
    text-align: right;
    margin: -89px -24px -24px -24px;
}

.ai-features .image__box img {
    vertical-align: top;
    max-width: 100%;
}

.ai-features .card:hover {
    transform: translateY(-4px);
}

.card-icon {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
}

.ai-features .card-icon i {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: 40px;
}

.ai-features .card strong {
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.ai-features .button-btn {
    display: block;
}

.ai-features .common-btn {
    padding: 10px 15px;
    min-height: initial;
    font-size: 16px;
    gap: 10px;
}

.ai-features .common-btn:not(:last-child) {
    margin-top: 10px;
}

/* Card sizes */
.ai-features .card-2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

.ai-features .card-2x1 {
    grid-column: span 2;
}

.ai-features .card-1x1 {
    grid-column: span 1;
}

/* Card colors */
.ai-features .card-blue {
    background: #f8faff;
}

.ai-features .card-teal {
    background: #f7fdfb;
}

.ai-features .card-amber {
    background: #fffef8;
}

.ai-features .card-purple {
    background: #fcfaff;
}

.ai-features .card-pink {
    background: #f8f5f7;
}

.ai-features .card-indigo {
    background: #f9f9ff;
}

.ai-features .card-slate {
    background: #f8feff;
}

.ai-features .card-rose {
    background: #fdf9f9;
}

.ai-features .icon-blue {
    background: #dce8ff;
}

.ai-features .icon-teal {
    background: #c9eede;
}

.ai-features .icon-amber {
    background: #fde9b2;
}

.ai-features .icon-purple {
    background: #e4d2f8;
}

.ai-features .icon-pink {
    background: #fdd4e4;
}

.ai-features .icon-indigo {
    background: #d8d8f8;
}

.ai-features .icon-slate {
    background: #D6F7FB;
}

.ai-features .icon-rose {
    background: #fcd4d4;
}

/* Price display */
.ai-features .price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 20px;
}

.ai-features .price-big {
    font-size: 28px;
    font-weight: 500;
    color: #b45a00;
    letter-spacing: -1px;
}

.ai-features .weather-icons {
    display: flex;
    gap: 6px;
    align-items: center;
}

/* Fare ring */
.ai-features .fare-ring-wrap {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

/* Bar chart */
.ai-features .bar-chart {
    display: flex;
    gap: 5px;
    align-items: flex-end;
    height: 52px;
    margin-top: auto;
    padding-top: 16px;
}

.ai-features .bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

/* Stars */
.ai-features .stars {
    display: flex;
    gap: 3px;
    margin-top: auto;
    padding-top: 16px;
}

.ai-features .star {
    width: 18px;
    height: 18px;
}

/* Route line */
.ai-features .route-visual {
    margin-top: 16px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 64px;
}

/* Voice bars */
.ai-features .voice-bars {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin-top: auto;
}

.ai-features .vbar {
    width: 4px;
    background: #e87070;
    border-radius: 2px;
    transition: height 0.3s ease;
}

/* AI fare card */
.ai-features .fare-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.ai-features .fare-text {
    flex: 1;
}

.ai-features .fare-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #8a2ab9;
    box-shadow: 0 0 0 8px rgba(138, 42, 185, 0.08);
    flex-shrink: 0;
    margin-left: 24px;
}

.ai-features a.ai__features {
    display: block;
    cursor: pointer;
    background-color: var(--main-color);
    position: relative;
    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: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.ai-features a.ai__features:hover {
    background-color: var(--hover-color);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

.ai-features a.ai__features:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    pointer-events: none;

}

/* __________________________________________________________ */

@media screen and (min-width:1921px) {
    .wrapper {
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media screen and (max-width:1920px) {
    .wrapper {
        overflow: hidden;
    }

    .payment-right img {
        min-width: 40.9vw;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1920px) {
    .new-banner h1.head-style {
        font-size: 50px;
    }

    .new-banner .new-banner-left .new-banner-caption>h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .new-banner .banner-button-block {
        margin-top: 15px;
    }

    .new-banner-right img {
        width: 529px;
    }

    .new-banner-right {
        width: 539px;
    }

    .headStyle {
        font-size: 32px;
    }

    ul.primary-features {
        margin: 20px 0 -83px 0;
    }

    .new-banner-left {
        width: calc(100% - 559px);
        width: -o-calc(100% - 559px);
        width: -moz-calc(100% - 559px);
        width: -webkit-calc(100% - 559px);
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.50) and (max-width:1920px) {
    ul.primary-features li:after {
        font-size: 44px;
        right: 15px;
        top: 0;
    }

    ul.primary-features li>div {
        padding: 17px 15px 15px 19px;
    }

    ul.primary-features li span {
        font-size: 17px;
        line-height: 1.2em;
    }

    .footer-right-bottom .footer-left-col {
        width: 100%;
    }

    .headStyle {
        font-size: 30px;
    }
}

@media screen and (max-width:1400px) {
    .shark-package {
        background-image: none;
    }

    .package-info-left img {
        max-width: 100%;
        position: relative;
        width: 43vw;
        left: -15px;
    }

    .new-banner h1.head-style {
        font-size: 50px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width:1280px) {
    .main-banner-right:after {
        right: -330px;
    }

    .main-banner .logo {
        left: 4%;
    }

    .main-banner .gojek-clone-services {
        top: 50%;
    }

    ul.services-tabs {
        flex-wrap: nowrap;
    }

    .flow-video-section .video-main .video-box strong {
        font-size: 20px;
        display: block;
    }
}

@media screen and (max-width:1279px) {
    .main-banner .logo {
        left: 50%;
    }

    ul.primary-features li>div {
        padding: 10px 20px 10px 18px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    }

    ul.primary-features li span {
        font-size: 18px;
    }

    ul.primary-features {
        margin-top: 0;
    }

    .new-banner .new-banner-left .new-banner-caption>h2 strong {
        line-height: 38px;
        margin-bottom: 10px;
    }

    .new-banner .new-banner-left .new-banner-caption>h2 {
        line-height: 33px;
    }

    .features ul li strong {
        font-size: 20px;
        line-height: normal;
    }

    /*********************************************/
    /*********************************************/
    .main-banner-right:after {
        right: 0;
    }

    /*********************************************/
    .main-cat-block {
        width: 100%;
        margin: 0 auto;
    }

    .services-banner-design .design-caption {
        width: 50%;
    }
}

@media screen and (max-width:1200px) {
    [data-toggle="popup"],
    .btn-button {
        padding: 0px 25px 0px 25px;
    }

    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) {
    .process {
        background-image: none;
    }

    .process-flex {
        max-width: 1142px;
        width: auto;
    }

    .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) {
    ul.primary-features li:after {
        font-size: 25px;
        top: 0;
    }

    ul.primary-features li {
        width: 50%;
        margin-top: 20px;
    }

    /*********************************/
    ul.app-explain {
        display: none;
    }

    ul.payment-logos li {
        width: 25%;
    }

    /****************************/
    .new-banner-left {
        width: auto;
        margin: 0 0 0 0;
    }

    .new-banner-caption {
        padding: 0;
        margin: 0;
    }

    .new-banner-right {
        width: 100%;
        display: block;
    }


    .banner-button-block {
        text-align: center;
    }
    /*********************************/
    .script-package-row-flow {
        grid-template-columns: repeat(4, 1fr);
    }

    .features ul {
        grid-template-columns: repeat(3, 1fr);
    }

    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .services-banner-design {
        padding: 30px;
    }

    .ai-features .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:991px) {

    /***************************************/
    .new-banner {
        background-image: none;
    }

    ul.primary-features {
        margin: 0;
        order: 3;
    }

    .new-banner-left {
        width: 100%;
        order: 2;
    }

    .new-banner-right {
        order: 1;
        text-align: center;
    }

    /***************************************/
    .banner-ser-icons,
    .banner-ser-icons-movement {
        display: none;
    }

    /********************************************/
    .right-artical {
        display: none;
    }

    .left-artical {
        width: 100%;
    }

    .services-tabs_content ul li.towwidth.last.half {
        width: 100%;
    }

    /********************************************/
    ul.sitemap {
        justify-content: center;
    }

    /*********************************************/
    .components-section-left {
        width: 100%;
        padding-right: 10px;
    }

    .components-section-right {
        width: 100%;
        padding-left: 10px;
    }

    .components-section-row {
        flex-direction: column;
        align-items: center;
        display: block;
    }

    .slogan-caption strong {
        font-size: 32px;
    }

    /*********************************************/
    .product-version-block.basic_version .services-tabs_container {
        min-height: initial !important;
    }

    .more_ser.active {
        height: 100%;
        overflow-y: auto;
    }

    /********************************************/
    .features-box ul {
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }

    .features-box ul li:last-child {
        grid-column: span 2;
    }

    /********************************************/
    [class*="round-anim"] {
        display: none;
    }


    /**************************/
    .script-left {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .script-right {
        width: 100%;
    }

    /*******************************************/
    .flex-row {
        flex-wrap: wrap;
    }

    .video-right {
        margin-top: 70px;
        z-index: 2;
        margin-left: -140px;
    }

    .video-main .video-block {
        display: inline-block;
        margin: 0 0 0 0;
    }

    .video-main {
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-main .video-block.video-left {
        margin-bottom: 60px;
    }

    .video-row {
        width: 100%;
        text-align: center;
    }

    /**************************/
    .single-video .free-text-section-inner {
        display: block;
    }

    .free-text-section {
        padding: 50px 0 55px;
    }

    .free-text-section .left-part {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .single-video .right-part .text-caption {
        margin: 0;
    }

    .free-text-section .right-part {
        width: 100%;
    }

    .free-text-section p:last-child {
        margin-bottom: 0;
    }

    .main-banner .logo {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .components-section-middle {
        margin: 0 auto;
    }

    .blog-row {
        grid-template-columns: repeat(2, 1fr);
    }

    ul.services-tabs {
        display: none;
    }

    .services-tabs_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

    .services-tabs_content {
        padding: 20px;
        border-left: none;
        border-radius: 0;
        border: solid #dedede 1px;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .services-tabs_content ul.havefive li {
        width: 33.33%;
    }

    .tab_drawer_heading {
        color: #585858;
        margin: 10px 0px;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        text-align: left;
        box-shadow: 0 0 0 1px #dedede inset;
        border-radius: 6px;
        margin: 0 0 15px;
        font-size: 18px;
        font-weight: 600;
    }

    .tab_drawer_heading:hover {
        background: #00a9b7;
        color: white;
    }

    .d_active {
        background: #00a9b7;
        color: var(--white);
        margin: 0;
        border-radius: 10px 10px 0px 0px;
        border: solid 1px #00a9b7;
        box-shadow: none;
    }

    ul.reviews-list li.morereview a {
        font-size: 22px;
        line-height: 22px;
    }

    /*****************************************/
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /*****************************************/
    .features ul li strong {
        font-size: 18px;
        margin-bottom: 8px;
    }

    /*******************************/
    ul.reviews-list {
        grid-template-columns: repeat(3, 1fr);
    }

    /**************************************/
    .offering ul li {
        width: calc(50% - 15px);
        width: -o-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
    }

    .new-features-list li {
        padding: 0px 15px 15px;
        width: 50%;
    }

    .new-features-list li:nth-last-child(1),
    .new-features-list li:nth-last-child(2) {
        width: 100%;
    }

    .new-features-list li .new-list img {
        max-width: 100%;
    }

    /**********************************/
    .new-banner h1.head-style {
        font-size: 45px;
    }

    .new-banner .new-banner-left .new-banner-caption>h2,
    .new-banner .new-banner-left .new-banner-caption>h2 strong {
        font-size: 24px;
        max-width: 100%;
    }

    .new-banner p b br {
        display: none;
    }

    .besoft-service-title {
        min-height: auto;
        justify-content: flex-start;
    }

    /*********************************************/
    .script-package-row-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-section-of .button {
        margin: 0 auto 0 auto;
        padding: 5px 15px;
        font-size: 20px;
    }

    .flow-video-section~.services-banner {
        padding: 40px 0;
        background-color: #f8f8f8;
    }

    .services-banner-inner {
        padding: 0 15px;
    }

    .services-banner-design {
        background-image: none !important;
    }

    .services-banner-design .design-caption {
        width: 100%;
    }

    .services-banner.revert .services-banner-design {
        background-image: none !important;
    }

    .services-banner-design.noimg .design-caption {
        display: block;
    }

    .services-banner-design {
        padding: 20px;
    }

    .services-banner-design.noimg {
        padding: 30px 20px;
    }

    /*******************************/
    .gojekclone-video-section .gojekclone-video-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gojekclone-video-section .gojekclone-video-row>div {
        grid-template-columns: 1fr 1fr;
    }

    .gojekclone-video-column.have_screen {
        display: none !important;
    }

    /*******************************/
    .flow-video-section~.services-banner {
        padding: 40px 0;
        background-color: #f8f8f8;
    }

    .flow-video-section .video-block {
        display: block;
        max-width: 710px;
        margin: 0 auto;
    }

    .video-right {
        width: 100%;
    }

    .flow-video-section .video-main {
        flex-wrap: wrap;
        text-align: center;
    }

    .flow-video-section .heading-area {
        display: block;
    }

    .flow-video-section .heading-area p {
        text-align: center;
    }

    .flow-video-section .video-main .video-box {
        text-align: justify;
    }

    .flow-video-section .video-main {
        grid-template-columns: 1fr 1fr;
    }

    .flow-video-section .video-main .video-box:last-child {
        grid-column: span 2;
    }

    /*******************************/
    ul.sitemap.advance_component {
        display: flex;
        flex-wrap: wrap;
    }

    ul.sitemap.advance_component li {
        width: calc(50% - 10px);
    }

    /*******************************/
    .about-section-of {
        padding: 30px 0;
    }

    .ai-features .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:767px) {
    .headStyle {
        position: relative;
        font-size: 28px;
        line-height: 28px;
    }

    .main-banner-caption .btn-block a.demo-btn {
        white-space: nowrap;
    }

    [data-toggle="popup"],
    .btn-button {
        min-height: 65px !important;
        width: 100%;
        margin: 0 0 15px !important;
        justify-content: center;
    }

    .banner-caption h1 {
        font-size: 35px;
    }

    .banner-caption strong {
        font-size: 20px;
    }

    .banner-ser-icons {
        display: none;
    }

    .main-banner-right {
        padding-left: 0;
    }

    .main-banner-caption {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 0;
        padding-top: 0;
    }

    .main-banner h1 {
        line-height: normal;
        margin: 0;
    }

    .main-banner-caption .btn-block a {
        margin: 10px 4px;
    }

    /*******************************/
    .masonry-block_[class*="col-"] {
        width: 100%;
    }
    ._TAB_ {
        width: 100%;
    }

    .features ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .features ul li:last-child {
        grid-column: span 1;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .new-features-list li {
        padding: 0px 0px 15px;
        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);
    }

    /*********************************************/
    .script-package-row-flow {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-row {
        grid-template-columns: 1fr;
    }

    .services-banner-design {
        background-image: none;
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .services-banner-design .design-caption {
        justify-content: center;
        text-align: center;
    }

    /******************************************/
    .features-box ul {
        padding: 0;
        grid-template-columns: 100%;
    }

    .features-box ul li:last-child {
        grid-column: span 1;
    }

    /******************************************/
    .besoft-service-title {
        min-height: auto;
    }

    .ai-features .grid {
        grid-template-columns: 100%;
    }

    .ai-features .card-2x2 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media screen and (max-width:630px) {

    ul.reviews-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .flow-row ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    .flow-row {
        margin-bottom: 0;
    }

    .flow-row ul li:last-child {
        margin-bottom: 0;
    }

    .offering ul li,
    .offering ul li:nth-last-child(5),
    .offering ul li:nth-last-child(2) {
        width: 100%;
    }

    .package-info.blue-bg .package-info-inner .package-info-left {
        padding-bottom: 0;
        margin: 0;
    }

    .offering ul li {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }

    /*********************************/
    .new-banner h1.head-style {
        font-size: 45px;
    }

    .other-services-item {
        width: 100%;
        margin: 0 0 20px 0;
        box-shadow: none;
    }

    .other-services .slick-slide {
        padding: 0;
        margin: 0;
    }

    .other-services.slick-slider .slick-list {
        min-height: 355px;
    }

    .video-row-flow ul li {
        width: 50%;
    }

    ul.reviews-list li.morereview a {
        font-size: 4.5vw;
        line-height: 6vw;
    }

    ul.reviews-list li a {
        left: 0;
    }

    ul.reviews-list li a {
        border-radius: 10px;
    }

    ul.reviews-list li a:after {
        width: 35px;
        height: 35px;
        background-size: 31px;
    }

    .blog-box {
        width: 100%;
    }

    .blog-box strong a {
        height: auto;
    }

    .about-section-of .button small {
        font-size: 20px;
        line-height: 1.2em;
    }

    .flow-video-section .video-main {
        display: flex;
        flex-direction: column;
    }

    .besoft-service-title {
        width: 100%;
    }

    .besoft-service-content {
        justify-content: center;
        text-align: center;
    }

    .gojekclone-video-section .gojekclone-video-row>div {
        grid-template-columns: 100%;
    }

    ul.sitemap {
        justify-content: center;
        grid-template-columns: 100%;
    }

    ul.sitemap.advance_component li {
        width: 100%;
    }



    .invest-gojek-text-caption ul li .invest-gojek-caption {
        width: 100%;
        margin-top: 10px;
    }

    /***********************/
    .v3cube-clients-section-left,
    .v3cube-clients-section-inner {
        gap: 10px;
    }

    /***********************/
    .v3cube-clients-section-left,
    .v3cube-clients-section-right {
        grid-column: span 1;
    }

    /***********************/
    ul.sitemap.advance_component li.full_width .main-cat-block {
        display: flex;
        flex-direction: column;
    }

    ul.sitemap.advance_component li.full_width .main-cat-block.inverse {
        flex-direction: column-reverse;
    }

    .faq_list {
        grid-template-columns: 100%;
    }

    .features {
        padding: 40px 0;
        background: linear-gradient(to top, #f8f8f8, #fff);
    }

}

@media screen and (max-width:480px) {

    /***********************************/
    ul.primary-features li {
        width: 100%;
        padding: 0;
    }

    /***********************************/
    .payment-logos>li {
        width: 100%;
    }

    /***********************************/
    .right-arrow,
    .both-arrow {
        display: none;
    }

    /***********************************/
    .components-text .heading {
        font-size: 18px;
    }

    .components-text .text {
        font-size: 15px;
    }

    /***********************************/
    .new-banner h1.head-style {
        font-size: 35px;
        line-height: 1em;
        margin: 0 0 10px 0;
    }

    .new-banner .new-banner-left .new-banner-caption>h2,
    .new-banner .new-banner-left .new-banner-caption>h2 strong {
        font-size: 20px;
        line-height: 1.2em;
    }

    /***********************************/
    .catrow {
        width: 100%;
    }

    .script-package-row-flow strong {
        min-height: auto;
    }

    ul.reviews-list li.morereview a:before,
    ul.reviews-list li.morereview a:after {
        display: none;
    }

    ul.sitemap li {
        width: 100%;
        padding: 0 0 0 7px;
    }

    ul.sitemap li:last-child {
        margin-bottom: 0;
    }

    .vietnam-section .play-anim-ico.theme {
        margin: -20px;
    }

    .new-banner a {
        min-width: inherit;
        height: 50px;
        font-size: 18px;
        padding: 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        cursor: pointer;
    }

    .common-btn,
    .more-reviews-btn {
        border-radius: 5px;
        font-size: 18px;
        padding: 12px 15px;
        min-height: 50px;
    }
}

