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: 800;
  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: #ECB100 ;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 2.5rem 0 0;
  padding: 15px;
  position: relative;
  text-decoration: none;
  width: 389px;
  white-space: initial;
  word-wrap: break-word;
  transition: all 0.5s ease;
  border: 3px solid var(--hmRed);
  border-color: #ECB100  !important;
 
}

a.hero-cta-btn:hover {
  background: #fff;
  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);
}

#page ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #000 !important;
  /* Firefox */
}

#page ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #000 !important;
  /* Firefox */
}
#gform_1 ::placeholder{
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #ffffffcc !important;
  /* Firefox */
}
#gform_3 ::placeholder{
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #ffffffcc !important;
  /* Firefox */
}

#gform_submit_button_3 {
      background: #ECB100 !important;
    border: 1px solid #ECB100 !important;
}
#gform_submit_button_3:hover {
      background: #fff !important;
    border: 1px solid #ECB100 !important;
    color: #000 !important;
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  color: black;
 font-family: "Poppins", sans-serif;

  font-weight: 400;
  font-size: 18px;
  font-style: normal;
 
  -webkit-font-smoothing: antialiased;
}

.choose-us-splash {
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

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

.header-contact-wrapper h3 {
 
  font-weight: 800;
  font-size: 28px;
  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%;
}

.service-panel-section {
     padding: 2.8125rem 0;
    background: #fff;
    z-index: 1000;
    position: relative;
    box-shadow: 0px 4px 20px 0px #00000040;
    max-width: 1250px;
    margin: 0 auto;
}

.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: 18px;
  padding: 1rem 0 0;
}

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

.consultation-section {
  padding: 80px 0px 200px 0px;

}

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



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

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

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

.choose-us-section .choose_us_module_wrapper {
  padding: 10px 15px 20px 15px;
}



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

.recommends-section {
  background: #ECB100 ;
  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: 34px;
  font-style: normal;
  font-weight: 700;
  max-width: 540px;
  text-transform: capitalize;
  line-height: 45px;
  
}

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

.contact-us-section .content-wrapper ul li {
  font-size: 18px;
 
  padding: 14px 0;
  
}

.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: 600;
}

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

.gfield.gfield_contains_required.field_sublabel_below.field_description_below.hidden_label.gfield_visibility_visible {
  margin-bottom: 2rem;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
 
  outline: none !important;
}
.gform_footer.top_label {
  padding: 10px 16px 15px 16px !important;
  margin-bottom: 0px !important;
}

.ginput_container>input[id^=input_] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
 
}

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

/*}*/
.mortgage-form-wrapper {
  background-color: #0C2E8E;
  padding: 2.375rem 1.375rem;
  border-radius: 0px;
  padding-bottom: 48px;
}

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

#contactUsSection .mortgage-form-wrapper .mortgage-form-header h2 {
  font-size: 30px;
  color: #000;
  font-weight: 800;
  padding-bottom: 14px;
  max-width: 250px;
  margin: 0 auto;
}

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

.consultation-form-wrapper #gform_submit_button_1 {
  background: #ECB100 ;
  color: #fff;
}

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

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

.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: #fff;
  text-decoration: underline;
 
}
.f-20{
  font-size: 20px;
}

.thankYou-section {
  
 
  text-align: center;
	    padding: 60px 0px;
}



.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: #ECB100 ;
  border: 3px solid #ECB100 ;
}

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

.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: 800;
  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;
}



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;
}

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

.mortgage-search-section .section-title {
  padding: 0 0 1.25rem;
  text-align: center;
  width: 100%;
}
.how-it-works-content{
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-bottom: 40px;
}
.mortgage-search-section .mortgage-modules-wrapper {
 
  position: relative;
}

.mortgage-search-section .mortgage-module {
  
  
  text-align: left;
    padding: 0px 22px;
  border-radius: 0px;
}

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


