/*
Theme Name: analytify theme
Theme URI: https://analytify.io/
Author: WPBrigade
Author URI: https://WPBrigade.com/
Description: This theme is designed specially for Analytify.
Version: 1.0.2
Text Domain: analytify-theme
Tags: google, analytics, tracking

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
html {
    font-size: 16px;
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    min-height: 100%;
}

[class*="wpb_"] {
    background: url(img/analytify_sprite.png) no-repeat 0 0;
}

a {
    transition: color .3s;
}

.addon-scroll {
    cursor: pointer;
}

.welcome_hd {
    color: #df4660;
    font-size: 3rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.2;
}

.main_hd:after {
    content: "";
    clear: both;
    display: block;
    width: 100px;
    height: 2px;
    background: #00c853;
    margin: 10px auto;
}

h1,
.h1 {
    color: #444444;
    font-size: 2.5rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
}

h2,
.h2 {
    color: #444444;
    font-size: 2.25rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
}

h3,
.h3 {
    color: #444444;
    font-size: 1.875rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
}

h4,
.h4 {
    color: #444444;
    font-size: 1.5rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
}

h5,
.h5 {
    color: #444444;
    font-size: 1.25rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
}

h6,
.h6 {
    color: #444444;
    font-size: 1.125rem;
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 300;
}

p,
.p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    padding: 3px 0px 2px 15px;
    position: relative;
    color: #444444;
    list-style: none;
}

ol {padding-bottom: 10px;}

ol li {
    padding-bottom: 10px;
}

ol li img {
    margin-top: 10px;
}

.footer ul {padding: 0;}

.footer ul li {padding: 0;}

img {
    max-width: 100%;
}

/*Header Section code*/
.header {
    padding: 20px 0 6px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, .15); */
}

.buy_now {}

.hero_section {
    min-height: calc(100vh - 80px);
    position: relative;
    text-align: center;
    padding-bottom: 360px;
    padding-top: 46px;
    display: table;
    width: 100%;
}

.hero_section .container {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#box {
    -webkit-animation: graph_animation 5s infinite;
    /* Safari 4+ */
    -moz-animation: graph_animation 5s infinite;
    /* Fx 5+ */
    -o-animation: graph_animation 5s infinite;
    /* Opera 12+ */
    animation: graph_animation 5s infinite;
    /* IE 10+, Fx 29+ */
}


.featured {
    background: #f9f9f9;
    padding: 185px 0 5px;
    text-align: center;
    overflow: hidden;
}

.featured .main_hd {
    margin-bottom: 25px;
}

/*Footer section code*/
.footer_wraper {
    background: #ffffff;
}

.footer_nav_boxes {
    float: left;
    width: 20%;
}

.mt-5 {
    margin-top: 30px;
}

.most_recet_list {
    border: 1px solid rgba(72, 155, 232, 0.5);
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.most_recet_list li {
    position: relative;
    padding: 14px 0 2px 20px;
    font-size: 15px;
}

.mt-0 {
    margin-top: 0px;
}

.most_recet_list li:after {
    position: absolute;
    top: 20px;
    left: 0px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #337ab7;
    transition: all .3s;
}

.doc_cat_list {
    border: 1px solid #e2e5e8;
    background: #f9fafa;
    padding: 20px 15px 20px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.doc_cat_list>ul>li>a {
    position: relative;
    padding: 10px 47px 10px 0px;
    font-size: 1.2rem;
    display: block;
}

.doc_cat_list>ul>li.active_doc>a {
    border: 1px solid #448aff;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding-left: 11px;
}

.doc_cat_list>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #448aff;
    border-radius: 3px;
    top: 10px;
    right: 8px;
    cursor: pointer;
    border: 1px solid rgba(72, 155, 232, 0.0);
    opacity: .5;
}

.doc_cat_list>ul>li.active_doc>span,
.doc_cat_list>ul>li>span:hover {
    opacity: 1;
}

.doc_cat_list ul li ul {
    display: none;
}

.doc_cat_list>ul>li.active_doc>span:hover {
    border: 1px solid rgba(72, 155, 232, 0.5);
}

.doc_cat_list>ul>li>span:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;

    border-radius: 0px 3px 0px 0px;
    top: 5px;
    right: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}

/* .doc_cat_list > ul > li > a:after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 29px;
    height: 29px;
    background: url(img/write_article.png) no-repeat 0 0;
    background-size: 100% auto;
} */
.doc_cat_list ul ul li {
    position: relative;
    padding: 13px 0 2px 0;
    font-size: 1rem;
}

.doc_cat_list ul ul {
    margin-bottom: 20px;
}

/* .doc_cat_list ul ul li:after {
    position: absolute;
    top: 20px;
    left: 18px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #337ab7;
    transition: all .3s;
} */
.documentation_list strong,
.documentation_list b{
    font-weight: 400 !important;
}
.documentation_list em,
.documentation_list i{
    font-style: italic !important;
}
.documentation_list ul{
    margin-bottom: 10px;
}
.documentation_list ul li{
    list-style: inherit;
    padding-left: 0;
    margin-left: 18px;
}
.documentation_list img {
    height: auto;
    border: 1px solid #e2e5e8;
    background: #f9fafa;
    padding: 30px;
}

.page-id-25 .banner_main_checkout {
    margin-bottom: 0;
}

.page-id-25 .content_area_default {
    padding: 80px 0 80px;
}

.page-id-25 #gform_wrapper_1 {
    margin-top: 0;
    margin-bottom: 0;
}

.documentation_list iframe {
    margin-bottom: 2px;
    border: 1px solid rgba(72, 155, 232, 0.5);
    background: rgba(72, 155, 232, 0.2);
    padding: 20px;
    width: 100%;
    margin-bottom: 2px;
    border: 1px solid rgba(72, 155, 232, 0.5);
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: all .3s;
}

.documentation_list iframe:hover {
    background: rgba(72, 155, 232, 0.2);
}

.documentation_list figcaption {
    padding-top: 10px;
}

.documentation_list {
    padding: 40px;
    min-height: 559px;
    border: 1px solid #e9e5e5;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.documentation_list>li {
    position: relative;
    padding: 10px 0 10px 40px;
    font-size: 1.3rem;
}

.documentation_list>li:after {
    position: absolute;
    top: 6px;
    left: 0px;
    content: "";
    width: 29px;
    height: 29px;
    background: url(img/write_article.png) no-repeat 0 0;
    background-size: 100% auto;
    transition: all .3s;
}

.print_page {
    width: 20px;
    height: 20px;
    background: url(img/print_icon.png) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    text-indent: -9999px;
    float: right;
    margin-top: -30px;
    margin-right: -30px;
}

.documentation_list>li {
    transition: all .3s;
}

.form-inline .form-control.search_docs {
    max-width: 400px !important;
    width: 100%;
}

.posts figure {
    max-width: 100%;
}

.documentation_list>li:hover:after {
    left: 5px;
}

.documentation_list>li:hover {
    padding-left: 50px;
}

.documentation_list>li a:hover {
    text-decoration: none;
    color: #444;
}

.documentation_list ol li {
    padding-bottom: 25px;
    font-weight: 400;
}

.documentation_list ol li p,
.documentation_list,
.documentation_list p {
    font-weight: 400;
}

.documentation_list a {
    text-decoration: underline;
}

.documentation_list a:hover {
    text-decoration: none;
}

.gapplayer-wrapper {
    height: auto !important;
    width: 100% !important;
}
.gapplayer-wrapper img {
    width: 100%;
}

.documentation_list ol {
    padding-left: 16px;
    padding-top: 20px;
    font-weight: 700;
}

/*=======================================
=            Code For Header            =
=======================================*/
.navigation {
    padding-top: 11px;
    float: right;
    padding-right: 27px;
}

.navigation li {
    font: 400 14px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    vertical-align: top;
    padding: 0;
    float: left;
    position: relative;
}

.navigation li a {
    color: #848484;
    position: relative;
    padding: 5px 10px;
    display: block;
}

.navigation li a:hover,
.navigation li:hover>a,
.navigation li.current-menu-item>a,
.navigation li.current-menu-parent>a {
    color: #00c853;
    text-decoration: none;
}

.navigation li.current-menu-item>a,
.navigation li.current-menu-parent>a{
    font-weight: 600;
}

.navigation li .sub-menu li {
    float: none;
    padding: 4px;
}

.logo {
    float: left;
    margin-top: 5px;
}

.getAnalyfiy {
    border: 0px solid #00c853;
    font: 400 16px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    color: #fff;
    padding: 13px 24px;
    float: right;
    background: #00c853;
    border: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.getAnalyfiy:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.header .getAnalyfiy,
.dashboard_widget_section .analitifybtn {
    position: relative;
    padding: 11px 10px !important;
    padding-left: 40px !important;
    margin-top: 0px;
    background-color: #00c853 !important;
    border-color: #00c853 !important;
}

.header .getAnalyfiy{
    padding-left: 40px !important;
}

.edd-submit.button.blue {
    color: #fff;
    background-color: #00c853 !important;
    border-color: #00c853 !important;
    margin: 0;
}

.jBox-Modal .jBox-content {
    padding: 20px;
}

#edd-free-downloads-modal label {
    font-weight: normal;
    margin: 0 0 8px;
}

#edd_free_download_form .edd-submit.button.blue {
    width: 200px !important;
    margin: 16px auto 0;
    display: block;
}

#edd-free-downloads-modal input[type='text'],
#edd-free-downloads-modal input[type='password'] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-radius: 5px;
    margin-bottom: 14px;
}

.header .getAnalyfiy:before,
.dashboard_widget_section .analitifybtn:before {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 25px;
    height: 25px;
    content: "";
    background-position: -82px 0px;
}

.dashboard_widget_section .analitifybtn:before {
    top: 11px;
}

.getAnalyfiy:hover {
    background: #02d95b;
}

.hero_section {
    text-align: center;
}

.hero_section h2 {
    color: #848484;
    font-weight: 300;
}

.everday {
    color: #ff9e0e;
    position: relative;
    display: none;
}

.everday:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 0;
    height: 5px;
    top: 100%;
    margin-top: 3px;
    background: url(img/header_line.png) no-repeat center center;
}

.hero_section h1 {
    margin-bottom: 18px;
    margin-top: 0;
}

.analitifybtn {
    background: #00c853;
    padding: 16px 42px;
    margin-top: 13px;
    font-size: 18px;
    border: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: normal;
}

.analitifybtn:hover {
    background: #02d95b;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.pricing-header~.pricing_pakages_Wrapper .faqSection {
    padding-top: 0;
}

#faq2 .panel,
#faq .panel {
    transition: background-color 0.3s ease-in-out;
}

.review_btn {
    text-align: center;
}

.main_content_warp_checkout #edd_login_your_account {
    margin-bottom: 70px;
    margin-top: 20px;
}

.search-results .page-header {
    margin: 0;
}

.search-results .page-header .page-title {
    margin: 0;
}

.featurebtn {
    padding: 0;
    margin: 15px 40px 0;
    text-decoration: underline;
    text-transform: capitalize;
    color: #448aff;
    font-size: 14px;
    line-height: 19px;
}

#carousel {
    width: 280px;
}

.profileWrapper {
    width: 295px;
    position: relative;
    margin: 150px auto 0;
    height: 149px;
}

.featurebtn:hover {
    text-decoration: none;
}

.infoSection {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 96px;
}

.clientcard {
    border: 0;
}

.clienticon {
    height: 90px;
    line-height: 90px;
}

.feature_detials {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature_detials div,
.feature_detials .card-block {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.feature_detials .card-block{
    padding-left: 20px;
    padding-right: 20px;
}

.feature_detials .clientcard {
    height: 100%;
}

.card,
.card:hover {
    text-decoration: none;
}

.card-block img {
    transition: all .3s;
}

.card-block:hover img {
    transform: translateY(-7px);
}

.feature_detials>div {
    width: 33.33%;
}

.card-title {
    font: 500 18px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

.card-title a {
    color: #444;
}

.card-text {
    font-weight: 300;
    line-height: 1.5;
    color: #848484;
}

.affilate_benifits {
    text-align: center;
    background: #fff;
    padding: 45px 0 40px;
}

.affilate_panel {
    background: #f9f9f9;
    padding: 45px 0 40px;
}

.become_affialiate_btn {
    background: #00c853;
    padding: 16px 42px;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    font-size: 18px;
    border: 0px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 4px;
}

.become_affialiate_btn:hover {
    background: #02d95b;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
}

.become_affialiate_login {
    text-align: center;
    background: #fff;
    padding: 45px 0 40px;
}

.whatourcostumer {
    padding: 60px 0;
    background: #f9f9f9;
}

.whatourcostumer .carousel.slide{
    padding-bottom: 60px;
}

.whatourcostumer h2 {
    margin-bottom: 30px;
    text-align: center;
}

.rating {
    margin-bottom: 16px;
}

.rating .fa {
    font-size: 16px;
    color: #ff9e0e;
}

.blogSection h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.blogSection {
    padding-bottom: 40px;
    display: none;
}

.item .row {
    display: table;
}

.postContent {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.profileimg_section {
    display: table-cell;
    float: none;
}

.postContent h2 {
    font-size: 24px;
    color: #ff5252;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: left;
}

.postContent .btn {
    padding-left: 0;
}

.addons_top {
    text-align: center;
}

.content_warp_addon {
    padding: 75px 0;
    background: #f9f9f9;
}

.content_warp_addon1 {
    padding: 75px 0;
    background: #fff;
}

.content_warp_addon2 {
    padding: 75px 0;
    background: #f9f9f9;
}

.content_warp_addon3 {
    padding: 75px 0;
    background: #fff;
}

.banner_main_checkout, 
.banner_main_affiliate {
    background-color: #fff;
    margin-bottom: 40px;
    text-align: center;
    color: #444;
    padding: 30px 0;
}

.banner_main_checkout h1, 
.banner_main_affiliate h1 {
    padding: 20px 0;
    margin: 0;
    color: #444;
    font-weight: 400;
}

/* .main_content_warp_checkout {
    padding-bottom: 40px;
} */

#affwp-affiliate-dashboard {
    margin-bottom: 50px;
}

.main_content_warp_checkout .nav-tabs-wrapper{
padding-bottom: 50px;
}

.nav-tabs-wrapper .nav{
    text-align: center;
    margin-bottom: 20px;
}

.nav-tabs-wrapper .nav-tabs-inner-wrapper, 
.tab-content{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-tabs-wrapper .nav-tabs-inner-wrapper::-webkit-scrollbar, 
.tab-content::-webkit-scrollbar{
    display: none;
}

.banner_main_affiliate {
    background-color: #f9f9f9;
    margin-bottom: 40px;
    padding: 30px 0;
}

.affwp-form input,
#affwp-graphs-date-options {
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 400px;
}

#affwp-user-remember {
    width: auto !important;
}

#affwp-promotion-method {
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 400px;
}

#affwp-graphs-date-options {
    margin-right: 15px;
}

#edd_user_login,
#edd_user_pass {
    padding: 6px 10px;
    margin-bottom: 15px;
    width: 73% !important;
    max-width: 365px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#edd_login_form label {
    font-weight: 400;
    padding-right: 20px;
    min-width: 163px;
}

code {
    display: inline;
    padding: 2px 4px;
}

#edd_login_form legend {
    padding-bottom: 14px;
}

#edd_login_your_account {
    max-width: 630px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #dbdbdb;

}

.edd-login-submit {
    padding-left: 163px;
    display: inline-block;
}

.edd-login-remember {
    padding-left: 166px;

}

input[type="checkbox"] {
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.page-template-tmp-myaccount .main_content_warp_checkout #edd_login_form legend{
    padding-bottom: 30px;
}

.page-template-tmp-myaccount .main_content_warp_checkout #edd_login_form p{
    margin-bottom: 20px;
}

.page-template-tmp-myaccount .main_content_warp_checkout #edd_login_form p.edd-lost-password{
    display: inline-block;
    padding: 10px 0 10px 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.page-template-tmp-myaccount .main_content_warp_checkout #edd_login_form p.edd-login-submit,
.page-template-tmp-myaccount .main_content_warp_checkout #edd_login_form p.edd-login-submit input[type="submit"]{
    margin-bottom: 0px;
    margin-top: 0;
}

.page-template-tmp-myaccount .main_content_warp_checkout .edd-login-submit{
    padding-right: 20px;
}

.button {
    background: #00c853;
    padding: 7px 30px !important;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    font-size: 17px;
    border: 0px !important;
    color: #fff;
    width: auto !important;
    border-radius: 4px;
}

.button:hover {
    background: #02d95b;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
}

.page-template-tmp-affilate p a{
    color: #25b2fc;
    font-weight: 400;
    text-decoration: underline;
}

.page-template-tmp-affilate a:hover{
    text-decoration: none;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    margin: 20px 0;
    border: none;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    display: inline-block;
    padding: 0px;
    margin: 0;
    display: table-cell;
    width: 1%;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    display: block;
    padding: 18px 10px;
    background-color: #fff;
    color: #25b2fc;
    border: 1px solid #25b2fc;
    border-right: none;
    transition: all 0.3s;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
    background-color: #25b2fc;
    color: #fff;
    font-weight: 300;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:hover a{
    background-color: rgba(38,178,252,0.1);
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child a{
    border-right: 1px solid #25b2fc;
    border-radius: 0 5px 5px 0;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:first-child a{
    border-radius: 5px 0 0 5px;
}

#affwp-affiliate-dashboard .affwp-tab-content p{
    margin-bottom: 20px;
}

#affwp-affiliate-dashboard label {
    font-weight: 400;
}

.affwp-payment-email-wrap input[type=email] {
    width: 100%;
    max-width: 400px;
}

table.affwp-table th {
    font-weight: 400;
    background: #f5f9ff;
    color: #444 !important;
}

table.affwp-table td,
table.affwp-table th {
    text-align: left;
    border: 1px solid #e2e5e8;
    color: #848484;
    padding: 10px 15px;
    max-width: 100%;
}

#affwp-affiliate-dashboard .affwp-payment-email-wrap label {
    display: block;
}

.affwp-form input[type=checkbox] {
    position: relative;
    top: 1px;
}

.affiliate_img img {
    float: right;
    border: 1px solid #e2e5e8;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
    max-width: none;
}

/*=====  End of Code For Header  ======*/

/*===============================================
=            Code For Reason Section            =
===============================================*/


.reasonSection {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.iconSection {
    height: 96px;
    line-height: 94px;
    margin-bottom: 38px;
    width: 96px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    margin: 0 auto 25px;
}

.qMark {
    font: normal 200px 'Georgia', Arial, Helvetica, sans-serif;
    line-height: .5;
    color: #ff5252;
    margin-bottom: -31px;
    display: inline-block;
}

/*.whyContent{
    margin-top: -135px;
}*/
.whyContent h2 {
    font-weight: 300;
}

.reasonSection .col-lg-3:nth-child(2),
.reasonSection .col-lg-3:nth-child(3) {
    margin-top: -290px;
}

.reasonSection .col-lg-3:nth-child(2) {
    clear: both;
}

.reasonSection [class*="col-"] {
    margin-bottom: 31px;
}

/*=====  End of Code For Reason Section  ======*/

/*===================================
=            Account page         =
===================================*/
#edd_user_history td,
#edd_user_history th {
    padding: 13px;
}

#edd_profile_editor_form input[type="email"],
#edd_profile_editor_form input[type="number"],
#edd_profile_editor_form input[type="password"],
#edd_profile_editor_form input[type="tel"],
#edd_profile_editor_form input[type="url"],
#edd_profile_editor_form input[type="text"] {
    padding: 6px 10px;
    margin-bottom: 15px;
    max-width: 342px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
}

#edd_profile_editor_form p{
    padding: 0 20px;
}

#edd_profile_editor_form label {
    font-weight: 400;
    max-width: 260px;
    padding-right: 30px;
    width: 100%;
}

#edd_profile_editor_form select {
    padding: 6px 10px;
    margin-bottom: 15px;
    max-width: 342px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
}

#edd_profile_editor_form legend {
    font-size: 19px;
    background: #00b0ff;
    color: #fff;
    padding: 10px 20px;
    border: 0;
}

#edd_profile_billing_address_wrap br,
#edd_profile_name_wrap br {
    display: none;
}

#edd_user_history th,
.edd_sl_license_row th {
    font-weight: 400;
    background: #00b0ff;
    border-bottom: 0px solid #f0f0f0;
    color: #fff;
    border-left: 1px solid #84d9ff;
    border-right: 1px solid #84d9ff;
}

#edd_profile_personal_fieldset,
#edd_profile_address_fieldset,
#edd_profile_password_fieldset,
#edd_profile_submit_fieldset {
    background-color: #fbfbfb;
}

#edd_profile_submit_fieldset {
    padding: 0px 0 20px 263px;
}

.tab-pane.active .edd-alert {
    margin-bottom: 20px;
}

.edd_sl_license_row th {
    padding: 13px;
    border-top: 0;
}

