@font-face {
	font-family: gotham-bold;
	src:
		url(../fonts/GothamBold.woff2) format('woff2'),
		url(../fonts/GothamBold.woff) format('woff'),
		url(../fonts/GothamBold.ttf) format('truetype');
}

@font-face {
	font-family: gotham-black;
	src:
		url(../fonts/GothamBlack.woff2) format('woff2'),
		url(../fonts/GothamBlack.woff) format('woff'),
		url(../fonts/GothamBlack.ttf) format('truetype');
}

@font-face {
	font-family: gotham-book;
	src:
		url(../fonts/GothamBook.woff2) format('woff2'),
		url(../fonts/GothamBook.woff) format('woff'),
		url(../fonts/GothamBook.ttf) format('truetype');
}

@font-face {
	font-family: montserrat-bold;
	src:
		url(../fonts/Montserrat-Bold.woff2) format('woff2'),
		url(../fonts/Montserrat-Bold.woff) format('woff'),
		url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

* {
	font-family: gotham-book;
}

h1 {
	font-family: gotham-black;
	font-size: 32px;
	color: #5f91c9;
	margin-bottom: 25px;
}

h3 {
	font-family: gotham-black;
	font-size: 24px;
	color: #5f91c9;
}

p,
label {
	color: #124570;
	font-family: gotham-book;
	font-size: 18px;
	line-height: 22px;
}

p.light {
	color: #5f91c9;
	font-size: 21px;
}

/* custom scrollbar */

::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #889e6f;
}

body.flimp-front {
	background: #e1eefb;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
}