.mortgage-search-section .mortgage-module .mortgage-title h2 {
     color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin: 1px 0px 15px 0px;
}

.mortgage-search-section .mortgage-module .mortgage-description p {
     color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  
  line-height: 24px;
}

.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: 25px 0;
  position: relative;
  width: 100%;
 
}

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

.main-header .contact a {
  font-size: 26px;
  color: #000;
  text-decoration: none;
  line-height: 30.47px;
}

.main-header .contact a span{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.banner-section .banner-text-card {

  padding: 88px 0;
}



.banner-section .banner-text-card .banner-text h1 {
  margin-bottom: 20px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 42px;
    
  max-width: 487px;
}

.banner-section .banner-text-card .banner-text p {
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 540px;
 
}

.banner-section .banner-text-card .banner-text a {
  background: #ECB100 ;
  text-align: center;
  width: 389px;
  display: inline-block;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 20px 0;
  border: solid 2px #ECB100 ;
  transition: all 0.5s;
  border-radius: 0px;
font-size: 20px;
font-weight: 800;


}

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

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

#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: 14px !important;
  margin-top: 7px !important;
}

#contactpopup .modal-content .mortgage-form-wrapper #gform_3 .gfield {
  margin: 0 0 30px;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}
#gform_3 .gform_footer {
  padding: 20px 0px 20px 0px !important;
}

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

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

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

.choose-us-section {
  padding-top: 80px;
}
.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: #fff !important;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 14px;
  max-width: 250px;
  margin: 0 auto;
}

.contractor-search-section{
      background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
        padding: 80px 0px;
}

.mortgage-counter{
      color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    font-weight: 700;
}
.mortgage-form-header p{
      color: #000;
    font-size: 15px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 21px;
    margin-bottom: 30px;
}
.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;
  
}
.form-disclaimer{
  font-size: 14px;
  font-weight: 350;
  line-height: 19.12px;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
  width: 100%;
    display: block;
    text-decoration: none;
}
.consultation-text-wrapper{
  padding-right: 20px;
  font-size: 16px;
  
}
.consultation-text-wrapper p{
  margin-bottom: 25px;
}
.consultation-text-wrapper ul{
      color: #0C2E8E;
    font-weight: 600;
        margin: 0;
        list-style: none;
  padding-left: 0;
}
.consultation-text-wrapper ul li{
  margin-bottom: 20px;
   position: relative;
  padding-left: 30px; 
}
.consultation-text-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/06/bluetick.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-bottom-text{
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  max-width: 1080px !important;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  padding: 45px 10px 0px 10px;
  font-weight: 700;
}
.footer-bottom-text a{
	color: #9FB34C !important;
    text-decoration: none;
}
.footer-bottom-text strong{
	font-size: 16px !important;
}

.landing-Footer-section {
	background: #000;
    padding: 65px 0 40px 0px;
}
.contact-us-form-wrapper #gform_submit_button_2 {
  background: #0C2E8E ;
  border: 2px solid #0C2E8E ;
  color: #fff;
}

.contact-us-form-wrapper #gform_submit_button_2:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.ginput_container  input {
  color: #fff !important;
}


#gform_fields_2 .ginput_container>input[id^=input_]{
  border-bottom: 1px solid #000;
}



.ginput_container>textarea {
    background: transparent;
    border: none;
    color: #fff;
    resize: none;
    border-bottom: solid 1px #000;
    height: 180px !important;
}
.ginput_container  textarea {
  color: #fff !important;
}

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


.about-us p{
  font-size: 20px;
  line-height: 24px;
}
.google-img{
  margin: 30px auto;
    display: table;
}


.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: 0px;
  font-weight: 800;
  position: absolute;
  left: -43px;
  bottom: 0;
  font-size: 24px;
}

#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3 {
  background: var(--hmRed);
  border-radius: 0px;
  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 #ECB100;
  margin-bottom: 10px;
}

