/* convert px to rem */
/* colors */
:root {
	--hmDarkBlue: #FFD183;
	--hmLightBlue: #9EC5E3;
	--hmNavy: #1E3179;
	--hmRed: #32B4E5;

	--hmYellow: #FFF155;
	--hmOffWhite: #FBFCED;
}

h1,
h2,
h3,
h4,
h5 {

	font-weight: 700;
}

/*.color-overlay {
  background: rgba(255, 241, 85, 0.75);
  height: 100%;
  width: 100%;
  !*opacity: 0.80;*!
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}*/

a.cta-btn {
	background-color: var(--hmNavy);
	border: 3px solid var(--hmNavy);
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 1rem 0;
	padding: 12px 32px;
	letter-spacing: 1px;
	text-decoration: none;
	min-width: 208px;
	transition: all 0.5s ease;
}

a.cta-btn:hover {
	background-color: var(--hmOffWhite);
	color: var(--hmNavy);
}

a.hero-cta-btn {
	background: #32B4E5;
	border-radius: 20px;
	color: var(--hmOffWhite);
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin: 2.5rem 0 0;
	padding: 15px;
	position: relative;
	/*letter-spacing: 1px;*/
	text-decoration: none;

	white-space: initial;
	word-wrap: break-word;
	transition: all 0.5s ease;
	height: 67px;

}

p {
	font-weight: 400;
}

a.hero-cta-btn:hover {
	background: var(--hmOffWhite);
	border: 3px solid var(--hmRed);
	color: var(--hmRed);
}

.default-splash {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.contact .fa-phone {
	font-size: 24px;
	padding: 0 0 0 0;
	transform: scaleX(-1);
}

::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1;
	/* Firefox */
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
}

::-ms-input-placeholder {
	/* Microsoft Edge */
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	/*line-height: normal;*/
	-webkit-font-smoothing: antialiased;
}

.choose-us-splash {
	background-repeat: no-repeat;
	background-position: right -9%;
	/*background-size: cover;*/
	position: relative;
}

.main-nav-wrapper {
	background-color: var(--hmDarkBlue);
}

.main-nav-wrapper-tweak {
	padding: 1.6875rem 0;
}

.logo-wrapper img {
	max-width: 100%;
	height: auto;
}

.header-contact-wrapper {
	color: var(--hmRed);
}

.header-contact-wrapper h3 {

	font-weight: 700;
	font-size: 28px;
	/*font-style: normal;*/
	padding: 0 1rem 0 0;
}

.header-contact-wrapper .contact a {
	font-size: 28px;
	color: black;
	text-decoration: underline;
}

.header-contact-wrapper .contact a:hover {
	text-decoration: underline;
}

.hero-section-image-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.hero-splash {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	position: relative;
}

