.h1-wrap .contact-us-buttons {
    width: max-content;
}


.top-h2 {
    max-width: 1200px;
    font-weight: normal;
}


.h1-wrap {
    margin-left: 5vw;
    margin-top: 40px;
}

.h1-wrap .white-ripple .h3-wrap h3 {
    font-size: 25px;
}

.top-h2 {
    /* width: 100%; */
}


.topsite {
    /* height: max-content; */
    padding-bottom: 50px;
    padding-top: 100px;
}

.our-process-h2 {
    font-size: 40px;
    text-align: center;
    margin: 0px;
}

.our-process#our-process {
    padding-top: 40px;
}

.why-choose-us-text#why-choose-us-text {
    text-align: left;
}


.green-text {
    color: #008800;
}




aside.aside {
    width: 20vw;
    max-width: 300px;
}

.our-services {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-self: center;
}


.full-service-service-container p {
    width: 24.66vw;
    min-width: 220px;
    margin: 0px;
    padding: 0px 5px 3px 5px;
    font-size: 20px;
}

.our-services .h2-wrap {}

.h2-wrap h2 {
    max-width: 100vw;
}

.full-service-service-wrap {
    width: max-content;
    display: flex;
    flex-direction: row;
    padding: 3px 5px;
    width: 26.66vw;
    min-width: 220px;
}

.full-service-service-wrap .fi {
    font-size: 50px;
}

.full-service-text {
    font-size: 26px;
    font-weight: bold;
    padding-left: 6px;
    display: flex;
    align-items: center;
}

.full-service-services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.open-form {
    cursor: pointer;
}

.estimate-wrap {
    max-height: 0px;
    overflow: hidden;
    transition: 1s all;
}

.how-we-work-wrap h2 {
    margin: 10px 0px;
}

.how-we-work-text-header {
    text-align: center;
    font-size: 30px;
    max-width: 250px;
    width: 20vw;
    font-weight: bold;
    padding-top: calc(10px + 1vw);
    min-width: 200px;
}

.how-we-work-text {
    font-size: 20px;
    max-width: 250px;
    width: 20vw;
    font-weight: normal;
    padding-top: 5px;
    min-width: 200px;
}

.how-we-work-image img {
    max-width: 250px;
    width: 20vw;
    min-width: 200px;
}


.how-we-work-text {}

.how-we-work-section-wrap-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.how-we-work-text-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.how-we-work-section-flex {
    padding: calc(5px + 1vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* .botsite .service-blog-wrap {
    display: none;
} */

.best-text-wrap .why-choose-us-text#why-choose-us-text {
    max-width: 1100px;
}

.best-text-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.best-text-image img {
    max-width: 300px;
    max-height: 300px;
    min-width: 150px;
    min-height: 150px;
    width: 20vw;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-left: 20px;
    margin-right: 5vw;

}

.best-text-image img {}



@media(max-width:1000px) {
    .best-text-image img {
        /* display: none; */
    }

    .best-text-wrap .why-choose-us-text#why-choose-us-text {
        text-align: left;
    }
}

@media(max-width:950px) {
    .why-choose-us-text#why-choose-us-text {
        text-align: center;
    }

    .how-we-work-text {
        text-align: center;
    }
}

@media(max-width:900px) {
    .aside {
        display: none;
    }

    .how-we-work-image img {
        max-width: 250px;
        width: 20vw;
        min-width: 100px;
    }
}

@media(max-width:700px) {
    .best-text-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .best-text-image {
        display: flex;
        justify-content: center;
    }

    .best-text-image img {

        width: 50vw;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .estimate-wrap {

        flex-direction: column-reverse;
    }

    .mys-advantage {
        background-color: white;
    }
}

@media(max-width:600px) {

    .topsite {
        /* height: max-content; */
        padding-bottom: 50px;
        padding-top: 90px;
    }

    .h1-wrap {
        margin-left: 10vw;
        margin-top: 40px;
    }
}

@media(max-width:450px) {
    .how-we-work-image img {
        width: 40vw;
        min-width: 140px;
    }

    .how-we-work-text-wrapper {
        flex-direction: column;
    }
}