#gform_1 #gform_submit_button_1 {
  padding: 19px 0;
  border: solid 2px #ECB100 ;
}

a.hero-cta-btn {
  border-radius: 0px !important;
}
.thankYou-section h3 {
  color: #000;
  
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 40px */
  margin-bottom: 30px;
}

.banner-section {
 
  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;
}




a,button{
	cursor: pointer !important;
}
.choose_us_module_wrapper .title {
  margin-top: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
  
}
.choose_us_module_text_wrapper p, .choose_us_module_text_wrapper ul li{
  color: #fff;
  font-size: 16px;
}



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






.landing-Footer-section .landing-footer-box .footer-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center;
}
.landing-Footer-section .landing-footer-box .footer-text ul{
  color: #fff;
  margin-left: 20px;
  color: #fff;
  padding-left: 0;
}
.landing-Footer-section .landing-footer-box .footer-text p a {
    color: #fff;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.service-panel-item-tweak .service-panel-text-wrapper {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.consultation-form-wrapper .foot-img {
  width: 100%;
  margin: 0px auto;
  display: block;
  position: relative;
}

.consultation-form-wrapper .foot-img img {
 
      margin: 0 auto;
    display: table;
    
    margin-top: 0px;
    width: 450px;
    position: absolute;
    top: -40px;
    left: -40px;
  
}
.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}





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

.footer-logos .contact {
  text-align: center;
}

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

.section-intro h2{
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  
}
.section-title h2 {
      text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
  
}
.main-header .contact img {
  vertical-align: sub;
}

.UK-Stories .owl-dots button span {
  background-color: #fff !important;
  border: solid 1px #0C2E8E;
  width: 11px !important;
  height: 11px !important;
  display: block;
  margin: 0 4px 0 !important;
}

.UK-Stories .owl-dots button.active span {
  background-color: #0C2E8E!important;
  border: solid 1px #0C2E8E;
}

.UK-Partner .owl-dots button span {
  
     background-color: transparent !important;
    border: solid 1px #0C2E8E;
    width: 11px !important;
    height: 11px !important;
    display: block;
    margin: 0 4px 0 !important;
}

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


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







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

.thankYou-section .thankYou-cta {
  margin: 0px 0 40px;
  border-radius: 0px;
  font-weight: 700;
  display: block;
  width: max-content;
  margin: 0 auto 40px;
  padding: 12px 40px;
  color: #fff;
}

.thankYou-section .thankYou-cta:hover {
  background: #fff;
}
.choose-us-section .section-intro p {
  text-align: center;
  max-width: 894px;
  margin: 0 auto;
  font-size: 20px;
}
.footer-img a {
  display: block;
}

.footer-img a img.header-logo {
  width: 145px;
}
.thankYou-section p a {
  color: #ECB100 ;
}
.mob-view{
  display: none;
}
.Stories-card span span{
  font-size: 16px !important;
}

section.blank-page {
  padding: 150px 0;
 
}
.back-to-home{
  background: #ECB100 ;
  color: #fff !important;
  border: 2px solid #ECB100 ;
  margin-left: 20px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 19px;
  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;
  text-transform: uppercase;
}
.back-to-home:hover{
  background: #fff;
  border: 2px solid #ECB100 ;
  color: #ECB100  !important;
}
.no-page h1{
  color: #000;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;

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

}
.tel-number-wrapper p{
  font-size: 22px;
  color: #000;
}

ol, ul {
  padding-left: 0;
  margin-left: 2rem;
}

.choose-us-content{
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width:986px;
  margin: 0 auto;
  padding-bottom: 30px;
}




