body {
    font-size: 16px;
}

header.sticky .check_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    animation: smoothScroll 1s forwards;
    background-color: #333;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
 
.back_banner {
    height: auto;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 250px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
    position: relative;
}
.back_banner_lf h1 {
    font-size: 44px;
    line-height: 52px;
    margin-top: 20px;
}
.back_banner_lf h1 span {
    color: #e01212;
}
.back_banner_lf ul li {
    font-size: 24px;
    line-height: 30px;
}
.back_form h3 {
    font-size: 36px;
    line-height: 42px;
}
.back_form h3 span {
    color: #e01212;
}

.seo_best {
    background-size: cover;
    background-position: bottom center;
    padding: 280px 15px 450px 15px;
    background-repeat: no-repeat;
    margin-top: -400px;
    z-index: 1;
    position: relative;
}
.seo_text {
    text-align: center;
    width: 90%;
    margin: 0 auto 50px auto;
}
.seo_text h6 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'levenim-bold';
}
.seo_text p {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
}
.c-image {
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 320px;
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.c-image .c-div {
    text-align: center;
}
.c-image h6 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.c-image:before,
.c-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.07);
    border-radius: 50%;
}
.c-image:before {
    background-color: rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}
.c-image:after { 
    border: 2px dotted #fff;
}
.c-image:hover:before {
    transform: scale(1.12);
}

.sa_aparts {
    background-color: #f6f6f6;
    padding: 150px 15px 100px 15px;
    margin-top: -380px;
}
.sa_text {
    margin-bottom: 20px;
    text-align: center;
}
.sa_text h2 {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
    font-family: 'levenim-bold';
}
.sa_aparts .cont-box {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.sa_container .row:nth-child(odd) .cont-box {
    padding-left: 60px;
}
.sa_container .row:nth-child(even) .cont-box {
    padding-right: 60px;
}

.sa_container .row:last-child {
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}
.sa_container .row:last-child .cont-box,
.sa_container .row:last-child .image {
    box-shadow: none;
}
.sa_aparts .cont-box h4 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}
.sa_aparts .cont-box p {
    margin-bottom: 10px;
}
.sa_aparts .cont-box ol,
.sa_aparts .cont-box ul {
    padding: 0 0 0 20px;
}
.sa_aparts .cont-box ol li,
.sa_aparts .cont-box ul li {
    margin-bottom: 10px;
    font-family: 'levenim-bold';
    font-weight: 700;
}
.sa_container {
    max-width: 1440px;
}
.sa_container .image {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.sa_container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0px;
    margin-left: 0;
    margin-right: 0;
}
.sa_container .row>div {
    float: none;
    padding: 0;
}
.sa_container .row:nth-child(even)>div:last-child {
    order: -1;
}
.sa_container .row:last-child {
    background: url(https://www.digitalwebsolutions.com/wp-content/uploads/2022/02/T-R-bg1.png) no-repeat center right #fff;
    background-size: contain;
    padding: 0 !important;
    margin: 30px 0 0 0;
}
.sa_container .row:last-child .image {
    background-color: #e7f3f8;
}
.sa_container .sche-btn {
    color: #ffffff;
    font-size: 18px;
    font-family: 'levenim-bold';
    font-weight: 700;
    position: relative;
    background-color: #e01212;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 30px 11px 30px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}
.sa_container .sche-btn:hover {
    background-color: #000000;
}

.success_stories {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.success_stories .container {
    max-width: 1320px;
}
.stories_text {
    text-align: center;
}
.stories_text h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'levenim-bold';
}
.ss_container .image {
    padding: 30px 10px;
    background-color: #fff;
    border-radius: 3px;
}
.ss_container .image img {
    width: 100%;
}
.success_stories .cont-box {
    background-color: #d6e9fa;
    padding: 15px 30px 5px 30px;
    border-radius: 0 3px 3px 0;
}
.ss_container .row:nth-child(even) .cont-box {
    border-radius: 3px 0 0 3px;
}
.success_stories .cont-box h4 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}
.ss_container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 15px;
}
.ss_container .row>div {
    float: none;
    padding: 0;
}
.ss_container .row:nth-child(even)>div:last-child {
    order: -1;
}
.success_stories .sche-btn {
    color: #ffffff;
    border: 2px solid #fff;
    font-size: 18px;
    font-family: 'levenim-bold';
    font-weight: 700;
    position: relative;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 30px 11px 30px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.success_stories .sche-btn:hover {
    background-color: #fff;
    color: #000000;
}

.container-fluid.seo_services_packages {
    padding: 0;
}
.seo_services_packages .row {
    display: flex;
}
.seo_work_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 65px;
    background-size: 100% auto;
    background-position: center center;
}
.seo_inner_content {
    max-width: 90%;
    width: 100%;
    padding-right: 5%;
    padding-left: 7%;
}
.seo_inner_content h2 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
}
.seo_inner_content p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}
.seo_work_form {
    padding: 70px 60px 80px;
    background-color: #e01212;
    position: relative;
}
img.b_ellicpes {
    position: absolute;
    right: 0;
    top: 0;
}
img.b_ellicpes2 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.form_fields h2 {
    color: #fdfdfd;
    text-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    margin-bottom: 24px;
    position: relative;
    z-index: 9;
}
.get_form {
    width: 100%;
    max-width: 425px;
    position: relative;
    z-index: 99;
    float: left;
}
.inputs {
    padding: 0;
}
.input_div {
    width: 100%;
    margin-bottom: 15px;
}
.input_div input,
.input_div textarea {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}
.input_div textarea {
    height: 140px;
    line-height: 38px;
}
.input_div input::placeholder,
.input_div textarea::placeholder {
    color: #fff;
} 
.input_div input:focus,
.input_div textarea:focus {
    border-bottom: 1px solid #fff;
    outline: none;
}
.input_div.submit_input_div {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.input_div.submit_input_div input {
    width: 181px;
    height: 50px;
    background: #000;
    border: 2px solid #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .4s;
}
.input_div.submit_input_div input:hover {
    background: 0 0;
    color: #000;
}
.input_div span.wpcf7-not-valid-tip {
    margin-top: 8px;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px !important;
}
.seo_work_form div.wpcf7-acceptance-missing, .seo_work_form div.wpcf7-mail-sent-ok, .seo_work_form div.wpcf7-validation-errors {
    color: #fff !important;
    padding: 15px 0 !important;
    margin: 0 !important;
}

section#or-section8_new {
    background-image: none;
    padding: 70px 0;
}
.or-section-title {
    margin-bottom: 30px;
}
.new_test_lf .img-mn-rp video {
    width: 99%;
    height: 350px;
}