body.flimp-front label {
	margin: 0px;
	color: #124570;
	font-family: gotham-book;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

body.flimp-front label .badge {
	font-size: 90%;
}

body.flimp-front .required-field-group {
	position: relative;
}

body.flimp-front .required-field-group .error {
	pointer-events: none;
	font-weight: 500;
	color: red;
	font-size: 12px;
	line-height: 2;
	display: none;
	width: 100%;
}

body.flimp-front .required-field-group.required .error {
	display: block;
}

body.flimp-front .percentage {
	position: relative;
	padding-right: 20px !important;
}

body.flimp-front .percentage + span {
	position: absolute;
	right: 30px;
	width: 0px;
	z-index: 1;
	font-size: 12px;
}

body.flimp-front .inline-form-group label {
	margin-right: 10px;
}

body.flimp-front .form-control {
	font-size: 16px;
	padding: 2px 4px;
	border-radius: 0px;
	height: auto !important;
	border: 1px solid #f3f7fa;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

body.flimp-front .btn {
	padding: 10px 8px 12px;
	border-radius: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	font-weight: 600;
}

body.flimp-front .btn.btn-primary {
	background: #889e6f;
	border: 1px solid #889e6f;
	min-width: 140px;
}

body.flimp-front .btn.btn-secondary {
	background: #d1dbb4;
	border: 1px solid #d1dbb4;
	color: #124570;
}

body.flimp-front .btn.btn-light {
	background: #f3f7fa;
	border: 1px solid #f3f7fa;
	color: #124570;
}

body.flimp-front .btn.btn-lightblue {
	background: #5f91c9;
	border: 1px solid #5f91c9;
	color: #fff;
}

body.flimp-front .btn.btn-lightblue {
	background: #5f91c9;
	border: 1px solid #5f91c9;
	color: #fff;
}

body.flimp-front .btn.btn-orange {
	background: #ff7300;
	border: 1px solid #ff7300;
	color: #fff;
}

body.flimp-front .btn-primary:not(:disabled):not(.disabled).active,
body.flimp-front .btn-primary:not(:disabled):not(.disabled):active,
body.flimp-front .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #124570;
	border-color: #124570;
}

body.flimp-front .btn-row .btn {
	width: 100%;
	max-width: 250px;
	margin: 0px 2px 10px;
	padding: 4px 8px 6px;
	font-size: 16px;
}

body.flimp-front .summernote-wrapper .note-editor.note-frame {
	border: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

body.flimp-front .summernote-wrapper .btn {
	padding: 7px 8px 6px;
	border-radius: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 11px;
	font-weight: 600;
}

body.flimp-front .summernote-wrapper .btn.btn-light {
	background: #f3f7fa;
	border: 1px solid #f3f7fa;
	color: #124570;
}

.custom-control-label::before {
	top: 0.15rem;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 15px !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.custom-control-label::after {
	top: 5px;
	left: 3px;
	height: 15px;
	width: 15px;
	background: #fff;
	border-radius: 15px;
	border: none;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: none;
	background: #5f91c9;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: none;
	background: #5f91c9;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	opacity: 0.5;
	background: none;
}

.logo-mage-container {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	width: 100%;
	text-align: center;
	padding: 10px;
}

.input-right .custom-control-label::before {
	top: 0.15rem;
	left: auto;
	right: 1px;
}

.input-right .custom-control-label::after {
	left: auto;
	right: 3px;
}

.input-right.custom-control {
	padding-right: 1.5rem;
	padding-left: 0px;
}

.collapse-trigger::before {
	content: '\25B6';
	color: #959595;
	display: inline-block;
	margin-right: 6px;
	transform: rotate(90deg);
	color: #124570;
}

.collapse-trigger {
	color: #124570;
	font-weight: 600;
	padding: 0px 15px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

.file-icon {
	width: 15px;
}

.bold {
	font-weight: 700;
}

.tool-tip,
.tool-tip-click {
	height: 23px;
	width: 23px;
	min-width: 23px !important;
	display: inline-block;
	text-align: center;
	color: #124570;
	font-weight: 900;
	font-family: gotham-black;
	font-size: 19px;
	line-height: 24px;
	margin-left: 4px;
	cursor: pointer;
}

.tool-tip:hover,
.tool-tip-click:hover {
	color: #fff;
	text-decoration: none;
}

.tooltip.show {
	opacity: 1 !important;
}

.tooltip-inner {
	background: #fbf599;
	border-radius: 0px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	color: #000 !important;
	padding: 3px 8px 6px;
	text-align: left;
}

.tooltip-inner a {
	color: #000 !important;
	font-size: 15px;
}

.tooltip-close {
	cursor: pointer;
}

.bs-tooltip-top .arrow::before {
	border-top-color: #fbf599;
}

.collapse-header {
	margin-bottom: 20px;
}

.collapse-header h1,
.collapse-header h2 {
	margin-bottom: 5px;
}

.collapse-header.collapsed .toggle-icon img {
	transform: rotate(180deg);
}

.toggle-arrow-circle {
	height: 30px;
	width: 30px;
	background: #5f91c9;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.currency {
	position: relative;
}

.currency .form-control {
	padding-left: 20px !important;
}

.currency span {
	position: absolute;
	left: 5px;
	top: 3px;
	width: 0px;
	z-index: 1;
}

header.flimp-header {
	background: #fff;
	border-radius: 15px 15px 0px 0px;
}

header.flimp-header nav {
	background: #fff;
	border-radius: 15px 15px 0px 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	border-bottom: 10px solid #124570;
}

header.flimp-header nav .lang-selection {
	padding: 20px;
}

header.flimp-header nav .lang-selection .lang-selection-btn {
	font-size: 16px;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	color: #124570;
}

header.flimp-header nav .lang-selection .lang-selection-btn.active {
	background: #124570;
	color: #fff;
}

header.flimp-header nav .lang-selection .lang-selection-btn.active:hover {
	background: #124570;
	opacity: 0.8;
}

header.flimp-header nav .lang-selection .lang-selection-btn:hover {
	background: rgba(0, 0, 0, 0.1);
}

header.flimp-header nav .lang-selection form {
	max-width: 300px;
	width: 100%;
}

header.flimp-header nav .lang-selection form input[type='search'] {
	width: calc(100% - 40px);
}

header.flimp-header nav .lang-selection form .lang-down-btn {
	border: none;
	color: #124570;
	line-height: 1;
	margin-bottom: 5px;
	background: none;
	border-radius: 50%;
	vertical-align: top;
	padding: 2px 5px 0px;
	cursor: pointer;
}

header.flimp-header nav .lang-selection form .lang-down-btn::after {
	display: none;
}

header.flimp-header nav .lang-selection form .lang-down-btn img {
	margin-bottom: 5px;
}

header.flimp-header nav .lang-selection form .dropdown-menu {
	padding: 0px;
}

header.flimp-header nav .lang-selection form .dropdown-menu ul {
	padding: 0px;
	margin: 0px;
}

header.flimp-header nav .lang-selection form .dropdown-menu a {
	color: #124570;
	display: block;
	padding: 7px 20px 7px 20px;
}

header.flimp-header nav .lang-selection form .dropdown-menu a:hover {
	background: #e7f0d1;
	text-decoration: none;
}

header.flimp-header nav .navbar-brand {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}

header.flimp-header nav .company-logo {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

header.flimp-header nav .more-dropdown .dropdown-toggle::after {
	display: none;
}

header.flimp-header nav .more-dropdown .dropdown-menu {
	position: absolute;
	padding: 0px;
	border-radius: 0px;
}

header.flimp-header nav .more-dropdown .dropdown-menu .dropdown-item {
	font-size: 13px;
	color: #124570;
	padding: 5px 10px;
	color: #124570;
	font-size: 13px;
	font-weight: 500;
}

header.flimp-header nav .more-dropdown .dropdown-menu .dropdown-item:hover {
	background: #e7f0d1;
}

header.flimp-header nav li.nav-item {
	white-space: nowrap;
}

header.flimp-header nav li.nav-item a {
	color: #fff;
}

header.flimp-header .lang-btn {
	background: none;
	border: none;
	color: #124570;
}

header.flimp-header .lang-selection button:active,
header.flimp-header .lang-selection button:focus,
header.flimp-header .lang-selection button:hover {
	outline: none;
	border: none;
}

header.flimp-header .language-options {
	min-width: 50px;
}

header.flimp-header .language-options ul {
	padding-left: 12px;
	margin-bottom: 2px;
}

header.flimp-header .language-options ul li {
	list-style: none;
}

@media only screen and (max-width: 500px) {
	header.flimp-header .company-logo {
		width: 100% !important;
	}
}

main {
	background: #124570;
	padding: 0px;
}

main .flimp-main-wrapper {
	background: #f5f9ff;
	min-height: calc(100vh - 130px);
	border-radius: 15px;
	padding: 10px;
	margin-top: -20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	main .flimp-main-wrapper {
		padding: 0px;
	}
}

.wrapper {
	background: #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

a.sub-header-link {
	font-family: gotham-bold;
	color: #708fab;
	padding: 5px 10px;
}

.main-nav-tabs .nav-item:nth-last-child(1) .nav-link {
	margin: 0px;
}

.main-nav-tabs .nav-link {
	background: #e0edf9;
	border: none;
	padding: 10px 20px;
	padding-bottom: 30px;
	margin-right: 1px;
	border-radius: 15px 15px 0px 0px;
	text-align: center;
}

.main-nav-tabs .nav-link.active {
	background: #f5f9ff;
	color: #4e78a6;
	font-size: 22px;
	font-family: montserrat-bold;
	position: relative;
	z-index: 2;
}

.main-nav-tabs .nav-link h3 {
	color: #4e78a6;
	font-size: 22px;
	font-family: montserrat-bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.main-nav-tabs .nav-item {
		width: 50%;
	}
}

@media screen and (max-width: 660px) {
	.main-nav-tabs .nav-link h3 {
		max-width: 180px;
		font-size: 22px;
	}
}

@media screen and (max-width: 430px) {
	.main-nav-tabs .nav-link {
		padding: 10px 10px 30px;
	}
	.main-nav-tabs .nav-link h3 {
		max-width: 180px;
		font-size: 16px;
	}
	body.flimp-front .btn.btn-primary {
		background: #889e6f;
		border: 1px solid #889e6f;
		min-width: 0px;
	}
}

.sub-navbar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.sub-navbar a {
	padding: 5px 20px 10px;
	color: #f5f9fd;
	font-family: gotham-book;
}

.sub-navbar a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.intro-text {
	position: relative;
	z-index: 2;
}

.intro-text h3 {
	font-family: gotham-black;
	font-size: 26px;
	color: #5f91c9;
	margin-bottom: 30px;
}

.intro-text h2 {
	font-family: gotham-black;
	font-size: 32px;
	color: #5f91c9;
	margin-bottom: 25px;
}

.intro-text .para-text {
	color: #124570;
	font-family: gotham-book;
	font-size: 18px;
	line-height: 22px;
}

.intro-text p.light {
	font-family: gotham-black;
	font-size: 21px;
	line-height: 32px;
}

.intro-text .form-group .form-control {
	color: #889e6f;
	font-family: gotham-bold;
	font-size: 18px;
}

.intro-text label.hint-label strong {
	display: inline-block;
	margin-bottom: 14px;
}

footer {
	background: #124570;
	border-radius: 0px 0px 15px 15px;
	font-size: 12px;
	color: #fff;
	position: relative;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer p {
	margin-bottom: 0px;
	font-size: 8px;
	color: #fff;
}

footer .footer-text {
	padding: 15px 20px 15px;
	background: #124570;
	border-radius: 0px 0px 15px 15px;
	z-index: 3;
	position: relative;
}

footer .footer-text p {
	color: #fff;
	opacity: 0.8;
	font-size: 10px;
	font-family: gotham-book;
	line-height: 1.4;
}

footer .footer-bottom {
	display: block;
	background: #000;
	border-radius: 0px 0px 15px 15px;
	padding: 25px 15px 15px;
	z-index: 2;
	margin-top: -15px;
	position: relative;
}

.flimp-front .modal.agreement-modal p,
.flimp-front .modal.video-modal p {
	font-family: gotham-book;
	font-size: 14px;
	color: #000;
	text-align: justify;
}

.flimp-front .modal.agreement-modal.show .modal-dialog,
.flimp-front .modal.video-modal.show .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px;
	width: 80%;
}

.review-answers-modal .modal-header {
	background: #fff;
	border-bottom: 10px solid #124570;
	color: #124570;
}

.review-answers-modal .modal-content {
	border: none;
}

.review-answers-modal .company-logo-modal {
	height: 40px;
}

.review-sections-wrapper {
	width: 100%;
}

.review-section {
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1eefb;
}

.review-section .btn {
	width: 100%;
	max-width: 200px;
	margin: 0px 20px 10px 5px;
	padding: 4px 8px 6px !important;
	font-size: 16px !important;
}

.review-section p {
	margin-top: 8px;
}

.review-section ul {
	text-align: left;
	width: 100%;
}

.cost-details-modal .modal-content {
	border: 2px solid #5f91c9;
	border-radius: 20px;
	background: #f5f9ff;
}

.cost-details-modal .modal-header {
	border-bottom: none;
}

.cost-details-modal .modal-header h5 {
	font-family: gotham-bold;
	color: #124570;
	font-size: 24px;
	margin-bottom: 0px;
}

.cost-details-modal .modal-body {
	padding: 10px 30px 30px;
}

@media screen and (max-width: 420px) {
	.cost-details-modal .modal-body {
		padding: 10px 10px 30px;
	}
	body.flimp-front .btn-row .btn {
		width: 100%;
		max-width: 250px;
		margin: 0px 0px 10px;
		padding: 4px 8px 6px;
		font-size: 16px;
	}
}

.cost-details-modal h3 {
	font-family: gotham-bold;
	font-size: 24px;
	color: #5f91c9;
}

.cost-details-modal .detailed-cost-table table {
	table-layout: fixed;
	width: 100%;
}

.cost-details-modal .detailed-cost-table td {
	padding: 7px 10px;
}

.cost-details-modal .detailed-cost-table td p {
	margin-bottom: 0px;
}

.cost-details-modal .detailed-cost-table .detailed-cost-label-col {
	width: 100%;
	text-align: right;
}

.cost-details-modal .detailed-cost-table .detailed-cost-label-col p span {
	font-family: gotham-book;
	font-size: 20px;
	color: #5f91c9;
}

.cost-details-modal .detailed-cost-table .detailed-cost-sign-col {
	max-width: 50px;
	width: 50px;
	text-align: center;
}

.cost-details-modal .detailed-cost-table .detailed-cost-sign-col p {
	font-size: 36px;
	color: #5f91c9;
	font-family: gotham-black;
}

.cost-details-modal .detailed-cost-table .detailed-cost-sign-col span {
	color: #5f91c9;
	font-family: gotham-black;
}

.cost-details-modal .detailed-cost-table .detailed-cost-value-col {
	width: 150px;
	min-width: 150px;
}

.cost-details-modal .detailed-cost-table .detailed-cost-value-col p {
	font-size: 28px;
	color: #124570;
	font-family: gotham-bold;
}

.cost-details-modal .detailed-cost-table .detailed-cost-value-col span {
	color: #124570;
	font-family: gotham-bold;
}

.cost-details-modal .detailed-cost-table .detailed-cost-results td {
	border-top: 2px solid #5f91c9;
	padding-top: 20px;
}

.cost-details-modal .detailed-cost-table .detailed-cost-results .detailed-cost-value-col p {
	font-family: gotham-black;
}

@media screen and (max-width: 420px) {
	.cost-details-modal .detailed-cost-table .detailed-cost-label-col .fa {
		font-size: 16px;
	}
	.cost-details-modal .detailed-cost-table .detailed-cost-label-col p span {
		font-size: 16px;
	}
	.cost-details-modal .detailed-cost-table .detailed-cost-sign-col {
		max-width: 20px;
		width: 20px;
	}
	.cost-details-modal .detailed-cost-table .detailed-cost-sign-col p {
		font-size: 16px;
	}
	.cost-details-modal .detailed-cost-table .detailed-cost-value-col {
		width: 90px;
		min-width: 90px;
	}
	.cost-details-modal .detailed-cost-table .detailed-cost-value-col p {
		font-size: 16px;
	}
}

.modal-header button.close {
	padding: 7px 15px;
}

.modal-header button.close span {
	font-size: 40px;
}

.modal-header .close:focus {
	outline: none;
	border: none;
}

.video-modal .video-container {
	width: 100%;
	margin-bottom: 20px;
}

.popup-video-iframe-wrapper {
	width: 100%;
	max-width: 600px;
	height: 340px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-video-iframe-wrapper iframe {
	width: 100%;
	max-width: 540px;
	height: 100%;
	display: block;
	min-height: 100%;
}

@media only screen and (max-width: 650px) {
	.popup-video-iframe-wrapper {
		height: 60vw;
	}
}

.information-box {
	position: relative;
	max-width: 400px;
	height: 366px;
	width: 100%;
}

.information-box .info-box-content {
	border-radius: 15px;
	background: #124570;
	z-index: 3;
	position: relative;
}

.information-box .info-box-content .tab-content {
	color: #124570;
	background: #fff;
	border-radius: 15px;
	padding: 10px;
	height: 270px;
	z-index: 4;
	position: relative;
}

.information-box .info-box-content .tab-content .tab-pane {
	height: 100%;
}

.information-box .info-box-content .info-video {
	border: 1px solid #a7d5ff;
	background: #fff;
	padding: 10px;
}

.information-box .info-box-content .info-details {
	height: 100%;
	overflow: scroll;
	padding: 10px;
}

.information-box .info-box-content .info-details p {
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

.information-box .info-box-bg {
	position: absolute;
	z-index: 1;
}

.information-box .info-box-bg.info-box-bg1 {
	display: block;
	background: rgba(61, 153, 213, 0.3);
	width: calc(100% + 20px);
	height: calc(100% - 70px);
	border-radius: 15px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.information-box .info-box-bg.info-box-bg2 {
	z-index: 1;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.information-box .info-box-bg.info-box-bg2 img {
	position: absolute;
	width: calc(100% + 70px);
	left: 50%;
	transform: translateX(-50%);
	bottom: -70px;
}

.new-info-tabs {
	padding-top: 12px;
	position: relative;
	z-index: 3;
}

.new-info-tabs ul {
	padding-left: 0px;
	margin-bottom: 27px;
	border-bottom: none;
	display: flex;
	justify-content: center;
}

.new-info-tabs ul li {
	display: inline-block;
	margin: 0px 10px 7px;
	position: relative;
}

.new-info-tabs ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.new-info-tabs ul li a.active + img.underline {
	display: block;
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translateX(-50%);
	height: 35px;
	width: 80px;
	z-index: 1;
}

.new-info-tabs ul li img.underline {
	display: none;
}

@media only screen and (max-width: 1365px) {
	.new-info-tabs ul {
		margin-bottom: 27px;
	}
	.new-info-tabs ul li a {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 970px) {
	.new-info-tabs ul li a.active + img {
		top: 33.9px;
	}
}

.tab-icon {
	display: block;
	border: 3px solid #aec0d4;
	background: #889e6f;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.active > .tab-icon {
	border: none;
	background: #aec0d4;
}

.planselect-steps-content-wrapper {
	position: relative;
}

.zip-code label {
	white-space: nowrap;
	text-align: left !important;
}

.zip-code .required-field-group {
	width: calc(100%);
	max-width: 310px;
}

@media only screen and (max-width: 991px) {
	.zip-code label {
		width: 100%;
	}
	.zip-code .required-field-group {
		width: calc(100%);
	}
}

.planselect-steps-content > .tab-pane > .row:nth-child(1) {
	margin-bottom: 70px !important;
}

.planselect-steps {
	position: absolute;
	width: 100%;
	bottom: 110px;
	margin-bottom: 10px;
}

.file-list li {
	list-style: none;
	margin-bottom: 7px;
}

.file-list li a,
.file-list li span {
	color: #124570;
	font-family: gotham-book;
	font-size: 18px;
}

.file-list li span {
	margin-left: 27px;
}

.file-pdf-icon {
	width: 17px;
	margin-right: 10px;
	margin-bottom: 3px;
}

.collapsible-paragraph {
	background: #fff;
	position: relative;
	padding: 9px 125px 5px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.collapsible-paragraph.result-page-para p {
	font-family: gotham-bold;
	font-size: 16px;
	color: #000;
}

.para-content {
	height: 25px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.para-content p {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.collapsible-paragraph p {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
}

.collapsible-paragraph.show {
	padding: 10px 10px 10px 10px;
}

.collapsible-paragraph.show .para-content {
	height: auto;
	white-space: initial;
}

.collapsible-paragraph.show .para-content p {
	height: auto;
	white-space: initial;
}

.para-show,
.para-hide {
	display: none;
	cursor: pointer;
	font-family: gotham-bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #124570;
}

.para-hide {
	padding-top: 10px;
	text-align: center;
}

.para-show.show,
.para-hide.show {
	display: block;
}

.collapsible-paragraph .para-show {
	position: absolute;
	width: 115px;
	right: 0px;
	bottom: 9px;
}

.planselect-steps .nav-wrapper {
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #bddcf2;
	border-radius: 40px;
	border: 10px solid #fff;
}

.planselect-steps .nav-item {
	background: #ffecd4;
	border: 2px solid #adc0d3;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.planselect-steps .nav-item.active {
	background: #ff9a47;
	border: 2px solid #adc0d3;
}

.planselect-steps .nav {
	position: relative;
	z-index: 2;
	border-bottom: none;
}

.progress-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 100%;
	display: block;
	border-radius: 20px;
	z-index: 1;
	background: #5f91c9;
}

.video-modal-link {
	position: relative;
}

.video-modal-link span {
	position: absolute;
	top: 130px;
	left: 0px;
	color: #124570;
	font-size: 13px;
	font-family: gotham-book;
}

.flimp-results-table-wrapper {
	height: auto;
	max-height: 700px;
	overflow-y: scroll;
	margin-bottom: 40px;
}

.flimp-results-table {
	width: 100%;
	overflow-x: scroll;
}

.results-table {
	table-layout: fixed;
	min-width: 1100px;
}

.results-table th {
	color: #5f91c9;
	font-family: 'gotham-bold';
	padding: 10px;
	padding-bottom: 10px;
}

.results-table th,
.results-table td {
	text-align: center;
}

.results-table > tbody > tr:nth-child(2n) {
	display: none;
}

.results-table > tbody > tr.shown + tr {
	display: table-row;
}

.results-table > tbody > tr > td {
	background: #fff;
	border-bottom: 10px solid #f5f9ff;
	padding: 10px;
}

.results-table > tbody > tr:nth-child(1) > td:nth-child(1) {
	border-radius: 15px 0px 0px 20px;
}

.results-table > tbody > tr:nth-child(1) > td:nth-last-child(1) {
	border-radius: 0px 15px 20px 0px;
}

.results-table > tbody > tr > td:nth-child(1) {
	border-radius: 25px 0px 0px 25px;
}

.results-table > tbody > tr > td:nth-last-child(1) {
	border-radius: 0px 25px 25px 0px;
}

.results-table > tbody > tr.shown > td {
	border-bottom: none;
}

.results-table > tbody > tr.shown > td:nth-child(1) {
	border-radius: 15px 0px 0px 0px;
}

.results-table > tbody > tr.shown > td:nth-last-child(1) {
	border-radius: 0px 15px 0px 0px;
}

.results-table > tbody > tr.shown + tr > td {
	border-bottom: 10px solid #f5f9ff;
	border-radius: 0px 0px 20px 20px;
}

.value-col,
.carrier-img-col,
.plan-col,
.plan-summary-col,
.total-cost-col,
.toggle-col {
	width: 100%;
}

.toggle-col-trigger {
	cursor: pointer;
	line-height: 1.2;
}

.toggle-col-trigger span:hover {
	text-decoration: underline;
	text-decoration-color: #5f91c9;
}

.toggle-col-trigger i {
	color: #5f91c9;
}

.toggle-col .fa {
	font-size: 20px;
}

.results-table > tbody > tr.shown .toggle-col .fa {
	transform: rotate(180deg);
}

.value-col {
	width: 230px;
	min-width: 230px;
}

.carrier-img-col {
	min-width: 160px;
}

.plan-col {
	min-width: 250px;
}

.plan-summary-col {
	width: 160px !important;
}

.total-cost-col {
	width: 210px !important;
	min-width: 240px;
}

.toggle-col {
	width: 160px !important;
}

.stickers {
	/* margin-left: 10px; */
	margin-left: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stickers div {
	border-radius: 5px;
	padding: 5px 7px;
	margin-bottom: 5px;
}

.stickers div.best-value {
	background: #ff7300;
}

.stickers div.lowest-cost {
	background: #5f91c9;
	margin-bottom: 0px;
}

.stickers div p {
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 0px;
	text-align: center;
}

.carrier-img-col .carrier-img {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

.carrier-img-col .carrier-img img {
	width: 100%;
	max-width: 200px;
	max-height: 100%;
}

.plan-col p {
	color: #124570;
	font-family: gotham-bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.plan-col span {
	color: #124570;
	font-family: gotham-bold;
}

.plan-col .btn {
	width: 100%;
	max-width: 200px;
	margin: 0px 2px 10px;
	padding: 4px 4px 5px !important;
	font-size: 14px !important;
	font-family: gotham-bold;
}

.total-cost-col p {
	color: #124570;
	font-family: gotham-black;
	font-size: 24px;
	margin-bottom: 4px;
}

.total-cost-col p span {
	color: #124570;
	font-family: gotham-black;
	font-size: 24px;
}

.total-cost-col a.cost-detals-link {
	cursor: pointer;
}

.total-cost-col a.cost-detals-link:hover {
	text-decoration: underline;
	text-decoration-color: #5f91c9;
}

.details-row {
	background: #f5f9ff;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
}

.details-row.plan-details-row {
	margin-bottom: 0px;
}

.details-row p {
	margin-bottom: 0px;
}

.detailed-cost-title,
.plan-details-title {
	display: flex;
	align-items: center;
}

.detailed-cost-title p,
.plan-details-title p {
	color: #5f91c9;
	font-family: gotham-bold;
	font-size: 18px;
	margin-right: 20px;
	margin-bottom: 0px;
	white-space: nowrap;
}

.detailed-cost,
.plan-details {
	align-items: center;
}

.detailed-cost {
	width: 100%;
	max-width: 270px;
}

.plan-details {
	width: 100%;
	max-width: 220px;
}

.detailed-cost-wrapper,
.plan-details-wrapper {
	justify-content: space-between;
	width: 100%;
}

.detailed-cost-value,
.plan-details-value {
	margin: 0 10px;
}

.detailed-cost-value p,
.plan-details-value p {
	font-size: 26px;
	color: #124570;
	margin-bottom: 0px;
	font-family: gotham-bold;
}

@media screen and (max-width: 1200px) {
	.detailed-cost-value p,
	.plan-details-value p {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.detailed-cost-value p,
	.plan-details-value p {
		font-size: 20px;
	}
}

.detailed-cost-value p span,
.plan-details-value p span {
	color: #124570;
	font-family: gotham-bold;
}

.detailed-cost-label p .tool-tip,
.plan-details-label p .tool-tip {
	margin-right: 10px;
	margin-bottom: 4px;
}

.detailed-cost-label p,
.plan-details-label p {
	font-family: gotham-book;
	font-size: 12px;
	line-height: 1.2;
	color: #5f91c9;
	margin-bottom: 0px;
}

.plan-details-label p {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.plan-details-label p {
		flex-direction: row-reverse;
	}
}

.detailed-cost-label p span,
.plan-details-label p span {
	font-family: gotham-book;
	font-size: 13px;
	color: #5f91c9;
}

.planselect-results-table-wrapper {
	margin-bottom: 30px;
}

.planselect-results-table .results-table-row {
	display: flex;
	justify-content: space-between;
}

.planselect-results-table .results-table-body {
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 10px;
}

@media screen and (max-width: 420px) {
	.planselect-results-table .results-table-body {
		padding: 10px 0px;
	}
}

.planselect-results-table .results-table-col {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 0px 10px;
}

.planselect-results-table .results-table-col .plan-summary-file img {
	max-width: 30px;
}

.planselect-results-table .results-table-col.results-value-col {
	align-items: start;
	justify-content: start;
	width: 190px;
}

@media screen and (max-width: 1200px) {
	.planselect-results-table .results-table-col.results-value-col .value-wrapper {
		flex-direction: column;
	}
	.planselect-results-table .results-table-col.results-value-col .value-wrapper .stickers {
		margin-left: 0px;
	}
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-col.results-value-col .value-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.planselect-results-table .results-table-col.results-value-col .value-wrapper .progress-ring-chart {
		height: 70px;
		width: 70px;
	}
	.planselect-results-table
		.results-table-col.results-value-col
		.value-wrapper
		.progress-ring-chart
		.value-score
		span {
		font-size: 9px;
	}
	.planselect-results-table
		.results-table-col.results-value-col
		.value-wrapper
		.progress-ring-chart
		.value-score
		.value {
		font-size: 24px;
	}
	.planselect-results-table .results-table-col.results-value-col .value-wrapper .stickers {
		width: 70px;
	}
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-col.results-value-col {
		width: 100px;
	}
}

@media screen and (max-width: 420px) {
	.planselect-results-table .results-table-col.results-value-col {
		width: 90px;
	}
}

.planselect-results-table .results-table-col.results-carrier-col .carrier-img {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

.planselect-results-table .results-table-col.results-carrier-col .carrier-img img {
	width: 100%;
	max-width: 200px;
	max-height: 100%;
}

.planselect-results-table .results-table-col.results-plan-col {
	min-width: 220px;
}

.planselect-results-table .results-table-col.results-plan-col p {
	color: #124570;
	font-family: gotham-bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.planselect-results-table .results-table-col.results-plan-col span {
	color: #124570;
	font-family: gotham-bold;
}

.planselect-results-table .results-table-col.results-plan-col .btn {
	width: 100%;
	max-width: 200px;
	margin: 0px 2px 10px;
	padding: 4px 4px 5px !important;
	font-size: 14px !important;
	font-family: gotham-bold;
}

.planselect-results-table .results-table-col.results-plan-summary-col {
	max-width: 130px;
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-col.results-plan-summary-col {
		max-width: none;
	}
}

.planselect-results-table .results-table-col.results-plan-details-col {
	max-width: 80px;
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-col.results-plan-details-col {
		max-width: none;
		text-align: left;
		justify-content: start;
	}
}

.planselect-results-table .results-table-col.results-plan-details-col .toggle-col-trigger a.collapsed .fa {
	transform: rotate(180deg);
}

.planselect-results-table .results-table-col.results-plan-details-col .toggle-col-trigger a {
	font-size: 16px;
	text-decoration: underline;
	color: #124570;
}

.planselect-results-table .results-table-col.results-total-cost-col p {
	color: #124570;
	font-family: gotham-black;
	font-size: 24px;
	margin-bottom: 4px;
}

.planselect-results-table .results-table-col.results-total-cost-col p span {
	color: #124570;
	font-family: gotham-black;
	font-size: 24px;
}

.planselect-results-table .results-table-col.results-total-cost-col a.cost-detals-link {
	cursor: pointer;
}

.planselect-results-table .results-table-col.results-total-cost-col a.cost-detals-link:hover {
	text-decoration: underline;
	text-decoration-color: #5f91c9;
}

.planselect-results-table .results-table-col-content {
	width: 100%;
}

.planselect-results-table .results-table-group-col {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 100px);
}

@media screen and (max-width: 420px) {
	.planselect-results-table .results-table-group-col {
		width: calc(100% - 90px);
	}
}

.planselect-results-table .results-table-group-col .results-table-col {
	width: 25%;
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-group-col .results-table-col {
		width: 100%;
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.planselect-results-table .results-table-group-col {
		width: 100%;
	}
	.planselect-results-table .results-table-group-col .results-table-col {
		width: 16.66%;
	}
	.planselect-results-table .results-table-group-col .results-table-col .results-table-col.results-carrier-col {
		width: 100%;
	}
}

.planselect-results-table .result-details-title {
	width: 150px;
}

.planselect-results-table .result-details-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
	.planselect-results-table .result-details-content {
		flex-direction: column;
	}
}

.planselect-results-table .result-details-content .results-table-col {
	width: 25%;
	min-width: 220px;
	margin-bottom: 10px;
}

.planselect-results-table .results-table-col-label h5 {
	color: #5f91c9;
	font-family: 'gotham-bold';
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-col-label h5 {
		padding-left: 0px;
	}
}

.planselect-results-table .results-table-plan-details-wrapper {
	width: 100%;
	margin-top: 15px;
}

.planselect-results-table .results-table-plan-details-wrapper .results-table-plan-details-row {
	width: 100%;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 15px;
}

.planselect-results-table .results-table-plan-details-wrapper .results-table-plan-details-row:nth-last-child(1) {
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	.planselect-results-table .results-table-plan-details-wrapper .results-table-plan-details-row {
		background: #f5f9ff;
		padding: 15px;
	}
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-plan-details-wrapper .results-table-plan-details-row .plan-details {
		max-width: none;
		justify-content: space-between;
	}
}

@media screen and (max-width: 420px) {
	.planselect-results-table .results-table-plan-details-wrapper .results-table-plan-details-row .plan-details {
		max-width: none;
		justify-content: start;
		align-items: start;
		flex-direction: column;
		margin-bottom: 5px;
	}
	.planselect-results-table
		.results-table-plan-details-wrapper
		.results-table-plan-details-row
		.plan-details
		.plan-details-label
		p
		span {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-plan-details-wrapper .plan-details-label p span {
		color: #5f91c9;
		font-family: 'gotham-bold';
		padding: 10px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		font-size: 16px;
		padding-left: 0px;
	}
	.planselect-results-table .results-table-plan-details-wrapper .result-details-content {
		width: 100%;
	}
	.planselect-results-table .results-table-plan-details-wrapper .result-details-content .results-table-col {
		width: 100%;
	}
}

.planselect-results-table .results-table-group-col {
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.planselect-results-table .results-table-group-col {
		flex-direction: column;
	}
	.planselect-results-table .results-table-head {
		display: none;
	}
	.planselect-results-table .results-table-col {
		flex-direction: row;
	}
}

@media screen and (max-width: 420px) {
	.planselect-results-table .results-table-group-col .results-table-col {
		padding-left: 0px;
	}
	.planselect-results-table .results-table-col {
		flex-direction: column;
		align-items: start;
		margin-bottom: 10px;
	}
	.planselect-results-table .results-table-col.results-plan-col {
		min-width: auto;
	}
	.planselect-results-table .results-table-col .results-table-col-label h5 {
		padding-bottom: 5px;
	}
}

.progress-ring-chart {
	position: relative;
	height: 110px;
	width: 110px;
	margin-bottom: 5px;
}

.progress-ring-chart .value-score {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.progress-ring-chart .value-score span {
	width: 50px;
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #124570;
	font-family: gotham-book;
}

.progress-ring-chart .value-score .value {
	font-family: gotham-bold;
	font-size: 30px;
	color: #124570;
}

.progress-ring__circle {
	transition: 0.35s stroke-dashoffset;
	/* axis compensation */
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

@media screen and (max-width: 768px) {
	.results-page-wrapper h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

.share-per-plan-graph {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 15px;
	padding: 15px 10px;
}

@media screen and (max-width: 768px) {
	.share-per-plan-graph {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.share-per-plan-graph .graph-wrapper {
	overflow: hidden;
	padding-bottom: 110px;
}

.share-per-plan-graph .graph-title {
	margin-bottom: 90px;
}

.share-per-plan-graph .graph-title p {
	font-family: gotham-bold;
	line-height: 1.2;
	color: #124570;
	font-size: 24px;
	margin-bottom: 0px;
	text-align: center;
}

.share-per-plan-graph .graph-title p.sub-text {
	font-size: 18px;
}

.scale-box-wrapper {
	width: 70px;
	min-width: 70px;
	background: #fff;
	z-index: 5;
	position: relative;
}

.scale-box-wrapper .scale-box {
	position: absolute;
	height: calc(100% + 14px);
	transform: translateY(-7px);
	width: 100%;
	padding-right: 15px;
}

.scale-box-wrapper .scale {
	text-align: right;
	font-size: 14px;
	line-height: 1;
	font-family: gotham-book;
	color: #325e82;
}

.scale-box-wrapper .scale:nth-last-child(1) {
	opacity: 0;
	visibility: hidden;
}

.graph-bar-wrapper {
	width: 100%;
	padding-left: 8px;
}

.graph-box {
	height: 300px;
	border-bottom: 2px solid #124570;
}

.bar-col {
	padding: 0px 3px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	padding: 0px 2px;
}

.bar {
	background: #4e78a6;
	position: relative;
	width: 100%;
	width: 66.5%;
	margin-bottom: -1px;
}

.bar .bar-scale-line {
	position: absolute;
	top: 0px;
	height: 1px;
	transform: translateX(-50%);
	opacity: 0.2;
	border-top: 2px dashed #124570;
	width: 1000px;
}

.bar .bar-stickers {
	position: absolute;
	bottom: -30px;
	transform: translateY(100%);
}

.bar .bar-stickers .stickers {
	/* margin-left: 0px */
	/* margin-left: 7px; */
	width: 100%;
}

.bar .bar-stickers .stickers div {
	display: flex;
	padding: 2px 2px 3px;
	margin-bottom: 5px;
}

.bar .bar-stickers .stickers div p {
	font-size: 12px;
	line-height: 1;
}

.bar .bar-title {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, -100%);
	text-align: center;
}

.bar .bar-title.above-bar {
	top: -58px;
}

.bar .bar-title p {
	font-size: 11px;
	line-height: 1.1;
	font-family: gotham-bold;
	color: #124570;
	margin-bottom: 5px;
	width: 56px;
	word-break: break-word;
	max-height: 85px;
	overflow: hidden;
}

.bar .bar-img-wrapper {
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
}

.bar .bar-img-wrapper.above-bar {
	bottom: auto;
	transform: translate(-50%, -100%);
}

.bar .bar-img-wrapper .progress-ring-chart {
	width: 100%;
	height: auto;
}

.bar .bar-img-wrapper .progress-ring-chart .progress-ring {
	width: 50px;
	height: 50px;
}

.bar .bar-img-wrapper .progress-ring-chart .value-score .value {
	font-size: 18px;
	margin-bottom: 5px;
}

.bar .bar-amount {
	/* position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 100%); */
	position: absolute;
	left: 0%;
	bottom: -5px;
	transform: translate(0%, 100%);
	text-align: center;
	width: 100%;
}

.bar .bar-amount p {
	font-family: gotham-bold;
	font-size: 10px;
	margin-bottom: 5px;
	color: #124570;
}

.estimate-cost-bar {
	background: #879e6e;
	z-index: 2;
}

.estimate-cost-bar .bar-estimate-range {
	background: repeating-linear-gradient(90deg, #bfcca3, #bfcca3 4px, transparent 4px, transparent 8px);
	height: 40px;
}

.estimate-cost-bar .bar-amount p {
	color: #879e6e;
}

.estimate-cost-bar .bar-title p {
	width: 58px;
}

@media screen and (max-width: 768px) {
	.scale-box-wrapper {
		min-width: 40px;
		width: 40px;
	}
	.scale-box-wrapper .scale-box {
		padding-right: 0px;
	}
	.scale-box-wrapper .scale-box .scale {
		font-size: 10px;
	}
	.bar {
		width: 100px;
	}
	.bar .bar-title p {
		font-size: 9px;
	}
	.bar.estimate-cost-bar .bar-title p {
		width: 46px;
	}
	.bar .bar-img-wrapper .progress-ring-chart .progress-ring {
		width: 40px;
		height: 40px;
	}
	.bar .bar-img-wrapper .progress-ring-chart .value-score .value {
		font-size: 14px;
	}
}

@media screen and (max-width: 420px) {
	.share-per-plan-graph {
		padding: 10px 0px;
	}
	.bar {
		/* width: 30px */
		width: 75px;
	}
	.bar .bar-title p {
		font-size: 9px;
	}
	.bar .bar-img-wrapper .progress-ring-chart .progress-ring {
		width: 30px;
		height: 30px;
	}
	.bar .bar-img-wrapper .progress-ring-chart .value-score .value {
		font-size: 12px;
	}
	.bar .bar-stickers .stickers div p {
		font-size: 9px;
		/* margin-left: 9px; */
	}
	.bar .bar-amount p {
		font-size: 7px;
	}
}

.hsa-table-filter.form-group label {
	font-family: gotham-bold;
}

.hsa-section {
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 20px;
}

.hsa-section .hsa-percent-input {
	max-width: 110px;
}

.hsa-section .hsa-emp-limit {
	max-width: 100px;
}

.hsa-section .form-control {
	display: inline-block;
	width: auto;
}

.hsa-section h4 {
	font-family: gotham-bold;
	line-height: 1.2;
	color: #124570;
	font-size: 22px;
	margin-bottom: 20px;
}

.hsa-section .collapse-header h4 {
	margin-bottom: 0px;
}

.hsa-section .collapse-header {
	margin-bottom: 3px;
}

.hsa-details-section h4 {
	margin-bottom: 0px;
}

.selected-plan h5 {
	font-family: gotham-bold;
	line-height: 1.2;
	color: #124570;
	font-size: 24px;
	margin-bottom: 0px;
}

.plan-img {
	width: 100%;
	max-width: 200px;
}

.hsa-recommendation-section .note {
	color: #124570;
	font-size: 12px;
}

.hsa-recommendation-table td,
.hsa-details-table td {
	font-size: 17px;
}

.hsa-recommendation-table table {
	table-layout: fixed;
	width: 100%;
}

.hsa-recommendation-table table td {
	width: 100%;
}

.hsa-recommendation-table table th {
	color: #5f91c9;
	font-size: 16px;
	font-family: gotham-bold;
	border-bottom: 1px solid #cfdae3;
}

.hsa-recommendation-table table th,
.hsa-recommendation-table table td {
	padding: 10px 10px;
}

.hsa-recommendation-table .hsa-level-col {
	text-align: left;
	width: 50%;
}

.hsa-recommendation-table .amount-col,
.hsa-recommendation-table .payroll-col,
.hsa-recommendation-table .tax-col {
	text-align: right;
	width: 16%;
}

.hsa-recommendation-table tbody .hsa-level-col {
	color: #124570;
}

.hsa-recommendation-table tbody .amount-col,
.hsa-recommendation-table tbody .payroll-col,
.hsa-recommendation-table tbody .tax-col {
	font-weight: 700;
	color: #124570;
}

.hsa-details-table table {
	table-layout: fixed;
	width: 100%;
}

.hsa-details-table table td {
	width: 100%;
	padding: 10px 10px;
}

.hsa-details-table table tr.highlight td {
	background: #f5f9ff;
	border-radius: 12px;
	font-weight: 600;
}

.hsa-details-table table tr.highlight td.amount-col {
	font-weight: 700;
}

.hsa-details-table .amount-col {
	text-align: right;
	width: 200px !important;
	color: #124570;
}

input[type='range'] {
	-webkit-appearance: none;
	margin: 15px 0 20px;
	width: 100%;
	border: 1px solid white;
}

input[type='range']:focus {
	outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	/* animate: 0.2s; */
	background: #e1eefb;
	border-radius: 25px;
}

input[type='range']::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #5f91c9;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

input[type='range']:focus::-webkit-slider-runnable-track {
	background: #e1eefb;
}

input[type='range']::-moz-range-track {
	width: 100%;
	height: 4px;
	background: #e1eefb;
	border-radius: 25px;
	border: none;
}

input[type='range']::-moz-range-thumb {
	border: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #5f91c9;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

input[type='range']:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
}

input[type='range']:focus::-moz-range-track {
	background: #ccc;
}

.range-wrap {
	width: 100%;
	position: relative;
}

.range-value {
	position: absolute;
	top: -21px;
}

.range-min-max {
	position: absolute;
	width: 100%;
	top: -18px;
	display: flex;
	justify-content: space-between;
}

.range-value span,
.range-min-max span {
	font-size: 14px;
}

.range-min-max span {
	font-size: 14px;
}

.range-value span {
	font-weight: 600;
	width: 55px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #fff;
	color: #000;
	display: block;
	position: absolute;
	transform: translate(-50%, 0);
	border-radius: 6px;
}

.splash-step-wrapper {
	padding: 10px 60px;
}

.splash-step {
	margin-bottom: 25px;
}

.nav-notes h3 {
	font-size: 22px;
	font-size: 22px;
	font-family: gotham-bold;
}

.paragraph-card {
	background: #fff;
	position: relative;
	text-align: left;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.paragraph-card p {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
}

.landing-img-wrapper {
	width: 100%;
	text-align: center;
}

.landing-img-wrapper img {
	max-width: 300px;
	width: 100%;
}

.landing-page-intro .highlight-intro {
	font-family: gotham-bold;
	color: #5f91c9;
}

.landing-page-steps h3 {
	color: #ff9a47;
	font-family: gotham-black;
	font-size: 32px;
	line-height: 1.2;
}

.landing-page-steps h6 {
	color: #5f91c9;
	font-size: 18px;
	font-family: gotham-bold;
	height: auto;
	line-height: 1.2;
}

.landing-page-steps p,
.landing-page-steps label {
	font-family: gotham-book;
	font-size: 16px !important;
	color: #124570;
	line-height: 1.2;
}

.landing-page-steps select {
	color: #889e6f;
	font-family: gotham-bold;
	font-size: 18px;
}

@media (min-width: 768px) {
	.landing-page-steps h6 {
		height: auto;
	}
}

@media (min-width: 991px) {
	.landing-page-steps h6 {
		height: 50px;
	}
}

@media only screen and (min-width: 1420px) {
	.container {
		max-width: 1240px;
	}
	.intro-text h1 {
		font-size: 34px;
		margin-bottom: 27px;
	}
	.intro-text p,
	.intro-text label,
	body.flimp-front label {
		font-size: 20px;
		line-height: 26px;
	}
	.intro-text .form-group .form-control {
		font-size: 20px;
	}
	.intro-text p.light {
		font-size: 23px;
		line-height: 35px;
	}
	footer .footer-text p {
		font-size: 12px;
	}
	.information-box {
		max-width: 450px;
		height: 396px;
	}
	.information-box .info-box-content .tab-content {
		height: 300px;
	}
	.information-box .info-box-bg.info-box-bg1 {
		width: calc(100% + 24px);
		height: calc(100% - 66px);
		bottom: 8px;
	}
	.information-box .info-box-content .info-details p {
		font-size: 18px;
		line-height: 22px;
	}
	.bar .bar-title p {
		font-size: 14px;
		line-height: 1.2;
		width: 60px;
	}
	.estimate-cost-bar .bar-title p {
		width: 72px;
	}
	.landing-page-steps h3 {
		color: #ff9a47;
		font-family: gotham-black;
		font-size: 32px;
	}
	.landing-page-steps h6 {
		color: #5f91c9;
		font-size: 22px;
		font-family: gotham-bold;
		height: 60px;
	}
	.landing-page-steps p,
	.landing-page-steps label {
		font-family: gotham-book;
		font-size: 20px !important;
		color: #124570;
	}
	.landing-page-steps select {
		color: #889e6f;
		font-family: gotham-bold;
		font-size: 20px;
	}
}

@media only screen and (min-width: 1620px) {
	.container {
		max-width: 1440px;
	}
}

@media only screen and (min-width: 1800px) {
	.container {
		max-width: 1700px;
	}
	header.flimp-header nav .lang-selection .lang-selection-btn {
		font-size: 18px;
	}
	.intro-text h1 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.intro-text h3 {
		font-size: 32px;
		margin-bottom: 36px;
	}
	.intro-text p,
	.intro-text label,
	body.flimp-front label {
		font-size: 24px;
		line-height: 30px;
	}
	.intro-text .form-group .form-control {
		font-size: 24px;
	}
	.intro-text p.light {
		font-size: 27px;
		line-height: 40px;
	}
	footer .footer-text p {
		font-size: 14px;
	}
	.collapsible-paragraph.result-page-para p,
	.paragraph-card p {
		font-size: 24px;
		line-height: 30px;
	}
	.information-box {
		max-width: 500px;
		height: 426px;
	}
	.information-box .info-box-content .tab-content {
		height: 340px;
	}
	.information-box .info-box-bg.info-box-bg1 {
		width: calc(100% + 24px);
		height: calc(100% - 56px);
		bottom: -6px;
	}
	.information-box .info-box-content .info-details p {
		font-size: 22px;
		line-height: 26px;
	}
	.tab-icon {
		height: 42px;
		width: 42px;
	}
	.new-info-tabs ul li a.active + img.underline {
		top: 50px;
		height: 35px;
		width: 94px;
	}
	.value-col,
	.carrier-img-col,
	.plan-col,
	.plan-summary-col,
	.total-cost-col,
	.toggle-col {
		width: 280px !important;
	}
	.custom-control-label::before {
		width: 24px;
		height: 24px;
	}
	.custom-control-label::after {
		top: 4px;
		left: 2px;
		height: 20px;
		width: 20px;
	}
	.para-content {
		height: 28px;
	}
	.collapsible-paragraph {
		padding: 7px 170px 7px 10px;
	}
	.collapsible-paragraph .para-show {
		width: 140px;
	}
	.para-show,
	.para-hide {
		font-size: 18px;
	}
	.collapsible-paragraph .para-show {
		right: 15px;
		bottom: 7px;
	}
	.plan-cover-members label.custom-control-label {
		margin-bottom: 2px !important;
	}
	.planselect-steps-content > .tab-pane > .row:nth-child(1) {
		margin-bottom: 90px !important;
	}
	.planselect-steps {
		width: calc(100% - 320px);
	}
	.planselect-steps .nav-item {
		border: 4px solid #adc0d3;
		width: 48px;
		height: 48px;
	}
	.planselect-steps .nav-wrapper {
		max-width: 380px;
	}
	.progress-bar {
		border-radius: 24px;
		left: 1px;
	}
	.file-list li {
		margin-bottom: 12px;
	}
	.file-list li a {
		font-size: 24px;
	}
	.file-list li span {
		font-size: 22px;
		margin-left: 32px;
	}
	.file-pdf-icon {
		width: 22px;
	}
	.plan-options,
	.planselect-steps-content-wrapper {
		padding: 0px 160px;
		padding-top: 60px;
	}
	.intro-text .para-text {
		font-size: 24px;
		line-height: 30px;
	}
	.flimp-front .modal.agreement-modal p,
	.flimp-front .modal.video-modal p,
	.review-answers-modal p {
		font-size: 20px;
		line-height: 30px;
	}
	.zip-code .required-field-group {
		width: calc(100%);
		max-width: 380px;
	}
	.detailed-cost-label p span,
	.plan-details-label p span {
		font-size: 16px;
	}
	.details-row .detailed-cost-title p,
	.details-row .plan-details-title p {
		font-size: 22px;
	}
	.plan-details {
		max-width: 280px;
	}
	.tool-tip,
	.tool-tip-click {
		font-size: 22px;
	}
	.toggle-col-trigger span,
	.total-cost-col a.cost-detals-link {
		font-size: 20px;
	}
	.total-cost-col p,
	.detailed-cost-value p,
	.plan-details-value p {
		font-size: 28px;
	}
	.landing-page-steps h3 {
		color: #ff9a47;
		font-family: gotham-black;
		font-size: 32px;
	}
	.landing-page-steps h6 {
		color: #5f91c9;
		font-size: 24px;
		font-family: gotham-bold;
	}
	.landing-page-steps p,
	.landing-page-steps label {
		font-family: gotham-book;
		font-size: 22px !important;
		color: #124570;
		line-height: 1.2;
	}
	.landing-page-steps select {
		color: #889e6f;
		font-family: gotham-bold;
		font-size: 22px !important;
	}
}

form#result_pdf_form {
	width: 100%;
	max-width: 250px;
	margin: 0px 2px 0px !important;
}

.ques_modal_heading {
	text-align: center;
}

.agreement-modal .agreement-title,
.agreement-modal .policy-title {
	color: #889e6f;
}

#overlays {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	z-index: 3100;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5) url(../images/loader.gif) no-repeat 50% 50%;
}

.btn.btn-primary.next-button:hover,
.btn.btn-primary.previous-button:hover,
.previous:hover,
.bt-next:hover,
.get_start_button:hover,
.agmt-btn:hover {
	border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.opacity0 {
	opacity: 0;
}