.hero-section {
	background-image: linear-gradient(#FFD183, #ffffff);
	position: relative;
}

.hero-section .hero-section-tweak {
	height: 620px;
	overflow: hidden;
}

.hero-section .hero-content-wrapper {
	height: 100%;
}

.hero-section .hero-content-wrapper .hero-content {
	padding: 3% 5% 5% 18%;
}

.hero-section .hero-content-wrapper .hero-content h1 {

	font-size: 48px;
	font-weight: 700;
	/*line-height: 64px;*/
	padding: 0 0 0.875rem;
}

.hero-section .hero-content-wrapper .hero-content p {
	font-size: 26px;
	line-height: normal;
}

.row.align-items-center.main-nav-wrapper-tweak.hero-content {
	padding: 1% 10% 0% 12%;
}

.service-panel-section {
	padding: 2.8125rem 0;
	background-color: #F9B232;
	z-index: 1000;
	position: relative;
}

.service-panel-section .container.position-relative {
	top: 30px;
}

.service-panel-section .service-panel-item-tweak {
	text-align: center;
}

.service-panel-section .service-panel-item-tweak .service-panel-text-wrapper {
	font-size: 20px;
	padding: 1rem 0 0;
	font-weight: 700;
	line-height: 24px;
}

.service-panel-section .service-panel-item-tweak .service-panel-text-wrapper p {
	margin: 0;
	padding: 0;
}

.consultation-section {
	padding: 3.4375rem 0;
}

.consultation-section .consultation-text-wrapper h2 {
	font-size: 32px;
	padding: 0 0 1.125rem;
}

.consultation-section .consultation-text-wrapper a {
	color: var(--hmOffWhite);
	text-decoration: underline;
}

.choose-us-section {
	background-color: var(--hmOffWhite);
	padding: 5.625rem 0;
}

.choose-us-section .section-intro {
	padding: 0 0 3.75rem;
}

.choose-us-section .section-intro h2 {
	font-size: 32px;
	padding: 0 0 1.125rem;
	color: #F9B232;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;

}

.choose-us-section .choose_us_module_wrapper {
	padding: 10px 24px 40px 24px;
}

.choose-us-section .choose_us_module_wrapper .image_wrapper {
	padding: 0 0 22px;
}

.choose-us-section .choose_us_module_wrapper h3 {
	font-size: 24px;
	padding: 0 0 0.625rem;
}

.recommends-section {

	padding: 5.625rem 0;
}

/* Contact Us Section */
.contact-us-section {
	min-height: 600px;
	height: 100%;
	padding: 5.625rem 0;
	position: relative;
}

.contact-us-section .content-wrapper {
	color: white;
	position: relative;
}

.contact-us-section .content-wrapper h2 {
	padding: 0 0 1.125rem;
	color: #fff;
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	

}

.contact-us-section .content-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-us-section .content-wrapper ul li {
	font-size: 18px;
	/*font-weight: 400;*/
	padding: 18px 0;
	/*span {
    width: auto;
    height: 35px;
    padding: 0 calculateRem(28px) 0 0;
    vertical-align: bottom;
  }*/
}

.contact-us-section .content-wrapper ul li span.img-icon {
	width: 50px;
	height: 50px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.contact-us-section .content-wrapper ul li span.txt {
	margin-left: 20px;
	color: #fff;
	font-weight: 700;
}

.contact-us-section .content-wrapper ul li:last-child {
	padding: 18px 0 0;
}

.download-guide-section {
	background-color: var(--hmOffWhite);
	padding: 5.625rem 0;
}

.download-guide-section .download-guide-image-wrapper {
	background-color: var(--hmNavy);
	border-radius: 20px;
	float: right;
	height: 280px;
	width: 280px;
	padding: 5%;
	position: relative;
}

.download-guide-section .download-guide-image-wrapper .download-guide-image-holder {
	border-radius: 50%;
	border: 10px solid var(--hmOffWhite);
	height: 100%;
	position: relative;
}

.download-guide-section .download-guide-image-wrapper a.cta-btn {
	margin: 1rem 0 0;
}

/* Gravity Form */
/*.mortgageForm {*/
.gfield.gfield_contains_required.field_sublabel_below.field_description_below.hidden_label.gfield_visibility_visible {
	margin-bottom: 2rem;
}

.gform_footer.top_label {
	padding: 0px 0px 16px !important;
	margin-bottom: 30px !important;
}

.ginput_container>input[id^=input_] {
	background: #fff;
	border: none;
	
}

/*.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 5px 0;
}*/
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3 {
	background: var(--hmRed);
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0;
	padding: 26px 22px;
	/*letter-spacing: 1px;*/
	text-decoration: none;
	width: 100%;
	white-space: initial;
	word-wrap: break-word;
	transition: all 0.5s ease;
}

#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
#gform_submit_button_3 {
	border: 3px solid #fff;
}

/*}*/
.mortgage-form-wrapper {
	background-color: #000;
	padding: 2.375rem;
	border-radius: 20px;
	padding-bottom: 40px;
}

.mortgage-form-wrapper .mortgage-form-header {
	color: #fff;
	text-align: center;
}

#contactUsSection .mortgage-form-wrapper .mortgage-form-header h2 {
	font-size: 32px;
	color: #000;

	font-weight: 700;
}

