﻿@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

a, a:hover {
    color: #323c34
}

.hero-bg:after, body {
    background-color: #f8fbf9
}

.hero-bg, .hero-bg:after, header {
    position: absolute
}

    header, header.fixed {
        width: 100%;
        z-index: 3;
        top: 0;
        left: 0
    }

*, .hero-bg, .menu ul {
    padding: 0;
    margin: 0
}

.client-logo span, .header-menu {
    align-items: center
}

.dock, .home-indicator, .notch {
    left: 50%;
    transform: translateX(-50%)
}

.dock, .home-indicator, .notch, .speaker {
    transform: translateX(-50%)
}

.marker:after, p {
    line-height: 30px
}

.beacon, .footer-link, a:hover {
    text-decoration: none
}

.slider-nav span b, body, strong {
    font-weight: 400
}

.faq-item.active .faq-icon, .fea-content li:before {
    transform: rotate(45deg)
}

#msform .action-button, #msform .action-button-previous {
    width: auto;
    padding: 7px 20px;
    margin: 10px;
    float: right;
    cursor: pointer
}

#progressbar, .acc-item, .faq-answer, .faq-item, .footer-bottom, .globe, .hero-bg, .map, .name-area p, .phone-body, .screen, .web-v {
    overflow: hidden
}

    .date-display, .footer-bottom h5, .globe-popup, .hero-page h1, .notification, .status-bar, a, body, div, h1, h2, h3, h4, h5, h6, p, span {
        font-family: Optima
    }

@font-face {
    font-family: Optima;
    font-style: normal;
    font-weight: 400;
    src: local('Optima'),url('/web-assets/fonts/OPTIMA.woff') format('woff')
}

@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Optima Italic'),url('/web-assets/fonts/Optima_Italic.woff') format('woff')
}

@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Optima Medium'),url('/web-assets/fonts/Optima Medium.woff') format('woff')
}

@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Optima Bold'),url('/web-assets/fonts/OPTIMA_B.woff') format('woff')
}

* {
    --b: #8ecae6;
    --v: #219ebc;
    --p: #768d7b
}

body {
    width: 100%;
    height: 100%;
    letter-spacing: .5px;
    font-size: 16px;
    overflow-x: hidden;
    font-smooth: always
}

.h1, h1 {
    font-size: 1.9rem
}

strong {
    font-family: 'Optima Bold';
    font-style: normal
}

.blog-title a, .read-more:hover, .shiping h3 {
    text-decoration: underline
}

.container {
    max-width: 1260px
}

.hero-bg {
    width: 100%;
    height: 100%;
    background-color: #52418f;
    background: radial-gradient(circle,#f2f5e3 0,rgb(202 221 206) 100%)
}

    .hero-bg:after {
        bottom: -140px;
        left: 0;
        height: 380px;
        z-index: 1;
        content: '';
        width: 130%;
        transform: rotate(-14deg)
    }

.fea-content ul li, .hero-banner, .phone-body, .screen {
    position: relative
}

#gradient-canvas {
    width: 100%;
    height: 100%;
    --gradient-color-1: #aba2a2;
    --gradient-color-2: #8ecae6;
    --gradient-color-3: #219ebc;
    --gradient-color-4: #768d7b;
    --gradientAngle: -12px;
    z-index: 0;
    opacity: .8
}

header {
    padding: 15px 0
}

    header.fixed {
        position: fixed;
        background-color: #ffff;
        box-shadow: 0 0 5px rgba(0,0,0,.2)
    }

.menu {
    margin: auto 0 auto auto
}

    .menu ul {
        list-style: none
    }

        .menu ul li, .my-price .modal-body {
            padding: 0 15px
        }

            .menu ul li a {
                font-size: 14px;
                color: #4d5f51;
                text-transform: uppercase;
                letter-spacing: 1px
            }

#msform fieldset:not(:first-of-type), .closebtn, .headingphone, .menuicon, .phonelogo {
    display: none
}

.accordion-menu, .dock, .dock-icon, .header-menu, .status-bar, .status-icons {
    display: flex
}

.closebtn img, .menuicon img {
    width: 20px;
    height: auto
}

.logo {
    max-width: 210px
}

    .logo img {
        filter: brightness(.5)
    }

.menu-right {
    margin-left: 0
}

    .menu-right a {
        background-color: #768d7b;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff
    }

        .btn:hover, .menu-right a:hover {
            background-color: #fff;
            color: #768d7b
        }

.hero-banner {
    padding: 120px 0 150px;
    z-index: 1
}

    .hero-banner h1, .hero-banner h2 {
        font-size: 72px;
        margin-bottom: 10px;
        background-image: -webkit-linear-gradient(92deg,#000,#146c93);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: 10s linear infinite hue;
        font-weight: 600;
        font-family: Optima
    }

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg)
    }

    to {
        -webkit-filter: hue-rotate(-360deg)
    }
}

.hero-banner p {
    margin-bottom: 30px;
    font-size: 16px
}

    .hero-banner p small {
        color: #b0c1b6
    }

.btn {
    background-color: #768d7b;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    border: 1px solid #768d7b
}

.card {
    max-width: 620px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #d3d3d3;
    border-radius: 16px
}

    .card p:last-child {
        margin-bottom: 0
    }

p a:hover {
    color: #66d9ef !important
}

.phone-body {
    width: 270px;
    height: 100%;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
    border: 0 solid #fff;
    z-index: 1
}

.benefits-righs .phone-body {
    position: relative;
    width: 260px;
    height: 510px
}

.min-h-screen .phone-body {
    height: 510px;
    width: 262px
}

.hero-right.robust .phone-body {
    height: 520px;
    width: 270px
}

.screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#fff,#fff)
}

.camera, .dock, .hero-image, .home-indicator, .notch, .notification, .power-btn, .speaker, .web-v {
    position: absolute
}

.hero-right .screen {
    background: #f9fbf0
}

.notch {
    top: 0;
    width: 150px;
    height: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10
}

.power-btn {
    right: -5px;
    top: 100px;
    width: 5px;
    height: 50px;
    background: #333;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.clients-logo {
    margin: 0 0 5px
}

.date-display, .time-display {
    margin-top: 10px;
    text-align: center
}

.home-indicator {
    bottom: 10px;
    width: 100px;
    height: 5px;
    background: rgb(208 223 212);
    border-radius: 5px
}

.time-display {
    font-weight: 200;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 0 40px
}

.date-display {
    color: rgba(255,255,255,.7);
    font-size: 1rem
}

.dock {
    bottom: 50px;
    width: 80%;
    height: 50px;
    background: 0 0;
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    padding: .1px
}

.dock-icon {
    width: 50px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255,255,255,.15);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .2s
}

.footer-link, .social-link {
    transition: .3s;
    color: #4d5f51
}

.dock-icon:hover {
    transform: scale(1.1);
    background: rgba(255,255,255,.25)
}

.status-bar {
    justify-content: space-between;
    padding: 10px 20px;
    color: #fff;
    font-size: .8rem
}

.status-icons {
    gap: 8px
}