.edd_sl_item_name {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.edd_sl_status_label,
.edd_sl_expires_label,
.edd_sl_limit_label {
    font-weight: 500;
    font-size: 15px;
    color: #444;
}

.edd-sl-expired {
    color: #ff5252;
}

.edd_sl_renewal a {
    display: block;
    padding: 10px 20px;
    background: #00c853;
    font-size: 17px;
    font-weight: 400;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border: 0px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 140px;
    margin-bottom: 10px;
}

.edd-sl-child-licenses li {
    padding-left: 0;
}

.edd-sl-child-licenses {
    padding-top: 10px;
}

.edd-sl-child span {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.big_hd {
    font-size: 27px;
    display: block;
    padding-top: 10px;
}

.edd_sl_renewal a {
    text-decoration: none;
    box-shadow: none;
}

.edd_sl_license_key {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 10px;
    margin-bottom: 15px;
    border: 0;
    max-width: 350px;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
    background: #eee;
    font-size: 14px;
    color: #666;
}

.tabs_styles .nav-tabs {
    border-bottom: 1px solid #ccc !important;
}

.tabs_styles {
    margin-top: -101px;
}

.tabs_styles .nav-tabs {
    text-align: center;
}

.main_content_warp_checkout .nav-tabs>li.active>a {
    background-color: #00b0ff !important;
    color: #fff !important;
    border: 1px solid #00b0ff !important;
    border-bottom: none !important;
}

.change_log_title {
    padding: 75px 0 120px 0 !important;
}

.tabs_styles .nav-tabs>li>a {
    color: #fff !important;
    font-weight: 500;
}

.tabs_styles .nav-tabs>li {
    float: none;
    display: inline-block;
}

.edd_sl_license_row td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.edd_license_activations .edd_sl_limit_label {
    display: inline-block;
    margin-bottom: 10px;
    color: #444;
}

.main_content_warp_checkout .nav-tabs li {
    padding-bottom: 0;
    margin-bottom: 0px;
}

#edd_user_history,
.main_content_warp_checkout .nav-tabs {
    border: 0 !important;
}

.main_content_warp_checkout .nav-tabs>li.active>a,
.main_content_warp_checkout .nav-tabs>li.active>a:focus,
.main_content_warp_checkout .nav-tabs>li.active>a:hover {
    background-color: #00b0ff;
    color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.main_content_warp_checkout .nav-tabs>li>a {
    border: 0;
    padding: 15px 25px;
    background-color: #2a3036;
    border: 1px solid #2a3036;
    border-bottom: 0;
}

.main_content_warp_checkout input[type=button],
.main_content_warp_checkout input[type=reset],
.main_content_warp_checkout input[type=submit] {
    background: #00c853;
    padding: 10px 30px;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    font-size: 17px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
}

.edd_password_change_notice {
    padding-left: 20%;
    position: relative;
    top: -15px;
    font-size: 14px;
}

/*=====  End of Code For Reason Section  ======*/

/*===================================
=            why We need            =
===================================*/
.blueSection {
    padding-top: 50px;
    background: #4285f4;
    padding-bottom: 50px;
    border-top: 1px solid #eee;
    /* border-bottom: 1px solid #eee; */
    transition: .2s all;
}

.blueSection .analitifybtn{
    background-color: #fff;
    color: #4285f4;
    white-space: normal;
}
.blueSection  h3 {
    color: #fff;
    font-weight: 300;
}

.blueSection   p {
    color: #fff;
    font-size: 1.15rem;
}

.postSection .card {
    border: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.postSection:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.postSection:hover {
    text-decoration: none;
}

.postSection .card img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.postSection {
    display: block;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.postSection h2 {
    font-size: 1.625rem;
    font-weight: 300;
    padding: 27px 58px 0px 18px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 140px;
}

.morebtn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ff5252 url(img/white_arrow.png) no-repeat center center;
    bottom: 0;
    right: 0;
}

.costumarcare {
    background: #00c853;
    position: relative;
    padding: 39px 55px 48px 78px;
    color: #fff;
}

.costumarcare .fa {
    font-size: 60px;
    line-height: 1;
}

.costumarcare h4 {
    color: #fff;
    margin-bottom: 22px;
}

.carebtn {
    border-radius: 0;
    background: #fff url(img/green_arrow.png) no-repeat right 16px center;
    font: 300 14px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.1;
    color: #00c853;
    position: relative;
    padding-right: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carebtn:hover {
    background-position: right 10px center;
    color: #00c853;
    transform: translate(2px, 0);
}

.carebtn:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carebtn strong {
    font-weight: 700;
}

/*=====  End of why We need  ======*/
/*==========================================
=            Code Start For FAQ            =
==========================================*/


.faqSection {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.seprator {
    margin: 30px auto;
    width: 100px;
    border-top: 1px solid #ffbc00;
}

.panel-default>.panel-heading {
    color: #448aff;
    background-color: transparent;
    border: 0;
    font-weight: 700;
}

.panel {
    border: 0px solid #e7e7e7;
    text-align: left;
    border-radius: 0px;
}

.panel-title {
    margin: 0 0;
}

.panel-title a.collapsed {
    color: #448aff;
}

.panel-title a {
    position: relative;
    padding: 10px 0;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #ff5252;
}

.panel-title a:hover {
    text-decoration: none;
    color: #ff5252;
}

.panel-title a:active,
.panel-title a:visited,
.panel-title a:focus {
    text-decoration: none !important;
}

.panel-title a:before {
    position: absolute;
    top: 25px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #666;
    content: "";
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.feature_addons {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.panel-title a:after {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 15px;
    height: 2px;
    background-color: #666;
    content: "";
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.panel-title a.collapsed:before {
    transform: rotate(0deg);
}

.panel-title a.collapsed:after {
    transform: rotate(90deg);
}

.panel {
    box-shadow: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
    border-radius: 0;
    padding: 16px 20px 16px;
}

.panel-heading {
    padding: 0;
}

.panel-collapse {}

.panel-collapse p {
    padding: 0;
    margin-bottom: 10px;
}

/*=====  End of Code Start For FAQ  ======*/

/*=======================================
=            Code For Footer            =
=======================================*/

.footer {
    background: #444444;
    padding: 25px 0 0;
}

.copyright_wraper {
    background: #4a4a4a;
    text-align: center;
}

footer .copyright_wraper{
    padding: 25px 15px;
}
footer .copyright_wraper{
    padding: 25px 15px;
}

footer .copyright_wraper .container .copy{
    display: inline;
}

footer .copyright_wraper .container ul{
    display: inline-block;
}

footer .copyright_wraper .container > *{
    margin-bottom: 0;
    margin-top: 0;
}

footer .copyright_wraper .container a{
    color: #ccc;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.6;
}

footer .copyright_wraper .container a:hover{
    text-decoration: none;
}


.col-md-15 {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-15-2 {
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

/*.subscriptionSection{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -60px;
    -webkit-box-shadow: 0 0 25px  rgba(0,0,0, .1);
    box-shadow: 0 0 25px  rgba(0,0,0, .1);
}*/
.subscriptionSection .col-md-2 {
    width: auto;
    padding-right: 24px;
}

.subscriptionSection .col-md-3 {
    float: right;
}

.subscriptionSection ul li {
    font: 300 14px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: #aaa;
    padding-left: 0;
    padding-top: 11px;
}

.subscriptionSection ul li a {
    color: #aaa;
}

.subscriptionSection ul li a:hover {
    text-decoration: underline;
}

.twocolumns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.subscribTxt {
    font-size: 14px;
    color: #aaa;
}

.subcriptionForm {
    border: 0px solid #b2b2b2;
    margin-bottom: 20px;
}

.subcriptionForm.input-group .form-control {
    border: 0;
    border-right: 0px solid #7C7C7C;
    border-radius: 3px;
    padding: 7px;
}

.subscriptionSection h6 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: none;
}

.subcriptionForm.input-group .form-control {
    border-radius: 3px 0px 0px 3px;
}

.subcriptionForm button[type="submit"] {
    border-left-color: #00b0ff;
    color: #fff;
    border-radius: 3px;
    height: 34px;
    background-color: #00b0ff;
    width: 41px;
    background-position: 0 0;
}

.subcriptionForm button[type="submit"] i {
    background-position: 0 0;
    display: block;
    width: 30px;
    height: 30px;
}

.subcriptionForm button[type="submit"]:hover {
    background: #00b0ff;
    color: #7c7c7c;
}

.subscriptionSection ul.followus li {
    font-size: 16px;
    display: inline-block;
    margin-right: 16px;
}

.subcriptionForm button[type="submit"] i,
.subscriptionSection ul.followus li a,
.header .getAnalyfiy:before,
.dashboard_widget_section .analitifybtn:before {
    background-image: url(img/icon_sprite_2.png);
    background-repeat: no-repeat;
}

.subscriptionSection ul.followus li a {
    color: #aaa;
    display: inline-block;
    width: 13px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    border-radius: 50%;
    text-indent: -9999px;
    background-position: 0 0;
    opacity: .8;
}

.subscriptionSection ul.followus li a.twitter_follow_us {
    background-position: -12px 0;
    width: 20px;
    height: 20px;
}

.subscriptionSection ul.followus li a.google_follow_us {
    background-position: -32px 0;
    width: 28px;
    height: 20px;
}

.subscriptionSection ul.followus li a.github_follow_us {
    background-position: -58px 0;
    width: 23px;
    height: 20px;
}

.subscriptionSection ul.followus li a:hover {
    opacity: 1;
}

.featured ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.copy {
    color: #ccc;
    margin-top: 20px;
    font-size: 13px;
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    float: right;
    bottom: 0;
    margin-top: 7px;
    margin-left: 10px;
    display: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1001;
}

.navTrigger i {
    background-color: #222;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT .8s backwards;
    animation: outT .8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM .8s backwards;
    animation: outM .8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm .8s backwards;
    animation: outBtm .8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT .8s forwards;
    animation: inT .8s forwards
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM .8s forwards;
    animation: inM .8s forwards
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm .8s forwards;
    animation: inBtm .8s forwards
}

.error {
    font-size: 12px;
    color: #ff0000;
    display: none;
}

.one-time {
    width: 295px;
    margin: 0 auto;
}

.one-time>div {
    position: absolute;
}

.carousel-inner {
    min-height: 335px;
}

.carousel-inner>.item {
    padding-bottom: 20px;
    padding-top: 20px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    border: 1px solid #ff5252;
    padding: 0;
    margin: 1px 6px;
    vertical-align: middle;
}

.carousel-indicators .active {
    background-color: #ff5252;
    margin: 1px 6px;
}

.profileSection {
    margin: 25px auto;
    width: 288px;
    background: #ffffff;
    border-top: 4px solid #448aff;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.roundabout-in-focus .profileSection {
    margin-top: -10px;
    padding-bottom: 20px;
}

.roundabout-moveable-item:not(.roundabout-in-focus) {
    cursor: pointer;
}

.profileSection:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 50%;
    background: rgba(68, 138, 255, .05);
    top: 0;
    left: 0;
}

.profileSection h2 {
    margin-bottom: 7px;
}

.username {
    font-size: 14px;
    line-height: 1.1;
    color: #848484;
    font-weight: 300;
    vertical-align: top;
}

.profileimg {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    margin: 27px auto 20px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    box-shadow: 0 0 27px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 10;
}

.profileimg img {
    width: 100%;
    border-radius: 50%;
}

.clientSection li a,
.clientSection li span {
    display: inline-block;
    text-indent: 100%;
    white-space: normal;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding: 0;
    vertical-align: middle;
    opacity: .2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clientSection li a:hover,
.clientSection li span:hover {
    opacity: 1;
}

.wpb_matt_blog_logo1 {
    background-position: -1px 0;
    width: 169px;
    height: 42px;
}

.wpb_hero_press_logo {
    background-position: -171px -1px;
    width: 198px;
    height: 41px;
    margin-top: 6px;
}

.wpb_wp_bignner_logo {
    background-position: -1px -43px;
    width: 169px;
    height: 31px;
    margin-top: 10px;
}

#edd_checkout_wrap {
    min-height: 1000px;
}

#edd-stripe-card-element {
    padding: 15px 20px;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
    cursor: pointer;
}

.slick-track {
    margin: 0 auto;
}

.wp_searchenginejournal_logo {
    background: url(img/searchenginejournal.png) no-repeat 0 0;
    width: 205px;
    height: 45px;
    margin-top: 5px;
}

.wpb_matt_blog_logo {
    background-position: -224px -83px;
    width: 122px;
    height: 42px;
    margin-top: 7px;
}

.wpb_product_hunt_logo {
    background-position: -1px -85px;
    width: 222px;
    height: 41px;
    margin-top: 6px;
}

.wpb_shout_logo {
    background-position: -171px -43px;
    width: 207px;
    height: 39px;
    margin-top: 8px;
}

.wpb_mayor_logo {
    background-position: -1px -127px;
    width: 159px;
    height: 52px;
}

#pricing_top_sec {
    padding: 0;
}

#pricing_top_sec .subtitle {
    font-size: 1.5em;
    color: #444444;
}

#pricing_top_sec .form-inline {
    padding-bottom: 40px;
}

#pricing_top_sec .form-inline {
    display: inline-flex;
    margin: 0 auto;
    max-width: 490px;
    width: 100%;
}

#pricing_top_sec .form-inline input[type="text"] {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

#pricing_top_sec .form-inline .form-group {
    width: calc(100% - 90px);
    margin: 0;
}

#pricing_top_sec .form-inline button {
    background-color: #00c853 !important;
    border-color: #00c853 !important;
    border-radius: 0 5px 5px 0;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

/*=====  End of Code For Footer  ======*/


/*===================================
=            Blog page            =
===================================*/
.content-area {
    background: #f9f9f9;
    padding: 45px 0;
}

.content_area_default {
    background: #fff;
    padding: 45px 0;
}

.change_log {
    background: #fff;
    padding: 45px 0;
}

.change_log .container {
    max-width: 960px;
}

.menu .children {
    position: absolute;
    display: none;
}

article.post {
    /* border-top: 1px solid #a5a5a5; */
    padding-top: 0px;
    padding-bottom: 40px;
    padding-right: 22.5px;
}
.widget_edd_cart_widget{
    background-color: #4285f4 !important;
}
.widget_edd_cart_widget h2,
.widget_edd_cart_widget p,
.widget_edd_cart_widget span{
    color: #fff;
}
.widget_edd_cart_widget .cart-total{
    color: #4285f4 !important;
}
.edd-remove-from-cart{
    color: #fff;
    opacity: .7
}

article.post:first-child {
    border-top: 0px solid #a5a5a5;
    padding-top: 5px;
}

.single-post .post img {
    height: auto;
    border: 1px solid #e2e5e8;
    background: #f9fafa;
    padding: 5px;
    margin: 15px 0;
    position: static !important;
}
.single-post .post .feature_img img {
    padding: 0;
    border: none;
}
.post img {
    height: auto;
    position: static !important;
}
figure{
    max-width: 100%;
}
article.post .entry-content {
    overflow: hidden;
    padding: 0 3px 3px 0;
}

/* .single-post-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 25px 30px 25px;
    min-height: 559px;
    border: 1px solid #e9e5e5;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    background: #fff;
} */

.single-post-content .col-md-9{
    padding: 20px 25px 30px 25px;
    min-height: 559px;
    border: 1px solid #e9e5e5;
    border-radius: 5px;
    background: #fff;
 }
.single-post-content .post-navigation{
    float: none;
}
.single-post-content .post-navigation .nav-links .nav-previous a, 
.single-post-content .post-navigation .nav-links .nav-next a{
    text-overflow: ellipsis;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
}
.entry-title a {
    color: #444444;
}

.entry-title a:hover {
    color: #448aff;
    text-decoration: none;
}

.single-post-content .entry-content ul,
.single-post-content .entry-content ol {
    padding-left: 22px;
    padding-top: 15px;
}

.single-post-content .entry-content ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 1.6;
}
.single-post-content .col-md-9 article:not([class="comment-body"]) a{
    text-decoration: underline;
    font-weight: 400;
}
.single-post-content a:hover{
    text-decoration: none;
}
.entry-content p a {
    text-decoration: underline;
}
.single-post-content h1{
    font-weight: 400;
}
.single-post-content h2{
    font-size: 2rem;
}
.single-post-content h3{
    font-size: 1.5rem;
}
.single-post-content h4{
    font-size: 1.3rem;
}
.entry-content p a:hover {
    text-decoration: none;
}

.entry-meta {
    margin-bottom: 30px;
}

.updated {
    display: none;
}

.feature_img {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

#sidebar .widget {
    /*  border-top: 1px solid #e6e9ee;
    padding-top: 40px;
    padding-bottom: 40px;*/
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 25px #efefef;
}

#sidebar .widget h2 {
    margin-top: 0;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

#sidebar .widget ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

#sidebar .widget ul>li:last-child {
    border: 0;
    padding-bottom: 0;
}

.search-form {
    position: relative;
}

.search-field {
    width: 100%;
    border: 1px solid #eaebec;
    padding: 12px 20px;
    font-size: 16px;
}

.search-form label {
    display: block;
}

.search-form .search-submit {
    background: #00c853 url(img/search_icon.png) no-repeat center center;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}

span.screen-reader-text {
    display: none;
}

.post .entry-footer {
    display: none;
}

.post .more-link {
    float: left;
    color: #337ab7;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 20px;
    transition: all .2s;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}

.post .more-link:hover {
    text-decoration: none;
    color: #444;
    box-shadow: none;
    background: transparent;
}

.post .more-link .meta-nav {
    transition: all .3s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.post .more-link:hover .meta-nav {
    -webkit-transform: translate(7px, 0);
    -moz-transform: translate(7px, 0);
    -ms-transform: translate(7px, 0);
    -o-transform: translate(7px, 0);
    transform: translate(7px, 0);
}

.affwp-form label {
    display: inline-block;
    cursor: pointer;
    width: 220px;
    vertical-align: top;
    padding-top: 8px;
}

.comment-metadata {
    padding-left: 16px;
}

.avatar {
    width: 70px;
    height: 70px;
}

article.post:not(:first-of-type){
    border-top: 2px dashed #ccc;
    padding-top: 45px;
}

/*=====  End of Code For Reason Section  ======*/

/*===================================
=            comments area          =
===================================*/
.comments-area {
    border-top: 1px solid #e6e9ee;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
}
.header_fixed.single .single-post-content .comments-area {
    padding-bottom: 0px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    padding-top: 30px;
}

.comment-list li { 
    padding-left: 0px;
    padding-top: 15px;
}

.comment-list>li.comment { 
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
    list-style: none;
}

.comment-list li.pingback {
    display: none;
}

.comment-list li p {
    word-break: break-word;
}

.comment-list li article {
    background: #fff;
    padding: 22px 20px 18px 80px;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    transition: all 0.3s;
    position: relative;
    background-color: #f2f2f2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.comment-list li article:hover{
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .2); 
}

.comment-author a.url{
    font-weight: 600;
}

.comment-list li .comment-respond {
    margin-top: 30px;
    padding: 10px 30px 30px 30px;
}

.comment-list li li {
    border-bottom: 0px solid #e6e9ee;
    padding-bottom: 0px;
}

.comment-list li .avatar {
    position: absolute;
    top: 15px;
    left: 25px;
    border-radius: 200px;
    width: 40px;
    height: 40px;
}

.comment-author,
.comment-metadata {
    display: block;
  font-weight: 600;
}

.comments-area .comment-metadata a.comment-edit-link{
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.comments-area .comment-metadata{
    padding-left: 0;
}

.fn a {
    color: #444444;
}

.says {
    display: none;
}

.comment-metadata time {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}

body.single-post {
    color: #333;
}

.comment-content {
    padding: 15px 0;
}

.comment-content p{
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.reply {
    position: relative;
}

.reply a {
    color: #1972f5;
    padding: 4px 0 0 27px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.reply:before {
    content: "";
    width: 17px;
    height: 12px;
    position: absolute;
    top: 9px;
    background: url(img/analytify-reply-icon.svg) center center no-repeat;
    background-size: contain;
    left: 0;
    text-align: center; 
}

.comment-reply-title {
    padding-right: 120px;
    position: relative;
}

.comment-reply-title small{
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 16px;
    text-transform: capitalize;
}

.comment-list .children{
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.comment-list .children:last-child{
    padding-bottom: 0;
}

.comment-list .children:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 60px;
    left: 15px;
    top: 0;
    border-width: 0 0 3px 3px;
    border-color: #f2f2f2;
    border-style: solid;
    border-radius: 0 0 0 5px;
}

.navigation.post-navigation {
    display: none !important;
}

.downloads_num_wrapper {
    padding-top: 30px;
}

.downloads_num_box {
    display: inline-block;
    color: #444;
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    line-height: 1;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 40px;
}

.downloads_num {
    display: block;
    font-family: 'Georgia', Arial, Helvetica, sans-serif;
    color: #ff9e0e;
    font-style: italic;
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
}

.downloads_num_wrapper .analitifybtn {
    margin-top: 0;
}

.comment-respond {
    padding: 30px;
    background: #eaeff3;
    border-radius: 5px;
}

.comment-form p label {
    display: block;
}

.comment-form textarea {
    border: 1px solid #dce3e8;
    background: #fff !important;
    width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"] {
    border: 1px solid #dce3e8;
    width: 100%;
    max-width: 400px;
    padding: 6px;
}

#submit {
    background: #00c853;
    padding: 12px 35px;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    font-size: 18px;
    border: 0px;
    color: #fff;
}

#submit:hover {
    background: #02d95b;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
}

.subscriptionSection {
    padding-bottom: 30px;
    min-height: 275px;
}

.loading_msg {
    background: url(img/loader_email.gif) no-repeat 0 0;
    min-height: 24px;
    text-indent: -9999px;
    overflow: hidden;
}

.single-post article.post {
    border-top: 0px solid #e6e9ee;
    padding-top: 0px;
}

.single-post article.post blockquote{
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 12%);
    border-radius: 5px;
    padding: 30px 20px 30px 20px;
    margin: 25px auto;;
    position: relative;
    border: none;
    width: calc(100% - 30px);
}

.single-post article.post blockquote pre{
    padding: 0;
    margin: 0;
}

.single-post article.post blockquote pre,
.single-post article.post blockquote pre em{
    word-break: break-word;
    white-space: normal;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Roboto Slab', serif;
}

.single-post article.post blockquote:before{
    content: "";
    background: url(img/qoutes.png) center center no-repeat;
    background-size: contain;
    width: 47px;
    height: 38px;
    display: block;
    position: absolute;
    top: -15px;
    right: 20px;
}

#woowcommercetop {
    background: #f9f9f9;
    color: #444444;
    padding: 30px 0;
}

#woowcommercetop h1 {
    color: #444444;
}

.pricing_section {
    padding: 60px 0px 40px;
}

.licence_name {
    display: block;
    font-size: 26px;
    padding-top: 22px;
}

#pricing_top_sec {
    background: #f9f9f9;
    color: #444444;
    /* padding: 30px 0; */
}

#pricing_top_sec h1 {
    color: #444444;
}

#pricing_top_sec p {
    color: #848484;
    font-size: 23px;
}

.faqSection .panel-group {
    margin: 0;
}

.byeNowSection {
    background: #000;
    display: none;
}

.pricing_pakages {
    overflow: hidden;
    padding: 8px 0 20px;
}

.pricing_pakages li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.pricing_pakages li .pricing_type_select {
    display: block;
    color: #fff;
    background: #3a76d9;
    padding: 20px;
    border-radius: 4px;
    font-family: 'Roboto Slab', serif;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    opacity: .4;
}

.pricing_tables_section {
    display: none;
}

.pricing_active_panel {
    display: block !important;
}

.pricing_pakages li:nth-child(2) .pricing_type_select {
    background: #00c853;
}

.pricing_pakages li:nth-child(3) .pricing_type_select {
    background: #ffbc00;
}

.pricing_pakages li:nth-child(4) .pricing_type_select {
    background: #ff5252;
}

