@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700;800;900&amp;display=swap');

/*================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 2rem;
	color: #5c5e66;
	background: #fff;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
}

p {
	margin-bottom: 15px;
	font-weight: 500;
}

a {
	color: #f26523;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
	color: #333;
}

input,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.container.no-gutters {
	padding-right: 0px;
	padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 1.5rem 0;


}

h2 {
	font-family: 'Bree Serif', serif;
}

h1 {
	font-size: 40px;
	font-weight: 600;
	color: #22344b;
	font-family: 'Bree Serif', serif;
	text-transform: uppercase;
}



/* ==================================================
 Header Section
================================================== */

header .bg-white {
	background-color: #fff !important;
	transition: 1s;
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
}

main-header {
	transition: 1s;
	position: fixed;
	min-height: 75px;
	z-index: 999;
	width: 100%;
}


/* ==================================================
 socialmedia Section
================================================== */
.socialmedia {
	background: #22243e;
	color: #fff;
	min-height: 25px;
}

.socialmedia ul {
	padding: 0;
	margin: 0;
}

.social-icons-ql li {
	list-style: none;
	float: left;
	width: 24px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	margin: 5px 5px;
	border-radius: 50%;
}

.social-icons-ql li:nth-child(1) {

	line-height: 23px;
	margin: 5px 5px;
	background: #34558E;
}

.social-icons-ql li:nth-child(1) i {
	font-size: 12px;

}

.social-icons-ql li:nth-child(2) {
	background: #25B8E6;
}

.social-icons-ql li:nth-child(3) {
	background: rgba(0, 122, 181, 1);
}

.social-icons-ql li:nth-child(4) {
	background: #DC4A38;
}

.social-icons-ql li:nth-child(5) {
	background: #CC2028;
}

.social-icons-ql li:nth-child(6) {
	background: #E05929;
}

.social-icons-ql li:nth-child(7) {
	background: #EB4924;
}



.social-icons-ql li i {
	color: #fff;
	font-size: 14px;
}

/* ==================================================
Top Navigation Section
================================================== */
.topstrip {
    background-color: rgba(255, 255, 255, 1);
}

.nav-link {
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin: 0rem;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.navbar {
	padding: 7px 0 7px 0;
	background-color: rgba(255, 255, 255, 0.7);

}

.navbar-dark .navbar-nav .nav-link {
	color: #333;
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: #333;
}

.navbar-nav .nav-link:hover {
	color: #258afb;
	transition: 0.5s;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #525970;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: .3rem 0.6rem;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #258afb;
}

.dropdown-menu {
	margin: 0rem 0 0;
	border-radius: .6rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border: 0;
}

.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	text-align: left;
	font-size: 12px;
	color: #252526 !important;
}