.camera {
    top: 7px;
    right: 72px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    border: 2px solid #444
}

.speaker {
    top: 10px;
    left: 40%;
    width: 60px;
    height: 6px;
    background: #222;
    border-radius: 3px
}

.notification {
    top: 150px;
    left: 20px;
    width: calc(100% - 40px);
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px;
    color: #fff;
    animation: .5s forwards slideIn;
    display: none;
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.2)
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.notification-title {
    font-weight: 700;
    margin-bottom: 5px
}

.notification-content {
    font-size: .9rem;
    opacity: .8
}

.globalhead, .heading {
    font-size: 50px;
    margin: 0 0 30px;
    background-image: -webkit-linear-gradient(92deg,#000,#146c93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: 10s linear infinite hue
}

.web-v {
    top: -40px;
    right: -2px;
    width: 413px;
    height: 500px
}

    .web-v img {
        border-radius: 15px 0 0
    }

.hero-image {
    right: 0
}

.feature-box, .panal {
    padding: 100px 0
}

.panal-title h4 {
    font-size: 30px;
    background-image: -webkit-linear-gradient(92deg,#6a8970,#b4cab8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0 0
}

.heading {
    text-align: center
}

.globalhead {
    text-align: center
}

.address-footer, .functionality .heading, .intra-logo, .slider-nav span {
    text-align: center
}

.functionality {
    background-color: rgb(249 251 240);
    padding: 100px 0 80px
}

    .features p, .functionality p {
        margin-bottom: 10px
    }

    .features span, .functionality span {
        text-transform: uppercase;
        font-size: 14px
    }

.fea-content h4 {
    font-size: 46px;
    margin-bottom: 30px
}

.fea-content h6 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #434636
}

.fea-content ul, .map-option ul {
    list-style: none;
    padding: 0
}

    .fea-content ul li {
        margin: 0 0 15px;
        font-size: 16px;
        padding-left: 22px
    }

.fea-image {
    width: 100%;
    position: sticky;
    top: 0
}

.footer-bottom, .map, .panal .card {
    position: relative
}

.fea-box {
    padding: 60px 0
}

.fea-content li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    margin: 0 10px 3px 0;
    background-color: #768d7b;
    top: 10px;
    left: 0
}

.ai-section, .blogdetalsec {
    padding: 60px 0 80px
}

    .ai-section video {
        width: 100%;
        height: 100%;
        vertical-align: sub
    }

.banner-point a svg, .stars svg {
    width: 20px
}

.why-tab {
    padding-top: 40px
}

.main {
    padding-bottom: 0;
    padding-top: 30px
}

.ai-section .h1, .banner-point, .map .heading {
    margin: 0 0 30px
}

.card-test .stars, .why-tab h4 {
    margin: 0 0 20px
}

.ai-section p, .why-tab img {
    margin: 0
}

.list-a, .slider-nav {
    margin: 30px 0 0
}

    .slider-nav span {
        background-color: #e3efe6;
        display: flex;
        margin: 0 2px;
        color: #000;
        font-size: 14px;
        padding: 5px;
        justify-content: center;
        min-height: 40px;
        align-items: center
    }

        .slider-nav span b {
            text-transform: uppercase
        }

    .slider-nav .slick-current span {
        background-color: #4d5f51;
        color: #fff
    }

.blog {
    padding: 20px 0 50px
}

.blog-title a {
    margin: 5px 0 0;
    display: inline-block
}

.blog .btn {
    padding: 7px 30px;
    font-size: 12px
}

.blog .item {
    padding: 0 12px
}

.allbloglist .blog-card .blog-body, .area-content, .blog-body {
    padding: 10px 0
}

    .blog-body h4 {
        margin: 0 0 15px;
        font-size: 22px
    }

.read-more {
    font-size: 14px;
    text-decoration: underline;
}

    .read-more:hover {
        font-size: 14px;
        text-underline-offset: 8px
    }

.footer-top {
    margin: 0 0 120px
}

.custom-footer {
    font-size: 14px;
    padding: 70px 0 0;
    color: #4d5f51;
    border-top: 1px solid
}

.footer-heading {
    font-size: 14px;
    display: inline-block;
    padding-bottom: .3rem;
    padding-top: 30px;
    text-transform: uppercase
}

.address-footer {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 30px 30px
}

.footer-copyright {
    border-top: 0 solid;
    margin-top: 80px;
    width: 100%
}

.footer-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
    font-size: 13px
}

    .footer-link:hover {
        color: var(--primary-blue) !important;
        transform: translateX(2px)
    }

        .footer-link:hover .link-icon {
            opacity: 1;
            margin-left: 8px
        }

.pagination-line, .social-icons {
    margin: 50px 0 0
}

.copy-link {
    text-align: right
}

    .copy-link a {
        cursor: pointer;
        margin-left: 25px;
        font-size: 12px
    }

.footer-text {
    font-size: 12px;
    margin: 0
}

section.faq-container.faq-core {
    margin-bottom: 0;
    padding: 100px 0 60px
}

.social-link {
    font-size: 20px;
    margin-right: 1rem
}

    .social-link:hover {
        color: var(--primary-blue) !important;
        transform: translateY(-3px)
    }

.footer-bottom {
    text-align: center;
    bottom: -26px
}

    .footer-bottom h5 {
        font-size: 16.2vw;
        text-transform: uppercase;
        letter-spacing: -10px;
        line-height: 30vh;
        font-weight: 600;
        display: flex
    }

.wobble span.sheen {
    -webkit-animation: .3s sheen;
    animation: .3s sheen
}

.wobble span {
    display: inline-block;
    pointer-events: none
}

@-webkit-keyframes sheen {
    50% {
        transform: translateY(-10%);
        color: #eee
    }
}

@keyframes sheen {
    50% {
        transform: translateY(-10%);
        color: #eee
    }
}

.btn-scroll-top {
    border: none;
    background: 0 0;
    color: var(--primary-blue);
    font-size: 1.5rem;
    transition: .3s
}

    .btn-scroll-top:hover {
        transform: scale(1.1)
    }

.newsletter-form .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 .2rem rgba(33,150,243,.25)
}

.banner-point a {
    margin: 0 30px 0 0;
    font-size: 16px
}

.client-logo span {
    padding: 0 13px;
    display: flex;
    min-height: 60px
}

    .client-logo span img {
        max-height: 45px;
        filter: grayscale(1);
        opacity: 1
    }

.client-logo2 span {
    padding: 0 20px;
    display: flex;
    align-items: center
}

    .client-logo2 span img {
        filter: grayscale(1);
        opacity: .8
    }

