/*Fonts*/
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* General CSS Starts */

* {
    padding: 0;
    /*font-family: ShopifySans !important;*/
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;

    / Make type rendering look crisper / -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    / Disable auto-enlargement of small text in Safari / text-size-adjust: 100%;

    / Enable kerning and optional ligatures / text-rendering: optimizeLegibility;
}

body .wrapper {
    color: #637381;
}

a:active, a:focus, button:focus {
    outline: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.sub-heading {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    text-align: center;
    margin-top: 20px;
    font-family: Montserrat-SemiBold;
    display: block;
}

.scroll-top a {
    display: inline-block;
    color: #fff;
    position: fixed;
    z-index: 100;
    bottom: 90px;
    right: 40px;
}

.scroll-top a::after {
    position: absolute;
    content: "\f062";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    background: #000000;
    right: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}

.p-80 {
    padding: 100px 0px;
}

.bg-color {
    background-color: #fbfbfb;
}

.wrapper.active {
    position: relative;
}

.wrapper.active::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.90);
}

/* General CSS Ends */

/*Header Section Starts*/
.offer-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 8px;
    /*background-image: url(https://imgbbb.com/images/2019/03/15/117cd45d31519990a.png);*/
    background-image: url('../images/christmas-offer.png');
    color: #ffffff;
}

.offer-block .offers span {
    font-weight: 500;
    text-align: center;
    display: block;
    font-family: 'sans-serif';
    color: #ffffff;
}

.offer-block .offers span a {
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    font-family: sans-serif;
    color: #c93036;
}

.offer-block .close-offer {
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #202E78;
    color: #ffffff;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    right: 0px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
}

.offers del {
    font-weight: 500;
}