.pricing_pakages li .pricing_type_select:after {
    width: 36px;
    height: 36px;
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 23px;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.pricing_pakages_Wrapper {
    padding: 0;
}

.pricing_pakages li .pricing_active_panel_btn:after {
    background: url(img/selected_tick.png) no-repeat 0 0;
    opacity: 1;
}

.pricing_pakages li .pricing_type_select:hover,
.pricing_active_panel_btn {
    box-shadow: 0 7px 20px rgba(0, 0, 0, .1);
    text-decoration: none;
    opacity: 1 !important;
}

.links_wraper_single {
    color: #444;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgba(0, 200, 83, 0.3);
    background: rgba(0, 200, 83, 0.1);
    padding: 8px 13px;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

/* .udpated_date {
    float: right;
} */

.contact_help {
    background: url(img/email_icon.png) no-repeat 0 0;
    /* height: 22px; */
    margin-top: 0px;
    padding-left: 34px;
    background-size: 24px auto;
    margin-bottom: 0;
}

.licence_icon {
    height: 100px;
    line-height: 100px;
}

.timeline .timelinSection {
    position: relative;
    padding: 50px 15px;
}

/* .timelineWrapper {
    overflow: hidden;
} */

.timeline .timelinSection:nth-child(even) {
    background: #f9f9f9;
}

.timeline .timelinSection:nth-child(even):after {
    position: absolute;
    width: 10000px;
    height: 100%;
    left: -4000px;
    top: 0;
    background: #f9f9f9;
    content: "";
}

/* .timelineWrapper{
    overflow-x: hidden;
} */

.timeline .timelinSection:nth-child(even) .row {
    position: relative;
    z-index: 999;
}

.timeline .timelinSection:nth-child(even) .featureimg {
    float: right;
}

.single_addon_title {
    padding: 30px 15px 20px;
}

.single_addon_title small {
    display: block;
    font-weight: 300;
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
}

.single_addon_title small:before {
    content: "";
    clear: both;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffbc00;
    margin: 10px auto;
}

.wpcf7-text {
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.wpcf7-select {
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.wpcf7-textarea {
    padding: 6px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.wpcf7-submit {
    background: #00c853;
    padding: 10px 30px;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    font-size: 17px;
    border: 0px;
    color: #fff;
    border-radius: 4px;
}

.wpcf7-submit:hover {
    background: #02d95b;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
}

table {
    text-align: left;
    width: 100%;
    border: none;
    margin: 0 0 21px;
    border-collapse: collapse;
}

table th {
    background: #fafafa;
    font-weight: 400;
    color: #337ab7;
}

table td,
table th {
    text-align: left;
    border: 1px solid #ccc;
    color: #666;
    padding: 15px 15px;
}

.entry-content li figure {
    max-width: 100%;
}

.wp-caption-text {
    padding-top: 15px;
}

.pricing_table {
    border-top: 4px solid #448aff;
    display: none;
}

.pricing_table .price_duration {
    display: none;
}

.active_pakage_panel {
    display: table;
}

#three_sites .pricing_table {
    border-top: 4px solid #00c853;
}

#ten_sites .pricing_table {
    border-top: 4px solid #ffbc00;
}

#hundred_sites .pricing_table {
    border-top: 4px solid #ff5252;
}

#three_sites .pricing_product_name {
    color: #00c853;
}

.pricing_product_name span {
    display: block;
    color: #444;
    line-height: 11px;
}

#ten_sites .pricing_product_name {
    color: #ffbc00;
}

#hundred_sites .pricing_product_name {
    color: #ff5252;
}

.pricing_table td {
    padding: 30px;
    vertical-align: top;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout>.container{
    min-height: calc(100vh - 687px);
    padding-bottom: 60px;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li{
    padding-left: 0;
    padding-right: 15px;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li:last-child{
    padding-right: 0;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .tab-content #profile .edd-no-purchases, 
.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .tab-content #subscriptions .edd-no-purchases{
    padding: 20px 15px;
    border: 1px solid #ccc;
}

/* .page-template-tmp-myaccount.logged-in .banner_main_checkout a{
    text-decoration: underline;
    font-size: 18px;
    text-underline-position: under;
    font-weight: 400;
    color: #25b2fc;
} */

.page-template-tmp-myaccount.logged-in .banner_main_checkout a:hover{
    text-decoration: none;
}

.table td,
.table th {
    text-align: left;
    border: 1px solid #ccc;
    color: #848484 !important;
    padding: 10px 15px !important;
}

.table td strong,
.table th strong {
    color: #444 !important;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li a {
    border: 1px solid #25b2fc;
    border-radius: 5px;
    color: #25b2fc;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 25px;
    margin: 0;
    transition: all 0.3s;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li a:hover {
    background-color: #25b2fc;
    color: #fff;
}

b,
strong {
    font-weight: 400 !important;
}

.Checkbox {
    margin: 0px 7px 0 0 !important;
    position: relative;
    top: 2px;
}

.price_in_list {
    font-size: 40px;
    margin-bottom: 20px;
}

.pricing_product_name {
    color: #448aff;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

.pricing_buy_button {
    display: block;
    border: 0px;
    font: 400 16px 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    color: #fff;
    background: #00c853;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 4px;
    width: 200px;
    text-align: center;
    padding: 13px 24px;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.pricing_buy_button:hover {
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    background: #02d95b;
}

.pricing_product_name_td {
    width: 400px;
}

.product_pricing_td {
    width: 300px;
    text-align: center;
}

.doc_list_items {
    display: block;
    border: 1px solid #e2e5e8;
    background: #f9fafa;
    margin-top: 30px;
    padding: 0 0px 20px;
    min-height: 150px;
    transition: all .35s;
    text-align: center;
    border-radius: 5px;
}

.doc_list_items>a {
    text-decoration: underline;
}

.doc_list_items>a:hover {
    text-decoration: none;
}

.doc_list_items:hover {
    border: 1px solid rgba(72, 155, 232, 0.5);
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.doc_list_items ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 0 15px 0;
    margin-bottom: 15px;
    text-align: left;
}

.doc_list_items ul li {
    position: relative;
    padding: 15px 15px 2px 46px;
    font-size: 1rem;
    line-height: 1.6;
}

.doc_list_items ul li:after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #337ab7;
    transition: all .3s;
}

.doc_list_items ul li:after {
    height: auto;
    width: auto;
    content: "\e022";
    background: none;
    color: #337ab7;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 19px;
}

.doc_list_items ul+a:before {
    content: "\e144";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.doc_list_items h3:before {
    content: '\e118';
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    font-size: 20px;
    margin-top: -8px;
}

.posts img {
    height: auto;
    border: 1px solid #e2e5e8;
    background: #f9fafa;
    padding: 5px;
    position: static !important;
    margin: 20px 0;
    /* box-shadow: 0 5px 5px rgb(0 0 0 / 5%); */
}

.doc_list_items:hover {
    text-decoration: none;
}

.doc_list_box {
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 500px;
}

.doc_list_box>div {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 33.33%;
}

.form-control {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.dashboard_widget_section {
    padding-top: 80px;
}

.email_notifications_section {
    padding-top: 130px;
}

.campaigns_tracking_section {
    padding-top: 80px;
}

.pricing_feture_list {}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    padding: 6px 10px !important;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px !important;
    line-height: 24px;
}

.gform_wrapper textarea {
    margin-bottom: 0px;
}

.gform_wrapper div.validation_error {
    border: 0 !important;
}

body .gform_wrapper ul li.gfield {
    padding-top: 25px;
    padding-left: 0;
}

.gform_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.tab-content table tr th{
    border-left: 0;
}

.tab-content table tr th:first-child{
    border-radius: 5px 0 0 0;
}

.tab-content table tr th:last-child{
    border-right: 0;
    border-radius: 0 5px 0 0;
}

.tab-content table tr:last-child td:first-child{
    border-radius: 0 0 0 5px;
}

.tab-content table tr:last-child td:last-child{
    border-radius: 0 0 5px 0;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 0 !important;
    background-color: transparent !important;
}

.gform_wrapper li.gfield.gfield_error .field_description_below .gfield_description {
    padding-top: 0px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin-top: -8px;
    font-weight: 400;
}

.gform_wrapper select {
    line-height: 24px;
    padding: 6px 10px !important;
    margin-bottom: 0px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.gform_confirmation_message {
    text-align: center;
    padding: 30px;
    font-size: 20px;
    background-color: #00c853;
    border: 1px solid #00c853;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 200, 83, .5);
}

#gform_confirmation_wrapper_1 {
    min-height: calc(100vh - 830px);
    padding-top: 50px;
    padding-bottom: 50px;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 4px !important;
    font-weight: 400 !important;
}

.content_center_max_900 {
    max-width: 900px;
    padding: 0 20px 20px;
    margin: 0 auto;
}

#gform_wrapper_1 {
    margin: 36px auto 16px auto;
    max-width: 860px;
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px !important;
    width: auto;
    margin: 0 !important;
    font-weight: 400 !important;
}

.gform_wrapper .validation_message {
    padding-top: 8px !important;
}

.gform_wrapper label.gfield_label {
    color: #444;
    font-weight: 400 !important;
}

.pricing_feture_list li {
    position: relative;
    padding: 3px 3px 3px 20px;
    color: #848484;
    font-size: 16px;
}

.pricing_feture_list li:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    background-color: #448aff;
    ;
    border-radius: 100px;
}

.tabs_selections {
    max-width: 400px;
    margin: 0px auto 30px;
    clear: both;
}

.tabs_selections ul {
    border: 1px solid #3a76d9;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.tabs_selections li {
    border-left: 1px solid #fff;
    margin: 0;
    padding: 15px 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
}

.tabs_selections li:hover {
    color: #3a76d9;
}

.tabs_selections li.active_pakage_btn:hover,
.tabs_selections li.active_pakage_btn {
    background: #3a76d9;
    color: #FFF;
}

.tabs_selections li:first-child {
    border-left: 0px solid #000;
}

/*Checkout Page*/
.checkout_page {
    padding: 40px 0 0;
}

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap .edd-cart-adjustment {
    background: #f9fafa;
}

#edd_checkout_cart td,
#edd_checkout_cart th,
#edd_checkout_form_wrap fieldset,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
    border: 1px solid #e2e5e8;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #444;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {}

#edd_checkout_form_wrap {
    max-width: 600px;
}

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart th {
    background: #f5f9ff;
}

#edd_checkout_cart th {
    font-weight: 400;
    color: #444;
}

#edd_checkout_form_wrap label {
    font-weight: 400;
}


.hide_this_licence_key+input {
    display: none;
}

.counter_bar .counter {
    display: flex;
    text-align: center;
    width: 300px;
    background: #ffd701;
    color: #333332;
    float: none;
    margin-right: 20px;
    width: auto !important;
    height: 72px;
    border-radius: 4px;
}

.counter_bar .cp-info-bar-msg {
    display: flex;
    align-items: center;
}

.counter_bar .media-counter>span {
    line-height: 1.4;
}

.cp-info-bar.counter_bar .cp-ib-container {
    max-width: 1300px;
    width: 100% !important;
}

#edd_sl_renewal_form {
    text-align: left;
}

#edd_discount_code {
    text-align: left;
}

.edd-label {
    color: #444;
    font-size: 1rem !important;
}

.edd-description {
    color: #848484 !important;
}

#edd_sl_show_renewal_form_wrap,
#edd_show_discount {
    color: #444 !important;
    font-weight: 500 !important;
}

#edd_checkout_user_info legend,
#edd_checkout_form_wrap fieldset#edd_cc_fields legend,
#edd_cc_address legend {
    border: 0;
    background: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 1.6rem;
    padding-left: 22px;
}

#edd_checkout_user_info {
    position: relative;
    padding-top: 70px !important;
}

#edd_checkout_form_wrap fieldset {
    text-align: left;
}

div.simplesocialbuttons.simplesocialbuttons-float-left-center {
    left: 10px;
}

#edd_purchase_form_wrap p {
    padding-bottom: 10px;
}

#edd_terms {
    border: 1px solid #e2e5e8 !important;
    background: #f9fafa;
    padding: 0px 22px 11px !important;
    margin-bottom: 16px !important;
}

#edd_terms h1 {
    font-size: 1.8rem;
}

#edd_checkout_form_wrap input[type=checkbox] {
    vertical-align: middle;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields,
#edd_cc_address {
    padding-top: 70px !important;
    position: relative;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields {
    border: 1px solid #e2e5e8;
    background: #f9fafa;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
    width: 100%;
    max-width: 450px;
}

.screen-reader-text {
    display: none;
}

.posts-navigation {
    float: none;
    border-top: 2px dashed #ccc;
    padding: 11px 0 0;
}

.nav-links {
    overflow: hidden;
}

.nav-next {
    float: left;
}

.nav-previous {
    float: right;
}

.nav-links a {
    background: #00b0ff;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.nav-links a:hover {
    box-shadow: none;
    text-decoration: none;
}

/* .search-results article .entry-title {
    font-size: 21px;
    margin-bottom: 6px;
} */

.search-results article{
    border-top: 2px dashed #ccc;
    padding-top: 45px;
    padding-bottom: 40px;
}

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
    background: #00c853;
    font-size: 17px;
    padding: 10px 30px !important;
    font-weight: 400;
    margin-top: 13px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

#edd-purchase-button:hover,
.edd-submit:hover,
input[type=submit].edd-submit:hover {
    box-shadow: none;
    text-decoration: none;
    background: #02d95b;
    text-decoration: none;
    color: #fff;
}

.main_content_warp_checkout {
    min-height: 400px;
}

#edd_error_agree_to_terms {
    padding-bottom: 0 !important;
}

#sidebar .widget ul li.edd_total {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ddd;
}

#sidebar .widget ul li.edd_checkout a {
    font-size: 15px;
    background: #00c853;
    font-weight: 400;
    margin-top: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    padding: 10px 30px !important;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}

#sidebar .widget ul li.edd_checkout a:hover {
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    background: #02d95b;
}

.edd-cart-item-title {
    font-size: 15px;
    font-weight: 400;
}

.addon_img_left img {
    float: right;
    max-width: 600px;
}

.addon_img_right img {
    float: left;
    max-width: 600px;
}

.addon_img_right {
    float: right;
}

.stats_that_makes_sense img {
    float: right;
    max-width: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.social_real_time img {
    float: right;
    max-width: none;
}

.stats_of_ecommerce_store img {
    float: right;
    max-width: none;
}

.compaign_stats img {
    float: right;
    max-width: none;
}

.email_notifications img {
    float: left;
    max-width: none;
}

#subscriber_email {
    display: block;
    width: 100%;
    max-width: 300px;
    border: 0px;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

#mailchimp_form input[type=submit] {
    border: 0px;
    border-radius: 4px;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 12px;
    background: #448aff;
}

.response_msg {
    margin: -3px 0 5px;
}

.success_msg {
    color: #00c853;
    font-weight: 300;
}

.error_msg {
    color: #ff5252;
    font-weight: 300;
}

#mailchimp_form input[type=submit]:hover {
    background: #0183e6;
}

.affiliate_list li {
    padding: 4px 10px 13px 30px;
    position: relative;
}

.affiliate_list li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 6px;
    height: 6px;
    background: #448aff;
    border-radius: 40px;
}

.addons_screenshots img {
    max-width: none;
}

.screenshots_shadow img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.CampaignUrlForm input[type="text"] {
    display: block;
    padding: 6px 10px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-width: 500px;
}

.CampaignUrlForm textarea,
.FormControl-body textarea {
    display: block;
    padding: 6px 10px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-width: 500px;
    height: 150px;
}

.FormControl-info {
    margin-bottom: 15px;
}

label {
    font-weight: 400;
    color: #444;
}

.addons_pricing_section {
    padding: 30px 0;
}

.addons_pricing_section .pricing_table td,
.addons_pricing_section .pricing_table th {
    text-align: center;
}

.addons_pricing_section .pricing_feture_list {
    display: inline-block;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 190px;
}

.addons_pricing_section .pricing_feture_list strong {
    color: #ff5252;
}

.addons_pricing_section .pricing_product_name {
    padding-bottom: 10px;
}

#loading_page {
    overflow: hidden;
}

.pre_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.pre_loader div {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 5px solid #23282d;
    border-radius: 100px;
    transform: translate(-50%, -50%);
}

.pre_loader span {
    position: absolute;
    width: 5px;
    border-radius: 20px;
}

.loader_line1 {
    top: 1px;
    left: 40px;
    height: 40px;
    background-color: #23282d;
}

.pre_loader .loader_line2 {
    bottom: 8px;
    left: 26px;
    height: 25px;
    background-color: #9ea3a8;
    animation: sequence2 1s ease infinite 0.1s;
}

.pre_loader .loader_line3 {
    bottom: 8px;
    left: 18px;
    height: 20px;
    background-color: #9ea3a8;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}

.pre_loader .loader_line4 {
    bottom: 8px;
    left: 10px;
    height: 12px;
    background-color: #9ea3a8;
    animation: sequence2 1s ease-in infinite 0.3s;
}

@keyframes sequence1 {
    0% {
        height: 10px;
    }

    50% {
        height: 25px;
    }

    100% {
        height: 10px;
    }
}

@keyframes sequence2 {
    0% {
        height: 8px;
    }

    50% {
        height: 25px;
    }

    100% {
        height: 8px;
    }
}

.title_table {
    width: 750px;
}

.active_bar {
    background: #00c853;
    color: #fff;
    font-size: 26px;
}

.comparison_table {
    margin-top: 50px;
}

.comparison_table td,
.comparison_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
}

.no_missing {
    color: #ff5252;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.added_this_feature {
    color: #00c853;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.block_title {
    display: block;
    padding-top: 20px;
}

#pro_log,
#free_log,
#addons_log {
    text-align: center;
}

#pro_log ol li,
#free_log ol li,
#addons_log ol li {
    color: #585858;
    font-size: 19px;
    line-height: 30px;
    padding: 32px 78px 25px 50px;
    margin-bottom: 18px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    text-align: left;
    list-style: none;
    overflow: hidden;
    position: relative;
}

#pro_log ol,
#free_log ol,
#addons_log ol {
    padding-bottom: 3.5rem;
    padding-left: 0;
}

#pro_log ol li:after,
#free_log ol li:after,
#addons_log ol li:after {
    position: absolute;
    top: -34px;
    right: -82px;
    width: 210px;
    height: 30px;
    background-color: #ccc;
    color: #fff;
    transform: rotate(30deg);
    transform-origin: 0 0;
    text-align: center;
    font-size: 14px;
}

#pro_log ol li.bugfix:after,
#free_log ol li.bugfix:after,
#addons_log ol li.bugfix:after {
    content: "Bug Fixed";
    background-color: #ff5252;
}

#pro_log ol li.enhancement:after,
#free_log ol li.enhancement:after,
#addons_log ol li.enhancement:after {
    content: "Enhancement";
    background-color: #448aff;
}

#pro_log ol li.new_feature:after,
#free_log ol li.new_feature:after,
#addons_log ol li.new_feature:after {
    content: "New Feature";
    background-color: #00c853;
}

#pro_log ol li.new_addon:after,
#free_log ol li.new_addon:after,
#addons_log ol li.new_addon:after {
    content: "New Addon";
    background-color: #ff9e0e;
}

#pro_log ol li.compatibility:after,
#free_log ol li.compatibility:after,
#addons_log ol li.compatibility:after {
    content: "Compatibility";
    background-color: #848484;
}

#pro_log ol li.lanched:after,
#free_log ol li.lanched:after,
#addons_log ol li.lanched:after {
    content: "Launched";
    background-color: #444;
}

#pro_log h3,
#free_log h3,
#addons_log h3 {
    padding-top: 4rem;
    margin-bottom: 3rem;
}

#pro_log h3:after,
#free_log h3:after,
#addons_log h3:after {
    content: "";
    clear: both;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffbc00;
    margin: 20px auto;
}

#pro_log h4,
#free_log h4,
#addons_log h4 {
    font-size: 2.1rem;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0;
    padding-top: 3rem;
}

#pro_log h6,
#free_log h6,
#addons_log h6 {
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 3rem;
    color: #848484;
    opacity: .8;
}

/* .appsumo-checkout .logo {
    float: none;
    margin-top: 5px;
    margin: 30px auto 10px auto;
    display: block;
    width: 250px;
    text-align: center;
}
.appsumo-checkout .logo img{
    width: 250px;
} */
.appsumo-checkout #pricing_top_sec,
.appsumo-checkout #edd_sl_renewal_form,
.appsumo-checkout #edd_payment_mode_select_wrap,
.appsumo-checkout .edd_terms_links {
    display: none;
}

.appsumo-checkout .edd-terms-agreement {
    margin-bottom: 10px;
}

.appsumo-checkout .edd-terms-agreement:after {
    content: "I have read Privacy Policy";
    font-weight: 400;
}

.appsumo-checkout .show_terms_label_msg.edd-terms-agreement:after {
    display: none;
}

.appsumo-checkout .show_terms_label_msg.edd-terms-agreement label {
    display: inline !important;
}

.edd-terms-agreement {}

.appsumo-checkout .edd-discount-code-field-wrap:before {
    content: "Enter your AppSumo Redeem Code";
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}

.appsumo-checkout .header .getAnalyfiy {
    display: none !important;
}

.appsumo-checkout .edd-terms-agreement label,
.appsumo-checkout .edd-description {
    display: none !important;
}

.appsumo-checkout #edd_checkout_wrap {
    max-width: 600px;
    margin: 0 auto;
    min-height: calc(100vh - 400px);
}

.appsumo-checkout .edd-payment-icons,
.appsumo-checkout #edd_show_discount {
    display: none !important;
}

.appsumo-checkout #edd-discount-code-wrap {
    display: block !important;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input {
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap textarea {
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

/* .appsumo-checkout .footer{
    padding-top: 0;
} */
/* .appsumo-checkout .copyright_wraper{
    background: #f9f9f9;
    color: #444;
} */
/* .appsumo-checkout .copyright_wraper p.copy{
    color: #444;
}
.header_fixed.appsumo-checkout .header{
    display: none;
} */


.slim-checkout .logo {
    float: none;
    margin-top: 5px;
    margin: 30px auto 10px auto;
    display: block;
    width: 250px;
    text-align: center;
}

.slim-checkout .logo img {
    width: 250px;
}

.slim-checkout #pricing_top_sec,
.slim-checkout #edd_sl_renewal_form {
    display: none;
}

.slim-checkout #edd_checkout_wrap {
    max-width: 600px;
    margin: 0 auto;
}

.slim-checkout .edd-payment-icons {
    display: none !important;
}

.slim-checkout .footer {
    padding-top: 0;
}

.slim-checkout .copyright_wraper {
    background: #f9f9f9;
    color: #444;
}

.slim-checkout .copyright_wraper p.copy {
    color: #444;
}

.header_fixed.slim-checkout .header {
    display: none;
}


.slim-pricing .logo {
    margin: 1px auto 20px auto;
}

.header_fixed.slim-pricing .header {
    display: none;
}

.slim-pricing .footer {
    padding: 0;
}

#edd_checkout_form_wrap legend {
    display: block;
    font-size: 120%;
    line-height: 1;
    font-weight: 700;
    width: 100%;
    margin: 0px;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 23px;
    border: 0;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
    margin-bottom: 21px;
    padding-top: 70px;
    position: relative;
}

#edd_terms_agreement {
    margin-bottom: 20px;
}

.ibx-notification-popup-15711 {
    background: #ffffff;
    color: #000000;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    -webkit-box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
    -o-box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
    box-shadow: 0 0 0px 0px rgba(153, 153, 153, 0.3);
}

.ibx-notification-popup {
    padding: 10px 30px 10px 10px !important;
}





.pricing_table_three_col {
    max-width: 890px;
    margin: 0 auto;
    display: block;
    padding: 0;
    border: 0;
}

.price_1:not(:nth-child(1)) {
    margin-left: -1px;
}

.pricing_table_three_col .price_1 {
    width: 33%;
}

.price_1 ul li,
.price_1 {
    transition: all .5s;
}

.price_1 {
    width: 25%;
    border: 1px solid #e8e8e8;
    padding: 25px 0 0;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}

.price_1:hover,
.price_1.most_papular {
    border-color: #2262a4;
    z-index: 1;
    position: relative;
}

.price_1 h2 {
    font-size: 2.4rem;
    color: #0d539c;
}

.pricing_table h2 {
    font-size: 20px;
    color: #252c32;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.pricing_table h5 {
    margin-bottom: 41px;
    font-size: 44px;
    line-height: 44px;
    color: #252c32;
    text-align: center;
    margin-top: 0;
    font-family: 'Georgia',
        Arial;
}

.price_1 h5 {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    position: relative;
    margin: 0 auto;
    width: 140px;
}

.price_1 h5:after {
    content: "";
    width: 140px;
    height: 2px;
    background-color: #f21a1a;
    transform: rotate(-5deg);
    display: block;
    position: absolute;
    top: 26px;
    left: 2px;
}

