.navbar-brand img {
    padding: 1rem 0rem;
    max-height: 150px;
    object-fit: contain;
}
/*
@font-face {
	font-family: 'Ford Antenna Medium Cmp';
	src: url('../fonts/FordAntenna-MediumItalicCmp.woff2') format('woff2'),
		url('../fonts/FordAntenna-MediumItalicCmp.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
*/

.theme_jersey--footer-inner {
    /*display: none;*/
}

.footer_bottom {
    background-color: #fff;}
/*
@font-face {
	font-family: 'Ford Antenna';
	src: url('../fonts/FordAntenna-SemiboldItalic.woff2') format('woff2'),
		url('../fonts/FordAntenna-SemiboldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna Black Cmp';
	src: url('../fonts/FordAntenna-BlackCmp.woff2') format('woff2'),
		url('../fonts/FordAntenna-BlackCmp.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna Thin XCnd';
	src: url('../fonts/FordAntenna-ThinItalicXCnd.woff2') format('woff2'),
		url('../fonts/FordAntenna-ThinItalicXCnd.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna XCnd';
	src: url('../fonts/FordAntenna-RegularXCnd.woff2') format('woff2'),
		url('../fonts/FordAntenna-RegularXCnd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna Cnd';
	src: url('../fonts/FordAntenna-BoldItalicCnd.woff2') format('woff2'),
		url('../fonts/FordAntenna-BoldItalicCnd.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna Cmp';
	src: url('../fonts/FordAntenna-BoldItalicCmp.woff2') format('woff2'),
		url('../fonts/FordAntenna-BoldItalicCmp.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna';
	src: url('../fonts/FordAntenna-Italic.woff2') format('woff2'),
		url('../fonts/FordAntenna-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna';
	src: url('../fonts/FordAntenna-Medium.woff2') format('woff2'),
		url('../fonts/FordAntenna-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Ford Antenna Medium Cnd';
	src: url('../fonts/FordAntenna-MediumCnd.woff2') format('woff2'),
		url('../fonts/FordAntenna-MediumCnd.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: 'Ford Antenna';
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
*/

/*
h1 {
	font-size: 64px;
	line-height: 110%;
	font-weight: 600;
	font-family: 'Ford Antenna Medium Cnd';
	letter-spacing: 2.72px;
}

h1 {
    color: #000000;
    text-shadow: 2px 2px 4px #000000;
}

h2 {
	font-size: 50px;
	line-height: 110%;
	font-weight: 600;
	letter-spacing: -0.01em;
}

h2 {
    color: #000000;
    text-shadow: 2px 2px 4px #000000;
}

h3 {
	font-size: 24px;
	line-height: 110%;
}
*/
a {
    text-decoration: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

section.shadow-bottom-custom {
    box-shadow: 0 34px 44px 0 rgb(29 50 86 / 4%);
}

.theme_real-yellow-span {
    color: #4586c7;
}

.theme_real-banner-heading p {
    max-width: 320px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 180%;
}

a.theme_real-customBtn {
    padding-right: 46px;
    padding-left: 46px;
    box-shadow: 0 14px 64px 0 rgb(0 0 0 / 42%);
    transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
    margin-bottom: auto;
    border-color: #000;
    background-color: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: 1px;
}

a.theme_real-customBtn:hover {
    border-color: #4586c7;
    background-color: #4586c7;
    box-shadow: 0 14px 64px 0 rgb(198 152 61 / 42%);
}

.theme_real-banner-info {
    padding: 25px;
    background-color: #5fa5bb;
    box-shadow: 0 24px 74px 0 rgb(198 152 61 / 11%);
    display: inline-flex;
    flex-flow: column;
    max-width: 325px;
    width: 100%;
    position: absolute;
    left: -52px;
    bottom: 90px;
}

.theme_real-banner-info h6 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: -0.36px;
}

.theme_real-banner-info p {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 140%;
    font-weight: 400;
    letter-spacing: -0.28px;
}

a.theme_real-banner-info-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

a.theme_real-banner-info-link span {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

.theme_real-banner-mob-res p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 180%;
}

p.theme_real-pContent {
    max-width: 709px;
    line-height: 180%;
    margin: 0 auto 50px;
}

.theme_real-thriveSection-item {
    padding: 25px 20px 20px;
    height: 390px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 15%);
}