body.page-template-homepage_tpl-php .half-bg-box {
    width: 100%;
    background: linear-gradient(to right, white 60%, #0C2E8E 40%);
}


body:not(.page-template-homepage_tpl-php) .half-bg-box {
    width: 100%;
    background: linear-gradient(to right, white 60%, #0C2E8E 40%);
    height: 92px;
}

.service-panel-section .col-lg-3{
  position: relative;
}
.service-panel-section .col-lg-3:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    height: 75px;
    border-right: solid 0.5px #0c2e8ea6;
}



.footer-logos .contact a {
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
}

.consultation-section a.hero-cta-btn{
      border: solid 2px #ECB100;
    color: #fff;
    background: #ECB100;
}

.consultation-section a.hero-cta-btn:hover{
      border: solid 2px #ECB100;
    color: #ECB100;
    background: #fff;
}

.Partner-logo img{
	    height: 150px;
    object-fit: contain;
}
/* Responsive */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-img-card img {
    width: 410px;
}

.banner-section .banner-text-card .banner-text h1 {
  font-size: 28px;
  line-height: 34px;
}
.banner-section .banner-text-card .banner-text p {
 
  font-size: 19px;
 
}
.consultation-text-wrapper {
  padding-right: 0px;
}
.landing-Footer-section .landing-footer-box .footer-text p {
   
    font-size: 15px;
    line-height: 20px;
    margin-top: 14px;
   
}
.footer-logos .contact a {
    font-size: 20px;
    line-height: 27px;
    
}
.contact-us-section .content-wrapper h2 {
  
    max-width: 100%;
    font-size: 26px;
        line-height: 36px;
   
}

}

@media (min-width: 1400px) {
  .container{
    max-width: 1220px;
  }
}