.price_1 h3 {
    color: #0d539c;
    font: 400 7rem 'Georgia', Arial;
    text-align: center;
    margin-bottom: 30px;
}

.price_1 h3 small {
    color: #0d539c;
    font-size: 40%;
    position: relative;
    top: -15px;
}

.price_1 h3 sup {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin: 0px 0 0 -23px;
    top: -47px;
}

.price_1 h3 sub {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    margin: 0px 0 0 -28px;
    top: 8px;
}

.popular_on:after {
    position: absolute;
    top: 23px;
    right: -33px;
    content: "Popular";
    height: 30px;
    width: 137px;
    line-height: 30px;
    background: #2262a4;
    text-align: center;
    transform: rotate(45deg);
    color: #fff;
}

.price_1 h6 {
    margin-top: 0;
    background: #ffd701;
    max-width: 150px;
    margin: 10px auto 15px;
    padding: 2px 10px;
    font-weight: 400;
    text-transform: capitalize;
}

.price_1 a {
    color: #fff !important;
    margin-bottom: 30px;
    border: 0px solid #ccc;
}

.price_1 ul {
    padding: 0;
    margin: 0;
}

.price_1 ul li,
.price_1 {
    transition: all .5s;
}

.price_1 ul li {
    border-top: 1px solid #f3f3f3;
    text-align: center;
    padding: 12px 0 8px;
}

.black_friday_banner,
.black_friday_banner_2019 {
    background: #000a25 url(img/icons-background.png) center center repeat;
    /* max-height: 400px;
    height: 100vh;
    min-height: 300px; */
    text-align: center;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

.page-template-tmp-black-friday-page-php .logo {
    float: none;
    margin-top: 5px;
    display: block;
    width: 280px;
    text-align: center;
    margin: 13px auto;
}

.page-template-tmp-black-friday-page-php .logo img {
    width: 100%;
}

.page-template-tmp-black-friday-page-php.header_fixed .header {
    display: none;
}

.time_counter {
    background: #ffd701;
}

.page-template-tmp-black-friday-page-php .single_addon_title small {
    color: #000;
}

.page-template-tmp-black-friday-page-php .navTrigger {
    display: none;
}

.counter {
    display: flex;
    text-align: center;
    width: 300px;
    background: #e00816;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.sales_txt {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 27px 0 0;
}

.media-counter>span {
    display: block;
    font-size: 40px;
    width: 70px;
    position: relative;
    font-weight: bold;
}

.media-counter>span .sep {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -5px;
    width: 10px;
}

.media-counter small {
    position: relative;
    top: -8px;
}

.s-hidden {
    display: none;
}

.select {
    position: relative;
    max-width: 250px;
    margin: 5px auto 0;
    width: 100%;
    font-weight: 400;
    z-index: 99;
    text-align: left;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.styledSelect {
    border: 1px solid #848484;
    background: #fff;
    cursor: pointer;
    position: relative;
    color: #848484;
    padding: 5px 23px 5px 8px;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.styledSelect:after {
    content: "\e259";
    font-family: "Glyphicons Halflings";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.styledSelect.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #848484;
    background: #fff;
    width: 100%;
    margin-top: -1px !important;
    display: none;
    color: #848484;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.options li {
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
    line-height: 1.5;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.options li:hover,
.options li.active {
    background: #848484;
    color: #fff;
}

#gform_wrapper_1 {
    background: #ecf0f7;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 20px 13px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
    background: #fff;
    -webkit-appearance: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}

.page-template-tmp-checkout-slim-page [name="edd_variable_pricing_switcher"] {
    display: none;
}

.edd-terms-agreement input[type="checkbox"] {
    display: none !important;
}

#edd_checkout_form_wrap .edd-terms-agreement label {
    font-size: 20px;
    line-height: 40px;
    display: inline-block !important;
}

#edd_checkout_form_wrap label[for="edd_agree_to_terms"] {
    padding-left: 40px;
    position: relative;
}

#edd_checkout_form_wrap label[for="edd_agree_to_terms"]:before {
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #02d95b;
    position: absolute;
    top: 5px;
    left: 0;
    background: #fff;
}

#edd_checkout_form_wrap label[for="edd_agree_to_terms"]:after {
    content: '';
    background: url(img/check_mark.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    left: 3px;
    visibility: hidden;
}

#edd_checkout_form_wrap input[type="checkbox"]:checked+label[for="edd_agree_to_terms"]:after {
    visibility: visible;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.nav-links a {
    background: #02d95b;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    background: #02d95b;
}
#edd_purchase_form_wrap .styledSelect{
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
}
#edd_purchase_form_wrap .s-hidden{
    display: none !important;
}
#edd_purchase_form_wrap .select{
    max-width: 100%;
    display: block;
    line-height: 53px;
}
#edd_purchase_form_wrap  li[rel="-1"]{
    display: none;
}
#edd_purchase_form_wrap .styledSelect:after{
    top: 0;
    right: 15px;
}
#edd_purchase_form_wrap .options{
    border-color: #ccc;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    top: 53px;
}
#edd_purchase_form_wrap .options li{
padding: 5px 20px;
}
/*=====  End of Code For Reason Section  ======*/

/* Docs lisitng style */
.no-bullet-element:after {
	content: none !important;
}


/*==========================  Product Review Style Start  ============================*/

.reviews-wrapper{
    column-count: 3;
    column-gap: 0px;
    padding-bottom: 40px;
}
.reviews-wrapper .review-block-wrapper{
    margin:0 20px 0;
}
.reviews-wrapper .review-block{
    background-color: #f1f6ff;
    padding: 30px 25px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 100%;    
    margin:21px 0px 22px;
    position: relative;
}
.reviews-wrapper .review-block:before{
    content: "";
    position: absolute;
    background: url("/wp-content/uploads/2020/10/review-block-qoutation-mark.png") center center no-repeat;
    top: -21px;
    right: 20px;
    width: 62px;
    height: 42px;
    z-index: 1
}
.reviews-wrapper .review-block .review-main-comment{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}
.reviews-wrapper .review-block .review-main-comment h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}
.reviews-wrapper .review-block .review-description{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}
.reviews-wrapper .review-block .author-name{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #444444;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.plugin-ratings{
    height: 18px;
    max-width: 117px;
    margin-left: -3px;
}
.plugin-ratings span{
    width: 100%;
    display: inline-block;
    height: 100%;
    background: url("/wp-content/uploads/2020/10/review-block-review-start.png") center center repeat-x;
}
.review-block .author-review{
    display: flex;
    flex-wrap: wrap;
}
.review-block .author-img{
    width: 60px;
    height: 60px;
}
.review-block .author-img img{
    max-width: 100%;
    border-radius: 50%;
}
.review-block .author-name-stars{
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 20px;
}
.plugin-ratings span.per-80{
    width: 80%;
}
.plugin-ratings span.per-60{
    width: 60%;
}
.plugin-ratings span.per-40{
    width: 40%;
}
.plugin-ratings span.per-20{
    width: 20%;
}

/*==========================  Product Review Style Start  ============================*/
.pricing-tables .pricing-table .styledSelect, 
.feature-pricing .pricing-table .select .styledSelect{
  border-radius: 5px;
  padding: 12px 32px 12px 12px;
}
.pricing-tables .pricing-table .styledSelect:after, 
.feature-pricing .pricing-table .select .styledSelect:after{
  top: 10px;
  right: 10px;
}
.whatourcostumer .carousel-inner .profileimg picture{
    width: 145px;
    height: 145px;
    display: block;
}


/*==========================  Black Friday Menu Active Start  ============================*/

#menu-item-218823 a{
    color: #febb00;
    text-decoration: none;
    font-weight: 700;
}
#menu-item-218823 a:after{
    content: '';
    background: url(img/header_line.png) no-repeat center center;
    position: absolute;
    top: 100%;
    height: 3px;
    width: 100%;
    left: 0;
}


/*==========================  20 Percent off Start  ============================*/


.price_in_list{
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}
.analytify_old_prices{
    text-align: center;
    font-size: 24px;
    position: relative;
}
.analytify_old_prices:after{
    content: "";
    width: 80px;
    height: 2px;
    background-color: #f21a1a;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: rotate(-5deg) translate(-50%, -50%);
}
.product_pricing_td .price_in_list small{
    font-size: 16px;
}





/* ----------------- Blog Styling ------------------------ */

body.header_fixed .posts-navigation, 
body.header_fixed .post-navigation {
    display: block !important;
    padding-top: 30px !important;
    padding-right: 0;
}
.header_fixed.single .single-post-content .comments-area form.comment-form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_fixed.single .single-post-content .comments-area form.comment-form>*{
    width: 100%;
}
.header_fixed.single .single-post-content .comments-area form.comment-form .comment-form-author, 
.header_fixed.single .single-post-content .comments-area form.comment-form .comment-form-email{
    width: calc(50% - 15px);
}
.header_fixed.single .single-post-content .comments-area form.comment-form input:not([type="submit"]){
    height: 50px;
    width: 100%;
    max-width: 100%;
}



/* ----------------- Single Blog Styling ------------------------ */

.single-post .single-post-content article h2, 
.single-post .single-post-content article h3, 
.single-post .single-post-content article h4{
    margin-top: 30px;
    margin-bottom: 20px;
}
.single-post .single-post-content article p{
    margin-top: 20px;
    margin-bottom: 0px;
}
.single-post .single-post-content article .wp-block-image{
    margin-top: 20px;
    margin-bottom: 30px;
}
.single-post .single-post-content article .wp-block-image img{
    padding: 5px;
    margin: 15px 0;
    background-color: #fafafa;
}
.single-post .single-post-content article header .feature_img img{
    padding: 0px;
    background-color: #fff;
    border: none;
}
.single-post .single-post-content article ul li{
    padding-bottom: 5px;
    padding-left: 0;
}
.single-post .single-post-content article ul{
   
}



/* ----------------- Customer-record Styling ------------------------ */




.fetch-customer-records{
    min-height: calc(100vh - 435px);
    padding: 80px 15px;
}
.fetch-customer-records .fetch-customer-records-wrapper{
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    background-color: #ECF0F7;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgb(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 30px 30px;
}
.fetch-customer-records form , 
.fetch-customer-records form{
    margin-bottom: 20px;
    font-size: 0;
}
.fetch-customer-records form input[type="text"], 
.fetch-customer-records form input[type="email"]{
    margin: 0;
    width: calc(100% - 145px);
    display: inline-block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-size: 16px;
}
.fetch-customer-records form input[type="submit"]{
    background: #00c853;
    font-size: 17px;
    padding: 14px 30px !important;
    font-weight: 400;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    border: 0px;
    border-radius: 4px;
    color: #fff;
    width: 130px;
    margin-left: 15px;
}
.fetch-customer-records .wpb-edd-customers{
    border-top: 2px dashed #ccc;
    padding-top: 35px;
    margin: 50px auto 0;
}
.fetch-customer-records .wpb-edd-customers .wpb-edd-toggleGroup{
    padding-left: 0;
    padding-top: 10px;
}
.fetch-customer-records .wpb-edd-customers .wpb-edd-toggleGroup strong{
    margin-bottom: 5px;
    display: block;
    font-weight: 700 !important;
}
.fetch-customer-records .wpb-edd-customers .wpb-edd-toggleGroup strong a{
    text-decoration: underline;
}
.fetch-customer-records .wpb-edd-customers .wpb-edd-toggleGroup ul{
    padding-top: 10px;
}
.fetch-customer-records .wpb-edd-customers .wpb-edd-toggleGroup ul li{
    padding-left: 0;
    padding-bottom: 0;
}
.fetch-customer-records .wpb-edd-customers .wpb-edd-toggleGroup ul li strong{
    margin-bottom: 0;
    font-size: 20px;
    text-decoration: none;
}
.fetch-customer-records .wpb-edd-divider{
    display: none;
}


/* ====================  Account page table style ======================= */

.tab-content table{
    border-collapse: revert;
}
.tab-content table tr th{
    border-left: 0 !important;
}

.tab-content table tr th:first-child{
    border-radius: 5px 0 0 0;
}

.tab-content table tr th:last-child{
    border-right: 0;
    border-radius: 0 5px 0 0;
}

.tab-content table tr td{
    border: none;
    border-style: solid;
    border-color:#ccc !important; 
    border-width: 0 1px 1px 0;
}  

.tab-content table tr td:first-child{
    border-left: 1px solid #ccc;
}

.tab-content table tr:last-child td:first-child{
    border-radius: 0 0 0 5px;
} 

.tab-content table tr:last-child td:last-child{
    border-radius: 0 0 5px 0;
} 

.tab-content #messages fieldset legend{
    border-radius: 5px 5px 0 0;
}

.tab-content #messages fieldset{
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    background-color: #f7f7f7;
}

.tab-content #messages #edd_profile_submit_fieldset{
    margin-top: 0;
}

.tab-content #messages fieldset>p:nth-child(even){
    padding-right: 15px;
}

.tab-content #messages fieldset>p:nth-child(odd){
    padding-left: 15px;
}

.tab-content #messages fieldset:not(:first-child legend){
    margin-top: 22px;
}

#edd_profile_editor_form p{
    width: 50%;
}

#edd_profile_editor_form label{
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 5px;
}

#edd_profile_editor_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
#edd_profile_editor_form select{
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    padding: 0;
    margin: 0 0 5px;
    height: 50px;
    padding: 10px 15px;
    color: #444;
    font-weight: 400;
}

#edd_profile_editor_form select{
    padding-left: 8px;
    padding-right: 8px; 
}

#edd_profile_editor_form #edd_profile_submit_fieldset{
    padding-left: 20px;
    margin-top: -20px !important;
}

#edd_profile_editor_form #edd_profile_submit_fieldset #edd_profile_submit_wrap{
    padding-left: 0px;
}




#edd-card-name-wrap #card_name{
    width: 100%;
    max-width: 755px
}
#edd-stripe-manage-cards legend {
    font-size: 19px;
    background: #2a3036;
    color: #fff;
    padding: 10px 20px;
    border: 0;
}
#edd_cc_card_info legend{
    margin: 0 -23px;
    width: calc(100% + 46px);
}

#edd-stripe-manage-cards div.edd-stripe-card-item{
    padding: 5px 19px  !important;
}
#edd-stripe-manage-cards .edd-stripe-card-item .card-update-form label {
    display: block;
    color: #666666;
    font-weight: normal;
}
#edd-stripe-manage-cards #edd-stripe-add-new-card #edd_cc_address{
    padding-top: 90px !important;
}
#edd_cc_address legend{
    top: 0px !important;
}
#edd-stripe-manage-cards input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
#edd-stripe-manage-cards select {
 
    padding: 0;
    margin: 0 0 5px;
    height: 50px;
    padding: 10px 15px;
    color: #444;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #ccc;
}
#edd_cc_address legend{
    margin-bottom: 20px;
}
#edd_cc_card_info #edd-card-name-wrap{
    width: 100%;
    padding: 0px !important;
}
#edd_cc_card_info #edd-card-wrap{
    width: 100%;
    max-width: 755px;
}
#edd-card-address-wrap{
     width: calc(50% - 15px);
    padding: 0px !important;
}
#edd-card-address-2-wrap{
    width: calc(50% + 15px);
    padding: 0px 0px 20px 30px !important;
}
#edd-card-city-wrap{
     width: calc(50% - 15px);
    padding: 0px !important;
}
#edd-card-zip-wrap{
     width: calc(50% + 15px);
    padding: 0px 0px 20px 30px !important;
}
#edd-card-country-wrap{
     width: calc(50% - 15px);
    padding: 0px !important;
}
#edd-card-state-wrap{
     width: calc(50% + 15px);
    padding: 0px 0px 0px 30px !important;
}
.edd-stripe-add-card-actions{
    padding:  0px 0px 10px 22px
}
#edd_cc_address select,
#edd_cc_address input[type=text]{
    display: block;
    width: 100%;
    max-width: 755px;
}
.edd-stripe-card-item .card-address-fields input, 
.edd-stripe-card-item .card-address-fields select {
    width: 100% !important;
    display: inline-block;
    max-width: 755px;
}
#edd-stripe-add-new-card > .edd-stripe-new-card > label{
    padding-left: 22px;
}
#edd-stripe-manage-cards .card-address-fields{
    display: flex;
    flex-wrap: wrap;
}
.edds-card-address-field.edds-card-address-field--address1{
    width: calc(50% - 15px);
}
.edds-card-address-field.edds-card-address-field--address2{
    width: calc(50% + 15px);
    padding-left: 30px;
}
.edds-card-address-field.edds-card-address-field--city{
    width: calc(50% - 15px);
}
.edds-card-address-field.edds-card-address-field--zip{
    width: calc(50% + 15px);
    padding-left: 30px;
}
.edds-card-address-field.edds-card-address-field--country{
    width: calc(50% - 15px);
}
.edds-card-address-field.edds-card-address-field--state{
    width: calc(50% + 15px);
    padding-left: 30px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .header .getAnalyfiy:before,
    .dashboard_widget_section .analitifybtn:before {
        background: url(img/wordpress_icon.png) no-repeat 0 0;
        background-size: 25px 25px;
    }
}

@media screen and (min-width: 768px) {
    .video_wrapper .videoFrame {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
        position: relative;
        background: url(img/video_img.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .videoFrame:before {
        content: '';
        width: 120px;
        height: 120px;
        background: #fff url(img/analytics_icon.svg) no-repeat center center;
        border-radius: 50%;
        background-size: 91px 86px;
        display: block;
        position: absolute;
        right: -60px;
        top: -60px;
        box-shadow: 0 0px 30px 7px rgba(0, 0, 0, .10);
        display: none;
    }

    .play {
        width: 80px;
        height: 80px;
        background: #ff5252;
        background: -moz-linear-gradient(top, #ff5252 0%, #ffbc00 100%);
        background: -webkit-linear-gradient(top, #ff5252 0%, #ffbc00 100%);
        background: linear-gradient(to bottom, #ff5252 0%, #ffbc00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5252', endColorstr='#ffbc00', GradientType=0);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        -webkit-animation: loading_play_btn 3s infinite ease-in-out;
        -moz-animation: loading_play_btn 3s infinite ease-in-out;
        animation: loading_play_btn 3s infinite ease-in-out;
        display: none;
    }

    .paused .play {
        display: block;
    }

    .play:after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 24px;
        vertical-align: middle;
        background: url(img/arrow.svg) no-repeat 0 0;
    }

    @-webkit-keyframes loading_play_btn {
        0% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }

        50% {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        100% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }
    }

    @-moz-keyframes loading_play_btn {
        0% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }

        50% {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        100% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }
    }

    @-ms-keyframes loading_play_btn {
        0% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }

        50% {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        100% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }
    }

    @keyframes loading_play_btn {
        0% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }

        50% {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        100% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            -webkit-box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
            box-shadow: 0 0 0 20px rgba(255, 158, 14, 0.35), 0 0 0 10px rgba(255, 158, 14, 0.65);
        }
    }

    .graph {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 240px;
        background: url(img/blue.png) repeat-x 0 bottom;
        -webkit-animation: graph_animation 130s linear infinite;
        /* Safari 4+ */
        -moz-animation: graph_animation 130s linear infinite;
        /* Fx 5+ */
        -o-animation: graph_animation 130s linear infinite;
        /* Opera 12+ */
        animation: graph_animation 130s linear infinite;
        /* IE 10+, Fx 29+ */
    }

    .graph:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 240px;
        background: url(img/green.png) repeat-x 0 bottom;
        -webkit-animation: graph_animation 250s linear infinite;
        /* Safari 4+ */
        -moz-animation: graph_animation 250s linear infinite;
        /* Fx 5+ */
        -o-animation: graph_animation 250s linear infinite;
        /* Opera 12+ */
        animation: graph_animation 250s linear infinite;
        /* IE 10+, Fx 29+ */
    }

    .graph:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 240px;
        background: url(img/graph_line.png) repeat-x 0 bottom;
        z-index: 1;
    }

    @-webkit-keyframes graph_animation {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -10000px bottom
        }
    }

    @-moz-keyframes graph_animation {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -10000px bottom
        }
    }

    @-o-keyframes graph_animation {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -10000px bottom
        }
    }

    @keyframes graph_animation {
        0% {
            background-position: 0 bottom
        }

        100% {
            background-position: -10000px bottom
        }
    }

    .video_wrapper {
        max-width: 780px;
        height: 300px;
        top: -50px;
        position: relative;
        margin: 0 auto;
        z-index: 2;
        background: rgba(0, 200, 83, .13);
        padding: 20px;
        border-radius: 10px;
    }

    .video {
        height: 409px;
    }



    .banner {
        width: 740px;
        height: 409px;
        margin: 0 auto;

    }

    .banner:after {
        content: '';
        display: table;
        clear: both;
    }

    .analitify-top-bar {
        height: 100%;
        height: 21px;
        background: url(img/top-sidebar.png) no-repeat 0 0;
    }

    .analitify-side-bar {
        width: 105px;
        height: 388px;
        float: left;
        background: url(img/left-sidebar.png) no-repeat 0 0;
    }

    .analitify-screenshots {
        width: 635px;
        height: 388px;
        background: url(img/analytify-screenshot.png) no-repeat 0 0;
        float: right;
        animation: bg-pos-move 30s infinite alternate linear;
    }

    .paused .analitify-screenshots {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }

    @keyframes bg-pos-move {
        100% {
            background-position: 0 100%;
        }
    }
}

@media screen and (min-height: 901px) {
    .video_wrapper {
        top: -100px;
    }
}

@media screen and (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1470px) {
    .addon_img_left img {
        max-width: 100%;
    }

    .addon_img_right img {
        max-width: 100%;
    }

    .addons_screenshots img {
        max-width: 100%;
    }

    .content_warp_addon_box h3 {
        margin-top: 0;
    }

    .content_warp_addon_box h2 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .stats_that_makes_sense img {
        max-width: 100%;
        float: none;
    }

    .social_real_time img,
    .compaign_stats img,
    .email_notifications img,
    .stats_of_ecommerce_store img {
        max-width: 100%;
    }
}

@media screen and (min-height: 900px) {
    .hero_section {
        min-height: 660px;
    }

    .hero_section {
        padding-top: 46px;
    }

    .hero_section h2 {
        margin: 0 0 18px;
    }

    .downloads_num_wrapper {
        padding-top: 15px;
    }
}

