body, p {
    color: #333333;
}
a {
	color: #003366;
}
a:hover, a:focus {
    color: #FF9933;
    outline: none;
    transition: all 0.4s ease-in-out;
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
.rounded-5 {
	border-radius: 5px;
}

/* BTN CSS */
.btn {
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .8;
}
.btn-orenge-gradient {
	background: rgb(248,200,68);
	background: linear-gradient(180deg, rgba(248,200,68,1) 0%, rgba(255,153,51,1) 100%);
}
.btn-orenge-gradient:hover, .btn-orenge-gradient:focus {
	background: rgb(248,200,68);
	background: linear-gradient(180deg, rgba(255,153,51,1) 0%, rgba(248,200,68,1) 100%);
	color: #fff;
}
.btn-blue-gradient {
	background: rgb(59,124,224);
	background: linear-gradient(180deg, rgba(59,124,224,1) 0%, rgba(14,34,149,1) 100%);
}
.btn-blue-gradient:hover, .btn-blue-gradient:focus {
	background: rgb(248,200,68);
	background: linear-gradient(180deg, rgba(14,34,149,1) 0%, rgba(59,124,224,1) 100%);
	color: #fff;
}

.text-orenge {
	color: #FF9933;
}
.text-secondary {
    color: #003366 !important;
}

.navbar {
    box-shadow: 5px 18px 49px rgba(0 0 0 / 23%);
    position: sticky;
    top: 0;
    z-index: 9;
}
.navbar .navbar-toggler {
	border-color: #FF9933;
}
.navbar .navbar-toggler .icon-bar,
.navbar .navbar-toggler.collapsed .top-bar,
.navbar .navbar-toggler.collapsed .bottom-bar {
	background-color: #FF9933;
}
.btn-check:focus+.btn, .btn:focus, .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.controls li.prev:hover,
.controls li.next:hover {
    background-color: #FF9933;
    border-color: #FF9933;
}

/* Navbar CSS */
.navbar-nav .nav-link {
	color: #003366;
}
.navbar-nav .nav-link:hover {
    color: #FF9933;
}

/* Background CSS */
.bg-blue {
	background-color: #003366;
}
.bg-gray {
	background-color: #F8F9FA;
}
.bg-dark-gray {
	background-color: #E6E6E6;
}
.bg-off-white {
    background-color: #F8F8F8;
}

.rounded-25 {
	border-radius: 25px;
}
.box-shadow-lg {
    box-shadow: 0px 10px 18px rgba(0,0,0,.2);
}

.bg-orenge-gradient {
    background-color: #dd6136;
	background-image: url('../images/orenge-gradient-fill.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.logo-shadow:before {
	content: '';
	background-image: url('../images/white-shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 400px;
	width: 100%;
	z-index: -1;
}

/* Hero Section */
.hero-section {
    background-color: #003366;
    background-image: url('../images/home-banner.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.hero-section:before {
    content: '';
    background: linear-gradient(180deg, rgba(248,200,68,0) 0%, rgba(0,51,102,1) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    z-index: 0;
}
.banner-subtitle {
	font-size: 24px;
	line-height: normal;
}
.hero-section form p, .plan-btn,
.hero-section form input[type="tel"] {
	font-size: 18px;
	line-height: 24px;
}
.plan-btn {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 195px;
    width: 100%;
}
.hero-section form input[type="tel"] {
    background-color: #FFFFCC;
    border: 1px solid #404040;
    border-radius: 5px;
    color: #333333;
    padding: 12px;
    text-align: center;
    max-width: 195px;
}
.zip-lookup-message {
	color: #0e2295;
	font-size: 14px;
	margin-top: 5px;
}
.zip-lookup-message.error {
	color: #dc3545;
}

/* Step Form Page */
/* Progress */
.progress {
    background: #FFF;
    border: none;
    height: 7px;
    overflow: visible;
}
.progress .progress-bar {
    position: relative;
    background-color: #1B3DAA;
}
.progress, .progress-bar {
    border-radius: 50px;
}

/* Spinner */
.spinner-wrapper {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.lds-ring {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #FF9933 transparent transparent transparent;
}
.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
}
.lds-ring.inverse div {
    border-top-color:#fff;
}

/* Form Radio Group */
.form-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -.5em -1em;
    padding: 0 1em;
}
.group-item .label {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: left;
}
.group-item input {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    height: 32px;
    width: 32px;
}
.group-item label {
    -webkit-appearance: none;
    background-color: #FFF;
    box-shadow: 0 1px 5px rgba(7,22,51,0.4);
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    line-height: 38px;
    margin-bottom: 0;
    padding: .75rem;
    position: relative;
    transition: color 200ms ease-in;
    width: 100%;
}
.group-item label .icon-shape img {
    width: 100%;
}
.group-item.active label,
.group-item input:checked ~ label {
    border-color: #FAE7D1;
    background-color: #FAE7D1;
    box-shadow: 0 1px 5px rgba(7,22,51,0.4);
}
.two-col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px;
}
.two-col .group-item {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 10px);
	min-width: 0;
}

/* Form Input */
@keyframes autofill {
    100% {
        background: #fff;
		color: #000;
		font-weight: normal;
        box-shadow: none;
    }
}
@-webkit-keyframes autofill {
	100% {
		background: #fff;
		color: #000;
		font-weight: normal;
        box-shadow: none;
	}
}
input:-webkit-autofill,
input:-webkit-autofill:valid {
	-webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
    box-shadow: 0 0 0 35px #fff inset !important;
    transition: none;
}
.form-control {
	background-color: #FFF;
    -webkit-box-shadow: 0 0 0 1px #cdd0d6;
    box-shadow: 0 0 0 1px #cdd0d6;
    border-radius: 5px;
    border: none;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    height: 4rem;
}
.text-danger {
    font-size: 90%;
}
.input-title {
	font-size: 18px;
	line-height: 24px;
}
.form-yes-no {
    max-width: 500px;
}
.form-yes-no label > span {
    font-weight: bold;
}
.form-yes-no label {
    border-radius: 7px;
    position: relative;
    min-height: 102px;
    text-align: center;
}

/* Input Select Option */
.input-select, .benefits-monthly-amount textarea.form-control {
    border: none;
    box-shadow: none;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 21px 12px;
    margin: 0;    
    outline: 0;
}

/* Rectangle Box */
.rectangle-box label {
    border-radius: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    min-height: 132px;
    height: 100%;
}
.rectangle-box label:hover {
	background-color: #FAE7D1;
}
.rectangle-box label:after {
    background-position: 1px 2px;
    background-size: 24px;
    top: 0;
    height: 24px;
    width: 24px;
}
.rectangle-box input:checked ~ label:after {
    display: none;
}
.rectangle-box label > span {
	font-size: 18px;
    line-height: 24px;
    width: 100%;
}
.rectangle-box label,
.benefits-monthly-amount textarea.form-control {
    box-shadow: 0 1px 5px rgba(7,22,51, 0.4);
}
.benefits-monthly-amount label {
    max-width: 435px;
    width: 100%;
}
.benefits-monthly-amount textarea.form-control {
	border-radius: 20px;
    min-height: 132px;
    resize: none;
}

/* Congrat info Page */
.congrat-info h1 {
	font-size: 34px;
	color: #FFF;
}
.congrat-info h2 {
	font-size: 30px;
	color: #003366;
}
.best-lable {
	background-color: #00CC33;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 20px;
	font-weight: 900;
	padding: 1px 40px;
}
.plan-img {
	max-width: 222px;
	width: 100%;
}
.estimate-quote {
	font-size: 15px;
}
.plan-list ul li,
.estimate-quote strong,
.estimate-quote span sup,
.plan-list .btn {
	font-size: 18px;
}
.estimate-quote span {
	color: #339999;
	font-size: 31px;
	font-weight: 700;
	line-height: 36px;
}
.plan-list .btn {
    padding: 11px 23px;
}
.plan-info-wrap .plan-wrap.active,
.plan-info-wrap .plan-wrap:hover {
	box-shadow: 0px 8px 18px rgba(0,0,0,.2);
	transition: all 0.4s ease-in-out;
}

/* Footer */
.footer .form-control {
    height: auto;
}


/* Media Screen */
@media screen and (min-width: 1200px) {
	.h2, h2 {
	    font-size: 2rem;
	}
}
@media screen and (max-width: 991px) {
	.plan-list {
		gap: 24px;
		flex-wrap: wrap;
	}
	.plan-img, .plan-list ul, .estimate-quote, .plan-list .btn {
		max-width: calc(50% - 20px);
		width: 100%;
	}
	.plan-img {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.navbar-collapse {
		background-color: #FFFFFF;
		padding: 0 1rem 1rem;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 99;
	}
	.navbar-nav {
		text-align: left;
	}
	.plan-img, .plan-list ul, .estimate-quote, .plan-list .btn {
		text-align: center;
		max-width: 100%;
	}
	.benefits-monthly-amount label {
		max-width: 370px;
	}
}
@media screen and (max-width: 575px) {
    .congrat-info h1 {
        font-size: 28px;
    }
    .congrat-info h2 {
        font-size: 22px;
    }
	.benefits-monthly-amount label {
		max-width: 100%;
	}
    .lead {
        font-size: 1rem;
    }
}
@media screen and (max-width: 490px) {
    .zipwrap.me-3 {
        margin-right: 0 !important;
        width: 100%;
    }
    .hero-section form input[type="tel"] {
        max-width: 100%;
        width: 100%;
    }
    .plan-btn {
        margin-top: 6px;
        max-width: 100%;
    }
}
@media screen and (max-width: 420px) {
	.rectangle-box label {
		min-height: 112px;
	}
}