.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:after,.expect-sec:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 279px;
    background-size: cover
}

.expect-sec:before {
    top: 0
}

.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: .4s;
    transition: .4s
}

.slider {
    top: -3px;
    bottom: 0;
    left: -42px;
    right: 0;
    border-radius: 20px;
    background: var(--blue-color);
    cursor: pointer;
    overflow: visible;
    width: 70px;
    height: 34px;
    border: 2px solid var(--blue-color);
    z-index: 1
}

.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,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.23)
}

.hideoff {
    position: absolute;
    left: 0;
    opacity: .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 .4s;
    transition: all ease .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(--orange-color);
    color: var(--orange-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;
}