@media (max-width: 991.98px) {
 
  .logo-wrapper {
    padding: 0 0 1.875rem;
    text-align: center;
  }

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


  .consultation-form-wrapper {
    padding: 30px 0;
  }

  .contact-us-form-wrapper {
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
 

  .header-contact-wrapper {
    text-align: center;
  }

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

  .service-panel-section .service-panel-item-tweak {
    padding: 0 0 1.875rem;
  }

  .banner-section .banner-text-card .banner-text h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .banner-section .banner-text-card .banner-text a {
    width: 100%;
  }

  .logo-section a {
    width: 180px;
  }

  .main-header .contact a {
    font-size: 15px;
  }
.half-bg-box {
    width: 100% !important;
    background: linear-gradient(to right, white 58%, #0C2E8E 42%) !important;
    height: 80px !important;
}
  .service-panel-section {
    background-image: none !important;
  }

  .consultation-section .consultation-text-wrapper a {
    width: 100%;
    margin-top: 10px;
  }
  .consultation-form-wrapper .foot-img img{
    position: relative;
        margin-top: 20px;
        top: 0;
        
        left: 0;
  }

  .gform_footer.top_label {
    width: 100% !important;
    padding: 0 !important;
  }

  .about-section .about-text-card .about-text a {
    width: 100%;
    margin-bottom: 30px;
  }

  .mob-hide {
    display: none;
  }

}

@media (max-width: 575.98px) {
  
  .hero-section .hero-content-wrapper .hero-content h1 {
    font-size: 36px;
  }

  .choose-us-section .section-intro h2 {
    text-align: center;
  }

  .choose-us-section .choose_us_module_wrapper .image_wrapper {
    text-align: center;
  }

  .choose-us-section .choose_us_module_wrapper h3 {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .logo-wrapper img {
    max-width: 86%;
  }

  #gform_submit_button_1,
  #gform_submit_button_2 {
    font-size: 14px;
    padding: 1rem 0.625rem;
  }

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

@media (max-width: 375px) {
  .logo-wrapper img {
    max-width: 62%;
  }

  .header-contact-wrapper h3 {
    font-size: 24px;
  }

  .header-contact-wrapper .contact a {
    font-size: 24px;
  }

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


@media (max-width:767px) {
      a.hero-cta-btn {
       
        margin-top: 0;
    }
  .footer-text.footer-border{
        text-align: center;
    margin-bottom: 25px;
  }
  .footer-bottom-text {
    
    padding: 25px 10px 0px 10px;
    
}
      .UK-Partner .owl-nav button {
        background-color: #0C2E8E !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px !important;
        color: #fff !important;
    }
 
	.choose_us_module_wrapper .title{
		text-align: center !important;
	}
  .thankYou-section {
  
    padding: 0px 0px 60px 0px;
}
  .thankYou-section h3, .no-page h1{
    font-size: 28px;
  }
  .contact-us-form-wrapper #gform_submit_button_2, #gform_1 #gform_submit_button_1{
    font-size: 16px;
    padding: 10px 0;
  }
 

  .choose-us-section .choose_us_module_wrapper .image_wrapper {
   
    margin: 0 auto;
    display: table;
}

  .service-panel-section .col-lg-2 {
    width: 100%;
   
}
.service-panel-section .col-lg-2::after {
  border: none;
}
.consultation-text-wrapper {
  padding-right: 0px;
  font-size: 16px;
}
.consultation-form-wrapper #gform_submit_button_1 {
 
  margin-bottom: 20px;
}
.consultation-form-wrapper .foot-img img {
  width: 100%;
 
}
.choose-us-section .choose_us_module_wrapper {
  padding: 0;
  margin-bottom: 50px;
}

  .banner-section .banner-text-card {
    display: block;
    height: auto;
    padding: 0px;
  }

  .banner-section {
    padding: 40px 0 !important;
  }

  .consultation-section {
    padding-top: 0;
  }

  .choose-us-section {
    padding: 60px 0;
  }

 

  .mortgage-search-section {
    padding: 60px 0px;
  }

  .mortgage-search-section .section-title {
    padding-bottom: 0;
  }

  .mortgage-search-section .mortgage-module {
    margin: 0 1px 20px;
  }

 
  footer {
    padding: 60px 0 20px;
  }

  
#gform_1 #gform_submit_button_1 {
  font-size: 14px !important;
}

.consultation-form-wrapper .mortgage-form-wrapper, #contactUsSection .mortgage-form-wrapper {
  padding: 20px;
}
.landing-Footer-section {
 
  padding: 45px 0 20px 0px;
}
.service-panel-section {
    margin: 30px 15px 20px 15px;
}
.mortgage-search-section .mortgage-module .mortgage-title h2 {
    
    font-size: 20px;
    line-height: 30px;
   
}
.mortgage-counter {
    
    font-size: 22px;
    
}
.contact-us-section .content-wrapper h2 {
    
    font-size: 22px;
    line-height: 30px;
}
.contact-us-section {
   
   
    padding: 2.625rem 0;
    
}
.thankYou-section p, .no-page p{
  font-size: 16px;
  line-height: 24px;
}
}


@media (max-width:767px) {
  .service-panel-section .col-lg-3:not(:last-child)::after {
   
    border: none;
  }
	
	#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3, a.hero-cta-btn{
		    font-size: 16px;
		height: auto;
	}
	.mortgage-form-wrapper .mortgage-form-header {
	margin-top: 8px;
} 

	.mortgage-form-wrapper .mortgage-form-header h2{
		    font-size: 22px;
	}
  .banner-section .banner-right-img {
    display: none;
  }
  .banner-section .banner-text-card .banner-text p {
    color: #000000;
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

  }
  .banner-section .banner-img-card {
    display: none;
  }
  .banner-section{
    background-color: #F0F6FF;
  }
  .choose-us-section .section-intro p {
    text-align: center;
}
.service-panel-section .col-md-4 .service-panel-item-tweak{
  border: none;
}
.consultation-section{
  padding: 20px 0 !important;
}
.tel-number-wrapper {
  margin-top: 15px;
}

.choose_us_module_wrapper title {
  text-align: center;
}

.landing-Footer-section .landing-footer-box .footer-text p {
  text-align: center;
}

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

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