.is-faq-wrap .panel-heading a.collapsed:before,
.is-faq-wrap .panel-heading a.collapsed:after {
    display: block;
}

.page-template-template-blogoutreach-new2 .is-faq-wrap .panel-heading a.collapsed:after,
.page-template-template-blogoutreach-new2 .is-faq-wrap .panel-heading a.collapsed:before {
    display: none;
}
.is-faq-wrap .panel-heading a:after {
    display: none;
}
.is-faq-wrap .panel-heading a.collapsed:after {
    content: '';
    position: absolute;
    width: 2px;
    display: block;
    background-color: #000000;
    right: 16px;
    height: 14px;
    top: 19px;
}
.is-faq-wrap .panel-heading a.collapsed:before {
    content: '';
    position: absolute;
    width: 14px;
    display: block;
    background-color: #000000;
    right: 10px;
    height: 2px;
    top: 25px;
    bottom: 0;
}
.is-faq-wrap .panel-heading a:before {
    content: '';
    position: absolute;
    background-color: #e01212;
    right: 10px;
    top: 25px;
    width: 14px;
    height: 2px;
    display: block;
}
section.faqsection.dme_faqsection .panel-body {
    padding: 30px 20px 20px 20px;
}

#new_bottom .guest-strategies-left-clm h3 {
    font-size: 50px;
    line-height: 60px;
    padding-left: 0;
}
.page-template-local-citation-lp #new_bottom .guest-strategies-left-clm h3 {
    font-size: 60px;
    line-height: 70px;
}
.guest-strategies-left-clm {
    padding-top: 120px;
}
.guest-strategies-right-form h4 {
    font-size: 24px;
    line-height: 32px;
}
.page-template-local-citation-lp .guest-strategies-right-form h4 {
    font-size: 21px;
    line-height: 30px;
}



