/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: Daffodil
Author URL:  http://example.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/
/* Custom CSS goes after this line */

/* Roboto font import */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: normal;
}
h1 {
  font-size: 42px;
  font-weight: 900;
  color: #102035;
}
h2 {
  font-size: 38px;
  font-weight: 900;
  color: #102035;
}
h2 ~ p,
h1 ~ p {
  font-size: 20px;
  color: #6e8b99;
}
li {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
}
.legal-page li {
  color: #6e8b99;
  font-size: 20px;
}
.entry-content,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: "Roboto", sans-serif;
}
/*------------ header styles ------------*/
#site-header {
  margin-bottom: 30px;
}
.site-logo img {
  width: 186px;
  height: auto;
}
.primary-menu {
  align-items: center;
}
.primary-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #102035 !important;
  margin-left: 15px;
}
.primary-menu > li:last-child > a {
  color: #fff !important;
  background: #f9930d;
  padding: 8px 15px;
  border-radius: 50px;
}
.primary-menu li.current-menu-item > a {
  color: #f9930d !important;
  text-decoration: none;
}
.registration-button {
  display: none;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  background: #F9930D;
  padding: 8px 15px;
  border-radius: 50px;
}
.header-inner .toggle {
  background: url("images/back-icon.png") no-repeat center;
}
.nav-toggle .toggle-inner {
  display: none;
}
body .menu-modal {
  bottom: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background: transparent;
}
body .menu-modal-inner {
  background: transparent;
}
.mobile-menu,
.modal-menu {
  background: #fff;
}
.menu-modal .toggle,
.menu-modal .toggle:focus {
  outline: none;
  text-decoration: none;
}
.menu-modal .toggle .toggle-text {
  display: none;
}
.menu-modal .toggle .svg-icon {
  background: #fff;
  margin-top: 3px;
  margin-right: 5px;
  box-shadow: 0 0 0 5px #fff;
}
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #102035;
}
.menu-modal .menu-bottom {
  display: none;
}
#site-header .toggle,
#site-header .toggle:focus {
  outline: none;
  text-decoration: none;
}
body.fixed-header {
  padding-top: 88px;
}
body.fixed-header #site-header {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  z-index: 9;
}

.singular .entry-header {
  display: none;
}
.post-inner {
  padding-top: 0;
}
.hidden {
  display: none !important;
}

.entry-content > .section-1 {
  margin-top: 0;
  align-items: center;
}
.section-1 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #102035;
  line-height: 1.3;
  letter-spacing: normal;
  max-width: 415px;
  margin: 0 0 15px !important;
}
.section-1 p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #6e8b99;
  max-width: 360px;
}
.section-1 .wp-block-buttons {
  display: flex;
}
.section-1 .wp-block-button__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  width: 230px;
  border-radius: 8px;
  text-decoration: none;
}
.section-1 .wp-block-button__link:hover {
  text-decoration: none;
}
.section-1 .wp-block-button__link.has-background {
  padding: 16px;
  padding-left: 66px;
  background-color: #f9930d !important;
  /*background: #f9930d url("images/home-quciker.png") no-repeat 16px;*/
  margin-right: 8px;
}
.section-1 .wp-block-button__link.has-text-color {
  color: #878f99;
  padding: 13px 16px;
  padding-left: 66px;
  border: solid 1px #878f99;
  /*background: url("images/other-goals.png") no-repeat 16px;*/
}
.section-1 .wp-block-button__link.has-text-color span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
}

.wp-block-columns.alignfull {
  padding-left: 4rem;
  padding-right: 4rem;
}
.home .wp-block-columns {
  align-items: center;
}

.entry-content .section-title,
.section-title {
  font-size: 38px;
  font-weight: 900;
  color: #102035;
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
}
.section-title:after,
.blog-heading h3:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 2px;
  background-color: #f9930d;
  bottom: -16px;
  left: 50%;
  margin-left: -26px;
}

.wp-block-columns.section-2 {
  justify-content: center;
  max-width: 100%;
  width: 100%;
  background-color: #fef7f0;
  margin: 0;
}
.wp-block-columns.section-2 h3 {
  font-size: 38px;
  font-weight: 900;
  color: #102035;
  margin: 60px 0 15px 0;
}
.wp-block-columns.section-2 p {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
  max-width: 415px;
  margin: 0 0 25px;
}
.wp-block-columns.section-2.download-app {
  max-width: 100%;
  width: 100%;
  padding-bottom: 60px;
  background-color: #fef7f0;
  margin-bottom: 150px;
}

.section-3 {
  justify-content: center;
  margin-bottom: 150px;
}
.entry-content .wp-block-columns.section-3 h5 {
  margin: 0 0 50px;
}
.section-3 p {
  font-size: 20px;
  font-weight: 500;
  color: #6e8b99;
  max-width: 702px;
  margin: 0;
}

.entry-content .wp-block-columns.content-sec {
  margin-bottom: 200px;
}
.content-sec.content-sec-even {
  flex-direction: row-reverse;
}
.content-sec.content-sec-even .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.entry-content .wp-block-columns.content-sec .content-block {
  padding-left: 100px;
  position: relative;
}
.entry-content .wp-block-columns.content-sec .wp-block-column {
  flex-basis: auto;
  max-width: 50%;
  width: 50%;
}
.entry-content .wp-block-columns.content-sec .content-block {
  padding-left: 100px;
  position: relative;
  flex-basis: auto;
  max-width: 45%;
}
.entry-content .wp-block-columns.content-sec p.block-number {
  font-size: 64px;
  font-weight: 900;
  color: #f9930d;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 60px;
}
.entry-content .wp-block-columns.content-sec .wp-block-image {
  margin: 0 !important;
}
.content-sec .content-block img {
  margin-bottom: 12px;
}
.entry-content .wp-block-columns.content-sec h4 {
}
.entry-content .wp-block-columns.content-sec h4 {
  font-size: 34px;
  font-weight: 900;
  color: #102035;
  max-width: 321px;
  margin: 0 0 15px;
}
.entry-content .wp-block-columns.content-sec p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #6e8b99;
  max-width: 450px;
}

