/*
Theme Name: Why Realtypath Replica
Theme URI: https://www.whyrealtypath.com/
Author: Codex
Description: Static WordPress theme replica of the Why Realtypath landing page.
Version: 1.0.1
License: Proprietary
Text Domain: whyrealtypath-replica
*/

@font-face {
  font-family: "Poppins Light";
  src: url(fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: "Poppins Regular";
  src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins Medium";
  src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url(fonts/Poppins-SemiBold.ttf);
}

.anim {
  position: relative;
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.anim.content-img,
.anim.jumbotron {
  overflow: hidden;
}

.anim:before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.anim.img-zoom:before {
  opacity: 0;
  transform: scale(1.1);
}

.anim.fade-in {
  opacity: 0;
}

.anim.move-up {
  transform: translate(0px, 80px);
}

.anim.move-left {
  transform: translate(50px, 0px);
}

.anim.move-right {
  transform: translate(-50px, 0px);
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins Light", sans-serif;
  overflow-x: hidden;
}

.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  font-size: 0px;
}

.container.fluid {
  max-width: 100%;
}

.container .col {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  font-size: medium;
}

.container .col.col-12 {
  width: 100%;
}

.container .col.col-11 {
  width: 91.66666666666666%;
}

.container .col.col-10 {
  width: 83.33333333333334%;
}

.container .col.col-9 {
  width: 75%;
}

.container .col.col-8 {
  width: 66.66666666666666%;
}

.container .col.col-7 {
  width: 58.333333333333336%;
}

.container .col.col-6 {
  width: 50%;
}

.container .col.col-5 {
  width: 41.66666666666667%;
}

.container .col.col-4 {
  width: 33.33333333333333%;
}

.container .col.col-3 {
  width: 25%;
}

.container .col.col-2 {
  width: 16.666666666666664%;
}

.container .col.col-1 {
  width: 8.333333333333332%;
}

.content {
  padding: 60px 0px;
}

.content.no-spacing {
  padding: 0px;
}

.content .content-img {
  height: 600px;
}

.content .content-text {
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: relative;
  font-size: medium;
}

.jumbotron {
  min-height: 800px;
  height: 100vh;
}

.jumbotron.fluid {
  min-height: auto;
  height: auto;
}

.row {
  font-size: 0;
}

.mobile-only {
    display: none;
}

.row.headline, .row.footer {
  position: relative;
  font-size: 0;
  text-align: center;
  padding: 0px 40px;
}

.img, .icon, .jumbotron, .content-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 100;
  transition: background-color 0.2s linear;
}

.navbar.scrolled {
  background-color: #ffffff;
}

.navbar.scrolled .menu-btn {
  background-color: transparent !important;
  box-shadow: none !important;
}

.navbar .menu-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  padding: 10px;
  cursor: pointer;
  transform: translate(0, -50%);
  background-color: #ffffff;
}

#realty-path-navbar .menu-btn {
  background-color: rgba(255,255,255,0);
}

.navbar .menu-btn span {
  width: 26px;
  height: 2px;
  margin-bottom: 6px;
  display: block;
  background-color: #2469AE;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.navbar .menu-btn span:last-child {
  margin: 0;
}

body.menu-open .navbar {
  background-color: #1a5187 !important;
}

body.menu-open .navbar .menu-btn span:last-child {
  transform: translate(0, -8px) rotate(-45deg);
  opacity: 1;
}

body.menu-open .navbar .menu-btn span:first-child {
  transform: translate(0, 8px) rotate(45deg);
  opacity: 1;
}

body.menu-open .navbar .menu-btn span {
  opacity: 0;
  background-color: #000000;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .navbar .menu {
  pointer-events: auto;
  opacity: 1;
}

body.menu-open .navbar {
  background-color: #ffffff;
}

.navbar .menu {
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #1a5187 0%,#00a8ff 100%);
  pointer-events: none;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.2s linear;
}

.navbar .menu-container {
  position: absolute;
  left: 50%;
  display: table;
  height: 100%;
  width: 250px;
  transform: translate(-50%, 0);
}

.navbar .menu .menu-list {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .menu .menu-list li a {
  display: block;
  padding: 20px;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
}

.center {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.absolute-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.max-width {
  max-width: 100% !important;
}

.hide-sm {
  display: block;
}

.show-sm {
  display: none;
}

.dark, .dark p, .dark h1, .dark h2, .dark h3 {
  color: #ffffff;
}

.dark .divider:after {
  background-color: #ffffff;
}

.divider {
  position: relative;
  padding-bottom: 20px;
}

.divider:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: #006BB3;
}

.divider.d-contain:after {
  width: 50px;
}

.divider.d-center:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.divider.d-left:after {
  left: 0;
}

.divider.d-right:after {
  right: 0;
}

.quote-start,
.quote-end {
  position: relative;
}

.quote-start:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/realty-path-quote-left.svg);
  margin-left: -54px;
  font-size: 70px;
  position: absolute;
  top: -16px;
}

.quote-end:after {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/realty-path-quote-right.svg);
  margin-left: 36px;
  margin-top: -12px;
  font-size: 70px;
  position: absolute;
  top: 100%;
}