.page-template-local-citation-lp .back_banner {
    padding-bottom: 0px;
}
.page-template-local-citation-lp .back_form {
    box-shadow: 0 0 100px rgba(0,0,0,0.4);
}
.page-template-local-citation-lp .back_form h3 {
    font-size: 30px;
    line-height: 36px;
}
.b_blog {
    padding: 70px 15px;
}
.b_blog h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 1px;
}
.in_im img {
    border: 8px solid #fff;
}
.how_works {
    padding: 100px 15px 70px 15px;
}
.how_works .c-row {
    display: inline-flex;
    flex-wrap: wrap;
}
.hw_text {
    text-align: center;
    margin-bottom: 50px;
}
.hw_text h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 10px;
}
.hw_text p {
    font-size: 21px;
    line-height: 30px;
    font-family: levenim-bold;
}
.step-box {
    background: #f5f5f5;
    padding: 80px 30px 30px 30px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    height: 100%;
}
.step-box img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.m_tools {
    padding: 70px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.m_tools .c-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}
.mt_text {
    text-align: center;
    margin-bottom: 40px;
}
.mt_text h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 15px;
}
.mt_text p {
    font-size: 18px;
    line-height: 26px;
}
.mt-boxes {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #fff;
    height: 100%;
    border-bottom: 10px solid transparent;
    transition: all 0.3s ease-in-out;
}
.mt-boxes:hover {
    border-bottom: 10px solid #e01212; 
}
.mt-boxes .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 300px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt-boxes .b-content {
    text-align: center;
    padding: 50px 30px;
}
.mt-boxes h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
.mt-boxes p {
    margin-bottom: 15px;
}
.m_tools .backlink_btn {
    margin-top: 50px;
}

.pricing {
    padding: 70px 15px;
}
.pricing .c-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}
.pr_text {
    text-align: center;
    margin-bottom: 40px;
}
.pr_text h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}
.price-box {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    height: 100%;
}
.price-box ul {
    padding: 0;
    margin-bottom: 30px;
}
.price-box ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0px 10px 20px;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
}
.price-box ul li:before {
    content: '';
    background-image: url(https://www.digitalwebsolutions.com/wp-content/uploads/2022/02/r-ar1.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
}
.price-box .pimage {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    text-align: center;
    padding: 30px 30px 140px 30px;
    position: relative;
}
.pricing .c-row>div:nth-child(1) .price-box .pimage,
.pricing .c-row>div:nth-child(3) .price-box .pimage {
    padding: 60px 30px 110px 30px;
}
.price-box .pimage img {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.pimage h6 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pimage h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.price-box .pcont {
    padding: 50px 30px;
}
.pcont .p-btn {
    text-align: center;
}
.pcont .p-btn a {
    background-color: #e01212;
    color: #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 45px;
    font-size: 21px;
    font-weight: 700;
    font-family: levenim-bold;
    transition: all 0.3s ease-in-out;
}
.pcont .p-btn a:hover {
    background-color: #000;
}

.cp_package {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 15px 40px 15px;
}
.cp_package h3 {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
}
.cp_package h3 span {
    color: #e01212;
}
.cp_package form p br {
    display: none;
}
.cp_package form p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cp_package form p>span {
    width: 17%;
    margin-right: 1%;
}
.cp_package form input[type="submit"] {
    background-color: #e01212; 
    color: #fff;
    padding: 0px 25px;
    height: 36px;
    min-width: auto;
    line-height: 0;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: levenim-bold;
    transition: all 0.3s ease-in-out;
}
.cp_package form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}
.cp_package form p span input,
.cp_package form p span textarea {
    margin: 0;
    border: 0;
}
.cp_package form p span input:focus,
.cp_package form p span textarea:focus {
    outline: 0;
    border: 0;
}
.cp_package .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}
.cp_package .wpcf7-response-output {
    padding: 0;
    margin: 0;
}
.cp_package .wpcf7-response-output,
.seo_services_packages .wpcf7-response-output {
    left: 0 !important;
}

.mobshow-phnumber {
    display: none !important;
}

.footer-content h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

