@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.otf') format('truetype');
}

body {
    font-family: 'Montserrat' !important;
}

.banner_text_shadow {
    text-shadow: 1px 1px 1px #000, 3px 3px 5px rgba(0, 0, 0, .5);
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}


.line_height_18 {
    line-height: 1.8 !important;
}

.common_hr {
    display: block;
    height: 5px;
    width: 60px;
    margin: 1em auto;
    background: rgba(0, 89, 65, 1);
    border: none;
}

.contact_bg {
    background-image: url(../images/contact.png);
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    bottom: -70px;
}

.logo {
    width: 300px;
}

.display_block {
    display: block;
}

.header_ul a {
    display: block;
    transition: 300ms;
}

.header_ul a:hover {
    background-color: rgb(255 69 0) !important;
    color: #fff !important;
    font-weight: normal !important;
}

.text_icon {
    font-size: 1.5rem;
}

.header_text_icon {
    font-size: 1.4rem;
}

.scrolled {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.contact_container {
    height: 200px;
}

.benefits_container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nav_active {
    color: #e63946;
    font-weight: bold;
}

.contact_btn {
    background-color: transparent;
    border: 2px solid #fff;
}

@media (max-width: 768px) {
    .phone_banner_title {
        font-size: 3rem !important;
    }

    .contact_bg {
        padding: 20px!important;
        height: auto!important;
    }
}