﻿.divBorderT {
    border-top: 2px solid #00548b;
    margin-top: 10px;
}

.collection-subtitleH {
    font-family: "Times, Times New Roman, serif";
    padding-bottom: 15px;
    font-size: 60px;
    color: #00558b;
    line-height: .9em;
}

    .collection-subtitleH h1 {
        font-family: "Times, Times New Roman, serif";
        padding-bottom: 15px;
        font-size: 60px;
        color: #00558b;
        line-height: .9em;
        text-transform: capitalize;
    }

.header-banner {
    text-transform: unset;
    font-weight: bold;
    color: white;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    line-height: 4.5rem;
}

.header-content {
    color: black;
    font-family: Arial;
    margin-top: 20px;
}

.blue-box {
    background-color: #9cd5ef;
    color: #13578c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.form-scrollout {
    padding: 15px 40px !important;
}

.important {
    position: relative;
    color: red;
    z-index: 99;
}

.form-item {
    position: relative;
    margin-bottom: 15px;
}

.left-part {
    float: left;
    font-style: italic;
}

.right-part {
    float: right;
    font-style: italic;
}

.form-item-title {
    font-weight: bold;
    font-style: normal;
}

.select {
    font-size: initial !important;
}

.i-settings, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, input[type="file"] {
    font-size: 14px !important;
}

.form-item-last {
    position: relative;
    margin-top: 25px;
}

.yellow-btn {
    background-color: #F5BA40 !important;
}

.square-btn {
    color: white !important;
    border: 0;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    width: 225px;
    height: 40px;
}

.square-btn-auto-width {
    color: white !important;
    border: 0;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    height: 40px;
}

.lightblue-btn {
    background-color: #00A0DF !important;
}

.darkblue-btn {
    background-color: #00558B !important;
}

.request-quote-page #mainbody {
    min-height: 1475px !important;
}

@media (min-width: 576px) {
    .left-column {
        border-right: 2px solid #3aa6d7;
    }
}

@media (max-width: 576px) {
    .right-part {
        float: left !important;
    }

    .divBorderT {
        display: none;
    }

    .collection-subtitleH h1 {
        font-size: 50px;
    }

    .header-banner {
        font-size: 20px;
        line-height: 3.5rem;
    }
}