.consultation-form-wrapper .mortgage-form-wrapper {
	background-color: #FFF4D5;
}

.consultation-form-wrapper #gform_submit_button_1 {
	background: #32B4E5;
	color: white;
}

.consultation-form-wrapper #gform_submit_button_1:hover {
	background-color: transparent;
	border: 3px solid var(--hmOffWhite);
	color: var(--hmOffWhite);
}

.contact-us-form-wrapper .mortgage-form-wrapper {
	    background: #FFF4D5;
}

.contact-us-form-wrapper #gform_submit_button_1 {
	background: var(--hmRed);
	color: white;
}

.contact-us-form-wrapper #gform_submit_button_1:hover {
	background-color: transparent;
	border: 3px solid var(--hmOffWhite);
	color: var(--hmOffWhite);
}

.contact-us-form-wrapper #gform_submit_button_2:hover {
	background-color: transparent;
	border: 3px solid var(--hmOffWhite);
	color: var(--hmOffWhite);
}

.tel-number-wrapper {
	color: var(--hmOffWhite);
	text-align: center;
	width: 100%;
}

a.formTelNumbner {
	color: #000;
	
	font-weight: 700;
	font-size: 26px;
}

.thankYou-section {
	background-color: #32B4E5F20D;
	height: 100%;
	text-align: center;
}

.thankYou-section .thankYou-wrapper {
	height: 70vh;
}

.thankYou-section .thankYou-wrapper .logoWrapper {
	/*width: 320px;*/
	width: 70%;
	margin: 0 auto;
}

.thankYou-section .text-wrapper {
	color: var(--hmOffWhite);
	padding: 1.4375rem 0;
}

.thankYou-section p {
	font-size: 29px;
}

.thankYou-section .thankYou-cta {
	background-color: var(--hmRed);
	border: 3px solid var(--hmRed);
}

.thankYou-section .thankYou-cta:hover {
	background-color: var(--hmOffWhite);
	color: var(--hmRed);
}

.plain-page-section {
	background-color: var(--hmOffWhite);
	padding: 5.625rem 0;
}

.plain-page-section .section-title {
	position: relative;
	text-align: center;
}

.plain-page-section .section-title h1 {
	font-size: 48px;
	font-weight: 700;
	padding: 0 0 1.875rem;
}

.plain-page-section a {
	color: var(--hmRed);
}

.plain-page-section .plainBackToSiteWrapper {
	padding: 1.875rem 0 0;
}

footer {
	background-color: #ED8500;
	color: var(--hmOffWhite);
	padding: 3.75rem 0;
}

footer .pre-footer-section {
	font-size: 15px;
	text-align: center;
}

footer .pre-footer-section .important-info {
	padding: 0 5.3125rem 1.375rem;
}

footer .footer-postal-wrapper {
	font-size: 15px;
	padding: 0 0 1.875rem;
}

footer .footer-postal-wrapper p {
	margin: 0;
}

footer .footer-contact-wrapper {
	font-size: 15px;
}

footer .footer-contact-wrapper p.phone {
	margin: 0;
	padding: 0;
}

footer .footer-contact-wrapper p.email {
	margin: 0;
	padding: 0;
}

footer .footer-contact-wrapper a {
	color: var(--hmOffWhite);
	text-decoration: none;
}

footer .footer-contact-wrapper a:hover {
	text-decoration: underline;
}

footer .footer-social-wrapper {
	text-align: center;
}

footer .footer-social-wrapper a {
	padding: 0 0.625rem;
}

footer .footer-logo-wrapper {
	text-align: end;
}

footer .footer-logo-wrapper img {
	width: 68%;
	height: auto;
}

