html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#PageHeader1
{
   background-color: #000000;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#TextArt1
{
   border-width: 0;
   vertical-align: top;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#Breadcrumb1
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#Breadcrumb1 > li
{
   display: inline-block;
   font-size: 17px;
}
#Breadcrumb1 a
{
   color: #FFFFFF;
   text-decoration: none;
}
#Breadcrumb1 a:hover
{
   color: #2B2B2B;
   text-decoration: underline;
}
#Breadcrumb1 > .active
{
   color: #777777;
}
#Breadcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb1 > li + li:before
{
   content: "";
   padding: 0 19px;
   color: #FFFFFF;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 30px 15px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.quote-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.form-row {
    margin-bottom: 20px;
}

.form-row label,
.form-label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.required {
    color: #d00000;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
    width: 100%;
    padding: 12px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

select {
    min-height: 45px;
}

select[multiple] {
    min-height: 130px;
}

.help-text {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}

.file-box {
    border: 1px dashed #bbbbbb;
    border-radius: 5px;
    padding: 15px;
    background: #fafafa;
}

input[type="file"] {
    font-size: 14px;
}

.submit-area {
    text-align: center;
    margin-top: 30px;
}

.submit-button {
    background: #474747;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 14px 35px;
    font-size: 16px;
    cursor: pointer;
}

.submit-button:hover {
    background: #222222;
}

@media screen and (max-width: 600px) {

    body {
        padding: 20px 10px;
    }

    .form-title {
        font-size: 23px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="date"],
    textarea,
    select {
        font-size: 16px;
    }
}