#ddexitpop1 {
    background: 0 0;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    -webkit-transform: translateY(8%);
    -moz-transform: translateY(8%);
    -ms-transform: translateY(8%);
    -o-transform: translateY(8%);
    transform: translateY(8%);
    min-height: 513px;
    border: none;
    width: 100%;
}
#ddexitpop1 .popup-column-inner-right {
    padding: 0;
}
.ddexitpop_form input:focus {
    border-left: 5px solid #e01212;
}
.ddexitpop_form input, .ddexitpop_form textarea {
    height: auto;
    border: 1px solid #f7f7f7;
    border-left: 5px solid #cfcfcf;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 12px;
    color: #000;
    margin: 0 0 16px;
    font-family: levenim-regular;
    background: #f7f7f7;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    outline: 0;
}
.ddexitpop_form input[type=submit] {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-family: levenim-bold;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    white-space: normal;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    background: #e01212;
    max-width: 90%;
    width: 100%;
    border-radius: 50px;
    margin: 20px auto 0;
    display: block;
}
.ddexitpop_form input[type=submit]:hover {
    background: #000;
}
#ddexitpop1 .popup-column-inner, #ddexitpop1 .popup-column-inner-right {
    float: left;
    width: 50%;
    background: #fff;
}
#ddexitpop1 .popup-column-inner {
    display: flex;
    align-items: center;
    padding: 20px 35px;
}
#ddexitpop1 span.wpcf7-not-valid-tip {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    position: absolute;
    bottom: 0;
}
#ddexitpop1 .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    left: 0;
    padding: 0 30px;
}
#ddexitpop1 .popup-column {
    float: left;
    width: 100%;
    display: flex;
}
#ddexitpop1 .popup-column-inner-right img {
    width: 100%;
}





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

}