@media screen and (min-height: 800px) {
    .hero_section {
        padding-top: 30px;
    }

    .featured {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .hero_section .container {
        vertical-align: top;
    }

    .graph,
    .video_wrapper {
        height: auto;
    }

    .hero_section {
        min-height: 846px;
        height: 846px;
        position: relative;
        text-align: center;
        padding-bottom: 343px;
        padding-top: 60px;
        display: table;
        width: 100%;
    }
}

@media screen and (max-height: 850px) and (min-height: 800px) {
    .downloads_num_wrapper {
        padding-top: 15px;
    }

    .video_wrapper {
        top: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .subscriptionSection .col-md-3 {
        width: 22%;
        padding-left: 0px;
    }

    .navigation li a {
        padding: 5px 7px;
    }

    .navigation {
        padding-right: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .costumarcare {
        padding: 20px;
    }

    .sales_txt {
        margin: 14px 0 0;
    }

    .price_1 h3 {
        font-size: 70px;
    }

    .doc_list_box>div {
        width: 50%;
    }

    .doc_list_items h3 {
        margin-top: 10px;
    }

    .campaigns_tracking_section {
        padding-top: 0px;
    }

    .email_notifications_section {
        padding-top: 30px;
    }

    .dashboard_widget_section {
        padding-top: 40px;
    }

    .twocolumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .addons_pricing_section .pricing_table td {
        padding: 20px;
    }

    .addons_pricing_section .pricing_product_name {
        font-size: 20px;
    }

    .addons_pricing_section .pricing_buy_button {
        width: auto;
    }

    .addons_pricing_section .pricing_feture_list {
        width: auto;
    }

    .addons_pricing_section .pricing_feture_list li {
        font-size: 13px;
    }

    .col-md-15,
    .col-md-15-2 {
        width: 25%;
    }

    .subscriptionSection ul.followus li {
        margin-right: 12px;
    }

    .subscriptionSection .col-md-2 {
        padding-right: 25px;
    }

    .profileSection {
        width: 246px;
        margin: 40px auto;
    }

    .postContent h2 {
        margin-bottom: 7px !important;
    }

    .rating {
        margin-bottom: 7px;
    }

    .whatourcostumer h2.text-xs-center {
        margin-bottom: 2px !important;
    }

    .whatourcostumer {
        padding: 37px 0 28px;
    }

    .featured ul li {
        width: 33%;
        margin-bottom: 20px;
    }

    .feature_detials div,
    .feature_detials .card-block {
        padding-top: 3px;
        padding-bottom: 7px;
    }

    .feature_detials .card-title {
        margin-top: 0;
    }

    .title_table {
        width: 610px;
    }

    .licence_name {
        font-size: 20px;
    }

    .free_version_icon {
        width: 79px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .reasonSection .row>div {
        display: inline-block;
        width: 49%;
        float: none;
        margin-bottom: 30px;
    }

    .reasonSection .row>div.whyContent {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 40px;
    }

    .reasonSection .col-lg-3:nth-child(2),
    .reasonSection .col-lg-3:nth-child(3) {
        margin-top: 0;
    }

    

    .blueSection {
        padding: 50px 0 40px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .pricing_table_three_col .price_1 {
        width: 300px;
        float: none;
        margin: 0 auto 20px;
    }

    .active_bar {
        font-size: 22px !important;
    }

    .added_this_feature,
    .no_missing {
        font-size: 15px;
    }

    .free_version_icon {
        width: 58px;
    }

    .col-md-15,
    .col-md-15-2 {
        width: 50%;
        padding-bottom: 20px;
        padding-bottom: 20px;
    }

    .addons_pricing_section .pricing_product_name {
        font-size: 17px;
    }

    .addons_pricing_section .price_in_list {
        font-size: 34px;
    }

    .feature_detials>div {
        width: 50%;
    }

    .col-md-15-2 {
        clear: left;
    }

    .faqSection {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .faqSection .seprator {
        margin-bottom: 30px;
    }

    .whyContent {
        margin-top: 0;
    }

    .reasonSection {
        padding-top: 70px;
    }

    .navigation li {
        margin-right: 22px;
    }

    .clienticon>img {
        max-height: 100%;
    }

    .reasonSection .col-lg-3:nth-child(2),
    .reasonSection .col-lg-3:nth-child(3) {
        margin-top: 0;
    }

    .subscriptionSection ul li {
        display: inline-block;
        padding-right: 15px;
    }

    .subscriptionSection h6 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .subscriptionSection .col-md-3 {
        float: none;
        padding-bottom: 30px;
    }

    .subcriptionForm {
        max-width: 400px;
        margin-bottom: 0;
    }

    .panel {
        padding: 10px;
    }

    .panel-title a {
        padding: 6px 0;
    }

    .panel-title a:before,
    .panel-title a:after {
        top: 22px;
    }

    .video_wrapper {
        max-width: 672px;
    }

    .analitify-side-bar {
        display: none;
    }

    .analitify-screenshots,
    .banner {
        width: 640px;
    }
    #edd-card-address-wrap{
        width: 100%;
        padding: 0px !important;
    }
    #edd-card-address-2-wrap{
        width: 100%;
        padding: 20px 0px 20px 0px !important;
    }
    #edd-card-city-wrap{
        width: 100%;
        padding: 0px !important;
    }
    #edd-card-zip-wrap{
        width: 100%;
        padding: 20px 0px 20px 0px !important;
    }
    #edd-card-country-wrap{
        width: 100%;
        padding: 0px !important;
    }
    #edd-card-state-wrap{
        width: 100%;
        padding: 20px 0px 0px 0px !important;
    }
    .edds-card-address-field.edds-card-address-field--address1{
        width: 100%;
    }
    .edds-card-address-field.edds-card-address-field--address2{
        width: 100%;
        padding-left: 0px;
    }
    .edds-card-address-field.edds-card-address-field--city{
            width: 100%;
    }
    .edds-card-address-field.edds-card-address-field--zip{
            width: 100%;
        padding-left: 0px;
    }
    .edds-card-address-field.edds-card-address-field--country{
            width: 100%;
    }
    .edds-card-address-field.edds-card-address-field--state{
            width: 100%;
        padding-left: 0px;
    }
    .navigation:not(.posts-navigation):not(.post-navigation) {
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
        position: fixed;
        right: 0;
        top: 80px;
        z-index: 150;
        height: calc(100vh - 80px);
        overflow: auto;
        padding: 15px 15px 15px 10px;
        /* transform: translate(100%); */
        margin: 0;
        float: none;

        z-index: 9999;
        display: none;
        /* -o-transition: all 0.3s ease-in-out; */
    }

    /* .navigation.in {
        transform: translate(0);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); 
    }*/

    body.in {
        overflow: hidden;
        /* padding-right: 14px; */
    }

    .navigation ul ul {
        padding-left: 0;
        position: static !important;
        display: none;
        border-top: 1px solid #ddd;
    }

    .navigation ul li {
        float: none;
        display: block;
        font-size: 16px;
        margin: 0;
        border-top: 1px solid #ddd;
        cursor: pointer;
    }

    .navigation ul li:first-child {
        border-top: 0;
    }

    .navigation li a {
        padding: 10px;
    }

    .navTrigger {
        display: block;
        float: right;
        z-index: 99999;
        margin-top: 10px;
    }

    .licence_name {
        font-size: 16px;
    }

    .pricing_pakages li .pricing_type_select:after {
        top: 4px;
        left: 15px;
    }

    .pricing_product_name {
        font-size: 18px;
    }

    .pricing_buy_button {
        width: 160px;
    }

    .pricing_table td {
        padding: 30px 10px;
    }

    .product_pricing_td {
        width: 220px;
    }

    .pricing_product_name_td {
        width: 260px;
    }

    .header {
        padding: 20px 0;
    }

    .comparison_table td,
    .comparison_table th {
        font-size: 16px;
    }

    .hero_section {
        padding-top: 60px;
    }

    .hero_section h1 {
        margin-bottom: 10px;
    }

    .hero_section h2 {
        margin: 0 0 20px;
    }

    .downloads_num_wrapper {
        padding-top: 0;
    }
    .reviews-wrapper{
        column-count: 2;
    }
    .most_recet_list {
        margin-bottom: 20px;
    }
    .documentation_list {
        padding: 50px 15px 40px;
    }
    .print_page {
        margin-top: -30px;
        margin-right: 0px;
    }
    .documentation_list ol li p, .documentation_list, .documentation_list p{
        word-break: break-word;
    }
    .posts img {
        padding: 5px;
    }
    /* .contact_help {
        height: auto;
        margin-bottom: 20px;
    } */
    .udpated_date{
        float: none;
    }
    aside #sidebar{
        padding-top: 20px;
    }
    .content_center_max_900{
        padding-left: 0;
        padding-right: 0;
    }
    .single-post-content #sidebar, 
    .blog #sidebar{
        margin-top: 50px;
    }
    .single-post-content .col-md-9{
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    /* .page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li {
        padding-left: 1px;
        padding-right: 10px;
    } */

    article.post{
        padding-right: 0;
        /* padding-top: 25px;
        padding-bottom: 25px; */
    }

    /* .feature_img {
        margin-bottom: 20px;
    } */

    .home .hero_section .downloads_num_wrapper a:after {
        width: 60px;
        height: 61px;
        top: -23px;
        left: -75px;
    }

    .content_warp_addon_box .row .col-sm-6 h1, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h1, 
    .page-inner-content .content_area_default .row h1, 
    .page-inner-content .container h1, 
    .page-inner-content .featured h1{
        font-size: 34px;
    }

    .content_warp_addon_box .row .col-sm-6 h2, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h2, 
    .page-inner-content .content_area_default .row h2, 
    .page-inner-content .container h2, 
    .page-inner-content .featured h2{
        font-size: 30px;
    }

    .content_warp_addon_box .row .col-sm-6 h3, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h3, 
    .page-inner-content .content_area_default .row h3, 
    .page-inner-content .container h3, 
    .page-inner-content .featured h3, 
    .edd-checkout #edd_terms_agreement h3{
        font-size: 24px;
    }

    .content_warp_addon_box .row .col-sm-6 h4, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h4, 
    .page-inner-content .content_area_default .row h4, 
    .page-inner-content .container h4, 
    .page-inner-content .featured h4{
        font-size: 22px;
    }

    .content_warp_addon_box .row .col-sm-6 h5, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h5, 
    .page-inner-content .content_area_default .row h5, 
    .page-inner-content .container h5, 
    .page-inner-content .featured h5{
        font-size: 20px;
    }

    .content_warp_addon_box .row .col-sm-6 h6, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h6, 
    .page-inner-content .content_area_default .row h6, 
    .page-inner-content .container h6, 
    .page-inner-content .featured h6{
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .reasonSection .row>div {
        margin-bottom: 30px;
    }

    .iconSection {
        margin-bottom: 10px;
    }

    .blueSection {
        text-align: center;
        padding: 20px 0 40px;
    }

    .profileimg_section {
        padding-left: 33px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .addon-scroll:hover {
        text-decoration: underline;
    }

    .card-footer-section {
        text-align: right;
    }

    .button-right {
        text-align: right;
    }

    .feature_detials .card-block {
        padding-left: 20px;
        padding-right: 20px;
        transition: all 0.3s;
    }

    .feature_detials .card-block:hover {
        background-color: white;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2);
        border-radius: 10px;
    }

    .navigation ul.menu>li>a:hover:after,
    .navigation ul.menu>li:hover>a:after,
    ul.menu>.current-menu-item>a:after,
    .menu>li.current-menu-parent>a:after {
        content: '';
        background: url(img/header-line-green.png) no-repeat center center;
        position: absolute;
        top: 100%;
        height: 3px;
        width: 100%;
        left: 0;
    }

    .navigation {
        display: block !important;
    }

    .navigation li .sub-menu {
        position: absolute;
        top: 100%;
        left: -50px;
        display: none;
        background: #fff;
        padding: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
        border-radius: 5px;
        z-index: 9999;
        width: 200px;
    }

    .navigation li .sub-menu:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 76px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
    }

    .navigation .menu>li {
        padding-bottom: 23px;
        margin-right: 20px;
    }

    .navigation .menu>li.menu-item-has-children {
        margin-right: 26px;
    }

    .navigation li .sub-menu:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 74px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #f9f9f9 transparent;
    }

    .header_fixed .header {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        animation: slide-down 0.4s;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }

    .header_fixed .logo {
        /* display: none; */
        height: 26px;
        margin-right: 25px;
    }

    .header_fixed .navigation {
        float: left;
        padding-top: 8px;
    }

    .header_fixed .posts-navigation,
    .header_fixed .post-navigation {
        float: none;
    }

    .header_fixed {
        padding-top: 86px !important;
    }

    .header_fixed .navigation .menu>li {
        padding-bottom: 13px;
    }

    .header_fixed .header {
        padding: 14px 0 7px;
    }

    .page-template-tmp-myaccount .main_content_warp_checkout{
        min-height: calc(100vh - 631px);
        /* min-height: 543px; */
    }

    /* .header_fixed .header .getAnalyfiy{
        box-shadow: none;
    } */

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-200%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media screen and (max-width: 767px) {
    #gform_wrapper_1 {
        padding: 10px 10px 9px 10px !important;
        border-width: 10px;
    }

    .page-id-25 .content_area_default {
        padding: 40px 0 40px;
    }

    .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 15px !important;
    }

    .gform_wrapper div.validation_error {
        padding: 16px 0 0 !important;
        margin-bottom: 0 !important;
    }

    .avatar {
        width: 50px;
        height: 50px;
        top: 5px;
    }

    .reply a {
        font-size: 13px;
        padding: 6px 0 0 26px;
    }

    .fn a,
    .fn {
        font-size: 15px;
    }

    .comment-metadata {
        display: block;
        padding-left: 0;
    }

    .comment-metadata time {
        font-size: 11px;
    }

    .comment-respond {
        padding: 1px 15px 6px 15px;
        background: #eaeff3;
    }

    #submit {
        font-size: 17px;
        padding: 8px 20px;
    }

    .comment-list li {
        padding-left: 0px;

    }

    .comment-list li article {
        padding: 15px 10px 18px 60px;
    }

    .comment-list li .avatar {
        top: 5px;
        left: 10px;
    }

    .active_bar {
        font-size: 20px !important;
    }

    .comparison_table td,
    .comparison_table th {
        padding: 5px;
        font-size: 12px;
    }

    .feature_addons {
        font-size: 13px;
        font-weight: bold;
        display: block;
    }

    .timeline .timelinSection:nth-child(even) .featureimg {
        float: none;
        text-align: center;
    }

    .timeline .timelinSection {
        text-align: center;
    }

    .qMark {
        line-height: 1;
        font-size: 100px;
    }

    .blueSection {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .doc_list_box>div {
        display: block;
        width: 100%;
    }

    .logo img {
        width: 140px;
    }

    .getAnalyfiy {
        font-size: 14px;
        padding: 5px 8px;
    }

    .col-md-15-2 {
        width: 50%;
    }

    .subscriptionSection {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }

    .profileimg_section {
        display: block;
    }

    .postContent {
        display: block;
        text-align: center;
        min-height: 210px;
    }

    .carousel-inner>.item {
        padding-bottom: 0;
    }

    .postContent h2 {
        text-align: center;
    }

    h4 {
        font-size: 18px;
    }

    .review_btn {
        text-align: center;
        padding-top: 0px;
    }

    .addon_img_left img {
        float: none;
    }

    .addon_img_right img {
        float: none;
    }

    .addon_img_right {
        float: none;
    }

    .campaigns_tracking_section,
    .digital_tracking,
    .wooCommerce_tracking {
        padding-top: 30px;
    }

    .content_warp_addon_box .analitifybtn {
        padding: 9px 30px;
    }

    .infoSection {
        padding-bottom: 30px;
    }

    .dashboard_widget_section .analitifybtn {
        padding-left: 43px;
    }

    .dashboard_widget_section .analitifybtn:before {
        top: 8px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero_section {
        padding-top: 70px;
        min-height: auto;
        padding-bottom: 0;
        height: auto;
    }

    .graph {
        position: static;
    }

    .header .analitifybtn {
        margin-bottom: 80px;
    }

    .whatourcostumer {
        padding: 30px 0 50px;
        overflow: hidden;
    }

    .reasonSection {
        padding-top: 20px;
    }

    .hero_section .container {
        display: block;
    }

    .downloads_num_box {
        margin-bottom: 80px;
    }

    .hero_section {
        display: block;
    }

    .twocolumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .hero_section .analitifybtn {
        margin-bottom: 80px;
    }

    .reasonSection .col-md-3,
    .reasonSection .col-md-4 {
        margin-bottom: 30px;
    }

    /* .panel-title{
        margin: 10px 0;
    } */
    .seprator {
        margin-top: 30px;
    }

    .subscriptionSection h6 {
        font-size: 1.5rem;
    }

    .blueSection {
        padding-top: 17px;
        padding-bottom: 38px;
        text-align: center;
    }

    .iconSection {
        margin: 0 auto 11px;
    }

    .reasonSection .row>div {
        margin-bottom: 20px;
    }

    .featured {
        padding: 30px 20px 36px;
    }

    .featured ul li {
        width: 49%;
        padding-top: 22px;
        padding: 0;
        margin: 0;
    }

    .pricing_feture_list {
        display: inline-block;
        text-align: left;
    }

    .pricing_pakages li {
        padding: 0 3px;
    }

    .licence_icon {
        padding: 0 10px;
    }

    .pricing_pakages li .pricing_type_select {
        padding: 20px 10px;
    }

    .licence_name {
        padding-top: 8px;
    }

    .pricing_pakages li .pricing_type_select:after {
        top: 4px;
        left: 6px;
    }

    .pricing_buy_button {
        width: 140px;
    }

    .pricing_product_name_td {
        width: 213px;
    }

    .product_pricing_td {
        width: 173px;
    }

    .pricing_product_name {
        font-size: 17px;
    }

    .pricing_feture_list li {
        font-size: 15px;
    }

    .licence_name {
        font-size: 15px;
    }

    .feature_detials .card-block{
        padding-left: 15px;
        padding-right: 15px;
    }

    .added_this_feature,
    .no_missing {
        font-size: 11px;
        padding-top: 6px;
    }

    .free_version_icon {
        width: 44px;
    }

    .text-right.addon_img_left {
        text-align: center;
    }

    .screenshots_shadow.featureimg {
        padding-bottom: 20px;
    }

    .single_addon_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single_addon_title small {
        font-size: 16px;
    }

    .addons_pricing_section .pricing_table td {
        padding: 13px;
    }

    .addons_pricing_section .pricing_product_name {
        font-size: 14px;
    }

    .addons_pricing_section .price_in_list {
        font-size: 30px;
    }

    .addons_pricing_section .pricing_feture_list li {
        font-size: 11px;
    }

    .pricing_buy_button {
        display: inline-block;
        padding: 10px 20px;
    }

    #pro_log ol li:after,
    #free_log ol li:after,
    #addons_log ol li:after {
        font-size: 18px;
        font-weight: 500;
        line-height: 35px;
        height: 35px;
        top: 0;
        right: 0;
        left: 0;
        transform: rotate(0);
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .reviews-wrapper{
        column-count: 1;
    }
        .reviews-wrapper .review-block-wrapper{
        margin: 0;
    }
    .fetch-customer-records {
        padding: 40px 15px;
        height: auto;
        min-height: auto;
    }
    /* .page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li {
        padding-left: 0px;
        padding-right: 0px;
    } */

    .single-post article.post blockquote pre,
    .single-post article.post blockquote pre em{
        font-size: 18px;
        line-height: 28px;
    }

    .timelinSection .timelinetext ul li, 
    .timelinSection .timelinetext p{
        text-align: left;
    }

    .links_wraper_single {
        gap: 20px;
        flex-direction: column;
    }  
    
}

@media screen and (max-width: 600px) {
    .featured ul li {
        width: 100%;
        padding-top: 0px;
    }

    .counter {
        float: none;
        margin: 20px auto 10px;
    }

    .sales_txt {
        margin: 14px 0 0;
        max-width: 300px;
        margin: 0 auto 10px;
        text-align: center;
    }

    .addons_screenshots {
        padding-top: 20px;
    }

    #woowcommercetop .col-xs-6 {
        width: 100%;
    }

    #woowcommercetop .screenshots {
        display: none;
    }

    .hero_section h1 {
        line-height: 1.4;
        font-size: 28px;
    }

    .hero_section h2 {
        font-size: 24px;
    }

    .pricing_table td {
        display: block;
        width: 100%;
        text-align: center;
        border-top: 0;
        padding: 15px;
        margin-bottom: 20px;
    }

    .addons_pricing_section .pricing_feture_list {
        width: 190px;
        display: block;
        margin: 0 auto;
    }

    .addons_pricing_section .pricing_feture_list li {
        font-size: 16px;
    }

    .product_pricing_td {
        padding-top: 6px !important;
        margin-bottom: 20px;
    }

    .addons_pricing_section .pricing_product_name {
        font-size: 21px;
    }

    .addons_pricing_section .price_in_list {
        font-size: 40px;
    }

    .addons_pricing_section .pricing_table td {
        padding-bottom: 20px;
    }

    .addons_pricing_section .price_duration {
        font-size: 17px;
    }

    .pricing_product_name_td {
        background-color: #efefef;
    }

    .pricing_pakages li {
        padding: 5px;
    }

    .pricing_pakages li {
        width: 50%;
    }

    #pricing_top_sec p {
        font-size: 18px;
    }

    .postContent {
        min-height: 300px;
    } 
}