.panal .card {
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(rgb(250 253 250),#fff 35%,#ededed 80%,rgb(205 213 207));
    margin: 20px 0;
    border: 0;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    text-align: center
}

.beacon, .map .slick-slide {
    background-size: cover;
    background-position: center center
}

.panal h6 {
    border-bottom: 1px solid #d0d7d2;
    padding: 0 0 10px;
    margin-bottom: 15px;
    color: #637a68
}

.Clients__logos__col .logo {
    height: 7.5rem;
    width: 7.5rem;
    padding: 5px;
    border: 1px solid rgba(34,34,34,.2);
    margin-bottom: 15px;
    text-align: center
}

.globe:before, .overlay {
    z-index: 1;
    height: 100%;
    top: 0
}

.globe, .globe:before, .marker {
    border-radius: 50%
}

.Clients__logos__col {
    padding: 0 8px
}

    .Clients__logos__col .logo p {
        font-size: 13px
    }

.map {
    padding:0 0 110px 0;
/*    background-color: #d4e3d4;
*/    color: #1e331e
}

.marker, .overlay {
    position: absolute
}

.beacon, .map-option a, .marker, .pricing-table .pricing-table-item {
    color: #fff
}

.overlay {
    width: 100%
}

.marker {
    width: 12px;
    height: 12px;
    background-color: #fff;
    box-shadow: 0 0 0 7px #ffffff2e;
    animation: 2s ease-out infinite zoom-in-zoom-out
}

@keyframes zoom-in-zoom-out {
    0%,100% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.3,1.3)
    }
}

.marker.active {
    animation: 1s forwards pulse
}

.marker:after {
    content: attr(data-count);
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px
}

.marker1 {
    left: 270px;
    top: 270px
}

.marker2 {
    left: 350px;
    top: 420px
}

.marker3 {
    left: 600px;
    bottom: 410px
}

.marker4 {
    left: inherit;
    top: 250px;
    right: 220px
}

.marker04 {
    left: 813px;
    top: 320px
}

.marker05 {
    left: inherit;
    top: 500px;
    right: 530px
}

.animationphone, .contactwarp, .map-inner {
    position: relative
}

.beacon, .globe, .globe:before {
    position: absolute
}

.marker5 {
    right: 231px;
    top: 300px
}

.marker6 {
    right: 269px;
    top: 352px
}

.globe {
    top: -90px;
    right: -110px;
    width: 670px;
    height: 670px
}

    .globe:before {
        content: "";
        left: 0;
        width: 100%;
        box-shadow: inset 50px 0 100px 0 rgb(0 0 0 / 70%),inset 0 0 400px 0 rgb(0 0 0 / 70%)
    }

.beacon {
    z-index: 2;
    display: block;
    width: 26px;
    height: 31px;
    font-size: 0;
    transition-duration: 1s;
    background-image: url(../images/flag-JC.png);
    background-repeat: no-repeat;
    animation: 2s ease-out infinite signal
}

@keyframes signal {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: .4
    }
}

[data-location=Hawaii] {
    top: 205px;
    left: 480px
}

[data-location=Tonga] {
    top: 310px;
    left: 460px
}

[data-location=Madagascar] {
    top: 290px;
    left: 160px
}

[data-location=Cyprus] {
    top: 174px;
    left: 122px
}

[data-location=Dominican-Republic] {
    top: 205px;
    left: 650px
}

[data-location=India] {
    top: 270px;
    left: 820px
}

.logo-s {
    padding: 0 15px;
}
    .logo-s span {
        font-size: 12px;
        margin: 5px 0 0;
        text-align:center;
    }
    .logo-s img {
        margin:auto;
    }

    @keyframes axis {
        0% {
        margin-left: 0
    }

    50% {
        margin-left: -300px
    }

    100% {
        margin-left: -200px
    }
}

.map-option {
    margin: 60px 0 0;
    position: relative;
    z-index: 2
}

.banner-point p {
    font-size: 13px;
    margin: 20px 0 0;
    line-height: 24px;
    font-weight: 300
}

.compare-plans-b, .compare-plans-b2 {
    display: none;
    padding-top: 30px
}

.plan {
    padding: 120px 0 50px
}

.pricing-table {
    padding: 0;
    margin: 10px 0 0
}

    .pricing-table td {
        padding: 0;
        border-left: 1px solid #768d7b;
        border-right: 1px solid #768d7b
    }

    .pricing-table .pricing-table-list td {
        padding: 3px 8px;
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        background: #f9f9f9
    }

.hero-page h1, .my-price .modal-body h2 {
    background-image: -webkit-linear-gradient(92deg,#000,#146c93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pricing-table .pricing-table-list .glyphicon-ok {
    color: #68af27
}

.pricing-table .pricing-table-list .glyphicon-remove {
    color: #c22439
}

.pricing-table .pricing-table-list td:first-child {
    font-weight: 400;
    text-align: left;
    border-left: 0;
    font-size: 11px;
    color: #333;
    text-transform: uppercase
}

.pricepalin table tr:nth-child(2n) td, .pricing-table .pricing-table-list:nth-child(2n) td {
    background: #f2f2f2
}

.pricing-table .pricing-table-text h2 {
    font-size: 21px;
    font-weight: 300;
    line-height: 33px;
    margin: 0;
    padding: 0;
    color: #768d7b
}

.pricing-table .pricing-table-text p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin-top: 10px
}

.pricing-table .pricing-table-item .pricing-table-item-head {
    background: #768d7b
}

.table-head {
    font-size: 12px;
    margin: 3px 0;
    display: block;
    color: #768d7b
}

span.tab-td {
    padding-left: 20px
}

.pricing-table .pricing-table-item .pricing-table-item-head p {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500
}

.pricing-table .pricing-table-item .pricing-table-item-price p del, span.fa.fa-check, span.fa.fa-x {
    font-size: 12px
}

span.fa.fa-check {
    color: #116403
}

span.fa.fa-x {
    color: red
}

.pricing-table .pricing-table-item .pricing-table-item-head span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    margin: 4px 0 0;
    height: 33px
}

.pricing-table .pricing-table-item .pricing-table-item-price {
    padding: 10px;
    text-align: left;
    color: #768d7b
}

    .pricing-table .pricing-table-item .pricing-table-item-price p {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 0;
        font-weight: 500
    }

        .pricing-table .pricing-table-item .pricing-table-item-price p span {
            font-size: 12px;
            font-weight: 300
        }

    .pricing-table .pricing-table-item .pricing-table-item-price > span {
        font-size: 12px;
        font-weight: 400;
        color: #768d7b
    }

.pricing-table .pricing-table-item .pricing-table-item-purchase {
    padding: 10px 5px;
    background: #fff
}

    .pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
        text-transform: uppercase;
        margin-bottom: 0
    }

.intragation {
    padding: 60px 0;
    margin: 0
}

.faq-container .h1, section.clients-logo.intragation .h1 {
    margin-bottom: 40px
}

.intragation span {
    text-align: center;
    display: block
}

.intragation img {
    margin: 10px 0;
    max-width: 130px
}

.nav-tabs .nav-link {
    border: 0;
    background-color: #e3efe6;
    border-radius: 10px;
    margin: 0 10px;
    min-width: 200px;
    padding: 12px 0;
    box-shadow: none;
    outline: 0
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6;
    justify-content: center
}

ul#myTab {
    margin: 50px 0
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #768d7b;
    outline: 0;
    border: 0;
    box-shadow: none
}

    .nav-tabs .nav-item.show .nav-link:focus, .nav-tabs .nav-link.active:focus {
        border: 0;
        box-shadow: none;
        outline: 0
    }

