.main-logo div {
  width: 240px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
a {
	color: #FDB512;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 16px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 181, 18, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 181, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 181, 18, 0);
  }
}
@keyframes pulsered {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 18, 18, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 18, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 18, 18, 0);
  }
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-btn .speak-agent {
	font-size: 18px;
	font-weight: bold;
}
.custom-btn {
	box-shadow: 0 0 0 0 #FDB512;
	background: #FDB512;
	border-radius: 50px;
	border: 2px solid transparent;
	color: #414141 !important;
	font-size: clamp(15px, calc(11.3422818792px + 0.6711409396vw ), 18px) !important;
	animation: pulse 2s infinite;
	padding: 9px 32px;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
}
header .row {
  align-items: center;
}
header .row .col-md-6:last-child {
  display: flex;
  justify-content: flex-end;
}
.header-btn.text-center > span {
	display: block;
}
.header-btn.text-center > span.small {
	font-weight: 500;
}
header {
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
}
.hero-banner {
	background-image: url(./images/hero-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.center-banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.center-banner p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
#progress-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.progress-bar {
	background-color: #FDB512;
}
.progress-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-main h3, .progress-main p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.progress {
  height: 22px;
}
.form-start {
  max-width: 800px;
  margin: 0 auto;
}
.step-details h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.step-details p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.btn.step-btn {
  width: 100%;
  display: block;
  background: #FDB512;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn.step-btn img {
  max-width: 60px;
  max-height: 60px;
  margin-right: 20px;
}
.btn.step-btn input {
  display: none;
}
.btn.step-btn .mt-md {
  font-weight: 500;
  font-size: 50px;
}
.step-details .custom-btn {
  width: 100%;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.step-details input {
	padding: 20px 30px;
	height: auto;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border: 1px solid #ededed;
}
.btn.skip-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	background: #ededed;
	border-radius: 50px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 500;
	font-size: clamp(15px, calc(11.3422818792px + 0.6711409396vw ), 18px) !important;
	border: 2px solid transparent;
	line-height: 30px;
}
.no-animation{
    animation: none;
}
.step-details .custom-btn p {
	margin: 0;
	line-height: 30px;
}
.error {
	text-align: center;
	color: red;
	font-weight: 500;
	opacity: 1;
	margin: 0;
	display: none;
}
.btn.custom-btn p {
	margin: 0;
}
.error p {
  margin-bottom: 1rem;
}
.tcpa-disclosure {
	font-size: 12px;
	line-height: 16px;
	max-width: 700px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.trust-footnote.phone-tcpa {
	text-align: center;
	margin-bottom: 10px;
}

.right-imag {
  text-align: right;
}
.speak-agent h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.speak-agent p {
  margin: 0;
  font-size: 15px;
}
.footer-top .row {
  align-items: center;
  margin: ;
}
.footer-top {
}
.footer-top {
}
.footer-top {
}
.footer-top {
  margin-bottom: 30px;
}
.footer-menu {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu a {
  color: #FDB512;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 500;
}
.footer-bottom {
  padding-top: 20px;
}
footer {
  background: #eee;
  padding-top: 60px;
  margin-top: 90px;
}
.fixed-footer {
	padding: 0.75rem 0;
	position: fixed;
	bottom: 0;
	background-color: #eee;
	z-index: 2;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fixed-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fixed-footer .container h3 {
	font-size: clamp(18px, calc(5.6004618938px + 1.6166281755vw ), 25px);
	width: max-content;
	margin-bottom: 0;
	margin-top: 0;
}
.call-to-action.cta-container {
	text-align: center;
}
.cta-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cta-container .cta-title {
	color: #414141;
	font-size: 18px;
	font-weight: 700;
}
.validationError {
    background: #fff0f5;
    border: 1px solid #ffb6c1;
    border-radius: 5px;
    color: red;
    margin: 10px;
    padding: 10px;
    visibility: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
}
.visible-xs {
	display: none;
}
.assur-seniorangel-integrated_results {
	text-align: center;
}
.loader {
	color: rgb(18, 18, 18);
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.validationError.showError {
    visibility: visible;
    display: block;
}

div[ng-controller="dateValidationCtrl"] {
    margin-bottom: 20px;
}

.ng-invalid input {
    border-color: red;
}
.mobile-only{
    display: none;
}
@media (max-width:767px){
    .fixed-footer .container h3{display: none;}
    .cta-container .cta-title {font-size: 13px;}
    .call-to-action.cta-container {width: 100%;}
    .fixed-footer.mobile-only {padding-bottom: 5px;}
    .right-imag {text-align: center;}
    .speak-agent {
	text-align: center;
	margin-bottom: 10px;
}
    .center-banner h1 {
	font-size: 22px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 5px;
}
    .center-banner p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}
    .hero-banner {
	padding-top: 70px;
	padding-bottom: 60px;
}
    header .col-md-6 {
	width: 50%;
}
    .main-logo div {
	width: 100%;
}
    .header-btn.text-center > span {
	display: none;
}
    .custom-btn .desktop-only {
	display: none;
}
    .custom-btn .mobile-only {
	display: block;
}
}



.faq-parts {
  max-width: 1000px;
  margin: 0 auto;
}
.main-faqs{
  background: #ededed;
    padding: 50px 0;
}
.main-titles h2 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #0000FF;
    margin-bottom: 15px;
}
.single-table {
  display: flex;
  flex-wrap: wrap;
}
.single-table > div {
  height: auto;
  text-align: center;
  padding: 0 5px;
}
.single-table > div > div {
  height: 100%;
}
.left-table {
  width: 17%;
}
.ppn-one {
  width: 100%;
  background: #3E5664;
}
.middle-table {
  width: 25%;
}
.middle-center {
  width: 28%;
}
.right-table {
  width: 30%;
}
.ppn-two, .ppn-three, .ppn-four {
  background: #83C3EF;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.ppn-three {
  background: #B1375B;
}
.ppn-four {
  background: #369694;
}
.deta-two h5, .deta-three h5, .deta-four h5 {
  height: 100%;
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.deta-two h5:after, .deta-three h5:after, .deta-four h5:after, .deta-one h5:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 92%;
  left: 4%;
  height: 3px;
  background: #ededed;
}
.deta-one h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  background: #75848D;
  color: #fff;
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.faq-parts > p {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-table:last-child .deta-two h5:after, .single-table:last-child .deta-three h5:after, .single-table:last-child .deta-four h5:after, .single-table:last-child .deta-one h5:after{
    display: none;
}
.timeline {
	font-size: 18px;
	font-weight: bold;
}
@media (min-width:768px){
    .md\:w-\[200px\] {
	width: 200px;
}
}
@media (max-width:600px){
    .right-texts .text-sm.speak-agent {
	font-size: 10px;margin-bottom: 0px;}
    .right-texts .small {font-size: 70%;margin-top: 0px;}
    .right-texts #telephone_number_1 {min-width: 156px;}
    .ppn-two, .ppn-three, .ppn-four {font-size: 14px;line-height: 18px;}
    .preiods-table {overflow: auto;max-width: 100%;}
    .main-tables {min-width: 600px;}
    .deta-one h5 {padding: 5px;font-size: 14px;}
    .faq-parts > p {font-size: 16px;padding-left: 10px;padding-right: 10px;}
    .deta-two h5, .deta-three h5, .deta-four h5 {padding: 10px;font-size: 14px;}
    .main-titles h2 {font-size: 30px;line-height: 35px;}
    .main-faqs {margin-left: -1.75rem;margin-right: -1.75rem;}
    .custom-btn {padding: 9px 20px;}
}