/* Feefo widget override */
.feefo-review-carousel-widget-service {
	position: relative;
	text-align: center;
}

.feefowidget-carousel-summary__award-badge--absolute {
	/*position: absolute;*/
	right: 90px !important;
	/*top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

button.feefowidget-right-button {
	position: absolute !important;
	float: unset !important;
	/*right: -5px;*/
}

.feefo-wrapper {
	background-color: #fff;
	border-radius: 30px;
}

/* Popup Maker override */
div#popmake-128 {
	border-radius: 20px;
	padding: 2.375rem;
}

#gform_submit_button_3 {
	background: var(--hmYellow);
	border: 3px solid var(--hmYellow);
	color: var(--hmNavy);
}

#gform_submit_button_3:hover {
	background-color: transparent;
	border: 3px solid var(--hmOffWhite);
	color: var(--hmOffWhite);
}

div[id^=validation_message_3_] {
	background: transparent !important;
	border: 0 solid #c02b0a !important;
	color: var(--hmYellow) !important;
	font-size: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#contactUsSection img {
	left: 20%;
	right: 20%;
}

#contactUsSection .col-lg-5.offset-lg-2 {
	z-index: 999;
}

.mortgage-search-section {
	padding: 5.625rem 0;
}

.mortgage-search-section .section-title {
	padding: 0 0 3.25rem;
	text-align: center;
	width: 100%;
}

.mortgage-search-section .mortgage-modules-wrapper {
	height: 100%;
	min-height: 269px;
	position: relative;
}

.mortgage-search-section .mortgage-module {
	background: #FFFFFF;
	margin: 0 0.9375rem 2rem;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 15.625rem;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);

}

.mortgage-search-section .mortgage-module .image-wrapper {
	width: 85px;
	height: 85px;
	margin: 0 auto 10px;
	position: relative;
}

.default-splash {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	position: relative;
}

.mortgage-search-section .mortgage-module .mortgage-title h2 {
	color: black;
	font-size: 18px;
	font-weight: 800;
	margin-top: 25px;
}

.mortgage-search-section .mortgage-module .mortgage-description p {
	color: black;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 2px;
}

.mortgage-number {
	color: black;
	border: 3px solid black;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 0 0;
	width: 34px;
	height: 34px;
	line-height: 22px;
	position: absolute;
	bottom: 7px;
	left: -25px;
}


.main-header {
	padding: 15px 0;
	position: relative;
	width: 100%;
	background: #fff;
}

.main-header .contact {
	text-align: right;
}

.main-header .contact a {
	font-size: 26px;
	color: #183819;
	line-height: 30.47px;
	font-weight: 600;
}

.main-header .contact a span {
	color: #183819;
}
.banner-section {
    position: relative; /* Ensure the position is relative for the overlay */
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background: linear-gradient(90deg, rgba(159, 21, 29, 0.8) 0%, rgba(255, 191, 0, 0.8) 100%); */
    z-index: 1; /* Ensure the overlay is on top of the background image */
}

.banner-text-card {
    position: relative; /* Ensure this is on top of the overlay */
    z-index: 2;
}


.banner-section .banner-text-card {

	padding: 88px 0;
}

.banner-section .banner-text-card .banner-text {}

.banner-section .banner-text-card .banner-text h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;


}

.banner-section .banner-text-card .banner-text p {
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 25px 0px;
	
}

.banner-section .banner-text-card .banner-text a {
	background: #32B4E5;
	color: #fff;
	text-align: center;
	width: 389px;
	display: inline-block;
	height: 66px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;

	border-radius: 15x !important;
	margin: 20px 0 20px 0;
	border: solid 2px #32B4E5;
	transition: all 0.5s;
	border-radius: 15px;


	font-size: 20px;
	font-weight: 700;


}

.banner-section .banner-text-card .banner-text a:hover {
	border: solid 2px #32B4E5;
	color: #32B4E5;
	background: #fff;
}