h1 {
  font-family: "Poppins Medium";
  font-size: 40px;
  line-height: 52px;
}

h2 {
  font-family: "Poppins SemiBold";
  font-size: 18px;
  letter-spacing: 1px;
  color: #006BB3;
}

p {
  font-family: "Poppins Regular";
  font-size: 18px;
  line-height: 30px;
  color: #1D1D1F;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #F1F1F1;
}

*::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
  border-radius: 20px;
  border: 2px solid #F1F1F1;
}

.btn {
  font-size: 18px;
  font-family: "Poppins Medium";
  display: inline-block;
  padding: 25px 72px;
  margin: 10px 0px;
  text-decoration: none;
  color: #ffffff;
  background-color: #0ac019;
  cursor: pointer;
  border-radius:10px;
}

.btn:hover {
    background-color: #079bff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 2px;
  transform: rotate(45deg);
}

#realty-path-navbar.scrolled {
  background-color: #2469AE;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);
}

#realty-path-navbar.scrolled .menu-btn span {
  background-color: #ffffff;
}

#realty-path-navbar .menu-btn {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0px 5px 10px 0px rgb(0 61 124 / 20%);
}

.logo {
  background-image: url(img/realty-path-logo.png);
  width: 199px;
  height: 69px;
  cursor:pointer;
}

#realty-path-navbar .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

#realty-path-navbar.scrolled .logo.light,
.menu-open #realty-path-navbar .logo.light {
  background-image: url(img/realty-path-logo-light.png);
}

.menu-open .navbar .menu-btn span {
  background-color: #ffffff !important;
}

.menu-open .navbar .menu-btn {
  background-color: rgba(255,255,255,0) !important;
  box-shadow: none !important;
}

.navbar .menu-container {
  width: 350px;
}

#realty-path-navbar .container {
  height: 100%;
}

#realty-path-navbar .menu .menu-list li a {
  text-align: left;
  padding: 12px;
  text-decoration:none;
}

#realty-path-navbar .menu .menu-list li a:hover {
    background-color: #ffffff;
    color: blue;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#video-player {

}


#realty-path-header {
    min-height: 900px;
    height: 100vh;
    background-position: 60% 10%;
}

#realty-path-header:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(img/realty-path-header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#video iframe{
    left:0;
}

#realty-path-header .jumbotron-img-sm {
    display: none;
}

#realty-path-header .jumbotron-text {
  height: 90%;
  background-color: #ffffff;
  width: 40%;
  position: relative;
}

#realty-path-header .content-text {
  margin: 0;
  text-align: left;
}

#realty-path-header h1 {
  font-size: 70px;
  line-height: 75px;
  margin: 10px 0px;
  transition-delay: 0.1s;
}

#realty-path-header p {
  font-size: 20px;
  max-width: 350px;
  letter-spacing: 1px;
  transition-delay: 0.2s;
}

#realty-path-header .btn-wrapper {
  transition-delay: 0.2s;
}

#realty-path-numbers {
  background: linear-gradient(to bottom, #1a5187 0%,#00a8ff 100%);
  overflow: hidden;
}

#realty-path-numbers .background-lines {
  position: absolute;
  left: -60px;
  width: 250px;
  top: -100px;
  bottom: -100px;
}

#realty-path-numbers .background-lines:before,
#realty-path-numbers .background-lines:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 65%;
  background: rgba(255,255,255, 0.05);
}

#realty-path-numbers .background-lines:after {
  width: 25%;
  right: 0;
}

#realty-path-numbers h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
}

#realty-path-numbers .numbers-table {
  font-size: 0;
  max-width: 800px;
  margin: auto;
}

#realty-path-numbers .numbers-col {
  font-size: medium;
  width: 50%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

#realty-path-numbers .numbers-col h1 {
  font-size: 48px;
  margin: 0;
}

#realty-path-numbers .numbers-col p {
  font-size: 20px;
  margin: 0px;
  color: #B8D2E7;
}

#realty-path-save-money .background-square,
#realty-path-joining .background-square {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -140px;
  top: 70%;
  border: 30px solid #F3F3F3;
  border-radius: 25px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: -1;
}

#realty-path-save-money {
  position: relative;
  overflow: hidden;
}

#realty-path-save-money .content-img {
  background-image: url("img/realty-path-content-1.jpg");
}

#realty-path-reduce {
  padding: 100px 0px;
  background-position: 0% 30%;
  background-image: url("img/realty-path-background-1.jpg");
}

#realty-path-reduce .content-text {
  margin: 0;
  text-align: center;
  max-width: 630px;
}

#realty-path-reduce h1 {
  font-family: "Poppins SemiBold";
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
}

#realty-path-reduce p {
  font-size: 21px;
  line-height: 30px;
}

#realty-path-reduce .btn {
  background-color: #5ECE00;
}

#realty-path-power {
  background-image: url("img/realty-path-content-2.png");
  background-size: contain;
  background-color: #F8F8F8;
}

#realty-path-power .container {
  max-width: 1300px;
}

#realty-path-power .content-text {
  max-width: none;
}

