.brand_name:before {
    margin-left: -15px;
}
.allogo {
width:100%;
padding: 2% 10% 10% 10%;
}
.logo {
width:12%;
float:left;
}
.icon-xl {
    width: 200px;
    height: 200px;
    line-height: 196px;
    font-size: 140px;
    display: none;
}
a:hover {
  color: #87CEFA ! important;
}

.row + .row {
    margin-top: 0.5rem;
}
.page-header .contact-info * {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 8px;
}
.mfDatePicker_next, .mfDatePicker_prev {
    font: 400 22px "FontAwesome";
    line-height: inherit;
    text-align: center;
    color: #87CEFA;
    cursor: pointer;
}
.image-wrap {
    max-width: 50%;
    padding-bottom: 350px;
}

.mfDatePicker table td.dp-today {
    color: #333333;
    background: #87CEFA;
}

.mfValidation {
    position: absolute;
    top: 0;
    padding-left: 20px;
    right: 7px;
    color: #0131B4;
    font-weight: inherit;
    font-size: 9px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    pointer-events: none;
    transition: .3s all ease;
}

.btn-primary {
    color: #fff;
    background: #87CEFA;
    border-color: #87CEFA;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
}
html body .page .text-primary {
    color: #87CEFA;
}
.mfSelect .value {
    cursor: pointer;
    transition: .4s all ease-in-out;
    font-size: 16px;
    padding: 8.5px 20px;
    line-height: 34px;
    color: #2c2d2d;
    background: #fff;
    border: 2px solid #0131B4;
    border-radius: none;
}
.bg-secondary .heading-4, .bg-secondary h4 {
    color: #87CEFA;
}

h4, .heading-4 {
    font-size: 22px;
    color: #87CEFA;
}
.bg-primary {
    background: #87CEFA;
}
.rd-mailform label input, .rd-mailform label select, .rd-mailform label textarea {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 16px;
    padding: 8.5px 20px;
    line-height: 34px;
    color: #2c2d2d;
    background: #fff;
    border: 2px solid #0131B4;
    border-radius: none;
}
button, input, textarea, select {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: white;
    box-shadow: none;
    border-radius: 0;
    color:black;
}