.testmonial {
    margin: 0 0 30px;
    padding: 70px 0 40px
}

.card-test {
    background-color: #e8f1ea;
    padding: 20px;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    border-radius: 10px;
    width: 80%;
    margin: 10px auto
}

.stars svg {
    fill: #ff7100;
    height: 20px
}

.name-area h3 {
    font-size: 22px;
    margin: 0
}

.card-test-content p {
    font-size: 16px;
    margin-bottom: 0
}

.name-area p {
    font-size: 13px;
    margin: 3px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

.foot-vard-test {
    text-align: center;
    padding-top: 40px
}

.text-logo {
    width: 170px;
    margin: auto;
    text-align: center
}

.testmonial .heading {
    margin: 0 0 50px
}

.book-demo {
    margin: 30px 0 80px
}

.form-group {
    margin-bottom: 35px
}

.box-contct {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    color: #323c34;
    border-bottom: 1px solid #323c34;
    transition: .3s
}

    .box-contct p {
        margin-bottom: 0;
        position: relative;
        padding-left: 100px
    }

span.lab-t {
    position: absolute;
    left: 0;
    top: 0
}

.contact-form--col .form-group, .list-a h4 {
    margin-bottom: 15px
}

.contact-form--col label {
    margin-bottom: 5px
}

.contact-us, .key-page {
    padding: 40px 0 80px
}

.wrapper {
    display: flex;
    gap: 2rem;
    margin-top: 3rem
}

.contact-paraph, .time-displayani img {
    width: 75%
}

.detail-icon {
    display: flex;
    gap: 1.5rem
}

.second-row--form {
    display: flex;
    flex-direction: column
}

.info-detail {
    font-size: 1.1rem
}

.pricing-table .pricing-table-item .pricing-table-item-head {
    padding: 24px 10px;
    border-top: 1px solid;
    text-align: left;
    color: #768d7b;
    background-color: #fff
}

.bor-to-left {
    border-top-left-radius: 15px !important;
    border-left: 1px solid #768d7b !important
}

.bor-to-right {
    border-right: 1px solid #768d7b !important;
    border-top-right-radius: 15px !important
}

.pricepalin table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

.pricepalin {
    padding-top: 100px;
    padding-bottom: 20px;
    display: block;
    position: relative
}

.black-friday_pricing-back-bar {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--color--color-2);
    pointer-events: none;
    color: #323c34;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    height: 3rem;
    font-size: 1rem;
    display: flex;
    position: absolute;
    inset: -1% 0% auto;
    transform: rotate(-1.2deg);
    background-color: #e8f1ea;
    box-shadow: rgba(0,0,0,.16) 0 1px 4px
}

.black-friday_pricing-back-bar-text {
    flex: none;
    display: inline-block
}

.hedingprice {
    padding: 10px 15px
}

    .hedingprice p {
        font-size: 24px;
        color: #768d7b;
        margin: 15px 0 5px;
        font-weight: 500;
        text-align: center
    }

    .hedingprice span {
        font-weight: 400;
        font-size: 12px
    }

    .hedingprice h2 {
        font-size: 15px;
        color: #768d7b;
        margin-top: 20px
    }

.monthlydatat {
    text-align: center;
    padding: 0 0 10px
}

    .monthlydatat p {
        color: #768d7bb0;
        margin-bottom: 0;
        font-size: 20px
    }

.bord-right {
    border-right: 0px !important
}

.monthlydatat h4 {
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: 10px;
    color: #768d7b
}

    .monthlydatat h4 span {
        margin-bottom: 0;
        font-size: 36px;
        font-weight: 600
    }

.corner-right {
    border-right: 1px solid #768d7b;
    border-top-right-radius: 14px
}

.pricepalin table .table-head {
    font-size: 14px;
    font-weight: 500
}

.pricepalin table td {
    border-left: 1px solid #768d7b;
    border-right: 1px solid #768d7b;
    font-size: 14px;
    vertical-align: top
}

.pricepalin .pricing-table-list td {
    padding: 7px 10px;
    font-size: 12px;
    text-align: center
}

    .pricepalin .pricing-table-list td:first-child {
        text-align: left
    }

.pricepalin table span.tab-td {
    white-space: nowrap;
    padding-left: 10px
}

.wethigh {
    color: #000;
    font-weight: 500
}

.midline {
    box-shadow: #768d7b 0 3px 8px;
    border-top: 1px solid #768d7b
}

.about-iner {
    text-align: center;
    padding: 0;
    border: 0 solid #778c7b;
    border-radius: 0;
    position: relative
}

.contact-detail--col, .features .hero-right, .footleft, .hero-right.robust, .phonestik {
    position: sticky;
    top: 70px
}

.about-us {
    padding: 60px 0 0;
    margin: 50px 0
}

.about-box .h1 {
    margin-bottom: 25px;
    font-size: 50px
}

.about-box p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 34px
}

    .about-box p strong {
        margin-bottom: 20px
    }

.about-box {
    padding: 0
}

.list-a ul {
    list-style: none;
    margin-bottom: 0
}

    .list-a ul li {
        margin: 0 0 10px
    }

.map-option ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative
}

    .map-option ul li svg {
        position: absolute;
        left: 0
    }

button:focus {
    outline: dotted 0;
    outline: -webkit-focus-ring-color auto 0
}

.faq-container {
    max-width: 800px;
    margin: 0 auto 100px
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    transition: .3s
}

.faq-question {
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    transition: background .3s
}

    .faq-question:hover {
        background: #f0f0f0
    }

.faq-answer {
    max-height: 0;
    background: #fafafa;
    transition: .4s;
    padding: 0 20px;
    line-height: 1.6;
    color: #555
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px
}

.faq-icon {
    font-size: 20px;
    transition: transform .3s
}

.main-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .main-plan .cards {
        display: flex;
        justify-content: center
    }

    .main-plan .price-card {
        width: 30%;
        margin: 20px;
        border-radius: 20px;
        background: #e8f1ea;
        transition: .3s
    }

        .main-plan .price-card:hover {
            transform: scale(1.05)
        }

    .main-plan .price-card--top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 15px
    }

        .main-plan .price-card--top h3 {
            font-size: 1.5rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0
        }

        .main-plan .price-card--top h5 {
            font-size: 1.2rem;
            font-weight: 400
        }

        .main-plan .price-card--top span {
            font-size: 2.5rem;
            position: relative;
            top: 5px;
            margin: 0 2px;
            font-weight: 600
        }

        .main-plan .price-card--top hr {
            width: 90%;
            color: rgba(245,245,245,.7);
            margin-top: 0;
            margin-bottom: 0
        }

    .main-plan .price-card--bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

        .main-plan .price-card--bottom ul {
            list-style: none;
            padding: 0 20px;
            min-height: 622px
        }

            .main-plan .price-card--bottom ul li {
                font-size: 15px;
                margin-bottom: 10px;
                position: relative;
                padding-left: 30px
            }

                .main-plan .price-card--bottom ul li i {
                    font-size: 15px;
                    margin-right: 15px;
                    position: absolute;
                    left: 0;
                    top: 3px
                }

        .main-plan .price-card--bottom .btn {
            display: block;
            padding: 10px 65px;
            margin: 0 auto 35px;
            border: none;
            font-weight: 500;
            text-transform: uppercase
        }