@media screen and (max-width: 550px) {
    .feature_detials>div {
        width: 100%;
    }

    .panel-title a:before,
    .panel-title a:after {
        right: 0px;
    }

    .panel-title a {
        padding: 6px 27px 6px 0;
    }

    .black_friday_banner,
    .black_friday_banner_2019 {
        /* max-height: 210px;
        min-height: 200px; */
    }

    .fetch-customer-records .fetch-customer-records-wrapper {
        padding: 30px 15px;
        border-width: 10px;
    }
    .fetch-customer-records .wpb-edd-customers {
        padding-top: 25px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 480px) {
    .fetch-customer-records form input[type="submit"]{
        padding: 10px 30px !important;
        width: 100%;
        margin-left: 0;
    }
    .fetch-customer-records{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fetch-customer-records form input[type="text"], 
    .fetch-customer-records form input[type="email"] {
        margin-bottom: 15px;
        width: 100%;
        padding: 0 20px 0 10px;
        height: 45px;
    }

    .home .hero_section .downloads_num_wrapper a:after {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .header .getAnalyfiy {
        display: none;
    }

    .col-md-15,
    .col-md-15-2 {
        width: 98%;
        padding-left: 0;
        padding-right: 0;
    }

    .postContent {
        min-height: 330px;
    }
    .comment-list li article {
        padding: 15px 10px 20px 15px;
    }
    .comment-list li .avatar {
        margin-top: 0;
        position: static;
        margin-right: 5px;
    }
    .comment-list li article .comment-author{
        margin-bottom: 5px;
    }
    .comment-list li article .comment-author b a{
        text-transform: capitalize;
    }
}

@media print {

    .footer,
    .doc_cat_list,
    .most_recet_list,
    .form-inline,
    .navigation,
    .buy_now {
        display: none;
    }
}

/* ==========================================================================
Pricing Page
========================================================================== */

.pricing-header {
    text-align: center;
}

.pricing-header h1 {
    line-height: 1.1;
    margin: 0 0 25px;
}

.pricing-header .logo {
    float: none;
}

.pricing-header .subtitle {
    font-size: 1.5em;
    color: #444444;
}

.subtitle span {
    font-weight: 400;
}

.highlight {
    color: #fc5459;
    font-weight: 400;
    /* font-style: italic; */
    position: relative;
}

.highlight:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: url(img/header_line_red.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
}

.pricing_packages {
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1;
}
em{
    padding: 10px 0 0;
    display: inline-block;
}
.feature-pricing .pricing-table {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: border 0.3s ease-in-out;
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
}

.feature-pricing .pricing-table:first-child table tr:last-child td {

    color: #000;
}

.feature-pricing .pricing-table:nth-child(2) table tr:last-child td {
    color: #000;
}

.feature-pricing .pricing-table:nth-child(3) table tr:last-child td {
    color: #000;
}

.feature-pricing .pricing-table:nth-child(4) table tr:last-child td {
    color: #000;
}

.table-hide.pricing-tables table tr:last-child td:not(.off) {
    cursor: text;
}

/* .feature-pricing .pricing-table:hover{
    border:3px solid #00c85c;
} */
.pricing-table {
    border-top: 1px solid transparent;
}

.select_pricing {
    padding: 30px 10px;
}

.pricing-table table tr td,
.pricing-table table tr th {
    text-align: center;
    border: 1px solid #ecf0f7;
    border-left: 0;
    border-right: 0;
}

.pricing-table table tr td .arrow {
    font-size: 17px;
}

.price-icon {
    height: 80px;
    line-break: 80px;
}

.price-icon img {
    vertical-align: middle;
}

.pricing-table table tr th {
    background: none;
    font-weight: 700;
    color: #000;
    padding-bottom: 40px;
    position: relative;
}

.pricing-table table tr th small {
    display: block;
    color: #848484;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
}

.pricing-table {
    width: 33.33%;
}

.pacakgeprice {
    font-size: 80px;
    font-family: Georgia;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
}

.pacakgeprice small {
    font-size: 20px;
    font-family: Roboto;
    display: block;
    color: #848484;
    margin-top: 10px;
    opacity: .85;
}

.pricing-table table tr td {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
}

.number_of_sites {
    font-weight: bold !important;
    font-size: 20px !important;
    color: #000 !important;
}

.disclaimer {
    font-size: 80%;
    opacity: 0.5;
    display: block;
}

.pricing-table table tr:nth-child(2) td {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
}

.pricing-table table tr:last-child td {
    font-weight: 500;
    color: #444444;
    cursor: pointer;
}

.feature-pricing .pricing-table table tr:last-child td:hover {
    text-decoration: underline;
}

.buy-btn .btn {
    background: #00c85c;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    width: 190px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.buy-btn .btn:hover,
#edd-purchase-button:hover,
.edd-submit:hover,
input[type=submit].edd-submit:hover {
    box-shadow: none;
    background: #00da65;
}

.pricing-table {
    padding: 50px 0 50px;
}

.pricing_packages {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    margin-top: 40px;
}

.pricing-table h4 {
    font-size: 24px;
    color: #444444;
    margin: 10px 0 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
}

.pricing-table:not(:last-child) {
    position: relative;
}

.pricing-table:not(:last-child):after {
    content: '';
    width: 1px;
    height: calc(100% - 100px);
    top: 50px;
    position: absolute;
    right: 0;
    background: #ecf0f7;
}

.pricing_packages .select {
    margin-top: 0;
}

.payment-section {
    display: flex;
    background-color: rgba(253, 190, 55, 0.2);
    border-color: rgb(253, 190, 55);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: center;
}

.payment-section .day-14 {
    margin-right: 40px;
    width: 123px;
    flex-shrink: 0;
}

.payment-section .day-14 img {
    width: 123px;
}

.money-back-text {
    padding-right: 120px;
}

.money-back-text h3 {
    margin: 0 0 20px;
    color: #efb12d;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    font-weight: 700;
}

.money-back-text p {
    font-size: 18px;
}

.cards {
    margin-left: 60px;
    width: 230px;
    flex-shrink: 0;
}

.client-logo {
    margin-bottom: 40px;
}

.client-logo h2 {
    text-align: center;
    margin: 0 0 47px;
}

.client-logo h2:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #00c85c;
    margin: 25px auto 0;
    display: block;
}

.client-logo h2 .highlight {
    font-style: normal;
    font-weight: 100;
}

.pricing-tables .pacakgeprice {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.pricing-tables .pacakgeprice small {
    /*     font-size: 25px; */
    position: absolute;
    bottom: 0;
    left: 100%;
    white-space: nowrap;
}

.pricing-tables table tr:first-child td {
    font-size: 18px;
    color: #444;
    font-weight: 700;
}

.pricing-tables table tr:nth-child(2) td{
    font-size: 16px;
    color: #313131;
    font-weight: 400;   
}
.pricing-tables table tr:last-child td {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
#stats_makes_sense p + h3,
#stats_of_Custom_Post p + h3,
#social_media_stats p + h3,
#stats_of_frontend_Reporting p + h3{
    margin-top: 70px;
}
.pricing-tables table tr td {
    text-align: left;
    padding: 15px 20px 15px 40px;
    position: relative;
}

.pricing-tables table tr td:not(.table-heading):after {
    content: '';
    width: 16px;
    height: 16px;
    background: #00c85c;
    position: absolute;
    top: 18px;
    left: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.pricing-tables table tr td:not(.table-heading)::before {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.pricing-tables table tr td.off {
    /* color: #848484; */
    color: rgba(132, 132, 132, .5);
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

.pricing-tables table tr td.table-heading {
    padding: 15px 15px;
    font-size: 25px;
    color: #444444;
    font-family: 'Roboto Slab', serif;
    background: #f4f4f5;
}

.pricing-tables table tr td.table-hdtext {
    padding: 0;
}

.table-section-heading {
    width: calc(300% + 3px);
    text-align: center;
    display: block;
    padding: 15px 15px;
    background: #f4f4f5;
    position: relative;
    z-index: 1;
}
.pacakgeprice + .buy-btn{
    margin-bottom: 30px;
}
.off-tag + .buy-btn{
    margin-bottom: 30px;
    margin-top: 30px;
}
sub, sup{
    font-size: 45%;
}
.pricing-tables .pricing-table:nth-child(2) table {
    margin-top: 1px;
}

.pricing-tables table tr td.off:after {
    background: #e6e6e6;
}

.pricing-tables table {
    table-layout: fixed;
}

.panel-title a.collapsed {
    color: #666;
}

.panel-title a {
    font-size: 1.25rem;
}

.panel-title a,
.panel-title a:hover {
    color: #00c85c;
}

.panel-primary {
    background: #ecf6f1;
    border-left: 5px solid #00c85c;
    padding-left: 15px;
  }

.panel-primary .panel-title a:before,
.panel-primary .panel-title a:after {
    background: #00c85c;
}

.panel-title:hover a:before,
.panel-title:hover a:after {
    background: #00c85c;
}

.doc_list_items ul li {
    padding: 0;
}

.doc_list_items ul li a {
    display: block;
    padding: 15px 15px 2px 46px;
    position: relative;
    z-index: 1;
}

.banner_main_affiliate {
    margin: 0;
    text-align: center;
}

.pageContent {
    padding-top: 80px;
    padding-bottom: 80px;
}

.affwp-form {
    margin: 0;
    background: #ecf0f7;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 20px 13px
}

.affwp-form legend {
    color: #444444;
    font-size: 1.875rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
    border: 0;
    margin: 0;
    padding-bottom: 15px;
}

.affwp-form input[type="text"],
.affwp-form input[type="email"],
.affwp-form input[type="password"],
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input {
    margin: 0;
    width: 100% !important;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
}

.affwp-form input {
    margin: 0;
}

.affwp-form label {
    padding: 0;
    font-weight: 400;
    padding-right: 20px;
    min-width: 100%;
    margin: 0 0 5px;
    font-size: 16px;
    color: #444;
}

#affwp-promotion-method {
    margin: 0;
    width: 100% !important;
    display: block;
    max-width: 100%;
    height: 140px;
    border-radius: 5px;
    padding: 10px 20px;
}

#affwp-register-form {
    margin: 10px 0 40px;
}

.panel-default a {
    color: #00c85c;
}

.qoutes .slick-slide:focus {
    outline: none;
}

.qoutes {
    text-align: left;
    margin-top: -38px;
}

.qoute {
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 25px 20px 30px 20px;
    margin: 18px 15px 40px;
    position: relative;
    text-align: left;
}

.qoute h5 {
    margin: 0 0 10px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #444444;
    font-size: 16px;
    padding-right: 50px;
}

.qoute p {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 300;
    /* font-style: italic; */
    color: #848484;
}

.qoute-name {
    display: flex;
    align-content: center;
    align-items: center;
}

.qoute-thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
}

.qoute-name .username {
    font-size: 18px;
    color: #444444;
    font-weight: 300;
}

.qoute-name .username a {
    color: #444;
}

.qoute:after {
    content: '';
    width: 47px;
    height: 38px;
    background-image: url(img/qoutes.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    right: 20px;
}

.footer-row {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-row [class*="col-"] {
    float: none;
}

.footer-row ul {
    display: flex;
    justify-content: space-between;
}

.footer-row ul li {
    padding: 5px 10px;
}

.footer-row ul li a {
    color: #848484;
}

.footer-row ul li.active a,
.footer-row ul li a:hover {
    color: #fdbe37;
    text-decoration: none;
}

.footer-slim {
    border-top: 1px solid #ecf0f7;
    background: #fff;
    position: relative;
}

/* .footer-slim .copyright_wraper{
    background: #ecf0f7;
} */
.footer-slim .copyright_wraper p {
    /* color: #848484; */
    margin: 15px 0;
}

.pacakgeoff {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
}

.pacakgeoff span {
    display: inline-block;
    position: relative;
}

.pacakgeoff span:after {
    content: '';
    width: 80px;
    height: 3px;
    background: #ff0000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -40px;
    transform: rotate(-10deg);
}

.qoutes .slick-dots li {
    padding: 0 10px;
    display: inline-block;
}

.qoutes .carousel-indicators li {
    border-width: 2px;
    border-color: rgb(0, 200, 92);
    border-style: solid;
    border-radius: 50%;
    background: none;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    color: transparent;
    position: relative;
    padding: 0;
}

.qoutes .slick-dots li button:focus {
    outline: none;
}

.qoutes .carousel-indicators li:after {
    content: '';
    width: 8px;
    height: 8px;
    background: rgb(0, 200, 92);
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-pricing {
    margin-top: 80px;
}

.qoutes .carousel-indicators li.active:after,
.qoutes .carousel-indicators li:hover:after {
    opacity: 1;
}

.qoutes {
    text-align: center;
}

.faqSection .seprator {
    border-top: 2px solid #00c85c;
    margin-bottom: 60px;
    margin-top: 20px;
}

.faqSection h2 {
    margin-top: 0;
}

.slim-header {
    padding: 110px 0 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.slim-header .logo {
    float: none;
}

/* .faqSection {
    padding-top: 0;
} */
.pricing-table {
    position: relative;
}

.pricing-name {
    position: absolute;
    bottom: 100%;
    left: -3px;
    right: -3px;
    width: auto;
    background: #00c85c;
    text-align: center;
    color: #fff;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 20px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.strike {
    text-decoration: line-through;
}

.page-template-tmp-black-friday-page .pricing-table:nth-child(1),
.pricing-table:nth-child(2) {
    border: 3px solid #00c85c;
}

.page-template-tmp-black-friday-page .pricing-table:nth-child(2){
    border: none;
}

.pricing-tables .pricing-table:nth-child(2) {
    border: 0;
}

.banner-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 60%;
}

.banner-svg svg {
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.panel-group .panel+.panel {
    margin: 0;
}

.pricing-header {
    position: relative;
    z-index: 1;
}

.container-fluid {
    max-width: 1200px;
}

#edd_checkout_cart {
    border: 0;
    border-collapse: collapse;
}

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart th {
    border: 0;
    font-weight: 500;
    color: #444444;
    font-size: 18px;
    background: #ecf0f7;
}

#edd_checkout_cart td {
    border: 0;
}

#edd_checkout_cart td.edd_cart_item_price {

    font-weight: 500;
    color: #444444;
    font-size: 39px;
}

#edd_checkout_cart td.edd_cart_actions,
#edd_checkout_cart td.edd_cart_actions {
    font-size: 18px;
    text-decoration: underline;
    color: #337ab7;
    font-weight: 300;
}

#edd_checkout_cart th.edd_cart_total {
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

#edd_checkout_cart_wrap {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
}

#edd_checkout_form_wrap {
    width: 100%;
    max-width: 100%;
}

#edd_checkout_form_wrap span.edd-description {
    display: none;
}

#edd_checkout_form_wrap #edd_checkout_user_info p[id*="edd"] {
    width: 50%;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
    width: 100%;
}

.page-template-tmp-checkout-slim-page #pricing_top_sec {
    background: none;
}

#edd_checkout_cart {
    border: 0;
    border-collapse: collapse;
}

#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_cart th {
    border: 0;
    font-weight: 500;
    color: #444444;
    font-size: 18px;
    background: #ecf0f7;
}

#edd_checkout_cart td {
    border: 0;
}

#edd_checkout_cart td.edd_cart_item_price {

    font-weight: 500;
    color: #444444;
    font-size: 30px;
    line-height: 1;
}

#edd_checkout_cart td.edd_cart_actions,
#edd_checkout_cart td.edd_cart_actions {
    font-size: 18px;
    text-decoration: underline;
    color: #337ab7;
    font-weight: 300;
}

#edd_checkout_cart th.edd_cart_total {
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

#edd_checkout_cart_wrap {
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    margin-bottom: 40px;
}

#edd_checkout_cart_wrap table {
    background: #fff;
    margin: 0;
}

#edd_checkout_form_wrap {
    width: 100%;
    max-width: 100%;
}

#edd_checkout_form_wrap span.edd-description {
    display: none;
}

#edd_checkout_form_wrap #edd_checkout_user_info {
    background: #ecf0f7;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 20px 13px;
}

#edd_checkout_form_wrap #edd_checkout_user_info p[id="edd-last-name-wrap"] {
    margin: 0;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
    width: 100%;
}

#edd_checkout_form_wrap #edd_checkout_user_info p[id*="edd"] {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
}

#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap textarea {
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
}

#edd_checkout_form_wrap label {
    margin: 0 0 14px;
}

.checkout_page .qoute {
    margin: 0 0 30px;
}

.checkout_page .payment-section {
    padding: 20px 15px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: left;
    margin: 20px 0;
}

.checkout_page .payment-section p {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.checkout_page .payment-section .day-14 {
    margin-right: 20px;
}

.checkout_page .payment-section .money-back-text {
    max-width: calc(100% - 143px);
    padding-right: 0;
}

.checkout_page .cards {
    margin: 0 auto 40px;
    overflow: hidden;
    height: 32px;
}

.checkout_page .cards {
    margin: 0 auto 40px;
}

.checkout_page .carousel-inner {
    min-height: inherit;
}

.checkout_page .carousel-inner>.item {
    padding-bottom: 0;
    padding-top: 0;
}

.page-template-tmp-checkout-slim-page,
.page-template-tmp-Pricing-new {
    padding-top: 0 !important;
}

.checkout_page .money-back-text h3 {
    margin: 0;
}

#edd_checkout_cart td,
#edd_checkout_cart th,
#edd_checkout_cart .edd_cart_header_row th {
    padding: 15px;
}

.off-tag {
    padding: 6px;
    font-size: 20px;
    font-family: Roboto;
    color: #000;
    line-height: 40px;
    background: url(img/off-bg.png) no-repeat center center;
    text-align: center;
    background-size: contain;
    margin-bottom: 10px;
    font-weight: 600;
}

.affwp-form input[type=checkbox] {
    width: auto;
}

.pricing-tables table tr td.table-heading {
    text-align: center;
}

.client-logo-box {
    min-height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.client-logo-box img {
    opacity: .7;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label.edd-gateway-option-selected {
    background-color: #ffffff;
    border-radius: 5px;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
    margin: 0;
    border: 0;
    border-radius: 5px;
    border: 20px solid #fff;
    padding: 20px 13px;
    background: #ecf0f7;
    position: relative;
    z-index: 1;
    box-shadow: 0px 12px 10px 3px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
    margin-bottom: 20px;
}

#edd_checkout_form_wrap legend {
    top: -50px;
    display: none;
}

#edd_terms {
    background: #ecf0f7;
    border: 0;
    border: 0 !important;
    padding: 20px 0 0 !important;
}

.clients_logo_section {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0px;
}

body div .clients_logo_section li {
    display: inline-block;
    width: 20%;
    font-size: 0px;
    vertical-align: middle;
    padding: 0 20px;
}

body div .clients_logo_section li a {
    opacity: .3;
    display: block;
    transition: all .3s;
}

body div .clients_logo_section li a:hover {
    opacity: 1;
}

#edd_purchase_form_wrap>fieldset {
    background: #ecf0f7 !important;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff !important;
    padding: 20px 13px !important;
}

#edd_checkout_form_wrap select.edd-select {
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
    border: 1px solid #ccc;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
    margin: 0;
    width: 50%;
    padding: 22px 43px;
    position: relative;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label:after {
    content: '';
}

.edd_empty_cart{
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-weight: 500;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label:after {
    content: '';
    border-width: 3px;
    border-color: #00c85c;
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 10px;
    width: 17px;
    height: 17px;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
    margin: 0;
    border-bottom: 0;
}

#edd_checkout_form_wrap input[type=radio] {
    display: none;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label.edd-gateway-option-selected:before {
    width: 14px;
    height: 14px;
    background: #00c85c;
    content: '';
    position: absolute;
    top: 22px;
    left: 16px;
    border-radius: 50%;
    z-index: 1;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label:not(.edd-gateway-option-selected):after {
    opacity: .4;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label:not(.edd-gateway-option-selected) {
    color: #c6c6c6;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label:after {
    content: '';
    border-width: 3px;
    border-color: #00c85c;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 10px;
    width: 26px;
    height: 26px;
    top: 16px;
}

.navigation li .sub-menu:after,
.navigation li .sub-menu:before {
    left: 50%;
    margin-left: -12px;
}

.navigation li .sub-menu li {
    padding: 0;
}

.navigation li .sub-menu li a {
    width: 100%;
    padding: 18px 27px 18px 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    text-transform: none;
    line-height: 1.2;
    position: relative;
}

.navigation li .sub-menu li+li {
    border-top: 1px solid #f0f0f0;
}

.loginpress-sub-menu-icon {
    position: absolute;
    top: 50%;
    width: 28px;
    left: 11px;
    transform: translateY(-50%);
}

.loginpress-sub-menu-description {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin: 10px 0px 0px;
    display: block;
}

.navigation li .sub-menu li a:hover {
    background: #dcdcdc54;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title a {
    padding: 10px 28px 10px 0;
}

.panel-collapse {
    padding-right: 28px;
}

#edd_login_your_account {
    background: #ecf0f7;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 20px 30px;
}

#edd_login_your_account legend {
    color: #444444;
    font-size: 1.875rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    font-weight: 300;
    border: 0;
    margin: 0;
}

#edd_login_form label {
    font-weight: 400;
    padding-right: 20px;
    min-width: 100%;
}

#edd_login_form .edd-input,
#edd_register_form .edd-input {
    margin: 0;
    width: 100% !important;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
}

.edd-login-submit,
.edd-login-remember {
    padding-left: 0;
}

.pricing_packages .addons-list {
    text-align: left;
    background: #35495c;
    font-size: .875rem;
    margin: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border-radius: 4px;
    transform: translateX(-50%) translateY(-37px);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 200px;
    -webkit-transform: translateX(-50%) translateY(-37px);
    visibility: hidden;
}

.pricing_packages .addons-list:before {
    content: "";
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #35495c transparent;
    top: -6px;
    left: 50%;
    width: 0;
    height: 0;
    position: absolute;
}

.pricing_packages .addon-scroll:hover .addons-list {
    opacity: 1;
    visibility: visible;
}

.pricing_packages .addons-list li+li {
    border-top: 2px dotted rgba(255, 255, 255, 0.1);
}

.pricing_packages .addons-list li {
    padding: 0;
}

.pricing_packages .addons-list li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    padding: .4rem 1rem;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing_packages .addons-list li a:hover {
    background: #374552;
}

.cards_section .button_subtext {
    text-align: center;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
    background: #fff;
}

#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap .edd-cart-adjustment {
    background: #fff;
}

.edd_download_purchase_form {
    margin-top: 30px;
}

.page-id-169957 .faqSection {
    padding-top: 0;
}
#edd_checkout_form_wrap input[type=email]:focus, 
#edd_checkout_form_wrap input[type=password]:focus, 
#edd_checkout_form_wrap input[type=tel]:focus, 
#edd_checkout_form_wrap input[type=text]:focus, 
#edd_checkout_form_wrap textarea:focus{
    outline: none;
    box-shadow:inset 0 0 0 2px #ccc;
}
#edd_checkout_form_wrap .edd-discount-code-field-wrap input.edd-input{
    max-width: 290px;
    margin-bottom: 10px;
}
#edd-cancel-license-renewal {
        text-decoration: none;
    color: red;
    display: inline-block;
    vertical-align: middle;
}
small.nx-branding {
    display: block;
    position: relative;
    top: 10px;
}
.search-results article .entry-footer{
    margin-bottom: 20px;
}
.reasonSection>.row{
    display: flex;
  flex-wrap: wrap;
}
/* 
.nav-tabs-wrapper .edd_sl_table .edd_sl_license_row td > .edd_sl_item_name, 
.nav-tabs-wrapper .edd_sl_table .edd_sl_license_row td > .edd_sl_license_key, 
.nav-tabs-wrapper .edd_sl_table .edd_sl_license_row td > .big_hd{
    display: none;
} */

.nav-tabs-wrapper .edd_sl_table .edd_sl_license_row td:first-child > .edd_sl_license_key{
    display: none;
}

.black-friday-pricing-table{
    margin-bottom: 80px;
}

/* =================== Update payment method =================== */

body #edd_checkout_form_wrap > fieldset, 
body #edd_checkout_form_wrap #edd_cc_fields{
    margin: 0;
    background: #ecf0f7;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 12%);
    border: 20px solid #fff;
    padding: 20px 13px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

body #edd_checkout_form_wrap #edd_cc_fields .new-card-wrapper{
    padding: 20px 0 0;
}

body #edd_checkout_form_wrap #edd_cc_fields .existing-card-wrapper{
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

body #edd_checkout_form_wrap #edd_cc_fields .add-new-card{
    background: #00c853;
    padding: 10px 20px !important;
    margin-top: 0px;
    margin-left: 0;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    font-size: 17px;
    border: 0px !important;
    color: #fff;
    width: auto !important;
    border-radius: 4px;
    display: inline-block;
}




