 /* @media(min-width: 768px) {
   body .banner-with-description .col-md-5 img {display: block;}
}  */

body.toolbar-horizontal {
  padding-top: 79px;
}
body.toolbar-horizontal .toolbar {
  position: fixed;
  background: #222;
  width: 100%;
  top: 0;
  z-index: 999;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #1595ba;
}
a:hover {
  text-decoration: none;
  color: #23284b;
}
input:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #495057;
}
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #495057;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
.main-btn {
  background: #9cd9eb;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  border: 2px solid #9cd9eb;
  border-radius: 30px;
  padding: 17px 31px;
}
.front .banner_content .main-btn {
  background: #fff;
  color: #319dc1;
  border: 2px solid #319dc1;
}
.front .banner_content .main-btn:hover {
  border: 2px solid #1595ba;
  background: #1595ba;
  color: #fff;
}
.main-btn:hover {
  border: 2px solid #1595ba;
  background: #1595ba;
  color: #fff;
}
figure {
  margin: 0;
}
img {
  height: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.navbar-toggler:focus {
  outline: none;
}
.form-group {
  margin: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid;
  box-shadow: none;
}

.main-header {
  border-bottom: 2px solid #1595ba;
}
.header-top {
  background: #e6ebee;
}
.header-top .header-left ul {
  display: flex;
}
.header-top .header-left ul a {
  font-size: 21px;
  line-height: 21px;
}
.header-top .header-left ul li {
  padding: 18px 20px 18px 20px;
  margin-right: 19px;
  transition: all 0.3s ease-in-out;
}
.header-top .header-left ul li:hover,
.header-top .header-left ul li.menu-item--active-trail {
  background: #fff;
}
.header-top .header-left .active {
  background: #fff;
  margin-right: 0px;
}
.header-top .header-left ul li:last-child {
  margin-right: 0;
}
.main-header ul a {
  color: #23284b;
  font-weight: 500;
}
.header-logo_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-search-bar {
  position: relative;
}
.header-logo_content ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search-bar input[type="text"] {
  border-color: #1595ba;
  border-radius: 30px;
  border: 2px solid #1595ba;
  padding-inline-start: 12px;
  height: 48px;
  width: 287px;
}
.header-search-bar i,
.header-search-bar input[type="submit"] {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1595ba;
  font-size: 24px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.header-logo-sec {
  border-bottom: 2px solid #eaebeb;
  padding: 19px 0;
}
.header-logo_content ul li {
  margin-left: 20px;
}
.main-header .header-btn {
  padding: 12px 22px;
  background: transparent;
  font-size: 20px;
  line-height: 20px;
  border-color: #1595ba;
}
.main-header .header-btn:first-child {
  height: 50px;
}
.main-header .header-btn:hover {
  background: #1595ba;
  color: #fff;
}
.main-header .header-btn i {
  color: #1595ba;
  transition: all 0.3s ease-in-out;
}
.main-header .header-btn:hover i {
  color: #fff;
}
.header-search-bar input::placeholder {
  font-size: 18px;
  color: #c9cacc;
}

.main-header .navbar ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #23284b;
}
.main-header .navbar ul li {
  margin-right: 58px;
}
.main-header .navbar-nav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #1595ba;
  transition: width 0.3s, opacity 0s linear 0s;
  margin-top: 5px;
  opacity: 0;
}
.main-header .navbar-nav li a:hover::after {
  width: 100%;
  transition: width 0.3s, opacity 0s linear 0s;
  opacity: 1;
}
.main-header .nav-link::after {
  width: 100%;
}

.header-left {
  display: inline-block;
}
.header-logo-2 {
  display: none;
}
.btn.main-btn.header-btn svg {
  width: 26px;
  height: 25px;
  fill: #1595ba;
  margin-right: 4px;
  transition: all 0.3s ease-in-out;
}
.header-btn:hover svg {
  fill: #fff !important;
}
.mobile-call {
  display: none;
}
.header-logo-1 {
  width: 250px;
}

.banner-sec {
  position: relative;
  background-image: url("../images/home-banner.png");
  background-size: cover;
  background-position: center;
}
.banner_content {
  position: relative;
  z-index: 991;
  color: #23284b;
  padding: 115px 0 330px;
}
.banner-sec:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9cd9eb;
  opacity: 60%;
  z-index: 1;
}
.banner_content h1,
.banner_content h2 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 14px;
  font-weight: 700;
}
.banner_content p {
  font-size: 32px;
  font-weight: 500;
  margin: 37px 0 62px;
}
.banner_content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner_content ul li {
  margin-right: 50px;
}
.banner_content ul li:last-child {
  margin-right: 0px;
}

.find-deal-sec {
  margin: 70px 0;
}
body.front .find-deal-sec {
  margin: 70px 0 0;
}
body.front .find-deal-sec.find-deal-sec-calculators {
  margin: 0 0 20px;
}
.mobile-hr {
  display: none;
}
.sec-head h1,
.sec-head h2 {
  font-size: 43px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #23284b;
}

.find-deal_content .sec-head h1,
.find-deal_content .sec-head h2 {
  margin-bottom: 64px;
}
.find-deal_card {
  position: relative;
  background: #ecfafe;
  padding: 40px 40px 170px 40px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 60px;
  z-index: 11;
  height: calc(100% - 60px);
}
.find-deal_card img {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: -1;
  width: 42%;
}
.find-deal_card:hover {
  background: #1595ba;
  color: #fff;
}
.find-deal_card svg {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: -1;
  max-width: 48%;
  width: 100%;
  fill: #def3fa;
  transition: all 0.3s ease-in-out;
}
.find-deal_card:hover svg {
  fill: #1587a8;
}
.find-deal_card:hover a.btn.main-btn.find-deal-btn {
  background: #9cd9eb;
  border-color: #9cd9eb;
  color: #1595ba;
}
.find-deal_card h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 53px;
  min-height: 56px;
}
.find-deal_card p {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 5px;
}
.find-deal_card .find-deal-btn {
  padding: 10px 29px;
  margin-top: 43px;
  background: #1595ba;
  border-color: #1595ba;
  z-index: 99;
  position: relative;
}
.find-deal_card .find-deal-btn {
  position: absolute;
  bottom: 85px;
  left: 40px;
}