.entry-content .download-app img {
  height: 54px;
  width: auto;
}
.entry-content .download-app .wp-block-image {
  margin: 0 !important;
}
.entry-content .download-app .wp-block-column:not(:first-child) {
  margin-left: 10px;
}
.entry-content > .bottom-sec {
  margin-bottom: 200px;
}
.bottom-sec .download-app {
  display: inline-flex;
  margin: 0;
}
.bottom-sec .wp-block-column h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #102035;
  max-width: 310px;
  margin: 0 0 15px;
}
.bottom-sec .wp-block-column p {
  font-size: 20px;
  line-height: 1.25;
  color: #6e8b99;
  max-width: 272px;
}

.entry-content .section-8-wrapper {
  width: 100%;
  max-width: 100%;
  background-color: rgba(254, 247, 240, 0.6);
}
.section-8 {
  padding: 80px 0;
  margin-bottom: 100px;
}
.section-8 .wp-block-column h4 {
  font-size: 38px;
  font-weight: 900;
  color: #143647;
  max-width: 500px;
  margin: 0 0 15px;
}
.section-8 .wp-block-column p {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
  max-width: 500px;
}
.section-8 .wp-block-column .wp-block-image {
  margin: 0 !important;
}

/* work with section styles */
.entry-content .work-with-sec {
  margin-bottom: 200px;
}
.work-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.work-with-sec .wp-block-image {
  margin: 0 !important;
  padding: 50px;
  height: 160px;
  flex: 0 0 33.33%;
  width: 33.33%;
}
.work-with-sec .wp-block-image img {
  max-width: 180px;
  max-height: 50px;
  margin: 0 auto;
}

.entry-content .sp-testimonial-free-wrapper {
  max-width: 1220px !important;
  margin-bottom: 180px;
}
.sp-testimonial-free-section .sp-testimonial-free-item {
  width: 350px;
  /*	min-width: 350px;*/
  padding: 40px 15px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 15px;
}
.sp-testimonial-free-section .sp-testimonial-free-item:hover {
  border-bottom: 6px solid #f9930d;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
}
#sp-testimonial-free-wrapper-161
  .sp-testimonial-free-section
  .tfree-testimonial-title
  h3 {
  color: #102035;
}
.sp-testimonial-free-section .tfree-client-testimonial p {
  color: #6e8b99;
}

/*------------ footer styles ------------*/
#site-footer,
.footer-top {
  display: none;
}
.footer-nav-widgets-wrapper {
  background-color: #102035;
}
.footer-widgets-outer-wrapper {
  padding: 6rem 0;
  border: 0;
}
.footer-widgets-wrapper {
  display: block;
}
.footer-widgets {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.footer-widgets .widget {
  margin-top: 0;
}
.widget_text p,
.widget_text ul {
  font-family: "Roboto", sans-serif;
}
.footer-widgets .widget_media_image img {
  width: 168px;
  height: auto;
}
.footer-widgets.column-one {
  margin-bottom: 100px;
}
.footer-widgets.column-one .widget_custom_html {
  width: 70%;
}
.footer-right {
  display: flex;
}
.footer-right > div {
  flex: 1;
}
.footer-right h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
}
.footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-right ul li {
  margin: 0;
}
.footer-right ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.footer-widgets .social-icon ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets .social-icon ul li {
  margin: 0;
}
.footer-widgets .social-icon li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 20px;
  margin-left: 18px;
  cursor: pointer;
}
.footer-widgets .social-icon li:first-child a {
  margin-left: 0;
}
.social-icon .fb-icon {
  background: url("images/facebook.png") no-repeat center;
}
.social-icon .tw-icon {
  background: url("images/twitter.png") no-repeat center;
}
.social-icon .li-icon {
  background: url("images/linkedin.png") no-repeat center;
}
.social-icon .in-icon {
  background: url("images/instagram.png") no-repeat center;
}
.footer-widgets p {
  font-size: 16px;
  color: #fff;
}