#realty-path-power h1 {
  font-size: 40px;
  font-family: "Poppins SemiBold";
  margin: 0 0 10px 0;
}

#realty-path-power h3 {
    font-size: 36px;
    font-family: "Poppins Regular";
    line-height: 48px;
    color: #ffffff;
    margin: 0 0 10px 0;
}

#realty-path-power p {
  margin: 0;
}

#realty-path-power ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#realty-path-power ul li {
  font-size: 0;
}

#realty-path-power ul li h1 {
  font-size: 28px;
  font-family: "Poppins SemiBold";
  margin-top: 10px;
}

#realty-path-power ul li .icon {
  width: 20%;
  height: 50px;
  display: inline-block;
}

#realty-path-power ul li .text {
  width: 82%;
  display: inline-block;
  font-family: medium;
}

#realty-path-power .right {
  background: linear-gradient(to bottom, #4179A5 0%,#5AB4E0 100%);
  border: 20px solid #ffffff;
  padding:20px 40px;
}

#realty-path-power li {
  padding: 10px 0px;
}

#realty-path-power .icon {
  width: calc(18% - 30px);
  height: 70px;
  background-size: contain;
  vertical-align: top;
  margin-top: 20px;
  margin-right: 30px;
  max-width: 50px;
}

#realty-path-power .right h1 {
  font-size: 22px;
  font-family: "Poppins SemiBold";
  margin-bottom: 0px;
  line-height: 30px;
  color: #ffffff;
}

#realty-path-power .right p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

#realty-path-expert {
  overflow: hidden;
}

#realty-path-expert .content-img {
  background-image: url("img/realty-path-content-3.jpg");
}

#realty-path-expert .background-square,
#realty-path-training .background-square {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 450px;
    height: 450px;
    border: 20px solid #F8F8F8;
}

#realty-path-training .background-square {
  right: auto;
  left: -60px;
}

#realty-path-training {
  padding-bottom: 100px;
}

#realty-path-training .content-img {
  background-image: url("img/realty-path-content-4.jpg");
}

#realty-path-relationships {
  max-height: 710px;
  background-image: url("img/realty-path-background-2a.jpg");
  background-position: 0% 10%;
}

#realty-path-relationships .container {
  height: 100%;
}

#realty-path-relationships .content-text {
  max-width: 600px;
  text-align: left;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}

#realty-path-relationships .divider:after {
  background-color: #ADD6FF;
}

#realty-path-joining {
  position: relative;
  overflow: hidden;
}

#realty-path-joining .background-square {
  bottom: auto;
  top: 300px;
}

#realty-path-joining .headline {
  margin-bottom: 50px;
}

#realty-path-joining .headline h1 {
  text-align: left;
}

#realty-path-joining .headline p {
  max-width: 600px;
  margin: auto;
  font-size: 24px;
  color: #555555;
  font-family: "Poppins Medium";
}

#realty-path-joining .headline:after {
  width: 100px;
  height: 3px;
}

#realty-path-joining .joining-col {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

#realty-path-joining .joining-col p {
    font-size: 16px;
}

#realty-path-joining .joining-col h1 {
  font-size: 21px;
  font-family: "Poppins Regular";
  color: #7E6A5B;
  line-height: 36px;
  margin-top: 30px;
}

#realty-path-joining .joining-col .icon {
  width: 70px;
  height: 70px;
  background-size: contain;
}

#realty-path-joining .footer {
  margin: 40px 0px;
}

#realty-path-quote {
  background: linear-gradient(to bottom, #05A3DB 0%,#00518A 100%);
}

#realty-path-quote .container {
  padding: 0px 40px;
}

#realty-path-quote p {
  font-size: 25px;
  font-family: "Poppins Light";
  line-height: 40px;
  font-style: italic;
}

#realty-path-quote h1 {
  font-size: 24px;
  font-family: "Poppins Regular";
  color: #DBDBDB;
}

#realty-path-quote h1 .name {
  font-size: 28px;
  font-family: "Poppins SemiBold";
  color: #ffffff;
}

#realty-path-quote .content-text {
  max-width: none;
  padding-left: 80px;
  position: relative;
}

#realty-path-quote .content-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  right: 0;
  height: 1px;
  background: #347AAF;
}

#realty-path-quote .content-img {
  width: 100%;
  padding-top: 100%;
  height: auto;
  border: 10px solid #ffffff;
  border-radius: 50%;
  background-image: url(img/realty-path-profile-1.jpg);
}

#realty-path-agent-quotes {
  overflow: hidden;
  position: relative;
}

#realty-path-agent-quotes .background-square {
  width: 60%;
  height: 30%;
  position: absolute;
  right: -100px;
  top: 35%;
  border: 20px solid #F3F3F3;
  border-radius: 45px;
  z-index: -1;
}

#realty-path-agent-quotes h1 {
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 80px;
}

#realty-path-agent-quotes .quote-container {
  white-space: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
}





    .quote-container {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

.quote-container::-webkit-scrollbar { 
  display: none;
}

#realty-path-agent-quotes .quote-panel {
  width: 33.3333%;
  display: inline-block;
  padding: 0px 20px;
  box-sizing: border-box;
  white-space: normal;
  vertical-align: top;
  min-height: 500px;
}