.find-deal_card-img a.btn.main-btn {
  background: transparent;
  color: #1595ba;
  border-color: #1595ba;
  padding: 16px 28px;
  margin-top: 8px;
}
.find-deal_card-img a.btn.main-btn:hover {
  background: #1595ba;
  border-color: #1595ba;
  color: #fff;
}
.find-deal_card-img figure {
  border-radius: 50%;
  background: #ecfafe;
  height: 336px;
  width: 336px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.find-deal_card-img {
  color: #23284b;
  margin: 50px 0;
  padding: 0 40px;
}
.find-deal_card-img h5 {
  font-size: 43px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 34px;
}
.find-deal_card-img p {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
}

.about-us-sec {
  background-color: #f3f3f3;
  padding: 64px 0 90px 0;
}
.about-us_content .sec-head h1,
.about-us_content .sec-head h2 {
  margin-bottom: 64px;
}
.aboutus-web > .col-lg-4:nth-child(1),
.aboutus-web > .col-lg-4:nth-child(2),
.aboutus-web > .col-lg-4:nth-child(3) {
  margin-bottom: 60px;
}
.about-us_card {
  position: relative;
  background-color: #fff;
  padding: 30px 30px 20px 30px;
  border-radius: 30px;
  color: #23284b;
  margin-bottom: 60px;
  height: 100%;
}
.about-us_card:after {
  position: absolute;
  width: 45px;
  content: "";
  border-bottom: solid 30px #ff000000;
  border-top: solid 30px transparent;
  left: 12px;
  bottom: -26px;
  z-index: 9;
  height: 60px;
  border-left: solid 30px rgb(255 255 255);
  transform: rotate(240deg);
}
.rating-star {
  margin-bottom: 10px;
}
.rating-star i {
  color: #1595ba;
  font-size: 20px;
  font-family: "Font Awesome 5 Free" !important;
}
.about-us_card p {
  font-size: 17px;
  margin-bottom: 16px;
}
.about-us_card h6 {
  font-size: 19px;
  margin-top: 22px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.about-us_card .default-testimonial-body > div {
  max-height: 154px;
  overflow: hidden;
  transition: all 0.5s;
}
.about-us_card .default-testimonial-body.open > div {
  max-height: 1000px;
}
.about-us_card .default-testimonial-body a.testimonial-read-more-button {
  color: #1595ba;
}

.carousel-1 .about-us_card {
  width: 30% !important;
  margin: 15px 15px 60px 15px;
}
.carousel-1 {
  display: flex;
  flex-wrap: wrap;
}
.about-us-slider,
.about-us-sec.mobile-section {
  display: none;
}
.about-us-slider .owl-nav {
  text-align: center;
}
.owl-nav i {
  font-size: 22px !important;
  background: #2094bc;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.owl-nav button:focus {
  outline: none;
}

.about-blossomfield-sec {
  margin: 70px 0 0 0;
}
.about-blossomfield_content {
  margin-bottom: 70px;
}
.about-blossomfield_card {
  position: relative;
  color: #fff;
  background-color: #1595ba;
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
}
.about-blossomfield_card img {
  position: absolute;
  right: calc(100% - 219px);
  bottom: -4px;
}
.aboutbloss-second-img img {
  left: -110px;
  bottom: -31px;
}
.about-blossomfield_card h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 53px;
}
.about-blossomfield_card p {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 15px;
}
.about-blossomfield_card .about-inner_content {
  padding: 50px 30px 110px 270px;
  position: relative;
  height: 100%;
}
.about-inner_content a.btn.main-btn.find-deal-btn:hover {
  background: transparent;
  border-color: #9cd9eb;
}
.about-inner_content a.btn.main-btn.find-deal-btn {
  color: #1595ba;
  position: absolute;
  bottom: 50px;
  left: 270px;
}
.about-inner_content a.btn.main-btn.find-deal-btn:hover {
  color: #9cd9eb;
}

.to-help-sec {
  margin: 70px 0;
}
.to-help_card {
  border-right: 1px solid #f1f1f1;
  padding: 45px 20px 55px 0;
  height: 100%;
}
.to-help_card .default-faq-answer > div {
  max-height: 134px;
  overflow: hidden;
  transition: all 0.5s;
}
.to-help_card .default-faq-answer.open > div {
  max-height: 1000px;
}
.to-help_card .default-faq-answer a.faq-read-more-button {
  color: #1595ba;
}
.to-help-content .sec-head h1,
.to-help-content .sec-head h2 {
  margin-bottom: 26px;
}
.to-help-content p {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 30px;
}
.to-help_card h6 {
  font-size: 23px;
  line-height: 33px;
  color: #1595ba;
  font-weight: 700;
  margin-bottom: 22px;
  min-height: 54px;
}
.to-help_card p {
  font-size: 19px;
  line-height: 27px;
  color: #23284b;
  margin-bottom: 10px;
}
.to-help-content div.row > div:last-child .to-help_card {
  border: none;
}
.to-help-sec.mobile-section,
.help-slider {
  display: none;
}

.faq-sec {
  margin: 50px 0 70px;
}
.faq-content span a {
  margin: 0;
  font-size: 27px;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
  color: #1595ba;
}
.faq-content span a:hover {
  color: #23284b;
}
.faq-sec a {
  color: #1595ba;
  margin: 0 30px;
  display: inline-block;
}
.faq-content h2 {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.faq-content h2 b {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}
.faq-inner_card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ecfafe;
  border-radius: 30px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.faq-inner_card:hover {
  background: #cfeef7;
}
.faq-inner_content {
  padding-left: 28px;
}
.faq-inner_content h6 {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 18px;
  color: #23284b;
}
.faq-inner_content p {
  font-size: 17px;
  color: #23284b;
}
.faq_img figure {
  height: 110px;
  width: 110px;
}
.faq_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-footer {
  background-color: #e6e7e8;
  padding: 70px 0;
}
.footer-Social_icon {
  display: flex;
  align-items: center;
}
.footer_card h6 {
  font-size: 16px;
  line-height: 16px;
  color: #23284b;
  margin-bottom: 20px;
}
.footer_card ul li i {
  font-size: 26px;
  color: #1595ba;
  transition: all 0.3s ease-in-out;
}
.footer_card ul li:hover i {
  color: #001f66;
}
.footer_card .footer-Social_icon li {
  margin-right: 43px;
}
.footer_card img {
  max-width: 100%;
}
.footer_card p {
  font-size: 14px;
  color: #23284b;
}
.footer_card a {
  color: #23284b;
  font-size: 14px;
}
.footer-inner_content {
  margin-top: 20px;
  line-height: 27px;
}
.footer_card ul li a {
  margin-bottom: 15px;
  font-size: 14px;
}
.footer_card.footer-mobile-hide1 {
  display: none;
}
.footer_card.footer-links ul li {
  margin-bottom: 15px;
}
.footer_card.footer-links ul li a {
  transition: all 0.3s ease-in-out;
}
.footer_card.footer-links ul li a:hover {
  color: #1595ba;
}

.banner-sec.inner_banner .banner_content {
  padding: 184px 0 159px 0;
  z-index: 9;
}
.banner-sec.inner_banner .banner_content p {
  font-size: 30px;
  margin: 0;
  color: #fff;
}
.banner-sec.inner_banner .banner_content h1,
.banner-sec.inner_banner .banner_content h2 {
  color: #1495bb;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.about-us-inner-sec {
  margin: 100px 0;
}
.about-us-inner-sec .about-us-inner_content {
  width: 80%;
  margin: 0 auto;
}

.about-us-inner-sec .about-us-inner_content h3 {
  font-size: 36px;
  line-height: 36px;
  color: #1495bb;
  margin-bottom: 14px;
}
.about-us-inner-sec .about-us-inner_content p {
  font-size: 20px;
  color: #23284b;
  line-height: 26px;
  margin-bottom: 25px;
}
.about-us-inner-sec .about-us-inner_content p:last-child {
  margin-bottom: 0;
}
.about-us-inner-sec .about-us-inner_content ul {
  padding-left: 32px;
  margin: 0px 0 25px;
}
.about-us-inner-sec .about-us-inner_content ul li {
  font-size: 20px;
  list-style: disc;
  color: #23284b;
}

.our-mission-sec {
  background-image: url("../images/our-mission-bg.png");
  background-position: right;
  background-size: cover;
}
.our-mission_content {
  color: #fff;
  padding: 145px 0 145px 0;
  width: 79%;
  margin: 0 auto;
}
.our-mission_content h2 {
  font-size: 60px;
  line-height: 80px;
}

.find-deal-sec.inner-find-deal {
  margin: 0 !important;
}
.find-deal-sec.inner-find-deal {
  background: #ecfafe;
}
.find-deal-sec.inner-find-deal .find-deal_card-img figure {
  background: #1595ba;
}
.find-deal-sec.inner-find-deal .find-deal_content {
  padding: 20px 0;
}

.get-touch-sec {
  margin: 75px 0;
}
.get-touch_content {
  width: 80%;
  margin: 0 auto;
}
.get-touch_content h1,
.get-touch_content h2 {
  color: #1595ba;
  margin-bottom: 49px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}
.message_card h1,
.message_card h2 {
  font-weight: 500;
}
.get-touch_card i {
  color: #1595ba;
  font-size: 20px;
  margin-right: 10px;
}
.get-touch_content a {
  position: relative;
  color: #23284b;
  font-size: 24px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.get-touch_content a:hover {
  color: #1595ba;
}
.get-touch_card ul li span {
  position: absolute;
  left: -25px;
  top: 3px;
}
.get-touch_card.get-social-icon ul {
  display: flex;
  align-items: center;
}
.get-touch_card.get-social-icon h6 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 27px;
  color: #23284b;
}
.get-touch_card li {
  margin: 0 0 25px 30px;
}
.get-touch_card.get-social-icon ul li {
  background: #1595ba;
  height: 41px;
  width: 41px;
  margin: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.get-touch_card.get-social-icon ul li:last-child {
  margin-right: 0;
}
.get-touch_card.get-social-icon ul li:hover {
  background: #001f66;
}
.get-touch_card.get-social-icon ul li i {
  color: #fff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.message-sec {
  margin-top: 55px;
}
.message_card .form-group {
  margin: 0;
}
.message_card .form-group textarea {
  resize: unset;
  height: 162px;
}
.message_card iframe {
  width: 100%;
  border-radius: 12px;
  height: 720px;
}
.message_card .form-group input[type="text"],
.message_card .form-group input[type="email"] {
  background-color: #f8f9fa !important;
  border-radius: 19px !important;
  border: none !important;
  padding: 15px;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
}
.message_card .form-group textarea {
  background-color: #f8f9fa !important;
  border-radius: 19px !important;
  border: none !important;
  padding: 15px;
  margin-bottom: 10px;
}
.message_card .form-group input::placeholder {
  color: #aaadb0;
  font-size: 21px;
  line-height: 30px !important;
}
.message_card .form-group textarea::placeholder {
  color: #aaadb0;
  font-size: 21px;
  line-height: 30px !important;
}
.btn.main-btn.msg-submit-btn,
.message_card .form-group input[type="submit"] {
  background: #1595ba;
  border-color: #1595ba;
  cursor: pointer;
  color: #FFFFFF;
}
.btn.main-btn.msg-submit-btn:hover,
.message_card .form-group input[type="submit"]:hover {
  background: #9cd9eb;
  border-color: #9cd9eb;
  color: #1595ba;
  cursor: pointer;
}
.message_card .form-group .js-form-type-textfield,
.message_card .form-group .js-form-type-email,
.message_card .form-group .js-form-type-textarea {
  margin-bottom: 34px;
}
.message_card .form-group .form-actions {
  text-align: right;
}
.message_card .webform-element--title-inline > label {
  cursor: pointer;
}
.message_card legend {
  font-size: 1.1rem;
}
.message_card fieldset {
  margin: 34px 0 34px;
}
.message_card .checkboxes--wrapper .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message_card .js-form-type-checkbox label {
  cursor: pointer;
}
.message_card .checkboxes--wrapper .fieldset-wrapper {
}

.faq-accordion_content {
  padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}

.card-header svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.card-header svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .card-header:after {
  content: "";
  background: url(../images/up-arrow.svg);
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.accordion .card-header.collapsed:after {
  content: "";
  background: url(../images/down-arrow.svg);
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.accordion .card-header:hover:after {
  opacity: 50%;
}
.card-body {
  padding: 0px;
}
.card-body p {
  padding: 20px 80px 20px 20px;
  font-size: 19px;
  color: #23284b;
}
.card-header {
  position: relative;
  padding: 25px 60px 32px 20px;
  cursor: pointer;
}
.card-header a {
  color: #1595ba;
  font-size: 32px;
  line-height: 38px;
}
.faq-accordion-sec .accordion .card.mb-0 {
  border: none;
}
.card-header {
  background: transparent;
}

.call-back-sec {
  background-image: url(../images/our-mission-bg.png);
  background-position: right;
  background-size: cover;
}
.call-back_content {
  padding: 50px 0 70px 0;
}
.call-back_card .form-group textarea {
  resize: unset;
  height: 221px;
  border-radius: 10px;
  border: none;
  padding: 15px 0 15px 15px;
}
.call-back_content h3 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 27px;
}
.call-back_card .form-group input {
  border-radius: 12px;
  padding: 29px 13px;
  border: none;
  margin-top: 0;
}
.call-back_card .btn.main-btn.call-back-btn {
  background: #1b2862;
  border: #1b2862;
  transition: all 0.3s ease-in-out;
}
.call-back_card .btn.main-btn.call-back-btn:hover {
  color: #1b2862;
  background: #c3e8f3;
  border-color: #c3e8f3;
}
.call-btn-down {
  display: flex;
  align-self: flex-end;
}
.call-back_card .form-group input::placeholder {
  color: #aaadb0;
}
.call-back_card .form-group textarea::placeholder {
  color: #aaadb0;
}
.call-back_card .form-item-name,
.call-back_card .form-item-email {
  margin-bottom: 24px;
}

.find-deal_inner-sec {
  margin: 70px 0;
}
.find-deal_inner_card p {
  font-size: 21px;
  line-height: 28px;
  color: #23284b;
  margin-bottom: 25px;
}
.find-deal_inner_card ul,
.find-deal_inner_card ol {
  padding: 0 0 0 60px;
  margin: 25px 0;
  font-size: 21px;
  line-height: 28px;
  color: #23284b;
}
.find-deal_inner_card ul li {
  margin-bottom: 5px;
  list-style: disc;
}
.find-deal_inner_card ol li {
  margin-bottom: 5px;
}
.find-deal_inner_card h3 {
  font-size: 36px;
  line-height: 36px;
  color: #1495bb;
  margin-bottom: 14px;
}
.find-deal_inner_card figure {
  width: 200px;
  margin: 0 auto;
}
.find-deal_inner_card figure img {
  height: auto;
  width: 100%;
}
.find-deal-item {
  margin-bottom: 70px;
}
.accordion .find-deal-item:last-child {
  margin-bottom: 0;
}
.find-deal_inner_btn ul {
  display: flex;
  align-items: center;
}
.find-deal_inner_btn ul li {
  margin-right: 45px;
}
.find-deal_inner_btn ul li:last-child {
  margin-right: 0px;
}
.find-deal_inner_btn a.btn.main-btn.banner-btn {
  font-size: 27px;
  padding: 24px 47px;
  border-radius: 50px;
}

.about-property-sec {
  margin: 100px 0;
}
.about-property_content {
  border: 1px solid #eaeaea;
  padding: 60px;
}
.about-property-heading,
.wp-calculators-wrapper .form-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  border-bottom: 5px solid #1495bb;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.about-property-heading h3,
.wp-calculators-wrapper h2.form-title {
  font-size: 42px;
  font-weight: 700;
  color: #1495bb;
  line-height: 42px;
}
.about-property-heading span p {
  color: #23284b;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.about-property-heading span p:hover {
  color: #1495bb;
}
.about-property-heading span p i {
  padding: 0 8px;
  transform: rotateY(180deg);
  font-size: 23px;
  line-height: 23px;
}

.property_btn-top .btn.main-btn.property-btn {
  width: 100%;
  border-radius: 9px !important;
  font-size: 36px;
  line-height: 42px;
  min-height: 123px !important;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ecfafe;
  border-color: #ecfafe;
  color: #23284b;
}
.property_btn-top .btn.main-btn.property-btn:hover {
  background-color: #9cd9eb;
  border-color: #9cd9eb;
}

.property_btn-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.property_btn-top li {
  width: 33.33%;
  padding: 15px;
  max-width: 556px;
}
.about-property_buttons {
  padding: 20px 15px;
}

ul.property_btn-top.property_btn-bottom li {
  max-width: 556px;
  width: 47%;
}
.about-property_content {
  position: relative;
  border: 2px solid #f3f4f4;
  padding: 60px;
  max-width: 1315px;
  margin: 0 auto;
  border-radius: 8px;
}
.about-property_content img {
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
}

.form-check label {
  font-size: 30px;
  line-height: 30px;
}
.checkbox_button .form-check {
  padding-left: 30px;
  margin-bottom: 11px;
}
.form-check .form-check-label input.form-check-input {
  height: 20px;
  width: 20px;
  left: 20px;
  border-radius: 2px !important;
}

.stamp-box .stamp-box_content {
  border: 2px solid #f3f4f4;
  padding: 60px;
  max-width: 1315px;
  margin: 18px auto;
  border-radius: 8px;
}
.stamp-box_content h4 {
  font-size: 36px;
  line-height: 36px;
  color: #23284b;
  text-align: center;
  margin-bottom: 26px;
}
.stamp-box_content h2 {
  font-size: 60px;
  line-height: 68px;
  color: #1495bb;
  display: inline-block;
  border-bottom: 2px solid #ededed;
  padding: 0 40px 38px;
  text-align: center;
  margin-bottom: 77px;
  font-weight: 700;
}
.checkbox_button {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  flex-wrap: wrap;
}

.tax-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 20px;
}
.tax-band-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  margin: 60px auto 30px;
  width: 84%;
}
.tax-band-box .tax-band h6 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #23284b;
}
.tax-band-box .tax-band span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 80px;
  color: #23284b;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #f3f4f4;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: #1595ba;
  cursor: pointer;
  border-radius: 50%;
  border: 15px solid #cecece;
}
.slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: #1595ba;
  cursor: pointer;
  border-radius: 50%;
  border: 15px solid #cecece;
}
.slidecontainer {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.slidecontainer input {
  margin: 20px 50px 0;
  border-radius: 10px;
}
.slidecontainer p {
  border: 1px solid #eaeaea;
  width: 350px;
  padding: 22px;
  border-radius: 7px;
}
.slidecontainer p {
  border: 1px solid #eaeaea;
  width: 350px;
  padding: 22px;
  border-radius: 7px;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  color: #1595ba;
}

.range-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkbox_button .btn.main-btn.calculate_btn {
  background: #1595ba;
  border-color: #1595ba;
  margin-right: 83px;
}
.checkbox_button .btn.main-btn.calculate_btn:hover {
  background: #23284b;
  border-color: #23284b;
}
.range-slider h2 {
  font-size: 26px;
  line-height: 30px;
  width: 100%;
  max-width: 20%;
}
@-moz-document url-prefix() {
  .slider::-moz-range-thumb {
    width: 13px;
    height: 13px;
    border: 8px solid #cecece;
  }
}

.mobile_menu {
  display: none;
}
#menuToggle {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9999999;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #212d62;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle.active span:nth-of-type(2) {
  visibility: hidden;
}
#menuToggle.active span:nth-last-child(1) {
  transform: rotate(-45deg);
  top: 2px;
  left: -3px;
  background: #212d62;
}
#menuToggle.active span:nth-last-child(3) {
  transform: rotate(45deg);
  background: #212d62;
}
.menu-outer {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  background: #1595ba;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  height: 100vh;
  width: 100vw;
  background-image: url(../images/mobile-nav-bg.png);
  background-position: bottom 40px center;
  background-repeat: repeat-x;
  background-size: cover;
  overflow: hidden;
  z-index: 9999;
}
#menu li {
  padding: 17px 0;
  border-bottom: 1px solid #fff;
}
#menu li a {
  font-size: 21px;
  line-height: 21px;
  color: #23284b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#menu li a:hover {
  color: #91d4e7;
}
#menuToggle.active-menu {
  transform: translateX(0);
  opacity: 1;
}
.header-mobile-img {
  margin-bottom: 30px;
  width: 80%;
}
.menu_toggle {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav_call {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.dropdown-inner_menu .nav_call {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.nav_call a {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  color: #23284b;
  font-size: 21px !important;
  line-height: 21px !important;
  font-weight: 500;
}
.nav_call a b {
  padding-top: 7px;
  font-size: 27px;
  display: block;
  color: #fff;
}
.inner-menu li h6 {
  font-size: 21px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.inner-menu li h6 a i {
  margin: 0 10px;
}
.dropdown-inner_menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100vw;
  background: #1595ba;
  transition: 0.3s ease-in-out;
  background-image: url(../images/mobile-nav-bg.png);
  background-position: bottom 40px center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
.dropdown-inner_menu.active {
  transform: translateX(0%);
  overflow: hidden;
  overflow-y: auto;
}
#menu li a i {
  color: #fff;
}
.back-heading {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 17px;
  color: #fff;
}
.back-btn i {
  font-size: 15px;
  line-height: 15px;
  margin: 0 5px 0 3px;
  color: #fff;
}

.menu-outer.active-menu {
  transform: translateX(0);
  z-index: 99999;
}

.inner-menu .nav_call a {
  color: #23284b;
}
.nav_call a:hover b {
  color: #97d6e9;
}
.dropdown-inner_menu.active .nav_call {
  margin-top: 40px;
}
.dropdown-inner_menu.active .nav_call a {
  color: #23284b !important;
}
.owl-nav img {
  margin: 0 14px;
}
.owl-nav img:hover {
  opacity: 80%;
}

#menu li svg {
  height: 21px;
  width: 21px;
  fill: #fff;
}
.back-btn {
  margin-left: 5px;
}
.back-btn svg {
  transform: rotateY(180deg);
  margin-right: 10px;
  margin-bottom: 5px;
}
.dropdown-inner_menu.active svg {
  height: 14px !important;
  width: 16px !important;
}
.inner-menu li {
  padding: 17px 0 17px 16px !important;
}
.dropdown-inner_menu {
  background-repeat: repeat-x;
}
.dropdown-inner_menu.active .nav_call {
  margin-top: 60px;
}
.dropdown-menu.megamenu {
  background: #1595ba;
  color: #fff;
  border: none;
  margin: 0;
}
.megamenu-box {
  margin: 0 auto;
  width: calc(100% - 510px);
}
.megamenu_inner_card li a {
  color: #fff !important;
  transition: 0.3s ease-in-out;
  font-size: 22px !important;
  line-height: 28px !important;
}
.megamenu_inner_card li a:hover {
  color: #9cd9eb !important;
}
.has-megamenu_card h1,
.has-megamenu_card h2 {
  color: #9cd9eb;
  font-size: 60px;
  line-height: 60px;
}
.has-megamenu_card p {
  font-size: 32px;
  line-height: 36px;
  margin: 50px 0 58px 0;
}

ul.megamenu_links svg {
  width: 10px;
  height: 14px;
  fill: #fff;
  float: right;
}
.megamenu_inner_card li {
  padding: 0 25px 25px 0;
  margin: 0 !important;
}
.megamenu_inner_card li:after {
  display: none;
}
.megamenu_btn {
  transition: 0.3s ease-in-out;
  padding: 13px 24px !important;
  color: #1595ba !important;
}
.megamenu_btn:hover {
  color: #9cd9eb !important;
  border-color: #9cd9eb;
}
.megamenu_inner_heading h6 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 30px;
}
.megamenu_inner_card li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.megamenu_links-hover li a {
  color: #fff !important;
}
.megamenu_links li:hover .megamenu_links-hover {
  display: block;
}
.megamenu_links-hover {
  position: absolute;
  left: 390px;
  top: 0;
  display: none;
  transition: 0.3s ease-in-out;
}
.main-header .navbar ul li:hover .dropdown-menu {
  display: block;
}
.cstm-fluid {
  padding: 0;
}
ul.navbar-nav li a.nav-link {
  padding: 18px 0 !important;
}
.header-bottom {
}
.dropdown-menu.megamenu {
  border-radius: 0;
}
.cstm-fluid div#navbarNav {
  margin: 0 55px;
}
.nav-item.active.dropdown.has-megamenu:hover a:before {
  display: block;
}
.nav-item.active.dropdown.has-megamenu a:before {
  position: absolute;
  content: "";
  background: #1595ba;
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  height: 10px;
  width: 23px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  display: none;
  transition: 0.3s ease-in-out;
}
li.nav-item.active.dropdown.has-megamenu a {
  position: relative;
}
.has-megamenu_card .megamenu_inner_card li a {
  width: 100%;
  display: inline-block;
}
a.btn.main-btn.megamenu_btn:before {
  display: none !important;
}
a.btn.main-btn.megamenu_btn:after {
  display: none !important;
}