/*------------ about us page styles ------------*/
.entry-content > .top-section,
.entry-content > .our-story-sec {
  max-width: 960px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.entry-content > .team-wrapper {
  max-width: 920px !important;
}
.top-section {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 150px;
}
.top-section h2 {
  font-size: 42px;
  font-weight: 900;
  color: #102035;
  margin: 0 0 15px;
}
.top-section p {
  font-size: 22px;
  /* color: #4b6472; */
  margin: 0;
  font-weight: 500;
  color: #6e8b99;
}
.our-story-sec {
  margin-bottom: 150px;
}
.our-story-sec .section-title,
.jobs_section .section-title {
  font-size: 38px;
  font-weight: 900;
  color: #102035;
  text-align: center;
  margin: 0 0 75px;
}
.our-story-sec p {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
}
.our-story-sec p.sub-heading-design {
  color: #102035;
  font-size: 22px;
}
.team-title .section-title {
  font-size: 42px;
  font-weight: 900;
  color: #102035;
  text-align: center;
  margin: 0 0 75px;
}
.team-wrapper {
  display: flex;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 45px 50px;
  border-radius: 10px;
  box-shadow: 0 2px 17px 0 rgba(14, 14, 14, 0.08);
  position: relative;
}
.team-wrapper:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 320px;
  height: 320px;
  background: url("images/team-bg.svg") no-repeat;
  z-index: -1;
}
.team-wrapper:nth-child(odd):after {
  top: auto;
  left: auto;
  right: -55px;
  bottom: -75px;
}
.team-wrapper .wp-block-group,
.team-wrapper .wp-block-columns {
  margin: 0 !important;
}
.team-wrapper > .wp-block-group {
  width: 180px;
  min-width: 180px;
}
.team-wrapper .wp-block-media-text {
  display: block;
}
.team-wrapper .wp-block-columns {
  display: block;
  padding-left: 50px;
}
.team-wrapper .wp-block-columns p {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
  min-height: 184px;
}
.team-wrapper .wp-block-columns .social-links {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.wp-block-media-text .wp-block-media-text__media {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}
.wp-block-media-text .wp-block-media-text__content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #102035;
  margin: 0 0 8px;
}
.wp-block-media-text .wp-block-media-text__content p {
  font-size: 20px;
  color: #6e8b99;
}
.team-wrapper .twitter-icon,
.team-wrapper .linkedin-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 16px;
  cursor: pointer;
}
.team-wrapper .twitter-icon {
  background: url("images/twitter-icon.png") no-repeat center;
  background-size: 32px;
}
.team-wrapper .linkedin-icon {
  background: url("images/linkedin-icon.png") no-repeat center;
  background-size: 32px;
}

/*------------ Faqs page styles ------------*/
.entry-content > .cat-list-ul,
.entry-content > .ufaq-faq-list {
  max-width: 1150px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.faqs-title {
  padding-top: 50px;
  margin-bottom: 110px;
}
.faqs-title .section-title {
  font-size: 42px;
  text-align: center;
  margin: 0;
}
.cat-list-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.cat-list-ul .cat-name {
  max-width: 48%;
  width: 48%;
}
.cat-list-ul .cat-name a {
  font-size: 22px;
  color: #102035;
}
.ufaq-faq-category-title {
  text-align: center;
  margin-bottom: 40px;
}
.ufaq-faq-category-title h4 {
  font-size: 30px;
  font-weight: bold;
  color: #102035;
}
.ufaq-faq-category {
  margin-bottom: 100px;
}
.ufaq-faq-div {
  background-color: #fff;
  padding: 23px 30px;
  margin: 0 0 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.ufaq-faq-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #102035;
  margin: 0;
}
.ufaq-faq-post {
  padding-top: 20px;
  border-top: 1px solid #f8f8f8;
}
.ufaq-faq-post p {
  font-size: 16px;
  line-height: 1.5;
  color: #6e8b99;
}
.ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  font-size: 14px;
  color: #102035;
  line-height: 32px;
  text-align: center;
  width: 32px;
  height: 32px;
  background-color: #f3f4f5;
  border-radius: 50px;
}

/*------------ Blog page styles ------------*/
.blog-container {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-heading {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 75px;
}
.blog-heading h3 {
  font-size: 42px;
  font-weight: 900;
  color: #102035;
  position: relative;
  margin: 0;
}
.blog-heading .section-title {
  font-size: 40px;
  font-weight: 900;
  color: #102035;
  position: relative;
}
.blog-inner-container {
  display: flex;
}
.blog-article {
  width: 66%;
  max-width: 66%;
  margin-right: 30px;
}
.blog-list {
  margin-bottom: 60px;
}
.blog-list > h2 {
  /* font-size: 36px;
	font-weight: bold; */
  margin: 0 0 20px;
}
.blog-list > h2 > a {
  color: #102035;
  text-decoration: none;
}
.blog-list .meta-sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f0f0f0;
}
.meta-sections .post-views {
  margin-left: auto;
}
.meta-sections .post-views.meta-wrapper {
  margin: 0;
  padding-left: 20px;
  background: url("images/views.svg") no-repeat 0;
  font-size: 16px;
}
.meta-sections .post-views ul {
  font-size: 12px;
  font-weight: 500;
  color: #6e8b99;
  margin: 0;
  list-style: none;
}
.post-meta-section ul {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.post-meta-section ul li {
  margin: 0;
  line-height: 1.4;
}
.post-meta-section .post-author-name {
  color: #f9930d;
  width: 100%;
  margin-bottom: 2px;
  font-size: 16px;
}
.post-meta-section .post-author-name a {
  color: #f9930d;
  text-decoration: none;
}
.post-meta-section .post-date {
  color: #6e8b99;
  font-size: 16px;
}
.post-meta-section .post-date a {
  color: #6e8b99;
  text-decoration: none;
}
.post-meta-section .read-time {
  color: #6e8b99;
}
.post-meta-section .read-time span {
  border-left: 1px solid #6e8b99;
  padding-left: 4px;
  margin-left: 4px;
  font-size: 16px;
}
.blog-list .featured-media {
  margin-bottom: 20px;
}
.singular .blog-list .featured-media:before {
  opacity: 0;
}
.singular .blog-list .featured-media-inner {
  left: auto;
  width: 100%;
}
.blog-list > p,
.blog-list .wp-block-group__inner-container p {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
  margin: 0 0 30px;
}
.blog-list .button {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: normal;
  background-color: #f9930d;
  border-radius: 8px;
  text-decoration: none;
  padding: 15px;
}
.blog-article > hr {
  display: none;
}
.blog-article .button.load-more,
.elm-button {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  width: 195px;
  text-transform: capitalize;
  text-decoration: none;
  background: #102035 url("images/down-arrow.png") no-repeat 30px center;
  background-color: #102035;
}
.alm-btn-wrap .alm-load-more-btn {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 4px !important;
  margin: 0 auto !important;
  display: block;
  width: 195px !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  background: #102035 url("images/down-arrow.png") no-repeat 30px center !important;
  background-color: #102035 !important;
}
.article-sidebar .category-sections {
  border: solid 1px #ececec;
  border-radius: 8px;
  margin-bottom: 25px;
}
.article-sidebar .category-sections .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: #102035;
  margin: 0 0 12px;
  padding: 18px 30px 18px 64px;
  border-bottom: solid 1px #ececec;
  background: url("images/category.png") no-repeat 30px center;
}
.article-sidebar .category-sections ul {
  margin: 0 20px 10px 20px;
  list-style: none;
}
.article-sidebar .category-sections ul li {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #102035;
  padding: 10px;
}
.article-sidebar .category-sections ul li a {
  font-size: 16px;
  color: #102035;
  line-height: 1.4;
  /* display: inline-block; */
  text-decoration: none;
}
.article-sidebar .category-sections ul li:hover,
.article-sidebar li.cat-item.first.active,
.article-sidebar li.cat-item.current-cat {
  color: #f9930d;
  background-color: rgba(255, 226, 188, 0.3);
}
.article-sidebar .category-sections ul li:hover a,
.article-sidebar li.cat-item.first.active a,
.article-sidebar li.cat-item.current-cat a {
  color: #f9930d;
}
.article-sidebar .widget-content {
  margin-bottom: 25px;
}
.blog-list .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 30px;
}
[class*="__inner-container"]
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: initial;
  width: 100%;
}
.blog-article .single-blog img {
  border-radius: 50%;
}