.logo-section a {
	display: block;
	width: 190px;
}

#contactpopup .modal-content {
	background: transparent !important;
	border: none;
	box-shadow: none;
}

#contactpopup .modal-content .mortgage-form-wrapper {
	    background: linear-gradient(0deg, rgba(255, 199, 43, 0.20) 0%, rgba(255, 199, 43, 0.20) 100%), #FFF;
	padding: 35px 25px;
	position: relative;
}
.mortgage-form-header h2{
	color: #000;
}

#contactpopup .modal-content .mortgage-form-wrapper #gform_3 {}

#contactpopup .modal-content .mortgage-form-wrapper #gform_3 input {
	border-radius: 0px;
}

#contactpopup .modal-content .mortgage-form-wrapper #gform_3 input:focus {
	outline: none;
}

#contactpopup .modal-content .mortgage-form-wrapper #gform_3 #gform_fields_3 {
	display: block;
}

#contactpopup .modal-content .mortgage-form-wrapper #gform_3 .gform_footer input {
	border-radius: 15px;
	border: none;
	height: 66px;
	line-height: 60px;
	padding: 0;
	margin: 0;
	background: #32B4E5 !important;
	color: #fff !important;
}

#gform_3 div[id^=validation_message_3_] {
	color: #fff !important;
	font-size: 13px !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	background: transparent !important;
	border: none !important;
	font-size: 14.992px !important;
	margin-block-start: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: 13px !important;
}

#gform_2 .validation_message {
	color: #fff !important;

}



#gform_3 .gform_footer {
	padding: 10px 0 !important;
}

#contactpopup .modal-content .mortgage-form-wrapper button.btn-close {
	position: absolute;
	right: 20px;
	font-size: 12px;
	top: 20px;
	opacity: 1;
}

.hmpopup-form:hover {
	background: #32B4E5 !important;
	color: #fff !important;
	border: none !important;
}

#contactpopup .modal-dialog {
	width: 445px;
}

.Faq-card .Faq-List .card .card-header a:after {
	content: '\f077';
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 18px;
}

.Faq-card .Faq-List .card .card-header a.collapsed:after {
	content: '\f078';
}

.Faq-card .Faq-List .card .card-body {
	padding: 10px 0 0;
}

.contact-us-form-wrapper #gform_submit_button_1:hover {
	background: #32B4E5;
	border: none;
}

.Faq-card .Faq-List .card .card-header a:focus {
	outline: none;
}

.FreeQuote {
	border: solid 2px transparent !important;
	transition: all 0.5s;
}

.FreeQuote:hover {
	background: #fff !important;
	color: #32B4E5 !important;
	border: solid 2px #32B4E5 !important;
}

.AboutFreeQuote {
	border: solid 2px #F99D27 !important;
	transition: all 0.5s;
}

.AboutFreeQuote:hover {
	background: #fff !important;
	color: #F99D27 !important;
	border: solid 2px #F99D27 !important;
}

#gform_submit_button_1:hover {
	background: #fff !important;
	color: #32B4E5 !important;
	border: solid 2px #32B4E5 !important;
}

.Faq-card .Faq-List .card .card-header a span {
	display: block;
	width: 88%;
}

.choose-us-section {
	padding-top: 120px;
}

.service-panel-section .col-lg-2 {
	width: 20%;
	position: relative;
}

.service-panel-section .col-lg-2::after {

	content: '';
	color: #fff;
	position: absolute;
	right: 0;
	height: 74px;
	top: 21px;
	width: 0px;
	padding: 0;
	border: 0.5px solid #ffffff78;
}

.service-panel-section .col-lg-2:last-child::after {
	border: none;
}

.consultation-section .mortgage-form-wrapper .mortgage-form-header h2 {
	color: #000 !important;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
}

.shapeimg {
	position: absolute;
	bottom: 54px;
	right: 110px;
}

#shape-bottom-form {
	width: 201px;
	margin-top: 70px;
}