.dropdown-item {
	font-weight: 400;
	color: #252526;
	font-size: 14px;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #444;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	right: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	right: 20px;
	top: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	right: 20px;
	top: 16px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

.separator {
	border-left: 1px solid #d3d3d5;
	padding: 5px 8px 5px 5px;
}

.apply-btn {
	background: #3cf04f;
	border: 1px solid #2dcf3f;
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
	line-height: 18px;
	font-weight: 900;
	border-radius: 20px;
	padding: 8px 33px;
	margin-top: 4px;
}

.greenbtn {
	background: #3cf04f;
	border: 1px solid #2dcf3f;
	color: #fff;
	font-weight: 900;
	border-radius: 50px;
	padding: 8px 33px;
	margin-top: 20px;

}

/* ==================================================
Banner Section
================================================== */

.jumbotron {
	background-image: url(../img/happyfamily.jpg);
	background-size: cover;
	background-position: center;
	height: 770px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;

}

.jumbotron .overlay {
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 770px;
	top: 0;
}

.jumbotron h1 {
	color: #22344b;;
	font-size: 65px;
	font-family: 'Bree Serif', serif;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 100px;
}

.jumbotron h1 span {
	font-family: 'Roboto Slab', serif;
	display: block;
	font-size: 70px;
	font-weight: 900;
	letter-spacing: normal;
}

.jumbotron h6 {
	font-size: 15px;
	color: #22344b;;
	font-weight: bold;
	margin-top: 5px;
}

.jumbotron img {
    padding: 10px;
    border-radius: 5px;
}

/*.whitebg:hover{background: rgb(0 123 255 / 39%);}*/

/* ==================================================
Star rating  Section
================================================== */
.ratingbg {
	background: #363e6d;
	padding: 28px 15px;
	margin-top: -30px;
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
}

.ratingbg h1 {
	line-height: 59px;
	color: #3bef4e;
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ratingbg p {
    text-align: center;
    color: white;
}

.ratingbg .lightblue-text {
	color: #7982b0;
}

.ratingbg .star-color {
	color: #c5cef9;
	font-size: 18px;
}

.separator2 {
	border-left: 1px solid #717899;
	padding-right: 10px;
}

/* ==================================================
process Section
================================================== */
.step-process {
	margin: 80px 0 30px;
}

.step-process img {
	margin-bottom: 20px;
}

.grey-text {
	color: #65666d;
	font-size: 14px;
	font-family: 'Asap', 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 30px;
}

.step-process h3 {
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	color: #333640;
	margin: 2px 0;
}

.step-process h3 a {
	color: #333640;
}

/* ==================================================
homeloan Section
================================================== */
.homeloan {
	background: url(../img/homeloan.png) left top /cover;
	height: 670px;
	margin-bottom: 200px;
}

.mobile-block {
	width: 50%;
}

.mobilebg {
	margin: 80px 50px 60px;
	text-align: center;
}

.loan-block {
	width: 50%;
}

.loantext {
	color: #22344b;
	margin: 100px 0;

}

.loantext h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'Bree Serif', serif;
	color: #22344b;
}

.loantext h1 span {
	font-size: 32px;
	display: block;
}

.loantext h2 {
	margin-top: 100px;
	color: #3cf04f;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Bree Serif', serif;
}

.loantext h2 span {
	color: #242e61;
	font-size: 29px;
	font-weight: normal;
}

.loantext p {
	padding-right: 150px;
	line-height: 24px;
	font-size: 13px;
	color: #596370;
}

/* ==================================================
Mortgage Calculator section
================================================== */
.mor-calculator {
	margin-top: 20px;
	background: url(../img/housebg.png) left bottom /cover;
	min-height: 745px;
}

.big-title {
	color: #22344b;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Bree Serif', serif;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.big-title span {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: block;
	color: #7d8896;
	padding: 15px 0;
	font-weight: 600;
	text-transform: capitalize;
}

.mor-calculator .tab-content {
	background: rgba(255, 255, 255, 0.78);
	padding: 50px;
	box-shadow: 0px 0px 8px rgba(97, 103, 136, 0.33);
}

.mor-calculator .nav-tabs {
	border-bottom: 1px solid #fff;
}

.mor-calculator .nav-tabs .nav-item {
	margin-bottom: -1px;
}

.mor-calculator .nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	background: #d5d6d7;
	color: #383a49;
	font-size: 18px;
	text-transform: capitalize;
	padding: 20px 60px;
}

.mor-calculator nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #233b82;
	background-color: rgba(255, 255, 255, 0.78);
	border-color: transparent;
	box-shadow: -3px -3px 8px rgba(97, 103, 136, 0.18);
}

.mor-calculator .embed-responsive {
    min-height: 1600px;
}

@media (min-width: 992px) {
    .mor-calculator .embed-responsive {
        min-height: 845px;
    }
}

.monthlypay-bg {
	background: #353e6c;
	color: #fff;
	text-align: center;
	padding: 15px;
}

.principal-bg {
	background: rgba(52, 63, 108, 0.6);
	color: #fff;
	text-align: center;
	padding: 10px;
}

.interest-bg {
	background: rgba(52, 63, 108, 0.3);
	color: #fff;
	text-align: center;
	padding: 10px;
}

.f-20 {
	font-size: 20px;
}

.f-30 {
	font-size: 30px;
}

.f-36 {
	font-size: 36px;
}