/*------------ Calculator page styles ------------*/
.calculator-container {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.calculator-heading .section-title {
  font-size: 42px;
}
.calculator-content {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #6e8b99;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 140px;
}
.calculator-inner-container {
  display: flex;
  margin-bottom: 100px;
}
.mortgage-scetion {
  max-width: 540px;
  margin-right: 135px;
}
.mortage-title {
  color: #102035;
}
.mortgage-scetion .m-inputs {
  margin-bottom: 30px;
}
.mortgage-scetion .form-fields {
  display: flex;
  border-radius: 4px;
  border: 1px solid #dbdee1;
  position: relative;
}
.mortgage-scetion .form-fields.range-field {
  border: 0;
}
.m-inputs label {
  font-size: 16px;
  color: #6e8b99;
  margin-bottom: 8px;
}
.mortgage-scetion .form-fields .symbol {
  font-weight: 500;
  text-align: center;
  line-height: 46px;
  width: 36px;
  min-width: 36px;
  background-color: #f0f0f0;
}
.mortgage-scetion .form-fields input {
  font-size: 14px;
  border: 0;
  border-radius: 4px;
}
.m-inputs .tooltip-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("images/tooltip-icon.svg") no-repeat;
  cursor: pointer;
}
.m-inputs .field-tooltip {
  font-size: 12px;
  color: #6e8b99;
  position: absolute;
  width: 230px;
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  top: 45px;
  right: -100px;
  z-index: 2;
  display: none;
}
.m-inputs .field-tooltip:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 42%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.mortgage-scetion .m-checkboxes {
  display: flex;
}
.mortgage-scetion .form-fields.range-field > div {
  width: 100%;
}
.mortgage-scetion .form-fields.range-field input {
  width: calc(100% - 72px);
}
.mortgage-scetion .form-fields.range-field input + .valueSpan {
  font-size: 16px;
}
.others-cal-sections {
  background-color: #fefaf6;
  padding: 60px 0;
  margin-bottom: 20px;
}
.others-cal-sections > h2 {
  font-size: 38px;
  font-weight: 900;
  color: #143647;
  text-align: center;
  margin: 0 0 50px;
}
.others-cal-container {
  max-width: 728px;
  margin: 0 auto;
}
.others-cal-inner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 18px 30px;
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.others-cal-inner-section .title-cal {
  font-size: 21px;
  color: #6e8b99;
  margin-left: 30px;
  margin-right: auto;
}
.others-cal-inner-section .img img {
  max-width: 30px;
}

.result-section {
  margin-right: 60px;
  position: relative;
}
.result-section:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -55px;
  width: 320px;
  height: 320px;
  background: url("images/team-bg.svg") no-repeat;
  z-index: -1;
}
.result-section .calculated-result {
  padding: 28px 54px;
  text-align: center;
  background-color: #102035;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.result-section .calculated-result p {
  color: #fff;
  margin-bottom: 20px;
}
.result-section .calculated-result .calculated-result-sec {
  font-size: 52px;
  font-weight: bold;
  color: #f9930d;
}
.result-section .signup-area {
  font-size: 16px;
  color: #f9930d;
  letter-spacing: normal;
  background-color: #fff;
  padding: 18px 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}
.result-section .signup-area a {
  font-size: 16px;
  font-weight: bold;
  color: #f9930d;
  text-decoration: none;
}

