@media (min-width: 991px) {
  .stepcontainer{
    position: relative;
  }

  .stepcontainer::before {
    content: "";
    position: absolute;
    top: 54px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: #004d5c;
    z-index: 0;
  }

  .step .icon-circle {
    position: relative;
    z-index: 1;
  }
  .whyuniquemainmobile{
    display: none;
  }
}
@media (max-width: 991px) {
    .container{
        --bs-gutter-x: 1.24rem;
    }
.btn-primary {
    width: 80%;
    font-size: 15px;
}
.btn-outline-secondary {
    width: 80%;
}
    .row-rerverse {
    flex-direction: column-reverse;
}
.navbar .navbar-brand img {
    width: 140px;
}
.mb-bottom {
    margin-bottom: 20px;
}
.py{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ai-powered {
    flex-direction: column-reverse;
}
.website_security {
    text-align: center;
    margin-top: 15px;
}

  .whyuniquemain, .refinewebsitemain{
    display: none;
  }
  .auditzo-section {
    padding: 2rem 0;
    text-align: center;
    background-image: none;
}
.website-compliancelook h2 {
    margin-bottom: 20px;
}
.explain p {
    font-size: 15px;
    line-height: 1.5;
    word-spacing: 0px;
    letter-spacing: 0.5px;
    color: inherit;
    margin-bottom: 12px;
}
.quote {
    font-size: 15px;
    font-style: italic;
    color: #212529;
    font-weight: 600;
    margin: 20px 0 20px 0px;
    letter-spacing: 1px;
    background-color: #ecfffd;
    border-left: 4px solid #004f5e;
    padding: 1rem 1rem;
}
.row-eq-height {
    display: flex;
    row-gap: 30px;
}
.cta-actions {
    padding: 20px 0;
}
article.principle {
    height: auto;
    margin-bottom: 30px;
}
.case-study-card {
    min-height: auto;
    margin-bottom: 30px;
}
.view-all-case-studies {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.trust-metric {
    height: auto;
    margin-bottom: 30px;
}
p.trust-footnote {
    text-align: center;
    margin-top: 0px;
}
.aboutfooter, .company-footer, .social-icons {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}
.contactus_footer {
    padding-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
}
.subscribeform {
    padding-top: 20px;
}
.auditzo-flow {
    flex-direction: column;
    gap: 36px;
    align-items: center;
  }
.auditzo-flow-item {
    max-width: inherit;
    background-color: #fbf9fa;
    border: 1px solid #000000;
    border-radius: 14px;
    padding: 20px 20px;
    width: 100%;
}
.auditzo-flow-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    /* rotate: 90deg; */
    right: 11%;
    width: 3px;
    height: 100%;
    background-color: #004f5e;
    z-index: 0;
}
.behavior-review span {
    width: 50px;
    margin: 0 auto;
}
.left-panel {
    margin-top: 30px;
}
.compliancecompasstool {
    padding: 20px 0px;
    min-height: auto;
}
.orbit-wrapper{
    display: none;
}
.compliance-audit {
    margin-bottom: 20px;
    text-align: center;
}
.compliance-audit .text-theme {
    color: #004f5e;
    width: 80%;
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
}
.getformdata {
    margin-bottom: 30px;
}
.audit-form{
    margin-bottom: 30px;
}
/* .run-website {
    margin-bottom: 30px;
} */
  .case-study-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 0.5rem;
  }

  .case-study-scroll > [class*="col-"] {
    flex: 0 0 85%;
    max-width: 85%;
  }
.cta-section .btn {
    width: 80%;
    font-size: 16px;
}
.custom-audit .btn-primary {
    font-size: 15px;
    margin: 0 auto;
    display: flex;
}
.contact-page, .audit-now-section {
    padding: 2rem 0;
}
.subscribeform .input-group {
    width: 100%;
}
.simplecheckslist {
    width: 28px;
    height: 28px;
}
.simplecheckslist svg{
    width: 16px;
}
.what-auditzo-does-item {
    gap: 12px;
}
.simplechecks {
    width: 24px;
    height: 24px;
    margin-right: 9px;
    padding: 5px;
}
.simplechecks svg {
    width: 40px;
    height: 40px;
}
.what-auditzo-does ul {
    margin-left: -14px;
}
.pricingauditbox .btn-primary {
    width: 80%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.what-you-receive-item {
    justify-content: center;
    text-align: center;
}
.evidence-title {
    font-size: 1.4rem;
  }
.behavior-review {
    display: flex;
    flex-direction: column;
    text-align: center;
}
}
@media (max-width: 767px) {
.company-footer ul {
    display: flex;
    flex-wrap: wrap;
}
.company-footer ul li {
    padding-bottom: 7px;
    width: 50%;
}
.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0,0,0,.1);
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    opacity: 1;
}
.navbar .btn-primary {
    width: 80%;
    font-size: 13px;
    padding: 6px 10px 6px 10px;
}
.navbar .navbar-brand img {
    width: 130px;
}
}