@media screen and (max-width: 1200px) {
    .pacakgeprice {
        font-size: 60px;
    }

    .money-back-text {
        padding: 0;
    }

    .pricing-tables table tr td.table-heading {
        font-size: 23px;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px){
    .page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li{
        padding-right: 10px;
        padding-left: 0;
    }
    .page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li{
        padding-right: 10px;
    }
    
    .tab-content table tr th, 
    .tab-content table tr td{
        font-size: 14px;
    }

    .page-id-25 .content_area_default {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 980px){
    .tab-content{
        overflow-x: scroll;
    }
    
    .tab-content #profile, 
    .tab-content #subscriptions{
        min-width: 980px;
    }
}

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

    .navigation li.menu-item-has-children>a:before {
        position: absolute;
        top: 10px;
        right: -6px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 6px;
        top: 2px;
        transform: rotate(-45deg);
        vertical-align: top;
        width: 6px;
        transform: rotate(135deg);
        transform-origin: 0 100%;
    }

    .navigation li:hover .sub-menu {
        display: block;
    }

    .navigation li:hover .sub-menu {
        padding: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .navigation li .sub-menu {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 25px 0px;
        transform: scale(0.97);
        transition: all 0.15s ease-out 0s;
        -webkit-transform: scale(0.97);
        display: block;
        -webkit-transition: all 0.15s ease-out 0s;
        opacity: 0;
        visibility: hidden;
        width: 304px;
        left: 50%;
        margin-left: -152px;
    }

    .navigation li .glyphicon {
        display: none;
    }
}

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

    .pricing_packages .addons-list {
        transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
    }

    .clients_logo_section {
        max-width: 800px;
        margin: 0 auto;
        font-size: 0px;
    }

    body div .clients_logo_section li {
        display: inline-block;
        width: 30%;
        font-size: 0px;
        vertical-align: middle;
        padding: 0 10px;
        margin-bottom: 0;
    }

    .money-back-text {
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .money-back-text h3 {
        margin-bottom: 10px;
    }

    .money-back-text p {
        margin: 0;
        font-size: 16px;
    }

    .payment-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .cards {
        margin-left: 0;
    }

    .pricing-tables .pacakgeprice small {
        display: block;
        position: static;
    }

    .qoutes {
        margin-top: 0;
    }

    .footer-row {
        flex-wrap: wrap;
    }

    .footer-row [class*="col"] {
        width: 100%;
        text-align: center;
    }

    .footer-row ul {
        align-content: center;
        justify-content: center;
        padding: 20px 0;
    }

    .pricing_packages {
        flex-wrap: wrap;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .pricing-table {
        width: 100%;
    }

    .payment-section {
        padding: 20px 20px;
        margin: 40px auto;
        width: 100%;
        max-width: 100%;
    }

    .checkout_page .money-back-text h3{
        text-align: center;
    }

    .checkout_page .payment-section .money-back-text{
        max-width: 100%;
        width: 100%;
    }

    .qoute {
        padding: 30px 15px;
        margin-bottom: 20px;
    }

    .panel-title a {
        font-size: 17px;
    }

    .table-hide {
        display: none;
    }

    .payment-section .day-14 {
        margin-right: 0;
    }

    .pricing-table:not(:last-child):after {
        display: none;
    }

    .pricing-table {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .client-logo h2,
    .faqSection h2 {
        font-size: 1.5em;
        margin: 0 0 20px;
    }

    .client-logo h2:after {
        margin-top: 15px;
    }

    .slim-header {
        padding: 40px 0 40px;
    }

    .feature-pricing {
        margin-top: 40px;
    }

    #edd_checkout_form_wrap legend {
        width: auto;
        right: 23px;
    }

    .pricing-table table tr th {
        padding-bottom: 15px;
    }

    .pricing-table table tr th small {
        position: static;
    }

    .pricing-table {
        padding-bottom: 75px;

    }

    .pricing-table:not(:last-child):not(:nth-child(2)) {
        position: relative;
    }

    .pricing-table:not(:last-child):not(:nth-child(2)):before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        border-bottom: 2px solid #ecf0f7;
    }

    .pricing-table:nth-child(2) {
        padding-top: 75px;
    }

    .navigation li {
        position: relative;
    }

    .navigation li .glyphicon {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #848484;
        height: 39px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 14px;
        padding-left: 14px;
    }

    .navigation li .glyphicon.menu-open {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .navigation li a {
        padding-right: 40px;
        display: inline-block;
    }

    .navigation li:not(.menu-item-has-children) a {
        width: 100%;
    }

    #woowcommercetop .col-md-6:irst-child {
        margin-bottom: 30px;
    }

    .pageContent {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .black-friday-pricing-table{
        margin-bottom: 60px;
    }
}

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

    .screenshots_shadow,
    .content_warp_addon_box,
    #woowcommercetop {
        text-align: center;
    }

    .clientSection.slick-slider {
        padding-top: 0;
        margin: 0;
    }

    .stats_of_ecommerce_store img {
        float: none;
    }

    .featured .main_hd {
        margin-top: 0;
    }

    #edd_checkout_form_wrap #edd_checkout_user_info p[id*="edd"] {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    #edd_checkout_form_wrap #edd_checkout_user_info {
        background: #ecf0f7;
        border: 0;
        border-radius: 5px;
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
        border: 7px solid #fff;
        padding: 20px 0;
    }

    #edd_checkout_cart .edd_cart_header_row th,
    #edd_checkout_cart th {
        font-size: 16px;
        padding: 10px;
    }

    #edd_checkout_cart td.edd_cart_item_price {
        font-size: 30px;
        padding: 10px;
    }

    #edd_checkout_cart td.edd_cart_actions,
    #edd_checkout_cart td.edd_cart_actions {
        font-size: 16px;
    }

    #edd_checkout_cart {
        table-layout: fixed;
    }

    #edd_checkout_cart td,
    #edd_checkout_cart th {
        padding: 10px;
    }

    #edd_checkout_form_wrap legend {
        width: auto;
        right: 10px;
        left: 10px;
    }

    #edd_checkout_form_wrap label {
        margin: 0 0 5px;
    }

    .affwp-form input,
    #affwp-graphs-date-options {
        margin: 0;
    }

    .single_addon_title {
        margin: 0;
    }

    .timelinetext {
        padding-top: 25px;
    }

    .timelinetext h3:first-child {
        margin-top: 0;
    }

    .timelinetext h3 {
        line-height: 1.25;
        margin: 20px 0;
    }

    .infoSection h3 {
        margin-top: 0;
    }

    .infoSection {
        padding-top: 30px;
    }

    .feature_detials {
        padding: 0;
    }

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 2rem;
    }

    .content_warp_addon,
    .content_warp_addon_box {
        padding: 35px 0;
    }

    .timeline .timelinSection,
    .content_area_default {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .content_center_max_900 {
        padding: 0;
    }

    .content_center_max_900 h3 {
        line-height: 1.2;
        margin-bottom: 20px;
        margin: 0 0 20px;
    }

    #pro_log ol,
    #free_log ol,
    #addons_log ol {
        padding-bottom: 0;
        padding-left: 0;
    }

    #pro_log h6,
    #free_log h6,
    #addons_log h6 {
        margin-bottom: 2rem;
    }

    #pro_log h3,
    #free_log h3,
    #addons_log h3 {
        margin-bottom: 0;
        padding-top: 2rem;
    }

    #pro_log h4,
    #free_log h4,
    #addons_log h4 {
        padding-top: 2rem;
    }

    .active_pakage_panel {
        margin: 0;
    }

    .profileSection {
        margin: 10px auto 20px;
    }

    .banner_main_checkout {
        margin: 0;
        padding: 20px 0;
    }

    #pro_log ol li,
    #free_log ol li,
    #addons_log ol li {
        padding: 52px 20px 16px 20px;
        line-height: 26px;
    }

    #pro_log ol li:not([class]),
    #free_log ol li:not([class]),
    #addons_log ol li:not([class]) {
        padding: 16px 20px 16px 20px;
        line-height: 26px;
    }

    .footer-row ul {
        padding: 20px 0;
        flex-direction: column;
    }

    .pricing-header .subtitle {
        font-size: 1.2em;
    }

    .navigation {
        top: 58px;
        height: calc(100% - 58px);
    }

    .social_real_time img,
    .compaign_stats img,
    .email_notifications img,
    .stats_of_ecommerce_store img {
        float: none;
    }

    .main_content_warp_checkout #edd_login_your_account {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .pacakgeprice small {
        font-size: 16px;
    }

    .main_content_warp_checkout {
        padding-bottom: 0px;
    }

    #edd_login_your_account,
    .affwp-form {
        padding: 10px;
        border-width: 10px;
    }

    .header_fixed.single .single-post-content .comments-area form.comment-form .comment-form-author, 
    .header_fixed.single .single-post-content .comments-area form.comment-form .comment-form-email{
        width: calc(50% - 15px);
    }

    body.header_fixed .post-navigation .nav-links .nav-previous, 
    body.header_fixed .post-navigation .nav-links .nav-next{
        float: none;
    }

    body.header_fixed .post-navigation .nav-links{
        text-align: center;
    }

    /* Account Mobile Tabs */

    .nav-tabs-wrapper{
        margin-top: 30px;
        position: relative; 
    }
    /* .nav-tabs-wrapper .nav-tabs{
        border: 1px solid #ccc !important;
        border-radius: 4px;
        background-color: #fff;
        margin-bottom: 20px;
        overflow: hidden;
    } */
    /* .nav-tabs-wrapper .nav-tabs li{
        display: block;
        float: none;
        padding: 0;
    } */
    /* .nav-tabs-wrapper .nav-tabs li.active a{
        background-color: #00b0ff !important;
        border: none !important;
        border-radius: 0 !important;
        color: #ffffff !important;
        font-weight: 700;
    } */
    /* .nav-tabs-wrapper .nav-tabs li:last-child a{
        border: none !important;
    } */
    .nav-tabs-wrapper .nav-tabs li a{
        border: none;
        border-bottom: 1px solid #ccc;
        margin: 0;
        color: #666;
    }
    #sidebar .widget h2 {
        font-size: 26px;
    }
    #edd_login_your_account legend{
        font-size: 1.475rem;
    }
    .addon_img_left img {
        max-width: 600px;
        width: 100%;
    }

    .addon_img_right img {
        max-width: 600px;
        width: 100%;
    }

    .black-friday-pricing-table{
        margin-bottom: 40px;
    }

    .nav-tabs-wrapper .nav-tabs-inner-wrapper{
        overflow-x: scroll;
    }
    
    .nav-tabs-wrapper .nav{
        min-width: 702px;
    }

    .nav-tabs-wrapper .nav-tabs-inner-wrapper{
        overflow-x: scroll;
    }
    
    #edd_profile_editor_form p{
        width: 100%;
    }
    
    .nav-tabs-wrapper .nav, 
    .tab-content #licenses, 
    .tab-content #home{
        min-width: 708px;
    }
    
    .tab-content #messages fieldset>p:nth-child(even){
        padding-right: 20px;
    }

    .tab-content #messages fieldset>p:nth-child(odd){
        padding-left: 20px;
    }

    .header .getAnalyfiy,
    .dashboard_widget_section .analitifybtn {
        padding: 11px 10px 9px !important;
    }

    .header .getAnalyfiy:before, 
    .dashboard_widget_section .analitifybtn:before {
        top: 6px;
    }
}
@media screen and (max-width: 700px) {
    #edd_profile_editor_form input[type="email"], 
    #edd_profile_editor_form input[type="number"], 
    #edd_profile_editor_form input[type="password"], 
    #edd_profile_editor_form input[type="tel"], 
    #edd_profile_editor_form input[type="url"], 
    #edd_profile_editor_form input[type="text"]{
        max-width: 100%;
    }
    #edd_profile_editor_form select {
        max-width: 100%;
    }
    #edd_profile_submit_fieldset {
        padding: 0px 0 30px 0px;
    }
    
}
/*=======================  End of Pricing Page   ========================== */
@media screen and (max-width: 620px) {
    .subtitle br {
        display: none;
    }

    .clients_logo_section {
        max-width: 500px;
        margin: 0 auto;
        font-size: 0px;
    }

    body div .clients_logo_section li {
        display: inline-block;
        width: 45%;
        font-size: 0px;
        vertical-align: middle;
        padding: 0 10px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .main_content_warp_checkout .nav-tabs>li>a {
        padding: 15px 20px;
    }

    /* .main_content_warp_checkout .nav-tabs li {
        padding: 3px 0px 2px 0;
    } */

    .checkout_page .payment-section .money-back-text{
        padding-left: 0 !important;
    }
}

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

    .ginput_recaptcha>div {
        transform: scale(.83);
        -webkit-transform: scale(.83);
        -moz-transform: scale(.83);
        -ms-transform: scale(.83);
        -o-transform: scale(.83);
        transform-origin: 0% 50%;
    }

    .clients_logo_section {
        max-width: 200px;
        margin: 0 auto;
        font-size: 0px;
    }

    body div .clients_logo_section li {
        display: inline-block;
        width: 100%;
        font-size: 0px;
        vertical-align: middle;
        padding: 0 0px;
        margin-bottom: 0;
    }
}



/*=======================  Blog Detail page styling  ========================== */

.single-post .single-post-content #sidebar{
    display: none;
}

.single-post .single-post-content .feature_img img{
    margin: 0;
}

.single-post .single-post-content .col-md-9{
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 830px;
    margin: 0 auto !important;
    float: none;
}

.single-post .single-post-content .col-md-9 article:not([class="comment-body"]){
    padding: 0;
}

.blog article .entry-title,
.blog article .entry-title a,
.single-post .single-post-content .col-md-9 h1,
.single-post .single-post-content .col-md-9 h2,
.single-post .single-post-content .col-md-9 h3, 
.single-post .single-post-content .col-md-9 h4, 
.single-post .single-post-content .col-md-9 h5 {
    font-family: 'Roboto', serif;
    font-weight: 700;
    margin-bottom: 10px !important;
    margin-top: 40px !important;
    color: #23282d;
    line-height: 1.2;
}

.blog article .entry-meta,
.blog article .entry-content,
.single-post .single-post-content .col-md-9{
    font-family: 'Roboto', serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
}

.blog article:not([class="comment-body"]) .entry-meta,
.blog article:not([class="comment-body"]) .entry-content,
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) p{
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.single-post .single-post-content .col-md-9 ul li::marker{
    color: transparent;
}

.single-post .single-post-content .col-md-9 p a, 
.single-post .single-post-content .col-md-9 ul li a, 
.single-post .single-post-content .col-md-9 ol li a{
    font-weight: 700;
}

.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ul, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ol{
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ul li, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ol li{
    margin-bottom: 10px;
}

.single-post .single-post-content .col-md-9 ul li:last-child, 
.single-post .single-post-content .col-md-9 ol li:last-child{
    margin-bottom: 0;
}

.single-post .single-post-content .col-md-9 ul{
    padding-left: 30px;
}

.single-post .single-post-content .col-md-9 figure{
    margin-bottom: 30px;
    margin-top: 30px;
}

.single-post .single-post-content .col-md-9 figure img{
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; 
}

.single-post .page-inner-content .content-area{
    background-color: #fff;
    border-top: 1px solid #eee;
}

.single-post .single-post-content .col-md-9 h1,
.single-post .single-post-content .col-md-9 h2:first-child,
.single-post .single-post-content .col-md-9 h3:first-child, 
.single-post .single-post-content .col-md-9 h4:first-child{
    margin-top: 0 !important;
}

.single-post .single-post-content .col-md-9 ul li{
    position: relative;
}

.single-post .single-post-content .col-md-9 ul li:after {
    content: "";
    border-width: 2px 2px 0 0;
    position: absolute;
    left: -25px;
    border-style: solid;
    display: block !important;
    height: 8px;
    top: 15px;
    width: 8px;
    transform: rotate(45deg);
}

.blog article .more-link{
    font-family: 'Roboto', serif;
    font-weight: 700;
    padding-right: 20px; 
    position: relative;
}

.blog article .more-link .meta-nav{
    display: none;
}

.blog article .more-link:after {
    content: "";
    border-width: 3px 3px 0 0;
    position: absolute;
    right: 0;
    border-style: solid;
    display: block !important;
    height: 9px;
    top: 10px;
    width: 9px;
    transform: rotate(45deg);
    display: block;
}

.single-post .single-post-content .col-md-9 .post-navigation .nav-links a{
    text-decoration: none;
    transition: all 0.3s;
}

.single-post .single-post-content .col-md-9 .post-navigation .nav-links a:hover{
    background-color: #00b34a;
}

.page-id-238  .content_area_default p:not(:last-child){
    margin-bottom: 20px;
}

.page-id-238  .content_area_default p a{
    font-weight: 700;
    text-decoration: underline;
}

.page-id-238  .content_area_default p strong{
    margin-bottom: -10px !important;
    padding-top: 10px !important;
    display: inline-block;
}

.page-id-238  .content_area_default p strong, 
.page-id-238  .content_area_default p strong span{
    font-weight: 700;
    text-decoration: none !important;
}

.page-id-238  .content_area_default p a:hover{
    font-weight: 600;
    text-decoration: none;
}

.blog .entry-content figure, 
.single-post .entry-content figure{
    margin-top: 20px;    
    margin-bottom: 20px;
}

@media screen and (max-width:1024px){
    .blog article .entry-title,
    .blog article .entry-title a,
    .single-post .single-post-content .col-md-9 h1{
        font-size: 35px;
    }

    .single-post .single-post-content .col-md-9 h2{
        font-size: 30px;
    }
}

@media screen and (max-width: 768px){
    .blog article .entry-title,
    .blog article .entry-title a,
    .single-post .single-post-content .col-md-9 h1{
        font-size: 32px;
    }

    .single-post .single-post-content .col-md-9 h2{
        font-size: 26px;
    }
    
    .single-post .single-post-content .feature_img{
        margin-bottom: 10px;
    }
    
    .single-post .page-inner-content .content-area{
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px){
    .single-post .single-post-content .col-md-9 #comments{
        padding-top: 20px;
    }
    
    .page-id-238 .content_area_default, .page-id-238 .content_area_default p {
        font-size: 16px;
    }

    .single-post .single-post-content .col-md-9 ul li:after {
        top: 12px;
    }
}

@media screen and (max-width: 580px){
    .blog article .entry-title,
    .blog article .entry-title a,
    .single-post .single-post-content .col-md-9 h1{
        font-size: 24px;
    }
  
    .single-post .single-post-content .col-md-9 h2{
        font-size: 22px;
    }

    .single-post .single-post-content .col-md-9 p{
        margin-bottom: 15px;
    }

    .single-post .single-post-content .col-md-9 h1, 
    .single-post .single-post-content .col-md-9 h2, 
    .single-post .single-post-content .col-md-9 h3, 
    .single-post .single-post-content .col-md-9 h4, 
    .single-post .single-post-content .col-md-9 h5 {
        margin-top: 25px !important;
    }
}




/* ---------------- Blog and Blog single ---------------- */

.blog .entry-header .entry-title, 
.single-post .entry-header .entry-title{
    font-size: 34px;
    line-height: 1.3;
    margin-top: 20px !important;
}

.blog .entry-header .entry-title a{
    display: inline-block;
    margin: 0 !important
}

.blog .entry-header .entry-meta, 
.single-post .entry-header .entry-meta{
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.blog .entry-header .entry-meta .author a,
.single-post .entry-header .entry-meta .author a{
    font-weight: 600;
    text-decoration: none;
}

.blog .entry-header .entry-meta .author a:hover,
.single-post .entry-header .entry-meta .author a:hover{
    text-decoration: underline;
}

.single-post .entry-header .entry-meta .author{
    margin-top: 5px;
    display: inline-block;
}

.blog .entry-header .entry-title a:hover, 
.page-inner-content .container h2 a:hover{
    text-decoration: underline;
}

.blog .entry-header .feature_img{
    margin-bottom: 20px;
}

.single-post .entry-header .feature_img{
    pointer-events: none;
}

.blog .entry-content p,
.single-post .entry-content p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    /* letter-spacing: 0.4px;
    word-spacing: 2px; */
}

.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ul li > ul, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ol li > ol, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ul li > ol, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) olli > ul{
    margin-top: 15px;
    margin-bottom: 0;
}

.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ul li:last-child, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ol li:last-child{
    margin-bottom: 0;
}

.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ul:empty, 
.single-post .single-post-content .col-md-9 article:not([class="comment-body"]) ol:empty{
    display: none;
}

.blog .entry-content p:last-of-type{
    margin-bottom: 0px;
}

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

.blog .entry-content .more-link{
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;    
    text-transform: capitalize;
    margin-top: 20px;
}

/* .blog .entry-content .more-link{
    color: #fff;
    background-color: #26c957;
    padding: 8px 20px;
    font-weight: 500;
}
 */
.blog .entry-content .more-link:after{
    display: none !important;
}

.blog article .more-link .meta-nav {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
}

/* Single */

.single-post .single-post-content .entry-content h2{
    margin-top: 50px !important;
    margin-bottom: 15px !important;
}

html body.single-post .content-area .single-post-content .entry-content h3{
    margin-bottom: 15px !important;
    margin-top: 35px !important;
}

#sidebar .tagcloud a{
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.blog article .entry-title,
.single-post .single-post-content .col-md-9 h1, 
.single-post .single-post-content .col-md-9 h2, 
.single-post .single-post-content .col-md-9 h3, 
.single-post .single-post-content .col-md-9 h4, 
.single-post .single-post-content .col-md-9 h5, 
.single-post .single-post-content .col-md-9 h1 strong, 
.single-post .single-post-content .col-md-9 h2 strong, 
.single-post .single-post-content .col-md-9 h3 strong, 
.single-post .single-post-content .col-md-9 h4 strong, 
.single-post .single-post-content .col-md-9 h5 strong{
    font-weight: 400;
}

.single-post .single-post-content .col-md-9 h2{
    font-size: 28px;
}

.single-post .single-post-content .col-md-9 h3{
    font-size: 24px;
}

.single-post .single-post-content .col-md-9 h4{
    font-size: 20px;
}

html body.single-post .content-area .single-post-content .entry-content .rank-math-block .rank-math-list .rank-math-question{
    font-size: 22px !important;
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}

@media screen and (max-width: 991px){
    .blog .entry-header .entry-title,
    .blog .entry-header .entry-title a, 
    .single-post .entry-header .entry-title{
        font-size: 30px;
    }
}


@media screen and (max-width: 767px){
    .blog .entry-header .entry-title,
    .blog .entry-header .entry-title a, 
    .single-post .entry-header .entry-title{
        font-size: 25px;
    }
    
    .blog .entry-content .more-link{
        font-size: 18px;
    }
    
    .blog article .more-link .meta-nav{
        font-size: 20px;
    }
    
    .comment-respond {
        padding: 15px 15px 6px 15px;
        background: #eaeff3;
    }

    .single-post .single-post-content .col-md-9 h2 {
        font-size: 22px;
    }

    html body.single-post .content-area .single-post-content .entry-content .rank-math-block .rank-math-list .rank-math-question{
        font-size: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 20px !important;
    }
}

/* New styling of website */

.content_warp_addon, 
.banner_main_checkout, 
#pricing_top_sec, 
.banner_main_affiliate, 
#woowcommercetop{
    background-color: #e3ebf8;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_warp_addon h1, 
.banner_main_checkout h1,
.banner_main_affiliate h1,
#pricing_top_sec h1, 
#woowcommercetop h1, 
.documentation_list h1, 
.pricing-header h1{
    font-family: 'Roboto', serif;
    font-weight: 500;
    color: #23282d;
    line-height: 1.2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
 
.content_warp_addon p, 
.banner_main_checkout p,
.banner_main_affiliate p,
#pricing_top_sec p, 
#woowcommercetop p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 400;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.page-inner-content .hero_section .container h1{
    font-family: 'Roboto', serif;
    font-weight: 500;
    color: #23282d;
    line-height: 1.2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px !important;
}
    
.page-inner-content .hero_section .container h2{
    font-weight: 400;
}

.documentation_list h2{
    font-size: 24px; 
}

.content_warp_addon2, 
.timelineWrapper .row .timeline .timelinSection:nth-child(even):after{
    background: rgba(227,235,248,0.5);
}

.timeline .timelinSection:nth-child(even){
    background-color: transparent;
}

.content_warp_addon2 .row, 
.content_warp_addon1 .row, 
.timelineWrapper .row .timeline .timelinSection .row, 
#woowcommercetop .container .row{
    display: flex;
    align-items: stretch;
}