.price-text {
    font-size: 1.2rem !important
}

.compare-plans-h, .compare-plans-h2 {
    text-align: center;
    border-top: 1px solid #d4dfd6;
    padding: 15px 0;
    margin-top: 10px;
    border-bottom: 1px solid #d4dfd6;
    cursor: pointer
}

    .compare-plans-h h4, .compare-plans-h2 h4 {
        margin-bottom: 0;
        font-size: 20px
    }

        .compare-plans-h h4::after, .compare-plans-h2 h4::after {
            content: '+';
            margin: 0 0 0 20px
        }

.display .compare-plans-h h4::after, .display .compare-plans-h2 h4::after {
    content: '-'
}

.display .compare-plans-b, .display .compare-plans-b2 {
    display: block
}

.hero-page {
    background: radial-gradient(circle,#f2f5e3 0,rgb(202 221 206) 100%);
    padding: 120px 0 40px;
    text-align: center
}

.acc-btn, .form-card, .fs-title {
    text-align: left
}

.hero-page h1 {
    font-size: 74px;
    margin-bottom: 10px;
    -webkit-animation: 10s linear infinite hue;
    font-weight: 600
}

.benefits-phone {
    margin-left: auto
}

.wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 280px 1fr;
    align-items: start
}

.feature-box .nav {
    background: linear-gradient(180deg,var(--card),rgba(11,18,32,.6));
    border-radius: var(--radius);
    padding: 0;
    position: sticky;
    height: fit-content;
    min-height: 220px;
    top: 40px
}

#msform, #msform fieldset, #progressbar li, .card, .latestblogs ul li, .radiostyle {
    position: relative
}

.feature-box .nav h3 {
    margin: 0 0 10px;
    font-size: 16px
}

.feature-box .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 89vh;
    overflow: auto;
    scrollbar-width: none
}

    .feature-box .nav-list:hover {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1
    }

    .feature-box .nav-list::-webkit-scrollbar {
        width: 6px;
        background: 0 0
    }

    .feature-box .nav-list::-webkit-scrollbar-thumb {
        background: 0 0
    }

.feature-box .nav-item.active, .feature-box .nav-item:hover, .module-card, .module-icon {
    background: radial-gradient(circle,#f2f5e3 0,rgb(202 221 206) 100%)
}

.feature-box .nav-list:hover::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px
}

.feature-box .nav-list:hover::-webkit-scrollbar {
    background: #f1f1f1
}

.feature-box .nav-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--muted);
    transition: .18s
}

.feature-box .nav-number, .module-icon {
    place-items: center;
    color: var(--accent);
    font-weight: 700
}

.feature-box .nav-item.active, .feature-box .nav-item:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
    color: rgba(11,18,32,.6)
}

.feature-box .nav-number {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: grid;
    background: linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01))
}

.content {
    display: grid;
    gap: 18px
}

.module-card {
    border-radius: 10px;
    padding: 20px 18px;
    border: 1px solid rgba(255,255,255,.02)
}

.module-head {
    display: flex;
    gap: 12px;
    align-items: center
}

.module-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    flex: 0 0 56px;
    box-shadow: 0 0 7px rgba(0,0,0,.15)
}

.bullet, .progress {
    height: 20px
}

.module-title h2 {
    margin: 0;
    font-size: 18px
}

.module-title p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px
}

.accordion {
    margin-top: 10px;
    display: grid;
    gap: 12px
}

.acc-item {
    background: linear-gradient(180deg,rgba(255,255,255,.015),transparent);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.02)
}

.acc-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 12px 14px;
    cursor: pointer;
    background: 0 0;
    border: none;
    color: inherit;
    font-size: 16px
}

    .acc-btn:hover {
        background: rgba(255,255,255,.01)
    }

.acc-title {
    font-weight: 500
}

.acc-panel {
    padding: 5px 14px 18px;
    font-size: 16px;
    line-height: 1.5;
    display: none
}

.fs-title, .steps {
    font-size: 25px;
    font-weight: 400
}

.points {
    display: grid;
    gap: 8px;
    margin: 0;
    grid-template-columns: 1fr
}

.point, .radio-compont {
    display: flex;
    gap: 10px
}

.point {
    align-items: flex-start
}

.bullet {
    width: 20px;
    background: url(/images/star03.png) center/100% no-repeat;
    margin-top: 0;
    flex: 0 0 15px
}

.acc-arrow i {
    transform: rotate(-90deg) scale(1.1);
    display: inline-block;
    transition: transform .25s,opacity .2s
}

.acc-item.open .acc-arrow i {
    transform: rotate(0) scale(1)
}

    .acc-item.open .acc-arrow i:before {
        content: "\f068"
    }

.acc-item.open .acc-panel {
    display: block;
    animation: 1s slideDown
}

.acc-item .acc-panel {
    animation: 1s slidetop
}

@keyframes slideDown {
    from {
        transform: translateY(-6px);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

.nortextss h5 {
    color: #525b54
}

#msform {
    text-align: center;
    margin-top: 0
}

    #msform fieldset {
        background: #fff;
        border: 0;
        border-radius: .5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px
    }

.form-card {
    padding: 10px
}

#msform input, #msform textarea {
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px
}

    #msform input:focus, #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 3px solid #b2bab4;
        outline-width: 0
    }

#msform .action-button:focus, #msform .action-button:hover {
    background-color: #3c463e;
    color: #fff
}

#msform .action-button-previous {
    background: #616161;
    color: #fff;
    border: 1px solid #616161;
    border-radius: 0
}

#progressbar .active, .fs-title, .purple-text {
    color: #673ab7
}

#msform .action-button-previous:focus, #msform .action-button-previous:hover {
    background-color: #000
}

.card {
    z-index: 0;
    border: none
}

.fs-title {
    margin-bottom: 15px
}

.purple-text {
    font-weight: 400
}

.steps {
    color: gray;
    margin-bottom: 10px;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    color: #d3d3d3
}

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        font-weight: 400
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f030"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #fff;
        background: #d3d3d3;
        border-radius: 50%;
        margin: 0 auto 10px;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #d3d3d3;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:after, #progressbar li.active:before {
        background: #673ab7
    }

.progress-bar {
    background-color: #005b85
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.radio-compont {
    padding: 10px;
    cursor: pointer;
    transition: .3s;
    align-items: center
}

.radio-text {
    padding: 0 10px;
    color: #738577
}

.radio-compont:hover {
    box-shadow: inset 4px 4px 12px #afaeae,inset -4px -4px 12px #ffffffc9;
    border-radius: 100px
}

.radiostyle:checked ~ .radio-text {
    color: #3d473f
}

.radiostyle {
    appearance: none;
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 3px solid #b2bab4;
    border-radius: 50% !important;
    outline: 0;
    cursor: pointer;
    margin-bottom: 0 !important
}

    .radiostyle:checked {
        border-color: #b2bab4;
        background-color: #3d473f
    }

.radio-input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%
}