.shopify-header {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 9999;
    padding: 35px 0;
    background-color: #fff;
    transition: 300ms all;
    /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

.shopify-navigation ul li:last-child {
    margin-right: 0;
}

.custom-error-span {
    display: block !important;
    text-align: left;
    margin-top: 10px;
    font-family: Montserrat-Regular;
    font-size: 14px;
}

.shopify-header.removed-offer {
    top: 0;
}

.shopify-logo a {
    display: inline-block;
}

.shopify-logo img {
    width: 160px;
    height: auto;
}

.shopify-navigation ul li {
    display: inline-block;
    margin: 0 15px;
}

.shopify-navigation ul li a {
    padding: 5px 8px;
    color: #000;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    transition: 0.5s all;
}

.shopify-navigation ul li a:hover {
    color: #6d7185;
    transition: 0.5s all;
}

.res-nav {
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    position: relative;
    font-family: fontawesome !important;
}

.res-nav.active {
    transform: rotate(180deg) translateY(50%);
    color: transparent;
}

.res-nav.active::after {
    position: absolute;
    content: "\f00d";
    color: #000;
    top: 0;
    left: 0;
}

ul.shopify-navigation-mobile li a {
    display: block;
    padding: 10px;
    transition: 0.3s all linear;
    /*border-bottom: 1px solid #dddddd;*/
    color: #000;
    font-family: Montserrat-Semibold;
    font-size: 18px;
}

ul.shopify-navigation-mobile.left-nav li a:hover {
    background-color: #dddddd;
    color: #002499;
}

.shopify-navigation-mobile {
    display: block;
    list-style-type: none;
    position: fixed;
    left: -270px;
    top: 40px;
    width: 250px;
    background-color: #ffffff;
    transition: 0.3s all linear;
    box-shadow: 3px 0px 5px -1px #939393;
    bottom: 0px;
    margin: 0;
    padding-top: 30px;
}

.removed-offer .shopify-navigation-mobile {
    top: 0;
}

.left-nav {
    left: 0;
}

.shopify-logo-mobile a {
    float: left;
}

.shopify-logo-mobile a img {
    display: block;
    width: 160px;
}

.shopify-logo-mobile::after {
    display: table;
    content: "";
    clear: both;
}

.shopify-navigation .shopify-navigation-desktop {
    margin: 0;
}

.shopify-navigation ul li:last-child a svg {
    margin-right: 10px;
    width: 18px;
}

.shopify-navigation ul li:last-child a {
    border: 2px solid #baa1c7;
    padding: 10px 35px;
    border-radius: 16px;
    box-shadow: 7px 8px 24px rgba(127, 137, 161, 0.3);
}

/*Header Section Ends*/


/*Banner Section Starts*/
.hero-section .banner-content {
    max-width: 800px;
    margin: 85px auto 0;
}

.hero-section .banner-content .review-section li img {
    max-width: 140px;
}

.hero-section .banner-content .review-section li {
    list-style-type: none;
}

.hero-section .banner-content .banner-heading {
    font-size: 58px;
    color: #000;
    text-transform: uppercase;
    line-height: 70px;
    font-family: Montserrat-ExtraBold;
}

.hero-section .banner-content .shop-url-section {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.hero-section .banner-content .shop-url-section input[type="text"] {
    height: 60px;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding-left: 20px;
    border: #f2f2f2;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    padding-right: 185px;
}

.hero-section .banner-content .shop-url-section input.submit-btn {
    position: absolute;
    width: 165px;
    right: 0;
    top: 0;
    color: #fff;
    height: 60px;
    background: #000000;
    border: #000000;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Montserrat-Medium;
    font-size: 20px;
    cursor: pointer;
}

.hero-section .banner-content .shop-url-section input[type="text"]:focus,
.hero-section .banner-content .shop-url-section input.submit-btn:focus,
.contact-field-section input:focus {
    outline: none;
    border: none;
}

.hero-section .banner-content .shop-url-section input[type="text"]::placeholder,
.contact-field-section input::placeholder,
.contact-field-section textarea::placeholder {
    color: #865a9d;
    opacity: 0.5;
    font-family: Montserrat-SemiBold;
}

.hero-section .banner-content .trial-heading {
    font-size: 17px;
    color: #3e485d;
    margin: 25px 0px 10px;
    font-family: Montserrat-Bold;
}

.hero-section .banner-content p {
    color: #6e7686;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

/*Banner Section Ends*/
/*Stats section*/
.stats-section {
    background: #000000;
    padding: 120px 0px;
}

.stats-section .stats-heading {
    font-size: 52px;
    color: #fff;
    font-family: Montserrat-SemiBold;
}

.stats-section .stats-para {
    color: #fff;
    font-size: 32px;
    font-family: Montserrat-Light;
}

/*Stats section ends*/
/*==download section===*/
.download-block-wrapper {
    background: #f2f2fc;
    padding: 60px 5px 100px;
    border-radius: 20px;
}

.download-block-wrapper .download-section {
    font-family: Montserrat-ExtraBold;
    color: #000;
    font-size: 42px;
    max-width: 900px;
    margin: 0 auto 40px;
}

/*==download section ends===*/
/*ebook section*/
.dashboard-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
}

.dashboard-section .custom-position {
    position: absolute;
    right: -104px;
    top: 0%;
    width: 100%;
    max-width: 820px;
}

.subheading {
    font-size: 16px;
    margin-bottom: 30px;
    color: #6e6d85;
    font-family: Montserrat-semiBold;
    display: block;
}

.section-main-heading {
    font-size: 46px;
    color: #000;
    line-height: 58px;
    margin-bottom: 20px;
    font-family: Montserrat-ExtraBold;
}

.section-para {
    color: #6d7185;
    font-size: 16px;
    line-height: 32px;
    font-family: Montserrat-SemiBold;
}

.demo-down {
    background-color: #fff;
    border: 2px solid #865a9d;
    padding: 18px 90px;
    border-radius: 15px;
    color: #000;
    font-size: 20px;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    text-align: center;
    font-family: Montserrat-Bold;
    transition: 0.5s linear;
    display: block;

}

.demo-down:hover {
    box-shadow: none;
    transition: 0.5s linear;
    color: #fff;
    background: #000000;
}

.pdf-down {
    background: #000000;
    border: 2px solid #000000;
    padding: 18px 35px;
    border-radius: 15px;
    /* margin-right: 30px;*/
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    font-size: 20px;
    text-align: center;
    font-family: Montserrat-Bold;
    transition: 0.5s linear;
    display: block;
}

.pdf-down:hover {
    box-shadow: none;
    transition: 0.5s linear;
    background: #fff;
    border: 2px solid #865a9d;
    color: #000;
}

/*.download-block-section {
    padding: 100px 0px;
}*/
.buttons-block {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}

/*ebook section ends*/
/*demo section*/
.position-demo {
    margin-top: 100px;
}

.desktop-demo-section {
    display: flex;
}

.mobile-demo-section {
    display: none;
}

.mobile-demo-section img {
    margin: 0 auto 18px;
    display: block;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

/*demo ends*/
/*feature section*/
.faeture-block svg {
    width: 65px;
}

.faeture-block .faeture-para {
    color: #6d7185;
    margin-top: 20px;
    font-size: 22px;
    font-family: Montserrat-semiBold;
}

.faeture-block {
    margin-top: 80px;
}

.feature-row {
    background: #f2f2fc;
    margin-bottom: 80px;
    border-radius: 20px;
    padding: 0px 0px 300px;
    position: relative;
}

.responsive-design {
    font-size: 54px;
    color: #865a9d;
    line-height: 64px;
    font-family: Montserrat-Bold;
}

.heading-align {
    position: absolute;
    left: 25px;
}

.custom-dashboard-position {
    position: absolute;
    left: 26%;
    right: 0;
    top: -420px;
}

.dashboard-align {
    padding-bottom: 450px;
}

/*Review CSS Starts*/
.review .review-wrapper {
    padding: 25px 0;
}

.review-img img {
    height: 140px !important;
    width: 140px !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.review-img-wrap {
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}

.review-quote {
    position: relative;
    line-height: 42px;
    color: #000;
    font-size: 24px;
    font-family: Montserrat-SemiBold;
}

.review-wrapper.item {
    max-width: 950px;
    margin: 0 auto;
}

.review-section .owl-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.review-section button.owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 5px;
    background-color: #c3c1f7 !important;
    border: 0;
}

.review-section button.owl-dot.active {
    background-color: #865a9d !important;
}

.shop-url {
    display: block;
    text-align: center;
}

.shop-url a {
    color: #000;
    font-family: Montserrat-Medium;
}

.review-img-wrap .play-button {
    position: absolute;
    width: 50px !important;
    bottom: -5px;
    right: 40px;
    height: 50px !important;
    border: none;
}

.review-img .shop-url img {
    border-radius: unset;
    border: 0;
    height: unset !important;
    max-width: 100px;
    filter: invert(1);
}

/*Review CSS ends*/

/*FAQ Css Starts*/
.faq .shopify-faq {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 620px;
    margin: 0 auto;
    margin-right: 0;
}

.faq .accordion-wrapper {
    margin: 10px;
}

.accordion-wrapper .accordion-heading {
    padding: 30px 35px;
    position: relative;
    cursor: pointer;
    background: #f2f2fc;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    margin-bottom: 20px;
    border-radius: 10px;
}

.accordion-heading::after {
    position: absolute;
    content: "\f078";
    font-family: fontawesome;
    color: #000;
    right: 15px;
    top: 50%;
    transition: 0.3s all linear;
    transform: translateY(-50%);
}

.accordion-heading.active::after {
    transform: rotate(180deg) translateY(50%);
}

.accordion-wrapper .accordion-heading span {
    color: #2a344d;
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
}

.accordion-wrapper .accordion-content {
    display: none;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.section-btn {
    background-image: #000000;
    padding: 18px 35px;
    border-radius: 15px;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    font-size: 18px;
    margin-top: 60px;
    display: inline-block;
    font-family: Montserrat-SemiBold;
    transition: 0.5s linear;
    color: #fff;
}

.section-btn:hover {
    box-shadow: none;
    transition: 0.5s linear;
    color: #fff;
}

.shopify-faq .accordion-wrapper .accordion-content {
    border: 0;
}

.shopify-faq .accordion-wrapper .accordion-content span {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #000;
}

.faq-all .faq .section-main-heading {
    font-size: 34px;
    line-height: 42px;
}

.faq-all .hero-section .banner-content p {
    color: #6d7185;
    font-size: 20px;
    max-width: 450px;
    margin: 0 auto;
    font-family: Montserrat-SemiBold;
}

.accordion-wrapper .accordion-content ul {
    margin: 10px 18px 0px;
}

.accordion-wrapper .accordion-content ul li {
    padding-bottom: 5px;
}

.accordion-wrapper .accordion-content ul li a {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.shopify-faq .accordion-wrapper .accordion-content span a {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

/*FAQ Css Ends*/
/*pricing*/
.pricing-plans-section .pdf-down {
    margin-right: 0;
    width: 100%;
    display: block;
    padding: 18px 35px;
    transition: 0.5s linear;
    float: right;
    width: 80%;
    font-family: Montserrat-Medium;
    border: 0;
}

.pricing-plans-section .pdf-down:hover {
    box-shadow: none;
    transition: 0.5s linear;
    color: #fff;
    background: #000000;
}

.pricing-plans-section .pricing-plan-block .pricing-heading {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 35px;
    display: block;
    font-family: Montserrat-ExtraBold;
}

.pricing-plan-block {
    padding: 50px 35px;
    text-align: center;
    background: #fff;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    border-radius: 20px;
}

.monthly-cost {
    font-size: 74px;
    color: #000;
    font-family: Montserrat-Medium;
    position: relative;
}

.pricing-plans-section .pricing-plan-block .monthly-cost sup {
    font-size: 32px;
    color: #000;
    font-family: Montserrat-Medium;
    position: absolute;
    top: 17px;
    left: -33px;
}

.pricing-plans-section .pricing-plan-block .monthly-cost span {
    font-size: 14px;
    color: #6d7185;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
}

.pricing-plan-block ul li {
    font-size: 15px;
    color: #6d7185;
    margin-bottom: 20px;
    font-family: Montserrat-SemiBold;
    letter-spacing: 1.2px;
    min-height: 50px;
}

.pricing-plan-block .section-btn {
    margin-top: 20px;
    background: transparent;
    border: 2px solid #865a9d;
    color: #353f56;
}

.pricing-plan-block .section-btn:hover {
    transition: 0.5s linear;
    background: #000000;
    color: #fff;
    border: 2px solid #353f56;
}

.pricing-plan-block ul {
    list-style: none;
    margin-top: 40px;
    text-align: left;
}

.pricing-plan-block.second-pricing-block {
    margin-top: -25px;
}

.pricing-plan-block.second-pricing-block .pricing-heading {
    margin-top: 25px;
}

/*.pricing-plan-block.second-pricing-block .section-btn {
    margin-top: 70px;
}*/
.pricing-plans-section .pdf-down.mobile-section-pricing-btn {
    width: 31%;
    text-align: center;
    float: none;
    margin: 60px auto 0;
}

.pricing-plans-section .pdf-down.desktop-section-pricing-btn {
    display: none;
}

.pricing-page .pricing-tabs-section.mobile-section ul.nav-tabs.nesting-tabs li .nav-link:hover {
    border-bottom: 2px solid #95a5a6 !important;
    background: none;
    transition: 0.5s all;
}

.pricing-page .pricing-tabs-section.mobile-section ul.nav-tabs.nesting-tabs li .nav-link {
    transition: 0.5s all;
}

/*pricing ends*/
/*contact us section*/
.contact-us-section .section-main-heading {
    margin-bottom: 6px;
    font-size: 38px;
}

.contact-us-section {
    position: relative;
    overflow: hidden;
}

.contact-us-section .desktop-view-contact {
    position: absolute;
    right: -85px;
    bottom: 0;
    width: 100%;
    max-width: 640px;
}

.contact-us-section .contact-us-block {
    background: #f2f2fc;
    padding: 60px 25px;
    margin-bottom: 70px;
    border-radius: 20px;
    align-items: center;
}

.contact-field-section {
    margin-top: 40px;
    position: relative;
    width: 100%;
}

.contact-field-section .message-field {
    width: 49%;
}

.contact-field-section .email-field {
    width: 49%;
    margin-left: 2%;
}

.contact-field-section input {
    height: 70px;
    border-radius: 20px;
    padding: 15px;
    border: #f2f2f2;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    float: left;
}

.contact-field-section::after {
    display: table;
    content: '';
    clear: both;
}

.contact-us-section .contact-us-block .section-btn {
    margin-top: 35px;
    padding: 12px 40px;
}

.desktop-view-contact {
    display: block;
}

.mobile-view-contact {
    display: none;
}

.contact-field-section .text-field {
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    margin-top: 20px;
    width: 100%;
    height: 120px;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #f2f2f2;
    resize: none;
}

.contact-field-section .text-field:focus {
    outline: none;
}

/*trusted partner section*/
.trusted-partners-section .trusted-partners-section-heading {
    color: #000;
    font-size: 26px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    font-family: Montserrat-SemiBold;
}

.trusted-partners-section ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 50px;
}

.trusted-partners-section ul li {
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.trusted-partners-section ul li img {
    max-width: 170px;
}

.trusted-logo {
    max-width: 1024px;
    margin: 0 auto;
}

/*Footer*/
.footer {
    background: #eaeaea none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
}

.footer p {
    margin: 0;
    font-family: Montserrat-Regular;
    color: #000000;
}

.qrcodes-section img {
    margin-bottom: 45px;
}

/*Footer end*/

/*Media Query*/
@media screen and (max-width: 767px) {
    .shopify-navigation ul li {
        padding: 5px;
    }

    .large-text {
        font-size: 30px;
    }

    .shopify-logo, .shopify-navigation-desktop {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .res-nav {
        display: none;
    }

    .shopify-logo-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .left-nav {
        display: none;
    }

    .shopify-logo-mobile {
        display: none !important;
    }
}


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

    .mobile-img {
        display: block;
        margin: auto;
    }

    .faq-all .faq .section-main-heading {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .faq-all .hero-section .banner-content p {
        font-size: 14px;
    }

    .res-nav {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
    }

    .shopify-feature-img {
        display: none;
    }

    .review-quote {
        line-height: 1.5;
    }

    .offer-block .offers span,
    .offer-block .offers span a {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-section .banner-content .banner-heading {
        font-size: 26px;
        line-height: 40px;
    }

    .section-main-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-section .banner-content .shop-url-section {
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .hero-section .banner-content p {
        max-width: 240px;
        margin: 0 auto;
    }

    .hero-section .banner-content .review-section li img {
        max-width: 100px;
    }

    .hero-section .banner-content .shop-url-section input[type="text"] {
        height: 50px;
        padding-right: 130px;
        padding-left: 10px;
    }

    .hero-section .banner-content .shop-url-section input.submit-btn {
        width: 120px;
        height: 50px;
    }

    .stats-section .stats-para {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .stats-section .stats-heading {
        font-size: 34px;
    }

    .stats-section {
        padding: 60px 0px 25px;
    }

    .dashboard-section {
        padding: 40px 0px 40px;
    }

    .dashboard-section .custom-position {
        position: relative;
        right: unset;
    }

    .pdf-down {
        display: block;
        padding: 15px 20px;
        width: 240px;
        font-size: 17px;
        margin: 0 auto;
    }

    .buttons-block {
        display: block;
        margin: 0;
    }

    .demo-down {
        display: block;
        padding: 15px 0px;
        width: 240px;
        font-size: 17px;
        margin: 0 auto;
    }

    .download-block-section {
        padding: 20px 0px;
    }

    .section-para {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .pricing-plan-block.second-pricing-block {
        height: unset;
        margin-top: 0;
    }

    .pricing-plan-block {
        margin-bottom: 50px;
    }

    .faq .section-btn {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .accordion-heading::after {
        right: 0;
        left: 0;
        bottom: -6px;
        top: unset;
    }

    .accordion-wrapper .accordion-heading span {
        font-size: 15px;
    }

    .accordion-wrapper .accordion-heading {
        padding: 15px 20px 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    .review-section .owl-dots {
        margin-top: 30px;
    }

    .review-quote {
        font-size: 18px;
    }

    .trusted-partners-section ul li img {
        max-width: 121px;
    }

    .contact-field-section .message-field {
        width: 100%;
    }

    .contact-field-section .email-field {
        width: 100%;
        margin: 20px 0 0;
    }

    .contact-field-section .email-field:focus {
        border-left: none;
    }

    .contact-field-section .message-field:focus {
        border-bottom: 1px solid #f2f2f2;
    }

    .section-btn {
        padding: 15px 20px;
        font-size: 16px;
    }

    .responsive-design {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 60px;
    }

    .hero-section .banner-content {
        margin: 70px auto 0;
    }

    .faeture-block .faeture-para {
        font-size: 14px;
        line-height: 24px;
    }

    .p-80 {
        padding: 40px 0px;
    }

    .review-img-wrap {
        margin: unset;
    }

    .review-img img {
        height: 100px !important;
        width: 100px !important;
        margin: unset;
    }

    .sub-heading {
        text-align: left;
    }

    .download-block-wrapper .download-section {
        font-size: 32px;
        line-height: 40px;
    }

    .pricing-plan-block ul li {
        min-height: unset;
    }

    .shop-url {
        text-align: left;
        margin-bottom: 20px;
    }

    /*.feature-row{
        padding: 40px;
    }*/
    .pricing-plans-section .pdf-down.mobile-section-pricing-btn {
        display: block;
        padding: 15px 20px;
        font-family: Montserrat-Medium;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .pricing-plans-section .pdf-down.desktop-section-pricing-btn,
    .desktop-demo-section,
    .desktop-view-contact {
        display: none;
    }

    .mobile-demo-section {
        display: flex;
    }

    .mobile-view-contact {
        display: block;
    }

    .shopify-header {
        padding: 15px 0px;
    }

    .faeture-block {
        margin-top: 60px;
    }

    .review-img-wrap .play-button {
        right: unset;
        left: 60px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .contact-us-section .desktop-view-contact {
        right: 0;
        top: 50%;
        width: 100%;
        max-width: 450px;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
    .contact-us-section .desktop-view-contact {
        right: 0;
        top: 50%;
        width: 100%;
        max-width: 320px;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-plans-section .pdf-down.mobile-section-pricing-btn {
        width: 45%;
    }

    .section-main-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .shopify-navigation ul li {
        margin: 0 5px;
    }

    .section-para {
        font-size: 16px;
        line-height: 30px;
    }

    .dashboard-section .custom-position {
        right: -135px;
    }

    .dashboard-section {
        padding: 100px 0 100px;
    }

    .demo-down,
    .pdf-down {
        padding: 15px 28px;
    }

    .accordion-wrapper .accordion-heading {
        padding: 18px 35px;
    }

    .accordion-wrapper .accordion-heading span {
        font-size: 15px;
    }

    .review-quote {
        font-size: 18px;
        line-height: 34px;
    }

    .contact-field-section .message-field {
        width: 100%
    }

    .contact-field-section .email-field {
        width: 100%;
        margin: 20px 0 0;
    }

    .sub-heading {
        font-size: 20px;
    }

    .pricing-plan-block {
        padding: 50px 15px;
    }

    .pricing-plans-section .pricing-plan-block .pricing-heading {
        font-size: 18px;
        margin-top: 0;
    }

    .monthly-cost {
        font-size: 42px;
    }

    .pricing-plans-section .pricing-plan-block .monthly-cost sup {
        font-size: 28px;
        left: -24px;
        top: 10px;
    }

    .pricing-plans-section .pricing-plan-block .monthly-cost span {
        font-size: 12px;
    }

    .pricing-plan-block ul li {
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }

    .section-btn {
        padding: 15px 28px;
        font-size: 16px;
    }

    .faq .section-btn {
        margin-top: 10px;
    }

    .pricing-plans-section .pdf-down {
        padding: 15px 28px;
        font-size: 16px;
        margin-right: 0;
        width: 100%;
    }

    .pricing-plan-block.second-pricing-block {
        height: unset;
        margin-top: 0;
    }

    .responsive-design {
        font-size: 32px;
        line-height: 42px;
    }

    .feature-row {
        padding: 105px 20px;
    }

    .dashboard-align {
        padding-bottom: 190px;
    }

    .custom-dashboard-position {
        position: absolute;
        left: 31%;
        right: 0;
        top: -163px;
        max-width: 300px;
    }

    .heading-align {
        position: absolute;
        left: 25px;
        top: -62px;
    }

    .hero-section .banner-content .banner-heading {
        font-size: 48px;
    }

    .stats-section .stats-heading {
        font-size: 42px;
    }

    .stats-section .stats-para {
        font-size: 28px;
    }

    .faeture-block .faeture-para {
        font-size: 18px;
    }

    .download-block-wrapper .download-section {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-dashboard-position {
        position: absolute;
        left: 18%;
        right: 0;
        top: 90px;
        max-width: 400px;
    }

    .feature-row {
        margin-bottom: 330px;
        padding: 30px 0px 225px;
    }

    .dashboard-align {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-row {
        margin-bottom: 240px;
        padding: 0px 0px 234px;
    }

    .custom-dashboard-position {
        position: absolute;
        left: 23%;
        right: 0;
        top: 115px;
        max-width: 300px;
    }

    .heading-align {
        position: absolute;
        left: 0px;
        top: -57px;
    }

    .dashboard-align {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 335px) and (max-width: 425px) {
    .custom-dashboard-position {
        left: 10%;
    }
}

@media only screen and (max-width: 334px) {
    .custom-dashboard-position {
        left: 4%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dashboard-section {
        padding: 100px 0 100px;
    }
}

@media screen and (max-width: 576px) {
    .large-text {
        font-size: 20px;
    }

    .medium-text {
        font-size: 16px;
        line-height: 20px;
    }

    .sub-heading {
        font-size: 16px;
    }

    .main-heading {
        font-size: 26px;
    }

    .banner-text {
        text-align: center;
    }

    .contact-us-section .contact-us-block,
    .feature-row {
        border-radius: 0px;
    }
}

@media screen and (max-width: 350px) {

    .offer-block .offers span,
    .offer-block .offers span a {
        text-align: left;
    }
}






/*=================pricing page===================*/


.pricing-page .hero-section .banner-content {
    max-width: 921px;
    margin: 0px auto 0;
}

.pricing-page .hero-section .banner-content .banner-heading {
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
    line-height: 70px;
    font-family: Montserrat-ExtraBold;
}

.pricing-page .hero-section .banner-content p {
    color: #6d7185;
    font-family: Montserrat-SemiBold;
    font-size: 17px;
    margin-bottom: 5px;
}

/*===priicing plans===*/
.pricing-page .pricing-comparison-section:last-child {
    border-bottom: none;
}

.pricing-page .pricing-comparison-section:first-child {
    border-top: none;
}

.pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link {
    background: #f2f2f2;
    padding: 25px 0px;
    font-family: Montserrat-Bold;
    font-size: 18px;
    border-radius: 20px;
    width: 250px;
    text-align: center;
    margin: 0px 10px;
    box-shadow: 6px 11px 17px rgba(127, 137, 161, 0.3);
    color: #000;
    border: none;
}

.pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link {
    transition: 0.5s all;
}

.pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link:hover {
    background-color: #95a5a6;
    transition: 0.5s all;
}

.pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link.active.show,
.pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link.active {
    color: #000;
    background: #95a5a6;
}

.pricing-page .pricing-tabs-section ul {
    justify-content: center;
    border: none;
}

.pricing-page .pricing-section-block h3 {
    margin-bottom: 15px;
}

.pricing-page .pricing-section-block {
    padding: 30px 20px 65px;
    border-radius: 20px;
    box-shadow: 6px 11px 17px rgba(127, 137, 161, 0.3);
    background: #fff;
}

.pricing-page .pricing-section-block .pricing-heading {
    color: #865a9d;
    font-size: 32px;
    font-family: Montserrat-SemiBold;
    border-bottom: 2px solid #e4e3fb;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pricing-page .pricing-section-block .dollar {
    font-size: 52px;
    font-family: Montserrat-Regular;
    color: #000;
    margin-right: 7px;
}

.pricing-page .pricing-section-block .value {
    font-size: 52px;
    font-family: Montserrat-Bold;
    color: #000;
    margin-right: 5px;
    /*letter-spacing: 5px;*/
}

.pricing-page .pricing-section-block .plan {
    color: #000;
    font-family: Montserrat-Medium;
}

.pricing-page .pricing-tabs-section .tab-content {
    margin-top: 100px;
}

.pricing-page .pricing-section-block .pricing-para {
    color: #6d7185;
    font-size: 14px;
    margin-bottom: 1px;
    font-family: Montserrat-Regular;
}

.pricing-page .pricing-section-block.active {
    background: #000000;
}

.pricing-page .pricing-section-block.active .pricing-heading,
.pricing-page .pricing-section-block.active .dollar,
.pricing-page .pricing-section-block.active .value,
.pricing-page .pricing-section-block.active .plan,
.pricing-page .pricing-section-block.active .pricing-para {
    color: #fff;
}

.pricing-page .pricing-btn-section a {
    background: #9facaf;
    display: block;
    padding: 20px;
    color: #000;
    text-align: center;
    font-family: Montserrat-SemiBold;
    border-radius: 18px;
    max-width: 80%;
    margin: 0 auto;
    font-size: 18px;
    box-shadow: 6px 11px 17px rgba(127, 137, 161, 0.3);
    transition: 0.5s all;
}

.pricing-page .pricing-btn-section a:hover {
    box-shadow: none;
    transition: 0.5s all;
}

.pricing-page .pricing-btn-section {
    margin-top: -35px;
}

.pricing-page .pricing-btn-section.active a {
    background: #f2f2fc;
}

.accordion-starts {
    margin: 80px 0px 120px;
}

.pricing-page .pricing-comparison-section {
    display: flex;
    align-items: center;
    padding: 35px 0px;
    border-top: 2px solid #edecfd;
    border-bottom: 2px solid #edecfd;
    margin-bottom: -2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
   margin-left: -15px;*/
}

.pricing-page .pricing-content {
    font-family: Montserrat-Medium;
    color: #312f73;
    font-size: 18px;
    ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}

.pricing-page .pricing-content.heading {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-page .pricing-content.demo-heading {
    color: #000;
    text-align: left;
    font-family: Montserrat-Bold;
}

.pricing-page .pricing-content.heading svg {
    margin-right: 85px;
}

.pricing-page .accordion-starts .card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.pricing-page .pricing-comparison-section:nth-child(2) {
    border-top: 0;
}

.pricing-page .accordion-starts .card-header a {
    display: block;
    padding: 25px 35px;
    background: #9facaf;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    border-radius: 20px;
    color: #000;
    font-size: 20px;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s all linear;
}

.pricing-page .accordion-starts .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

.pricing-page .accordion-starts .card {
    margin-bottom: 35px;
    border: 0;
}

.pricing-page .accordion-starts .card-header a.card-link.collapsed::after {
    position: absolute;
    content: "\f078";
    font-family: fontawesome;
    color: #000;
    right: 30px;
    top: 50%;
    transition: 0.3s all linear;
    transform: translateY(-50%);
}

.pricing-page .accordion-starts .card-header a::after {
    transform: rotate(180deg) translateY(50%);
    content: "\f078";
    font-family: fontawesome;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: 0.3s all linear;
}

.pricing-page .accordion-starts .card-header a.card-link.collapsed {
    background: #f2f2fc;
    transition: 0.3s all linear;
}

.pricing-page .pricing-tabs-section.mobile-section .pricing-content.demo-heading {
    flex: unset;
}

.pricing-page .sticky-price.sticked .stick-on-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 0.5s all;
    background: #fff;
    box-shadow: 6px 11px 27px rgba(127, 137, 161, 0.3);
    padding: 40px;
}

.pricing-page .stick-on-scroll {
    top: -100%;
    position: fixed;
    left: 0;
    width: 100%;
    transition: 0.5s all;
}

.pricing-page .stick-on-scroll .pricing-section-block {
    padding: 15px;
    text-align: center;
    box-shadow: unset;
}

.pricing-page .stick-on-scroll .pricing-section-block.active {
    background: none;
}

.pricing-page .stick-on-scroll .pricing-section-block.active .pricing-heading {
    color: #000;
}

.pricing-page .stick-on-scroll .pricing-section-block .pricing-heading {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 18px;
    color: #000;
}

.pricing-page header.shopify-header {
    position: relative;
}

.pricing-section-wrapper .pricing-comparison-section:first-child {
    display: none;
}

/*===mobile section pricing plan====*/
.pricing-page .pricing-tabs-section.mobile-section .pricing-section-block.active {
    text-align: center;
}

.pricing-page .pricing-tabs-section.mobile-section .pricing-comparison-section {
    justify-content: space-around;
    padding: 20px 0px;
}

.pricing-page .pricing-tabs-section.mobile-section .pricing-content {
    font-size: 16px;
    flex: 0 0 48%;
    text-align: right;
    padding: 0;
}

.pricing-page .pricing-tabs-section.mobile-section .pricing-content.heading {
    text-align: left;
}

.pricing-page .pricing-tabs-section.mobile-section .pricing-content.heading svg {
    margin-left: 20px;
}

.pricing-page .pricing-tabs-section.mobile-section .nav-tabs .nav-item .nav-link {
    padding: 15px 0px;
    width: 125px;
    font-size: 12px;
    margin: 10px 5px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.pricing-page .pricing-tabs-section.mobile-section .tab-content {
    margin-top: 40px;
}

/*.pricing-page .pricing-tabs-section.mobile-section .pricing-section-wrapper {
        margin: 70px 0px 60px;
    }*/
.pricing-page .pricing-tabs-section.mobile-section ul.nav-tabs.nesting-tabs li a {
    background: none;
    border-bottom: 2px solid #f2f2f2 !important;
    margin: 0 !important;
    transition: 0.2s ease-in;
}

.pricing-page .pricing-tabs-section.mobile-section ul.nav-tabs.nesting-tabs li .nav-link.active {
    background: none;
    color: #000;
    border-bottom: 2px solid #95a5a6 !important;
    transition: 0.2s ease-out;
}

.pricing-page .pricing-content svg {
    width: 30px;
}

/*====tooltip design===*/
.tooltip-text-right-allign {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.tooltip-text-right-allign::after {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid #4d1091;
    border-bottom: 5px solid transparent;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px;
    font-family: Montserrat-Regular;
    text-decoration: none;
    display: none;
}

.tooltip-wrapper:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.tooltip-text {
    position: absolute;
    padding: 5px 10px;
    transition: 0.5s;
    border-radius: 5px;
    background: #000000;
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    visibility: hidden;
    z-index: 1;
}

.tooltip-text::after {
    display: inline-block;
    position: absolute;
    content: "";
}

/*====toolfinish finish===*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-page .hero-section .banner-content .banner-heading {
        font-size: 32px;
        line-height: 52px;
    }

    .pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link {
        width: 200px;
    }

    .pricing-page .pricing-section-block .pricing-heading {
        font-size: 20px;
    }

    .pricing-page .pricing-section-block .dollar {
        font-size: 24px;
    }

    .pricing-page .pricing-section-block .value {
        font-size: 24px;
        margin-right: 2px;
    }

    .pricing-page .pricing-section-block .plan {
        font-size: 16px;
    }

    .pricing-page .pricing-section-block {
        padding: 30px 15px 65px;
    }

    .pricing-page .pricing-section-block .pricing-para {
        font-size: 12px;
    }

    .pricing-page .pricing-btn-section a {
        padding: 15px;
        font-size: 14px;
    }

    .pricing-page .pricing-content {
        font-size: 16px;
    }

    .pricing-page .pricing-content.heading svg {
        margin-right: 0;
    }

    .pricing-page .pricing-tabs-section .nav-tabs .nav-item .nav-link {
        padding: 20px 0px;
    }

    .pricing-page .accordion-starts .card-header a {
        padding: 20px 35px;
        font-size: 18px;
    }

    .pricing-page .accordion-starts .card-body {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .pricing-page .pricing-section-block .dollar,
    .pricing-page .pricing-section-block .value {
        font-size: 40px;
    }

    .pricing-page .pricing-section-block .plan {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-page .pricing-tabs-section.desktop-section {
        display: none;
    }

    .pricing-page .pricing-tabs-section.mobile-section {
        display: block;
    }

    .pricing-page .hero-section .banner-content .banner-heading {
        font-size: 28px;
        line-height: 44px;
    }

    .pricing-page .hero-section .banner-content p {
        max-width: unset;
    }

    .tooltip-text-right-allign {
        left: 52px;
    }

    .pricing-page .accordion-starts .card-header a {
        padding: 20px 25px;
        font-size: 18px;
    }

    .pricing-page .accordion-starts .card-body {
        padding: 0;
    }

    .pricing-page .pricing-content svg {
        width: 24px;
    }

    .pricing-page header.shopify-header {
        position: fixed;
    }

    .pricing-page .hero-section .banner-content {
        margin: 120px auto 40px;
    }
}

@media only screen and (min-width: 768px) {
    .pricing-page .pricing-tabs-section.desktop-section {
        display: block;
    }

    .pricing-page .pricing-tabs-section.mobile-section {
        display: none;
    }
}

@media only screen and (max-width: 434px) {
    .pricing-page .pricing-tabs-section.mobile-section .nav-tabs .nav-item .nav-link {
        width: 95px;
        font-size: 12px;
        margin: 0px;
        font-family: Montserrat-Regular;
    }

    .pricing-page .hero-section .banner-content p {
        font-size: 14px;
    }

    .pricing-page .hero-section .banner-content .banner-heading {
        font-size: 24px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-page .pricing-content.heading svg {
        margin-right: 40px;
    }
}



/*==============pricing page finish===================*/




/*========resource page ===========================*/


/*Banner section*/
.resource .hero-section .banner-content .banner-heading {
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    font-family: Montserrat-ExtraBold;
    line-height: 70px;
}

.resource .hero-section .banner-content p {
    color: #6d7185;
    font-size: 20px;
    max-width: 450px;
    margin: 0 auto;
    font-family: Montserrat-SemiBold;
}

/*banner section ends*/
/* download pdf section*/
.resource .download-pdf-block {
    background: #f6ebb2;
    padding: 80px 25px;
    margin-bottom: 70px;
    border-radius: 20px;
    align-items: center;
    position: relative;
}

.resource .download-pdf-block .section-main-heading {
    font-size: 42px;
    text-transform: none;
    line-height: 56px;
    font-family: Montserrat-ExtraBold;
}

.resource .pdf-img-section {
    position: absolute;
    right: 15px;
    bottom: -30px;
}

.resource .download-pdf-block .section-btn {
    background: #fff;
    color: #000;
    padding: 15px 30px;
    font-family: Montserrat-SemiBold;
    transition: 0.5s all;
}

.resource .download-pdf-block .section-btn:hover {
    box-shadow: none;
    transition: 0.5s all;
}

.resource .download-pdf-block .section-btn svg {
    height: 32px;
    width: 32px;
    margin-left: 10px;
}

/*tutorial section*/
.resource .tutorial-section .section-main-heading {
    font-size: 45px;
    text-transform: none;
    line-height: 56px;
}

.resource .tutorial-block .upper-block .tutorial-heading {
    text-transform: capitalize;
    font-size: 28px;
    color: #000;
    line-height: 38px;
    margin-bottom: 30px;
    font-family: Montserrat-Bold;
    min-height: 160px;
}

.resource .tutorial-section .tutorial-block {
    background: #f2f2fc;
    padding: 40px 31px;
    margin-bottom: 95px;
    box-shadow: 0px 17px 20px rgba(127, 137, 161, 0.3);
    border-radius: 20px;
}

.resource .tutorial-block .lower-block {
    padding-top: 20px;
    border-top: 2px solid #adb1c0;
    text-align: right;
}

.resource .tutorial-block .lower-block .timing {
    text-align: left;
    margin-bottom: 0;
    color: #6e6d85;
    font-size: 16px;
    font-family: Montserrat-Bold;
}

.resource .tutorial-block .lower-block svg {
    margin-top: -5px;
}

.tutorial-block:hover .lower-block a i {
    box-shadow: 0px 20px 25px rgba(112, 112, 112, 0.6);
    transition: 0.5s all;
}

.tutorial-block .lower-block a i {
    color: #0e1a35;
    font-size: 60px;
    /* box-shadow: 1px 15px 21px rgba(112, 112, 112, 0.6); */
    border-radius: 50%;
    height: 55px;
    transition: 0.5s all;
}

/*tutorial section finish*/
/*blog section*/
.resource .blog-section .subheading,
.resource .blog-section .section-main-heading {
    color: #fff;
}

.resource .blog-section {
    padding: 150px 0px 230px;
    background: #000000;
}

.resource .blog-section-block {
    background: #fff;
    margin-bottom: 90px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 17px 20px rgba(127, 137, 161, 0.3);
}

.resource .blog-section-block .subheading {
    color: #6d7185;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.resource .blog-section-block .tutorial-heading {
    font-family: Montserrat-Bold;
    color: #000;
    font-size: 28px;
    margin-bottom: 30px;
    min-height: 132px;
}

.resource .blog-section-block .blog-para {
    font-size: 22px;
    font-family: Montserrat-Medium;
    color: #6d7185;
    margin-bottom: 20px;
    min-height: 230px;
}

.resource .blog-section-block a {
    color: #0e1a35;
    font-family: Montserrat-Bold;
}

.resource .contact-us-section.resource-page {
    margin-top: -180px;
}

@media only screen and (max-width: 767px) {
    .resource .hero-section .banner-content .banner-heading {
        font-size: 26px;
        line-height: 40px;
    }

    .resource .hero-section .banner-content p {
        font-size: 14px;
    }

    .resource .pdf-img-section {
        position: relative;
    }

    .resource .pdf-img-section {
        position: relative;
        right: 15px;
        bottom: -30px;
    }

    .resource .tutorial-section .section-main-heading {
        font-size: 32px;
        text-transform: none;
        line-height: 40px;
    }

    .resource .tutorial-section .tutorial-block {
        margin-bottom: 45px;
    }

    .resource .blog-section-block {
        margin-bottom: 50px;
    }

    .resource .download-pdf-block .section-main-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .resource .download-pdf-block .section-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .resource .download-pdf-block {
        padding: 50px 20px;
        margin-bottom: 20px;
    }

    .resource .tutorial-block .upper-block .tutorial-heading,
    .resource .blog-section-block .tutorial-heading {
        font-size: 24px;
        line-height: 36px;
        min-height: unset;
    }

    .resource .tutorial-section .tutorial-block {
        padding: 30px 20px;

    }

    .resource .blog-section-block .blog-para {
        font-size: 16px;
        line-height: 26px;
        min-height: unset;
    }

    .resource .blog-section-block {
        padding: 30px;
    }

    .resource .blog-section {
        padding: 60px 0px 230px;
    }

    .resource .shopify-header {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .resource .download-pdf-block {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 1232px) {
    .resource .pdf-img-section {
        position: relative;
        right: 15px;
        bottom: -30px;
    }

    .resource .pdf-img-section img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .resource .tutorial-section .section-main-heading,
    .resource .download-pdf-block .section-main-heading {
        font-size: 30px;
        line-height: 40px;
    }
}


/*=========resource page finish======*/

/*==demo page===*/
.demo-page .hero-section .banner-content .banner-heading {
    margin: 0;
    text-align: left;
    font-size: 46px;
    line-height: 58px;
    text-transform: none;
}

.demo-page .hero-section .banner-content {
    margin: 0;
    max-width: unset;
}

.demo-page .pdf-down:hover {
    color: #fff;
    background: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .demo-page .pdf-down {
        padding: 14px 0px;
        font-size: 18px;
    }

    .demo-page .hero-section .banner-content .banner-heading {
        font-size: 24px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .demo-page .hero-section .banner-content .banner-heading {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .demo-page .pdf-down {
        margin: 0;
    }
}

.contact-us-section.resource-page {
    margin-top: -180px;
}


/*Header Section Starts*/

.offer-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 8px;
    /*background-image: url('../img/topbarimage.png')!important;*/
    background-image: url('../images/christmas-offer.png') !important;
    background-size: 100% 100%;
    background-color: #f9f0ff;
    color: #ffffff;
}

.offer-block .offers span {
    font-weight: 500;
    text-align: center;
    display: block;
    font-family: 'sans-serif';
    color: #ffffff;
}

.offer-block .offers span a {
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
    font-family: sans-serif;
    color: #ffffff;
}

.offer-block .close-offer {
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #202E78;
    color: #ffffff;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    right: 0px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
}

.offers del {
    font-weight: 500;
}

.shopify-header {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 9999;
    padding: 35px 0;
    background-color: #fff;
    transition: 300ms all;
    /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

.shopify-navigation ul li:last-child {
    margin-right: 0;
}

.custom-error-span {
    display: block !important;
    text-align: left;
    margin-top: 10px;
    font-family: Montserrat-Regular;
    font-size: 14px;
}

.shopify-header.removed-offer {
    top: 0;
}

.shopify-logo a {
    display: inline-block;
}

.shopify-logo img {
    width: 160px;
    height: auto;
}

.shopify-navigation ul li {
    display: inline-block;
    margin: 0 15px;
}

.shopify-navigation ul li a {
    padding: 5px 8px;
    color: #000;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    transition: 0.5s all;
}

.shopify-navigation ul li a:hover {
    color: #6d7185;
    transition: 0.5s all;
}

.res-nav {
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    font-family: fontawesome !important;
}

.res-nav.active {
    transform: rotate(180deg) translateY(50%);
    color: transparent;
}

.res-nav.active::after {
    position: absolute;
    content: "\f00d";
    color: #000;
    top: 0;
    left: 0;
}

ul.shopify-navigation-mobile li a {
    display: block;
    padding: 10px;
    transition: 0.3s all linear;
    /*border-bottom: 1px solid #dddddd;*/
    color: #000;
    font-family: Montserrat-Semibold;
    font-size: 18px;
}

ul.shopify-navigation-mobile.left-nav li a:hover {
    background-color: #dddddd;
    color: #002499;
}

.shopify-navigation-mobile {
    display: block;
    list-style-type: none;
    position: fixed;
    left: -270px;
    top: 40px;
    width: 250px;
    background-color: #ffffff;
    transition: 0.3s all linear;
    box-shadow: 3px 0px 5px -1px #939393;
    bottom: 0px;
    margin: 0;
    padding-top: 30px;
}

.removed-offer .shopify-navigation-mobile {
    top: 0;
}

.left-nav {
    left: 0;
}

.shopify-logo-mobile a {
    float: left;
}

.shopify-logo-mobile a img {
    display: block;
    width: 160px;
}

.shopify-logo-mobile::after {
    display: table;
    content: "";
    clear: both;
}

.shopify-navigation .shopify-navigation-desktop {
    margin: 0;
}

.shopify-navigation ul li:last-child a svg {
    margin-right: 10px;
    width: 18px;
}

.shopify-navigation ul li:last-child a {
    border: 2px solid #baa1c7;
    padding: 10px 35px;
    border-radius: 16px;
    box-shadow: 7px 8px 24px rgba(127, 137, 161, 0.3);
}

.consent-checkbox {
    color: #000000 !important;
    text-decoration: none;
}

/*Header Section Ends*/