.timeline .timelinSection .featureimg{
    display: flex;
    align-items: flex-start;
}

.timelineWrapper .row .timeline .timelinSection .timelinetext{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_warp_addon2 .row, 
.timelineWrapper .row .timeline .timelinSection:nth-child(even) .row{
    flex-direction: row-reverse;
}

.content_warp_addon2 .row .col-sm-6, 
.content_warp_addon1 .row .col-sm-6, 
.timelineWrapper .row .timeline .timelinSection .timelinetext{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 400;
}

.content_warp_addon_box .row .col-sm-6 h1, 
.page-template-tmp-affilate form legend, 
.timelineWrapper .row > h1, 
.page-inner-content .content_area_default .row h1, 
.page-inner-content .container h1, 
.page-inner-content .featured h1{
    font-size: 38px;
}

.content_warp_addon_box .row .col-sm-6 h2, 
.page-template-tmp-affilate form legend, 
.timelineWrapper .row > h2, 
.page-inner-content .content_area_default .row h2, 
.page-inner-content .container h2,
.page-inner-content .container h2 a, 
.page-inner-content .featured h2 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
    font-size: 30px;
}

.page-inner-content .container .documentation_list , 
.page-inner-content .container .documentation_list  p, 
.page-inner-content .container .documentation_list  ul li, 
.page-inner-content .container .documentation_list  ol li{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}

 
.page-inner-content .container .documentation_list  ul li, 
.page-inner-content .container .documentation_list  ol li{
    margin-bottom: 7px;
}

.content_warp_addon_box .row .col-sm-6 h3, 
.page-template-tmp-affilate form legend, 
.timelineWrapper .row > h3, 
.page-inner-content .content_area_default .row h3, 
.page-inner-content .container h3, 
.page-inner-content .featured h3{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
    font-size: 24px;
}

.content_warp_addon_box .row .col-sm-6 h4, 
.page-template-tmp-affilate form legend, 
.timelineWrapper .row > h4, 
.page-inner-content .content_area_default .row h4, 
.page-inner-content .container h4, 
.page-inner-content .featured h4{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
    font-size: 24px;
}

.content_warp_addon_box .row .col-sm-6 h5, 
.page-template-tmp-affilate form legend, 
.timelineWrapper .row > h5, 
.page-inner-content .content_area_default .row h5, 
.page-inner-content .container h5, 
.page-inner-content .featured h5{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
    font-size: 22px;
}

.content_warp_addon_box .row .col-sm-6 h6, 
.page-template-tmp-affilate form legend, 
.timelineWrapper .row > h6, 
.page-inner-content .content_area_default .row h6, 
.page-inner-content .container h6, 
.page-inner-content .featured h6{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
    font-size: 19px;
}

.content_warp_addon_box .row .col-sm-6 h3{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 400;
}

.timelineWrapper .row .timeline .timelinSection .timelinetext h3, 
.page-inner-content .content_area_default .row h3, 
.page-inner-content .container h3{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
}

.timelineWrapper .row .timeline .timelinSection .timelinetext h4, 
.page-inner-content .content_area_default .row h4, 
.page-inner-content .row h4, 
.page-inner-content .container h4, 
.page-inner-content .container #pro_log h4, 
.page-inner-content .container #free_log h4, 
.page-inner-content .container #addons_log h4{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 400;
}

.doc_list_items h3{
    font-size: 20px;
    line-height: 1.4;
}

.doc_list_items > a{
    font-weight: 500;
}

.doc_list_items ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

.doc_list_items h3, 
.doc_list_items p{
    padding: 0 20px;
}

.page-inner-content .blueSection .container h3{
    color: #fff;
}

.content_warp_addon_box .row .col-sm-6 p, 
.timelineWrapper .row > h2 small, 
.timelineWrapper .row .timeline .timelinSection .timelinetext p, 
.page-inner-content, 
.page-inner-content .content_area_default .row p, 
.page-inner-content .container{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 300;
}

.content_warp_addon_box .row .col-sm-6 p a, 
.page-inner-content > div:not([class="faqSection"]) p a:not(.btn){
    font-weight: 500;
    text-decoration: underline;
    color: #337ab7;
}

.content_warp_addon_box .row .col-sm-6 p a:hover, 
.page-inner-content p a:hover{
    text-decoration: none;
}

.footer{
    background-color: #23282d;
}

.footer .row h6{
    font-family: 'Roboto', serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
}

.footer .row ul li a, 
.footer .row p{
    font-family: 'Roboto', serif;
    font-weight: 400;
}

.footer .copyright_wraper{
    background-color: #2a3036;
}

.footer .copy{
    font-size: 14px;
    line-height: 1.6;
}

header .navigation ul li a{
    color: #23282d;
}

header .navigation ul li .sub-menu {
    padding: 10px !important;
}

header .navigation ul li .sub-menu li a {
    padding: 15px;
    font-size: 16px;
}

header .navigation ul li .sub-menu li a:hover, 
header .navigation ul li .sub-menu li:hover>a{
    color: #23282d;
    text-decoration: underline;
}

header .navigation ul li .sub-menu li.current-menu-item>a, 
header .navigation ul li .sub-menu li.current-menu-parent>a{
    color: #23282d;
    font-weight: 500;
    text-decoration: underline;
}

form .g-recaptcha{
    margin-bottom: 10px;
}

form textarea + grammarly-btn{
    display: none;
}

.home .hero_section p{
    font-size: 20px;
    font-weight: 300;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home .hero_section p{
    font-size: 20px;
    font-weight: 300;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.home .hero_section h1 span{
    border-bottom: 7px solid #00c853;
    line-height: 0px;
    height: 22px;
    display: inline-block;
}

.home .hero_section .downloads_num_wrapper a{
    position: relative
}

.home .hero_section .downloads_num_wrapper a:after{
    content: "";
    position: absolute;
    background: url("img/pointing-arrow.png") center center no-repeat;
    width: 80px;
    height: 81px;
    background-size: contain;
    display: block;
    top: -40px;
    left: -105px;
    transform: rotate(-7deg);
}

.gfield--type-fileupload input{
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    border: 2px dashed #cccccc;
    padding: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    text-align: left;
    color: #444444;
    display: block;
    margin: 0;
    text-align-last: center;
    height: auto;
}
input[type=file]::file-selector-button, 
input[type=file]::-webkit-file-upload-button {
    padding: 13px 26px;
    margin: 0 auto 15px;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.1;
    border: 2px solid #00c853;
    background-color: #00c853;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=file]::-webkit-file-upload-button:hover, 
input[type=file]::file-selector-button:hover {
    background-color: #02d95b;
    color: #fff;
    border-color: #02d95b;
}

@media screen and (max-width: 1024px){
    .page-inner-content .hero_section .container h1, 
    .pricing-header h1 {
        font-size: 28px !important;
    }

    .page-inner-content .hero_section .container h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px){
    .content_warp_addon2 .row, 
    .content_warp_addon1 .row, 
    .timelineWrapper .row .timeline .timelinSection .row, 
    .content_warp_addon2 .row, 
    .timelineWrapper .row .timeline .timelinSection:nth-child(even) .row, 
    #woowcommercetop .container .row{
        flex-direction: column;
    }
    
    .page-inner-content .hero_section .container h1, 
    .documentation_list h1, 
    .pricing-header h1{
        font-size: 24px !important;
    }
    
    .content_warp_addon_box .row .col-sm-6 h2, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h2, 
    .page-inner-content .content_area_default .row h2, 
    .page-inner-content .container h2, 
    .page-inner-content .featured h2{
        font-size: 22px;
    }
    
    .timelineWrapper .row .timeline .timelinSection .timelinetext h3, 
    .page-inner-content .content_area_default .row h3, 
    .page-inner-content .container h3{
        font-size: 20px;
    }
    
    .content_warp_addon p, .banner_main_checkout p, .banner_main_affiliate p, #pricing_top_sec p, #woowcommercetop p {
        font-size: 16px;
    }
    
    .documentation_list h2{
        font-size: 20px; 
    }

    form .g-recaptcha{
        transform: scale(0.8);
        transform-origin: 0 0;
    }

    .home .hero_section p{
        font-size: 18px;
        margin-bottom: 25px;
    }

    .entry-meta {
        margin-bottom: 20px;
    }

    .page-inner-content .container, 
    .page-inner-content .container p, 
    .page-inner-content .container ul li, 
    .page-inner-content .container ol li{
        font-size: 16px;
    }
}


/* Account pages styling */

.page-template-tmp-myaccount .banner_main_checkout .btn{
    padding: 10px 20px;
}

.page-template-tmp-myaccount .banner_main_checkout{
    margin-bottom: 60px;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li {
    padding-left: 0;
    padding-right: 12px;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li a {
    border: 1px solid #2a3036;
    color: #2a3036;
    padding: 13px 25px;
    background-color: #fff;
    font-weight: 400;
}

.main_content_warp_checkout .nav-tabs>li.active>a {
    background-color: #ffffff !important;
    color: #2a3036 !important;
    border: 1px solid #fff !important;
    border-bottom: none !important;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li a:hover {
    background-color: #2a3036;
    color: #fff;
}

#edd_user_history th, .edd_sl_license_row th {
    background: #2a3036;
    color: #fff;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

.page-template-tmp-myaccount .tab-content{
    font-weight: 400;
}

.edd_sl_item_name {
    color: #666666;
}

.edd-sl-child span {
    color: #666666;
    font-weight: 500;
}

.page-template-tmp-myaccount .tab-content .edd-sl-child-licenses span a{
    margin-left: 5px;
}

.page-template-tmp-myaccount .tab-content a:not([class]):not([title]), 
.page-template-tmp-myaccount .tab-content #edd_user_history a, 
.page-template-tmp-myaccount .tab-content .edd_download_file a, 
.page-template-tmp-myaccount .tab-content .edd_sl_purchase_number{
    color: #4b87f0;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 400;
}

.page-template-tmp-myaccount .tab-content a:not([class]):hover, 
.page-template-tmp-myaccount .tab-content #edd_sl_license_keys a:hover, 
.page-template-tmp-myaccount .tab-content .edd_download_file a:hover, 
.page-template-tmp-myaccount .tab-content .edd_download_file a:hover, 
.page-template-tmp-myaccount .tab-content .edd_sl_purchase_number:hover{
    text-decoration: none;
}

.edd-sl-child-licenses li {
    font-size: 14px;
    font-weight: 400;
}

.edd_sl_license_key {
    padding: 7px 10px 4px;
    margin-bottom: 30px;
    border: 0;
    max-width: 350px;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
    background: #f1f5fb;
    color: #666666;
}

.edd_license_activations span {
    color: #666666;
    font-weight: 400;
}

.edd_license_activations .edd_sl_limit_label {
    color: #666666;
    font-weight: 500;
}

.edd_sl_status_label, .edd_sl_expires_label, .edd_sl_limit_label {
    font-size: 16px;
    color: #666666;
}

.edd-sl-expired {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
 
#edd_profile_editor_form legend {
    background: #2a3036;
}

#edd_profile_editor_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
#edd_profile_editor_form select{
    color: #2a3036;
}
 
#edd_profile_editor_form label{
    color: #666666;
}

#edd_profile_editor_form input[type="email"], 
#edd_profile_editor_form input[type="number"], 
#edd_profile_editor_form input[type="password"], 
#edd_profile_editor_form input[type="tel"], 
#edd_profile_editor_form input[type="url"], 
#edd_profile_editor_form input[type="text"]{
    border-radius: 6px;
}

#edd_profile_editor_form select {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px){
    .page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li {
        padding-left: 0;
        padding-right: 7px;
    }
}

/* Pricing pages styling */

.pacakgeprice, 
.pricing-tables .table-section-heading{
    font-family: 'Roboto', serif;
    font-weight: 500;
    color: #23282d;
}

.pricing-tables .table-section-heading{
    min-height: 73px;
    margin: -3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing_pakages_Wrapper .faqSection h2{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    color: #23282d;
    font-weight: 500;
}

/* UTM page styling */

.page-template-tmp-campaings-url-builder .CampaignUrlForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ecf0f7;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 30px 30px 10px;
    margin: 30px 0;
}

.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl{
    width: calc(50% - 15px);
    margin-bottom: 20px;
}

.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl label{
    display: block;
    width: 100%;
    font-family: 'Roboto', serif;
    font-weight: 400;
    color: #23282d;
    line-height: 1.2;
}

.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl input, 
.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl textarea{
    margin: 0;
    width: 100% !important;
    display: block;
    max-width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
    margin-bottom: 3px;
    border: 1px solid #ccc;
}

.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl textarea{
    resize: none;
}

.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl .FormControl-info{
    font-size: 13px;
    margin-bottom: 0;
}

.page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl .FormControl-info code{
    background-color: rgba(52,123,183,0.2);
    color: #245e90;
}

.page-template-tmp-campaings-url-builder .CampaignUrlResult{
    margin-top: 50px;
}

.page-template-tmp-campaings-url-builder .CampaignUrlResult h4{
    font-weight: 500;
}

.page-template-tmp-campaings-url-builder .CampaignUrlResult > div > .CampaignUrlResult-item{
    background: #ecf0f7;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
    border: 20px solid #fff;
    padding: 30px 30px;
    margin: 30px 0;
}

.page-template-tmp-campaings-url-builder .CampaignUrlResult > div > .CampaignUrlResult-item textarea{
    margin: 0;
    width: 100% !important;
    display: block;
    max-width: 100%;
    height: 100px !important;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.page-template-tmp-campaings-url-builder .CampaignUrlResult > div > .CampaignUrlResult-item .FormControl-info{
    font-size: 13px;
    cursor: pointer;
}

.page-template-tmp-campaings-url-builder .CampaignUrlResult > div > .CampaignUrlResult-item .FormControl-info input{
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}

.page-template-tmp-campaings-url-builder h5{
    font-weight: 500;
    font-family: 'Roboto', serif;
    color: #23282d;
    line-height: 1.2;
}

.page-template-tmp-campaings-url-builder .table tr:first-child td:first-child{
    border-radius: 5px 0 0 0;
}

.page-template-tmp-campaings-url-builder .table{
    margin-top: 20px;
}

.page-template-tmp-campaings-url-builder .table td{
    padding: 20px !important;
    border: 1px solid rgba(35,41,45,0.5);
}

.page-template-tmp-campaings-url-builder .table td, 
.page-template-tmp-campaings-url-builder .table td p{
    font-weight: 300 !important;
    color: #23282d;
    line-height: 1.2;
}

.page-template-tmp-campaings-url-builder .table td p:last-child{
    margin-bottom: 0;
}

.page-template-tmp-campaings-url-builder .table td strong{
    font-weight: 500 !important;
}

.page-template-tmp-campaings-url-builder .table td code{
    background-color: rgba(52,123,183,0.15);
    color: #337ab7;
}

.addons-feature-lists li{
    font-weight: 300;
    background: url(img/list-bullets.svg) left 7px center no-repeat;
    background-size: 10px 10px;
    padding-left: 28px;
    margin-bottom: 5px;
}

.addons-feature-lists li:last-child{
    margin-bottom: 0px;
}


@media only screen and (max-width: 767px){
    .page-template-tmp-campaings-url-builder .CampaignUrlForm .FormControl {
        width: 100%;
    }
    
    .page-template-tmp-campaings-url-builder .CampaignUrlForm {
        padding: 20px 20px 0;
        border-width: 10px;
    }
    .page-template-tmp-campaings-url-builder .CampaignUrlResult > div > .CampaignUrlResult-item {
        padding: 20px;
        border-width: 10px;
        margin-bottom: 0;
    }

    .content_warp_addon_box .row .col-sm-6 h1, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h1, 
    .page-inner-content .content_area_default .row h1, 
    .page-inner-content .container h1, 
    .page-inner-content .featured h1{
        font-size: 28px !important;
    }

    .content_warp_addon_box .row .col-sm-6 h2, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h2, 
    .page-inner-content .content_area_default .row h2, 
    .page-inner-content .container h2, 
    .page-inner-content .featured h2{
        font-size: 26px;
    }

    .content_warp_addon_box .row .col-sm-6 h3, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h3, 
    .page-inner-content .content_area_default .row h3, 
    .page-inner-content .container h3, 
    .page-inner-content .featured h3, 
    .edd-checkout #edd_terms_agreement h3{
        font-size: 22px;
    }

    .content_warp_addon_box .row .col-sm-6 h4, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h4, 
    .page-inner-content .content_area_default .row h4, 
    .page-inner-content .container h4, 
    .page-inner-content .featured h4{
        font-size: 20px;
    }

    .content_warp_addon_box .row .col-sm-6 h5, 
    .page-template-tmp-affilate form legend, 
    .timelineWrapper .row > h5, 
    .page-inner-content .content_area_default .row h5, 
    .page-inner-content .container h5, 
    .page-inner-content .featured h5{
        font-size: 18px;
    }
}

body.single-post:after{
    content:"";
    background: #00c85c;
    height: 3px;
    width: var(--loaderwidth);
    position: fixed;
    top: 0px;
    left: 0;
    display: block;
    z-index: 10000;
}


.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li a{
    border: 1px solid #ccc;
    color: #2a3036;
    background-color: #fff;
}

.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li.active a, 
.page-template-tmp-myaccount.logged-in .main_content_warp_checkout .nav-tabs-wrapper .nav-tabs li:hover a{
    border: 1px solid #2a3036 !important;
    color: #fff !important;
    background-color: #2a3036 !important;
}




/* Lite page styling */

/* Lite Hero Section */
.lite-hero{
    min-height: auto;
    padding: 100px 0 100px;;
    display: block;
    text-align: center;
    height: auto;
    background-color: #F9F9F9;
}

.lite-hero .container{
    margin: 0 auto;
    max-width: 770px;
    display: block;
    position: relative;
    z-index: 1;
}

.lite-hero .container h1{
    margin-bottom: 30px;
}

.hero_section.lite-hero p{
    font-weight: 400;
    line-height: 1.8;
}

.hero_section.lite-hero p strong{
    font-weight: 700 !important;
}

.lite-hero .graph{
    height: 100%;
}

.lite-hero .graph:before{
    display: none;
}

/* Feature Cards */
.analytify-lite-feautures{
    padding: 100px 0px;
}

.analytify-lite-feautures .lite-feature-card-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 80px 90px;
}

.analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card{
    width: calc(50% - 45px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-thumbnail{
    width: 110px;
}

.analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-body{
    width: calc(100% - 110px);
    padding-left: 30px;
}

.analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-body h5{
    margin: 0 0 10px;
}   

.analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-body p{
    margin: 0;
    font-weight: 400;
}

.analytify-lite-feautures  .upgrade-button-wrapper{
    text-align: center;
    margin-top: 70px;
}

.products-wrapper{
    margin-bottom: 100px;
}

.products-wrapper .products-block{
    background-color: #F3F3F3;
    border-radius: 10px;
    display: flex;
    padding: 50px;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: row-reverse;
}

.products-wrapper .products-content-side{
    width: calc(43% - 20px);
}

.products-wrapper .products-logo-side{
    width: calc(57% - 20px);
}

.products-wrapper .products-content-side h3, 
.products-wrapper .products-content-side h2, 
.products-wrapper .products-content-side h4{
    font-weight: 600;
    margin: 0;
}

.products-wrapper .products-content-side p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.lite-feature-section{
    padding: 100px 0;
}

.lite-feature-section p{
    font-weight: 400;
}

.lite-feature-section .lite-featured-heading-wrapper{
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
}

.lite-feature-section .lite-feature-blocks{
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 60px;
}

.lite-feature-section .lite-feature-blocks .lite-feature-block{
    display: flex;
    align-items: center;
    gap: 40px;
}

.lite-feature-section .lite-feature-blocks .lite-feature-block:nth-child(even){
    flex-direction: row-reverse
}

.lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-image{
    width: calc(54% - 20px);
} 

.lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-content{
    width: calc(46% - 20px);
}

.lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-content .lite-feature-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 15px 0;
}

.lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-content h3,
.lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-content .lite-feature-description p{
    margin-top: 0;
    margin-bottom: 0;
}

.lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-content > a{
    color: #2551EC;
    text-decoration: underline;
    font-weight: 500;
}

.lite-feature-section .lite-feature-blocks .lite-feature-block:nth-child(even) .lite-feature-image {
    width: calc(54% - 20px);
    text-align: right;
}

@media screen and (max-width: 1024px) and (min-width: 768px){
    .analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-thumbnail{
        width: 80px;
        height: 80px
    }
    
    .analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-body{
        width: calc(100% - 80px);
        padding-left: 20px;
    }
}

@media screen and (max-width: 1024px){
    .analytify-lite-feautures .lite-feature-card-wrapper{
        gap: 50px 60px;
    }
    
    .analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card{
        width: calc(50% - 30px);
    }
    
    .analytify-lite-feautures {
        padding: 80px 0px;
    }
    
    .lite-hero .analitifybtn {
        margin-bottom: 0;
        margin-top: 15px;
    }
    
    .lite-hero .container h1{
        margin-bottom: 22px;
    }

    .products-wrapper .products-block{
        padding: 30px;
        column-gap: 40px;
    }
    
    .products-wrapper{
        margin-bottom: 80px;
    }

    .lite-feature-section{
        padding: 80px 0;
    }
    
    .lite-feature-section .lite-feature-blocks{
        gap: 60px;
    }
}

@media screen and (max-width: 767px){
    .analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .analytify-lite-feautures .lite-feature-card-wrapper .lite-feature-card .lite-feature-card-body{
        padding: 20px 0 0;
        width: 100%;
        max-width: 600px;
    }
    
    .analytify-lite-feautures {
        padding: 60px 0px;
    }
    
    .analytify-lite-feautures  .upgrade-button-wrapper{
        margin-top: 40px;
    }
    
    .lite-hero {
    min-height: auto;
        padding: 60px 20px;
    }
    
    .lite-hero .container h1{
        margin-bottom: 18px;
    }

    .products-wrapper{
        margin-bottom: 60px;
    }
    
    .products-wrapper .products-block{
        padding: 30px 20px;
        flex-direction: column;
    }
    
    .products-wrapper .products-content-side, 
    .products-wrapper .products-logo-side{
        width: 100%;
    }
    
    .products-wrapper .products-content-side{
        margin-top: 30px;
    }
    
    .products-wrapper .products-content-side p{
        margin-top: 10px;
    }

    .lite-feature-section .lite-feature-blocks{
        gap: 40px;
    }
    
    .lite-feature-section{
        padding: 60px 0;
    }
    
    .lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-image, 
    .lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-content, 
    .lite-feature-section .lite-feature-blocks .lite-feature-block:nth-child(even) .lite-feature-image{
        width: 100%;
    }

    .lite-feature-section .lite-feature-blocks .lite-feature-block .lite-feature-image, 
    .lite-feature-section .lite-feature-blocks .lite-feature-block:nth-child(even) .lite-feature-image{
        text-align: center;
    }
    
    .lite-feature-section .lite-feature-blocks .lite-feature-block, 
    .lite-feature-section .lite-feature-blocks .lite-feature-block:nth-child(even){
        flex-direction: column;
        gap: 30px;
    }

}







