@charset "UTF-8";
/* medadvantageplans.com - callus.css */

.hero-card {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 15px;
	width: fit-content;
	text-align: left;
	background-color: #fff;
	border-color: #f0f4f8;
	border-radius: 20px;
	-webkit-box-shadow: 3px 6px 20px rgb(0 0 0 / 15%);
	box-shadow: 3px 6px 20px rgb(0 0 0 / 15%);
}

	.hero-card .lead {
		margin: 0;
		color: #828282;
		font-family: "Lexend Deca", sans-serif;
		font-size: 20px;
		font-weight: 400;
	}

	.hero-card .phone a {
		display: block;
		padding: 10px 0;
		color: #2CBC6F;
		font-family: "Lexend Deca", sans-serif;
		font-size: 48px;
		font-weight: 600;
	}

	.hero-card .fa-phone {
    	padding-right: 8px;
		font-size: 40px;
	}

	.hero-card .hours {
		display: block;
		color: #828282;
		font-family: "Lexend Deca", sans-serif;
		font-size: 16px;
		font-weight: 400;
	}

		.hero-card .hours span {
			display: inline-block;
		}

.trust-seals {
	margin-top: 25px;
	margin-bottom: 5px;
}

.carriers img {
	display: inline-flex;
	margin: 25px 20px 0 0;
	justify-content: space-between;
}

@media (min-width:768px) and (max-width:1199px) {
	.hero-card .fa-phone {
		font-size: 36px;
	}
	
	.carriers img {
		display: inline-flex;
		margin: 1em 1em 0 0;
		justify-content: space-between;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.hero-card .lead {
		font-size: 18px;
	}
	
	.hero-card .fa-phone {
		font-size: 36px;
	}

	.hero-card .phone a {
		font-size: 40px;
	}
	
	.carriers img {
		display: inline-flex;
		margin: 1em 1em 0 0;
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.slick-slide {
		margin: 0 60px;
	}
}

@media screen and (max-width: 768px) {
	.carriers img {
		display: inline-flex;
		margin: 1em 1em 0 0;
		justify-content: space-between;
	}

	.form-inline .form-control {
		width: 257.55px;
	}
}

@media (min-width:280px) and (max-width:767px) {
	header {
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
	}

	.carriers {
		text-align: center;
	}

		.carriers img {
			display: inline-flex;
			justify-content: space-between;
		}

	.form-inline .form-control {
		width: 100%;
	}

	.hero-card {
		width: 100%;
		text-align: center;
	}

		.hero-card .lead {
			font-size: 18px;
		}
	
		.hero-card .fa-phone {
			font-size: inherit;
		}

		.hero-card .phone a {
			font-size: 34px;
		}

		.hero-card .hours {
			font-size: 14px;
		}

	.trust-seals {
		margin: 35px auto 20px auto;
		text-align: center;
	}

		.trust-seals img {
			display: inline-flex;
			margin-bottom: 1em;
			justify-content: space-between;
		}
}

@media (min-width:280px) and (max-width:430px) {
}

@media screen and (max-width: 390px) {
	.hero-card .lead {
			font-size: 16px;
		}
}
@media screen and (max-width: 375px) {
	.hero-card {
		padding: 15px;
	}

		.hero-card .lead {
			font-size: 15px;
		}

		.hero-card .hours {
			font-size: 12px;
		}

	.carriers img {
		margin: 10px 4px;
	}
}

@media screen and (max-width: 360px) {
	.hero-card .phone a {
    font-size: 32px;
  }
}

@media screen and (max-width: 320px) {
	
	.jumbotron p {
      font-size: 14px;
  }
	
	.hero-card .lead {
    font-size: 13px;
  }

  .hero-card .phone a {
    font-size: 28px;
  }

  .hero-card .hours {
    font-size: 11px;
  }
	
	#footer-links {
		font-size: .9em;
	}
	
	#footer p {
  	font-size: .75em;
  }
}

@media screen and (max-width: 280px) {
	.needHelp .phone {
		font-size: 1.125em;
		white-space: nowrap;
	}

	.jumbotron h1 {
		font-size: 1.625em;
	}

	h2 span {
		display: inline;
	}

	.hero-card .phone a {
		font-size: 26px;
	}
}