@media(max-width:500px) {
    img.firstLogo {
        display: none;
    }

    .herocover {
        padding: 6% 0% 5%;
        width: 92%;
        margin: 0 auto
    }

    .herocover .list {
        padding-left: 10vw;
        margin-right: 0vw;
        margin-bottom: 2vw;
        font-size: 4.5vw;
        line-height: 6.5vw;
    }

    .herocover .list:nth-child(3n) {
        margin-right: 0
    }

    .herocover .list span {
        width: 5.28vw;
        height: 4.725vw;
        top: 1vw;
        left: 2vw;
    }
    
    .facebookCount {
        display: flex;
        margin-top: 4%;
        font-size: 3.9vw;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .facebookCount span {
        margin-right: 1vw;
        height: 5vw;
        align-items: center;
    }
    
    .facebookCount span svg {
        width: 4.4vw;
        height: 4.4vw;
        margin: 0 0.2vw;
    }
    
    .facebookCount .number {
        font-size: 4.4vw;
        line-height: 5vw;
        font-weight: 600;
    }
    
    .facebookCount .text {
        line-height: 6vw;
        margin-left: 3vw;
        letter-spacing: -0.02rem;
    }

    #ServiceProof {
        padding: 6% 0 8%;
    }

    .NumberProof {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        row-gap: 25px
    }

    .NumberProof .items {
        width: 100%
    }

    .NumberProof .items .number {
        font-size: 11vw;
    }

    .NumberProof .items .text {
        font-size: 4.4vw;
    }

    #RefundGuarantee {
        padding-top: 10% !important;
        padding-bottom: 10% !important;
    }

    #SpecializeServices {
        padding: 8% 0 30%;
    }

    .SpecialServices {
        padding: 10% 0% 10%;
        flex-direction: column;
        width: 88%;
        margin: 0px auto;
    }

    .SpecialServices .list {
        width: 100%;
    }

    .SpecialServices .list h3.card-title {
        font-size: 5vw;
        padding: 3% 7%;
        width: auto;
        margin: -5% auto 10%;
        border-radius: 2vw;
    }

    .underline_step {
        height: auto;
        width: 60%;
        margin-top: 3px;
    }

    .CleaningSteps {
        margin: 10% auto 0%;
        width: 100%;
        justify-content: flex-end;
    }

    .CleaningSteps .list {
        width: 70%;
        margin-right: 8%;
        padding-bottom: 14%;
    }

    .CleaningSteps .list:nth-child(odd) {
        text-align: left;
    }

    .CleaningSteps .list .line {
        width: 1.5px;
        height: 100%;
    }

    .CleaningSteps .list:nth-child(1) .line,
    .CleaningSteps .list:nth-child(3) .line,
    .CleaningSteps .list:nth-child(5) .line {
        top: 10%;
        right: unset;
        left: -20%;
    }

    .CleaningSteps .list:nth-child(2) .line,
    .CleaningSteps .list:nth-child(4) .line {
        top: 10%;
        right: unset;
        left: -20%;
    }

    .CleaningSteps .list:nth-child(2) {
        margin-bottom: 0% !important;
    }

    .CleaningSteps .list:nth-child(3) {
        margin-top: 0%;
    }

    .CleaningSteps .list:nth-child(4) {
        margin-bottom: 0%;
    }

    .CleaningSteps .list:nth-child(5) {
        margin-top: 0%;
    }

    .CleaningSteps .list .stepCircle {
        width: 13vw;
        height: 13vw;
        font-size: 7vw;
        right: unset;
        top: 1%;
        left: -30%;
    }

    .CleaningSteps .list:nth-child(even) .stepCircle {
        right: unset;
        left: -110px;
        top: 1%;
        left: -30%;
    }

    .CleaningSteps .list .title {
        font-size: 5.5vw;
    }

    .CleaningSteps .list .text {
        font-size: 4.44vw;
        margin: 0% 0% 5vw;
    }
    
    img.underline_surface {
        height: auto;
        width: 55%;
        margin-top: -1vw;
    }
    
    .SurfaceType {
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
        margin: 10% auto 0%;
        row-gap: 20px;
    }
    
    .SurfaceType .list .image {
        padding: 1.8vw;
    }
    
    .SurfaceType .list .text {
        font-size: 4.4vw;
        padding: 3vw 0vw 0vw;
    }
    
    img.underline_stain {
        height: auto;
        margin-top: -2vw;
        width: 55%;
    }
    
    .StainType {
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
        margin: 7% auto 5%;
        row-gap: 5px;
    }
    
    .StainType .list .image {
        border: 1.4vw solid #ffffff;
        border-radius: 4.4vw;
        box-shadow: 0px 0px 12px 2px #00000026;
    }
    
    .StainType .list .image img {
        border-radius: 3vw;
    }
    
    .StainType .list .text {
        font-size: 4.8vw;
        padding: 3vw 0% 4vw;
    }
    
    #CleanRemove {
        padding: 0% 0% 38%;
    }

    #ThreeSimpleSteps {
        padding: 0 0 38%;
    }

    .ChangeSide {
        display: flex;
        flex-direction: row;
        padding: 1vw 0 0;
    }

    .lineSteps {
        width: 14%;
        position: relative
    }

    .lineSteps svg {
        width: 100%
    }

    .BookingSteps {
        width: 86%;
        padding: 0 0 7%;
        flex-direction: column
    }

    .BookingSteps .list {
        width: 100%;
        margin-top: 0;
        padding-top: 8vw;
    }

    .BookingSteps .list:not(:last-child):after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        top: 97%;
        left: -9%;
        transform: translate(-50%, -50%);
        border-right: 1px dashed rgb(22 102 224/69%);
        z-index: -1
    }

    .BookingSteps .dot {
        top: 50%;
        left: -9%;
        width: 7vw;
        height: 7vw;
    }

    .BookingSteps .dot span {
        width: 3vw;
        height: 3vw;
    }

    .BookingSteps .innerCard {
        border-radius: 3vw;
        padding: 7% 5%;
        height: auto
    }

    .BookingSteps .innerCard .left {
        padding-right: 4%;
        width: 26%;
        box-sizing: border-box
    }

    .BookingSteps .innerCard .left img {
        width: 100%;
        height: auto
    }

    .BookingSteps .list:nth-child(1) .innerCard .left img {
        width: 78%
    }

    .BookingSteps .list:nth-child(2) .innerCard .left img {
        width: 82%
    }

    .BookingSteps .innerCard .right {
        width: 70%;
        box-sizing: border-box
    }

    .BookingSteps .innerCard .right .title {
        font-size: 5.5vw;
        padding: 0 0 1vw
    }

    .BookingSteps .innerCard .right .text {
        font-size: 4.4vw;
        line-height: 6.4vw;
    }
    
    #FavouriteSpecialist {
        padding: 0% 0% 7%;
    }
    
    #FavouriteSpecialist .MoveUp {
        margin-top: -34%;
    }
    
    .TeamList {
    }
    
    .TeamList .list {
        width: 31%;
        padding: 4px;
        border-radius: 25px;
        margin: 0% 1% 7%;
    }
    
    .TeamList .list.half {}
    
    .TeamList .list:nth-child(1) {
        margin-left: 2.1%;
    }
    
    .TeamList .list img {
        border-radius: 21px;
    }
    
    .TeamList .list .name {
        width: 80%;
        border-radius: 5px;
        padding: 4% 0%;
        font-weight: 600;
        font-size: 3.3vw;
    }

    #WhatYouExpect {
        padding: 9% 0% 0%;
    }

    .DeepCleanServices {
        padding: 10% 0% 0%;
        flex-direction: column;
    }

    .DeepCleanServices .list {
        width: 100%;
    }
    
    .DeepCleanServices .list:not(:last-child) {
        margin: 0% 0% 15%;
    }

    .DeepCleanServices .list .type {
        justify-content: center;
        margin: 0% 0% 5vw;
        height: auto;
        width: 100%;
    }

    .DeepCleanServices .list .type img {
        margin: 0%;
        margin-right: 5vw;
    }

    .DeepCleanServices .list:nth-child(1) .type img {
        height: auto;
        width: 39%;
    }

    .DeepCleanServices .list:nth-child(2) .type img {
        height: auto;
        width: 30%;
    }

    .DeepCleanServices .list:nth-child(3) .type img {
        height: auto;
        width: 20%;
        margin-right: 1vw;
    }

    .DeepCleanServices .list .type .title {
        font-size: 6vw;
        padding: .2em 1.5em;
        width: auto;
    }

    .DeepCleaning {
        margin: 10% 0% 0%;
    }

    #Warranty {
        padding: 10% 0%;
    }
}