.expect-sec {
    padding: 90px 0;
    position: relative;
  }
  .expect-sec .heading h2 {
    font-weight: 700;
    width: 80%;
    font-size: 44px;
    margin-left: auto;
    margin-right: auto;
  }
  .expect-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 218px;
    background: url(../images/img16.png);
    background-size: contain;
    background-position: unset;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    filter: grayscale(1);
  }
  .expect-sec.visible:before {
    background: url(../images/shap03.webp) no-repeat;
  }
  .expect-sec:after {
    bottom: 0;
    right: 0;
  }
  .expect-sec.visitor:after {
    background: url(../images/shap04.webp) no-repeat;
  }
  .heading h4 {
    padding: 5px 25px;
    margin: 0 auto 1px;
    color: #000;
    border-radius: 6px;
    display: table;
    text-transform: capitalize;
  }
  .hideme img,
  .hideme svg {
    position: absolute;
    right: 45px;
    top: 0;
  }
  .switch {
    position: absolute;
    z-index: 2;
    top: 0;
  }
  .slider,
  .slider:before {
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .switch {
    position: absolute;
    z-index: 2;
    top: 0;
  }
  .slider {
    top: -3px;
    bottom: 0;
    left: -42px;
    right: 0;
    border-radius: 20px;
    background: var(--primary-color);
    cursor: pointer;
    overflow: visible;
    width: 70px;
    height: 34px;
    border: 2px solid var(--primary-color);
    z-index: 2;
  }
  .slider:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 100px;
    top: 4px;
    -webkit-transform: translateX(0);
    transform: translateX(42px);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .hideoff {
    position: absolute;
    left: 0;
    opacity: 0.3;
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(5px);
    background: #fff;
  }
  .off,
  .on {
    position: absolute;
    right: -185px;
    top: 2px;
    color: #000;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    width: 150px;
    font-size: 20px;
  }
  .on {
    right: 65px;
    top: 3px;
    color: #d3d3d3;
  }
  .switch input:checked ~ .off {
    color: #ccc;
  }
  .switch input:checked ~ .on {
    color: #000;
  }
  .seo-switch {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .seo-switch img.img-before {
    top: 0;
    left: -165px;
    position: relative;
  }
  .seo-switch .img-after img {
    right: -195px;
    position: relative;
    top: 0;
  }
  .rank {
    text-align: center;
    padding-top: 220px;
  }
  .rank span {
    -webkit-text-stroke: 1px var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 41px;
  }
  .rank p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .counter {
    display: none;
  }
  .expect-sec .heading p {
    width: 81%;
    margin-bottom: 40px;
  }
  .head {
    text-align: center;
}  