.bloghome .blog-body h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600
}

.allbloglist .blog-card .blog-body p, .bloghome .blog-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.bloghome .blog-body p {
    font-size: 14px;
    line-height: 23px
}

.bloglist {
    text-align: center;
    margin: 40px 0 20px
}

.blogdetailhero {
    padding: 30px 0
}

.area-content .title {
    font-size: 28px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #515c53
}

.siderightblog {
    padding: 10px 0;
    position: sticky;
    top: 60px;
    right: 0
}

    .siderightblog h2 {
        font-size: 26px;
        margin: 0 0 20px;
        color: #4d5f51
    }

.allcontntblog p span, .datearea span {
    color: #181818;
    font-size: 14px
}

.allcontntblog p, .allcontntblog ul li {
    font-size: 14px;
    line-height: 26px
}

    .allcontntblog p span {
        margin: 10px 0
    }

.allcontntblog iframe, .allcontntblog img, .allcontntblog picture, .allcontntblog video {
    max-width: 100% !important
}

.datearea {
    margin: 5px 0 10px
}

    .datearea strong {
        font-size: 15px
    }

.allcontntblog ul {
    margin-left: 10px;
    padding-left: 10px
}

.latestblogs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .latestblogs ul li {
        margin: 2px 0;
        transition: .3s;
        border-bottom: 1px solid #c2d4be;
        padding: 21px 0;
        font-size: 14px;
        cursor: pointer
    }

.pagination .dots, .pagination li a {
    text-decoration: none;
    margin: 0 4px;
    color: #000;
    display: block
}

.latestblogs ul li a {
    color: #3e4144;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.latestblogs ul li:hover a {
    color: #4d5f51
}

.blog-card .blog-body .read-more::before, .latestblogs ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: #4d5f51;
    transition: width .4s
}

.blog-card .blog-body .read-more.active::before, .blog-card .blog-body .read-more:hover::before, .latestblogs ul li.active::before, .latestblogs ul li:hover::before {
    width: 100%
}

.allbloglist {
    padding: 70px 0 80px
}

    .allbloglist .blog-card {
        border-radius: 4px;
        height: 100%;
        padding: 4px 4px 30px;
        position: relative
    }

        .allbloglist .blog-card .blog-body h4 {
            margin: 0 0 15px;
            font-size: 20px;
            font-weight: 600
        }

        .allbloglist .blog-card img {
            border-radius: 4px
        }

        .allbloglist .blog-card .blog-body p {
            font-size: 14px;
            line-height: 22px
        }

        .allbloglist .blog-card .blog-body .read-more {
            position: absolute;
            bottom: 10px;
            padding-bottom: 2px;
            text-decoration: none;
            color: #3e4144;
            transition: .3s;
            border-bottom: 0px solid #c2d4be;
            font-size: 14px;
            text-decoration: underline;
        }

            .allbloglist .blog-card .blog-body .read-more:hover {
                color: #4d5f51;
                font-size: 14px;
                text-decoration: underline;
                text-underline-offset: 8px
            }

.pagination-line ul {
    margin: 0;
    bottom: 0
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    align-items: center
}

    .pagination li a {
        padding: 6px 14px;
        border: 1px solid gray;
        border-radius: 5px;
        font-size: 14px;
        transition: .3s
    }

        .pagination li a.active, .pagination li a:hover {
            background-color: #768d7b;
            color: #fff;
            scale: 1.2
        }

    .pagination .dots {
        padding: 6px;
        border: 0;
        border-radius: 5px
    }

        .pagination .dots:hover {
            background-color: transparent;
            scale: 1;
            color: #000
        }

.nextprev:hover {
    background-color: #768d7b !important;
    scale: 1 !important;
    color: #fff !important
}

.refreashbtn i {
    cursor: pointer;
    color: #adaeb7;
    font-size: 30px
}

.form-index {
    padding: 15px
}

    .form-index label {
        font-size: 14px;
        margin-bottom: 5px
    }

.captcharea img {
    width: 60%;
    height: 40px
}

.form-index .form-group {
    margin-bottom: 20px !important
}

.termscontentarea .parth {
    padding-bottom: 30px
}

    .termscontentarea .parth p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px
    }

.termscontentarea h2 {
    font-size: 36px;
    font-weight: 600
}

.shiping h3, .termscontentarea .parth p strong {
    font-size: 20px
}

.shiping h3 {
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    margin-bottom: 10px
}

.shiping p {
    font-size: 16px;
    margin-bottom: 5px
}

.policy ul {
    list-style: none;
    padding-left: 20px
}

.textpartword .h1 {
    margin-bottom: 30px
}

.secpersonalised {
    padding: 70px 0 100px
}

.persona-heaading {
    padding: 0 65px
}

.backvideo, .colorbg-5, .colorbg-6, .colorbg-7 {
    padding-left: 18px
}

.arapoints.shiping {
    padding-bottom: 20px
}

    .arapoints.shiping ul {
        list-style: none;
        margin: 0;
        padding-left: 10px
    }

        .arapoints.shiping ul li {
            font-size: 16px;
            line-height: 26px
        }

.privacy .arapoints.shiping ul li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px
}

.bighightlogo {
    max-height: 50px
}

.imagetestm {
    width: 70px
}

.backvideo {
    color: #fff
}

.colorbg-1 {
    background: linear-gradient(269deg,rgb(16 31 36) 0,rgb(19 34 41) 11%,rgb(22 39 46) 19%,rgb(14 27 32) 24%,rgb(11 26 31) 34%,rgb(16 31 36) 63%,rgb(24 46 52) 100%,#22414f 49%,#264b5d 63%)
}

.colorbg-2 {
    background: linear-gradient(90deg,rgb(2 9 29) 0,rgb(3 13 34) 11%,rgb(3 13 34) 19%,rgb(4 14 36) 24%,rgb(1 8 30) 34%,rgb(1 8 28) 63%,rgb(4 16 35) 100%,rgb(14 21 41) 49%,rgb(2 9 29) 63%)
}

.colorbg-3 {
    background: linear-gradient(270deg,rgb(0 0 0) 0,rgb(3 1 1) 11%,rgb(0 0 0) 19%,rgb(0 0 0) 24%,rgb(1 1 1) 34%,rgb(1 1 1) 63%,rgb(0 39 70) 100%,rgb(0 0 0) 49%,rgb(0 0 0) 63%)
}

.colorbg-4 {
    background: linear-gradient(275deg,rgb(27 23 19) 0,rgb(27 23 19) 11%,rgb(28 24 20) 19%,rgb(25 20 17) 24%,rgb(26 21 18) 34%,rgb(25 20 17) 63%,rgb(25 20 17) 100%,rgb(23 21 17) 49%,rgb(22 20 16) 63%)
}

.colorbg-5 {
    color: #4d5f51;
    background-color: #cfdfe7
}

.colorbg-6 {
    color: #00363c;
    background-color: #74a2b5
}

.colorbg-7 {
    color: #fff;
    background-color: #232227
}

.sliderbtnas .slick-track {
    transform: none !important
}

.sliderbtnas .slick-slide {
    cursor: pointer
}

.cover-text {
    position: fixed;
    bottom: 0;
    right: 10px;
    cursor: pointer
}

.badge {
    position: relative;
    width: 135px;
    height: 135px
}

.border-svg, .loader img, svg {
    width: 100%;
    height: 100%
}

.badge text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    fill: #4d5f51;
    transform-origin: 50% 50%;
    transform: rotate(-29deg)
}

