@charset "utf-8";
html, body, * {
	font-family: 'Poppins', sans-serif !important;
}
body {
	margin: 0px !important;
	width: 100% !important;
	background: url('../img/speeding-bubbles-background-01.webp') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
/* Global Custom CSS */
section {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
@media only screen and (max-width: 991px) {
.container {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.sp-col {
	width: 100% !important;
}
}
@media only screen and (min-width: 575px) {
.w-70 {
	width: 70% !important;
	max-width: 70% !important;
}
}
/* 2. Typogrhaphy CSS */
.brand-color {
	color: #00a0e3 !important;
}
a {
	color: #000000 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: all 300ms ease 0ms !important;
}
a:hover {
	color: #00a0e3 !important;
}
.bg-1 {
	background-color: #ffffff !important;
}
.bg-2 {
	background-color: #efefef !important;
}
.bg-3 {
	background-color: #00a0e3 !important;
}
.bg-4 {
	background-color: #000000 !important;
}
.border-radius-top {
	border-radius: 60px 60px 0px 0px !important;
}
.border-radius-bottom {
	border-radius: 0px 0px 60px 60px !important;
}
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
@media only screen and (max-width: 991px) {
.desktop {
	display: none !important;
}
.mobile {
	display: block !important;
}
}
@media only screen and (max-width: 480px) {
.border-radius-top {
	border-radius: 40px 40px 0px 0px !important;
}
.border-radius-bottom {
	border-radius: 0px 0px 40px 40px !important;
}
}
/* 3. Button CSS */
.btn:focus {
	box-shadow: none !important;
}
.cst-btn1 {
	color: #ffffff !important;
	background-color: #00a0e3 !important;
	border: 1px solid #00a0e3 !important;
}
.cst-btn1:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
}
.cst-btn2 {
	color: #ffffff !important;
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
}
.cst-btn2:hover {
	color: #000000 !important;
	background-color: #fff000 !important;
	border: 1px solid #fff000 !important;
}
.cta-btn {
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	border-radius: 150px !important;
	margin-top: -15px !important;
}
.form-cta-btn {
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	padding: 12px 10px !important;
}
@media only screen and (max-width: 1024px) {
.cta-btn {
	font-size: 25px !important;
}
}
@media only screen and (max-width: 767px) {
.form-cta-btn {
	font-size: 28px !important;
}
}
@media only screen and (max-width: 480px) {
.cta-btn {
	font-size: 23px !important;
}
.form-cta-btn {
	font-size: 25px !important;
}
}
@media only screen and (max-width: 360px) {
.cta-btn {
	font-size: 17px !important;
}
.form-cta-btn {
	font-size: 18px !important;
}
}
/* Header CSS */
.brand-logo {
	width: 230px !important;
}
@media only screen and (max-width: 991px) {
.brand-logo {
	width: 270px !important;
	display: table !important;
	margin: 0px auto !important;
}
}
@media only screen and (max-width: 768px) {
.brand-logo {
	width: 230px !important;
}
}
/* 4. Form CSS */
.custom-form input[type=text], .custom-form input[type=email], .custom-form input[type=tel] {
	color: #333333 !important;
	font-weight: 400 !important;
	background-color: #ffffff !important;
	border: 1px solid #e5e5e5 !important;
	transition: all 300ms ease 0ms !important;
}
.custom-form input[type=text]:hover, .custom-form input[type=email]:hover, .custom-form input[type=tel]:hover {
	background-color: #f8f9fa !important;
	border: 1px solid #cccccc !important;
}
.custom-form input[type=text]:focus, .custom-form input[type=email]:focus, .custom-form input[type=tel]:focus {
	background-color: #f8f9fa !important;
	border: 1px solid #cccccc !important;
	box-shadow: none !important;
}
/* Banner CSS */
.banner-content {
	padding-top: 4rem !important;
	padding-bottom: 5rem !important;
	background-image: linear-gradient( 180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100% ) !important;
}
.banner-content .brand-logo {
	margin-top: 20px !important;
}
.banner-hero {
	width: 100%!important;
}
.banner-content-box {
	margin-top: 20px !important;
}
.banner-content-box h1 {
	color: #000000 !important;
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.banner-content-box h2 {
	color: #000000 !important;
	font-size: 22px !important;
	font-weight: normal !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.banner-content-box h3 {
	color: #000000 !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.banner-content-box ul {
 --icon-space: 1.3em !important;
	list-style-type: none !important;
	padding: 0 !important;
}
.banner-content-box ul li {
	padding-left: var(--icon-space) !important;
	color: #000000 !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	margin-bottom: 2px !important;
}
.banner-content-box ul li:before {
	color: #00a0e3 !important;
	content: "\F26A" !important; /* Boostrap Icons Unicode */
	font-family: "bootstrap-icons" !important;
	display: inline-block !important;
 margin-left: calc( var(--icon-space) * -1 ) !important;
	width: var(--icon-space) !important;
	position: relative !important;
	top: 3px !important;
}
@media only screen and (max-width: 1024px) {
.banner-content {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.banner-content .sp-col {
	width: 100% !important;
}
.banner-content .brand-logo {
	display: table !important;
	margin: 0px auto !important;
}
.banner-hero {
	margin-top: 0px !important;
	width: 60% !important;
	display: table !important;
	margin: 0px auto !important;
}
.banner-content-box {
	margin-top: 0px !important;
}
.banner-content-box h1 {
	font-size: 50px !important;
	text-align: center !important;
}
.banner-content-box h2 {
	font-size: 28px !important;
	text-align: center !important;
}
.banner-content-box h3 {
	font-size: 35px !important;
	text-align: center !important;
}
.banner-content-box ul {
	width: 50% !important;
	display: table !important;
	margin: 0px auto !important;
}
.banner-cta-box .w-100 {
	width: 60% !important;
	display: table !important;
	margin: 0px auto !important;
}
}
@media only screen and (max-width: 991px) {
.banner-hero {
	width: 80% !important;
}
.banner-content-box h1 {
	font-size: 38px !important;
	text-align: center !important;
}
.banner-content-box h2 {
	font-size: 25px !important;
	text-align: center !important;
}
.banner-content-box h3 {
	font-size: 30px !important;
	text-align: center !important;
}
.banner-content-box ul {
	width: 65% !important;
	display: table !important;
	margin: 0px auto !important;
}
.banner-content-box ul li {
	font-size: 23px !important;
}
.banner-cta-box .w-100 {
	width: 100% !important;
	display: table !important;
	margin: 0px auto !important;
}
}
@media only screen and (max-width: 767px) {
.banner-content-box h1 {
	font-size: 38px !important;
	text-align: center !important;
}
.banner-content-box h2 {
	font-size: 20px !important;
	text-align: center !important;
}
.banner-content-box h3 {
	font-size: 28px !important;
	text-align: center !important;
}
.banner-content-box ul {
	width: 90% !important;
	display: table !important;
	margin: 0px auto !important;
}
.banner-content-box ul li {
	font-size: 18px !important;
}
}
@media only screen and (max-width: 480px) {
.banner-content-box h1 {
	font-size: 35px !important;
	text-align: center !important;
}
.banner-content-box h2 {
	font-size: 18px !important;
	text-align: center !important;
}
.banner-content-box h3 {
	font-size: 22px !important;
	text-align: center !important;
}
.banner-content-box ul {
	width: 90% !important;
	display: table !important;
	margin: 0px auto !important;
}
.banner-content-box ul li {
	font-size: 18px !important;
}
}
@media only screen and (max-width: 360px) {
.banner-content {
	padding-top: 3rem !important;
	padding-bottom: 4rem !important;
}
.banner-content-box h1 {
	font-size: 25px !important;
	text-align: center !important;
}
.banner-content-box h2 {
	font-size: 17px !important;
	text-align: center !important;
}
.banner-content-box h3 {
	font-size: 18px !important;
	text-align: center !important;
}
.banner-content-box ul {
	width: 100% !important;
	display: table !important;
	margin: 0px auto !important;
}
.banner-content-box ul li {
	font-size: 16px !important;
}
}
/* Benefits & Stats CSS */
.benefits-content {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.benefits-content h2 {
	color: #000000 !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.benefits-content p {
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.benefits-content ul {
 --icon-space: 1.3em !important;
	list-style-type: none !important;
	padding: 0 !important;
	margin-top: 25px !important;
}
.benefits-content ul li {
	padding-left: var(--icon-space) !important;
	color: #000000 !important;
	font-size: 19px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	margin-bottom: 2px !important;
}
.benefits-content ul li:before {
	color: #00a0e3 !important;
	content: "\F26A" !important; /* Boostrap Icons Unicode */
	font-family: "bootstrap-icons" !important;
	display: inline-block !important;
 margin-left: calc( var(--icon-space) * -1 ) !important;
	width: var(--icon-space) !important;
	position: relative !important;
	top: 3px !important;
}
.benefits-content .stats-box {
	background: #ffffff !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
	border-radius: 10px !important;
	padding: 30px 20px 30px 20px !important;
	text-align: center !important;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.2) !important;
}
.benefits-content .stats-box p {
	margin: 5px 0 0 !important;
	padding: 0 !important;
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}
.benefits-content .stats-box .counter {
	display: block !important;
	font-size: 35px !important;
	font-weight: 600 !important;
	color: #00a0e3 !important;
	line-height: 28px !important;
}
@media only screen and (max-width: 1024px) {
.benefits-content {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
}
@media only screen and (max-width: 767px) {
.benefits-content h2 {
	font-size: 25px !important;
}
.benefits-content p {
	font-size: 17px !important;
}
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 360px) {
.benefits-content h2 {
	font-size: 20px !important;
}
.benefits-content p {
	font-size: 16px !important;
}
}
/* Action Plan CSS */
.action-plans-content {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
	background-image: linear-gradient( 180deg, rgba(0,160,227,0.9) 0%, rgba(0,160,227,0.9) 100% ), url('../img/speeding-bubbles-background-01.webp') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.action-plans-content h2 {
	color: #ffffff !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.action-plans-content p {
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.action-plans-content .action-plan-box {
	background: #ffffff !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
	border-radius: 10px !important;
	padding: 20px 20px 20px 20px !important;
	text-align: center !important;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.2) !important;
}
.action-plans-content .action-plan-box .icon-wrap {
	width: 100px !important;
	height: 100px !important;
	overflow: hidden !important;
	background-color: #f7f7f7 !important;
	border: 1px solid #e8e8e8 !important;
	border-radius: 150px !important;
	margin: 0px auto !important;
}
.action-plans-content .action-plan-box .icon-wrap .action-plan-icon {
	width: 100px !important;
}
.action-plans-content .action-plan-box h4 {
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 10px !important;
}
@media only screen and (max-width: 1024px) {
.action-plans-content {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
}
@media only screen and (max-width: 767px) {
.action-plans-content h2 {
	font-size: 25px !important;
}
.action-plans-content p {
	font-size: 17px !important;
}
}
@media only screen and (max-width: 480px) {
.action-plans-content .benefit-box h4 {
	font-size: 18px !important;
}
}
@media only screen and (max-width: 360px) {
.action-plans-content h2 {
	font-size: 20px !important;
}
.action-plans-content p {
	font-size: 16px !important;
}
}
/* Gain More CSS */
.gain-more-content {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.gain-more-content h2 {
	color: #000000 !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.gain-more-content p {
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.gain-more-content ul {
 --icon-space: 1.3em !important;
	list-style-type: none !important;
	padding: 0 !important;
	margin-top: 10px !important;
}
.gain-more-content ul li {
	padding-left: var(--icon-space) !important;
	color: #000000 !important;
	font-size: 19px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	margin-bottom: 2px !important;
}
.gain-more-content ul li:before {
	color: #00a0e3 !important;
	content: "\F26A" !important; /* Boostrap Icons Unicode */
	font-family: "bootstrap-icons" !important;
	display: inline-block !important;
 margin-left: calc( var(--icon-space) * -1 ) !important;
	width: var(--icon-space) !important;
	position: relative !important;
	top: 3px !important;
}
.gain-more-content img.hero {
	border: 1px solid #e8e8e8 !important;
	border-radius: 20px !important;
}
@media only screen and (max-width: 1024px) {
.gain-more-content {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
}
@media only screen and (max-width: 767px) {
.gain-more-content h2 {
	font-size: 25px !important;
}
.gain-more-content p {
	font-size: 17px !important;
}
}
@media only screen and (max-width: 480px) {
.gain-more-content ul li {
	font-size: 18px !important;
}
}
@media only screen and (max-width: 360px) {
.gain-more-content h2 {
	font-size: 20px !important;
}
.gain-more-content p {
	font-size: 16px !important;
}
}
/* FAQ's CSS */
.faqs-content {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.faqs-content h2 {
	color: #000000 !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.faqs-content h3 {
	color: #00a0e3 !important;
	font-size: 25px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: center !important;
	text-transform: uppercase !important;
}
.faqs-content p {
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.faqs-content ul {
 --icon-space: 1.5em !important;
	list-style-type: none !important;
	padding: 0 !important;
	margin-top: 10px !important;
}
.faqs-content ul li {
	padding-left: var(--icon-space) !important;
	color: #000000 !important;
	font-size: 17px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	margin-bottom: 2px !important;
}
.faqs-content ul li:before {
	color: #00a0e3 !important;
	content: "\F26A" !important; /* Boostrap Icons Unicode */
	font-family: "bootstrap-icons" !important;
	display: inline-block !important;
 margin-left: calc( var(--icon-space) * -1 ) !important;
	width: var(--icon-space) !important;
	position: relative !important;
	top: 3px !important;
}
.faqs-content .accordion-item {
	margin-bottom: 15px !important;
	border-radius: 10px !important;
	box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 15%)!important;
}
.faqs-content .cst-accordion-button {
	font-size: 20px !important;
	color: #333333 !important;
	background-color: #ffffff !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
}
.faqs-content .cst-accordion-button:not(.collapsed) {
	color: #00a0e3 !important;
	background-color: #ffffff !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 10px 10px 0px 0px !important;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important;
}
.faqs-content .cst-accordion-button:focus {
	box-shadow: none !important;
}
.faqs-content .cst-accordion-body {
	font-size: 17px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	color: #000000 !important;
}
@media only screen and (max-width: 767px) {
.faqs-content h2 {
	font-size: 25px !important;
	text-align: center !important;
}
.faqs-content h3 {
	font-size: 22px !important;
}
.faqs-content ul li {
	font-size: 16px !important;
}
.faqs-content .faqs-hero {
	width: 100% !important;
}
.faqs-content .cst-accordion-button {
	font-size: 18px !important;
}
.faqs-content .cst-accordion-body {
	font-size: 16px !important;
}
}
@media only screen and (max-width: 480px) {
.faqs-content h2 {
	font-size: 28px !important;
}
.faqs-content ul li {
	font-size: 16px !important;
}
.faqs-content .cst-accordion-button {
	font-size: 18px !important;
}
.faqs-content .cst-accordion-body {
	font-size: 16px !important;
}
}
@media only screen and (max-width: 360px) {
.faqs-content h2 {
	font-size: 25px !important;
}
.faqs-content ul li {
	font-size: 15px !important;
}
.faqs-content .cst-accordion-button {
	font-size: 17px !important;
}
.faqs-content .cst-accordion-body {
	font-size: 15px !important;
}
}
/* Special CTA CSS */
.sp-cta-content {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
	background-image: linear-gradient( 180deg, rgba(0,160,227,0.9) 0%, rgba(0,160,227,0.9) 100% ), url('../img/speeding-bubbles-background-01.webp') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.sp-cta-content h1 {
	color: #ffffff !important;
	font-size: 45px !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.sp-cta-content h2 {
	color: #ffffff !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.sp-cta-content p {
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
@media only screen and (max-width: 1024px) {
.sp-cta-content {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.sp-cta-content h1 {
	font-size: 35px !important;
}
.sp-cta-content .w-100 {
	width: 100% !important;
	display: table !important;
	margin: 0px auto !important;
}
}
@media only screen and (max-width: 991px) {
.sp-cta-content h1 {
	font-size: 33px !important;
}
}
@media only screen and (max-width: 767px) {
.sp-cta-content h1 {
	font-size: 30px !important;
}
.sp-cta-content h2 {
	font-size: 25px !important;
}
.sp-cta-content p {
	font-size: 17px !important;
}
}
@media only screen and (max-width: 480px) {
.sp-cta-content h1 {
	font-size: 26px !important;
}
}
@media only screen and (max-width: 360px) {
.sp-cta-content h1 {
	font-size: 26px !important;
}
.sp-cta-content h2 {
	font-size: 20px !important;
}
.sp-cta-content p {
	font-size: 16px !important;
}
}
/* Lead Form CSS */
.lead-form-content {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
	background-image: linear-gradient( 180deg, rgba(0,160,227,0.9) 0%, rgba(0,160,227,0.9) 100% ), url('../img/speeding-bubbles-background-01.webp') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.lead-form-content h1 {
	color: #ffffff !important;
	font-size: 45px !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.lead-form-content h2 {
	color: #ffffff !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.lead-form-content p {
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.lead-form-content .lead-form-box {
	background-color: transparent !important;
	border: none !important;
	text-align: center !important;
}
@media only screen and (max-width: 1024px) {
.lead-form-content {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.lead-form-content h1 {
	font-size: 40px !important;
}
}
@media only screen and (max-width: 767px) {
.lead-form-content h1 {
	font-size: 30px !important;
}
.lead-form-content h2 {
	font-size: 25px !important;
}
.lead-form-content p {
	font-size: 17px !important;
}
}
@media only screen and (max-width: 480px) {
.lead-form-content h1 {
	font-size: 30px !important;
}
}
@media only screen and (max-width: 360px) {
.lead-form-content h1 {
	font-size: 25px !important;
}
.lead-form-content h2 {
	font-size: 20px !important;
}
.lead-form-content p {
	font-size: 16px !important;
}
}
/* Popup Form CSS */
#enquire-now-popup-form h4.modal-title {
	font-size: 37px !important;
	color: #00a0e3 !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
}
@media only screen and (max-width: 1024px) {
#enquire-now-popup-form h4.modal-title {
	font-size: 28px !important;
}
}
@media only screen and (max-width: 991px) {
#enquire-now-popup-form h4.modal-title {
	font-size: 35px !important;
}
}
@media only screen and (max-width: 767px) {
#enquire-now-popup-form h4.modal-title {
	font-size: 30px !important;
}
}
@media only screen and (max-width: 480px) {
#enquire-now-popup-form h4.modal-title {
	font-size: 25px !important;
}
}
@media only screen and (max-width: 360px) {
#enquire-now-popup-form h4.modal-title {
	font-size: 20px !important;
}
}
/* Thank You Banner CSS */
.thank-you-banner-content {
	padding-top: 10rem !important;
	padding-bottom: 4rem !important;
	background-image: linear-gradient( 180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100% ) !important;
	height: 100vh !important;
}
.thank-you-banner-content-box {
	margin: 0px !important;
}
.thank-you-banner-content-box h1 {
	color: #00a0e3 !important;
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
.thank-you-banner-content-box h2 {
	color: #000000 !important;
	font-size: 25px !important;
	font-weight: normal !important;
	line-height: 1.2em !important;
	text-align: center !important;
}
@media only screen and (max-width: 991px) {
.thank-you-banner-content-box h1 {
	font-size: 50px !important;
}
.thank-you-banner-content-box h2 {
	font-size: 38px !important;
}
}
@media only screen and (max-width: 767px) {
.thank-you-banner-content-box h1 {
	font-size: 40px !important;
}
.thank-you-banner-content-box h2 {
	font-size: 30px !important;
}
}
@media only screen and (max-width: 480px) {
.thank-you-banner-content-box h1 {
	font-size: 60px !important;
}
.thank-you-banner-content-box h2 {
	font-size: 25px !important;
}
}
@media only screen and (max-width: 360px) {
.thank-you-banner-content-box h1 {
	font-size: 40px !important;
}
.thank-you-banner-content-box h2 {
	font-size: 20px !important;
}
}
/* Policy & Terms CSS */
.policy-terms-content {
	padding-top: 4rem !important;
	padding-bottom: 5rem !important;
	background-image: linear-gradient( 180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100% ) !important;
}
.policy-terms-content-box {
	margin: 0px !important;
}
.policy-terms-content-box h1 {
	color: #000000 !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.policy-terms-content-box h4 {
	color: #000000 !important;
	font-size: 23px !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
	text-align: left !important;
}
.policy-terms-content-box p {
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.3em !important;
	text-align: left !important;
}
.policy-terms-content-box ul {
	margin-left: -15px !important;
}
.policy-terms-content-box ul li {
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.3em !important;
	margin-bottom: 5px !important;
	text-align: left !important;
}
.policy-terms-content-box a {
	color: #00a0e3 !important;
	font-weight: 500 !important;
}
.policy-terms-content-box a:hover {
	color: #000000 !important;
}
@media only screen and (max-width: 991px) {
.policy-terms-content-box h1 {
	text-align: center !important;
}
.policy-terms-content-box h4 {
	text-align: center !important;
}
.policy-terms-content-box p {
	text-align: center !important;
}
}
@media only screen and (max-width: 767px) {
.policy-terms-content-box h1 {
	font-size: 26px !important;
}
.policy-terms-content-box h4 {
	font-size: 21px !important;
}
.policy-terms-content-box p {
	font-size: 16px !important;
}
.policy-terms-content-box ul li {
	font-size: 16px !important;
}
}
@media only screen and (max-width: 480px) {
.policy-terms-content-box h1 {
	font-size: 23px !important;
}
.policy-terms-content-box h4 {
	font-size: 19px !important;
}
.policy-terms-content-box p {
	font-size: 15px !important;
}
.policy-terms-content-box ul li {
	font-size: 15px !important;
}
}
/* Footer CSS */
.footer-content {
	color: #b7b7b7 !important;
	font-weight: 300 !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.footer-content small {
	font-size: 15px !important;
}
.footer-content a {
	color: #ffffff !important;
	font-weight: 500 !important;
}
.footer-content a:hover {
	color: #00a0e3 !important;
}
@media only screen and (max-width: 991px) {
.footer-content.sp-footer {
	padding-bottom: 3.5rem !important;
}
}
@media only screen and (max-width: 767px) {
.footer-content {
	line-height: 1.3em !important;
}
.footer-content .text-start, .footer-content .text-end {
	text-align: center !important;
}
.footer-content .text-end {
	margin-top: 4px !important;
}
}
@media only screen and (max-width: 480px) {
.footer-content.sp-footer {
	padding-bottom: 3.5rem !important;
}
.footer-content small {
	font-size: 13px !important;
}
}
@media only screen and (max-width: 360px) {
.footer-content small {
	font-size: 13px !important;
}
}
/* Footer Fixed Button CSS */
.footer-button-content {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	position: fixed !important;
	bottom: 0px !important;
}
.footer-cta-box ul {
	display: flex !important;
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.footer-cta-box ul li {
	width: 100% !important;
	float: left !important;
}
.footer-cta-box ul li.sp-list {
	border-right: 1px solid rgba(0,0,0,.5) !important;
}
.footer-cta-box .cta-btn {
	border-radius: 0px !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	text-transform: uppercase !important;
}
.footer-cta-box .cta-btn small {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2em !important;
}
/* Carousel CSS */
.owl-theme .owl-controls {
	margin-top: 0px !important;
}
/* Carousel Pagination CSS */
.owl-theme .owl-controls .owl-page span {
	width: 10px !important;
	height: 10px !important;
	margin-right: 5px !important;
	background: #00a0e3 !important;
	border: 1px solid #00a0e3 !important;
	opacity: 0.3 !important;
	transition: all 300ms ease 0ms !important;
}
.owl-theme .owl-controls .owl-page span:hover {
	opacity: 1 !important;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #00a0e3 !important;
	border: 1px solid #00a0e3 !important;
	opacity: 1 !important;
}
/* Carousel Navigation CSS */
.owl-theme .owl-controls .owl-buttons {
	margin-top: 20px !important;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFFFFF !important;
	background: rgba(255,138,6,0.8) !important;
	border: 0px solid #333 !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	transition: all 300ms ease 0ms !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	color: #FFFFFF !important;
	background: #00a0e3 !important;
	border: 0px solid #333 !important;
}
