@media(min-width: 768px) {
    .field-label-responsive {
        padding-top: .5rem;
        text-align: right;
    }
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
    stroke-width: 1;
}

.services-icon {
    margin-bottom: 20px;
    font-size: 30px;
}

bgc2,
.vLine,
.hLine {
    background-color: #0F52BA;
}

.quote-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}

td.details-control {
    background: url('/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/images/details_close.png') no-repeat center center;
}

.note {
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.form-content {
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 1.5rem;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

.wizard-header {
    font-family: open sans, sans-serif;
    padding: 9px 30px 11px;
    background: #33a7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 -30px 24px;
}

.heading {
    font-family: open sans, sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.inner {
    font-family: open sans, sans-serif;
    margin: 35px 40px 25px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    padding: 0 30px 25px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: indigo;
    opacity: 1;
    /* Firefox */
}

.event_area .vr_text {
    font-size: 120px;
    font-weight: 700;
    color: #F3F3F3;
    writing-mode: vertical-lr;
    position: absolute;
    left: 17%;
    top: 10%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}