.center-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-47%,-57%)
}

.globe-clip, .globe-wrapper, .page-earth {
    position: relative;
    width: 100%
}

.center-dot img {
    width: 55px
}

.page-earth {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.globe-clip {
    overflow: hidden;
    margin-left: 15px
}

.globe-wrapper {
    height: 100%;
    left: -50%
}

#globe-2d-overlay, #globe-3d {
    width: 100%;
    height: 100%;
    display: block
}

#globe-popup-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.globe-popup {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    top: 0;
    left: 0;
    background-color: #00000082;
    color: #fff;
    padding: 10px 20px;
    font-size: 11px;
    border-radius: 3px;
    filter: drop-shadow(0px 0px 1px #768d7b);
    opacity: 1;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    box-shadow: rgb(255 255 255) 0 1px 4px
}

.flag-icon {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px
}

.error {
    color: red !important
}

.flexby {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    width: 60px;
    height: 60px
}

.features .heading {
    margin: 0 0 20px;
    text-align: left
}

.features {
    background-color: rgb(249 251 240);
    padding: 100px 0 60px
}

.time-displayani {
    font-weight: 200;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 20px 0 0;
    z-index: 10;
    display: flex;
    justify-content: center
}

.app-icon, .ponebodyani {
    display: flex;
    justify-content: center
}

.wallpaper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#6e45e2 0,#89d4cf 100%);
    opacity: .2;
    z-index: -1
}

.camera-ani, .home-indicatorani, .notch-animate {
    left: 50%;
    position: absolute
}

.ponebodyani {
    width: 260px;
    height: 510px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    opacity: 0;
    transform: scale(.85);
    transition: opacity .6s,transform .6s,box-shadow .6s
}

.features.animate .ponebodyani {
    opacity: 1;
    transform: scale(1)
}

