/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/

body {
    margin: 0;
}


p, h1, h2, h3, h4, h5, ul {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5em;
    font-size: 16px;
    color: black !important;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 2em;
    color: #3a3a3a;
    font-weight: 400;

}


h2 {
    font-size: 1.5em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}

h3 {
    font-size: 1.17em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

h4 {
    font-size: 1.1em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

@media screen and (max-width: 1200PX) {
    h1 {
        font-size: 1.5em;
        color: #3a3a3a;
    }


    h2 {
        font-size: 1.3em;
        color: #3a3a3a;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 1em;
        color: #3a3a3a;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 16px;
        color: #3a3a3a;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}

.service-wrapper {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.service-item {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item .content {
    width: 48%;
    text-align: left;
}

.service-item .content p {
    text-align: justify;
}

.service-item .content h3 {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 5px;
    display: inline-block;
}

.service-item .image {
    width: 48%;
    border: 1px solid #e9ecf0;
    padding: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.service-item .image img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 790px) {
    .service-wrapper {
        width: 95%;
    }

    .service-item {
        flex-flow: column;
        justify-content: center;
    }

    .service-item .content {
        width: 100%;
    }

    .service-item .image {
        width: 90%;
        margin-top: 30px;
    }
}

#index-quote-form {
    width: 100%;
    background-color: #f5efef;
}

.home_free_trial {
    margin: 0 auto;
    margin-top: 50px;
    width: 80%;
}

.h_f_c {
    padding: 20px;
}

.big_sample_image {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.big_sample_image img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 95%;
}

.slider-service {
    display: flex;
    margin: 0 auto;
    margin-top: 45px;
    width: 90%;
    max-width: 1200px;
}

.slider-service img {
    border: 2px solid #e9ecf0;
    padding: 10px;
}

.slide_image {
    box-sizing: border-box;
    margin: 0 auto;
    border: 2px solid #e9ecf0;
    padding: 10px;
}


/* == Sample page == */

.sample {
    padding-top: 60px;
}

.sample ul {
    margin: 30px 0 30px 0;
    text-align: center;
}

.sample ul li {
    display: inline-block;
    text-align: center;
    line-height: 2em;
}

.sample ul li {
    border-right: 1px solid #3a3a3a;
}

.sample ul li:nth-last-child(1) {
    border-right: none;
}

@media screen and (max-width: 500px) {
    .sample ul li {
        border-right: none;
        display: block;
    }
}

.sample ul li a {
    color: #3a3a3a;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
}

.sample-wrapper {
    display: flex;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
    max-width: 1140px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sample-item {
    display: none;
    margin-top: 30px;
    position: relative;
    width: 28%;
    padding: 15px;
    border: 1px solid #d6d6d6;
}

@media screen and (max-width: 801px) {
    .sample-item {
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .sample-item {
        width: 80%;
    }
}

.sample-item-before {
    display: block;
}

.sample-item-after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
}

.sample-item:hover .sample-item-after {
    display: block;
}

/*For header*/
.header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #e3e8fb;
    /*box-shadow: 0px 2px 10px #00ff20;*/
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 10000000000;
}

.inner-header {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    line-height: 2em;
}

ul.mobile {
    display: none;
}

.navigation ul:first-child {
    border-bottom: 1px solid #0f0e0e;
}

.navigation ul li {
    display: inline-block;
    font-weight: bold;
}

.navigation ul li a {
    color: #0f0e0e;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 20px;
    padding-bottom: 15px;
}

.navigation ul li a:hover {
    /*text-shadow: 0px 0px 1px #0f0e0e;*/
    text-shadow: 0px 0px 10px #3d62ff;
}

.navigation ul ul {
    display: none;
}

.navigation ul.desktop li:hover > ul {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 70px;
    width: 300px;
    background: #e3e8fb;
    line-height: 2.4em;
}

.navigation ul.desktop li:hover > ul li:not(:nth-last-child(1)) {
    border-bottom: #0f0e0e;
}

.navigation ul.desktop li:hover > ul li {
    margin: 0 10px;
}

.navigation ul.desktop li:hover > ul a {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;

}

.navigation ul.desktop li:hover > ul a:hover {
    font-size: 1.1em;
    background: #7d98ff;
}

.navigation .icon {
    display: none;
}

@media screen and (max-width: 810px) {
    .navigation ul li a {
        font-size: 15px;
    }

    .logo img {
        width: 80%;
    }
}

@media screen and (max-width: 782px) {
    .desktop {
        display: none;
    }

    .navigation .icon {
        display: flex;
    }

    /* .logo img { width: 80%; } */
    .toggle-nav ul.mobile {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        right: 0;
        height: 100vh;
        width: 300px;
        background: #e3e8fb;
    }

    .toggle-nav input[type=checkbox] {
        display: none;
    }

    .toggle-nav label {
        cursor: pointer;
    }

    .toggle-nav input[type=checkbox]:checked ~ ul {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        position: relative;
        top: 0;
        right: 0;
        width: 300px;
        background: #e3e8fb;
    }

    .toggle-nav input[type=checkbox]:checked ~ ul li {
        margin-left: 15px;
    }

    .toggle-nav input[type=checkbox]:checked ~ ul li a {
        text-transform: none;
    }

    .fa {
        font-size: 40px;
        line-height: 1.5em;
        color: #0f0e0e;
    }

    .toggle-nav ul li a {
        font-size: 16px;
    }
}

.all_services_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
}

.all_services_box {
    text-align: center;
    margin-top: 20px;
    padding: 35px 10px;
    width: 32%;
    min-width: 300px;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 50%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.all_services_box_image {
    text-align: center
}

.all_services_box_content h2 {
    text-align: center;
    margin: 20px 0 10px 0;
}

.all_services_box_content {
}

.all_services_heading {
    display: inline-block;
    width: 98%;
    max-width: 1200px;
    padding: 15px;
    margin: 30px 0 10px 0;
    border: 3px solid #666666;
}

.about_us_h {
    width: 100%;
    background-image: url('/static/image/about-bg.jpg') !important;
    height: 300px;
}

.about_left_right_section {
    margin: 0 auto;
    padding: 0;
    display: block;
}

.about_left_right_wrapper {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.about_left_content {
    width: 60%;
}

.about_right_image {
    width: 38%;
    min-width: 320px;
}

.our_vission_mission_values_wrapper {
    margin: 0 auto;
    margin-top: 50px;
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media only screen and (max-width: 3000px) {
    .our_vission {
        width: 32%;
        text-align: justify;
    }

    .our_mission {
        width: 32%;
        text-align: justify;
    }

    .our_values {
        width: 32%;
        text-align: justify;
    }
}

.our_team_area {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;;
    text-align: center;
}

.our_team_member_wrapper {
    margin: 50px 0 0 0;
    padding: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.our_team_member_box {
    text-align: center;
}

.our_team_member_box h2 {
    margin: 20px 0 0 0;
    font-size: 25px;
}

.our_team_member_box p {
    margin: 0 0 0 0;
}

.our_team_socials {
    margin-top: 20px;
}

.our_team_socials ul li {
    list-style-type: none;
    display: inline;
}


@media only screen and (max-width: 580px) {
    .our_team_member_box {
        width: 90%;
    }

    .our_vission {
        width: 98%;
    }

    .our_mission {
        width: 98%;
    }

    .our_values {
        width: 98%;
    }

    .our_team_area {
        width: 98%;
    }

    .about_left_content {
        width: 98%;
    }
}

.fa {
    color: white;
    font-size: 20px !important;
    margin-right: 12px;
    background-color: #313844;
    padding: 14px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.about-cactus {
    background-image: url("/static/image/about-us-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
    padding: 80px 0 400px;
}

.about-cactus-content {
    margin: 0 auto;
    width: 70%;
}

.about-cactus-content h2 {
    margin-bottom: 25px;
}

@media only screen and (max-width: 580px) {
    .about-cactus-content {
        width: 95%;
    }

    .about-cactus {
        padding: 40px 0 150px;
    }
}

.d-error {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.d-success {
    padding: 20px;
    background-color: #00c585;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* User Account Application CSS */

.useraccount-container {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
}

.ua-section-header h2 {
    margin-top: 45px;
    margin-bottom: 0;
}

.ua-table {
    width: 100%;
}

.ua-table:hover {
    box-shadow: none;
    cursor: default;
}

.ua-table .pricing-element:first-child {
    background: #4f577d;
}

.ua-table .pricing-element:first-child p {
    font-weight: bold;
}

.ua-table .pricing-element:not(:first-child) {
    background: none !important;
    border-bottom: 1px solid #e9ecf0;
    height: auto;
    min-height: 50px;
}

.ua-table .pricing-element p {
    width: 900px !important;
}

.ua-table .pricing-element:nth-child(2) p {
    text-transform: none !important;
}

.ua-quote {
    margin-top: 45px;
    box-sizing: border-box;
}

.ua-quote form {
    box-sizing: border-box;
}

.ua-quote input, select, textarea {
    width: 100%;
    padding: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    border-style: solid;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    color: #555;
    border: 1px solid #e9ecf0;
}

.ua-quote label {
    width: 100%;
    display: block;
    margin: 25px 0 5px 0;
    font-size: 16px;
    color: #272727;
    font-weight: bold;
}

.ua-quote select:focus, input:focus, textarea:focus {
    border: 1px solid #659cda;
    color: #000;
}

.readonly_field:focus {
    border: 1px solid #e9ecf0 !important;
    color: #555 !important;
}

.ua-quote select {
    padding: 10px 10px;
}

.ua-quote input[type="radio"] {
    width: auto;
    vertical-align: middle;
    margin-top: -1px;
}

.dropzone {
    border: 2px dashed rgb(196, 196, 196) !important;
}

.row {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.col-md-2 {
    margin: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
}

img.img-thumbnail {
    border-radius: 20px;
    padding: 5px;
    width: 135px !important;
    height: 135px !important;
}

.btn {
    width: 60% !important;
    border: 0;
    padding: 0;
    background: transparent;
    color: #13355b;
}

.btn:hover {
    text-decoration: underline;
}

.register-form {
    margin: 0 auto;
    margin-top: 45px;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    border: 1px solid #dadbdc;
}

.submit {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 50% !important;
    background: #7d98ff;
    color: white !important;
    font-weight: bold !important;
    border-radius: 15px !important;
    cursor: pointer;
}

.create_link {
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #335984;
}

a.create_link:hover {
    text-decoration: underline;
}

ul.form-message li {
    line-height: 15px;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

ul.form-message li.error {
    background: #fff3f5;
    color: #ff5a77;
}

ul.form-message li.success {
    background: #e9ffdd;
    color: #009435;
}

.submit-job {
    width: 20% !important;
    min-width: 150px !important;
    padding: 10px;
    font-size: 16px;
}

/* Order detailes */

.order_wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.order_wrapper:not(:nth-last-child(1)) {
    border-bottom: 1px solid #e9ecf0;
}

.order_wrapper:nth-child(2) {
    margin-top: 45px;
}

.order_field {
    width: 20%;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
}

.order_content {
    width: 80%;
    font-size: 16px;
}

.order_content input {
    margin-left: 20px;
    padding: 3px;
    font-size: 15px;
    border: 1px solid grey;
}

.order_content input:focus {
    padding: 3px;
    font-size: 15px;
    border: 1px solid grey;
}

@media screen and (max-width: 767px) {
    .order_wrapper {
        flex-flow: column;
    }

    .order_field {
        width: 100%;
    }

    .order_content {
        width: 100%;
    }
}


/* CSS for new clipping path page */

.clipping-box {
    display: flex;
    width: 80%;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid #cecece;
    border-radius: 10px;
    justify-content: space-between;
}

.clip-left {
    width: 20%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #eeeeee;
    border-right: 2px solid #cacaca;
}

.clip-left h1 {
    font-size: 150px;
    color: rgb(136, 136, 136);
    text-align: center;
}

.clip-right {
    width: 79%;
    padding: 20px;
}

/*See more button*/
a.see_more {
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    color: white;
    background: #3d5775;
    display: block;
    width: 120px;
}

.home_free_trial {
    background: #e9ecf0;
    margin-top: 50px;
}

.h_f_wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.f_h {
    width: 25%;
}

.h_f_c {
    padding: 20px;
}

.h_f_wrapper input {
    width: 90%;
    padding: 8px 5px;
    font-family: inherit;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 15px;
    border-style: solid;
    border: 2px solid #e9ecf0;
    outline: none;
}

@media screen and (max-width: 500px) {
    .f_h {
        width: 100%;
    }

    .h_f_wrapper input {
        width: 100%;
    }
}

/* == Pricing Page CSS == */

.basic-pricing {
    margin-top: 90px;
    text-align: center;
}

.basic-pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.basic-p-item {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex-wrap: wrap;
    width: 23%;
    min-width: 250px;
    border: 1px solid #e9ecf0;
    padding: 5px;
    cursor: pointer;
}

.basic-p-item img {
    max-width: 297px;
    max-height: 219px;
}

.basic-p-item:hover {
    box-shadow: 0px 2px 10px #000;
}

.basic-p-item h4 {
    padding-top: 10px;
}

.basic-p-item a {
    margin-top: 20px;
    color: #FFFFFF;
    padding: 10px;
    background: #13355B;
    border-radius: 10px;
}

@media screen and (max-width: 650px) {
    .basic-pricing h2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.pricing {
    margin-top: 90px;
    text-align: center;
}

.pricing-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.pricing-item {
    margin-top: 30px;
    padding: 5px;
    width: 100%;
    border: 1px solid #e9ecf0;
}

/*.pricing-item:hover {*/
/*    cursor: pointer;*/
/*    box-shadow: 0px 2px 10px #000;*/
/*}*/
.pricing-element {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

.pricing-item h4 {
    color: #FFFFFF;
    margin: 0;
}

.pricing-item P {
    font-weight: 300;
    width: 110px
}

.pricing-item .pricing-element:nth-child(odd) {
    background: #ECECEC;
}

.pricing-item .pricing-element:first-child {
    background: #7d98ff;
}

.pricing-item .pricing-element:nth-child(2) p {
    text-transform: uppercase;
}

.entry-content p {
    margin-bottom: 0 !important;
}

.elementor-icon-list-icon img {
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 500px) {
    .ast-footer-copyright p {
        text-align: center !important;
    }
}


/* left-right video section */

.left-right-video-container {
    width: 100%;
    background: #e3e5ed;
}

.left-right-video {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1200px;
    width: 95%;
}

.left-right-video .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.left-content {
    width: 48%;
}

.left-content p {
    font-size: 18px;
    text-align: justify;
}

.right-video {
    width: 48%;
    padding: 190px 0;
    position: relative;
}

.right-video iframe {
    display: block;
    position: absolute;
    right: 0;
    top: 5%;
    width: 100%;
    height: 90%;
}

@media screen and (max-width: 1000px) {
    .left-right-video .container {
        flex-flow: column;
    }

    .left-right-video .left-content {
        width: 100%;
    }

    .right-video {
        width: 80%;
    }
}

@media screen and (max-width: 790px) {
    .right-video {
        width: 85%
    }
}

/*@media screen and (max-width: 597px) {*/
/*    .right-video {*/
/*        display: none;*/
/*    }*/
/*}*/


/* New pricing page */

.pricing_card_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
}

.section-pricing-header + #shopify-section-pricing-services .section-pricing-services {
    background-color: #fff
}

@media (min-width: 768px) {
    .section-pricing-header + #shopify-section-pricing-services .section-pricing-services {
        background-color: #eeeeff !important;
    }
}

.section-pricing-header + #shopify-section-pricing-services .section-pricing-services > .row {
    padding-top: 0;
    padding-bottom: 30px
}

.section-pricing-services {
    background-color: #eeeeff !important;
}

.section-pricing-services .row {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .section-pricing-services .row {
        padding-top: 118px;
        padding-bottom: 84px
    }
}

.section-pricing-services .row > .inner > h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: .5em
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h2 {
        font-size: 48px;
        line-height: 54px
    }
}

.section-pricing-services .row > .inner > h3 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .section-pricing-services .row > .inner > h3 {
        margin-bottom: 76px
    }
}

.section-pricing-services .pricing-services .pricing-service .pricing-service-inner {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .pricing-service-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 10px 22px 60px rgba(43, 27, 154, .06);
        box-shadow: 10px 22px 60px #2b1b9a0f;
        margin-bottom: 24px
    }
}

.section-pricing-services .pricing-services .pricing-service .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 20px 20px 15px
    }
}

.section-pricing-services .pricing-services .pricing-service .content .title {
    color: var(--service-color);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .content .title {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-services .pricing-services .pricing-service .content .text {
    margin-bottom: 16px
}

.section-pricing-services .pricing-services .pricing-service .image {
    -ms-flex-preferred-size: 133px;
    flex-basis: 133px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: var(--service-color);
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 24px;
        padding: 8px;
        -ms-flex-preferred-size: 92px;
        flex-basis: 92px;
        height: 92px;
        border-radius: 4px
    }
}

.section-pricing-services .pricing-services .pricing-service:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section-pricing-services .pricing-services .pricing-service .price {
    overflow: hidden;
    min-width: 133px;
    min-height: 133px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 12px 30px rgba(43, 27, 154, .08);
    box-shadow: 0 12px 30px #2b1b9a14;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .price {
        margin: 16px;
        min-width: 107px;
        min-height: 100px;
        border-radius: 4px
    }
}

.section-pricing-services .pricing-services .pricing-service .price * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 0
}

.section-pricing-services .pricing-services .pricing-service .price header {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f8f6fa;
    text-align: center;
    color: #8076c2
}

.section-pricing-services .pricing-services .pricing-service .price .amount {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    white-space: nowrap
}

@media (min-width: 768px) {
    .section-pricing-services .pricing-services .pricing-service .price .amount {
        font-size: 32px;
        line-height: 40px
    }
}

.section-pricing-services .pricing-services .pricing-service .price footer {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px
}

.section-pricing-services .actions {
    text-align: center;
    padding-top: 57px
}

.section-pricing-trial {
    background-color: #f8f6fa
}

.section-pricing-get {
    background-color: #f8f6fa;
}

.pricing_bulb_container {
    padding-bottom: 70px;
}

#shopify-section-pricing-get {
    margin: 0 auto;
    max-width: 700px;
    width: 95%;
    text-align: center;
}


/* pricing faq */
.pricing-faq-holder {
    margin: 0 auto;
    max-width: 1100px;
    width: 96%;
    background-color: white;
}


/*Pricing details*/
.price-section-container {
    margin-top: 60px;
    background: #eeeeff;
    padding: 35px;
}

.price-level-image {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
}

.price-level-image img {
    background: white;
    width: 172px;
    height: 172px;
    box-sizing: content-box;
    padding: 30px;
}

.price-level-content {
    margin-top: 30px;
}

.price-section-holder {
    margin-top: 30px;
}

/*Special offer */
.special-offer-box-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 70px 0;
}

.special-offer-box-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.special-offer-box {
    text-align: center;
    width: 30%;
    max-width: 450px;
    min-width: 300px;
    padding: 40px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.special-offer-box h4 {
    color: #8D7BFF;
}

.shot-container {
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    max-width: 1100px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid black;
}

.shot-left {
    width: 55%;
    padding: 30px;
}
.shot-right {
    width: 45%;
    padding: 30px;
}

.shot-right img {
    width: 100%;
}

@media screen and (max-width: 450px) {
    .shot-left { width: 100%; }
    .shot-right { width: 100%; }

}

.shot-container h2 { font-size: 24px !important; }

.shot-link {
    color: #ffffff;
    background: #7d98ff;
    padding: 7px 17px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}
.shot-link:hover {
    color: #ffffff;
    background-color: #436aff;
    box-shadow: 0 0 10px #002ecf;
}

.get-started {
    color: #ffffff;
    background: #7d98ff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}

.get-started:hover {
    color: #ffffff;
    background-color: #436aff;
    box-shadow: 0 0 10px #002ecf;
}

.checkout-container {
    padding: 50px;
}

.table-container {
    margin: 60px auto 0 auto;
    border: 1px solid #38387b;
    padding: 40px 10px;
}

.table-paragraph {
    text-align: center;
}

.faqs .faq {
    background-color: #f4f4ff; border-color: #e1e1ff;
}

@media screen and (max-width: 450px) {
    .special-offer-box {
        margin: 0 auto;
        width: 80%;
    }
}

.get-started-index {
    margin-top: 30px;
    text-align: center;
}

.sample-three-button { text-align: center; margin: 40px 0 60px 0; }

.radius { border-radius: 50%; }

.get-quick-image { max-width: 45% !important; }

.special-offer-box p { text-align: center !important; }

@media screen and (max-width: 770px) {
    .special-offer-box { margin-top: 15px; }
    .price-level-image img { margin-top: 15px; }
}

@media screen and (max-width: 435px) {
    .price-level-image img { margin: 0 auto; margin-top: 15px; }
    .price-level-content { text-align: center; }
}

