
.page-banner {
    max-height: 40vh !important;
    min-height: 40vh !important;

}


.w-adjust {
    min-width: 18.8rem !important
}

.i-white {
    color: #fff !important;
    /*background-color: #f57f17;*/
}

.i-white:hover {
    background: #f57f17 !important;
}


.i-bn-text {
    text-align: center;
    line-height: 72px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 25px;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 45px;
    white-space: normal;

}

.custom-file {
    /*background:lightgray;*/
    border:.1429rem solid #f1f1f1;
    height:3.5rem;
    max-width: 467px;
    /*padding:10px 17px;*/
    margin:0 15px;
    cursor: pointer;
}

.custom-file-input {
    width:100%;
    height:100%;
    cursor: pointer;
}

.custom-file-label {
    display:inherit;
    margin:-2.5rem 0 0 -0.1rem;
    text-align:left;
    position:relative;
    cursor: pointer;
}

.custom-file-label:hover {
   color: #f57f17 !important;
    cursor: pointer;
}


.bg-orange-light {
    background: #f57f17
}

.footer-bottom {
    background:#000 !important;
}

.custom-top-spacing {
    padding:3.5rem;
}



@media only screen and (max-width: 991px) {
    .i-bn-text {
        font-size:30px !important;
        line-height: 36px;
    }

    .custom-file-label {
        /*margin:0 0 0 -15rem;*/
        margin: -38px 0 0 -0.5rem;
        word-wrap: break-word;
    }
}

@media screen and (min-width: 1230px) {
    .alternate-block-v2 h3 {
        font-size: 1.875rem;
    }

}