#realty-path-agent-quotes .quote .agent-image {
  border-radius: 50%;
  background-color: #D8D8D8;
  width: 150px;
  height: 150px;
  margin: 25px auto;
  background-image: url(img/realty-path-profile-1.jpg);
}

#realty-path-agent-quotes .quote {
  background-color: #F8F8F8;
  padding: 30px 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 500px;
}

#realty-path-agent-quotes .quote h1 {
  font-size: 26px;
  line-height: 30px;
  color: #9B8879;
  margin: 0px;
}

.quotes {
  padding: 0px 30px;
  box-sizing: border-box;
}

.quotes-controller {
  display: inline-block;
  margin-top: 80px;
  font-size: 0px;
}

.quotes-controller .quote-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.quotes-controller .quote-btn.active:before {
  background-color: #D0BAA8;
}

.quotes-controller .quote-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9A8778;
  transform: translate(-50%, -50%);
}

.quote-arrow {
  width: 30px;
  height: 40px;
  position: absolute;
  display: block;
  left: 15px;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transform: translate(0, -50%);
}

.quote-arrow:before {
  content: "";
  border-left: 1px solid #9B8879;
  border-top: 1px solid #9B8879;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.quote-arrow.right {
  left: auto;
  right: 15px;
  top: 50%;
}

.quote-arrow.right:before {
  transform: translate(-50%, -50%) rotate(135deg);
}

#realty-path-experienced {
  overflow: hidden;
}

#realty-path-experienced .container {
  max-width: 1300px;
}

#realty-path-experienced h1 {
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 0px;
}

#realty-path-experienced p {
  font-size: 20px;
}

#realty-path-experienced .headline {
  margin-bottom: 80px;
}

#realty-path-experienced .quote-container {
  white-space: nowrap;
  overflow-x: scroll;
}

#realty-path-experienced .quote-panel {
  width: 33.3333%;
  display: inline-block;
  padding: 0px 22px;
  box-sizing: border-box;
  white-space: normal;
}

#realty-path-experienced .agent-image {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-top: 40%;
  background-color: #dddddd;
  border-radius: 50%;
}

#realty-path-experienced .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  box-sizing: border-box;
  width: 60%;
}

#realty-path-experienced .text h1 {
  font-size: 22px;
  line-height: 30px;
  font-family: "Poppins Medium";
}

#realty-path-experienced .text p {
  font-size: 20px;
  font-family: "Poppins Regular";
  color: #5F5F5F;
  line-height: 30px;
  margin: 10px 0px;
}

#realty-path-experienced .text h2 {
  font-size: 17px;
  letter-spacing: 0px;
  font-family: "Poppins Regular";
  color: #5F5F5F;
  margin: 10px 0px;
}

#realty-path-happy .headline {
  padding: 0px;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

#realty-path-happy .content-text {
  max-width: 100%;
}

#realty-path-happy h1 {
  font-size: 46px;
  line-height: 60px;
}

#realty-path-happy p {
  font-size: 22px;
  line-height: 30px;
}

#realty-path-happy .left h1 {
  font-size: 36px;
  font-family: "Poppins SemiBold";
}

#realty-path-happy .left ul {
  list-style: none;
  padding-left: 50px;
  margin-bottom: 40px;
}

#realty-path-happy .left ul li p {
  font-size: 24px;
  font-family: "Poppins Medium";
  color: #555555;
  padding: 8px 0px;
  position: relative;
  margin: 0px;
}

#realty-path-happy .left ul li p:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: -50px;
  top: 50%;
  background-image: url(img/realty-path-check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}

#realty-path-happy .left p {
  font-size: 21px;
  font-family: "Poppins Medium";
  color: #555555;
  line-height: 40px;
  margin-bottom: 40px;
}

#realty-path-happy .left h2 {
  font-size: 24px;
  font-family: "Poppins Medium";
  color: #000000;
  letter-spacing: 0px;
  font-style: italic;
}

#realty-path-happy .left a {
  margin: auto;
  margin-top: 60px;
  display: block;
  max-width: 160px;
  text-align: center;
}

#realty-path-happy .right .happy-table {
  border: 1px solid #216AAE;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px #003d7c26;
}

#realty-path-happy .right .happy-table .happy-row {
  border-bottom: 1px solid #D9ECFF;
}

#realty-path-happy .right .happy-table .happy-row:last-child {
  border: none;
}

#realty-path-happy .right .happy-table h1 {
  font-size: 24px;
  font-family: "Poppins Light";
  margin: 0px;
  padding: 18px 20px;
}

#realty-path-happy .right .happy-table .headline-1 h1 {
  font-size: 36px;
  font-family: "Poppins SemiBold";
  padding: 30px 20px;
}

#realty-path-happy .right .happy-table .headline-1 {
  border: none;
}

#realty-path-happy .right .happy-table .headline-2 {
  background: linear-gradient(to bottom, #05A3DB 0%,#00518A 100%);
  border: none;
}

