/*
Version: 3.0.0.7
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
* {
    scrollbar-width: thin!important;
}

body, button, input, select, textarea, a, p, h1, h2, h3, h4, h5, h6, span:not(.ab-icon), div {
    font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif, 'Noto Sans', 'Arial' !important;
}

.header .flex-row {
    max-width: 100%;
    padding: 0 50px;
}

.header-nav-main > li.menu-item a {
    font-weight: 500 !important;
    font-size: 17px !important;
}

.header-nav-main > li.menu-item {
    margin: 0 1em;
}

.support-badge {
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    items-align: center;
    padding: 5px 10px;
    background: #d0e5ff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 1em;
    font-weight: 500;
    color: #0070f3;
}

.nomargin {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

.link-button {
    border: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.52);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.52);
    box-shadow: 0 1px 1px rgba(0,0,0,.52);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white!important;
    text-decoration: none;
    margin: 10px 4px;
    -webkit-transition-property: background-color,border-color,color,fill,stroke;
    -moz-transition-timing-function: background-color,border-color,color,fill,stroke;
    -o-transition-timing-function: background-color,border-color,color,fill,stroke;
    transition-property: background-color,border-color,color,fill,stroke;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    font-weight: 500;
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

.link-button.blue {
    background: #007ffa;
}

.svg-icon {
    margin-left: -5px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.section {
    padding-left: 50px;
    padding-right: 50px;
}

.img-shadow {
    border-radius: 1.6%;
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, .3), 0px 0px 1px 0 #525252;
    -moz-box-shadow: 0px 15px 40px rgba(0,0,0,.3),0px 0px 1px 0#525252;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, .3), 0px 0px 1px 0 #525252;
    overflow: hidden;
}

.hp-sec1 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: white;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: bottom;
    background-image: url("data:image/svg+xml,%3Csvg id='wave' style='transform:rotate(0deg); transition: 0.3s' viewBox='0 0 1440 150' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='sw-gradient-0' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop stop-color='rgba(247, 250, 255, 1)' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='rgba(225.397, 236.498, 255, 1)' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath style='transform:translate(0, 0px); opacity:1' fill='url(%23sw-gradient-0)' d='M0,60L60,70C120,80,240,100,360,95C480,90,600,60,720,45C840,30,960,30,1080,35C1200,40,1320,50,1440,45C1560,40,1680,20,1800,30C1920,40,2040,80,2160,102.5C2280,125,2400,130,2520,110C2640,90,2760,45,2880,42.5C3000,40,3120,80,3240,82.5C3360,85,3480,50,3600,52.5C3720,55,3840,95,3960,112.5C4080,130,4200,125,4320,105C4440,85,4560,50,4680,40C4800,30,4920,45,5040,47.5C5160,50,5280,40,5400,45C5520,50,5640,70,5760,65C5880,60,6000,30,6120,32.5C6240,35,6360,70,6480,82.5C6600,95,6720,85,6840,77.5C6960,70,7080,65,7200,72.5C7320,80,7440,100,7560,95C7680,90,7800,60,7920,42.5C8040,25,8160,20,8280,22.5C8400,25,8520,35,8580,40L8640,45L8640,150L8580,150C8520,150,8400,150,8280,150C8160,150,8040,150,7920,150C7800,150,7680,150,7560,150C7440,150,7320,150,7200,150C7080,150,6960,150,6840,150C6720,150,6600,150,6480,150C6360,150,6240,150,6120,150C6000,150,5880,150,5760,150C5640,150,5520,150,5400,150C5280,150,5160,150,5040,150C4920,150,4800,150,4680,150C4560,150,4440,150,4320,150C4200,150,4080,150,3960,150C3840,150,3720,150,3600,150C3480,150,3360,150,3240,150C3120,150,3000,150,2880,150C2760,150,2640,150,2520,150C2400,150,2280,150,2160,150C2040,150,1920,150,1800,150C1680,150,1560,150,1440,150C1320,150,1200,150,1080,150C960,150,840,150,720,150C600,150,480,150,360,150C240,150,120,150,60,150L0,150Z'%3E%3C/path%3E%3C/svg%3E");
}

.hp-sec1 a.ux-menu-link__link {
    border: 0;
}

.hp-sec1 a.ux-menu-link__link i {
    color: rgb(66, 200, 127);
}

.custom-testimonials {
    position: relative;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    max-width: 1e3px;
    margin: 0 auto;
}

.custom-testimonial-item {
    display: inline-block;
    text-align: left;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
    margin: 10px;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 330px;
    min-height: 160px;
    vertical-align: middle;
    white-space: normal;
}

.custom-testimonials-outer {
    position: relative;
}

.custom-testimonials-outer::before {
    display: block;
    content: " ";
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left,#f7fafe,rgba(255,255,255,0));
    background: -moz-linear-gradient(left,#f7fafe,rgba(255,255,255,0));
    background: -o-linear-gradient(left,#f7fafe,rgba(255,255,255,0));
    background: linear-gradient(90deg,#f7fafe,rgba(255,255,255,0));
    z-index: 1;
}

.custom-testimonials-outer::after {
    display: block;
    content: " ";
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(right,#f7fafe,rgba(255,255,255,0));
    background: -moz-linear-gradient(right,#f7fafe,rgba(255,255,255,0));
    background: -o-linear-gradient(right,#f7fafe,rgba(255,255,255,0));
    background: linear-gradient(-90deg,#f7fafe,rgba(255,255,255,0));
    z-index: 1;
}

.custom-testimonial-item .testimonial-item-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-testimonial-item .testimonial-item-content {
    margin-top: 10px;
}

.custom-testimonial-item .testimonial-item-top .author-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.custom-testimonial-item .testimonial-item-top .author-info {}

.custom-testimonial-item .testimonial-item-top .author-info .author-name {
    font-size: 14px;
    font-weight: 600;
}

.custom-testimonial-item .testimonial-item-top .author-info .author-position {
    font-size: 14px;
    color: #0070f3;
}

.custom-testimonial-item .testimonial-item-content p {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

hr {
    margin: 40px 0;
}

a.button span, a.button i {
    color: #0070f3;
}

.hp-sec13 a.button:not(.btn-go-up) {
    background: #14666d !important;
    padding: 5px 30px;
}

.hp-sec13 a.button:not(.btn-go-up) span {
    color: #fff;
}

.hp-sec13 a.button.btn-go-up span {
    font-size: 18px;
}

.absolute-footer {
    display: none !important;
}

#footer form {
    display: flex;
    border: 2px solid #0070f3;
}

#footer form input {
    margin: 0;
}

#footer form span.wpcf7-spinner {
    display: none;
}

#footer form input[type="text"] {
    width: 100%;
}

#footer form span.wpcf7-form-control-wrap {
    width: 100%;
}

#footer form input[type="submit"] {
    text-transform: none;
    background: #0070f3;
}

#footer a.ux-menu-link__link {
    border: 0;
    text-decoration: underline;
}

#footer {
    padding-top: 100px;
    padding-bottom: 90px;
    background-image: url("data:image/svg+xml,%3Csvg id='wave' style='transform:rotate(180deg); transition: 0.3s' viewBox='0 0 1440 170' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='sw-gradient-0' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop stop-color='rgba(247, 250, 255, 1)' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='rgba(228.276, 238.298, 255, 1)' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath style='transform:translate(0, 0px); opacity:1' fill='url(%23sw-gradient-0)' d='M0,119L60,124.7C120,130,240,142,360,133.2C480,125,600,96,720,82.2C840,68,960,68,1080,76.5C1200,85,1320,102,1440,99.2C1560,96,1680,74,1800,56.7C1920,40,2040,28,2160,31.2C2280,34,2400,51,2520,68C2640,85,2760,102,2880,90.7C3000,79,3120,40,3240,22.7C3360,6,3480,11,3600,11.3C3720,11,3840,6,3960,22.7C4080,40,4200,79,4320,85C4440,91,4560,62,4680,62.3C4800,62,4920,91,5040,93.5C5160,96,5280,74,5400,70.8C5520,68,5640,85,5760,87.8C5880,91,6000,79,6120,82.2C6240,85,6360,102,6480,90.7C6600,79,6720,40,6840,25.5C6960,11,7080,23,7200,48.2C7320,74,7440,113,7560,113.3C7680,113,7800,74,7920,48.2C8040,23,8160,11,8280,11.3C8400,11,8520,23,8580,28.3L8640,34L8640,170L8580,170C8520,170,8400,170,8280,170C8160,170,8040,170,7920,170C7800,170,7680,170,7560,170C7440,170,7320,170,7200,170C7080,170,6960,170,6840,170C6720,170,6600,170,6480,170C6360,170,6240,170,6120,170C6000,170,5880,170,5760,170C5640,170,5520,170,5400,170C5280,170,5160,170,5040,170C4920,170,4800,170,4680,170C4560,170,4440,170,4320,170C4200,170,4080,170,3960,170C3840,170,3720,170,3600,170C3480,170,3360,170,3240,170C3120,170,3000,170,2880,170C2760,170,2640,170,2520,170C2400,170,2280,170,2160,170C2040,170,1920,170,1800,170C1680,170,1560,170,1440,170C1320,170,1200,170,1080,170C960,170,840,170,720,170C600,170,480,170,360,170C240,170,120,170,60,170L0,170Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: top;
    background-repeat: no-repeat;
}

a.back-to-top {
    display: none !important;
}

.btn-back-to-home {
    background: #0070f3;
    width: 100%;
}

.btn-back-to-home span, .btn-back-to-home i {
    color: #fff !important;
}

.demo-page-main-sec {}

.demo-page-main-sec .right-col .row {
    max-width: 100%;
}

.demo-page-main-sec hr {
    margin-bottom: 20px;
}

.demo-page-main-sec .left-col a.ux-menu-link__link {
    border: 0;
    transition: all .3s;
    padding: 7px 20px;
}

.demo-page-main-sec .left-col a.ux-menu-link__link:hover {
    background: #eee;
}

.demo-page-main-sec .left-col .ux-menu {
    height: calc(100vh - 270px);
    margin-right: 20px;
    overflow-y: auto;
}

.package-item {}

.package-item p {
    margin: 0;
}

.package-item .package-name p {
    font-size: 21px;
    font-weight: 500;
}

.package-item .package-price p {
    font-size: 2em;
    font-weight: 900;
    background-image: -webkit-linear-gradient(339deg, #4646dc, #008fd4);
    background-image: -moz-linear-gradient(339deg,#4646dc,#008fd4);
    background-image: -o-linear-gradient(339deg,#4646dc,#008fd4);
    background-image: linear-gradient(111deg, #4646dc, #008fd4);
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package-item .package-content {}

.package-item .package-content p {}

.package-item a.button {
    background: linear-gradient(343deg,rgba(52,74,209,1)0%,rgba(77,116,235,1)32%,rgba(114,173,255,1)100%);
    padding: 4px 20px;
    margin: 0;
}

.package-item a.button span {
    color: #fff;
}

.package-item .col-inner {
    position: relative;
    background: linear-gradient(300deg, rgba(164, 223, 169, 1) 0%, rgba(199, 233, 195, 1) 32%, rgba(226, 252, 233, 1) 100%);
    -webkit-box-shadow: 0px 2px 0px 3px #52946d, 0px 9px 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 2px 0px 3px#52946d,0px 9px 15px rgba(0,0,0,.5);
    box-shadow: 0px 2px 0px 3px #52946d, 0px 9px 15px rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 20px 10px;
    overflow: hidden;
}

.package-item.standard {}

.package-item.standard .package-name p {
    font-size: 30px;
}

.package-item.standard .package-price p {
    font-size: 2.5em;
}

.package-item .package-price {
    margin: 6px 0;
}

.package-item .package-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}

.package-item .package-content p strong {
    color: #000;
    font-size: 17px;
}

.package-item.standard .package-content p strong {
    font-size: 20px;
}

.package-item.standard a.button span {
    font-size: 20px;
}

.package-item .saving {
    display: block;
    width: 144px;
    height: 24px;
    background: rgb(63, 94, 251);
    background: -webkit-radial-gradient(circle, rgb(9, 145, 65) 0%, rgb(0, 101, 41) 100%);
    background: -moz-radial-gradient(circle,rgb(9,145,65)0%,rgb(0,101,41)100%);
    background: -o-radial-gradient(circle,rgb(9,145,65)0%,rgb(0,101,41)100%);
    background: radial-gradient(circle, rgb(9, 145, 65) 0%, rgb(0, 101, 41) 100%);
    -ms-transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
    position: absolute;
    text-align: center;
    line-height: 24px;
    right: -38px;
    top: 8px;
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.package-item.standard .saving {
    font-size: 16px;
    right: -36px;
    top: 10px;
    width: 150px;
}

.pricing-license-row a.button {
    background: #007ffa;
    padding: 4px 20px;
}

.pricing-license-row a.button span {
    color: #fff;
}

.off-canvas-left .mfp-content {
    background: #fff;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #222;
    font-size: 16px;
}

.mobile-nav a i {
    background-image: linear-gradient(111deg, #4646dc, #008fd4);
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
}

.mobile-nav a i::before {
    font-size: 27px;
}

.dark-img {
    display: none;
}

@media(prefers-color-scheme: dark) {
    .sticky-add-to-cart--active, #wrapper, #main, #main.dark, h1, h2, h3, h4, h5, h6, .header-bg-color {
        background: rgba(25,33,42,1) !important;
        color: #fff !important;
    }

    .header-main .nav > li > a, #footer a.ux-menu-link__link {
        color: #fff !important;
    }

    #footer {
        background-image: url("data:image/svg+xml,%3Csvg id='wave' style='transform:rotate(180deg); transition: 0.3s' viewBox='0 0 1440 170' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='sw-gradient-0' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop stop-color='rgba(25, 33, 42, 1)' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='rgba(9, 17, 26, 1)' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath style='transform:translate(0, 0px); opacity:1' fill='url(%23sw-gradient-0)' d='M0,119L60,124.7C120,130,240,142,360,133.2C480,125,600,96,720,82.2C840,68,960,68,1080,76.5C1200,85,1320,102,1440,99.2C1560,96,1680,74,1800,56.7C1920,40,2040,28,2160,31.2C2280,34,2400,51,2520,68C2640,85,2760,102,2880,90.7C3000,79,3120,40,3240,22.7C3360,6,3480,11,3600,11.3C3720,11,3840,6,3960,22.7C4080,40,4200,79,4320,85C4440,91,4560,62,4680,62.3C4800,62,4920,91,5040,93.5C5160,96,5280,74,5400,70.8C5520,68,5640,85,5760,87.8C5880,91,6000,79,6120,82.2C6240,85,6360,102,6480,90.7C6600,79,6720,40,6840,25.5C6960,11,7080,23,7200,48.2C7320,74,7440,113,7560,113.3C7680,113,7800,74,7920,48.2C8040,23,8160,11,8280,11.3C8400,11,8520,23,8580,28.3L8640,34L8640,170L8580,170C8520,170,8400,170,8280,170C8160,170,8040,170,7920,170C7800,170,7680,170,7560,170C7440,170,7320,170,7200,170C7080,170,6960,170,6840,170C6720,170,6600,170,6480,170C6360,170,6240,170,6120,170C6000,170,5880,170,5760,170C5640,170,5520,170,5400,170C5280,170,5160,170,5040,170C4920,170,4800,170,4680,170C4560,170,4440,170,4320,170C4200,170,4080,170,3960,170C3840,170,3720,170,3600,170C3480,170,3360,170,3240,170C3120,170,3000,170,2880,170C2760,170,2640,170,2520,170C2400,170,2280,170,2160,170C2040,170,1920,170,1800,170C1680,170,1560,170,1440,170C1320,170,1200,170,1080,170C960,170,840,170,720,170C600,170,480,170,360,170C240,170,120,170,60,170L0,170Z'%3E%3C/path%3E%3C/svg%3E");
    }

    hr {
        opacity: 1;
        border-color: #fff;
    }

    .dark-img {
        display: block;
    }

    .light-img {
        display: none;
    }

    .hp-sec1 {
        background-color: rgb(23, 30, 54);
        background-image: url("data:image/svg+xml,%3Csvg id='wave' style='transform:rotate(0deg); transition: 0.3s' viewBox='0 0 1440 150' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='sw-gradient-0' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop stop-color='rgba(25, 33, 42, 1)' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='rgba(9, 17, 26, 1)' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath style='transform:translate(0, 0px); opacity:1' fill='url(%23sw-gradient-0)' d='M0,60L60,70C120,80,240,100,360,95C480,90,600,60,720,45C840,30,960,30,1080,35C1200,40,1320,50,1440,45C1560,40,1680,20,1800,30C1920,40,2040,80,2160,102.5C2280,125,2400,130,2520,110C2640,90,2760,45,2880,42.5C3000,40,3120,80,3240,82.5C3360,85,3480,50,3600,52.5C3720,55,3840,95,3960,112.5C4080,130,4200,125,4320,105C4440,85,4560,50,4680,40C4800,30,4920,45,5040,47.5C5160,50,5280,40,5400,45C5520,50,5640,70,5760,65C5880,60,6000,30,6120,32.5C6240,35,6360,70,6480,82.5C6600,95,6720,85,6840,77.5C6960,70,7080,65,7200,72.5C7320,80,7440,100,7560,95C7680,90,7800,60,7920,42.5C8040,25,8160,20,8280,22.5C8400,25,8520,35,8580,40L8640,45L8640,150L8580,150C8520,150,8400,150,8280,150C8160,150,8040,150,7920,150C7800,150,7680,150,7560,150C7440,150,7320,150,7200,150C7080,150,6960,150,6840,150C6720,150,6600,150,6480,150C6360,150,6240,150,6120,150C6000,150,5880,150,5760,150C5640,150,5520,150,5400,150C5280,150,5160,150,5040,150C4920,150,4800,150,4680,150C4560,150,4440,150,4320,150C4200,150,4080,150,3960,150C3840,150,3720,150,3600,150C3480,150,3360,150,3240,150C3120,150,3000,150,2880,150C2760,150,2640,150,2520,150C2400,150,2280,150,2160,150C2040,150,1920,150,1800,150C1680,150,1560,150,1440,150C1320,150,1200,150,1080,150C960,150,840,150,720,150C600,150,480,150,360,150C240,150,120,150,60,150L0,150Z'%3E%3C/path%3E%3C/svg%3E");
    }

    .custom-testimonial-item {
        background: #2b304e;
    }

    .custom-testimonials-outer::before {
            background: -webkit-linear-gradient(left,rgba(25,33,42,1),rgba(25,33,42,.001));
            background: -moz-linear-gradient(left,rgba(25,33,42,1),rgba(25,33,42,.001));
            background: -o-linear-gradient(left,rgba(25,33,42,1),rgba(25,33,42,.001));
            background: linear-gradient(90deg,rgba(25,33,42,1),rgba(25,33,42,.001));
    }

    .custom-testimonials-outer::after {
            background: -webkit-linear-gradient(right,rgba(25,33,42,1),rgba(25,33,42,.001));
            background: -moz-linear-gradient(right,rgba(25,33,42,1),rgba(25,33,42,.001));
            background: -o-linear-gradient(right,rgba(25,33,42,1),rgba(25,33,42,.001));
            background: linear-gradient(-90deg,rgba(25,33,42,1),rgba(25,33,42,.001));
    }

    .custom-testimonial-item .testimonial-item-top .author-info .author-position {
        color: #77b6ff;
    }

     a, a.button span, a.button i {
        color: #4299ff !important;
     }

     .hp-sec13 a.button:not(.btn-go-up) span, .package-item .package-content p strong, .package-item .package-content p, .package-item a.button span, .pricing-license-row a.button span {
        color: #fff !important;
     }

    .package-item .col-inner {
                background: rgb(14, 105, 20);
        background: -webkit-linear-gradient(315deg, rgba(14, 105, 20, 1) 0%, rgba(31, 84, 25, 1) 32%, rgba(8, 52, 20, 1) 100%);
        background: -moz-linear-gradient(315deg,rgba(14,105,20,1)0%,rgba(31,84,25,1)32%,rgba(8,52,20,1)100%);
        background: -o-linear-gradient(315deg,rgba(14,105,20,1)0%,rgba(31,84,25,1)32%,rgba(8,52,20,1)100%);
        background: linear-gradient(135deg, rgba(14, 105, 20, 1) 0%, rgba(31, 84, 25, 1) 32%, rgba(8, 52, 20, 1) 100%);
        -webkit-box-shadow: 0px 2px 0px 3px #23942d, 0px 9px 15px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0px 2px 0px 3px#23942d,0px 9px 15px rgba(0,0,0,.5);
        box-shadow: 0px 2px 0px 3px #23942d, 0px 9px 15px rgba(0, 0, 0, .5);
    }

     

    

    :root {
        scrollbar-color: #0079d3#2e3645!important;
        scrollbar-width: thin!important;
    }
}

@media (max-width: 850px) {
    .section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hp-sec13 a.button:not(.btn-go-up) {
        padding: 0 16px;
    }

    .demo-page-main-sec .left-col .col-inner {
        background: #f7faff;
        z-index: 999;
        padding-top: 30px;
    }

    .demo-page-main-sec .right-col .row {
        margin-left: 0;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}