﻿@media screen and (min-device-width : 100px) and (max-device-width : 679px) {
    .header {
        display: none;
    }

    .MobHeader {
        display: block;
    }
    .mobHeaderStyle {        
        height: 80px;
        background-color: white;
        position: fixed;
        font-size: 20px;
        width: 100%;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px gainsboro solid;
        top: 0 !important;
        z-index: 1;
    }
    .MobHeader .mobHeaderStyle .headerLogo {
        margin-left: 5%;
        float: left;
    }

            .MobHeader .mobHeaderStyle .headerLogo .logo {
                width: 200px;
                height: 75px;
                padding: 0px;
            }


        .MobHeader .mobHeaderStyle .mobHeaderIconStyle {
            cursor: pointer;
            line-height: 80px;
            float: right;
            margin-right: 8%;
            color: #86015d;
            font-size: 30px;
            border: none;
            background: none;
            outline: none;
        }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0 !important;
        left: 0;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        overflow-x: hidden;
        transition: 0.5s;
        font-family: Calibri;
        padding-top: 5%;
    }

        .sidenav a {
            border-bottom: 1px dashed #86015d;
            padding: 10px 0px;
            padding-left: 8%;
            text-decoration: none;
            font-size: 20px;
            color: #86015d;
            display: block;
            background: none;
            width: 100%;
            text-align: left;
            cursor: pointer;
            outline: none;
            transition: 0.3s;
            font-family: Calibri;
            font-weight: bold;
            text-transform: uppercase;
        }

            .sidenav a:hover {
                border-left: 5px solid #86015d;
            }

        .sidenav .closebtn {
            position: absolute;
            color: #86015d;
            top: 0;
            right: 20px;
            font-size: 36px;
            cursor: pointer;
            /*margin-left: 50px;*/
        }

    .footerCol {
        width: 49%;
        display: inline-block;
        padding: 5px 10px;
        vertical-align: top;
    }

    .titleImage span {
        font-size: 35px;
    }

    .titleText button {
        padding: 10px;
        border: none;
        outline: none;
        color: white;
        font-size: 15px;
        background-color: #5DADE2;
    }

        .titleText button:hover {
            cursor: pointer;
            background-color: #3498DB;
            outline: none;
        }

    .trialImage {
        width: 100%;
    }

    .trialForm {
        width: 100%;
        margin: 10px auto;
        display: block;
        height: auto;
    }

    .ContactSummary {
        width: 100%;
        height: auto;
        border-radius: 10px;
        background-color: #EBDEF0;
    }

        .ContactSummary .ContactInfo {
            float:none;
            width:100%;
            display:block;
            text-align: center;
            padding:5px;
        }

    .ContactInfo {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

        .ContactInfo h1 {
            font-size: 30px;
            font-weight: bold;
        }

        .ContactInfo span {
            font-size: 15px;
        }

    #IndexContactImage {
        display: none;
    }

    .serviceSummary span {
        text-align: center;
        display: block;
    }

    .pageContentLayout .ContentRow .ContentText, .pageContentLayout .ContentRow .ContentImage {
        width: 100%;
        height: auto;
    }

    .contactInfo .contactTitle {
        font-size: 20px;
    }

    .pageContactImage {
        display: none;
    }

    .aboutImage {
        border-radius: 10px 30px;
        width: 95%;
    }

    .contactInfo, .quoteForm {
        width: 100%;
    }

    .quoteForm {
        border-radius: 40px;
    }

        .quoteForm .formTitle {
            font-size: 30px;
        }

        .quoteForm .input-group, .quoteForm .buttonStyle {
            width: 95%;
        }

    .productRow {
        width: 90%;
        height: auto;
        padding:10px;
    }

        .productRow .productContentCell {
            width: 95%;
            margin: 0 auto;
        }

        .productRow .productImageCell {
            width: 100%;
        }

            .productRow .productImageCell .productImageStyle {
                margin: 2% auto;
                display: block;
            }

    .featureContentCell {
        width: 95%;
        height: auto;
        margin: 10px auto;
        float: none;
    }

    .pageContentLayout .ServiceRow {
        display: none;
    }

    .pageContentLayout .MobServiceRow {
        width: 100%;
        display: block;
    }

        .pageContentLayout .MobServiceRow .ContentText {
            width: 95%;
            height: auto;
            margin: 2% auto;
            padding: 10px;
            display: inline-block;
            vertical-align: top;
        }

        .pageContentLayout .MobServiceRow .ContentImage {
            width: 100%;
            display: block;
            margin: 0 auto;
        }

            .pageContentLayout .MobServiceRow .ContentImage .ContentImageStyle {
                width: 100%;
                height: 300px;
                vertical-align: top;
            }

    .quoteDiv .QuoteText, .quoteDiv .QuoteBtn {
        width: 100%;
        display: block;
    }

        .quoteDiv .QuoteBtn button {
            float: none;
            display: block;
            margin: 10px auto;
            padding: 10px 10px;
            text-decoration: none;
            color: black;
            background-color: white;
            font-size: 15px;
            font-weight: bold;
        }

            .quoteDiv .QuoteBtn button:hover {
                color: #86015d;
                cursor: pointer;
                outline: none;
            }
}