#realty-path-happy .right .happy-table .headline-2 h1 {
  font-size: 48px;
  font-family: "Poppins Medium";
  padding: 30px 20px;
  color: #ffffff;
}

#realty-path-happy .right .happy-table .headline-2 h1 span {
  font-size: 16px;
  font-family: "Poppins Light";
  line-height: 20px;
}

#realty-path-locations {
  background-image: url("img/realty-path-background-3.png");
} 

#realty-path-locations h1 {
  font-size: 46px;
  margin-bottom: 60px;
}

#realty-path-locations .overlay {
  background-color: rgb(0 35 96 / 85%);
}

#realty-path-locations .locations-col {
  width: 25%;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}

#realty-path-locations .locations-col h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  font-family: "Poppins Medium";
  font-weight: 100;
}

#realty-path-locations .locations-col p {
  color: #B4B5B5;
  font-size:14px;
}

#realty-path-footer {
  padding: 20px;
  position: relative;
}

#realty-path-footer .right {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

#realty-path-footer .logo,
#realty-path-footer p,
#realty-path-footer a {
  display: inline-block;
  vertical-align: middle;
}

#realty-path-footer p,
#realty-path-footer a {
  padding: 0px 20px;
  text-decoration: none;
  color: #000000;
}

#realty-path-footer .right {
  text-align: right;
}

#realty-path-footer .realtor-img {
  width: 100px;
  height: 40px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(img/realty-path-realtor.png);
}

#realty-path-calander,
#realty-path-exit {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

body.calander-open,
body.exit-open {
  overflow: hidden;
}

body.calander-open #realty-path-calander,
body.exit-open #realty-path-exit {
  opacity: 1;
  pointer-events: auto;
}

#realty-path-calander .wrapper,
#realty-path-exit .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 60px;
  max-height: 900px;
  max-width: 1440px;
}

#realty-path-calander .calander-container,
#realty-path-exit .exit-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding-bottom:70px;
}

#realty-path-calander .close-btn,
#realty-path-exit .close-btn {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#realty-path-calander .close-btn:before,
#realty-path-calander .close-btn:after,
#realty-path-exit .close-btn:before,
#realty-path-exit .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

#realty-path-calander .close-btn:after,
#realty-path-exit .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#realty-path-exit .exit-container {
  overflow: hidden;
  background: linear-gradient(to bottom, #1a5187 0%,#00a8ff 100%);
}

#realty-path-exit .exit {
  
  background-color: #ffffff;
  text-align: center;
  padding: 30px 70px;
  box-sizing: border-box;
}

#realty-path-exit .exit-img img {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#realty-path-exit .exit-img {
    padding:10px;
    text-align:center;
}

#realty-path-exit h1 {
    color: #022F40;
    font-size: 50px;
    margin-bottom: 0px;
}

#realty-path-exit h2 {
  font-size: 26px;
  letter-spacing: 0px;
}

#realty-path-exit p {
  font-size: 20px;
}

#realty-path-exit .input-box {
  padding: 20px;
  font-size: 20px;
  border-radius: 0px;
  border: 1px solid #2469AE;
  color: #2469AE;
  margin-bottom: 22px;
  width: 100%;
  box-sizing: border-box;
}

#realty-path-exit form {
  margin-top: 40px;
}

#realty-path-exit .input-box[name="first_name"] {
  margin-right: 20px;
}

#realty-path-exit .input-box.small {
  display: inline-block;
  width: calc(49%);
}

#realty-path-exit .input-box::placeholder {
  color: #2469AE;
}

#realty-path-exit .submit-btn {
  background-color: #19C354;
  border: none;
  color: #ffffff;
  padding: 20px 100px;
  font-size: 26px;
  border-radius: 6px;
}

#realty-path-exit .disclaimer {
  font-size: 14px;
  line-height: 24px;
  margin-top: 35px;
  padding-bottom:30px;
  color: #0B71B6;
}

#realty-path-xl-tech {
  background-color: #EEEEEE;
  padding: 4px 20px;
}

#realty-path-xl-tech p {
  margin: 0;
}

#realty-path-xl-tech a {
  color: #167AFB;
  text-decoration: none
}

#realty-path-happy .left .btn {
  display: inline-block;
}


.disclaimer {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    display:block;

}

.pad {
    padding:20px;
}

/**********************************
    SECTION: PRIVACY
***********************************/
#confirm {
    min-height: 80vh;
    padding-top: 150px;
}

//**********************************
    SECTION: PRIVACY
***********************************/
#re-privacy .container, .subscription-center .container, .confirm .container {
    max-width: 1200px;
}


.re-privacy {
padding: 175px 15px 0 15px;
text-align: left !important;
}

.re-privacy ul {
    margin-left: 50px;
    font-weight: 300;
    text-align: left;
}

.re-privacy ul li {
    list-style: circle !important;
    font-weight: 300;
}


.xlt-brand {
    color: #eee;
    font-size: 13px;
    line-height: 24px;
    font-family: Lato;
    margin-top: 10px;
}

    .xlt-brand a {
        color: #eee;
        font-size: 13px;
    }

        .xlt-brand a:hover {
            color: #f3f3f3;
            font-size: 13px;
            text-decoration: underline;
        }