/*------------ Referral page styles ------------*/
.referrals-container {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.referrals-info-section {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 150px;
}
.referrals-info-section .section-title {
  font-size: 42px;
  margin: 0 0 50px;
}
.referrals-info-section .sub-heading {
  font-size: 22px;
  font-weight: 500;
  color: #6e8b99;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.referrals-info-section .button {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: normal;
  background-color: #f9930d;
  border-radius: 8px;
  text-decoration: none;
  padding: 15px 30px;
}
.how-does-section {
  margin-bottom: 150px;
}
.how-does-section .section-title {
  font-size: 38px;
  margin: 0 0 116px;
}
.how-does-container {
  display: flex;
}
.how-does-container .section {
  flex: 1;
  margin-right: 30px;
}
.how-does-container .section:last-child {
  margin-right: 0;
}
.how-does-container .section img {
  margin-bottom: 20px;
  max-width: 64px;
}
.how-does-container .section .title {
  font-size: 22px;
  font-weight: bold;
  color: #102035;
  line-height: 1.43;
  margin-bottom: 20px;
}
.how-does-container .section .content {
  font-size: 20px;
  line-height: 1.5;
  color: #6e8b99;
}

/*------------ Careers page styles ------------*/
.entry-content .jobs_section {
  max-width: 960px !important;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
ul.job_listings {
  border: 0;
}
.job_listings .job_listing {
  background-color: #fff;
  border: solid 1px #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 17px 0 rgba(14, 14, 14, 0.08);
}
.job_listings .job_listing:hover {
  background-color: #fff;
  box-shadow: 0 7px 17px 0 rgba(14, 14, 14, 0.35);
}
.job_listings .job_listing:not(:last-child) {
  margin-bottom: 32px;
}
ul.job_listings li.job_listing a {
  display: flex;
  justify-content: space-between;
  color: #143647;
  border-radius: 10px;
}
ul.job_listings li.job_listing a:hover {
  background-color: #fff;
}
ul.job_listings li.job_listing a div.position {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  color: #143647;
  line-height: 1.35;
  margin-bottom: 8px;
}
.job_listing .job-date {
  font-size: 20px;
  color: #6e8b99;
}
.job_listing .job-tech {
  font-size: 20px;
  color: #143647;
  margin-bottom: 20px;
}
.job_listing .location-wrapper {
  display: flex;
}
ul.job_listings li.job_listing a div.location {
  float: none;
  width: auto;
  padding: 0;
  font-size: 20px;
  color: #6e8b99;
  line-height: 26px;
}
.job_listing .job-type {
  font-size: 20px;
  color: #6e8b99;
  padding-left: 12px;
  line-height: 26px;
}

.entry-content > .landing-page-popup-overlay {
  position: fixed;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page-popup {
  width: 410px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.popup-content {
  padding: 24px;
  font-size: 14px;
  color: #143647;
}
.popup-content input {
  font-size: 14px;
  color: #6e8b99;
  border: 0;
  border-radius: 8px;
  background-color: rgba(110, 139, 153, 0.11);
  margin-bottom: 12px;
}
.popup-btns {
  text-align: center;
}
.popup-btns .button-1 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 8px;
  background-color: #102035;
  text-decoration: none;
  text-transform: capitalize;
}
.popup-btns .button-2 {
  font-size: 14px;
  font-weight: 400;
  color: #6e8b99;
  background-color: transparent;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0;
  margin-left: 20px;
}
.popup-content input:focus,
.popup-content button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.entry-content > .legal-page {
  margin-top: 70px;
  margin-bottom: 200px;
}
.legal-page .section-title {
  font-size: 42px;
}

.single-blog .post-author-name {
  color: #f9930d;
  text-decoration: none;
}
.singular .go-back-sec {
  margin: 0 0 20px;
  font-size: 12px;
}
.singular .go-back-sec a {
  color: #f9930d;
  text-decoration: none;
  background: url("images/back-arrow.svg") no-repeat 0;
  padding-left: 12px;
}

[data-animate-in="up"] {
  transform: translate3d(0, 80px, 0);
}
[data-animate-in].in-view {
  transition: transform 1s ease, opacity 1s ease;
}

/*------------ contact us page styles ------------*/
.contact-form-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 120rem;
  width: 120rem;
  margin-bottom: 150px;
}
.contact-us-title {
  padding-top: 40px;
  margin-bottom: 120px;
}
.contact-us-title .section-title {
  font-size: 42px;
}
.contact-form-title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #102035;
  margin: 0 0 12px;
}
/* .contact-form-title p {
	font-size: 14px;
	color: #4b6472;
	line-height: 1.5;
} */
.contact-form {
  margin-right: 80px;
  max-width: 450px;
}
.contact-form .form-input {
  margin-bottom: 8px;
}
.form-input label {
  font-size: 16px;
  color: #4b6472;
  line-height: 1.75;
  margin-bottom: 4px;
  display: inline-block;
}
.form-input input,
.form-input select {
  font-size: 16px;
  color: #102035;
  padding: 9px 12px;
  background-color: #fafbfc;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  width: 100%;
}
.form-input textarea {
  font-size: 14px;
  color: #102035;
  padding: 9px 12px;
  background-color: #fafbfc;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  width: 100%;
  height: 90px;
}
.form-input input:hover,
.form-input input:focus,
.form-input textarea:hover,
.form-input textarea:focus {
  border: solid 1px #f2f2f2;
  box-shadow: none;
  outline: none;
}
.form-input-row {
  display: flex;
}
.form-input-row .form-input:first-child {
  margin-right: 15px;
}
.upload-file-input {
  font-size: 12px;
  font-weight: 500;
  color: #f9930d;
  /*height: 42px;*/
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1.5px dashed #94a9b5;
  background-color: #fafbfc;
  margin-bottom: 7px;
  position: relative;
}
.codedropz-upload-handler {
  margin-bottom: 0px !important;
}
.wpcf7-form-control-wrap.your-document {
  width: 100%;
}
.upload-file-input .your-document {
  /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;*/
}
.upload-file-input > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.upload-file-input > div > img {
  width: 15px;
  margin-right: 5px;
}
.form-submit-btn .wpcf7-submit {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #102035;
  padding: 16px;
  height: auto;
  min-width: 128px;
  line-height: 1.2;
  text-transform: capitalize;
  border-radius: 4px;
  margin-top: 7px;
}
.contact-form .form-input.captcha {
  display: inline-block;
  margin: 6px 0 10px;
}

.contact-image {
  flex: 1;
  text-align: center;
}
.contact-image img {
  margin: 0 auto;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
  color: red;
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: auto;
  top: -34px;
  right: 0;
  padding: 4px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}
.contact-form .wpcf7-not-valid-tip:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #122136;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  font-size: 16px;
  font-weight: 500;
  color: #122136;
  background: #ffeaea;
  padding: 10px;
  border: 0;
  border-left: 5px solid #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
  font-weight: 500;
  color: #122136;
  background: #f2ffed;
  padding: 10px;
  border: 0;
  border-left: 5px solid #65ea3a;
}

