﻿body {
    background-color: lightgray;
}

@media screen and (max-width:500px) {
  /* smaller screens */

}

@media screen and (max-width:960px) {
  /* bigger screens */    
}

.flexslider {
    width: 70%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.container-fluid {
    background-color: white;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-border-top: 4px !important;
    -moz-border-top: 4px !important;
    border-top: 4px !important;
    -webkit-border-bottom: 4px !important;
    -moz-border-bottom: 4px !important;
    border-bottom: 4px !important;
}

.round {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-border-top: 4px !important;
    -moz-border-top: 4px !important;
    border-top: 4px !important;
    -webkit-border-bottom: 4px !important;
    -moz-border-bottom: 4px !important;
    border-bottom: 4px !important;
}

.container-fluid .img-thumbnail {
    border: none !important;
}

.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    content: none !important;
}

.navbar-default .navbar-nav > li > a, a {
    color: #993333;
}

.contactUsTable {
    display: inline-block;
    clear: both;
    vertical-align: top;
    padding: 5px 0px 0px 30px;
    color: rgb(153, 51, 51);
    width: 100%;
}

    .contactUsTable label {
        font-weight: bolder;
        width: 100%;
    }

    #contactUs_contactContainer thead, #contactUs_contactContainer tbody, #contactUs_contactContainer tr, #contactUs_contactContainer td{
        width: 100%;
        display: block;
        text-align: right;
    }

.contactUsHeader {
    font-weight: bold;
    text-decoration: underline;
}

.contactUsTable thead {
    font-size: larger;
}

.preposalHeader {
    font-size: xx-large;
}

.compareTabe {
    border-collapse: collapse;
}

    .compareTabe th, .compareTabe td {
        border: 1px solid black;
    }

    .compareTabe tr td {
        padding: 0 10px;
    }

    .compareTabe thead {
        font-size: large;
    }

.lowerText p {
    text-align: justify;
    text-justify: inter-word;
}

.nav.navbar-nav.navbar-left a {
    font-weight: bold;
    font-size: large;
}

.rightContactDiv {
    display: inline-block;
    float: right;
    width: 29%;
}

.requeste {
    border: 1px solid black;
    color: black;
    /*display: table-caption;*/
    margin: 10px 20px 0;
    padding: 10px;
    width: 80%;
    font-weight: lighter;
}

    .requeste label {
        width: 100%;
    }

    .requeste input, .requeste textarea {
        width: 100%;
    }

.requesteHeading {
    color: rgb(153, 51, 51);
    text-decoration: underline;
}

.FAQMain {
    width: 100%;
    margin: 0 10px;
    /*display: block;*/
}

.FAQRight {
    display: inline-block;
    width: 23%;
}

    .FAQRight img {
        width: 100%;
    }

.FAQInneDiv {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    width: 69%;
}

.FAQHeading {
    text-decoration: underline;
    color: rgb(153,51,51);
    padding: 0 0 10px 0;
    font-size: large;
}

.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: block;
    cursor: pointer;
    font-weight: bolder;
    font-size: large;
}

.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0 0 0 20px;
    color: #999933;
    font-weight: lighter;
}

.OfficeHours {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .OfficeHours p {
        padding: 0 20px;
    }

.OHCenter {
}

.contactContainer {
    width: 100%;
    display: block;
}

.contactLeft {
    width: 35%;
    display: inline-block;
    /*background-color: green;*/
}

    .contactLeft .contactUsTable {
        padding-bottom: 20px;
    }

.contactRight {
    width: 49%;
    display: inline-block;
    /*background-color: yellow;*/
    vertical-align: top;
}

    .contactRight .requeste {
        /*float: right;*/
    }

.frameDiv {
    clear: both;
    margin: 0 auto;
    width: 90%;
}

.clearDiv {
    display: block;
    width: 100%;
    clear: both;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

    .white-popup img {
        max-width: 49%;
    }

.imagepopup img {
    height: 200px;
    width: 10%;
}

.imageContainer {
    width: 100%;
    clear: both;
    display: block;
}

.imagepopup2 span img {
    height: 100px;
    width: 200px;
}

.imagepopup2 {
    text-align: center;
    vertical-align: top;
    display: table-cell;
    font-size: large;
}

    .imagepopup2 span {
        display: flex;
        margin: 0 auto;
    }

    .imagepopup2 div {
        clear: both;
        display: list-item;
        overflow: hidden;
        width: 200px;
    }

.popupDataDiv {
    width: 50%;
    float: right;
}