.section-title h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 32px;
}

.section-intro h2 {
  font-size: 34px;
}

.choose-us-section .section-intro h2 {
  font-size: 34px;
}
.landing-footer-box .col-md-4 {
  border: none;
}
.footer-img img.header-logo {
  width: 185px;
  margin: 0 auto;
  display: block;
}
.logo-section {
  width: 110px;
}
.choose_us_module_wrapper .title {
  
  font-size: 25px;
  
}

.consultation-form-wrapper .foot-img {
  margin-bottom: 0;
}

.consultation-form-wrapper {
  padding-bottom: 0;
}

.choose-us-section .section-intro {
  padding-bottom: 0px;
}
#contactpopup .modal-content button.btn-close {
  top: 6px;
  right: 15px;
	    width: 25px;
    height: 25px;
}
.choose-us-section a.hero-cta-btn{
  margin-top: 0;
}
.desktop-view{
  display: none;
}
.mob-view{
  display: block;
}
.mob-view {
  position: relative;
}

.mob-view:before {
  content: '';
  background: rgb(2 2 2 / 74%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mob-view .banner-text-card {
  position: relative;
  z-index: 1;
}

.mob-view .banner-text-card .banner-text h1 {
  color: #fff;
	
}

.mob-view .banner-text-card .banner-text p {
  color: #fff;
  margin-bottom: 25px;
}

.banner-section .banner-text-card .banner-text a {
  margin: 0;
  font-size: 16px;
	height: auto;
  line-height: normal;
  padding: 10px 0px 15px 0px;
}
.UK-Stories .owl-nav button {
  background-color: #ECB100 !important;
  width: 40px;
  height: 40px;
  border-radius: 0px !important;
  line-height: 40px !important;
  color: #fff !important;
}

#contactUsSection .mortgage-form-wrapper .mortgage-form-header h2, .consultation-section .mortgage-form-wrapper .mortgage-form-header h2{
font-size: 22px;
}
.contact-us-form-wrapper #gform_submit_button_2 {
  
  margin-bottom: 20px;
}
#contactpopup .modal-content .mortgage-form-wrapper #gform_3 .gform_footer input{
          padding: 7px;
}
section.blank-page {
  padding: 70px 0;
  
}
#contact-faq .accordion-button {
  font-size: 20px;
  line-height: 24.63px;
  padding: 20px 10px;
}
.accordion-body {
  padding: 10px 10px;
  font-size: 16px;
}
.about-us p {
  font-size: 17px;
  line-height: 24px;
}
.about-us .section-title h2 {
  
  margin-bottom: 0px !important;
}
.tel-number-wrapper p {
  font-size: 16px;
  
}
}


