@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Generic Style */
body, p, h1, h2, h3, ul, li, a{
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-family: 'DM Sans', sans-serif;
}
ul li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #000;
}
*{
  box-sizing: border-box;
}
p{
  font-size: 17px;
}
button {
	background-color: #161C2D;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 10px;
	height: 50px;
	padding: 10px;
}
h2{
  font-size: 40px;
}
h3{
  font-size: 21px;
}
input, select{
	border: 1px solid #efefef;
	height: 50px;
	padding: 5px;
	border-radius: 4px;
}
.container{
  width: 100%;
  max-width: 1140px;
}
.container.header_container {
	display: flex;
	justify-content: left;
	align-items: center;
  padding: 34px 0;
}
/* Header */
/* .sign a {
	background-color: #00CCFF;
	text-decoration: underline;
	color: #fff;
	text-decoration: ;
	padding: 15px;
	text-decoration: none;
	border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.secondary_nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.secondary_nav li {
	padding-right: 30px;
  font-weight: 700;
}
.secondary_nav li.cart{
  padding-right: 0;
}
ul li {
	list-style: none;
}
.logo{
  width: 100%;
  max-width: 187px;
  display: block;
}
.logo img{
  width: 100%;
}
header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 99;
  background-color: #e5faff;
  top: 0;
}
.main_menu ul{
  display: flex;
}
.main_menu ul li{
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.main_menu ul li a{
  padding: 0 20px;
}
.container{
  width: 100%;
  max-width: 1140px;
}
.container.header_container {
	display: flex;
	justify-content: left;
	align-items: center;
  padding: 34px 0;
}
.secondary_nav {
	margin-left: auto;
}
.cart a {
  position: relative;
}
.cart a .icon {
	width: 50px;
	height: 50px;
	background: url('../images/cart.svg');
	background-size: 100%;
	display: block;
}
.count {
	width: 15px;
	height: 15px;
	background-color: #0cf;
	display: block;
	position: absolute;
	border-radius: 50%;
	top: 18px;
	right: -55px;
} */
/* Support */
.support {
	background-color: #473BF0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.support .container{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
}
.support .container h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
	border: none;
	padding-bottom: unset;
}
.support .container p {
	color: #fff;
	max-width: 460px;
	font-size: 19px;
	font-weight: normal;
}
.support .container a {
	background-color: #143040;
	position: absolute;
	padding: 20px 50px 20px 20px;
	color: #fff;
	font-size: 17px;
	right: 0;
	border-radius: 8px;
	top: calc(50% - 25px);
	height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support .container a:after{
  content: ' ';
  width: 18px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  background: url('../images/arrow.svg');
  background-size: 100%;
}
/* Footer */
/* footer {
	background-color: #3D3D3D;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
}
.about {
	width: 36%;
	padding-right: 30px;
}
.ft_list {
	width: 16%;
	padding: 0 10px;
}
footer .container {
	display: flex;
	padding: 130px 0;
}
footer .logo {
	margin-bottom: 35px;
}
.about p {
	font-size: 15px;
	line-height: 24px;
	color: #acacac;
}
.ft_list h3 {
	font-weight: normal;
	font-size: 15px;
	color: #acacac;
  margin-bottom: 15px;
}
.ft_list ul li a {
	color: #fff;
  font-size: 15px;
}
.ft_list ul li {
	line-height: 36px;
}
.social{
  display: flex;
  padding-top: 40px;
}
.social li {
  padding: 0 5px;
}
.social li a {
	width: 18px;
	height: 18px;
	display: block;
}
.social li.twitter a{
  background: url(../images/twitter.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.social li.facebook a{
  background: url(../images/facebook.svg);
  background-size: 100%;
}
.social li.in a{
  background: url(../images/linkedin.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.social li.plus a{
  background: url(../images/google-plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;
} */
/* Inner Page */
.content_container {
	margin-top: 118px;
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: #e5faff;
}
/* Collect Information */
.collect {
	width: 100%;
	background-color: #00CCFF;
	border-radius: 10px;
	padding: 20px 6px;
}
.collect ul {
	display: flex;
	flex-direction: row;
}
.collect li {
	padding: 0 14px;
  width: 14.6%;
}
.collect li.birth {
	width: 24.6%;
}
.collect li.zip {
	width: 16.6%;
}
.collect li .pinfo {
	background-color: #fff;
	height: 50px;
	display: block;
	padding: 0 10px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.edit {
	background-color: #161C2D;
	border-radius: 8px;
	height: 50px;
	display: block;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
/* Temp - Agent Landing */
.links {
	display: flex;
	width: 100%;
}
.links ul{
  display: flex;
}
.links ul a{
  padding: 10px;
  border-radius: 10px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links ul li{
  padding: 0 10px;
}
.links ul a.new_user{
  background-color: #0cf;
    color: #fff;
    width: 157px;
}
.links ul a.existing_user{
    color: #000;
    border: 2px solid #707070;
    width: 174px;
}
.agent_landing .banner {
	padding-bottom: 100px;
}