.megamenu_links li a {
  width: 285px !important;
  display: inline-block;
}

ul.megamenu_links {
  position: relative;
}
.megamenu_links:after {
  position: absolute;
  content: "";
  left: 335px;
  height: 100%;
  width: 1px;
  background: #9cd9eb;
  top: 0;
}
li.nav-item.active.dropdown.has-megamenu:hover a:after {
  width: 100% !important;
}
ul.megamenu_links li a:after {
  display: none !important;
}
ul.megamenu_links li a:before {
  display: none !important;
}
.megamenu_links-hover ul li a:hover {
  color: #9cd9eb !important;
}
.menu-outer_inner {
  overflow-y: auto !important;
  height: 100%;
  padding: 80px 60px 85px 30px;
  display: flex;
  flex-direction: column;
}

.search-box {
  position: relative;
  display: flex;
}
.search-box-input {
  display: none;
}
.search-box-btn {
  border: none;
  background: #fff;
  color: #1495bb;
  font-size: 20px;
  z-index: 10;
  width: 30px;
  cursor: pointer;
}
.search-box-icon {
  margin: auto;
  color: black;
}
.search-box-input::placeholder {
  color: #c9cacc;
  font-size: 20px;
  line-height: 20px !important;
}
.search-box-btn:focus {
  outline: none;
}
.search-box-view {
  border-radius: 20px;
  background: #fff;
  font-size: 20px;
  z-index: 997;
  width: 300px;
  padding: 4px 10px;
  display: block;
  border: 2px solid #1495bb !important;
  padding-inline-end: 38px;
}
.search-box .input-search-icon {
  position: absolute;
  right: 13px;
  z-index: 999;
  color: #1495bb;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
.search-box-btn.cross-icon i::before {
  content: "\f00d";
}
.search-bar {
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 998;
}
.search-box-view1 {
  display: block !important;
}
.search-result_inner_card h2 {
  margin-bottom: 15px;
}
.search-result_inner_card h2 a {
  color: #1495bb;
}
.search-result_inner_card p {
  margin-bottom: 10px;
}
nav.pager {
  margin-bottom: 40px;
}
ul.pager__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.pager__items li {
  margin-right: 15px;
  font-size: 18px;
}
ul.pager__items li a {
  font-size: 18px;
  padding: 8px;
  border: 1px solid #1495bb;
  color: #1495bb;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  transition: all 0.5s;
  text-align: center;
}
ul.pager__items li.is-active a,
ul.pager__items li a:hover {
  background: #1495bb;
  color: #fff;
}

#user-login-form {
  display: block;
  width: 580px;
  margin: 120px auto;
  padding: 20px;
  background: #dfdfdf;
}
#user-login-form .form-item {
  margin-bottom: 20px;
}
#user-login-form input[type="text"],
#user-login-form input[type="password"] {
  border: 1px solid;
  width: calc(100% - 30px);
  padding: 8px 15px;
}
#user-login-form .description {
  font-size: 12px;
}
#user-login-form .form-actions {
  margin: 20px 0 0;
  text-align: center;
}
#user-login-form .form-actions input[type="submit"] {
  display: inline-block;
  width: 100px;
  background: #222;
  color: #fff;
  padding: 8px 16px;
}

