﻿.bodylft1 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.boxm {
    border-bottom: #dec5ad 2px solid;
    border-left: #dec5ad 1px solid;
    width: 32%;
    background: url(../images/box2-bg.gif) #fdf4eb repeat-x left top;
    vertical-align: top;
    border-top: #dec5ad 1px solid;
    border-right: #dec5ad 2px solid;
    float: left;
    height: 119px;
    margin-right: 5px;
}

    .boxm:hover {
        border-bottom: #971305 2px solid;
        border-left: #971305 1px solid;
        background: url(../images/box2-bg.gif) #fdf4eb repeat-x left top;
        vertical-align: top;
        border-top: #971305 1px solid;
        border-right: #971305 2px solid;
    }

    .boxm h3 {
        background-image: url("../images/tick.gif");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: auto auto;
        color: #b4092c;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding-bottom: 4px;
        padding-left: 40px;
        padding-right: 0;
        padding-top: 0;
    }

    .boxm p {
        margin-bottom: 4px;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 4px;
        padding: 0;
        display: block;
    }

#homepagecontentm {
    float: left;
}



    .homepageh1Heading.m {
        display: block;
    }


.homepageh1content {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 10px;
    padding-left: 0px;
    margin: 0px;
    text-align: center;
}

    .homepageh1content.m {
        display: block;
    }


@media only screen and (min-width:320px) and ( max-width:640px) {
    .boxm {
        border-bottom: none;
        border-left: none;
        width: 100%;
        background: none;
        vertical-align: top;
        border-top: none;
        border-right: none;
        float: left;
        height: 25px;
        margin-right: 5px;
    }

        .boxm:hover {
            border-bottom: none;
            border-left: none;
            background: none;
            vertical-align: top;
            border-top: none;
            border-right: none;
        }

        .boxm p {
            margin: 4px;
            padding: 0;
            display: none;
        }

    .homepageh1Heading.m {
        display: none;
    }

    .homepageh1content.m {
        display: none;
    }
}

@media only screen and (orientation : landscape)and (max-width:480px) and ( min-width:320px) {
    .homepageh1Heading.m {
        display: none;
    }

    .homepageh1content.m {
        display: none;
    }
}

@media only screen and (min-width:360px) and ( max-width:640px) {
    .boxm {
        border-bottom: none;
        border-left: none;
        width: 100%;
        background: none;
        vertical-align: top;
        border-top: none;
        border-right: none;
        float: left;
        height: 25px;
        margin-right: 5px;
    }

        .boxm p {
            margin: 4px;
            padding: 0;
            display: none;
        }

    .homepageh1Heading.m {
        display: none;
    }

    .homepageh1content.m {
        display: none !important;
    }
}

@media only screen and (min-width:480px) and ( max-width:640px) {
    .bodylft1 {
        float: left;
        margin-bottom: 5px;
        width: 48%;
    }

    .boxm {
        width: 100%;
        float: left;
        height: 119px;
        margin-right: 5px;
    }
}

@media only screen and (orientation : landscape)and (max-width:640px) and ( min-width:360px) {
    .bodylft1 {
        float: left;
        margin-bottom: 5px;
        width: 48%;
    }

    .boxm {
        width: 100%;
        float: left;
        height: 119px;
        margin-right: 5px;
    }
}
