/*.container {*/
/*    max-width: 1140px !important;*/
/*}*/
html {
    scroll-behavior: smooth;
  }
  
  /*.section__header h2{*/
  /*    text-transform:capitalize*/
  /*}*/
  
  .work-tabs .row [class*="col-"] {
    display: flex;
    justify-content: center;
  }
  
  .process__blk img {
    height: 130px;
    object-fit: contain;
  }
  
  .hero:after {
    opacity: 0.90;
  }
  
  /* SMM PAGE CSS START */
  
  /* HERO SECTION CSS START */
  .section-free-quote-form button {
    background-color: var(--txt-success) !important;
  }
  
  .hero {
    background-size: cover !important;
  }
  
  .smm-hero {
    background: url(../images/smm-page/smm-hero.webp);
  }
  
  .hero .hero__content h1 {
    margin-bottom: 30px;
    display: inline-block;
  }
  
  .hero .hero__content h1 span {
    position: relative;
    display: block;
    padding-bottom: 30px;
  }
  
  .hero__content h1 {
    color: #212529;
  }
  
  .hero .hero__content h1 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: url(../images/smm-page/hero-heading-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .hero-form span.h3 {
    display: block;
  }
  
  /* HERO SECTION CSS END */
  
  /* PROCESS SECTION CSS START */
  
  .smm-process .process__blk {
    height: 260px;
  }
  
  /* PROCESS SECTION CSS END */
  
  /* SMM PAGE CSS END */
  
  
  
  /* ORM PAGE CSS START */
  
  .orm-hero {
    background: url(../images/orm-page/orm-hero.webp);
  }
  
  /* ORM PAGE CSS END */
  
  
  /* ppc page css start */
  .ppc-hero {
    background: url(../images/ppc-page/ppc-hero.jpg);
  }
  
  /* ppc page css end */
  
  
  
  /* content writing page css start */
  .content-writing-hero {
    background: url(../images/content-writing-page/content-writing-hero.jpg);
  }
  
  /* content writing page css end */
  
  
  /* CRYPTO CURRENCY PAGE CSS START */
  .crypto-currency-hero {
    background: url(../images/crypto-currency-page/crypto-currency-hero.webp);
  }
  
  /* CRYPTO CURRENCY PAGE END */
  
  /* LINK BUILDING PAGE CSS START */
  .link-building-hero {
    background: url(../images/link-building-page/link-building-hero.jpg);
  }
  
  /* LINK BUILDING PAGE CSS END */
  
  
  /* LOCKSMITH PAGE CSS START */
  .section__header span.h6 {
    position: relative;
    padding-left: 60px;
    display: inline-block;
  }
  
  .section__header span.h6::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: var(--orange-clr) !important;
    left: 0;
  }
  
  .locksmith-hero {
    background: url(../images/locksmiths-page/locksmith-hero.webp);
  }
  
  .bg-orange {
    background-color: var(--orange-clr) !important;
  }
  
  .case-study-section {
    position: relative;
    color: #fff;
  }
  
  .case-study-section:before {
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    height: 70%;
    background-color: var(--orange-clr) !important;
    position: absolute;
  }
  
  .case-study-section.primary-before:before {
    background-color: var(--primary-bg) !important;
  }
  
  /* .case-study-section:after{
      content: "";
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0px;
      height: 100px;
      background-color: #fff;
      position: absolute;
  } */
  
  .case-study-carousel-content {
    background-color: #222A41;
    padding: 30px;
    color: #fff;
  }
  
  .case-study-carousel ul {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .case-study-carousel ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  
  .case-study-carousel ul li::before {
    content: url(../images/white-check-icon.svg);
    position: absolute;
    left: 0;
  }
  
  .case-study-carousel-img img {
    object-fit: cover;
  }
  
  .section__btn__white {
    background-color: #fff !important;
    color: #000;
  }
  
  .btn {
    border-color: transparent !important;
  }
  
  .section__btn__white:before {
    border-color: #fff !important;
  }
  
  .case-study-section .section__btn__white:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
  
  .case-study-section .section__btn__white:hover:before {
    border-color: #fff !important;
  }
  
  /* .case-study-carousel-item{
      height: 400px;
  } */
  
  .case-study-carousel .row {
    height: 100%;
  }
  
  .case-stydy-carousel-img img {
    object-fit: cover;
  }
  
  .arrow-icon {
    position: absolute;
    /*bottom: 40px;*/
    top: 40px;
    z-index: 2;
    /*left: 0;*/
    right: 0;
  }
  
  .arrow-icon img {
    height: 300px;
    object-fit: cover;
  }
  
  .quality .arrow-icon {
    position: absolute;
    bottom: 40px !important;
    z-index: 2;
    right: 0 !important;
    left: 0 !important;
    top: auto;
  }
  
  .case-study-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .case-study-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #222A41;
    opacity: 0.15;
    margin: 0px 5px;
  }
  
  .case-study-carousel .owl-dots button.active {
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--orange-clr) !important;
    opacity: 1;
  }
  
  .case-study-carousel .owl-stage,
  .case-study-carousel .owl-item {
    display: flex;
  }
  
  .box-shape {
    position: absolute;
  }
  
  .box-shape.shape-left {
    left: 0px;
    top: 100px;
  }
  
  .box-shape.shape-right {
    right: 100px;
    top: 30px;
  }
  
  .grid-box {
    position: relative;
    padding-top: 40px;
  }
  
  .grid-box .grid-counter {
    opacity: 0.2;
  }
  
  .grid-box:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100px;
    background-color: #fff;
  }
  
  .grid-box:hover::after {
    background-color: var(--orange-clr);
  }
  
  .grid-box .grid-counter {
    opacity: 0.2;
    position: absolute;
    top: 0px;
  }
  
  .grid-box .grid-counter span.h2 {
    font-size: 60px;
    font-weight: bold;
  }
  
  /* Strength section start */
  
  .strength-grid {
    border: 1px solid #E3E3E3;
    padding: 20px;
    border-radius: 10px;
  }
  
  .strength-grid:hover {
    border-color: var(--orange-clr);
  }
  
  .strength-grid .strength-grid-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .strength-grid .strength-grid-icon {
    width: 60px;
  }
  
  .strength-grid .strength-grid-title {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  
  .strength-img {
    position: absolute;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    bottom: 60px;
    height: calc(100% - 285px)
  }
  
  .strength-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
  }
  
  .locksmith-services-works .outline-box {
    border: 0;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 30px;
  }
  
  .locksmith-services-works [class*='col-'] {
    padding: 0;
  }
  
  .locksmith-services-works [class*='col-']:nth-child(1) .outline-box,
  .locksmith-services-works [class*='col-']:nth-child(2) .outline-box,
  .locksmith-services-works [class*='col-']:nth-child(4) .outline-box,
  .locksmith-services-works [class*='col-']:nth-child(5) .outline-box {
    border-right: 1px solid rgba(255, 255, 255, 0.40);
  }
  
  .locksmith-services-works [class*='col-']:nth-child(1) .outline-box,
  .locksmith-services-works [class*='col-']:nth-child(2) .outline-box,
  .locksmith-services-works [class*='col-']:nth-child(3) .outline-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  }
  
  /* .why-locksmith .outline-box {
    border: 0;
  } */
  
  .why-locksmith .outline-box:hover {
    box-shadow: 0px 18px 58px 2px rgba(0, 0, 0, 0.06);
  }
  
  .revenue-locksmith-img {
    position: absolute;
    left: 0;
    height: calc(100% - 120px);
  }
  
  .revenue-locksmith-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
  }
  
  .free-consultation {
    background-image: url(../images/locksmiths-page/patterns.png);
    background-color: #222A41;
    background-blend-mode: normal;
    background-size: cover;
  }
  
  .seo-solutions.outline-box:hover {
    border-color: var(--orange-clr);
  }
  
  .seo-solutions.outline-box:hover h3 {
    color: var(--orange-clr);
  }
  
  .seo-solutions.outline-box h3 {
    text-transform: capitalize;
  }
  
  .faq .accordion-item {
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 18px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 5px;
  }
  
  .faq .accordion-item.active-accordion {
    border-color: var(--orange-clr);
  }
  
  .faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
  }
  
  .faq .accordion-button {
    color: #222A41;
    font-weight: 800;
  }
  
  .faq .accordion-button:focus {
    outline: 0px !important;
    box-shadow: none !important;
  }
  
  .faq .accordion-button::after {
    background-image: none !important;
    content: "\f054";
    font-family: 'font awesome 5 free';
    color: var(--orange-clr);
    font-size: 16px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all linear;
  }
  
  .faq .accordion-button:not(.collapsed)::after {
    /* content: "\f078"; */
    transform: rotate(90deg);
    color: #fff;
    background-color: var(--orange-clr);
  }
  
  .casestudy-link-wrapper {
    display: flex;
    align-items: center;
  }
  
  .casestudy-link-wrapper img {
    width: 20px !important;
    margin-left: 5px;
  }
  
  /*.casestudy-link-wrapper a{*/
  /*    text-decoration: underline;*/
  /*}*/
  .casestudy-link-wrapper a:hover+img {
    margin-left: 10px;
    transition: all 0.3s linear;
  }
  
  /* LOCKSMITH PAGE CSS END */
  
  
  
  
  /* MOHALI COMPANY PAGE CSS START */
  
  .mohali-hero {
    background: url(../images/seo-mohali-page/mohali-hero.webp);
  }
  
  .section__btn__orange,
  .section__btn__orange:hover {
    background-color: var(--orange-clr) !important;
  }
  
  .section__btn__orange:before,
  .section__btn__orange:hover:before {
    border-color: var(--orange-clr) !important;
  }
  
  .grow-business img {
    /*width: 100%;*/
    margin-bottom: 30px;
  }
  
  
  /* GOOGLE BUSINESS OPTIMISATION PAGE START */
  
  .google-business-hero {
    background: url(../images/business-optimization-page/google-business-optimization-hero.webp);
  }
  
  /* GOOGLE BUSINESS OPTIMISATION PAGE END */
  
  /* APP STORE PAGE START */
  
  .app-store-hero {
    background: url(../images/app-store-page/app-store-hero.webp);
  }
  
  /* APP STORE PAGE END */
  
  
  .process__blk h3 {
    font-size: 20px;
    padding: 0px 15px;
  }
  
  
  /* REAL ESTATE PAGE START */
  
  .real-estate-hero {
    background: url(../images/real-estate-page/real-estate-hero.webp);
  }
  
  /* REAL ESTATE PAGE END */
  
  /* HOSPITALITY PAGE START */
  
  .hospitality-hero {
    background: url(../images/hospitality/hero-hospitality.webp);
  }
  
  /* HOSPITALITY PAGE END */
  
  /* PHOTOGRAPHERS PAGE START */
  
  .photographers-hero {
    background: url(../images/photographers-page/photography-hero.webp);
  }
  
  /* PHOTOGRAPHERS PAGE END */
  
  
  
  /* CARPET PAGE START */
  
  .carpet-hero {
    background: url(../images/carpet-page/carpet-hero.webp);
  }
  
  /* CARPET PAGE END */
  
  /* SALON PAGE START */
  
  .salon-hero {
    background: url(../images/salon-page/salon-hero.webp);
  }
  
  /* SALON PAGE END */
  
  
  
  /* SOCIAL MEDIA PAGES CSS START */
  
  
  /* FACEBOOK PAGE CSS START */
  
  .light__blue__bg {
    background-color: #F0F7FF;
  }
  
  .social-media-list {
    padding-left: 20px;
  }
  
  .social-media-list li {
    padding-bottom: 15px;
    color: #6D7783;
    font-size: 18px;
  }
  
  .bg-dark-blue {
    background-color: #222A41;
  }
  
  .smm-list-icons {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0;
  }
  
  .smm-benifits p {
    font-size: 18px;
  }
  
  .smm-list-icons li {
    width: 50%;
    padding: 0px 10px 20px 30px;
    position: relative;
    font-size: 18px
  }
  
  .smm-list-icons li:before {
    content: url("../images/facebook-page/orange-check.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  
  /* .smm-benefits-img{
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      height: 100%;
  } */
  
  .smm-benefits-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
  }
  
  .col-padd {
    padding-left: calc(50% - 570px);
  }
  
  .smm-tabs .nav-tabs li {
    padding-right: 30px;
  }
  
  .smm-tabs .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  }
  
  .smm-tabs .nav-tabs li a {
    color: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid transparent;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    padding: 15px 10px;
  }
  
  .smm-tabs .nav-tabs a:hover {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid transparent;
  }
  
  
  .smm-tabs .nav-tabs li a.active {
    color: var(--orange-clr);
    background-color: transparent !important;
    border-bottom: 1px solid var(--orange-clr);
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
  
  .tab-img {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    height: auto;
  }
  
  .col-padd-right {
    /*padding-right: calc(50% - 570px);*/
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  
  .smm-tabs .tab-pane p {
    font-size: 18px;
  }
  
  
  .smm-grid {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 7px 13px rgba(255, 141, 84, 0);
  }
  
  .smm-grid:hover {
    border: 1px solid #FF8D54;
    box-shadow: 0px 7px 13px rgba(255, 141, 84, 0.25);
  }
  
  .smm-grid-icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 50px;
    background: rgba(255, 141, 84, 0.1);
    text-align: center;
    margin-bottom: 10px;
  }
  
  .smm-grid-icon img {
    width: 25px;
  }
  
  .tabs-shape {
    position: absolute;
    right: 0;
    top: 0px;
  }
  
  .twitter-hero {
    background: url(../images/twitter-page/twitter-hero.webp);
  }
  
  .youtube-hero {
    background: url(../images/youtube-page/youtube-hero.webp);
  }
  
  .casino-hero {
    background: url(../images/casino-page/Main-Banner.webp);
  }
  
  .adult-hero {
    background: url(../images/adult-page/adult-hero.webp);
  }
  
  .strength-grid-icon img {
    width: 80%;
    object-fit: contain;
  }
  
  .linkdin-hero {
    background-image: url(../images/linkdin-page/linkdin-hero.webp);
  }
  
  .instagram-hero {
    background-image: url(../images/instagram-page/Instagram-hero.webp);
  }
  
  
  .pinterest-hero {
    background-image: url(../images/pinterest-page/pinterest-hero.webp);
  }
  
  .quora-hero {
    background-image: url(../images/quora-page/quora-hero.webp);
    background-position: center;
  }
  
  
  /* push-down */
  .pushdown-hero {
    background: url(../images/push-down-page/push-hero.webp);
  }
  
  ul.bullet-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  
  ul.bullet-list li::before {
    content: url(../images/push-down-page/bullet-icon.svg);
    position: absolute;
    left: 0;
    top: 0;
  }
  
  /* anita */
  /* service-blk */
  .service-blk {
    padding: 30px;
    background-color: #FAF9F6;
    text-align: center;
    min-height: 353px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service-blk img {
    margin-bottom: 15px;
  }
  
  .custom-tabs button {
    padding: 0px 20px;
  }
  
  
  .reviews-section {
    background-color: #FAF9F6;
  }
  
  .expect-sec ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .expect-sec ul li {
    width: 50%;
    padding-right: 10px;
  }
  
  .approach-grid {
    background-color: #fff;
    color: #222A41 !important;
    padding: 30px;
  }
  
  .approach-grid:hover {
    background-color: var(--orange-clr);
    color: #fff !important;
  }
  
  .blog-link-wrapper {
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
  }
  
  .blog-grid [class*="col-"] {
    position: relative;
  }
  
  .blog-grid [class*="col-"]:last-child {
    padding-left: 5px;
  }
  
  .tag-list {
    margin-top: 20px;
  }
  
  .tag-list ul {
    padding-left: 0px;
    display: flex;
    list-style: none;
    margin: 0px;
  }
  
  .tag-list ul li:not(:last-child) {
    padding-right: 20px;
  }
  
  .tag-list ul li a {
    color: rgb(75 75 75 / 70%);
    display: flex;
    align-items: center;
  }
  
  .tag-list ul li a i {
    padding-right: 5px;
  }
  
  .blog-carousel .owl-dots button {
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 5px;
  }
  
  .blog-section {
    position: relative;
  }
  
  .blog-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background-color: #F9F9F9;
  }
  
  .blog-carousel .owl-stage {
    display: flex;
  }
  
  .blog-carousel .owl-dots button.active {
    background-color: var(--orange-clr);
    outline: 1px solid var(--orange-clr);
    border: 1px solid #F9F9F9;
  }
  
  .blog-grid {
    background: #FFFFFF;
    box-shadow: 15px 14px 50px rgba(0, 0, 1, 0.03);
    padding-right: 10px;
    height: 100%;
    display: flex;
  }
  
  .owl-carowsel.blog-carousel-item {
    height: 100%;
  }
  
  .blog-img {
    width: 100%;
  }
  
  .blog-grid span.text-highlight {
    margin-bottom: 30px;
    display: block;
  }
  
  .blog-grid-content {
    height: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding: 30px;
    flex-direction: column;
  }
  
  .blog-grid-content h3.h5 {
    margin-bottom: 0px;
  }
  
  .orm-tabs ul.nav {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .orm-tabs .nav-tabs li a {
    color: #222A41 !important;
  }
  
  .orm-tabs .nav-tabs li a.active {
    color: var(--orange-clr) !important;
  }
  
  /*ORM INNER PAGES CSS START*/
  /* push-down */
  .pushdown-hero {
    background: url(../images/push-down-page/push-hero.webp);
  }
  
  ul.bullet-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  
  ul.bullet-list li::before {
    content: url(../images/push-down-page/bullet-icon.svg);
    position: absolute;
    left: 0;
    top: 0;
  }
  
  /* anita */
  /* service-blk */
  .service-blk {
    padding: 30px;
    background-color: #FAF9F6;
    text-align: center;
    min-height: 353px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service-blk img {
    margin-bottom: 15px;
  }
  
  /* awards-logo */
  .awards-logo {
    background-color: #FAF9F6;
    padding-top: 20px;
  }
  
  .awards-logo span.h3 {
    font-size: 30px;
    line-height: 34px;
  }
  
  .awards-logo .col-md-3 {
    padding-left: calc(50% - 559px);
  }
  
  .lead-cls {
    margin-bottom: 40px;
  }
  
  .rating-grid img {
    width: 80%;
    object-fit: contain;
    margin-bottom: 20px;
    height: 30px;
  }
  
  .section-reviews [class*='col-'] {
    position: relative;
  }
  
  .section-reviews [class*='col-']:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 10%;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.06);
  }
  
  .rating-grid a {
    color: #000000;
  }
  
  .rating-grid p {
    width: 60%;
    margin: 0px;
  }
  
  .content-box-wrap {
    position: relative;
    overflow: hidden;
    height: 370px;
    background-color: #ffff;
    cursor: pointer;
  }
  
  .content-box-wrap .content-box-icons,
  .content-box-wrap .content-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  
  .content-box-icons img {
    max-width: 50px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  
  .content-box-wrap h4 {
    text-align: center;
  }
  
  .content-box-content {
    position: absolute;
    top: 0;
    opacity: 0;
    background-color: #ffff;
  }
  
  .content-box-wrap:hover .content-box-content {
    opacity: 1;
  }
  
  .custom-tabs button {
    padding: 0px 20px;
  }
  
  
  .reviews-section {
    background-color: #FAF9F6;
  }
  
  .expect-sec ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .expect-sec ul li {
    width: 50%;
    padding-right: 10px;
  }
  
  img.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .blog-link-wrapper a,
  .blog-link-wrapper a+i {
    color: #818181 !important;
  }
  
  .blog-grid [class*="col-"] {
    position: relative;
  }
  
  .blog-grid [class*="col-"]:last-child {
    padding-left: 5px;
  }
  
  .tag-list {
    margin-top: 50px;
  }
  
  .tag-list ul {
    padding-left: 0px;
    display: flex;
    list-style: none;
    margin: 0px;
  }
  
  
  .tag-list ul li:not(:last-child) {
    padding-right: 20px;
  }
  
  .tag-list ul li a {
    color: rgb(75 75 75 / 70%);
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  
  .tag-list ul li a i {
    padding-right: 5px;
  }
  
  .blog-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 40px;
  }
  
  .blog-carousel .owl-dots button {
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 5px;
  }
  
  .blog-section {
    position: relative;
  }
  
  .blog-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background-color: #F9F9F9;
  }
  
  .blog-carousel .owl-dots button.active {
    background-color: var(--orange-clr);
    outline: 1px solid var(--orange-clr);
    border: 1px solid #F9F9F9;
  }
  
  .blog-grid {
    background: #FFFFFF;
    box-shadow: 15px 14px 50px rgba(0, 0, 1, 0.03);
    padding-right: 10px;
  }
  
  .blog-grid span.text-highlight {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
  }
  
  .blog-grid-content h3.h5 {
    margin-bottom: 0px;
    width: 100%;
  }
  
  /**cat based blog css start**/
  .cat-based-blog-section .blog-grid {
    padding-right: 0px !important;
  
  }
  
  .cat-based-blog-section .blog-grid .col-md-12>a {
    display: block;
  }
  
  .cat-based-blog-section .blog-grid .tag-list {
    margin-top: 20px;
  }
  
  .cat-based-blog-section .blog-grid span.text-highlight {
    margin-bottom: 10px;
  
  }
  
  .orm-tabs ul.nav {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .orm-tabs .nav-tabs li a {
    color: #222A41 !important;
  }
  
  .orm-tabs .nav-tabs li a.active {
    color: var(--orange-clr) !important;
  }
  
  
  .remove-negative-hero {
    background-image: url(../images/remove-negative-page/remove-negative-hero.webp);
  }
  
  .google-ads-hero {
    background-image: url(../images/google-ads-page/google-ads-hero.webp);
  }
  
  .facebook-ads-hero {
    background-image: url(../images/facebook-ads-page/facebook-ads-hero.webp);
  }
  
  .instagram-ads-hero {
    background-image: url(../images/instagram-ads-page/instagram-ads-hero.webp);
  }
  
  .linkedin-ads-hero {
    background-image: url(../images/linkdin-page/linkedin-ads-hero.webp);
  }
  
  /*amazon-ads-hero*/
  .amazon-ads-hero {
    background-image: url(../images/amazon-page/amazon-hero.webp);
  }
  
  .on-page-hero {
    background-image: url(../images/new-images/on-page-hero.webp);
  }
  
  .off-page-hero {
    background-image: url(../images/new-images/off-page-hero.webp);
  }
  
  .buy-edu-hero {
    background-image: url(../images/edu-page/buy-edu-hero.webp);
  }
  
  .guest-hero {
    background-image: url(../images/new-images/guest-hero.webp);
  }
  
  .blog-writing-hero {
    background-image: url(../images/new-images/blog-writing-hero.webp);
  }
  
  .article-writing-hero {
    background-image: url(../images/new-images/article-writing-hero.webp);
  }
  
  .press-hero {
    background-image: url(../images/press-page/press-hero.webp);
  }
  
  .content-writing-hero {
    background-image: url(../images/new-images/content-writing-hero.webp);
  }
  
  .header .dropdown__content>a {
    font-family: var(--segoe-nrml);
    font-weight: 500 !important;
    color: #707070;
  }
  
  /*about us page*/
  /*.img-icon.priorities-img {*/
  /*  width: 95%;*/
  /*}*/
  .img-icon.priorities-img img {
    width: 90% !important;
  }
  
  .img-icon.priorities-img::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 40px;
    width: 90%;
    height: 100%;
    background-color: var(--primary-bg);
    z-index: 0;
  }
  
  .img-icon img {
    z-index: 1;
    position: relative;
  }
  
  .img-icon {
    position: relative;
  }
  
  .seo-agency-txt {
    position: sticky;
    top: 180px;
  }
  
  .priorities p {
    line-height: 25px;
    margin-bottom: 30px;
  }
  
  .about-hero {
    height: 590px;
    display: flex;
    align-items: center;
    background-position: bottom;
    position: relative;
    background-size: cover;
    /*background-image: url(../images/about-page/about-hero.webp);*/
    background-image: url(../images/about-page/about-hero-new.webp);
  }
  
  .about-btn {
    border: 1px solid #222A41 !important;
    background-color: #FAF9F6 !important;
    color: #222A41;
  }
  
  .secondary-bg {
    background-color: var(--primary-bg) !important;
  }
  
  ul.about-bullet-list li::before {
    content: url(../images/about-page/bullet-icon.svg);
  }
  
  ul.about-bullet-list li {
    padding-left: 60px !important;
  }
  
  .about-bullet-list li span {
    font-weight: 700;
    color: #222A41;
    font-size: 18px;
  }
  
  .about-btn:hover {
    border-color: transparent !important;
  }
  
  .priorities .about-btn:hover {
    color: #fff;
  }
  
  .approach-grid-img {
    background-color: #222A41;
    display: inline-block;
    width: 75px;
    height: 70px;
    text-align: center;
    line-height: 70px;
  }
  
  .about-core .approach-grid {
    border: 1px solid rgba(34, 42, 65, 0.1);
    /*transition: all .4s linear;*/
  }
  
  .seo-agency a:hover {
    color: var(--orange-clr) !important;
    transition: all 0.4s linear;
  }
  
  .about-core .approach-grid-img img:nth-child(2) {
    display: none;
  }
  
  .about-core .approach-grid:hover .approach-grid-img img:nth-child(2) {
    display: inline-block;
  }
  
  .about-core .approach-grid:hover .approach-grid-img img:first-child {
    display: none;
  }
  
  .about-core .approach-grid:hover .approach-grid-img {
    background-color: #fff;
  }
  
  .seo-agency a {
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  
  .seo-agency a i {
    margin-left: 8px;
    transition: all .4s linear;
  }
  
  .seo-agency:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .seo-agency .col-md-6:first-child {
    padding-right: 78px;
  }
  
  .get-btn {
    background-color: #fff !important;
    color: #222A41;
  }
  
  .section-padding .get-btn:hover {
    background-color: var(--orange-clr) !important;
    color: #fff;
  }
  
  .seo-agency a:hover i {
    margin-left: 12px;
  }
  
  .img-icon {
    position: relative;
  }
  
  .img-icon::before {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -8px;
    top: -8px;
    background-color: var(--orange-clr);
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 2;
  }
  
  .simplicity-img::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 40px;
    width: 100%;
    height: 100%;
    background-color: var(--primary-bg);
    z-index: 0;
  }
  
  .lead-txt {
    font-size: 18px;
    line-height: 25px;
  }
  
  /*.priorities-img img {*/
  /*  box-shadow: 40px 31px 0px 0px var(--primary-bg);*/
  /*}*/
  
  .top-seo-page-hero {
    background-image: url(../images/top-seo-page/topcmpny-hero.webp);
  }
  
  .outline-box img {
    width: 38px;
    height: 40px;
  }
  
  .header #navbarSupportedContent {
    order: 3;
  }
  
  .header .app__btn {
    order: 4;
  }
  
  .btn-close {
    position: absolute;
    content: "";
    top: 20px;
    right: 30px;
    font-size: 12px;
    z-index: 1;
    background-color: #fff !important;
  }
  
  .cta-left {
    background-color: var(--primary-bg);
  }
  
  .cta-profile-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    padding: 40px 0px;
  }
  
  .list-unstyled.cta-social-link {
    display: flex;
    justify-content: start;
    margin-bottom: 0px;
  }
  
  ul.cta-social-link li:not(:last-child) {
    margin-right: 25px;
  }
  
  .cta-social-link li a img {
    width: 21px;
    height: 21px;
  }
  
  .cta-profiles {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  /*.cta-profile-wrapper .cta-profiles:nth-child(2) {*/
  /*  flex-direction: column-reverse;*/
  /*}*/
  .cta-right {
    width: 100%;
    height: 100%;
    padding: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    position: relative;
  }
  
  .direct-contact {
    bottom: 40px;
    position: absolute;
    right: 40px;
  }
  
  .cta-contact,
  .tag-list a:hover {
    color: var(--primary-bg);
  }
  
  .cta-contact:hover {
    text-decoration: underline !important;
  }
  
  .footer__icon a:nth-child(5) {
    display: none;
  }
  
  .published-logo .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    max-width: 114px;
  }
  
  .published-logo .owl-stage {
    display: flex;
    align-items: center;
  }
  
  .dental-hero {
    background-image: url(../images/dental-page/dental-hero.webp);
  }
  
  .lawyers-hero {
    background-image: url(../images/lawyers-page/lawyers-hero.webp);
  }
  
  .restaurant-hero {
    background-image: url(../images/restaurant-page/restaurant-hero.webp);
  }
  
  .electricians-hero {
    background-image: url(../images/electricians-page/electricians.webp);
  }
  
  .plumbers-hero {
    background-image: url(../images/plumbers-page/plumber-hero.webp);
  }
  
  .auto-repair-hero {
    background-image: url(../images/auto-repair-page/auto-repair.webp);
  }
  
  .pest-control-hero {
    background-image: url(../images/pest-control-page/pest-control.webp);
  }
  
  .plastic-hero {
    background-image: url(../images/plastic-page/plastic-hero.webp);
  }
  
  .hotels-hero {
    background-image: url(../images/hotels-page/hotels-hero.webp);
  }
  
  .construction-hero {
    background-image: url(../images/construction-page/construction-hero.webp);
  }
  
  .accountants-hero {
    background-image: url(../images/accountants-page/accountants-hero.webp);
  }
  
  .facebook-hero {
    background-image: url(../images/facebook-page/facebook-hero.webp);
  }
  
  .youtube-hero {
    background-image: url(../images/youtube-page/YouTube-hero.webp);
  }
  
  .brand-hero {
    background-image: url(../images/brand-reputation-page/brand-hero.webp);
  }
  
  /* privacy policy page */
  .body_main {
    background-image: none !important;
  }
  
  .banners-common.body_main.privacy-page {
    padding-top: 60px;
  }
  
  .banners-common.body_main.privacy-page h2 {
    margin-bottom: 32px;
  }
  
  .posts-main strong {
    font-size: 26px;
    font-weight: 600;
  }
  
  .posts-main p {
    color: #222A41;
    font-size: 18px;
  }
  
  .posts-main {
    margin-bottom: 60px;
  }
  
  .blog-link-wrapper a:hover,
  .blog-link-wrapper a:hover+i {
    color: var(--primary-bg) !important;
  }
  
  .blog-link-wrapper a:hover+i {
    margin-left: 4px;
    color: var(--primary-bg);
  }
  
  .Partnership-img-sec .bg-illustrator {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .seo-services-section .bg-illustrator {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .approach-grid h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  
  .need_seo_section .btn {
    background-color: #fff;
    color: #222A41;
    font-size: 20px;
    font-weight: 500 !important;
  }
  
  .attachment-full.size-full.wp-post-image {
    height: 100%;
  }
  
  /*#google_ads_iframe_\/1038259\/SEL_End-of-Story_0 {*/
  /*  width: 100% !important;*/
  /*}*/
  /*.content .row .col-md-5 div {*/
  /*  position: sticky;*/
  /*  top: 105px;*/
  /*}*/
  .works-step__blk__icon img:nth-child(2) {
    display: none;
  }
  
  .works-step__blk:hover .works-step__blk__icon img:first-child {
    display: none;
  }
  
  .works-step__blk:hover .works-step__blk__icon img:nth-child(2) {
    display: flex;
  }
  
  .wp-image-9008 {
    width: 100%;
    height: 100%;
  }
  
  .section__subheading.mb-0.text-capitalize {
    display: inline-flex;
  }
  
  .posted-by h2::before {
    bottom: -7px !important;
    background: var(--primary-bg) !important;
  }
  
  .call-action-btn {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
  }
  
  .section__btn.btn.call-action-btn:hover {
    border-color: var(--orange-clr) !important;
  }
  
  .case-study-carousel-content h3 {
    text-transform: capitalize;
  }
  
  /* roofing */
  .roofing-hero {
    background-image: url(../images/roofing-page/roofing-hero.webp);
    background-position: left bottom;
  }
  
  /* healthcare */
  .healthcare-hero {
    background-image: url(../images/healthcare-page/healthcare-hero.webp);
  }
  
  /* chiropractor */
  .chiropractor-hero {
    background-image: url(../images/chiropractor-page/chiropractor-hero.webp);
  }
  
  /*-- Dental PPC CSS Start --*/
  .dental-ppc-hero {
    background-image: url(../images/dental-ppc-images/dentalppc-banner.webp);
  }
  
  .digital-plumber-hero {
    background-image: url(../images/digital-plumbers/plumber-hero-banner.webp);
  }
  
  .amazon-design-hero {
    background-image: url(../images/amazon-images/amazon-hero-banner.webp);
  }
  
  .amazon-ppc-hero {
    background-image: url(../images/amazon-ppc/amazon-ppc-banner.webp);
  }
  
  .facebook-ads-agency {
    background-image: url(../images/facebook-agency/fb-agency-banner.webp);
  }
  
  .seo-pharmaceutical {
    background-image: url(../images/seo-pharma/seo-pharma-banner.webp);
  }
  
  .woocommerce-hero {
    background-image: url(../images/woocommerce-img/woocommerce-hero.webp);
  }
  
  .seo-manufacturing {
    background-image: url(../images/seo-manufacturing/manufacturing-hero.webp);
  }
  
  .digital-sm-business {
    background-image: url(../images/digital-business/smallbusiness-hero.webp);
  }
  
  .seooutsourcing {
    background-image: url(../images/seo-outsourcing/seooutsourcing-hero.webp);
  }
  
  .shopifyseo {
    background-image: url(../images/shopify-seo/Main-Banner.webp);
  }
  
  .hvac-smm {
    background-image: url(../images/hvac-smm/hvac-hero.webp);
  }
  
  .realestate-gen {
    background-image: url(../images/realestate-images/realestate-banner.webp);
  }
  
  section.our-expertise-section .row:not(:last-child) {
    margin-bottom: 50px;
  }
  
  .our-section-blk p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px
  }
  
  .our-solution-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  
  .our-solution-block ul li h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  .our-solution-block ul li p {
    font-size: 16px;
    margin-bottom: 0px;
  }
  
  section.empower-section {
    position: relative;
    z-index: 1;
  }
  
  section.empower-section:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: white;
    z-index: -1;
  }
  
  section.empower-section h2 {
    text-transform: capitalize;
  }
  
  section.empower-section h2,
  section.empower-section h3,
  section.empower-section p {
    color: #fff;
  }
  
  .empower-heading {
    text-align: center;
  }
  
  .empower-heading p {
    margin-bottom: 0px;
  }
  
  .empower-sub-block h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 20px;
  }
  
  .empower-sub-block p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-right: 70px;
  }
  
  .have-doubt-cta {
    background: #DCF0FF;
    padding: 40px 20px;
    border: 30px solid #fff;
    border-bottom: 0px;
  }
  
  .have-doubt-cta-text h3 {
    color: #222A41 !important;
    text-transform: capitalize;
    font-size: 26px;
  }
  
  .have-doubt-cta-btn a {
    background: var(--primary-bg) !important;
    color: #fff;
    font-size: 26px;
  }
  
  ul.new-custom-listing {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
  }
  
  ul.new-custom-listing li {
    position: relative;
    padding-left: 30px;
  }
  
  ul.new-custom-listing li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/dental-ppc-images/dental-tick.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  
  .next.page-numbers.placeholder,
  .prev.page-numbers.placeholder {
    pointer-events: none;
  }
  
  .video-promo .video-wrap {
    aspect-ratio: 16/9;
    width: 100% !important;
    border-radius: 10px;
  }
  section.founder{
      background: url("https://indeedseo.com/wp-content/uploads/2023/12/Redefining-Success-Through-Professional-2.webp");
      background-size: cover;
  }
  
  /** INDIANA PAGE CSS */
  
  .indiana-hero{
    background: url(../images/indiana-img/seo-indiana.jpg);
    background-size: cover;
  }
  
  .btn-white{
    background-color: #fff;
    color: #222a41;
  }
  
  .seo-result .col-md-4{
    display: flex;
    
  }
  
  .seo-result__blk {
    background: #fff;
    padding: 32px;
    width: 100%;
    transition: all 0.2s;
  }
  
  .seo-result__header {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  
  
  .seo-result__icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    background: var(--primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
  }
  
  .seo-result__icon svg, .grid__blk__icon svg, .blk-icon svg{
    width: 25px;
  }
  
  .seo-result__blk:hover {
    background: #30AD1C;
    color: #fff;
    transition: all 0.2s;
  }
  .seo-result__blk:hover h3 {
  color: #FFF;
  }
  
  .seo-result__blk:hover * li::before{
    color: #fff;
  }
  
  .seo-result__blk:hover .seo-result__icon{
    background: #fff;
    color: #30AD1C;
  }
  
  /************  ***************/
  .section-counter{
  background: #f5f5f5;   
  }
  .section-counter__blk {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 30px;
    align-items: center;
  }
  
  .section-counter__blk span {
    font-size: 70px;
    color: #1778BE;
    font-weight: bold;
    line-height: 60px;
  }
  
  /************  ***************/
  
  .success-grid__items {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
  }
  
  .success-grid__sticky {
    position: sticky;
    top: 150px;
  }
  
  
  .grid__blk__icon, .blk-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 25px;
    color: #fff;
  }
  
  .grid__blk__content h3 {
    margin-bottom: 4px;
  }
  
  .strategy{
    background-color: #333;
  }
  
  
  .strategy__blk {
    padding: 30px 30px 20px 30px;
    border: 2px dashed rgba(255,255,255,0.45);
    border-radius: 10px;
    position: relative;
  }
  
  .strategy__blk::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 34px;
    background: #333333;
    right: -2px;
    top: 1px;
  }
  
  .strategy__blk::after {
    content: "\ea6e";
    position: absolute;
    top: -23px;
    right: -13px;
    font-family: remixicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    color: rgba(255,255,255,0.45);
    background: #333333;
  }
  
  .strategy__blk .h5{
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 0;
    color: #FFF;
  }
  
  .strategy .col-md-4{
    display: flex;
  }
  
  span.counter-label {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(180deg, #969696 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 35px;
    top: 15px;
  }
  
  .seo-matters{
    background: rgba(23,120,190,0.06);
  }
  
  .seo-matters__blk{
    position: sticky;
    top: 50px;
  }
  
  
  .seo-matters__grid__items{
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 6px 0px rgba(23, 120, 190, 0.10);
    padding: 30px 30px 20px 30px;
  }
  
  .seo-matters__header{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  
  .seo-matters__header h5, .grid__blk__content{
    font-size: 19px !important;
    flex: 1;
  }
  
  .seo-matters__blk {
    height: 500px;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    padding-left: 100px;
  }
  
  a.btn.btn-outline {
    color: #fff;
    border: 1px solid #fff !important;
    padding: 10px 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  
  .seo-matters__cont{
    position: relative;
    width: 55%;
    margin-left: -5%;
  }
  
  .listing-bullet{
    padding: 0;
    list-style: none;
    
  }
  .listing-bullet li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
  }
  
  .listing-bullet li::before {
    content: "\eb81";
    font-family: remixicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #30AD1C;
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
  }
  
  .casestudy-slider-image{
    position: relative;
  }
  .case-studies-section .casestudy-slider-contents {
    background: rgba(231,220,216,0.88);
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 10px);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 96px;
    padding: 15px;
  }
  
  .casestudy-slider-contents {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  
  .casestudy-slider--left .h5 {
    font-size: 17px;
  }
  
  .casestudy-slider--left p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  
  .casestudy-slider--right {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    gap: 10px;
  }
  
  .casestudy-slider--right h3 {
    display: flex;
    gap: 5px;
    font-size: 14px;
  }
  
  
  .casestudy-slider-image img{
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .case-studies-section .owl-nav button{
        color: #fff !important;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .case-studies-section .owl-nav .owl-next {
    right: -10px;
  }
  
  .case-studies-section .owl-nav .owl-prev {
    left: -10px;
  }
  
  
  section.founder::before {
      background: rgba(255,255,255,0.90);
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
  }
  
  .founder-msg{
      font-size: 20px;
      font-weight: 600;
  } 
  
  /* MEDIA QUERY START */
  
  @media (max-width:1140px) {
  
    .col-left-padd {
      padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
  }
  
  @media (max-width:1024px) {
  
    .arrow-icon img,
    .strength-img {
      display: none;
    }
  }
  
  @media (min-width:992px) and (max-width:1199px) {
  
    .container,
    .container-lg,
    .container-md,
    .container-sm {
      max-width: 95% !important;
    }
  
    .header .navbar-nav>.nav-item {
      padding-right: 40px;
    }
  
    .portfolio-carousel-wrapper .owl-nav .owl-prev {
      left: -25px;
    }
  
    .portfolio-carousel-wrapper .owl-nav .owl-next {
      right: -25px;
    }
  
    .casestudy-info h4 {
      font-size: 19px;
    }
  
    .casestudy-info h4 {
      padding-left: 3px !important;
    }
  }
  
  @media (max-width: 987px) {
    .orm-tabs .nav-tabs a:not(:last-child) {
      margin-bottom: 1rem;
    }
  }
  
  @media(max-width:991px) {
    .free-consultation .col-md-6 {
      width: 90%;
    }
  
    .hero-slider__items h1 {
      font-size: 40px;
      line-height: 45px;
    }
  
    .section__header h2 {
      font-size: 30px;
      line-height: 37px;
    }
  
    p,
    li {
      font-size: 16px !important;
    }
  
    .steps-arrow {
      left: calc(50% + 33px);
      width: 75px;
    }
  
    .awards-logo .col-md-3 {
      padding-left: calc(var(--bs-gutter-x) * .5);
    }
  
    .header .app__btn {
      order: 2;
    }
  
    .arrow-icon {
      position: absolute;
      bottom: 30px;
    }
  
    .quality__content p {
      min-height: 175px;
      line-height: 23px;
    }
  
    .quality__img .quality-icon {
      width: 50px !important;
    }
  
    .quality__img {
      width: 70px;
    }
  
    .section-reviews [class*="col-"]:not(:last-child)::after {
      right: 0;
    }
  
    .entry-content p,
    .entry-content ul li {
      line-height: 30px !important;
      font-size: 18px !important;
    }
  
    .business-sec .owl-carousel .owl-dots.disabled {
      display: block !important;
    }
  
    .business-sec .owl-carousel .owl-nav {
      display: none !important;
    }
  
    .business-sec .owl-nav {
      display: none !important;
    }
  
    .portfolio-carousel-wrapper .owl-nav {
      display: block !important;
    }
  
    .header .app__btn .footer__icon a:last-child {
      order: 2;
    }
  
    .awards__logos img {
      max-width: 135px;
    }
  
    .smm-expectations img,
    .about-smm img,
    .professionals-img,
    .best-agency-section img {
      max-width: 328px;
      width: 100%;
    }
  
    .orm-tabs .nav-tabs a h6 {
      font-size: 16px !important;
      margin-bottom: 0px;
    }
  
    .orm-tabs .nav-tabs a {
      padding: 0px;
      color: #495057;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      border-bottom: 1px solid transparent;
    }
  
    .nav-link.active {
      color: var(--orange-clr) !important;
      border-bottom: 1px solid var(--orange-clr) !important;
    }
  
    .orm-tabs .nav-tabs a:not(:last-child) {
      margin-right: 40px;
    }
  
    nav.smm-tabs.orm-tabs {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    .rating-grid p {
      width: 100%;
    }
  
    .why-seo .col-md-5.col-md-full {
      text-align: center;
    }
  
    .info-clr .section__header p.lead-cls {
      width: 75% !important;
    }
  
    .blog-grid .col-md-6 {
      width: 100%;
    }
  
    .smm-tabs .nav-tabs li:not(:last-child) {
      margin-bottom: 1rem;
    }
  
    .blog-carousel-item .blog-grid-content {
      padding: 30px;
    }
  
    .portfolio-carousel-wrapper .owl-dots {
      display: flex;
      justify-content: center;
      gap: 5px;
      margin-top: 30px;
    }
  
    .portfolio-carousel-wrapper .owl-dots button {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #eee !important;
    }
  
    .portfolio-carousel-wrapper .owl-dots button.owl-dot.active {
      background: var(--text-green) !important;
    }
  
    .benifits-section .strength-img {
      position: relative;
      display: block;
      transform: unset !important;
    }
  
    .benifits-section .strength-img img {
      border-radius: 10px;
    }
  
  
  }
  
  @media (max-width: 900px) {
    #services .col-md-4 {
      width: 50%;
    }
  
    .quality__content p {
      min-height: 100px;
    }
  
    .quality__card {
      min-height: 360px;
    }
  }
  
  @media (max-width:800px) {
  
    /*.container, .container-md, .container-sm {*/
    /*  max-width: 760px !important;*/
    /*}*/
    .quality__card {
      padding: 40px 14px;
    }
  
    .quality .arrow-icon {
      bottom: 20px !important;
    }
  }
  
  @media (max-width:767px) {
  
    .locksmith-services-works [class*="col-"]:nth-child(2) .outline-box,
    .locksmith-services-works [class*="col-"]:nth-child(4) .outline-box {
      border-right: none;
    }
  
    .why-locksmith .row:last-child .col-md-4,
    .why-locksmith .row:last-child .col-md-6 {
      width: 50%;
    }
  
    .locksmith-services-works [class*="col-"]:nth-child(4) .outline-box {
      border-bottom: 1px solid rgba(255, 255, 255, 0.40) !important;
    }
  
    .smm-benefits-img {
      padding-right: 12px !important;
    }
  
    .quality__card {
      padding: 15px 14px;
    }
  
    .award-sec img {
      margin-bottom: 2rem;
    }
  
    .wp-block-image+ol li,
    .wp-block-image+ul li,
    .entry-content h3+ul li,
    .entry-content h4+ul li,
    figure+ul li {
      line-height: 40px;
      font-size: 16px !important;
    }
  
    .entry-content p,
    .entry-content ul li {
      line-height: 30px !important;
      font-size: 16px !important;
    }
  
    .wp-block-image.size-full img {
      height: auto;
    }
  
    .hero__content ul li {
      font-size: 15px;
    }
  
    .cta-left,
    .cta-right {
      padding: 30px;
    }
  
    .casestudy-modal h3 {
      font-size: 19px !important;
    }
  
    .cta-container.container {
      max-width: 100% !important;
    }
  
    .cta-left {
      border-radius: 0px;
    }
  
    .section-free-quote-form {
      max-width: 100%;
    }
  
    .card-body.card-bg-btm .container {
      margin: 0;
      max-width: 100% !important;
    }
  
    .cta-profile-wrapper {
      display: none;
    }
  
    .smm-list-icons li {
      font-size: 15px;
    }
  
    .professionals-img {
      display: none;
    }
  
    .custom-listing>li {
      font-size: 16px;
    }
  
    /*privacy page*/
    .posts-main strong {
      font-size: 20px;
    }
  
    /*end privacy page*/
    .quality__content p {
      min-height: 110px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .quality .arrow-icon {
      bottom: 25px !important;
    }
  
    .quality__card {
      min-height: 330px;
    }
  
    .casestudy-grid-contents .casestudy-info .row .right-border {
      border-right: none !important;
    }
  
    .history-img {
      margin-top: 1.5rem;
    }
  
    .copy-ryt-sm {
      color: #fff !important;
    }
  
    .footer__logo img {
      max-width: 170px;
    }
  
    /*case study*/
    p,
    li {
      font-size: 14px !important;
    }
  
    .h5,
    h5 {
      font-size: 18px !important;
    }
  
    .assistance-form {
      margin: 0 auto;
      margin: 1.5rem auto 0 auto;
    }
  
    .blog-grid .col-md-6 {
      width: 100%;
    }
  
    .strength-section .col-md-6 {
      width: 50%;
    }
  
    /*.case-study-carousel-img-wrapper,*/
    .arrow-icon img {
      display: none !important;
  
    }
  
    .case-stydy-carousel-img {
      width: 100%;
    }
  
    .case-study-carousel-item {
      height: auto;
    }
  
    .case-study-carousel .owl-item {
      background-color: #222A41;
    }
  
    .grid-box {
      margin-bottom: 30px;
    }
  
    /*.outline-box{*/
    /*    border:0px !important;*/
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.40) !important;*/
    /*}*/
  
    .locksmith-service-process .col-md-3 {
      width: 50%;
      margin-top: 1rem;
    }
  
    .smm-expectations .row,
    .smm-benifits .row,
    .smm-specialist .row {
      flex-direction: column-reverse;
    }
  
  
    .smm-benifits img {
      border-radius: 10px;
      height: 300px;
      object-fit: cover;
    }
  
    .tab-img {
      height: 200px;
      object-fit: cover;
    }
  
    .col-padd {
      padding-left: 15px;
    }
  
    /*.smm-tabs .nav-tabs li {*/
    /*    padding-right: 5px;*/
    /*}*/
  
    /*.container-fluid .row{*/
    /*    margin: 0px !important;*/
    /*}*/
  
    .why__choose__sec .row {
      flex-direction: column-reverse;
    }
  
    .section-padding.expect-sec .col-md-3 {
      display: none;
    }
  
    .blog-section .container-fluid .row {
      margin-top: 20px !important;
    }
  
    .blog-section .blog-img {
      height: 250px;
      object-fit: cover;
    }
  
    .blog-grid {
      padding: 0px;
    }
  
    /*.blog-grid [class*="col-"]:first-child{*/
    /*    padding: 0px;*/
    /*}*/
  
    .blog-grid [class*="col-"]:last-child {
      padding: 10px;
    }
  
    .tag-list {
      margin-top: 20px;
      width: 100%;
    }
  
    .blog-link-wrapper {
      margin-top: 15px;
    }
  
    .section-reviews [class*='col-']:not(:last-child)::after {
      content: inherit;
    }
  
    .section-reviews [class*="col-"] {
      width: 100%;
      border-right: none;
    }
  
    .section-reviews [class*="col-"]:not(:last-child) {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 20px;
    }
  
    /* about page */
    .simplicity .col-md-6:first-child {
      margin-bottom: 3.5rem;
      padding-right: 0rem !important;
    }
  
    .seo-agency-sec .section__btn {
      margin-bottom: 2rem;
    }
  
    .lets-make .col-md-6:last-child {
      margin-top: 2rem;
    }
  
    .about-hero {
      height: 440px;
    }
  
    h2.has-medium-font-size {
      font-size: 28px !important;
      line-height: 40px;
    }
  
    h3,
    .h3 {
      font-size: 22px !important;
    }
  
    .wp-block-image+ol li,
    .wp-block-image+ul li,
    .entry-content h3+ul li,
    .entry-content h4+ul li,
    figure+ul li {
      font-size: 16px !important;
    }
  
    .need_seo_section .col-md-8 {
      width: 66%;
    }
  
    .need_seo_section .col-md-4 {
      width: 33%;
    }
  
    .pe-5 {
      padding-right: 0rem !important;
    }
  
    .rating-grid img {
      width: inherit;
    }
  
    .header .dropdown-menu.columns-3 {
      min-width: auto;
      height: 175px;
    }
  
    .header .navbar .navbar-nav .nav-link {
      font-size: 15px;
    }
  
    .need_seo_section .btn {
      font-size: 15px;
    }
  
    .awards-logo .col-md-3 {
      margin-bottom: 2rem;
    }
  
    .published-logo .owl-carousel .owl-item img {
      max-width: 105px;
    }
  
    .approach-section .col-md-4 {
      width: 50%;
    }
  
    /* .col-md-6.why-seo__seprator { */
    /* display: none; */
    /* } */
  
    .hero {
      background-image: none;
      background: linear-gradient(135deg, #003073, #029797) !important;
    }
  
    .why-seo__seprator {
      margin-top: 24px;
    }
  
    .revenue-locksmith-img {
      position: unset !important;
    }
  
    .revenue-locksmith-img img {
      border-radius: 10px !important;
    }
  
    .case-study-carousel-item .row {
      margin: 0px !important;
    }
  
    .smm-tabs .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
    }
  
    .smm-tabs .nav-tabs li {
      padding-right: 0;
      display: inline-block;
      flex: 0 0 auto;
    }
  
    .works-step__blk .h5 {
      margin-top: 10px;
  
    }
  
    .works-step__blk h4 br {
      display: none;
  
    }
  
    .works-step__blk p {
      max-width: 100% !important;
    }
  
  
  }
  
  @media (max-width:766px) {
    .solution-sec {
      background-color: #ddb97e !important;
      background-image: none !important;
      height: auto !important;
    }
  }
  
  @media screen and (min-width:576px) and (max-width:767px) {
  
    .locksmith-services-works [class*='col-']:nth-child(1) .outline-box,
    .locksmith-services-works [class*='col-']:nth-child(3) .outline-box,
    .locksmith-services-works [class*='col-']:nth-child(5) .outline-box {
      border-right: 1px solid rgba(255, 255, 255, 0.40) !important;
    }
  
    .locksmith-services-works [class*='col-']:nth-child(5) .outline-box,
    .locksmith-services-works [class*='col-']:nth-child(6) .outline-box {
      border-bottom: 0px !important;
    }
  }
  
  @media (max-width:575px) {
  
    .locksmith-services-works [class*="col-"]:nth-child(1) .outline-box,
    .locksmith-services-works [class*="col-"]:nth-child(5) .outline-box {
      border-right: none;
    }
  
    .locksmith-services-works [class*="col-"]:nth-child(5) .outline-box {
      border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    }
  
    .rating-grid img {
      width: inherit;
    }
  
    .published-logo.awards-logo .col-md-3 {
      text-align: center;
    }
  
    .entry-content img {
      height: auto !important;
    }
  
    .post-meta {
      display: block !important;
    }
  
    .post-meta>li:not(:last-child) {
      margin-bottom: 10px;
    }
  
    /*.container, .container-md, .container-sm {*/
    /*  max-width: 530px !important;*/
    /*}*/
    .section__btn,
    .assistance-form .btn-primary,
    button.btn-primary {
      padding: 8px 20px !important;
      font-size: 16px;
      min-width: 165px;
    }
  
    h2,
    .h2 {
      font-size: 24px !important;
      line-height: 26px !important;
    }
  
    .level-section .col-sm-5 {
      width: 50%;
    }
  
    .section__header h2 {
      margin-bottom: 15px;
    }
  
    p {
      font-size: 14px !important;
    }
  
    /*.outline-box{*/
    /*    border:none !important;*/
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.40) !important;*/
    /*}*/
  
    .section-reviews [class*='col-']:nth-child(1)::after,
    .section-reviews [class*='col-']:last-child::after {
      content: inherit;
    }
  
    .section-reviews [class*='col-']:last-child::after {
      top: -20px;
      content: "";
      position: absolute;
      right: 2%;
      background-color: rgba(0, 0, 0, 0.06);
    }
  
    .section-reviews [class*='col-']:nth-child(2)::after {
      width: 0;
    }
  
    .section-reviews [class*='col-']:not(:last-child)::before {
      content: "";
      position: absolute;
      width: 95%;
      top: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.06);
    }
  
    /* about us */
    .priorities .row:last-child {
      margin-top: 3rem !important;
    }
  
    .history-img .row .col-sm-6 {
      width: 50%;
      margin-top: 1rem;
    }
  
    h1,
    .h1 {
      font-size: 25px !important;
      line-height: 30px !important;
    }
  
    h2.has-medium-font-size {
      font-size: 24px !important;
      line-height: 30px !important;
    }
  
    .need_seo_section .col-md-8,
    .need_seo_section .col-md-4 {
      width: 100%;
    }
  
    .about-bullet-list li span {
      font-size: 20px;
    }
  
    .section-reviews .col-md-4 {
      width: 100%;
    }
  
    .header .multi-column-dropdown li a {
      font-size: 13px;
    }
  
    .header .dropdown-icon {
      padding: 7px 0 7px 15px;
      font-size: 14px !important;
    }
  
    .quality__card {
      min-height: 310px;
    }
  
    #services .col-md-4 {
      width: 100%;
    }
  
    .locksmith-services-works .btn {
      margin-top: 0px !important;
    }
  
    .approach-section .col-md-4 {
      width: 100%;
    }
  
    .orm-tabs ul.nav {
      display: inline-block;
    }
  
    .content-box-wrap {
      height: 245px;
    }
  
  
  }
  
  @media (max-width:567px) {
    .expect-sec ul li {
      width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    .casestudy-other-info h3 {
      font-size: 20px !important;
    }
  
    .blog-callaction__inner h2 {
      font-size: 20px !important;
      font-weight: 500 !important;
      line-height: 23px;
      margin-bottom: 20px !important;
    }
  
    /*.img-icon.priorities-img img {*/
    /*  width: 90% !important;*/
    /*}*/
    /*.img-icon.priorities-img::after {*/
    /*    left: auto;*/
    /*    right: 0;*/
    /*    width: 90%;*/
    /*}*/
    .why-locksmith .row:last-child .col-md-4,
    .why-locksmith .row:last-child .col-md-6,
    .strength-section .col-md-6,
    .locksmith-service-process .col-md-3 {
      width: 100%;
    }
  
    .header .navbar .navbar-nav .nav-link {
      font-size: 14px;
    }
  
    .header .navbar-nav>.nav-item {
      padding-right: 0;
      padding-bottom: 10px;
      padding-top: 10px;
    }
  
    .blog-callaction__inner.border-radius .col-md-5 {
      margin-top: 15px;
    }
  
    #nav-tab {
      display: inline-block;
    }
  
    .need_seo_section {
      text-align: center;
    }
  
    .need_seo_section .d-flex {
      flex-wrap: wrap;
      justify-content: center !important;
    }
  
    .need_seo_section .d-flex a:not(:last-child) {
      margin: 0px 0px 10px 0px !important;
    }
  
    .need_seo_section .d-flex a {
      width: 100%;
    }
  }
  
  @media (max-width: 402px) {
    .btn.section__btn.secondary-bg {
      margin-right: 0px !important;
    }
  
    .header .dropdown-menu.columns-3 {
      min-width: auto;
      height: 181px;
    }
  }
  
  @media (max-width: 376px) {
    .btn.section__btn.secondary-bg {
      margin-bottom: 10px;
    }
  
    .quality__card {
      min-height: 330px;
    }
  }
  
  /* MEDIA QUERY END */
  .blog-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  }
  
  .blog-carousel .owl-nav button:hover {
    background: #3778BE !important;
  }
  
  .blog-carousel .owl-nav button:hover svg path {
    stroke: #fff;
  }
  
  .blog-carousel .owl-nav button.owl-prev {
    position: absolute;
    content: "";
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
  }
  
  .blog-carousel .owl-nav button.owl-next {
    position: absolute;
    content: "";
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
  }
  
  .benifits-section .strength-img {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    height: calc(100% - 100px);
  }
  
  .proposal-wrap {
    color: #FFF;
    background-color: #112034;
    border-radius: 15px;
    padding: 25px;
  }
  .proposal-wrap #jAiiYushCE9wmkNGPTegZBKX9QrboUNBMKDXR2lF :is(.card, .card .card-body) {
    background-color: transparent !important;
  }
  
  .proposal-wrap #jAiiYushCE9wmkNGPTegZBKX9QrboUNBMKDXR2lF .card {
    border: 0;
  }
  .proposal-wrap #jAiiYushCE9wmkNGPTegZBKX9QrboUNBMKDXR2lF .card .card-body {
    padding: 0;
  }
  .proposal-wrap #jAiiYushCE9wmkNGPTegZBKX9QrboUNBMKDXR2lF .card .card-body .section-free-quote-form {
    max-width: 100%;
  }
  
  /* MEDIA QUERY START */
  
  @media (max-width: 1280px) {
    .blog-carousel .owl-nav button.owl-prev {
      left: -20px;
      background-color: white;
    }
  
    .blog-carousel .owl-nav button.owl-next {
      right: -20px;
      background-color: white;
    }
  }
  
  @media (max-width: 1180px) {
    .blog-carousel .owl-nav {
      margin-top: 20px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
  
    .blog-carousel .owl-nav button.owl-prev,
    .blog-carousel .owl-nav button.owl-next {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      transform: unset;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
    }
  }
  
  /* awards tabs */
  .award-tabs .tab-menu {
    margin-top: 34px;
  }
  .award-tabs .tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .award-tabs .tab-menu ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
  }
  .award-tabs .tab-menu ul li a {
    display: block;
    padding: 10px;
    background: #eee;
  }
  .award-tabs .tab-menu ul li a img {
      height: 35px;
      width: 100%;
      object-fit: contain;
  }
  .tab-box {
    display: none;
  }
  
  .tab-main-box {
    background: #f3f3f3;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
  }
  @media (max-width: 767px) {
    .award-tabs .tab-menu ul li {
      flex: 0 0 calc(33.33% - 3.4px);
    }
    .seo-matters__cont {
      width: 100%;
      margin: unset !important;
    }
    .seo-matters__blk {
      height: 260px;
      padding: 10px;
      margin: auto;
      text-align: center;
      justify-content: center;
      position: relative;
      top: unset;
  }
    .section-counter__blk {
      gap: 10px;
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .case-studies-section .casestudy-slider-contents {
      height: 120px;
    }
    .strategy__blk {
      width: 100%;
    }
    .casestudy-slider-contents {
      grid-template-columns: repeat(1,1fr);
    }
    .casestudy-slider--right h3 {
      font-size: 14px !important;
    }
    .casestudy-slider--right span {
      text-align: left;
      display: block;
    }
  }
  /* awards tabs ends */