#mobile-monthly-mortgage-borrow,
#mobile-monthly-payment,
#mobile-annual-mortgage-borrow,
#mobile-annual-payment,
#mobile-property-price {
  display: none;
}

.wp-calculators-wrapper {
  position: relative;
  border: 2px solid #f3f4f4;
  padding: 60px;
  max-width: 1315px;
  margin: 0 auto;
  border-radius: 8px;
}
.wp-calculators-wrapper .ajax-progress-throbber {
  display: none;
}
#edit-property-area {
  display: flex;
  width: 100%;
  margin: 35px 0 60px;
  flex-wrap: wrap;
}
#edit-property-area > div {
  width: 33.33%;
}
#edit-property-area > div input[type="radio"] {
  display: none;
}
#edit-property-area > div label {
  display: flex;
  width: calc(100% - 40px);
  margin: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-size: 36px;
  line-height: 42px;
  height: 100%;
  background: #ecfafe;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 123px;
  font-weight: 500;
}
#edit-property-area > div input:checked + label,
#edit-property-area > div label:hover {
  background: #9cd9eb;
}

#edit-property-type,
#edit-interest-only,
#edit-duration,
#edit-hw-many-people {
  display: flex;
  width: 100%;
  margin: 20px 0 60px;
  flex-wrap: wrap;
}
#edit-property-type > div,
#edit-interest-only > div,
#edit-duration > div,
#edit-hw-many-people > div {
  width: 50%;
}
#edit-property-type > div input[type="radio"],
#edit-interest-only > div input[type="radio"],
#edit-duration > div input[type="radio"],
#edit-hw-many-people > div input[type="radio"] {
  display: none;
}
#edit-property-type > div label,
#edit-interest-only > div label,
#edit-duration > div label,
#edit-hw-many-people > div label {
  display: flex;
  width: calc(100% - 40px);
  margin: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-size: 36px;
  line-height: 42px;
  height: 100%;
  background: #ecfafe;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 123px;
  font-weight: 500;
}
#edit-property-type > div input:checked + label,
#edit-property-type > div label:hover,
#edit-interest-only > div input:checked + label,
#edit-interest-only > div label:hover,
#edit-duration > div input:checked + label,
#edit-duration > div label:hover,
#edit-hw-many-people > div input:checked + label,
#edit-hw-many-people > div label:hover {
  background: #9cd9eb;
}