/*------------ master template styles ------------*/
body .master-template {
  margin-top: 100px;
}
.page-section {
  padding: 0;
  margin-bottom: 150px;
}
.section-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 120rem;
  width: 120rem;
  margin: 0 auto;
}
.section-container h2 {
  font-size: 38px;
  font-weight: 900;
  color: #102035;
  margin: 0 0 50px;
}
.section-container h3 {
  font-size: 21px;
  font-weight: 700;
  color: #102035;
  line-height: 1.4;
  margin: 0 0 20px;
}
.section-container p {
  font-size: 18px;
  line-height: 1.5;
  color: #6e8b99;
}
.section-container img {
  max-width: 100%;
  height: auto;
}
.section-container .default-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: normal;
  background-color: #f9930d;
  padding: 12px 18px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.section-container .col-1 {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
}
.section-container .col-1 + .col-1 {
  margin-top: 60px;
}
.section-container .col-2 {
  width: 50%;
  max-width: 50%;
  padding: 0 20px;
}
.section-container .col-3 {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
}
.section-container .col-1 p {
  font-size: 20px;
}
.section-container .col-3 p {
  font-size: 16px;
}
.section-container .section-title-margin {
  margin-bottom: 100px;
}

.content-sec .wp-block-image img,
.bottom-sec .wp-block-image img {
  max-width: 100%;
  max-height: 700px;
  margin: 0 auto;
}
/*
This helps to centralise the "one technology, multiple uses" mobile image on the webpage 
.hentry .content-sec figure.wp-block-image img {
  margin: 0;
}
*/
.default-btn.icon-btn {
  display: flex;
  display: -webkit-flex;
  padding-left: 44px;
  position: relative;
}
.default-btn.icon-btn .btn-icon {
  width: 24px;
  align-self: center;
  -webkit-align-self: center;
  position: absolute;
  left: 12px;
  margin: 0;
}
.btn-groups {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.bg-btn {
  max-width: 146px;
  display: inline-block;
  margin-top: 4px;
  margin-left: 12px;
}
.yellow-text {
  color: #f9930d;
  font-weight: 500;
}
.blue-text {
  color: #102035;
  font-weight: 500;
}
.mortgage-scetion .error-msg {
  font-size: 12px;
  font-weight: 500;
  color: red;
  display: block;
  margin-top: 5px;
  position: relative;
  bottom: auto;
  top: -8px;
  right: 0;
  padding: 4px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  width: auto;
  float: right;
}
.mortgage-scetion .error-msg:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #122136;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #fff;
}
.mortgage-scetion .m-inputs .form-fields {
  clear: both;
}
.sub-heading-design {
  font-size: 22px;
  color: #102035;
  font-weight: 900;
}

/*------------------------------ media quries ------------------------------*/
@media (min-width: 700px) {
  .alignright,
  .alignleft {
    margin: 0;
  }
  .wp-block-columns.alignwide + .wp-block-columns.alignwide {
    margin-top: 0;
  }
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin: 0;
  }

  .entry-content > .alignwide.section-1 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-8,
  .blog-container,
  .calculator-container,
  .referrals-container {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
  }
  .mobile-menu {
    margin: 0 -4rem;
    margin-top: -3px;
  }
  .menu-wrapper .menu-item {
    padding: 0 4rem;
  }
  .result-section .calculated-result .calculated-result-sec {
    font-size: 38px;
  }
}

@media (max-width: 1000px) {
  .registration-button {
    display: block;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 120px;
  }
  #site-header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    z-index: 90;
  }
}