.theme_real-thriveSection-item-count {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.theme_real-thriveSection-item-count p {
    margin: 0;
    color: #00253d;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}

.theme_real-thriveSection-item h6 {
    max-width: 116px;
    color: #fff;
    font-size: 16px;
    line-height: 110%;
    font-weight: 500;
    text-align: left;
    z-index: 2;
    position: relative;
}

a.theme_real-thriveSection-item-btn {
    color: #4586c7;
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    opacity: 0;
    z-index: 2;
    position: relative;
    transition: .3s;

}

.theme_real-thriveSection-gradient {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.theme_real-thriveSection-item:hover a.theme_real-thriveSection-item-btn {
    opacity: 1;
    transition: .3s;
}

.theme_real-thriveSection-sliderModule button {
    background-color: #fff !important;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.theme_real-thriveSection-sliderModule button span {
    display: none;
}

.theme_real-thriveSection-sliderModule button.owl-prev {
    left: -30px;

}

.theme_real-thriveSection-sliderModule button.owl-next {
    right: -30px;
}

.theme_real-thriveSection-sliderModule button.owl-next,
.theme_real-thriveSection-sliderModule button.owl-prev {
    background-position: center !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}

p.theme_real-faq-pContent {
    max-width: 470px;
}

.theme_real-faq-row .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: rgb(37.8, 54.5, 71.2);
}

.theme_real-faq-row .accordion-button::after,
.theme_real-faq-row .accordion-button:not(.collapsed)::after {
    width: 40px;
    height: 40px;
    background-color: rgba(37.8, 54.5, 71.2, 0.1);
    background-position: center;
    border-radius: 50%;
    background-size: 14px;
}

.theme_real-faq-row button.accordion-button {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    padding: 22px 2px;
}

.theme_real-faq-row .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.theme_real-faq-row .accordion-body {
    font-size: 14px;
    line-height: 140%;
}

.theme_real-footerMain {
    background-color: #000;
    color: #fff;
    padding: 90px 0;
    font-size: 14px;
}

.theme_real-footer-right {
    border-left: 1px solid #4586c7;
    padding-left: 40px;
    margin-left: 30px;
}

.theme_real-footer-copyright {
    font-size: 12px;
    line-height: 140%;
    font-weight: 600;
    background-color: #4586c7;
    padding: 20px 0;
    color: #fff;
}

.theme_real-footer-copyright ul {
    justify-content: flex-end;
}

.theme_real-footer-copyright ul li {
    margin-left: 20px;
}

.theme_real-footer-copyright a,
.theme_real-footerMain a {
    color: #fff;
}

.theme_real-footer-copyright a:hover {
    color: #000;
}

.theme_real-footer-logo {
    width: 180px;
}

.theme_real-footer-info h5 {
    margin-bottom: 10px;
    color: #4586c7;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
}

.theme_real-footer-info {
    margin-top: 40px;
}

.theme_real-footer-social-links ul li a svg {
    color: #000;
    width: 14px;
}

.theme_real-footer-social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.15);
    color: #c1c1c1;
}

.theme_real-footer-social-links ul li a:hover {
    background-color: #4586c7;
}

.theme_real-footer-social-links ul li:not(:last-child) {
    margin-right: 14px;
}

.theme_real-footer-content img {
    width: 70px;
    margin-left: 55px;
}

.theme_real-footer-right ul li:not(:last-child) {
    margin-right: 18px;
}

.theme_real-footer-right ul li a {
    color: #4586c7;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
}

.theme_real-footer-right ul li a:hover {
    color: #fff;
}

.object-fit-cover {
    object-fit: cover;
}


/* rewards section */
.theme_real-rewards {
    padding: 20px 0;
}