.form-item-property-price,
.form-item-interest-rate {
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
}
.form-item-monthly-overpayment,
.form-item-loan-size,
.form-item-repayment-period,
.form-item-amount,
.form-item-deposit,
.form-item-repay-period {
  position: relative;
  margin-bottom: 40px;
}

.form-item-property-price label,
.form-item-loan-size label,
.form-item-monthly-overpayment label,
.form-item-amount label,
.form-item-deposit label,
.form-item-repay-period label {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
  font-size: 26px;
  line-height: 30px;
  margin-right: 30px;
}

.form-item-property-price input,
.form-item-loan-size input,
.form-item-monthly-overpayment input,
.form-item-interest-rate input,
.form-item-repayment-period input,
.form-item-amount input,
.form-item-deposit input,
.form-item-repay-period input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 250px);
  border: 1px solid #eaeaea;
  color: #1595ba;
  font-size: 42px;
  line-height: 42px;
  padding: 22px;
  border-radius: 7px;
  font-weight: 700;
  color: #1495bb;
}
.form-item-property-price input.error,
.form-item-loan-size input.error,
.form-item-monthly-overpayment input.error,
.form-item-interest-rate input.error,
.form-item-repayment-period input.error,
.form-item-repay-period input.error,
.form-item-amount input.error,
.form-item-deposit input.error {
  border-color: red;
}