.f-48 {
	font-size: 48px;
}

.f-50 {
	font-size: 50px;
}

.f-16 {
	font-size: 16px;
}

.form-control {
	color: #91989f;
	font-weight: 600;
}

.notification-txt {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin-top: 12px;
}


/* ==================================================
Success Stories
================================================== */
.success-stories {
	background: url(../img/laptopbg.png) left top /cover;
	padding: 50px 0;
}

.success-box {
	margin: 60px 30px;
	background: #fff;
	border: transparent;
	border-radius: 0;
	box-shadow: 0 0 8px rgba(35, 38, 56, 0.3);
}

.success-box .card-title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 16px;
	color: #363d47;
}

.success-box .card-title a {

	color: #363d47;
}

.success-box .card-text {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0;
}

.success-box .datebox {
	background: #3cf04f;
	font-size: 33px;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	position: absolute;
	right: 19px;
	top: 174px;
	line-height: 22px;
	font-weight: bold;
}

.success-box .datebox span {
	font-size: 18px;
	display: block;
}

/* ==================================================
Mortgage Option section
================================================== */
.mortgageoption {
	background: #48567e;
	padding: 40px 0;
	color: #fff;
	box-shadow: 0 0 26px rgba(23, 37, 80, 0.5) inset;
}


/* ==================================================
Internal pages banner
================================================== */
.innerbanner {
	background: url(../img/innerpagebg.jpg) left center /cover;
	min-height: 400px;
	padding-top: 120px;
	color: #333;
}

.main-content {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 8px rgba(35, 38, 56, 0.3);
	padding: 30px;
	margin: -80px 0 50px;
	min-height: 600px;
}

.main-content h2 {
	font-size: 32px;
	padding: 10px 0;
	font-weight: 600;
}

.main-content h2 span {
	font-size: 16px;
	padding: 10px 0;
	display: block;
	font-weight: normal;
}

.main-content h3 {
	font-size: 26px;
	padding: 10px 0;
	font-weight: 600;
}

.main-content h3 span {
	font-size: 16px;
	padding: 10px 0;
	display: block;
	font-weight: normal;
}