.contractor-search-section {
	background: #fff !important;
}

.mortgage-form-header p {
	font-size: 16px;
	margin: 0 auto;
	line-height: 23px;
	margin-bottom: 30px;
	color: #000;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 0 !important;
}

.gform_wrapper.gravity-theme .gfield input.large {
	padding: 10px 0px 10px 10px;
}

.bluetext {
	color: #fff;
}

.bluetext a {
	color: #000;
	font-weight: 700;
}

.consultation-text-wrapper {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.consultation-text-wrapper p {
font-size: 15px;
	margin-bottom: 15px;
}

.footer-bottom-text {
	font-size: 15px;
	text-align: center;
	line-height: 21px;
	max-width: 920px !important;
	margin: 0 auto;
	color: #000;
	padding: 45px 10px 25px 10px;
}

.footer-bottom-text strong {
	font-size: 16px !important;
}

.landing-footer-box .col-md-4 {
	position: relative;
}

.landing-footer-box .col-md-4.border-right-footer::after {
	content: '';
	color: #fff;
	position: absolute;
	right: 0;
	height: 76px;
	top: 0px;
	width: 0px;
	padding: 0;
	border: 0.5px solid #ffffff78;
}

.landing-Footer-section {
	background: #9F151D;
	padding: 65px 0 50px 0px;
}

.contact-us-form-wrapper #gform_submit_button_2 {
	background: #32B4E5;
	border: 2px solid transparent;
}

.contact-us-form-wrapper #gform_submit_button_2:hover {
	background: #fff;
	border: 2px solid #32B4E5;
	color: #32B4E5;
}

.ginput_container input {
	color: #000 !important;
}

.ginput_container input::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #000 !important;
}


#gform_fields_2 .ginput_container input {
	color: #000 !important;
	font-size: 14px;
}

#gform_fields_2 .ginput_container input::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #000 !important;
	font-size: 14px;
}

#gform_fields_2 .ginput_container input::placeholder {
	color: #000 !important;
	font-size: 14px;
}

.ginput_container>textarea {
	background: transparent;
	border: none;
	color: #000;
	resize: none;
	border-bottom: solid 1px #fff;
	   
	
}
.gform_wrapper.gravity-theme .gfield textarea.small{
	 margin: 0 0 30px;
}
.ginput_container textarea {
	color: #000 !important;
}

.ginput_container textarea::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #000 !important;
	font-size: 14px;
}
#gform_fields_3 ::placeholder , #gform_fields_1 ::placeholder{
	color: #000 !important;
	font-size: 14px;
}
.ginput_container textarea::placeholder {
	color: #000 !important;
	font-size: 14px;
}

.banner-img-card img {
	width: 610px;
}

.purple-shape {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	bottom: 20px;
}


/*# sourceMappingURL=homeofmortgages.css.map */

.mob-btn {
	display: none;
}

.destop-view {
	display: block;
}

.mortgage-module .img-icons {
	position: relative;
	width: 114px;
	height: 80px;
	margin: 20px auto 10px;
}

.mortgage-module .img-icons span {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: solid 2px #000;
	line-height: 34px;
	border-radius: 100px;
	font-weight: 700;
	position: absolute;
	left: -10px;
	bottom: -2px;
	font-size: 24px;
	background: #fff;
}

#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3 {
	background: var(--hmRed);
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0;
	padding: 20px 0;
	/* letter-spacing: 1px; */
	text-decoration: none;
	width: 100%;
	white-space: initial;
	word-wrap: break-word;
	transition: all 0.5s ease;
	border: solid 2px #32B4E5;
}

#gform_1 #gform_submit_button_1 {
	padding: 19px 0;
	border: solid 2px #32B4E5;
	font-size: 18px;
}

a.hero-cta-btn {
	border-radius: 15px !important;
}

.thankYou-section h3 {
	color: #32B4E5F2;

	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 40px */
	margin-bottom: 30px;
}