.form-item-property-price input,
.form-item-loan-size input,
.form-item-monthly-overpayment input,
.form-item-amount input,
.form-item-deposit input {
  padding: 22px 22px 22px 60px;
}
.form-item-interest-rate input {
  padding: 22px 66px 22px 22px;
  text-align: right;
}
.form-item-repayment-period input,
.form-item-repay-period input {
  padding: 22px 90px 22px 22px;
  text-align: right;
}
.form-item-property-price:before,
.form-item-loan-size:before,
.form-item-monthly-overpayment:before,
.form-item-amount:before,
.form-item-deposit:before {
  content: "£";
  display: block;
  width: 42px;
  color: #1595ba;
  position: absolute;
  left: 266px;
  top: 32px;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}
.form-item-interest-rate:before {
  content: "%";
  display: block;
  width: 42px;
  color: #1595ba;
  position: absolute;
  right: 20px;
  bottom: 28px;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-align: right;
}
.form-item-repayment-period:before,
.form-item-repay-period:before {
  content: "Yrs";
  display: block;
  color: #1595ba;
  position: absolute;
  right: 15px;
  bottom: 28px;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.form-item-interest-rate,
.form-item-repayment-period,
.form-item-repay-period {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 23px);
}
.form-item-interest-rate label,
.form-item-repayment-period label {
  display: inline-block;
  width: 240px;
  font-size: 26px;
}
.form-item-interest-rate input,
.form-item-repayment-period input {
  width: calc(100% - 245px);
}

.wp-calculator-stamp-duty-wrapper .form-actions {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 60px 0 0;
  flex-wrap: wrap;
}
.wp-calculator-stamp-duty-wrapper .form-actions > .form-item-first-time-buyer {
  width: calc(100% - 160px);
  text-align: left;
  font-size: 30px;
  line-height: 30px;
}
.wp-calculator-stamp-duty-wrapper
  .form-actions
  > .form-item-first-time-buyer
  input {
  display: none;
}
.wp-calculator-stamp-duty-wrapper
  .form-actions
  > .form-item-first-time-buyer
  label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 3px;
  padding: 0 2px 2px;
  line-height: 28px;
  border: 2px solid #1595ba;
  vertical-align: middle;
}
.wp-calculator-stamp-duty-wrapper
  .form-actions
  > .form-item-first-time-buyer
  input:checked
  + label::before {
  content: "\2713";
}
.wp-calculator-overpayment-wrapper .form-actions,
.wp-calculator-mortgage-borrow-wrapper .form-actions {
  text-align: right;
}
.wp-calculator-overpayment-wrapper .form-actions > input[type="submit"],
.wp-calculator-mortgage-borrow-wrapper .form-actions > input[type="submit"] {
  width: 160px;
  text-align: center;
  background: #1595ba;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 17px 0;
  display: inline-block;
}
.wp-calculator-stamp-duty-wrapper .form-actions > input[type="submit"] {
  width: 160px;
  text-align: center;
  background: #1595ba;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 17px 0;
}
.wp-calculators-wrapper .middle-triangle-image {
  position: absolute;
  height: 58px;
  width: 207px;
  background: url("../images/triangle.png") no-repeat center center;
  left: calc(50% - 103px);
  bottom: -54px;
}
.wp-calculator-result-wrapper {
  border: 2px solid #f3f4f4;
  padding: 60px;
  max-width: 1315px;
  margin: 18px auto;
  border-radius: 8px;
}
#stamp-duty-result h4 {
  font-size: 36px;
  line-height: 50px;
  color: #23284b;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 500;
}
#stamp-duty-result h4 strong {
  color: #1495bb;
  font-weight: 500;
}
#stamp-duty-result h2 {
  font-size: 60px;
  line-height: 68px;
  color: #1495bb;
  display: inline-block;
  border-bottom: 2px solid #ededed;
  padding: 0 40px 38px;
  text-align: center;
  margin-bottom: 77px;
  font-weight: 700;
}
#stamp-duty-result table {
  width: 84%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  color: #23284b;
  text-align: left;
}
#stamp-duty-result table th {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  padding: 20px;
}
#stamp-duty-result table td {
  font-size: 26px;
  line-height: 26px;
  padding: 18px 20px;
}
#stamp-duty-result table tbody tr:nth-child(odd) td {
  background: rgba(20, 149, 187, 0.2);
}
#stamp-duty-result .calculation-note {
  width: 84%;
  margin: 15px auto 0;
  text-align: left;
}