.u .bgheader {
    background-color: #620F12;
}

/**********************************
    SECTION: PREFERENCE CENTER
***********************************/
.eu .subscription-center {
    display: block;
    position: relative;
    padding: 100px 15px 90px 15px;
    background-color: #fff;
    min-height: 1300px;
    height: calc(100vh - 250px);
}

#subscription-center .container {
    max-width: 720px
}

.subscription-center .text-center {
    text-align: center;
}

.subscription-center .vtop {
    vertical-align: top;
    margin-top: 30px;
}

.eu .subscription-center h1 {
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

#subscription_center_form input[type="text"],
#subscription_center_form input[type="email"] {
    background-color: #ffffff;
    color: #444;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 0;
    margin: 10px;
    min-height: 30px;
    padding: 10px;
    width: 95%;
    font-size: 18px;
}

#subscription_center_form input[type="email"] {
    width: 98%;
}

#subscription_center_form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    width: 30px;
    height: 30px;
    font-size: 24px;
    background-color: #fff;
    border: 1px solid #000;
}

    #subscription_center_form input[type=checkbox]:checked:after {
        position: relative;
        bottom: 10px;
        left: 1px;
        color: blue;
        font-size: 36px;
        content: "\2713"; /* check mark */
    }


#subscription-lname {
    margin-right: 0px !important;
}


#submit_subscription {
    margin: 30px 0 30px 0;
    padding: 15px 20px 15px 20px;
    min-width: 300px;
    font-size: 18px;
    background-color: #00a8ff !important;
    text-decoration: none;
}

#subscription-center label {
    padding: 5px 10px;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.Submit_Error {
    background: #f9c3cd !important;
    border-top: 1px solid #b60e2c !important;
    border-right: 1px solid #b60e2c !important;
    border-bottom: 1px solid #b60e2c !important;
    border-left: 1px solid #b60e2c !important;
}

#result_modal .success {
    padding: 30px;
    background-color: #A0F8CC;
    margin: 10px 0;
    font-weight: normal;
    font-size: 14px;
    color: #006633;
    font-family: Arial;
}

#result_modal .error {
    padding: 30px;
    background-color: #f9c3cd;
    border: 1px solid red;
    margin: 10px 0;
    font-weight: normal;
    font-size: 14px;
    color: #660000;
}

.eu .subscription-center .btn_cls {
    text-align: center;
}

    .eu .subscription-center .btn_cls a {
        text-align: center;
        padding: 10px 60px;
        display: inline-block;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        background: #444;
        border-radius: 30px;
        max-width: 255px;
        font-family: Lato;
        width: 100%;
    }




#mobile-mag-view {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto 0px auto;
    height: 153px;
    width: 100%;
    background-color: #1270AE;
    color: #000;
    z-index: 999;
    display: none;
    -webkit-box-shadow: -4px -12px 17px -10px rgba(0,0,0,0.27);
    -moz-box-shadow: -4px -12px 17px -10px rgba(0,0,0,0.27);
    box-shadow: -4px -12px 17px -10px rgba(0,0,0,0.27);
}

#mobile-mag-view .img-responsive {
    width:100px;
}

#mobile-mag-view .col-1 {
    width: 25%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}
#mobile-mag-view .col-2 {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

    .mobile-mag-content {
        padding: 15px 10px 30px 10px;
    }

#mobile-footer-close {
    position: absolute;
    right: 20px;
    top: 6px;
    cursor: pointer;
    max-width: 15px;
    z-index: 99;
}

.mobile-mg-button {
    max-width: 380px;
    margin: 0 auto;
    background: #F77708;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center right 30px;
    width: 100%;
    transition: all ease 0.5s;
    height: 35px;
    margin-top: 0px;
    cursor: pointer;
}

.mobile-mag-content h5 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin:10px 0;
}

.mobile-max-footer-padding {
    margin-bottom: 150px;
}


.form-overlay, .form-overlay_modal {
    position: absolute;
    padding: 30px;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 99;
    display: none;
}

#form-loading, #form-loading_modal {
    position: absolute;
    top: 40%;
    left: 45%;
    width: 50px;
    height: 50px;
}

#form-loading-msg, #form-loading-msg_modal {
    position: absolute;
    top: 30%;
    left: 35%;
    color: #fff;
    text-align: center;
}

#result_modal {
    display: none;
}