/* ==================================================
Breadcrumb
================================================== */
.breadcrumb {
	margin-bottom: 0rem;
	border-radius: 30px;
	padding: 1rem 2rem;
	margin-top: 23px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

ol.breadcrumb {
	padding: 0px 20px;
	list-style: none;
	background: #f1efef;
	text-align: center;
	margin: 1rem auto;
	display: inline-block;
	float: right;
}

ol.breadcrumb li {
	display: inline;
	font-size: 14px;
	padding-left: 10px;
}


ol.breadcrumb li + li:before {
	padding: 8px;
	color: #3cf04f;
	content: "/\00a0";
}

ol.breadcrumb li a {
	color: #3cf04f !important;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

ol.breadcrumb li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ==================================================
Footer
================================================== */

footer {
	background: #1e2233;
	padding: 25px 0;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

footer p {
	padding: .2rem 0;
	margin: .9rem 0;
	line-height: 1.4rem;
	font-weight: 600;
}

footer .bor-dash {
	border-bottom: 1px dashed #4d5363;
	margin: 1.5rem 0;
}

footer h3 {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1rem;
	margin-bottom: 1.5rem;
	font-weight: 400;

}

.socialicon {
	text-align: center;
}

.socialicon i.fab {
	color: #222222;
	background-color: #ffffff;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	line-height: 48px;
	margin: 5px;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer li {
	display: block;
	padding: 2px 0px;

}

footer li a {
	color: #fff;
}

footer li a:hover {
	color: #fff;
}

.footer-bot {
	padding: 1px 0;
	font-size: 0.8rem;
	margin: 0;

}

.footmenu a {
	color: #fff;
	padding: 0 1rem;
	font-size: 14px;
	font-weight: 600;
}

.footmenu a:hover {
	color: #4d5363;
}

/* ==================================================
Media Queries
================================================== */

@media (max-width:1200px) {}

@media (max-width:1024px) {}

@media (max-width: 992px) {

	.jumbotron h1 {
		font-size: 57px;
		letter-spacing: 1px;
		margin-top: 200px;
	}

	.jumbotron h1 span {
		font-size: 60px;

	}

	.jumbotron .overlay {
		background: rgb(255, 255, 255);
		background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		width: 100%;
		position: absolute;
		z-index: 1;
		height: 770px;
		top: 0;
	}
}

@media (max-width: 768px) {

	.separator {
		border-left: 0px solid #d3d3d5;
		padding: 8px 0px 5px 0px;
		border-top: 1px solid #d3d3d5;
	}

	.loantext {
		color: #22344b;
		margin: 50px 20px;
	}

	.jumbotron h1 {
		margin-top: 87px;
	}

	.step-process h3 {
		font-size: 18px;
		font-family: 'Bree Serif', serif;
		color: #333640;
		margin: 10px 0;
	}

	.grey-text {
		color: #65666d;
		font-size: 13px;
		font-family: 'Asap', 'Open Sans', sans-serif;
		font-weight: 500;
		line-height: 16px;
	}

	.homeloan {
		background: url(../img/homeloan.png) center top /cover;
		height: auto;
		margin-bottom: 120px;
	}

	.loantext h2 {
		margin-top: 50px;
	}

	.loantext h2 span {
		display: block;
	}

	.loantext p {
		padding-right: 20px;
	}

	.mor-calculator {
		margin-top: 20px;
		background: url(../img/housebg.png) left bottom /cover;
		height: auto;
	}

	.mobilebg {
		margin: 0 50px -43px;
		text-align: center;
	}


	.mor-calculator .nav-tabs .nav-link {
		padding: 13px 26px;
	}

	.main-content {
		padding: 10px;
	}

}

@media (max-width: 576px) {

	.jumbotron {

		height: auto;
		background-attachment: unset;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.jumbotron h1 {
		font-size: 45px;
		letter-spacing: 1px;
		margin-top: 120px;
	}

	.jumbotron h1 span {
		font-size: 45px;
		font-weight: 900;
	}

	.p-4 {
		padding: 8px !important;
	}

	.whitebg {
		background: rgba(255, 255, 255, 0.5)
	}

	.separator2 {
		border-top: 1px solid #717899;
		padding-right: 10px;
		margin: 5px 0;
		border-left: 0;
	}

	.mobile-block {
		width: 100%;
	}

	.loan-block {
		width: 100%;
	}

	ol.breadcrumb {
		padding: 0px 10px;
		float: none;
	}

	ol.breadcrumb li {
		display: inline;
		font-size: 12px;
		padding-left: 0px;
	}

	.breadcrumb-item + .breadcrumb-item {
		padding-left: 0;
	}

	.innerbanner {
		background: url(../img/innerpagebg.jpg) 47% center /cover;

	}

	.main-content {
		padding: 10px;
	}
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


:root {
    --primary-color: #3cf04f; /* lime */
    --primary-hover-color: #0069d9; /* Light Blue */
    --text-color: #313d45; /* Dark */
    --text-offset-color: #fff; /* White */
    --text-offset-hover-color: #fff; /* White */
    --border-color: #ccc; /* Gray */
    --background-color: #f8f9fa; /* Light backgroud */
}

header nav .btn-primary {
    background-color: var(--primary-color);
    color: white;
    border: none;
}
header nav .btn-primary:hover {
    color: white;
}

#lhp-lo-dropdown {
    margin: 0;
    width: auto !important;
}
#lhp-lo-dropdown .dd-select {
    border: none;
    background: none !important;
    width: auto !important;
}
#lhp-lo-dropdown .dd-selected i {
    color: red;
    margin-left: 8px;
}
#lhp-lo-dropdown .dd-selected {
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 900;
    margin: 0rem;
    font-family: 'Merriweather Sans', 'Open Sans', sans-serif;
    text-transform: uppercase;
}
#lhp-lo-dropdown .dd-pointer {
    display: none;
}

@media (max-width: 991px) {
    #lhp-lo-dropdown .dd-options {
        display: contents !important;
    }
}