.calculator-form-bottom {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  align-items: center;
}
.calculator-form-bottom .calculator-form-bottom_in {
  position: relative;
  width: 60%;
  background: #1495bb;
  min-height: 300px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 45px;
}
.calculator-form-bottom .calculator-form-bottom_in:after {
  content: "";
  display: block;
  width: 120px;
  height: 120%;
  position: absolute;
  top: -10%;
  right: -60px;
  background: #1495bb;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.3);
}
.calculator-form-bottom .calculator-form-bottom_right {
  width: 40%;
  color: #1495bb;
  display: flex;
  align-items: center;
  padding: 0 0 0 60px;
  justify-content: center;
}
.calculator-form-bottom .calculator-form-bottom_right p {
  margin: 0;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
}
.calculator-form-bottom .calculator-inner-bottom {
  position: relative;
  z-index: 2;
}
.calculator-form-bottom .calculator-inner-bottom h3 {
  margin-bottom: 25px;
}
#overpay-chart {
  margin: 0 0 40px;
}
h3#chirt-title {
  color: #1595ba;
  font-weight: 700;
  display: none;
}
#mobile-result-interest-saved {
  display: none;
}
#mobile-result-new-totaloverpay {
  display: none;
}
#overpayment-result table {
  width: 84%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  color: #23284b;
  text-align: left;
}
#overpayment-result table th {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  padding: 20px;
}
#overpayment-result table td {
  font-size: 26px;
  line-height: 26px;
  padding: 18px 20px;
}
#overpayment-result table tbody tr:nth-child(odd) td {
  background: rgba(20, 149, 187, 0.2);
}

#mnthly-content-1,
#mnthly-content-2 {
  display: none;
}
#result-mortgage-borrow,
#result-monthly-payment,
#result-property-price {
  text-align: center;
}
#result-mortgage-borrow span,
#result-monthly-payment span,
#result-property-price span {
  font-size: 30px;
}

.ui-dialog {
  padding: 0;
}
.error-dilog {
  border: 2px solid #222;
}
.error-dilog .ui-widget-header {
  background: red;
  color: #fff;
  font-size: 20px;
  padding: 0.2em 1em;
  border-radius: 0;
}
.error-dilog .ui-dialog-titlebar-close {
  background: transparent url("../images/close-icon.png") no-repeat center
    center;
  background-size: 90%;
  border: none;
}

.fa-search.button.form-submit {
  font-family: "Font Awesome\ 5 Free";
  background-color: transparent;
  border: 0;
}

.responsive-table {
  overflow-x: scroll;
}
table {
  width: 100%;
  border: 1px solid #1495bb;
}
table thead td {
  color: #1495bb;
  border-bottom: 1px solid #1495bb;
  text-align: left;
  padding: 6px 10px;
}
table tbody tr td {
  padding: 6px 10px;
}
table tbody tr:nth-child(even) td {
  background: #ededed;
  padding: 6px 10px;
}
.header-logo_content .fa-search.button.form-submit {
    padding-right: 5px;
}
.main-header .navbar ul li .megamenu_links li a {
    display: flex;
    align-items: center;
    font-size: 21px !important;
}
.main-header .navbar ul li .megamenu_links li a svg {
    margin-left: 5px;
}
.nav_call {
    margin-top: 35px;
}
.menu-outer.active-menu .nav_call {
    margin-top: 35px;
}
.dropdown-inner_menu .back-heading {
    position: relative;
    margin-top: 55px;
	color: #0091b9 !important;
}
.dropdown-inner_menu .back-heading .back-btn {
    position: absolute;
    left: 0;
    margin: 0;
    top: -48px;
	color: #23284b;
}
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index: 1;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
@media (max-width: 767px) {
	.grecaptcha-badge {
		pointer-events: none !important;
	}
}
@media (max-width: 991px) {
	.menu-outer_inner {
      background-position: bottom 100px center !important;
    }
	.menu-outer {
       margin-top: 7px;
    }
}

/****************** Custom css starts 12 April 2022 ***********************/
.about-us-inner-sec .about-us-inner_content.iframedBody{
  /*width:745px;*/
  width:1315px;	
  margin:0 auto;
  display:block;
  clear:both;
  max-width:100%;
}
.page-how-much-will-it-cost iframe#webpro-calculator{
	height:1075px;
	min-height:1075px;
  border:0;
  outline:0;
}
.page-how-much-can-i-borrow iframe#webpro-calculator{
	height:1045px;
	min-height:1045px;
  border:0;
  outline:0;
}
.page-blossomfield-stamp-duty-calculator iframe#webpro-calculator{
	height:900px;
	min-height:900px;
  border:0;
  outline:0;
}

@media (max-width:479px){
  .about-us-inner-sec .about-us-inner_content.iframedBody{
    width:100%;
  }
  .page-how-much-will-it-cost iframe#webpro-calculator{
    height:1200px;
    min-height:1200px;
  }
  .page-how-much-can-i-borrow iframe#webpro-calculator{
    height:1230px;
    min-height:1230px;
  }
  .page-blossomfield-stamp-duty-calculator iframe#webpro-calculator{
    height:1100px;
    min-height:1100px;
  }
}