.banner-section {
	background: #fff;
	position: relative;
}

.banner-section .banner-right-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 42%;
}

.banner-section .banner-right-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-header {
	z-index: 1 !important;
}

.main-header .contact i {
	margin-right: 5px;
}

/* .banner-section .banner-img-card {
  margin-left: -80px;
}

.banner-section .banner-img-card .banner-img {}

.banner-section .banner-img-card .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.Hide {
	display: none !important;
}

.Show {
	display: block !important;
}

a,
button {
	cursor: pointer !important;
}

.choose_us_module_wrapper h2 {
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;

}

.choose_us_module_text_wrapper p {
	color: #000000;
	font-size: 16px;
}

.section-intro p {
	color: #000000;
}

.page-id-5 footer {
	display: none;
}

.footer-logos {
	text-align: right;
	margin: 0 auto;
	display: table;
}

.footer-logos .contact {
	margin-bottom: 0px;
	text-align: center;
}

.footer-logos .contact i.fas.fa-phone {
	color: #fff;
}

.footer-logos .contact a {

	font-size: 26px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	margin-left: 5px;
}

.footer-logos .footer-img {}

.footer-logos .footer-img a {
	display: inline-block;
	text-decoration: none;
	margin-left: 0px;
}


.landing-Footer-section .landing-footer-box {
	padding: 0px 0;
}


.landing-Footer-section .landing-footer-box .footer-text p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 30px;
	font-size: 17px;
}

.landing-Footer-section .landing-footer-box .footer-text ul {
	color: #fff;
	margin-left: 20px;
	color: #fff;
	padding-left: 0;
	font-size: 17px;
}

.landing-Footer-section .landing-footer-box .footer-text p a {
	color: #fff;

	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
}

.ti-footer span.nowrap strong,
.ti-footer span {
	color: #fff !important;
}

.service-panel-item-tweak .service-panel-text-wrapper {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
}

.consultation-form-wrapper .foot-img {
	width: 100%;
	margin: 30px auto;
	display: block;
}

.consultation-form-wrapper .foot-img img {
	width: 100%;
	margin: 0 auto;
	display: table;

}

.top-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-panel-section .col-lg-3 {
	border-right: solid 0.5px #ffffff6b;
}

.service-panel-section .col-lg-3:last-child {
	border: none;
}

.page-id-104 footer {
	display: none;
}


.banner-img-card {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0px;
}

.gform_wrapper.gravity-theme input[type=text]::placeholder {
	color: #000;
}

.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder {
	color: #000;
}

.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder {
	color: #000;
}

#contactUsSection .mortgage-form-wrapper {}

#contactUsSection .mortgage-form-wrapper input#gform_submit_button_1 {
	background: #1a4259;
	border: solid 2px #1a4259;
}

.copyright-text p {
	color: #fff;
	text-align: center;
}

.footer-img {
	text-align: center;
}

/* .footer-border {
  border-right: solid 1px #fff;
} */
.section-intro h2 {
	color: #32B4E5F2;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;

}

