* {
	box-sizing: border-box;
}
body {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 25px 0;
}
a, a:hover {
	transition: 0.3s;
	-webkit-transition: 0.3s
}
nav.navbar {
	padding: 0;
	margin: 0;
	background: none !important;
}
section.hero-section {
	float: left;
	width: 100%;
	background: #0000ff;
	padding: 64px 0;
}
section.hero-section .row {
	align-items: center;
	justify-content: space-between;
}
.clearfix {
	clear: both;
}
.btn {
	background: #0000ff;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px 30px;
	line-height: 1;
	border: 1px solid transparent;
	box-shadow: none;
	outline: none;
	color: #fff;
}
.btn.btn-secondary {
	background: #fdcd2b;
	color: #00003e;
}
.btn:hover {
	background: #fff;
	color: #0000ff;
	border: 1px solid 0000ff !important;
}
h1 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
h1 span {
	color: #fdcd2b;
}
section.hero-section p {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}
section.hero-section .btn {
	font-size: 20px;
	padding: 15px 30px;
	display: inline-block;
	clear: both;
	line-height: 1.2;
}
.header-right ul li {
	margin-right: 20px;
}
.header-right ul li:last-child {
	margin-right: 0;
}
.header-right ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
h2 {
	font-size: 36px;
	color: #0000ff;
	font-weight: 700;
	margin-bottom: 15px;
}
h2 span, h2 strong {
	color: #fdcd2b;
	font-weight: 700;
}
h5 {
	font-size: 20px;
	color: #0000ff;
	font-weight: 400;
	margin-bottom: 20px;
}
.insvesting-box {
	border: 1px solid #d8d8d8;
	padding: 30px;
	height: 100%;
	align-items: center;
	background: #fff;
	width: 100%;
}
.insvesting-box h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #00003e;
	margin-top: 20px;
}
.insvesting-box p {
	font-size: 18px;
	color: #00003e;
	margin-top: 15px;
}
.insvesting-box img {
	height: 120px;
	object-fit: contain;
	width: auto;
}
.btn-sec .btn {
	font-size: 18px;
	width: 100%;
	padding: 20px;
}
section.start-investing-sec .col-md-4 {
	margin-top: 30px;
}
section.join-the-tribe-sec .insvesting-box {
	padding: 20px 15px;
}
section.join-the-tribe-sec .insvesting-box img {
	height: 90px;
	object-fit: contain;
}
section.join-the-tribe-sec .insvesting-box h3 {
	font-size: 18px;
}
section.join-the-tribe-sec .insvesting-box p {
	font-size: 14px;
	margin: 0;
}
.join-the-tribe-sec a.btn.btn-primary {
	display: inline-block;
	width: auto;
	padding: 20px 30px;
	margin-top: 30px;
	clear: both;
}
.want-to-pay-bottom-section h4 {
	font-size: 18px;
	color: #000030;
}
.want-to-pay-inner-section {
	max-width: 810px;
	margin: 0 auto;
}
.want-to-pay-inner-section .want-to-pay-bottom-section {
	background: #fdcd2b;
	padding: 30px;
	padding-top: 80px;
}
.want-to-pay-inner-section .want-to-pay-bottom-section h4 {
	margin: 0;
}
section.steps-mid-blue-sec {
	float: left;
	width: 100%;
	background: #0000ff;
	padding: 50px 0;
	color: #fff;
}
section.steps-mid-blue-sec h4 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}
section.steps-mid-blue-sec p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}
section.steps-mid-blue-sec h4:last-child {
	margin: 0;
}
section.steps-mid-blue-sec ul li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 600;
}
section.steps-mid-blue-sec ul li {
	padding-left: 0;
}
section.steps-mid-blue-sec li:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;/* font-size: 18px; */
}
section.steps-mid-blue-sec ul {
	position: relative;
	padding-left: 30px;
	margin-left: 15px;
}
section.steps-mid-blue-sec ul {
	margin-bottom: 10em;
}
section.steps-mid-blue-sec a.btn {
	font-size: 20px;
	line-height: 1.2;
	padding: 20px 30px;
}
section.govt-funded {
	float: left;
	width: 100%;
	background: #fdcd2b;
	padding: 50px 0;
}
.govt-funded-inner-sec {
	max-width: 920px;
	margin: 0 auto;
}
.govt-funded-inner-sec ul, .govt-funded-inner-sec ul li {
	list-style: disc;
	font-size: 18px;
	font-weight: 500;
	color: #00003e;
	opacity: 1;
}
.govt-funded-inner-sec ul li {
	padding-top: 7px;
	padding-bottom: 7px;
}
.govt-funded-inner-sec h4 {
	display: flex;
	color: #00003e;
	font-size: 24px;
}
.govt-funded-inner-sec h4 span {
	line-height: 1.6;
}
.govt-funded-inner-sec h4 img {
	margin-right: 15px;
}
.govt-funded-inner-sec h4 {
	align-items: center;
	margin-bottom: 30px;
}
.govt-funded-inner-sec .btn-sec .btn {
	display: inline-block;
	width: auto;
	font-size: 18px;
	padding: 20px 30px;
}
.govt-funded-inner-sec ul {
	padding-left: 20px;
	margin-bottom: 30px;
}
section.what-our-fans {
	float: left;
	width: 100%;
	clear: both;
	padding: 70px 0;
	background: url(../img/bg-img.png) no-repeat center center;
	background-size: cover;
}
section.what-our-fans h2, section.what-our-fans h5 {
	color: #fff;
}
.fans-box {
	background: #fff;
	padding: 30px;
	width: 100%;
	margin-top: 30px;
	color: #00003e;
}
.fans-box i {
	color: #0000ff;
	font-size: 48px;
	display: block;
	margin-bottom: 30px;
	display:none;
}
.fans-box span {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.fans-box h6 {
	font-size: 21px;
	font-weight: bold;
}
footer {
	background: #0000ff;
	padding: 0 0;
}
footer p, footer ul {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}
footer ul li {
	padding-right: 30px;
}
footer ul li a, footer p {
	color: #fff;
	font-size: 14px;
}
footer ul li a:hover, footer p span {
	color: #fdcd2b;
}
.footer-right {
	text-align: right;
}
section.expert-advice-section {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 60px;
	padding-bottom: 0;
}
footer {
	flex: initial;
	float: left;
	width: 100%;
	clear: both;
}
section.expert-advice-section ul {
	display: flex;
	align-items: center;
	flex-flow: row;
	/* flex-wrap: wrap; */
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
section.expert-advice-section ul li span {
	font-size: 40px;
	color: #0000ff;
	margin-right: 5px;
	float: left;
}
section.expert-advice-section ul li h4 {
	float: left;
	text-align: center;
}
section.expert-advice-section ul li h4 a {
	display: block;
	color: #0000ff;
	font-size: 20px;
}
section.expert-advice-section ul li h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fdcd2b;
	margin: 0;
}
section.expert-advice-section ul li h4 strong {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: block;
}
section.expert-advice-section ul {
	height: 100%;
}
section.expert-advice-section img {
	margin-bottom: -10px;
}
section.expert-advice-section {
	z-index: 0;
}
footer {
	z-index: 1;
	position: relative;
}
.want-to-pay-top-section {
	position: relative;
	bottom: -100px;
}
.want-to-pay-top-section {
	position: relative;
	bottom: -60px;
}
.want-to-pay-inner-section {
	position: relative;
	top: -70px;
}
.want-to-pay-top-section img {
	background: #fff;
	padding: 20px;
}
img.img-responsive {
	max-width: 100%;
}
section.term-inner-header.hero-section {
    background: #0000ff1c;
    color: #383838;
    padding: 30px 0;
    margin-bottom: 30px;
}




/*  */


footer {
	background: #0000ff;
	padding: 40px 0;
}
footer p, footer ul {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}
footer ul li {
	padding-right: 30px;
}
footer ul li a, footer p {
	color: #fff;
	font-size: 14px;
}
footer ul li a:hover, footer p span {
	color: #fdcd2b;
}
.footer-right {
	text-align: right;
}
section.expert-advice-section {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 60px;
	padding-bottom: 0;
}
footer {
	flex: initial;
	float: left;
	width: 100%;
	clear: both;
}
section.expert-advice-section ul {
	display: flex;
	align-items: center;
	flex-flow: row;
	/* flex-wrap: wrap; */
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
section.expert-advice-section ul li span {
	font-size: 40px;
	color: #0000ff;
	margin-right: 5px;
	float: left;
}
section.expert-advice-section ul li h4 {
	float: left;
	text-align: center;
}
section.expert-advice-section ul li h4 a {
	display: block;
	color: #0000ff;
	font-size: 20px;
}
section.expert-advice-section ul li h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fdcd2b;
	margin: 0;
}
section.expert-advice-section ul li h4 strong {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: block;
}
section.expert-advice-section ul {
	height: 100%;
}
section.expert-advice-section img {
	margin-bottom: -10px;
}
section.expert-advice-section {
	z-index: 0;
}
footer {
	z-index: 1;
	position: relative;
}
.want-to-pay-top-section {
	position: relative;
	bottom: -100px;
}
.want-to-pay-top-section {
	position: relative;
	bottom: -60px;
}
.want-to-pay-inner-section {
	position: relative;
	top: -70px;
}
.want-to-pay-top-section img {
	background: #fff;
	padding: 20px;
}
section.want-to-pay-off-section {
	padding-bottom: 0 !important;
}
img.img-responsive {
	max-width: 100%;
}
section.term-inner-header.hero-section {
    background: #0000ff1c;
    color: #383838;
    padding: 30px 0;
    margin-bottom: 30px;
}

section.term-inner-header.hero-section h1 {
    color: blue;
    font-size: 40px;
    text-align: left;
}

section.terms-text h2 strong, section.terms-text h2 span {
    color: blue;
    font-size: 30px;
}

section.terms-text ul, section.terms-text li {
    list-style: disc;
}

section.terms-text {
    margin-bottom: 30px;
}
.footer-top {
    text-align: center;
    padding-bottom: 30px;
    /* background: #fdcd2b; */
    /* margin-bottom: 30px; */
    border-bottom: 1px solid #7d7db9;
    margin-bottom: 30px;
}

.footer-top h3 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-top p a {color: #fff;text-decoration: underline;}
@media(max-width:991px) {
section.hero-section .col-md-6.col-sm-12 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	text-align: center !important;
}
section.steps-mid-blue-sec .col-md-6, section.what-our-fans .col-md-4 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
}
.hero-img {
	margin-top: 30px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
section.start-investing-sec .row:last-child .col-md-4, section.join-the-tribe-sec .row:last-child .col-md-4 {
	max-width: 100%;
	flex: 0 0 100%;
}
section.join-the-tribe-sec .col {
	max-width: 50%;
	flex: 0 0 50%;
	margin-bottom: 30px;
}
section.join-the-tribe-sec .row {
	/* align-items: center; */
	justify-content: center;
}
section.steps-mid-blue-sec ul {
	margin-bottom: 2em;
}
section.expert-advice-section ul {
	flex-wrap: wrap;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
section.expert-advice-section ul li {
	margin-bottom: 15px;
}
section.expert-advice-section .col-md-9, section.expert-advice-section .col-md-3 {
	max-width: 50%;
	flex: 0 0 50%;
}
footer .col-md-6 {
	max-width: 100%;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
}
.footer-right {
	text-align: center;
	margin-top: 15px;
}
.footer-left {
	align-items: center;
	justify-content: center;
}
}
@media(max-width:767px) {
.header-logo {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.header-right ul {
	margin: 0;
	padding: 0;
}
.header-right ul li:last-child {
	margin-left: 15px;
}
.header-right ul li a.btn {
	padding: 10px 15px;
}
.header-right {
	margin: 0 auto;
}
h1 {
	font-size: 30px;
}
section.hero-section p {
	font-size: 15px;
}
section.hero-section .btn {
	font-size: 16px;
}
h2 {
	font-size: 24px;
}
h5 {
	font-size: 16px;
}
h3 {
	font-size: 21px;
}
section.join-the-tribe-sec .col {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.want-to-pay-bottom-section h4 {
	font-size: 15px;
}
section.steps-mid-blue-sec h4 {
	font-size: 20px;
}
section.steps-mid-blue-sec a.btn {
	font-size: 16px;
}
.govt-funded-inner-sec h4 {
	font-size: 20px;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.govt-funded-inner-sec h4 img {
	margin: 0 auto;
	margin-bottom: 15px;
}
section.expert-advice-section .col-md-9, section.expert-advice-section .col-md-3 {
	max-width: 100%;
	flex: 0 0 100%;
}
footer ul li {
	padding-right: 5px;
	padding-left: 5px;
}
section.term-inner-header.hero-section h1 {
    font-size: 24px;
}
}

/*  */
section.term-inner-header.hero-section h1 {
    color: blue;
    font-size: 40px;
    text-align: left;
}

section.terms-text h2 strong, section.terms-text h2 span {
    color: blue;
    font-size: 30px;
}

section.terms-text ul, section.terms-text li {
    list-style: disc;
}

section.terms-text {
    margin-bottom: 30px;
}
.footer-top {
    text-align: center;
    padding-bottom: 30px;
    /* background: #fdcd2b; */
    /* margin-bottom: 30px; */
    border-bottom: 1px solid #7d7db9;
    margin-bottom: 30px;
}

.footer-top h3 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-top p a {color: #fff;text-decoration: underline;}
section.hero-section ul li {
    color: #fff;
    list-style: disc;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 2px;
}

section.hero-section ul {
    padding-left: 25px;
}

section.hero-section ul li a {
    color: #ffdf72;
}
section.hero-section ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hero-right-sec {
    /*padding: 20px 25px 10px;*/
    border-radius: 30px;
    box-shadow: 0 0 5px #00009d;
}
.hero-right h3 {
    color: #0000ff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.card-inner {
    background: blue;
    padding: 20px 15px;
    border-radius: 8px;
}
.cards.card-body {
    padding: 10px;
}
.card-inner i {
    font-size: 90px;
    color: #fff;
}
.card-inner h4 {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.card-inner a.btn.btn-outline {
    background: none;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 12px 15px;
}

.card-inner a.btn.btn-outline:hover {
    background: #fff;
    color: blue;
}
section.what-our-fans h2 {
    color: #fdcd2b;
    font-size: 36px;
    font-weight: 600;
}
section.what-our-fans p {
    font-size: 14px;
}
.footer-bottom {
    background: #fdcd2b;
    padding: 50px 0 30px 0;
    clear: both;
}

.footer-bottom p {
    color: #3b2e00;
    font-size: 14px;
    display: block;
    margin-bottom: 20px !important;
}
.top-footer {
    clear: both;
	 float: left;
    width: 100%;
    padding: 50px 0;
}
.top-footer .container {
    max-width: 900px;
}

.top-footer h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.top-footer p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
}

.top-footer ul {
    display: block;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto !important;
    margin-top: 30px !important;
}

.top-footer ul li {
    padding: 0;
}

.top-footer ul li a {
    font-size: 18px;
    text-decoration: underline;
}
section.join-the-tribe-sec h5 {
    color: #ffc500;
}
.brands-logo-sec {
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.img-block {
    width: 100%;
    height: 100%;
    background: #fff;
	padding-top:30px;
    border: 1px solid darkgrey;
}
section.want-to-pay-off-section h5 {
    color: #ffc500;
    font-size: 17px;
    margin-bottom: 25px;
}
.get-free-report-form {
 	background: #0000ff;
    padding: 20px 15px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.get-free-report-form h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.get-free-report-form .form-control {
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #000080;
}
.get-free-report-form .form-group {
    margin-bottom: 10px;
}
.get-free-report-form  .form-check {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.get-free-report-form .form-check a {
    color: #ffd547;
}
.get-free-report-form button.btn.btn-primary {
    background: #fdcd2b;
    color: #000;
    padding: 10px 30px;
    margin-top: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.get-free-report-form button.btn.btn-primary:hover { background:#fff; color:#000080;}
section.start-investing-sec h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
}
section.start-investing-sec h5 {
    color: #ffc500;
    font-size: 20px;
    margin-bottom: 30px;
}
.hot-deal {
    float: left;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hot-deal img {
    margin-right: 30px;
}

.hot-deal p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.price-box {
    background: #fdcd2b;
    text-align: center;
    padding: 30px;
	margin-bottom:15px;
	min-height: 190px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.price-box h6 {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.price-box  button.tooltip-action {
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
section.start-investing-sec  .price-box h2 {
    font-size: 60px;
    line-height: 1;
    color: #000;
}

section.start-investing-sec .price-box h2 span {
    color: #000;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
.start-investing-sec h4 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    margin-top: 20px;
}
.btn-outer a {
    display: block;
    margin-top: 15px;
}
.btn-outer a.btn.btn-outline {
    background: none;
    color: blue;
    border: 1px solid blue;
}

.btn-outer a.btn.btn-outline:hover {
    background: blue;
    color: #fff;
}
.price-box.blue-bg {
    background: blue;
}

.price-box.blue-bg * {
    color: #fff !important;
}
.ask-a-question-form {
    background: #fdcd2b;
    color: #000;
    padding: 20px 20px;
}

.ask-a-question-form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

section.start-investing-sec .col-md-4 {
    margin-top: 0;
}

.ask-a-question-form .form-control {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    height: auto;
}

.ask-a-question-form  .form-check-label {
    font-size: 13px;
    font-weight: 500;
}
.ask-a-question-form button.btn.btn-primary {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #000;
	margin-top: 0;
}

.ask-a-question-form button.btn.btn-primary:hover {
    background: #fdcd2c;
    color: #000;
    border: 1px solid #000;
}
.header-right a.btn.btn-outline {
    background: none;
    color: #0000ff;
    border: 1px solid #0000ff;
}
.header-right a.btn.btn-outline:hover, .header-right a.btn.btn-outline:focus { background:#0000ff; color:#fff;}
.btm-text {
    background: #0101ff;
    padding: 10px;
}

.btm-text p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}
.img-block h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 15px;
}
.img-block h5 {
    margin-bottom: 10px !important;
    margin-top: -2px;
}
img.block-img {
    height: 237px;
    object-fit: cover;
    object-position: left;
	    width: 100%;
}
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f5f5f5;
    padding: 15px 0;
	box-shadow: 0 0 24px #0000ff8a;
}

.cookie-notice p {
    font-size: 14px;
    margin: 0;
}

.cookie-notice .btn {
    font-size: 11px;
    padding: 7px 10px;
    width: 100%;
}

.cookie-notice .btn.btn-secondary {
    margin-top: 7px;
}

.cookie-notice ul {
    margin: 0;
	padding:0;
}
.hero-right-sec.bg-white img {border-radius: 30px;border: 5px solid #fdfdfd;}

.hot-deal ul, .hot-deal ul li {list-style: disc !important;}

.hot-deal ul {padding-left: 25px;}

.hot-deal ul li {padding-top: 5px;padding-bottom: 5px;color: #0000ff;}

.btn-outer a.btn.btn-blue {
    max-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    background: blue;
    color: #fff;
}
.btn-outer a.btn.btn-blue:hover, .btn-outer a.btn.btn-blue:focus {background: none;color: blue;border-color: blue;}
section.team-member { padding: 50px 0 40px 0; }

section.team-member.dark-bg-team {background: #fff;}

.team-img {background: #fff;border: 5px solid #fff;border-radius: 5px;box-shadow: 0 0 10px #ebebeb;}

.team-content h3 {font-size: 24px;font-weight: 600;margin-bottom: 5px;}

.team-content h5 {font-size: 18px;margin-bottom: 15px;}

.team-content p {margin-bottom: 10px;font-size: 14.7px;}
.team-img img {
    width: 100%;
}
/*  */


/**************27-09-2022*********/
.form-box {
    width: 100%;
    background: #fff;
    margin: 15px 0;
}
.form-box h3 {
    font-size: 16px;
    padding: 15px;
    background: #0000ff;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
section.finance-me-now-form-section {
    clear: both;
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
}
.form-box .form-row {
    margin: 0;
    margin-bottom: 10px;
}
.form-box form {
    padding: 15px 15px 15px 10px;
}
.form-box .form-row.form-inline label {
    width: 50%;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    justify-content: flex-start;
    padding: 0 5px;
}

.form-box .form-row.form-inline input.form-control {
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.form-box h5 { font-size: 14px; font-weight: 600; margin-bottom: 5px;}
.form-box .form-row.form-inline label h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.form-box .form-row .col-md-6 {
    width: 50%;
    max-width: 50%;
}
footer.footer-light h2, footer.footer-light h4 {
    color: #fff;
}

.foteer-3-col a.footer-cta {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    color: #fff;
    background: #fdcd2b;
    padding: 15px;
}

.foteer-3-col a.footer-cta i {
    font-size: 30px;
    color: #000;
    border: 2px solid;
    border-radius: 100%;
    padding: 20px;
    margin-top: 10px;
}

.foteer-3-col a.footer-cta span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
}

.foteer-3-col a.footer-cta {
    text-decoration: none;
    margin-bottom: 15px;
}
.foteer-3-col {
    max-width: 720px;
    margin: 30px auto;
    margin-bottom: 15px;
}
.foteer-3-col a.footer-cta:hover {
    background: #fff;
}
footer.footer-light h4 {
    font-size: 17px;
}
.header-right a.btn.btn-blue:hover, .header-right a.btn.btn-blue:focus {
    border-color: #0000ff;
}
#enquiryModal .modal-header {
    background: #0000ff;
    color: #fff;
}

#enquiryModal .modal-header h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#enquiryModal h3.blue-text {
    font-size: 18px;
    color: blue;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

#enquiryModal .form-group-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
        flex-wrap: wrap;
}

#enquiryModal .form-group-inline label {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
   width: 25%;
    margin-right: 3%;
}
#enquiryModal .form-group-inline .form-control {
    width: 72%;
}
#enquiryModal  button.btn.btn-primary.btn-green {
    background: #28a344;
}

#enquiryModal button.btn.btn-primary.btn-green:hover, #enquiryModal button.btn.btn-primary.btn-green:focus {
    background: none;
    border-color: #28a344;
    color: #28a344;
}
.form-box.form-box-green h3 {
    background: #00b050;
    font-size: 16px;
    margin-bottom: 15px;
}
.form-box.form-box-green h3 {
    background: #00b050;
    font-size: 16px;
    margin-bottom: 15px;
}
.form-box.form-box-green {
    padding-bottom: 15px;
}
.finance-me-now-form-top-area h4.green-text {
    font-size: 16px;
    color: #28a344;
    font-weight: 600;
    margin: 0;
}
.finance-me-now-form-top-area input.form-control {width: 60%;}
.finance-me-now-form-top-area .d-flex {
    justify-content: space-between;
    align-items: center;
}
.finance-me-now-form-top-area .col-md-6 {
    vertical-align: middle;
    align-items: center;
    display: flex;
}
section.finance-me-now-form-section hr {
    border-color: #9c9c9c;
}
@media(max-width:991px) {
section.hero-section .col-md-6.col-sm-12 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	text-align: center !important;
}
section.steps-mid-blue-sec .col-md-6, section.what-our-fans .col-md-4 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
}
.hero-img {
	margin-top: 30px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
section.start-investing-sec .row:last-child .col-md-4, section.join-the-tribe-sec .row:last-child .col-md-4 {
	max-width: 100%;
	flex: 0 0 100%;
}
section.join-the-tribe-sec .col {
	max-width: 50%;
	flex: 0 0 50%;
	margin-bottom: 30px;
}
section.join-the-tribe-sec .row {
	/* align-items: center; */
	justify-content: center;
}
section.steps-mid-blue-sec ul {
	margin-bottom: 2em;
}
section.expert-advice-section ul {
	flex-wrap: wrap;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
section.expert-advice-section ul li {
	margin-bottom: 15px;
}
section.expert-advice-section .col-md-9, section.expert-advice-section .col-md-3 {
	max-width: 50%;
	flex: 0 0 50%;
}
footer .col-md-6 {
	max-width: 100%;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
}
.footer-right {
	text-align: center;
	margin-top: 15px;
}
.footer-left {
	align-items: center;
	justify-content: center;
}
.hero-right-sec {
    margin-top: 30px;
}
section.hero-section ul {
    text-align: left;
}
section.hero-section  h1 {
    text-align: left;
}
section.start-investing-sec .col-md-8, section.want-to-pay-off-section .col-md-9, section.want-to-pay-off-section .col-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 30px;
}
section.what-our-fans .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
	-ms-flex: 0 0 50%;
}
}
@media(max-width:767px) {
html {overflow-x: hidden;}	
.team-img {margin-bottom: 20px;}

.team-member-2 {flex-direction: column-reverse;}
.header-logo {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.header-right ul {
	margin: 0;
	padding: 0;
}
.header-right ul li:last-child {
	margin-left: 10px;
}
.header-right ul li a.btn {
	padding: 9px;
	font-size: 13px;
}
.btn-outer {margin: 0 !important;}
section.want-to-pay-off-section .col-md-3 {margin-bottom: 0;}
.header-right {
	margin: 0 auto;
}
h1 {
	font-size: 30px;
}
section.hero-section p {
	font-size: 15px;
}
section.hero-section .btn {
	font-size: 16px;
}
header {
    padding: 10px 0;
    padding-top: 15px;
}
section.hero-section {
    padding: 30px 0;
}
h2 {
	font-size: 24px;
}
h5 {
	font-size: 16px;
}
h3 {
	font-size: 21px;
}
section.join-the-tribe-sec .col {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.want-to-pay-bottom-section h4 {
	font-size: 15px;
}
section.steps-mid-blue-sec h4 {
	font-size: 20px;
}
section.steps-mid-blue-sec a.btn {
	font-size: 16px;
}
.govt-funded-inner-sec h4 {
	font-size: 20px;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.govt-funded-inner-sec h4 img {
	margin: 0 auto;
	margin-bottom: 15px;
}
section.expert-advice-section .col-md-9, section.expert-advice-section .col-md-3 {
	max-width: 100%;
	flex: 0 0 100%;
}
footer ul li {
	padding-right: 5px;
	padding-left: 5px;
}
section.term-inner-header.hero-section h1 {
    font-size: 24px;
}
section.what-our-fans .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
.top-footer ul li a {
    font-size: 14px;
}
.top-footer p {
    font-size: 14px;
}
.top-footer h3 {
    font-size: 18px;
}
section.what-our-fans h2 {
    font-size: 24px;
}
.img-block {
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.want-to-pay-off-section h5, section.want-to-pay-off-section h2 {
    text-align: center;
}

.hot-deal {
    flex-flow: column;
}

.hot-deal img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.hero-right h3 {
    font-size: 24px;
}
.card-inner i {
    font-size: 50px;
}
.card-inner h4 {
    font-size: 18px;
}
.card-inner {
    padding: 15px 10px;
}
section.start-investing-sec .price-box h2 {
    font-size: 40px;
    line-height: 1;
}
.price-box {
    padding: 10px;
    min-height: 150px;
}
.card-inner a.btn.btn-outline {
    padding:7px 10px;
}
.header-right ul li {
    margin: 0 auto;
    margin-bottom: 10px;
}
.start-investing-sec h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.header-right ul { flex-wrap:nowrap;}
.cookie-notice p {
    margin-bottom: 10px;
}
.cookie-notice ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cookie-notice .btn.btn-secondary {
    margin-top: 0;
}
.header-right ul li a.btn.btn-blue {
    margin-right: 10px;
}
}


/*  */