@media only screen and (max-width:1200px) {
  #realty-path-header .jumbotron-text {
    width: 50%;
  }

  #realty-path-power h1 {
    font-size: 40px;
  }

  #realty-path-power h3 {
    font-size: 32px;
  }

  #realty-path-power ul li .text {
    width: 70%;
    text-align: left;
  }

  #realty-path-exit .exit {
    padding: 30px 20px;
  }

  #realty-path-footer .logo {
    width: 140px;
    background-size: contain;
  }

  #realty-path-footer p, #realty-path-footer a {
    padding: 0px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width:992px) {
  #realty-path-footer .right {
    position: static;
    width: 100%;
    transform: none;
  }

  #realty-path-footer a,
  #realty-path-footer p {
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px 0px;
  }

  #realty-path-footer .logo {
    margin: 30px auto;
    display: block;
    width: 199px;
  }

  #realty-path-footer .realtor-img {
    text-align: center;
    margin: 20px auto;
    display: block;
  }

  #realty-path-xl-tech {
    text-align: center;
  }

  #realty-path-exit .exit {
    left: 20%;
  }

  #realty-path-exit h1 {
    font-size: 40px;
  }

  #realty-path-exit h2 {
    font-size: 22px;
    line-height: 30px;
  }

  #realty-path-exit p {
      font-size: 16px;
  }

  #realty-path-exit .input-box.small {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  #realty-path-exit .submit-btn {
    font-size: 20px;
  }

  h1 {
    font-family: "Poppins Medium";
    font-size: 32px;
    line-height: 44px;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  #realty-path-header {
    background-position: 65%;
  }

  #realty-path-header h1 {
    font-size: 56px;
    line-height: 64px;
  }

  #realty-path-header p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  #realty-path-numbers h1 {
    font-size: 50px;
  }

  #realty-path-reduce .content-text {
    left: 50%;
    transform: translate(-50%, 0);
  }

  #realty-path-power .right {
    background: linear-gradient(to bottom, #4179A5 0%,#5AB4E0 100%);
    border: none;
    padding: 40px;
  }

  #realty-path-joining .joining-col {
    width: 33.333333%;
  }




  #realty-path-agent-quotes h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 40px;
  }

  #realty-path-agent-quotes .quote-panel {
    width: 50%;
  }

  #realty-path-experienced h1 {
    font-size: 36px;
    line-height: 50px;
  }

  #realty-path-experienced .quote-panel {
    width: 50%;
  }

  #realty-path-happy .headline .content-text {
    padding-bottom: 0px;
  }

  #realty-path-happy h1 {
    font-size: 36px;
    line-height: 50px;
  }

  #realty-path-happy .left .content-text {
    padding-top: 0px;
  }

  #realty-path-happy .left h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #realty-path-happy .left ul li {
    font-size: 22px;
  }

  #realty-path-happy .left ul li p {
    padding: 10px 0px;
    display: inline-block;
    font-size: 20px;
  }

  #realty-path-happy .left p {
    font-size: 16px;
    line-height: 30px;
  }

  #realty-path-happy .left h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #realty-path-happy .right .happy-table h1 {
    font-size: 20px;
  }

  #realty-path-happy .right .happy-table .headline-1 h1 {
    font-size: 28px;
    padding: 20px;
  }

  #realty-path-happy .right .happy-table .headline-2 h1 {
    font-size: 36px;
  }

  #realty-path-locations {
    padding: 40px 20px;
  }

  #realty-path-locations .locations-col {
    width: 33.33333%;
  }

  #realty-path-locations .locations-col p {
    line-height: 22px;
    font-size: 14px;
  }
}