.theme_real-rewards--rating-title {
    font-size: 60px;
    font-weight: 900;
    color: #556187;
    margin: 0;
}

.theme_real-rewards--rating-star {
    color: #fecf52;
    font-size: 26px;
}

.theme_real-rewards-rating-p {
    font-size: 12px;
    font-weight: 900;
    padding-top: 8px;
    margin: 0;
}

.theme_real-rewards--slider-msg-by {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.theme_real-rewards--slider-msg {
    font-size: 14px;
}

.theme_real-rewards--slider .owl-stage-outer {
    padding: 20px 0 0;
}

.theme_real-rewards--slider .owl-item.center {
    color: #000;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.theme_real-rewards--slider .owl-item.center .theme_real-rewards--slider-item {
    border: 1px solid #dbdeeb;
}

.theme_real-rewards--slider .owl-item.center .theme_real-rewards--slider-item:after {
    content: '';
    width: 60%;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.theme_real-rewards--slider .owl-item.center .theme_real-rewards--slider-item:before {
    content: '';
    width: 60%;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.theme_real-rewards--slider-item {
    padding: 20px 12px;
    margin: 20px 12px;
}

.theme_real--sliderquote_ic {
    margin-top: -40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    display: none;
}

.theme_real--sliderquote_ic img {
    max-width: 40px;
}

.theme_real-rewards--slider .owl-dots {
    text-align: center;
    line-height: 1;
    margin-top: -10px;
}

.theme_real-rewards--slider .owl-dots button {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: #dbdeeb;
}

.theme_real-rewards--slider .owl-dots button.active {
    background: #4586c7;
}

.theme_real-rewards--slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme_real-rewards--slider .theme_real-rewards--slider-carousel .owl-nav button {
    border: 1px solid #dbdeeb;
    padding: 5px !important;
}

.theme_real-rewards--award-title {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Roboto Slab', serif;
}

.theme_real-rewards--award-img {
    width: auto;
    max-width: 100%;
    height: 50px;
    padding: 0 7px;
}

.theme_real-rewards--slider .owl-item.center .theme_real--sliderquote_ic {
    display: flex;
}


@media (max-width:1199px) {
    .theme_real-banner-info {
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }

    .theme_real-footer-right ul {
        flex-wrap: wrap;
    }

    .theme_real-footer-right ul li {
        margin-bottom: 8px;
    }
}

@media (max-width:991px) {
    a.theme_real-customBtn {
        padding-right: 25px;
        padding-left: 25px;
        font-size: 15px;
    }

    .theme_real-banner-heading {
        text-align: center;
    }

    .theme_real-footer-right {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .theme_real-footer-content img {
        width: 60px;
        margin-left: 0;
        margin-top: 20px;
    }

    .theme_real-footer-copyright ul li {
        margin-left: 16px;
    }
}

@media (max-width:767px) {
    .theme_real-faq-row button.accordion-button {
        font-size: 15px;
    }

    section.shadow-bottom-custom {
        overflow: hidden;
    }

    .theme_real-footer-right ul {
        flex-flow: column;
        text-align: center;
    }

    .theme_real-footerMain {
        text-align: center;
    }

    .theme_real-footer-logo {
        margin: 0 auto;
    }

    .theme_real-footer-social-links ul {
        justify-content: center;
    }

    .theme_real-footer-left {
        border-bottom: 1px solid #4586c7;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .theme_real-footer-copyright {
        text-align: center;
    }

    .theme_real-footer-copyright ul {
        justify-content: center;
        flex-flow: column;
        margin-top: 20px;
    }

    .theme_real-footer-copyright ul li {
        margin: 4px 0;
    }

    .theme_real-footerMain {
        padding: 50px 0;
    }
}

@media (max-width:479px) {
    .theme_real-banner-info {
        max-width: 100%;
        text-align: center;
    }

    a.theme_real-banner-info-link {
        justify-content: center;
    }

    .theme_real-banner-info {
        position: static;
        padding: 14px;
    }
}