@media only screen and (max-width: 1440px) { 
    .seo_best {
        padding-top: 220px;
    }
    .how_works {
        padding-top: 70px;
    }
    .success_stories {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1280px) { 
    .back_banner {
        padding-bottom: 220px;
    }
    .seo_best {
        padding-top: 180px;
    }
    .back_banner_lf h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .back_form h3,
    .page-template-local-citation-lp .back_form h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .back_banner_lf ul li {
        font-size: 18px;
        line-height: 24px;
    }   
    .seo_best {
        margin-top: -320px;
    } 
    .sa_text h2,
    .stories_text h2,
    .seo_inner_content h2,
    #new_bottom .guest-strategies-left-clm h3,
    .page-template-local-citation-lp #new_bottom .guest-strategies-left-clm h3,
    .or-section-title h4,
    .hw_text h2,
    .mt_text h2,
    .b_blog h2,
    .pr_text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .sa_aparts .cont-box h4,
    .success_stories .cont-box h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .mt-boxes .b-content {
        padding: 30px 10px;
    }
    .mt-boxes h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) { 
    .back_banner {
        padding-bottom: 180px;
    }
    .back_banner_lf h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .c-image {
        width: 250px;
        height: 250px;
    }
    .c-image img { 
        width: 70%;
    }
    .c-image h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .sa_container .sche-btn {
        font-size: 14px;
    }
    .m_tools .c-row>div:nth-child(1), .m_tools .c-row>div:nth-child(2) {
        margin-bottom: 30px;
    }
    .cp_package form p>span {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
    .cp_package form p>span.ymessage {
        width: 100%;
    }
    .cp_package form input[type="submit"] {
        width: 99%;
    }
    .mt-boxes .b-content {
        padding: 40px 20px;
    }
    .step-box img {
        top: -24px;
    }
    .step-box {
        padding: 80px 15px 20px 15px;
    }
    .mt_text br {
        display: none;
    }
    .price-box ul li {
        font-size: 16px;
    }
    .pcont .p-btn a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) { 
    .back_banner {
        padding-bottom: 150px;
    }
    img.b_ellicpes {
        opacity: 0.5;
    }    
}

@media only screen and (max-width: 991px) { 
    .back_banner,
    .page-template-local-citation-lp .back_banner {
        padding-bottom: 70px;
    }
    .seo_best {
        margin-top: 0;
        padding: 70px 0;
        background-color: #d92020;
        background-image: none !important;
    }
    .sa_aparts {
        padding: 70px 15px;
        margin-top: 0;
    } 
    .sa_container .row:nth-child(even)>div:last-child,
    .ss_container .row:nth-child(even)>div:last-child {
        order: 0;
    }
    .sa_container .row>div, .sa_container .image, .sa_container .image img,
    .ss_container .row>div, .ss_container .image, .ss_container .image img {
        width: 100%;
    }
    .sa_aparts .cont-box {
        padding: 30px !important;
    }
    .success_stories .cont-box {
        border-radius: 0 0 3px 3px !important;
        padding: 30px !important;
    }  
    .seo_inner_content {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .seo_work_content,
    .seo_work_form {
        padding: 50px;
    }  
    section#or-section8_new,
    .success_stories,
    .how_works,
    .m_tools,
    .pricing {
        padding: 50px 0;
    }
    .sa_container .row,
    .ss_container .row {
        padding: 20px 0;
        margin: 0;
    }
    .sa_text {
        margin-bottom: 0;
    }
    .c-image {
        width: 240px;
        height: 240px;
    }
    .cp_package h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .sa_text h2, .stories_text h2,
    .seo_inner_content h2,
    #new_bottom .guest-strategies-left-clm h3,
    .page-template-local-citation-lp #new_bottom .guest-strategies-left-clm h3,
    .or-section-title h4, 
    .hw_text h2, 
    .mt_text h2, 
    .b_blog h2, 
    .pr_text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .step-box img {
        top: -18px;
    }
    .m_tools .c-row>div {
        margin-bottom: 30px;
    }
    .m_tools .c-row>div:last-child {
        margin-bottom: 0px;
    }
    .pricing .c-row {
        display: block;
        padding: 0;
    }
    .pricing .price-box {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }
    .pricing .c-row>div:last-child {
        margin-bottom: 0;
    }
    .pricing .c-row>div {
        margin-bottom: 30px;
    }
    .mt_text p {
        font-size: 16px;
        line-height: 24px;
    }
}   

@media only screen and (max-width: 767px) { 
    header#header.sticky {
        position: relative !important;
        z-index: 999;
    }
    .seo_best .c-row>div {
        margin-bottom: 50px;
    }
    .seo_best .c-row>div:last-child {
        margin-bottom: 0;
    }
    #wprmenu_bar {
        display: none;
    }
    .check_header_ar {
        padding: 10px 0;
    }
    .chcek_right ul li:nth-child(1) {
        margin-bottom: 0;
    }    
    .back_banner {
        padding-top: 200px;
        padding-bottom: 50px;
    }
    .seo_best,
    .sa_aparts {
        padding: 50px 0;
    }
    .seo_services_packages .row {
        flex-wrap: wrap;
    }
    .seo_work_content, .seo_work_form {
        width: 100%;
    }
    .get_form {
        max-width: 100%;
    }
    .is-faq-wrap .panel-heading h4 {
        margin-bottom: 0 !important;
    }
    section.faqsection.dme_faqsection {
        padding: 30px 0;
    } 
    .guest-strategies-left-clm {
        padding-top: 0;
    }
    .seo_text p {
        font-size: 16px;
        line-height: 24px;
    }
    .chcek_right {
        padding: 20px 0 0 !important;
    }
    .how_works .c-row>div {
        width: 50%;
        margin-bottom: 50px;
    }
    .how_works .c-row>div:nth-child(3),
    .how_works .c-row>div:nth-child(4) {
        margin-bottom: 0;
    }
    .step-box img {
        top: -20px;
    }
    .cp_package>div,
    .m_tools .c-row {
        padding: 0;
    }
    .pimage h4 {
        font-size: 50px;
    }
    .dme_lets a i {
        font-size: inherit;
        position: inherit;
        top: inherit;
    }
    .contact_form_sec form .form-btn {
        background-size: 10px;
    }    
}

@media only screen and (max-width: 576px) { 
    .back_banner_lf h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .back_banner_lf ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .sa_text h2,
    .stories_text h2,
    .seo_inner_content h2,
    #new_bottom .guest-strategies-left-clm h3,
    .page-template-local-citation-lp #new_bottom .guest-strategies-left-clm h3,
    .or-section-title h4,
    .hw_text h2,
    .mt_text h2,
    .b_blog h2,
    .pr_text h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sa_aparts .cont-box h4, .success_stories .cont-box h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .sa_aparts .cont-box {
        padding: 20px !important;
    } 
}

@media only screen and (max-width: 480px) { 
    .seo_text {
        width: 100%;
    }
    .seo_text h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .sa_container .sche-btn,
    .success_stories .sche-btn,
    .contactfaq .dme_lets a,
    .input_div.submit_input_div input {
        font-size: 14px;
        padding: 8px 15px;
    }
    .seo_work_content, .seo_work_form {
        padding: 30px 20px;
    }
    .success_stories .cont-box {
        padding: 20px !important;
    }
    .form_fields h2 {
        margin-bottom: 0;
    }
    .seo_inner_content h2 {
        margin-bottom: 15px;
    }
    .test_txt p {
        font-size: 16px;
        line-height: 24px;
    }
    .ct_client_wr .new_test_rg {
        padding-left: 0;
    }
    .cp_package form p>span {
        width: 100%;
    }
    .cp_package h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .how_works .c-row>div {
        width: 285px;
        margin: 0 auto 50px auto;
    }
    .how_works .c-row>div:nth-child(3) {
        margin-bottom: 50px;
    }
}