@media only screen and (max-width:768px) {
  #realty-path-exit .exit {
    left: 0;
  }

  #realty-path-exit .submit-btn {
    padding: 20px 60px;
    width: 100%;
  }

  .hide-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .max-width {
    max-width: 600px !important;
  }

  .row.headline, .row.footer {
    margin: auto;
    max-width: 600px;
    box-sizing: border-box;
    padding: 20px 60px;
  }

  .content .content-text {
    max-width: 600px;
    padding: 20px 40px;
    display: block;
  }

  .content .content-text:first-of-type {
    padding-top: 40px;
  }

  .content .content-text:last-of-type {
    padding-bottom: 40px;
  }

  .content {
    padding: 0px;
  }

  .content.sm-spacing {
    padding: 40px 0px !important;
  }

  .container .col {
    width: 100% !important;
    margin: auto;
    text-align: center;
  }

  .divider:after {
    left: 50% !important;
    right: auto;
    transform: translate(-50%, 0);
  }

  #realty-path-header {
    height: auto;
    min-height: auto;
  }

  #realty-path-header h1 {
    font-size: 40px;
    line-height: 52px;
  }

  #realty-path-header p {
    font-size: 15px;
    margin: 20px auto;
  }

  #realty-path-header .jumbotron-img-sm {
    display: block;
    width: 100%;
    height: 400px;
    background-image: url(img/realty-path-header.jpg);
    background-position: 80%;
  }

  #realty-path-header .jumbotron-text {
    width: 100%;
    height: auto;
  }

  #realty-path-header .content-text {
    padding: 40px;
    position: static !important;
    transform: none;
    text-align: center;
    margin: auto;
  }

  #realty-path-numbers {
    padding-bottom: 40px;
  }  

  #realty-path-numbers .content-text {
    padding-bottom: 20px;
  }

  #realty-path-numbers .numbers-table {
      max-width: 400px;
  }

  #realty-path-numbers h1 {
    margin: 0px;
    font-size: 40px;
    line-height: 60px;
  }

  #realty-path-numbers .numbers-col h1 {
    font-size: 40px;
  }

  #realty-path-numbers .numbers-col p {
    font-size: 18px;
    margin-top: 0px;
  }

  #realty-path-save-money .background-square {
    top: 84%;
  }

  #realty-path-reduce {
    padding: 40px 0px;
  }

  #realty-path-reduce h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 26px;
  }

  #realty-path-reduce p {
    font-size: 15px;
    line-height: 30px;
  }

  #realty-path-power h1 {
    font-size: 32px;
    line-height: 48px;
  }

  #realty-path-power h3 {
    font-size: 26px;
    line-height: 36px;
  }

  #realty-path-power ul li h1 {
    font-size: 22px;
  }

  #realty-path-expert .background-square {
    right: -140px;
    bottom: -300px;
  }

  #realty-path-training {
    padding: 0px;
  }

  #realty-path-training .background-square {
    left: -140px;
    bottom: -300px;
  }

  #realty-path-relationships {
    height: 600px;
  }

  #realty-path-relationships .content-text {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #realty-path-joining {
    padding: 0px 20px;
  }

  #realty-path-joining .headline h1 {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
  }

  #realty-path-joining .headline p {
    font-size: 20px;
  }

  #realty-path-joining .headline {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }

  #realty-path-joining .joining-col {
    width: 50%;
    text-align: center;
    padding: 10px;
  }

  #realty-path-joining .joining-col p {
    font-size: 14px;
    line-height: 24px;
  }

  #realty-path-joining .joining-col .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
  }

  #realty-path-joining .footer {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  #realty-path-quote .content-text:after {
    display: none;
  }

  #realty-path-quote {
    padding: 60px 0px;
    padding-bottom: 30px;
  }

  #realty-path-quote p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  #realty-path-quote .content-img {
    width: 160px;
    height: 160px;
    margin: auto;
    padding: 0px;
  }

  #realty-path-quote .content-text {
    padding: 20px 40px;
  }

  #realty-path-experienced .headline {
    margin-bottom: 0px;
  }

  #realty-path-agent-quotes h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  #realty-path-agent-quotes .quote-container .quote-panel {
    width: 100%;
  }

  #realty-path-agent-quotes .quote-container .quote {
    white-space: normal;
    max-width: 400px;
    margin: auto;
  }

  #realty-path-agent-quotes .quotes-controller {
    margin-top: 20px;
  }

  #realty-path-experienced .headline h1 {
    font-size: 32px;
    line-height: 44px;
  }

  #realty-path-experienced .headline p {
    font-size: 16px;
  }

  #realty-path-experienced .quote-panel {
    width: 100%;
  }

  #realty-path-experienced .quote {
    max-width: 400px;
    margin: auto;
    white-space: normal;
  }

  #realty-path-happy {
    padding-bottom: 60px;
  }

  #realty-path-happy .profile .agent-img {
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
    padding: 0px;
  }

  #realty-path-happy .profile .text {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding: 0px;
  }

  #realty-path-happy .left ul {
    max-width: 240px;
    margin: auto;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  #realty-path-happy .left ul li {
    text-align: left;
  }

  #realty-path-locations .locations-col {
    width: 50%;
  }

  #realty-path-locations .locations-col p {
    line-height: 20px;
    font-size: 12px;
  }

  #realty-path-locations h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  #realty-path-locations {
    padding: 0px 10px;
    padding-bottom: 30px;
  }

  #realty-path-calander .wrapper,
  #realty-path-exit .wrapper {
    padding: 10px;
  }

  #realty-path-calander .close-btn,
  #realty-path-exit .close-btn {
    top: 40px;
    right: 40px;
    z-index: 2;
  }

  #realty-path-calander .close-btn:before,
  #realty-path-calander .close-btn:after,
  #realty-path-exit .close-btn:before,
  #realty-path-exit .close-btn:after {
    background-color: #000000;
  }

  #realty-path-happy .left .btn {
    display: none;
  }

  #realty-path-happy .right .content-text {
    padding: 20px;
  }

  #realty-path-happy .right .btn {
    display: inline-block;
    margin-top: 40px;
  }
    #realty-path-exit .exit-img {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    .re-privacy ul {
        margin-left: 10px;
    }

    .re-privacy {
        padding: 95px 15px 50px 15px;
    }

    #realty-path-header .btn-wrapper {
        display: none;
    }

    #realty-path-header {
        min-height:600px;
        background-size:contain;
    }


    #realty-path-relationships {
        background-position: 28% 10%;
    }

    .btn {
        padding: 25px 26px;
      
    }

    #realty-path-expert .content-img,
    #realty-path-save-money .content-img,
    #realty-path-training .content-img {
        height: 300px;
        background-position-y: 0%;
    }
    #realty-path-exit .submit-btn {
        padding: 20px 60px;
        width: 100%;
    }

    #realty-path-exit .exit-headline {
        font-size:32px!important;
    }
    .mobile-only {
        display: block;
    }
    #confirm {
        padding-top:90px;
        min-height: 60px;
        padding-top: 150px;
    }
    #realty-path-exit .exit-img {
        display:none;
    }

    #realty-path-exit .exit-container {
        overflow: auto;
        background:none;
    }


}

