@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?iqhzsa');
    src:    url('../fonts/icomoon.eot?iqhzsa#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?iqhzsa') format('truetype'),
        url('../fonts/icomoon.woff?iqhzsa') format('woff'),
        url('../fonts/icomoon.svg?iqhzsa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-commercial:before {
    content: "\e900";
}
.ico-leather:before {
    content: "\e901";
}
.ico-pet:before {
    content: "\e902";
}
.ico-residential-cleaning:before {
    content: "\e903";
}
.ico-rug:before {
    content: "\e904";
}
.ico-tiles:before {
    content: "\e905";
}
.ico-upholstery:before {
    content: "\e906";
}
.ico-water-damage:before {
    content: "\e907";
}


.fs1 {
    font-size: 64px;
}

@media (max-width:768px){
.fs1 {
    font-size: 48px;
}
}