@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
    font-family: 'Europa_bold';
    src: url('../font/Europa-Bold.woff2') format('woff2'),
        url('../font/Europa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.header-top-bar {
	background: #111111;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	transition: 0.7s;
	position: relative;
}
.header-top-bar p {
	color: #fff;
	letter-spacing: 0;
}
.scrolled .header-top-bar {
	margin-top: -50px;
}
.header-top-bar p a {
	color: #fff;
}
.header-top-bar p a:hover {
	color: #cec3bb;
}
.card_bottom_section {
	background: url(/_static_/background/bg-red.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	margin-bottom: 0 !important;
	padding: 0;
}
.card_bottom_section .one-column-section {
    background: transparent;
    padding: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.card_bottom_section .title-container p {
	font-size: 25px;
	color: #fff;
	text-align: center;
    /* font-family: "Red Hat Display", sans-serif; */
}
.card_bottom_section .title-container p strong {
	font-family: "Red Hat Display", sans-serif;
    font-family: 'Europa_bold';
    font-weight: bold;
}
.card_bottom_section .title-container p a:hover {
    color: #cec3bb;
}
.quiz_atf_banner .default-masthead-container.subpage-masthead-container {
    margin-bottom: 0;
}
.iframe-code-wrap {
    background: url(/_static_/background/dr-feat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.service-page .insurance-submission-requirements-section {
    background: #fff;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px;
}
.insurance-submission-requirements-section .title-container.two-column-text-title-container {
    text-align: center;
}
.insurance-submission-requirements-section .two-column-section-no-image-title {
    margin-bottom: 20px;
}
.service-page .insurance-submission-requirements-section.two-column-text-section-container .two-column-section-text ul {
    margin-bottom: 0 !important;
}
.insurance-submission-requirements-section.two-col-title-left .flexy {
    margin-bottom: 0;
}
@media (max-width:1439px) {
	.card_bottom_section .title-container p {
	    font-size: 23px;
	}
}
@media (max-width:1199px) {
	.card_bottom_section .one-column-section {
	    padding: 40px 100px;
	}
	.card_bottom_section .title-container p {
	    font-size: 20px;
	    line-height: 1.7;
	}
}
@media (max-width:1023px) {
	.card_bottom_section .one-column-section {
	    padding: 40px 40px;
	}
	.card_bottom_section .title-container p {
	    font-size: 18px;
	    line-height: 1.7;
	}
}
@media (max-width:767px) {
	.card_bottom_section .one-column-section {
	    padding: 40px 20px;
	}
}
@media (max-width:575px) {
	.header-top-bar p {
		line-height: 1.5;
		font-size: 13px;
	}
	.card_bottom_section .one-column-section {
	    padding: 30px 15px;
	}
	.card_bottom_section .title-container p {
	    font-size: 16px;
	    line-height: 1.8;
	}
}