@keyframes phoneIn {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.border-svg rect {
    fill: none;
    stroke: #d2dfc9;
    stroke-width: 3;
    rx: 44;
    ry: 50;
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    opacity: 0
}

.aniscreen {
    width: 98%;
    height: 99%;
    background: linear-gradient(135deg,#fff,#f0f0ed);
    border-radius: 40px;
    position: absolute;
    opacity: 0;
    transform: scale(.8);
    top: 2px
}

.features.animate .aniscreen {
    animation: .8s 1.5s forwards aniscreenIn
}

@keyframes aniscreenIn {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.notch-animate {
    top: 0;
    transform: translateX(-50%);
    width: 50%;
    height: 25px;
    background: #efefef;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10
}

.camera-ani {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.home-indicatorani {
    bottom: 10px;
    width: 60px;
    height: 5px;
    background: #c6ccc7;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(10px)
}

    .home-indicatorani.show {
        animation: .6s forwards homeIn
    }

@keyframes homeIn {
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }
}

.app-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 2px;
    justify-content: space-around;
    opacity: 0
}

.app-icon {
    width: 70px;
    height: 70px;
    margin: 5px 2px;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    background: radial-gradient(circle,#f2f5e3 0,rgb(202 221 206) 100%);
    opacity: 0;
    transform: scale(.5);
    position: relative;
    transition: .1s ease-in;
    cursor: pointer
}

    .app-icon.active, .app-icon:hover {
        background: radial-gradient(circle,#fff 0,#fff 100%) !important;
        transform: scale(1.1) !important
    }

        .app-icon.active .icon-border rect, .app-icon:hover .icon-border rect {
            width: 69px;
            height: 68px;
            x: 0.5;
            y: 1;
            stroke-dasharray: 248 !important
        }

    .app-icon img {
        width: 26px;
        filter: contrast(0)
    }

.app-label {
    font-size: .6rem;
    margin-top: 5px;
    opacity: .8
}

.features .app-icon {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

.btn:focus, .form-control:focus {
    outline: 0;
    box-shadow: none
}

.features .app-icon.active {
    background-color: #d5e1d8
}

.features .app-icon img {
    filter: brightness(0)
}

.icon-border {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
    stroke: #a2b38e;
    stroke-width: 1;
    stroke-dasharray: 280;
    stroke-dashoffset: 208;
    transition: stroke-dashoffset .5s linear;
    pointer-events: none
}

.app-icon.show .icon-border {
    animation: .5s forwards drawIconBorder
}

@keyframes drawIconBorder {
    to {
        stroke-dashoffset: 0
    }
}

.app-icon.show {
    animation: .5s forwards iconIn
}

@keyframes iconIn {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.seo-all-contnt {
    position: relative;
    width: 100%
}

.seo-box-content {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    width: 95%;
    transition: max-height .3s
}

.read-more-btn {
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
    color: #778c7b;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    font-size: 26px
}

.my-price .modal-header {
    text-align: center;
    display: block;
    padding-bottom: 5px
}

.my-price .modal-content {
    background-color: #e8f1ea;
    border: 0
}

.my-price .close {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 10px;
    font-size: 22px;
    font-weight: 300;
    color: #2c362e
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #388b85
}

.modal-title {
    font-size: 1.25rem;
    color: #000
}

.my-price .modal-body h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 20px;
    -webkit-animation: 10s linear infinite hue
}

.my-price .modal-footer {
    border-top: 0;
    justify-content: center
}

.my-price label {
    margin-bottom: 2px;
    font-size: 14px;
    color: #233e29
}

.my-price .modal-dialog {
    max-width: 600px
}

.my-price .btn {
    padding: 6px 20px
}

.book-demo .form-control {
    padding: 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.book-demo .btn {
    margin-top: 25px;
}

form#saveRequestDemoformus {
    background-color: #e8f1ea;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


@media (max-width:1160px) {
    .menu ul li a {
        font-size: 13px
    }

    .main-plan .price-card:hover {
        transform: scale(1.03)
    }

    .web-v {
        right: 0
    }
}

@media (max-width:991px) {
    .card-test {
        width: 100%
    }

    .logo {
        max-width: 140px
    }

    .main-plan .cards {
        display: block
    }

    .menu ul li {
        padding: 0 5px
    }

    .main-plan .price-card {
        width: 80%;
        margin: 20px auto
    }

    .benefits-phone {
        margin: auto
    }

    .phone-body {
        height: 100%
    }

    .backvideo, .colorbg-6, .colorbg-7 {
        padding-left: 10px
    }
}

@media (max-width:840px) {
    .hero-right.robust .phone-body {
        height: 490px;
        width: 245px
    }
}

@media (max-width:768px) {
    .centerize, .copy-link, .footer-text, .globalhead, .hero-page h1, .map, .wayleading, .wayleading .heading {
        text-align: center
    }

    .faq-container .h1, .heading, .hero-page h1 {
        font-size: 38px
    }

    .seo-box {
        margin-left: 0
    }

    .main-plan .price-card--bottom ul {
        min-height: 100%
    }

    .map {
        padding: 30px 0 70px
    }

    .globe-clip {
        margin: 10px auto 20px
    }

    .globe-wrapper {
        left: 0;
        margin: auto
    }

    .custom-footer {
        padding: 40px 0 0
    }

    .footleft {
        padding: 0 15px 30px
    }

    .backvideo {
        padding: 10px
    }

        .backvideo .rightcontnts {
            padding-bottom: 10px
        }

    .hero-right.robust .phone-body {
        height: 520px;
        width: 270px
    }

    .logo {
        max-width: 200px
    }

    .menu ul li a {
        font-size: 14px
    }

    .persona-heaading {
        padding: 0 10px
    }

    .module-card {
        padding: 60px 10px 35px
    }

    .module-icon {
        height: 45px;
        flex: 0 0 46px
    }

    .radiostyle {
        width: 20px !important;
        height: 20px !important
    }

    .pricepalin {
        padding: 90px 0 20px;
        display: block;
        position: relative
    }

    .main-plan .price-card {
        width: 90%
    }

        .main-plan .price-card:hover {
            transform: scale(1)
        }

    .feature-box .nav-list {
        height: auto;
        overflow: visible
    }

    .feature-box {
        padding: 50px 0 !important
    }

    .featurewarp {
        display: block !important
    }

    .benefits-righs {
        padding: 20px 0
    }

    .heroarea {
        padding-bottom: 78px
    }

    .web-v {
        text-align: right;
        width: 100%
    }

    .feature-box .nav, .sidemenu {
        bottom: 0;
        width: 300px;
        transition: .4s;
        background-color: #ffff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        height: 100%
    }

    .closebtn, .menuicon {
        display: block;
        cursor: pointer
    }

    .sidemenu {
        padding-top: 0;
        transform: translateX(-100%)
    }

        .feature-box .nav.open, .sidemenu.open {
            transform: translateX(0)
        }

    .feature-box .nav {
        overflow: auto;
        padding: 10px;
        transform: translateX(-100%)
    }

    .nonedie {
        cursor: pointer
    }

    .headingphone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .accordion-menu, .phonelogo {
        display: block
    }

    .headingphone.sticky {
        background-color: #ffff;
        position: fixed;
        padding: 17px 15px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 2px 4px rgba(0,0,0,.1)
    }

    .headingphone .menuicon img {
        width: 26px;
        height: auto
    }

    .feature-box .nav .closebtn img {
        width: 14px;
        height: auto
    }

    .feature-box .nav .closebtn {
        position: absolute;
        top: 5px
    }

    .feature-box .nav h3 {
        font-size: 16px
    }

    .headingphone h3 {
        margin-bottom: 0;
        font-size: 20px
    }

    .closebtn {
        position: absolute;
        right: 12px;
        top: 14px
    }

    .phonelogo {
        padding: 10px 5px;
        margin-bottom: 22px
    }

    .menu ul li {
        padding: 5px 15px
    }

    .hero-image {
        position: relative
    }

    .Clients__logos__col .logo {
        height: 7.8rem;
        width: 7.8rem
    }

    .hero-banner h1, .hero-banner h2 {
        font-size: 42px
    }

    .clients-logo {
        margin: 0 0 10px
    }

    .about-us {
        padding: 70px 0 0;
        margin: 0 0 30px
    }

    .features {
        padding: 70px 0 20px
    }

    .phone-body .slick-slide img {
        width: 100%
    }

    .phone-body {
        height: 100%;
        width: 60%
    }

    .herophone {
        height: 600px;
        width: 60%
    }

    .features .app-grid {
        margin-top: 15px;
        padding-bottom: 40px
    }

    .hero-right.robust {
        padding: 20px 0 40px
    }

    .copy-link a {
        margin: 0 5px
    }

    .textpartword .h1 {
        font-size: 32px;
        margin-bottom: 10px
    }

    .footer-top {
        margin: 0 0 50px
    }

    .intragation {
        padding: 60px 0
    }

    .secpersonalised {
        padding: 70px 0 50px
    }
}

@media (max-width:600px) {
    p[style*="position: fixed"] {
        font-size: 10px !important;
        padding: 4px 8px !important
    }
}

@media (max-width:575px) {
    .Clients__logos__col {
        padding: 0 6px
    }

    .faq-container .h1, section.clients-logo.intragation .h1 {
        margin-bottom: 28px;
        font-size: 28px
    }

    .intragation {
        padding: 40px 0
    }

    .textparchose .h1 {
        font-size: 32px;
        margin-bottom: 10px !important
    }

    .main-plan, .social-icons {
        margin: 20px 0 0
    }

    .book-demo {
        margin: 50px 0 10px
    }

    .blog {
        padding: 20px 0 50px
    }

    .testmonial {
        padding-top: 70px;
        margin: 0 0 30px
    }

    .intragation img {
        max-width: 110px;
        margin: 10px 0
    }

    .footer-top {
        margin: 0 0 20px
    }

    .slider-nav span {
        font-size: 10px;
        margin: 0 1px;
        letter-spacing: 0;
        padding: 4px
    }

    .slider-nav {
        overflow: auto
    }

    .about-box p {
        font-size: 20px;
        line-height: 33px
    }

    .footer-copyright {
        border-top: 0 solid;
        margin-top: 30px
    }

    .heading {
        font-size: 30px
    }

    .phone-body {
        height: 100%;
        width: 85%
    }

    .main-plan .price-card {
        width: 98%
    }

    .main {
        padding-bottom: 0;
        padding-top: 0
    }

    .why-tab {
        padding: 40px 0 80px
    }

    .map .heading {
        margin: 0 0 10px
    }

    .Clients__logos__col .logo {
        height: 6.5rem;
        width: 6.2rem
    }

        .Clients__logos__col .logo svg {
            height: auto;
            width: 50px
        }

        .Clients__logos__col .logo p {
            font-size: 12px;
            line-height: 15px;
            word-break: break-all
        }

    .herophone {
        height: 100%;
        width: 60%
    }

    .banner-point a {
        margin: 0 20px 0 0;
        font-size: 14px;
        display: inline-flex;
        padding-bottom: 19px;
        gap: 8px;
        align-items: center
    }

    .hero-banner {
        padding: 85px 0 75px
    }

        .hero-banner h1, .hero-banner h2 {
            font-size: 32px
        }

    .heroarea {
        text-align: center
    }

    .hero-banner p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width:480px) {
    .Clients__logos__col {
        padding: 0 4px
    }

        .Clients__logos__col .logo {
            height: 5.5rem;
            width: 4.9rem
        }
}