@media (min-width:480px) and (max-width:767px){
  .about-us-inner-sec .about-us-inner_content.iframedBody{
    width:100%;
  }
  .page-how-much-will-it-cost iframe#webpro-calculator{
    height:1100px;
    min-height:1100px;
  }
  .page-how-much-can-i-borrow iframe#webpro-calculator{
    height:1100px;
    min-height:1100px;
  }
  .page-blossomfield-stamp-duty-calculator iframe#webpro-calculator{
    height:1000px;
    min-height:1000px;
  }
}
@media (min-width: 1200px){
.page-node-236 .round-img-cards-blocks, .page-node-236 .contact-block, .page-node-236 .all-card-blocks, .page-node-236 .content-columns .container, .page-node-236 .banner-with-description .container {max-width: 1440px !important;
  margin-left: auto; margin-right: auto;} 
  .page-node-236 .about-us-inner-sec .container {max-width: 100%; padding: 0; } 
}

  .banner-sec.left-align:after {background: transparent;} 
  .banner-sec.left-align { background-color: #e2f3fa;}
  .banner-sec.left-align .banner_content { text-align: left !important; max-width: 1440px; margin-left: auto; margin-right: auto;}
  .banner-sec.left-align .banner_content h1 { font-size: 55px; font-weight: bold; color: #23274a; margin-bottom: 29px; line-height: 37px; font-family: "DM Sans", sans-serif;}
  .banner-sec.left-align .banner_content p {font-size: 25px; width: 49%;font-weight: 500; font-family: "DM Sans", sans-serif;}
  .banner-sec.left-align .banner_content .banner-btn:hover {background: transparent;color: #1595ba;}
  .banner-sec.left-align .banner_content .banner-btn {background: #1595ba; border-color: #1595ba;}
  .banner-sec.left-align .banner_content ul {justify-content: flex-start;}

  .about-us-inner-sec .container .about-us-inner_content { width: 100%;}
  

  .full-width-content {background: #1595ba; padding-top: 80px; padding-bottom: 120px;}
  .full-width-content h2 { font-size: 42px; font-weight: 600; color: #fff; margin-top: 30px; margin-bottom: 40px;}
  .full-width-content p {color: #fff !important;font-size: 22px !important;line-height: 32px !important;font-weight: 400;}
  .full-width-content .container {max-width: 1440px !important;}

 .all-card-blocks {padding: 100px 0 0px 0;}
 .card-blocks {font-size: 32px;font-weight: 700;line-height: 32px;margin-bottom: 0;min-height: 56px;}
 .all-card-blocks .row {gap: 100px 70px; display: grid;grid-template-columns: 1fr 1fr 1fr;}
 .all-card-blocks .row:before{display: none;}
 .all-card-blocks .row .col-md-4 {width: 100%;max-width: 100%;}
 .card-blocks h2 {color: #1595ba;font-weight: bold; margin: 45px 0 20px 0;font-size: 34px;}
 .card-blocks p {color: #23284b;  font-size: 19px;  font-weight: 400;  line-height: 26px;}

 .content-columns {padding: 100px 0;}
 .content-columns h2 {font-size: 55px;font-weight: bold;color: #23274a; margin-bottom: 50px;}
 .content-columns .content p,
 .content-columns .content {color: #23284b;font-size: 19px;font-weight: 400;line-height: 26px;}
 .content-columns .content-outer {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 100px;}
 .content-columns .content-outer h3 {font-size: 30px;  font-weight: bold;  margin-bottom: 40px;  color: #1595ba;}
 .content-columns.columns-2.with-divider { background: #fff;}
 .content-columns.columns-2 {background: #ecfafe;}


 .all-quote-items {padding: 100px 0;}
 .all-quote-items .quote-outer{display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 80px;}
 .quote-item {background: #fff;padding: 30px;border-radius: 25px;}
 .quote-item p {color: #23284b;font-size: 18px;font-weight: 400;line-height: 24px;margin-bottom: 10px;}
 .content-columns .content p {margin-bottom: 25px;}
 .with-divider.content-columns {position: relative;}
 .with-divider.content-columns:after {content: ""; position: absolute; left: 50%; top: 100px; width: 1px; background: #f1f1f1; 
 height:calc(100% - 200px);}

 .round-img-cards-blocks {margin-top: 150px;padding-top: 70px;}
 .round.card-blocks {background-color: #ecfafd; padding: 0 40px 40px 40px; border-radius: 30px;transition: all 0.3s; margin-bottom:25px;display: flex;
  flex-wrap: wrap;height: 100%;align-items: flex-end;}
  .round.card-blocks h2 a {color: #23274a;}
 .round.card-blocks img {margin-top: -125px; margin-left: auto; margin-right: auto; width: 100%; padding: 0 25px;border-radius: 50%}
 .round.card-blocks:hover {background-color: #1595ba;}
 .round.card-blocks:hover * {color: #fff;}
 .round.card-blocks h2 {margin-top: 40px;color: #23274a;font-size: 32px;font-family: "DM Sans", sans-serif;}
 .round.card-blocks p {font-size: 17px; font-weight: 500; font-family: "DM Sans", sans-serif}
 .round-img-cards-blocks > .container > .row {gap: 45px;display: grid; grid-template-columns: 1fr 1fr 1fr;}
 .round-img-cards-blocks > .container > .row .col-md-4 {max-width: 100%;width: 100%;}
 .round-img-cards-blocks > .container > .row:before {display: none;}

 .contact-block {padding-top: 50px; padding-bottom: 100px;}
 .contact-block h2 { font-size: 42px; font-weight: bold; color: #23274a; margin-bottom: 50px;font-family: 'DM Sans';}
 .map {padding-right: 50px;}
 .contact-block .contact-info h3 {font-size: 36px; font-weight: bold; color: #23274a; margin-bottom: 40px;font-family: 'DM Sans';}
 .contact-block .contact-info a { display: block; font-size: 24px; color: #23274a; font-weight: 600;}
 .contact-block .contact-info a img {margin-right: 15px;}
 .contact-block .contact-info .btn {font-size: 25px;font-weight: 200; background: #1595ba; border-color: #1595ba; cursor: pointer; color: #FFFFFF; width: auto; display: inline-block; padding: 5px 60px;border-radius: 50px; margin-top: 40px;}
 .contact-info .btn:hover {background: transparent;color: #1595ba;}  

 .banner-with-description p {color: #fff !important;font-size: 20px !important;padding-right: 110px;line-height: 26px !important;}
 .banner-with-description h2 {font-size: 52px; font-weight: 600; color: #fff; margin-bottom: 50px; line-height: 65px;margin-right: -130px;}
 .banner-with-description {background: #3fa6e1; background-position: 80% top;
  background-size: cover; background-repeat: no-repeat;}
  /* .banner-with-description .col-md-5 img { display: none;} */
 .banner-desc { padding-top: 90px; padding-bottom: 90px;}
 .banner-with-description img { height: auto; width: 100%; margin-top: 40px; position: absolute; top: 0; bottom: 0; right: 50px;
}
 
 .about-us-inner-sec .container .about-us-inner_content * {font-family: 'DM Sans';}
 article * {font-family: 'DM Sans' !important;}

 .callback-form {background: #1595ba;padding-top: 70px;padding-bottom: 70px;padding-left: 15px; padding-right: 15px;}
 .callback-form > div:first-child {font-size: 42px; font-weight: 600; color: #fff; max-width: 1440px; margin: 0 auto; margin-bottom: 40px;display: grid;grid-template-columns: 72% 28%;align-items: center;}
.callback-form div:nth-child(2) { max-width: 1440px; margin: 0 auto;}
.callback-form form .form-item:nth-child(odd) { padding-right: 15px;}
.callback-form form .form-item:nth-child(even){ padding-left: 15px;}
.callback-form form .form-item { width: 50%; float: left; margin-bottom: 30px;}
.callback-form form .form-item label { display: none;}
.callback-form form .form-item input, .callback-form form .form-item textarea { border: 0; padding: 15px 20px; border-radius: 20px; width: 100%;font-size: 20px; color:black;}
.callback-form form .form-item-message { width: 100%; float: left; padding-right: 0 !important;}
.callback-form form .form-actions input { background: #222d63; color: #fff;}
.callback-form form .form-actions input:hover { background: transparent; border-color: #222d63; color: #fff;}
.icon-wrap img {margin-top: -60px;}
.callback-form > div:first-child > div > div {margin-bottom: 40px;}