@media (max-width:992px) {
.UK-Partner .owl-nav button {
    background-color: #0C2E8E !important;
    width: 40px;
    height: 40px;
    border-radius: 100px !important;
    line-height: 40px !important;
    color: #fff !important;
}

	
}
@media (min-width: 992px) and (max-width: 1220px) {
  #gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3{
font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 880px){
	.banner-img-card {
   
    right: 0px;
   
}

	.banner-img-card{
		display: block;
	}
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 15px;
        line-height: 25px;
   
}
	.banner-section .banner-text-card .banner-text h1 {
   
   
            font-size: 26px;
        line-height: 32px;
}
.choose-us-section .section-intro h2 {
    font-size: 32px;
    line-height: 35px;
}
.section-title h2 {
    
    font-size: 34px;
    line-height: 40px;
   
}
.mortgage-search-section .mortgage-module .mortgage-title h2 , .choose_us_module_wrapper .title{
   
    font-size: 20px;
    line-height: 25px;
   
}
.contact-us-section .content-wrapper h2{
  max-width: 100%;
      font-size: 25px;
          line-height: 35px;
}
.logo-section a {
   
    width: 280px;
}
    .service-panel-section .col-lg-3:not(:last-child)::after {
        border: none;
    }
    .service-panel-section .service-panel-item-tweak {
    
    margin-bottom: 20px;
}
.consultation-form-wrapper .foot-img img{
  position: relative;
}
.consultation-section {
    padding: 80px 0px 0px 0px;
}
.banner-img-card img {
  width: 300px;
}
.banner-section .banner-text-card {
  height: max-content !important;
  
}
.banner-section .banner-text-card {
  padding: 30px 0 40px 0px;
}
.landing-Footer-section .landing-footer-box .footer-text p {
   
    font-size: 15px;
    line-height: 20px;
    margin-top: 14px;
   
}
} 
@media (min-width: 880px) and (max-width: 992px){
	.banner-img-card {
           top: 20px;
    right: 0px;
   
}
	.banner-img-card img {
    width: 400px;
}
	.banner-img-card{
		display: block;
	}
	
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 15px;
        line-height: 25px;
   
}
	.banner-section .banner-text-card .banner-text h1 {
   
   
            font-size: 26px;
        line-height: 32px;
}
.choose-us-section .section-intro h2 {
    font-size: 32px;
    line-height: 35px;
}
.section-title h2 {
    
    font-size: 34px;
    line-height: 40px;
   
}
.mortgage-search-section .mortgage-module .mortgage-title h2 , .choose_us_module_wrapper .title{
   
    font-size: 20px;
    line-height: 25px;
   
}
.contact-us-section .content-wrapper h2{
  max-width: 100%;
      font-size: 25px;
          line-height: 35px;
}
.logo-section a {
   
    width: 280px;
}
    .service-panel-section .col-lg-3:not(:last-child)::after {
        border: none;
    }
    .service-panel-section .service-panel-item-tweak {
    
    margin-bottom: 20px;
}
.consultation-form-wrapper .foot-img img{
  position: relative;
}
.consultation-section {
    padding: 80px 0px 0px 0px;
}
.banner-img-card img {
  width: 390px;
}
.banner-section .banner-text-card {
  height: max-content !important;
  
}
.banner-section .banner-text-card {
  padding: 35px 0 40px 0px;
}
.landing-Footer-section .landing-footer-box .footer-text p {
   
    font-size: 15px;
    line-height: 20px;
    margin-top: 14px;
   
}
} 
@media (min-width: 992px) and (max-width: 1120px){
  .banner-img-card {
  
    right: 8%;
}
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 15px;
        line-height: 20px;
   
}
.banner-img-card img {
  width: 400px;
}
.banner-section .banner-text-card {
  height: max-content !important;
  
}
.banner-section .banner-text-card {
  padding: 88px 0 40px 0px;
}
}
	@media (min-width: 1120px) and (max-width: 1220px){
    .banner-img-card {
  
    right: 5%;
}
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 17px;
        line-height: 27px;
   
}
.banner-img-card img {
  width: 500px;
}
.banner-section .banner-text-card {
  height: max-content !important;
  
}
}
	@media (min-width: 1220px) and (max-width: 1330px){
    .banner-img-card {
  
    right: 5%;
}
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 17px;
        line-height: 27px;
   
}
.banner-img-card img {
  width: 530px;
}
.banner-section .banner-text-card {
  height: max-content !important;
  
}
}
		@media (min-width: 1330px) and (max-width: 1420px){
      .banner-img-card {
        right: 5%;
    }
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 19px;
        line-height: 29px;
   
}
.banner-img-card img {
  width: 600px;
}

}
	@media (min-width: 1420px) and (max-width: 1520px){
      .banner-img-card {
        right: 5%;
    }
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 19px;
        line-height: 29px;
   
}


}
@media (min-width: 1520px) and (max-width: 1770px){
      .banner-img-card {
        right: 5%;
    }
	.banner-section .banner-text-card .banner-text p {
   
            font-size: 19px;
        line-height: 29px;
   
}


}