.section-title h2 {
	color: #fff;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}

.text-black {
	color: #000 !important;
}

.main-header .contact img {
	vertical-align: sub;
}



.UK-Partner .owl-dots button span {

	background-color: transparent !important;
	border: solid 1px #9F151D;
	width: 13px !important;
	height: 13px !important;
	display: block;
	margin: 0 4px 0 !important;
}

.UK-Partner .owl-dots button.active span {
	background-color: #9F151D !important;
	border: solid 1px #9F151D;
}

.landing-footer-box .col-md-4 {
	/* border-right: solid 1px #fff; */
}

.landing-footer-box .col-md-4:last-child {
	border: none;
}

.Partner-card {}

.Partner-card .Partner-logo {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	mix-blend-mode: multiply !important;
}

.Partner-card .Partner-logo img {
	width: 200px;
	height: 100%;
	object-fit: contain;
}
.UK-Partner{
	margin-top: 120px;
	margin-bottom: 50px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
.Stories-card {
	box-shadow: 0px 4px 20px 0px #00000026;
	padding: 30px;
	min-height: 340px;
	margin: 25px 8px;
}

.Stories-card .Stories-Icon {
	width: 30px;
	margin-bottom: 15px;
	height: 30px;
}

.Stories-card .Stories-Icon img {
	width: 100%;
}

.Stories-card p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	min-height: 240px;
}

.Stories-card span {
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 28px;
	letter-spacing: 0.025em;
	text-align: right;
	color: #32B4E5F2;

}

.service-panel-section .col-md-4 .service-panel-item-tweak {
	border-right: solid 1px #ddd;
}

.service-panel-section .col-md-4:last-child .service-panel-item-tweak {
	border: none;
}


.thankYou-section p {
	color: #000;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 8px;
}

.thankYou-section .thankYou-cta {
	margin: 0px 0 40px;
	border-radius: 15px;
	font-weight: 500;
	display: block;
	width: 290px;
	margin: 0 auto 40px;
}

.thankYou-section .thankYou-cta:hover {
	background: #fff;
}

.choose-us-section .section-intro p {
	text-align: center;
	max-width: 894px;
	margin: 0 auto;
	font-size: 18px;
	color: #000000;

}

.footer-img a {
	display: block;
}

.footer-img a img.header-logo {
	width: 154px;
	margin: 30px 0px 30px 0px;
}

.thankYou-section p a {
	color: #32B4E5;
}

.mob-view {
	display: none;
}

.Stories-card span span {
	font-size: 16px !important;
}

#contactpopup .modal-content button.btn-close {

	width: 25px;
	height: 25px;
	font-size: 13px;

}

.meet-client-section {
	background: #32B4E51A;
	padding: 50px 0px;
}

.green-box {
	background: #183819;
	border-radius: 25px;

}

.meet-client-section p {
	font-size: 16px;
}

.freeguide-image {
	width: 469px;
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-top: 25px;
}

.freeguide-section {
	padding: 80px 0px;
}

.text-capitalize {
	text-transform: capitalize;
}

.f-16 {
	font-size: 16px;
}
.gform_body *{
	color: #fff;
}
#page .gfield_required_text{
	display: none;
}
#page .gfield_consent_description{
	border: none;
    font-size: 14px;
    margin-top: 0;
    max-height: 240px;
    overflow-y: unset;
    padding: 10px 0px 20px 0px;
    width: 100%;
}
#page .gfield_consent_description a{
	text-decoration: underline;
	color: #32B4E5;
}

#page .gfield_consent_description a:visited{
	color: #32B4E5;
}
.risk-warning{
	    display: block;
    font-style: italic;
    font-weight: 600;
    margin-top: 20px;
}
.google-review-img{
	
    margin-left: 50px;
}
.form-google-pic{
	margin: 0 auto;
    display: table;
    padding-top: 20px;
}

#custom-container{
	max-width: 1440px;
}
.logo-section img{
	width: 190px;
}

section.blank-page {
    padding: 150px 0;
}
.back-to-home{
    background: #32B4E5;
    border-radius: 15px;
    color: #fff !important;
    border: none;
    margin-left: 20px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 23px;
    transition: all 0.5s;
    text-decoration: none;
    padding: 20px 50px;
    margin: 0 auto;
    display: table;
    line-height: 20px;
    margin-top: 40px;
    transition: all 0.5s;
}
.back-to-home:hover{
    background: #9F151D;
}
.no-page h1{
    color: #9F151D;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 30px;

}
.no-page p{
    font-size: 22px;
    text-align: center;

}
#no-max-width{
	max-width: 100%;
}
#no-max-width p{
	max-width: 100%;
	text-align: center;
}
.space-padding{
	padding: 150px 0px;
	width: 200px;
}