@media screen and (max-width: 1440px) and (min-width: 1400px) {
    .wdsc .seoRowtabs .tabImage img, 
    .ptfyn .seoRowtabs .tabImage img, 
    .about-dm-content-wrapper img {
        width: 100%;
    }
    .about-us .video2 {
        transform: translate(-110px, -60px);
    }
}
@media screen and (max-width: 1024px) {
    section.mainbanner {
        height: auto;
    }
}

@media screen and (min-width: 993px) {

    nav.navbar.mobHeader {
        display: none;
    }
    nav.navbar.stickyheader {
        opacity: 0;
        transform: translate(0, -100%);
    /*     transition: All 0.8s ease-in; */
        height: 0;
    }
    nav.navbar.stickyheader.fixed-top {
        opacity: 1;
        transform: translate(0, 0);
        height: auto;
        transition: All 0.8s ease-in;
    }
    /********** Digital Marketing Starts **********/
    /* About Digital Marketing Section Starts Here */
    .about-dm-content-wrapper {
        position: relative;
    }
    .about-dm-content {
        position: absolute;
        bottom: 0;
        width: 45%;
        right: 0;
        padding: 30px;
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .about-dm-subtitle,
    .about-dm-text {
        color: #fff;
    }
    /* About Digital Marketing Section Ends Here */

    /* What Makes Digital Marketing Section Starts Here */
    .what-makes-dm-carousel-title {
        min-height: 87px;
    }

    .what-makes-dm-section .owl-carousel .owl-nav .owl-prev,
    .what-makes-dm-section .owl-carousel .owl-nav .owl-next {
        top: auto;
        right: auto;
        left: 0;
    }

    .what-makes-dm-section .owl-carousel .owl-nav .owl-prev {
        transform: translate(62px, 25px);
    }

    .what-makes-dm-section .owl-carousel .owl-nav .owl-next {
        transform: translate(78px, 25px);
    }

    .what-makes-dm-section .owl-carousel .owl-nav i {
        color: #a1a1a1;
        background-color: transparent;
        border: none;
    }

    .what-makes-dm-section .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(40px, 57px);
        z-index: -1;
        width: 100px;
    }

    .what-makes-dm-section .owl-dots:after {
        content: counter(slides-num);
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
        padding-left: 5px;
        color: #a1a1a1;
        float: right;
    }
    .what-makes-dm-section .owl-carousel .owl-nav i:hover {
        color: #FA7931;
    }
    .what-makes-dm-section .owl-carousel button.owl-dot {
        display: inline-block;
        counter-increment: slides-num;
        /* Increment counter */
        margin-right: 19px;
        color: #a1a1a1;
    }

    .what-makes-dm-section .owl-dot span {
        display: none;
    }

    .what-makes-dm-section .owl-dot.active:before {
        content: counter(slides-num);
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
    /* What Makes Digital Marketing Section Ends Here */

     /* CTA Section Starts Here */
     .get-ranked__img-wrapper img {
        position: absolute;
        right: 10%;
        top: 0;
        transform: translateY(-100px);
    }
    /* CTA Section Ends Here */

    /* Clients Service Section Starts Here */
    .client-service__content {
        width: 75%;
    }
    /* Clients Service Section Ends Here */
    /********** Digital Marketing Ends **********/
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    nav.navbar.default{
        display: none;
    }
    .mobHeader >.container {
        display: block;
    }
    .navbar.mobHeader .leftbar .logoData {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #service_section .serviceDesc {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }

    #service_section .servContent {
        left: 0;
        padding: 0 20px;
    }
    .main-content {
        /*margin-top: 75px;*/
    }
    .innerpages .msstfyb .col-md-4.seviceBox {
        width: 50%;
    }
    .innerpages .msstfyb .col-md-4.seviceBox:nth-child(1) {
        order: 1;
    }
    .innerpages .msstfyb .col-md-4.seviceBox:nth-child(2) {
        order: 2;
    }
    .innerpages .msstfyb .col-md-4.seviceBox:nth-child(3) {
        order: 4;
    }
    .innerpages .msstfyb .col-md-4.seviceBox:nth-child(4) {
        order: 3;
    }
    .innerpages .msstfyb .col-md-4.seviceBox:nth-child(5) {
        order: 5;
    }
    .innerpages .msstfyb .col-md-4.seviceBox:nth-child(6) {
        order: 6;
    }
    .innerpages .seoClients .col-sm-12 {
        width: 100%;
        text-align: center;
        margin-bottom:20px
    }
    .innerpages .wwa .col-md-6 {
        width: 100%;
        overflow: hidden;
    }
    .wiseo h2, .wdsc h2 {
        font-size: 70px;
        line-height: 85px;
    }
    .wdsc .seoRowtabs .tab-menu ul li a {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px;
    }
    .home #service_section .servData {
        position: unset;
        margin-bottom: 40px;
    }
    .home #service_section .serviceLink {
        right: 0;
        bottom: 20px;
    }
    .process .p-5 {
        padding: 20px !important;
    }
    .step-vert-left .content img {
        position: unset;
        width: 100%;
        height: auto;
        transform: translate(0, 0);
    }
    .step-vert-right .dotsBullets {
        transform: translate(-34.5px, 0);
    }
    .step-vert-left .content {
        padding-bottom: 0;
    }
    /* inner pages */
    .lssbs .col-md-6,
    .wybnls .col-md-6{
        width: 100%;
        padding: 15px !important;
    }
    .slss .col-md-4 {
        width: 50%;
    }
    .wybnls .container-fluid,
    .wdsc .container-fluid {
        padding: 0 30px;
    }
    .wdsc .col-md-6 {
        width: 100%;
        padding: 15px 15px 15px 15px !important;
    }
    .wdsc .col-md-6 img {
        width: 100%;
    }
    .wybnls .container-fluid img {
        width: 100%;
    }
    .wybnls .container-fluid h3, 
    .wybnls .container-fluid ul {
        padding: 0 30px;
    }
    .lssbs h3 {margin-top: 15px;}
    .wybnls h2 {
        font-size: 60px;
        line-height: 70px;
        text-align: left;
    }
    .local-seo .wybnls p:not(.leader), .local-seo .wdsc p:not(.leader) {
        text-align: left;
    }
    .wybnls .container-fluid ul li {
    }
    .wybnls .col-md-12.px-md-5 {
        padding: 0 !important;
    }
    .wybnls .container-fluid ul {
        padding: 0;
    }
    .wybnls .container-fluid .col-md-10 {
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }
    #oycitlmlss .leader {
        font-size: 32px;
        line-height: 50px;
    }
    #oycitlmlss p:not(.leader) {
        text-align: center;
    }
    .wdsc .col-md-10 > p {
        text-align: center !important;
    }
    #wybnls .col-md-12.px-md-5, 
    #wybnls ul, 
    #wybnls p {
        padding: 0 20px !important;
    }
    /* End inner pages */
    .testimonial .owl-nav .owl-prev {
        left: 26%;
    }
    .testimonial .owl-nav .owl-next {
        right: 26%;
    }
    .contactUSMobile {
        display: block !important;
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .testimonialSec .tstmonial__btns a {
        display: block;
    }
    .testimonialSec .tstmonial__cont {
        font-size: 14px;
    }
    #viewContent .modal-dialog,
    #viewVideo .modal-dialog {
        max-width: 90%;
    }
    /* navbar  */
    .navbar .rightbar {
        display: none;
    }
    .navbar .leftbar {
        width: 100% !important;
    }
    nav.navbar.navbar-expand-lg.default .container {
        display: block !important;
    }
    nav.navbar.navbar-expand-lg.default .logoData {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar.mobHeader  .dropdown-toggle::after {
        display: none;
    }
    .navbar.mobHeader  .navbar-nav li.nav-item i {
        padding: 10px;
    }
    .navbar.mobHeader li.nav-item.dropdown {
        display: block;
        padding: 5px 0;
    }
    .navbar.mobHeader li.nav-item.dropdown a {
        display: inline-block;
        padding: 0;
    }
    .navbar.mobHeader li.nav-item.dropdown .footerArea a{
        padding: 10px 0;
    }
    .navbar.mobHeader li.nav-item.dropdown  i {
        display: inline-block;
        float: right;
    }
    .navbar.mobHeader .megamenu > .container-fluid > .row {
        padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    .navbar.mobHeader .navbar .megamenu {
        padding: 25px 15px;
    }
    .navbar.mobHeader .megamenu .col-megamenu {
        /*padding: 10px 0;*/
        padding: 0;
    }
    .navbar.mobHeader .megamenu .col-md-12:first-child:not(:last-child) .seocounter {
        padding-top: 15px;
    }
    .navbar.mobHeader .footerArea {
        margin-top: 20px;
    }
    .navbar.mobHeader .footerArea a {
        padding: 14px 0;
        font-size: 15px !important;
    }
    .megamenu .menuTitle .title {
        font-size: 14px;
    }
    .megamenu .seocounter p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* End navbar  */
    #service_section .serviceCard .spacer {
        display: none;
    }

    #service_section .serviceIcon {
        opacity: 1 !important;
        position: unset;
        text-align: center;
        transform: scale(1) !important;
    }

    #service_section .servContent {
        position: unset;
        padding: 0;
    }

    #service_section .servicePH {
        text-align: center;
    }

    #service_section .arrow {
        margin: auto !important;
    }

    #service_section .arrow:before {
        right: 0;
    }

    #service_section .serviceIcon img {
        width: 80px;
        margin: 15px 20px;
    }
    /* About us page */
    .about-us .storycontent {
        padding: 0;
        text-align: justify;
        text-align-last: center;
    }
    .about-us .videoSec a.video1 {
        width: 90%;
    }
    .about-us .desc {
        padding: 35px;
        width: 90%;
    }
    .about-us .video2 {
        width: 90% !important;
        position: unset;
        display: block;
        transform: translate(0, 0);
        margin: auto;
    }
    .about-us .videoSec img.quote {
        width: 50px;
        right: -20px;
        top: 20px;
    }
    .about-us .desc img.quote2 {
    }
    .about-us .desc blockquote {
        font-size: 25px;
        margin-bottom: 0;
    }
    .about-us .ourclients .item {
        width: 50%;
    }
    .about-us .ourclients .row {
        padding: 0 !important;
    }
    .about-us .visMission .p-5 {
        padding: 30px !important;
    }
    /* End About us page */
    /* Seo page */
    .seoClientsTitle h2 span {
        display: inline-block;
        padding: 0 5px;
    }
    .wwa .row {
        flex-direction: column-reverse;
    }
    .ospo .seoColtabs .tab-menu {
        width: 40%;
    }
    .ospo .seoColtabs .tab-main-box {
        width: 60%;
    }
    /* End Seo page */
    .copyrightArea {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    .home section.mainbanner {
        background-image: url('../assets/images/home/banner/main__banner2.gif') !important;
    }
    .primary__btn {
        padding: 10px 50px 10px 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .wiseo h6 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .innersubpages .slss .item .iconSec {
        margin-bottom: 10px;
    }
    /* Header */
    .topBar .col-md-6:last-child:not(:first-child) {
        display: none;
    }

    .main-content {
        /*margin-top: 75px;*/
    }

    .navbar .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    /* End Header */
    /* mega menu */
    .megamenu .col-megamenu {
        padding: 20px 0;
    }

    .megamenu .menuTitle {
        padding-left: 15px;
    }

    .megamenu .col-megamenu-rightsec .menuIcon {
        width: 100%;
        text-align: center;
    }

    .megamenu .col-megamenu-rightsec .menuTitle {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    .navbar .megamenu>.row>.col-md-8 {
        border-right: none;
    }
    .navbar .megamenu {
        padding: 20px 0 0;
    }
    .navbar .megamenu>.row>.col-md-4 h6.title {
        padding-left: 0 !important;
        text-align: center;
    }
    .navbar .megamenu .col-megamenu-rightsec .menuTitle {
        padding-left: 0;
    }
    .navbar .megamenu>.row>.col-md-12 a {
        font-size: 18px !important;
        text-align: center;
    }
    .navbar .logoData {
        display: flex;
        justify-content: space-between;
    }
    .navbar .logoData .navbar-toggler {
        height: auto;
        margin: 20px 5px;
    }
    .navbar .row > .rightbar {
        display: none;
    }
    .navbar>.container {
        width: 100%;
        display: block;
    }
    /* End mega menu */
    /* footer */
    .footerCta {
        display: block !important;
        text-align: center;
    }
    .footerLinks .address a > span {
        justify-content: center;
    }
    .footerCta .ftctaright {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* End footer */
    /* clients carousel */
    .owl-carousel .owl-nav .owl-prev {
        transform: translate(0, -17.5px) !important;
    }

    .owl-carousel .owl-nav .owl-next {
        transform: translate(0, -17.5px) !important;
    }

    /* End clients carousel */
    .bannerTitle h1 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin-bottom: 15px;
    }
    section {
        padding: 25px 0  !important;
    }
    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    section h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    img.img-responsive {
        max-width: 100%;
        height: auto;
    }
    /* home banner */
    section.mainbanner {
        height: auto;
        padding: 50px 0;
    }

    .mainbanner .typingContent #text1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .mainbanner .typingContent #text2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
    }

    .mainbanner p {
        font-size: 15px !important;
        width: 100%;
        line-height: 23px !important;
    }
    .mainbanner .btn.getstarted {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 15px;
    }
    /* End home banner */

    /* Home  */
    .home .caseStudy .owl-carousel{
        padding: 10px;
    }
    .home #service_section .servData {
        position: unset;
    }
    .home #service_section .serviceLink {
        width: 100%;
        position: unset;
        padding-top: 21px;
    }
    .home #service_section .servContent {
        min-height: auto;
    }
     .testimonial .owl-nav .owl-prev {
        left: 0;
    }
     .testimonial .owl-nav .owl-next {
        right: 0;
    }
     .testimonial .owl-item.active.center .item {
        padding: 20px 0;
    }
     section.testimonial {
        padding-bottom: 0 !important;
    }
    .home section.faqSection {
        padding-top: 0 !important;
    }
    .step-vert-right .btn.readtory {
        letter-spacing: 0.2em;
    }
    /* Home End */
    /* service */
    #service_section {
        display: block;
    }

    #service_section>.col-md-4 {
        margin: 0;
        padding: 15px;
    }

    #service_section .serviceCard {
        height: auto;
    }

    .step-vert-right h3:after,
    .step-vert-left h3:after {
        display: none;
    }

    .step-vert-left .dotsBullets,
    .step-vert-right .dotsBullets {
        display: none;
    }

    .process .seperator {
        display: none;
    }

    .step-vert-left .content img {
        position: unset;
        transform: translate(0, 0);
        height: auto;
        width: 100%;
    }

    .process .step-vert-left {
        padding: 25px !important;
    }

    /* End service */
    .caseStudy .col-md-3 {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .caseStudy .owl-stage-outer:before,
    .caseStudy .owl-stage-outer:after {
        display: none;
    }

    .step-vert-left .content {
        padding-bottom: 0;
        padding-right: 0;
    }

    .process .col-sm-6.p-5 {
        padding: 0 15px !important;
    }

    .process .step-vert-right {
        padding: 20px !important;
    }

    .featuredIn .col-md.col-xs-12 {
        width: 50%;
    }

    .featuredIn .row:last-child:not(:first-child) {
        justify-content: center;
    }

    .formDiv .headTitle h3 {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .formDiv .headTitle h3:after {
        /*display: none;*/
        left: 0;
        bottom: 0;
        top: auto;
        margin: 0;
    }

    .faqSection .formDiv {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .accordion .accordion-button::after {
        right: 5px;
        font-size: 30px;
        height: 20px;
        width: 20px;
        margin-top: 0;
        line-height: 22px;
    }

    .faqdiv {
        padding: 20px;
    }

    .faqdiv .accordion .accordion-button {
        padding: 10px 30px 10px 0;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }

    .faqdiv .accordion-body {
        padding: 15px 0;
        font-size: 15px;
    }

    #counterDiv .cntrSep {
        display: none;
    }

    .blogsCarousel .owl-item {
        display: block !important;
        height: auto;
        margin: 0;
    }

    .blogsCarousel .blog {
        height: auto;
    }

    .blogsCarousel .blog img {
        height: auto !important;
    }

    .blogs.owl-carousel {
        padding: 0 20px;
    }

    .blogsCarousel .container-fluid {
        padding: 0 15px;
    }

    .blogsCarousel .owl-item.firstactiveitem {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
    }

    .blogsCarousel .blog:hover .blog-description .title,
    .blogsCarousel .firstactiveitem .blog .blog-description .title {
        opacity: 1;
        transform: translate(0, 0);
        width: 100%;
    }

    .blogsCarousel .blog:hover .readblog,
    .blogsCarousel .firstactiveitem .blog .readblog {
        right: 30px;
        left: auto;
    }

    .footerLinks>.col-md-3 {
        text-align: center;
    }

    .footerLinks .content ul {
        list-style: none;
        padding: 0;
    }

    .footerLinks .content ul li {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid #ffffff5e;
        line-height: 25px;
    }

    .footerLinks .socialMedia li {
        display: inline-block !important;
        padding: 8px !important;
        border-right: 1px solid #444444 !important;
    }

    .footerLinks .content ul li:last-child:not(first-child) {
        border-right: none;
    }
    .footerCta > .ftctaright a span {
        font-size: 28px !important;
    }
    .footerCta > .ftctaleft span:first-child:not(:last-child) {
        font-size: 28px !important;
    }
    .footerCta > .ftctaleft span:last-child:not(:first-child) {
        font-size: 38px !important;
    }
    .footer .copyrightArea .col-md-3 p {
        float: none !important;
    }
    .copyrightArea {
        text-align: center;
    }

    .copyrightArea .col-md-5 p {
        text-align: center;
        float: none !important;
        margin-bottom: 15px !important;
    }

    .about-us .mainbanner p {
        width: 90%;
        margin: auto;
    }

    /********** Digital Marketing Starts Here **********/
    .dm-banner__section {
        position: relative;
    }

    .dm-banner__section img {
        position: absolute;
        top: 50%;
        transform: translateY(-83px);
        z-index: -1;
        opacity: .7;
    }

    /* About Digital Marketing Section Starts Here */
    .about-dm-section {
        background-color: #f1f1f1;
        margin-top: 50px;
    }

    .about-dm-content {
        padding-top: 20px;
    }

    /* About Digital Marketing Section Ends Here */

    /* What Makes Digital Marketing Section Starts Here */
    .what-makes-dm-section .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .owl-carousel .owl-item .what-makes-dm-carousel img {
        width: 50%;
    }

    .what-makes-dm-section .owl-carousel .owl-nav .owl-prev {
        transform: translate(-12px, -19.5px) !important;
    }

    .what-makes-dm-section .owl-carousel .owl-nav .owl-next {
        transform: translate(12px, -17.5px) !important;
    }

    .what-makes-dm-section .owl-carousel .owl-nav i {
        border: 1px solid #444;
    }

    .what-makes-dm-section .owl-carousel.owl-drag .owl-item:after {
        transform: translate(1px, 1px);
    }
    /* What Makes Digital Marketing Section Ends Here */

    /* CTA Section Starts Here */
    .get-ranked-section {
        text-align: center;
    }

    .get-ranked__title {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .get-ranked__img-wrapper {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .get-ranked__img-wrapper img {
        width: 75%;
    }
    /* CTA Section Ends Here */
   
    /* Clients Service Section Starts Here */
    .client-service-section .accordion .accordion-item:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

    .accordion__icon {
        width: 10%;
    }

    .accordion__title {
        padding-left: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .accordion__sub-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .accordion__img {
        float: right;
        max-width: 40%;
    }    
    /* Clients Service Section Ends Here */
    /********** Digital Marketing End Here **********/
    /********** SEO Page Start Here **********/
    .innerpages .bannerTitle h1 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin-bottom: 15px;
    }
    .innerpages .bannerTitle {
        padding: 15px;
    }
    .innerpages .bannerTitle p {
        width: 100%;
    }
    .innerpages .seoClientsTitle h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
    .innerpages .wwaTitle p {
        font-size: 60px;
        line-height: 65px;
    }
    .innerpages .wwa img.arrowImg {
        height: 80px;
        left: -20px;
        right: auto;
    }
    .innerpages .wwa .leader {
        font-size: 18px;
        line-height: 25px;
    }
    .innerpages .wwa a.scrollLink[href*="#"] {
        bottom: -25px;
    }
    .innerpages .wwa .scrolltoNext a:before {
        transform: translate(-40px, 10px);
    }
    .innerpages .wiseo h2, .wdsc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .innerpages .wiseo .formulaDiv img {
        width: 100%;
        height: auto;
    }
    .innerpages .wdsc h6 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .innerpages .ptfyn h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .innerpages .wsiiygtsc h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .wwa .text {
        font-size: 16px;
        line-height: 26px;
    }
    .wwa .rightsection {
        overflow: hidden;
    }
    .seoServices .seviceBox:after {
        right: auto;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translate(-50%, 50%) rotate(45deg) !important;
    }
    /* Tabs to accordion */
    .wdsc .seoRowtabs .tab-menu,
    .ptfyn .seoRowtabs .tab-menu,
    .ospo .seoColtabs .tab-menu {
        display: none;
    }
    .wdsc .seoRowtabs button.accBtn,
    .ptfyn .seoRowtabs button.accBtn,
    .ospo .seoColtabs button.accBtn {
        border: none;
        font-size: 20px;
        padding: 10px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 11px;
        color: #444444;
        display: block;
        border-bottom: 2px solid #dddddd!important;
    }
    .wdsc .seoRowtabs .tab-main-box .tab-box, 
    .ptfyn .seoRowtabs .tab-main-box .tab-box, 
    .ospo .seoColtabs .tab-main-box .tab-box {
        display: block;
    }
    .wdsc .seoRowtabs .tab-main-box {
        padding: 5px;
    }
    .ptfyn .seoRowtabs .tab-main-box {
        padding: 40px 15px;
    }
    .ptfyn .seoRowtabs .mobAcc,
    .ospo .seoColtabs .mobAcc {
        padding: 10px 10px 30px 10px;
    }
    .wdsc .seoRowtabs .tab-box h3, 
    .ptfyn .seoRowtabs .tab-box h3, 
    .ospo .seoColtabs .tab-box h3 {
        font-size: 22px !important;
        line-height: 25px !important;
    }
    .wdsc .seoRowtabs .tab-box h5, 
    .ptfyn .seoRowtabs .tab-box h5, 
    .ospo .seoColtabs .tab-box h5 {
        font-size: 16px;
    }
    .wdsc .seoRowtabs .tab-box p, 
    .ptfyn .seoRowtabs .tab-box p, 
    .ospo .seoColtabs .tab-box p {
        font-size: 14px;
    }
    .wdsc .seoRowtabs .tab-main-box .tab-box, 
    .ptfyn .seoRowtabs .tab-main-box .tab-box, 
    .ospo .seoColtabs .tab-main-box .tab-box {
        text-align: center;
    }
     /*   .wdsc .seoRowtabs .mobAcc:not(.active),
        .ptfyn .seoRowtabs .mobAcc:not(.active),
        .ospo .seoColtabs .mobAcc:not(.active) {
            display: none;
        }*/
      /*  .wdsc .seoRowtabs .mobAcc {
            display: none;
        }
        .wdsc .seoRowtabs .mobAcc.active {
            display: block;
        }*/
    .ospo h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .ospo .seoColtabs .tab-teaser {
        flex-direction: column;
    }
    .ospo .seoColtabs .tab-menu {
        width: 100%;
        display: none;
    }
    .ospo .seoColtabs .tab-main-box {
        width: 100%;
        background: #ffffff;
        border-radius: 15px;
        padding: 10px;
    }
    .ospo .seoColtabs .tab-main-box .tab-box {
        display: block;
    }
    .wdsc .seoRowtabs button.accBtn.active, .ptfyn .seoRowtabs button.accBtn.active {
        background-color: #2F2F2F;
        color: #ffffff;
    }
    .ospo .seoColtabs .accBtn.active {
        color: #FA7931;
        /*text-decoration: underline;*/
        border-bottom: 2px solid #FA7931 !important;
    }
    .home .ourServices .serviceCard .serviceDesc {
        width: 100%;
    }
    .clientsSlider .item, .seoClients .item {
        padding: 0;
    }
    .seoServices .seviceBox {
        padding: 15px;
    }
    .seoServices .seviceBox img {
        padding: 10px;
        width: 110px;
        height: auto;
    }
    .seoServices .seviceBox .seoServiceDesc  p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .seoServices .seviceBox .seoServiceTitle p {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
    }
    .seoServices .seviceBox a {
        padding: 20px 0px;
    }
   /* .clientsSlider .item img {
        height: 60px !important;
        width: auto;
        margin: auto;
    }*/
    /********** SEO Page End Here **********/
    /********** Local SEO Page start Here **********/
    .innersubpages .innerbgSec {
        padding: 25px 25px 50px 25px;
        background-size: 300%;
    }
    .innersubpages .innerbgSec .contentSec {
        margin-bottom: 30px !important;
    }
    .innersubpages .innerbgSec p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .innersubpages .innerbgSec a {
        padding-right: 50px;
        line-height: 18px;
        font-size: 14px;
    }
    .innersubpages .lssbs img {
        margin-bottom: 15px;
    }
    .innersubpages .lssbs h3 {
        font-size: 30px !important;
    }
    .innersubpages .lssbs p {
    }
    .innersubpages .wiseo p, 
    .innersubpages .wybnls p:not(.leader), 
    .innersubpages .wdsc p:not(.leader), 
    .innersubpages p:not(.leader) {
        font-size: 17px !important;
        line-height: 26px !important;
    }
    .innersubpages .slss h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .innersubpages .slss .item .titleSec {
        font-size: 20px;
        line-height: 28px;
    }
    .innersubpages .wybnls h2,
    .common__sec.innersubpages .wybnls h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .innersubpages .wybnls .withIcon li {
        font-size: 16px;
        line-height: 22px;
    }
    .innersubpages .wybnls .withIcon li i.fa {
        font-size: 18px;
        transform: translate(-12.5px, 12px) !important;
    }
    .innersubpages section#oycitlmlss {
        padding-top: 60px !important;
    }
    .innersubpages .custscrolltoNext.scrolltoNext a:before {
        transform: translate(-40px, -15px);
    }
    .innersubpages .custscrolltoNext.scrolltoNext i {
        transform: translate(0, -15px);
    }
    .innersubpages ul.withIcon {
        margin-top: 20px;
    }
    .innersubpages.innerpages .leader {
        font-size: 25px !important;
        line-height: 36px !important;
        text-align: left;
    }
    .innersubpages .wdsc img {
        margin-bottom: 20px;
    }
    .innersubpages .wdsc .container-fluid .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    .innersubpages .wybnls .container {
        padding: 15px !important;
    }
    .innersubpages #wybnls p:not(.leader) {
        text-align: left;
    }
    .innersubpages .wybnls img {
        margin-bottom: 15px;
    }
    .innersubpages .wybnls h3 {
        font-size: 25px !important;
        line-height: 40px !important;
    }
    .innersubpages .wybnls .container-fluid {
        padding: 0 15px !important;
    }
    .innersubpages .wybnls .right__sec {
        padding: 0px 30px !important;
    }
    .innersubpages #oycitlmlss .leader {
        text-align: center !important;
    }
    .common__sec.innersubpages .wybnls.two .col-md-12, 
    .common__sec.innersubpages .wybnls.two h2 {
        margin-bottom: 0 !important;
    }
    .best_search_engines td {
        display: block;
        border-collapse: collapse;
    }
    .best_search_engines table {
        margin: auto;
        width: calc(100% - 30px);
        border-collapse: collapse;
    }
    .tse img {
        margin-bottom: 15px;
    }
    .tse .row.rightSection {
        flex-direction: column-reverse;
    }
    .tse .row.leftSection img {
        margin-top: 10px;
    }
    /********** Local SEO Page End Here **********/
    /********** Thankyou and 404 Here **********/
    .ty404 .inner__sec .col-md-9 {
        padding-left: 15px !important;
    }
    .ty404 .middle__image {
        position: unset !important;
        transform: translate(0, -50%) !important;
        left: auto !important;
        right: auto !important;
    }
    .ty404 .middle__image img {
        width: 100% !important;
        height: auto !important;
    }
    .ty404 .inner__sec .col-md-3 {
        min-height: 200px !important;
    }
    .ty404 img.ty__text {
        width: 100% !important;
        transform: translate(0, -50%);
    }
    /********** Thankyou and 404 End Here **********/
    .custscrolltoNext.scrolltoNext {
        display: none;
    }
}