@media (max-width: 767px) {
  .blog-list > p,
  .blog-list .wp-block-group__inner-container p {
    font-size: 18px;
  }
  li {
    font-size: 18px;
  }

  .form-submit-btn .wpcf7-submit {
    font-size: 14px;
  }
  .section-1 .wp-block-button__link {
    font-size: 16px;
  }

  .form-input input,
  .form-input select {
    font-size: 14px;
  }
  .form-input label {
    font-size: 14px;
  }
  h2 ~ p,
  h1 ~ p {
    font-size: 18px;
  }
  .legal-page li {
    font-size: 18px;
  }
  .how-does-container .content p {
    font-size: 18px;
  }
  .how-does-container .section .title {
    font-size: 20px;
  }
  .referrals-info-section .button {
    font-size: 16px;
  }
  .signup-area p {
    font-size: 14px;
  }
  .result-section .signup-area a {
    font-size: 14px;
  }
  .mortgage-scetion .form-fields.range-field input + .valueSpan {
    font-size: 14px;
  }
  .m-inputs label {
    font-size: 14px;
  }
  .meta-sections .post-views {
    min-width: 84px;
  }
  .post-meta-section ul {
    margin-left: 0;
  }
  .team-wrapper .wp-block-columns p {
    font-size: 18px;
  }
  .btn-groups {
    display: block;
  }
  .btn-groups .icon-btn {
    margin-bottom: 8px;
  }
  body {
    padding-top: 120px;
  }
  #site-header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    z-index: 90;
  }
  .section-1 {
    text-align: left;
  }
  .section-1 h2 {
    font-size: 29px;
  }
  .section-1 p {
    font-size: 18px;
  }
  .section-1 .wp-block-buttons {
    flex-wrap: wrap;
    justify-content: left;
  }
  .wp-block-buttons .wp-block-button {
    margin-top: 8px;
  }
  .section-1 .wp-block-button__link.has-background {
    margin-right: 0;
  }
  .wp-block-columns.section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-block-columns.section-2 h3 {
    font-size: 28px;
    margin: 40px 0 15px 0;
  }
  .wp-block-columns.section-2 p {
    font-size: 18px;
    max-width: 315px;
  }
  .section-2 .wp-block-image .alignleft,
  .section-2 .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
  }

  .wp-block-columns.alignwide + .wp-block-columns.alignwide {
    margin-top: 0;
  }

  .wp-block-columns.section-2.download-app {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .wp-block-columns.section-2 .wp-block-column:not(:last-child) {
    margin-bottom: 10px;
  }
  .wp-block-columns.section-2 .alignleft,
  .wp-block-columns.section-2 .alignright {
    max-width: none;
  }
  .section-3 {
    margin-bottom: 60px;
  }
  .section-3 p {
    font-size: 18px;
    font-weight: 400;
  }
  .entry-content .section-title,
  .section-title {
    font-size: 28px;
  }
  .entry-content .wp-block-columns.content-sec {
    margin-bottom: 100px;
  }
  .entry-content .wp-block-columns.content-sec .wp-block-column {
    max-width: 100%;
    width: 100%;
  }
  .entry-content .wp-block-columns.content-sec h4 {
    font-size: 28px;
  }
  .entry-content .wp-block-columns.content-sec p {
    font-size: 18px;
  }
  .entry-content .wp-block-columns.content-sec .content-block {
    padding-left: 90px;
    margin-bottom: 30px;
  }
  .entry-content .wp-block-columns.content-sec p.block-number {
    font-size: 60px;
    top: 60px;
  }
  .entry-content .content-sec-odd,
  .content-sec.content-sec-even {
    flex-direction: column-reverse;
  }
  .entry-content .content-sec-odd .wp-block-column {
    margin-bottom: 0;
  }

  .section-8 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .section-8 .wp-block-column h4 {
    font-size: 28px;
  }
  .section-8 .wp-block-column p {
    font-size: 18px;
  }

  .section-9 {
    flex-direction: column-reverse;
  }
  .section-9 .wp-block-column {
    margin-bottom: 0;
  }
  .section-9 .wp-block-column:last-child {
    margin-bottom: 30px;
  }

  .entry-content .work-with-sec {
    margin-bottom: 100px;
  }
  .work-with-sec .wp-block-column {
    display: flex;
    align-items: center;
  }
  .work-with-sec .wp-block-image {
    padding: 20px;
    height: 110px;
    flex: 0 0 50%;
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .work-with-sec .wp-block-image img {
    max-width: 150px;
  }

  .entry-content .sp-testimonial-free-wrapper {
    margin-bottom: 100px;
  }
  #sp-testimonial-free-wrapper-161 .sp-testimonial-free-section {
    padding: 0 10px !important;
  }
  .sp-testimonial-free-section .sp-testimonial-free-item {
    border-bottom: 4px solid #f9930d;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
    padding: 30px 15px;
  }
  .sp-testimonial-free-section .sp-tfree-client-image img {
    width: 60px;
    height: 60px;
  }
  #sp-testimonial-free-wrapper-161
    .sp-testimonial-free-section
    .tfree-testimonial-title
    h3 {
    font-size: 16px;
  }
  .sp-testimonial-free-section .tfree-client-testimonial p {
    font-size: 14px;
  }
  .sp-testimonial-free-section .slick-dots {
    display: none !important;
  }

  .entry-content .download-app .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .entry-content > .bottom-sec {
    margin-bottom: 100px;
  }
  .bottom-sec .wp-block-column h2 {
    font-size: 28px;
  }
  .bottom-sec .wp-block-column p {
    font-size: 18px;
    max-width: 290px;
    margin: 0;
  }

/*
This adds height restriction to button at the bottom of page
 .bottom-sec .download-app img {
    height: 38px;
  }
*/
  .bottom-sec .download-app .wp-block-column {
    margin-bottom: 0;
    margin-right: 8px;
    flex-basis: auto !important;
  }

  .footer-widgets.column-one {
    display: block;
    margin-bottom: 30px;
  }
  .widget.widget_media_image {
    margin-bottom: 30px;
  }
  .footer-widgets.column-one .widget_custom_html {
    width: 100%;
  }
  .footer-right {
    flex-wrap: wrap;
  }
  .footer-right > div {
    min-width: 50%;
    width: 50%;
  }
  .footer-right h4 {
    margin: 0 0 10px;
  }
  .footer-right ul {
    margin-bottom: 30px;
  }
  .footer-right ul li a {
    font-size: 14px;
  }
  .footer-widgets.column-two {
    flex-direction: column-reverse;
  }
  .footer-widgets .social-icon ul {
    margin-bottom: 20px;
  }

  .landing-page-popup {
    width: 300px;
  }

  /*------ About us page style ------*/
  .top-section {
    padding-top: 0;
    margin-bottom: 100px;
  }
  .top-section h2 {
    font-size: 33px;
  }
  .top-section p {
    font-size: 18px;
  }
  .our-story-sec {
    margin-bottom: 100px;
  }
  .our-story-sec .section-title,
  .team-title .section-title,
  .jobs_section .section-title {
    font-size: 28px;
    margin: 0 0 50px;
  }
  .our-story-sec p {
    font-size: 18px;
  }
  .team-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }
  .team-wrapper:after {
    display: none;
  }
  .team-wrapper .wp-block-columns {
    padding-left: 0;
    padding-top: 30px;
  }
  .wp-block-media-text .wp-block-media-text__content h3 {
    font-size: 28px;
  }
  .wp-block-media-text .wp-block-media-text__content p {
    font-size: 20px;
  }

  /*------ Faqs page style ------*/
  .faqs-title {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .faqs-title .section-title {
    font-size: 33px;
  }
  .cat-list-ul .cat-name {
    max-width: 100%;
    width: 100%;
  }
  .cat-list-ul .cat-name a {
    font-size: 18px;
  }
  .ufaq-faq-category {
    margin-bottom: 60px;
  }
  .ufaq-faq-category-title {
    margin-bottom: 30px;
  }
  .ufaq-faq-category-title h4 {
    font-size: 24px;
  }
  .ufaq-faq-div {
    padding: 15px;
  }
  .ufaq-faq-post p {
    font-size: 14px;
  }

  /*------ Blog page style ------*/
  .blog-heading {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .blog-heading h3 {
    font-size: 33px;
  }
  .blog-inner-container {
    display: block;
  }
  .blog-article {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog-list > h2 {
    font-size: 18px;
  }
  .blog-list .button {
    font-size: 16px;
  }

  /*------ Referral page style ------*/
  .referrals-container {
    padding: 0 20px;
  }
  .referrals-info-section {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .referrals-info-section .section-title {
    font-size: 33px;
  }
  .referrals-info-section .sub-heading {
    font-size: 18px;
  }
  .how-does-section .section-title {
    font-size: 28px;
    margin: 0 0 60px;
  }
  .how-does-container {
    display: block;
  }
  .how-does-container .section {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .how-does-container .section img {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 64px;
  }

  /*------ Calculator page style ------*/
  .calculator-container {
    margin-top: 0;
    padding: 0 20px;
  }
  .calculator-heading .section-title {
    font-size: 33px;
  }
  .calculator-content {
    font-size: 18px;
    margin-bottom: 100px;
  }
  .calculator-inner-container {
    display: block;
  }
  .mortgage-scetion {
    margin-right: 0;
    margin-bottom: 100px;
  }
  .result-section {
    margin-right: 50px;
  }
  .result-section .calculated-result {
    padding: 28px;
  }
  .result-section .calculated-result .calculated-result-sec {
    font-size: 40px;
  }
  .others-cal-sections {
    padding: 60px 20px;
  }
  .others-cal-sections > h2 {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .others-cal-inner-section {
    padding: 15px 20px;
  }
  .others-cal-inner-section .title-cal {
    font-size: 18px;
  }

  ul.job_listings li.job_listing a {
    display: block;
  }
  .entry-content > .legal-page {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .legal-page .section-title {
    font-size: 33px;
  }

  /*------ contact us page style ------*/
  .contact-us-title {
    padding-top: 0;
    margin-bottom: 100px;
  }
  .contact-us-title .section-title {
    font-size: 33px;
  }
  .contact-form-container {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .contact-form {
    margin-right: 0;
  }

  /*------ master template style ------*/
  .page-section {
    margin-bottom: 100px;
  }
  .section-container {
    width: 100%;
  }
  .section-container h2 {
    font-size: 28px;
  }
  .section-container p {
    font-size: 18px;
  }
  .section-container .col-2,
  .section-container .col-3 {
    width: 100%;
    max-width: 100%;
  }
  .section-container .col-2 + .col-2,
  .section-container .col-3 + .col-3 {
    margin-top: 30px;
  }
}

.single-blog h5 {
  margin: 0 0 2px;
}
.single-blog .post-author-name {
  color: #f9930d;
  text-decoration: none;
  margin-bottom: 12px;
}
.singular .go-back-sec {
  margin: 0 0 20px;
  font-size: 12px;
}
.singular .go-back-sec a {
  color: #f9930d;
  text-decoration: none;
}
.elm-button {
  background-color: #102035 !important;
}
.elm-button:hover,
.elm-button:active,
.elm-button:focus {
  text-decoration: none;
  background: #102035 url("images/down-arrow.png") no-repeat 30px center;
}
.single-job_listing .pagination-single {
  display: none;
}
.single-job_listing
  .entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: 100%;
}
.page-template-master-template .col-1-button .button-col {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .m-inputs .field-tooltip {
    font-size: 12px;
    color: #6e8b99;
    position: absolute;
    width: 230px;
    padding: 12px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    top: 45px;
    right: 1px;
    z-index: 2;
    display: none;
  }

  .m-inputs .field-tooltip:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 86%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
}

body.iframe-mode #site-header,
body.iframe-mode #site-footer,
body.iframe-mode .footer-nav-widgets-wrapper.header-footer-group {
  display: none;
}
body.iframe-mode::-webkit-scrollbar {
  display: none;
}
body.iframe-mode {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.iframe-mode .blog-heading {
  margin-top: 20px;
}
body.iframe-mode *[class*="_hj-"] {
  display: none !important;
}

@media only screen and (max-width: 359px) {
  .registration-button {
    font-size: 13px;
    padding: 8px 9px;
    margin-right: -8px;
  }
}
