/*
 * Template Name: Buy Sell
 */

/*******************************************************
*
* Body
*
*******************************************************/

#inner-page-wrapper{
	margin-bottom: 0;
	z-index: unset;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.inner-container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.outer-container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.full-container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.ip-title .backdrop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 193px;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 900;
    color: #000;
    z-index: 0;
    opacity: 0.05;
}

.ip-title {
    position: relative;
}

.ip-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #35b5fe;
    font-weight: 900;
    position: relative;
    z-index: 10;
}

.ip-title .small {
    display: block;
    font-size: 34px;
    font-weight: 900;
    color: #000000;
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.ip-btn {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #8d8d8d;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-btn:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

/* Banner */
.ip-pm {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-template-buy-sell .ip-banner {
    display: none;
}

.ip-custom-banner {
    position: relative;
    width: 100%;
}

.ipcb-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.ipcb-img canvas {
    width: 100%;
    display: block;
}

.ipcb-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.ipcb-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background: rgba(0,0,0,0.1);
}

/* Buying Or Selling */
.bs-syh {
    padding: 45px 0 60px;
    position: relative;
}

.wwwr-title.ip-title {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.wwwr-title.ip-title .small {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #f5c11f;
    display: block;
    margin-bottom: 10px;
}

.wwwr-title.ip-title h2 {
    font-size: 60px;
}

.bs-syh .outer-container {
    max-width: 1465px;
}

.syh-box {
    position: relative;
    border: 6px solid #f5c11e;
    padding: 55px 30px 45px;
}

.syh-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.syh-title.ip-title {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
}

.syh-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.syh-left {
    max-width: 446px;
    width: 39.12280701754386%;
    margin-bottom: 10px;
}

.syh-left p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    color: #000000;
    letter-spacing: 0.02em;
}

.syh-right {
    max-width: 611px;
    width: 53.596491228070175%;
    position: relative;
}

.syh-img-wrap {
    position: relative;
    width: 100%;
}

.syh-accent {
    max-width: 560px;
    position: relative;
    width: 91.653027823240589%;
    font-size: 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.syh-accent canvas {
    width: 100%;
    display: block;background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.safari .syh-accent canvas {
    background-attachment: unset;
}

.syh-accent:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgb(53 181 254 / 91%);
}

.syh-video {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 560px;
    width: 91.653027823240589%;
    z-index: 5;
    font-size: 0;
    overflow: hidden;
}

.syh-video canvas {
    width: 100%;
    display: block;
}

.syh-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.syh-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 3;
    border: 16px solid #fff;
}

.play-btn {
    max-width: 87px;
    max-height: 87px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15.535714285714286%;
    height: 24.438202247191011%;
    z-index: 5;
    background: url(../../images/buy-sell/play.png) no-repeat center center/ contain;
}

.syh-video:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(0,0,0,0.23);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.syh-video:hover:before {
    opacity: 0;
}

/* Options */
.bs-options {
    padding: 85px 0 80px;
    position: relative;
    width: 100%;
}

.bso-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 730px;
    font-size: 0;
}

.bso-bg canvas {
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}

.safari .bso-bg canvas {
    background-attachment: unset;
}

.bso-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.9);
}

.bs-options .outer-container {
    max-width: 1462px;
}

.bso-title.ip-title {
    margin-bottom: 25px;
    text-align: center;
}

.bso-title.ip-title h2 span {
    display: block;
    margin-top: 10px;
    color: #000;
}

.bso-content {
    max-width: 914px;
    margin: 0 auto 85px;
    text-align: center;
}

.bso-content p {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #000;
}

.bso-title2.ip-title {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 1140px;
}

.bso-title2.ip-title h2 {
    font-size: 45px;
    line-height: 1.2; 
    color: #000;
}

.bso-flex {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.bso-item-wrap {
    width: calc(100% / 3);
    position: relative;
    max-width: 473px;
}

.bso-item {
    position: relative;
    width: 100%;
}

.bso-item-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.1);
    z-index: 10;
}

.bso-item-wrap:first-child:before {
    display: none;
}

.bso-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    border: 15px solid #38b6ff;
    border-left-width: 11px;
    border-right-width: 11px;
}

.bso-img canvas {
    width: 100%;
    display: block;
}

.bso-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}

.bso-desc {
    padding: 28px 20px 0;
}

.bsod-inner {
    max-width: 355px;
    margin: 0 auto;
}

.bso-desc h3 {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.bso-desc p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #626262;
    margin-bottom: 0;
}

/* Get The Most Money */
.bs-gtm {
    padding: 70px 0 100px;
    position: relative;
}

.gtm-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.gtm-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.safari .gtm-bg canvas {
    background-attachment: unset;
}

.gtm-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.86);
}

.gtm-title.ip-title {
    margin-bottom: 20px;
    text-align: center;
}

.gtm-title.ip-title h2 {
    letter-spacing: 0;
    font-size: 38px;
    color: #f5c11e;
}

.gtm-desc {
    margin-bottom: 40px;
    text-align: center;
}

.gtm-desc span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
}

.gtm-desc p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #404040;
}

.gtm-wrap {
    position: relative;
    max-width: 816px;
    margin: 0 auto;
    width: 100%;
}

.gtm-form {
    position: relative;
    width: 100%;
}

.gtm-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
}

.gtm-wrap textarea {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
    min-height: 80px;
    max-height: 80px;
}

.gtm-wrap input[type="submit"] {
    width: 100%;
    padding: 0;
    height: 44px;
    border: 1px solid #626262;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #626262;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.gtm-wrap input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.gtm-name {
    margin-bottom: 5px;
}

.gtm-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gtm-flex > div {
    margin-left: 40px;
    margin-bottom: 5px;
    width: 100%;
}

.gtm-flex > div:first-child {
    margin-left: 0;
}

.gtm-message {
    margin-bottom: 55px;
}

.gtm-submit {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
}

.gtm-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    width: max-content;
    font-size: 12px;
    max-width: 90%;
}

.gtm-wrap .wpcf7-response-output {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 10px !important;
    margin: 10px auto 0 !important;
}

/* Our Programs */
.bs-gtm {
    padding: 70px 0 100px;
    position: relative;
}

.gtm-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.gtm-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.gtm-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.86);
}

.gtm-title.ip-title {
    margin-bottom: 20px;
    text-align: center;
}

.gtm-title.ip-title h2 {
    letter-spacing: 0;
    font-size: 38px;
    color: #f5c11e;
}

.gtm-desc {
    margin-bottom: 40px;
    text-align: center;
}

.gtm-desc span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
}

.gtm-desc p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #404040;
}

.gtm-wrap {
    position: relative;
    max-width: 816px;
    margin: 0 auto;
    width: 100%;
}

.gtm-form {
    position: relative;
    width: 100%;
}

.gtm-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
}

.gtm-wrap textarea {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
    min-height: 80px;
    max-height: 80px;
}

.gtm-wrap input[type="submit"] {
    width: 100%;
    padding: 0;
    height: 44px;
    border: 1px solid #626262;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #626262;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.gtm-wrap input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.gtm-name {
    margin-bottom: 5px;
}

.gtm-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gtm-flex > div {
    margin-left: 40px;
    margin-bottom: 5px;
    width: 100%;
}

.gtm-flex > div:first-child {
    margin-left: 0;
}

.gtm-message {
    margin-bottom: 55px;
}

.gtm-submit {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
}

.gtm-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    width: max-content;
    font-size: 12px;
    max-width: 90%;
}

.gtm-wrap .wpcf7-response-output {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 10px !important;
    margin: 10px auto 0 !important;
}

.bs-op {
    padding: 90px 0 55px;
    position: relative;
    width: 100%;
}

.op-title.ip-title {
    text-align: center;
    margin: 0 auto 45px;
}

.op-title.ip-title h2 {
    font-size: 50px;
}

.op-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.op-item-wrap {
    width: 20%;
    margin-left: 20px;
    position: relative;
}

.op-item-wrap:first-child {
    margin-left: 0;
}

.op-item {
    max-width: 264px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}

.op-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
    display: block;
    border-bottom: 3px solid #35b5fe;
}

.op-img canvas {
    width: 100%;
    display: block;
}

.op-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.op-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.1);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.op-img:hover:before {
    opacity: 1;
}

.op-desc {
    position: relative;
    width: 100%;
    background: #fff;
    height: 82%;
    border-bottom: 6px solid #f5c11e;
    padding: 25px 30px 55px;
    text-align: center;
    box-shadow: 0px 16px 54px 0px rgba(0, 0, 0, 0.09);
}

.opd-inner {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}

.op-desc h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #35b5fe;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.op-desc h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.op-desc h3 a:hover {
    color: var(--secondary);
}

.op-desc .highlight {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 23px;
    color: #515151;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.op-desc .highlight:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 33px;
    height: 1px;
    background: #35b5fe;
    transform: translateX(-50%);
}

.op-desc p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #515151;
    margin-bottom: 0;
}

/* Get Cash Offer Now */
.bs-gco {
    padding: 50px 0 95px;
    position: relative;
}

.gco-title.ip-title {
    text-align: center;
    margin-bottom: 45px;
}

.gco-title.ip-title h2 {
    font-size: 38px;
    color: #f5c11e;
    letter-spacing: 0;
}

.gco-title.ip-title .small {
    margin-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.gco-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 673px;
}

.gco-form {
    position: relative;
    width: 100%;
}

.gco-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
}

.gco-wrap textarea {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
    min-height: 100px;
    max-height: 100px;
}

.gco-wrap input[type="submit"] {
    width: 100%;
    padding: 0;
    height: 44px;
    border: 1px solid #626262;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #626262;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.gco-wrap input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.gco-name {
    margin-bottom: 5px;
}

.gco-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gco-flex > div {
    margin-left: 40px;
    margin-bottom: 5px;
    width: 100%;
}

.gco-flex > div:first-child {
    margin-left: 0;
}

.gco-message {
    margin-bottom: 35px;
}

.gco-submit {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
}

.gco-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.gco-wrap .wpcf7-response-output {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 10px !important;
    margin: 10px auto 0 !important;
}

.gco-wrap select {
    width: 100%;
    background: transparent url(../../images/buy-sell/arrow.png) no-repeat right 5px center;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

/* Buying A House */
.bs-bah {
    position: relative;
}

.bs-bah .outer-container {
    max-width: 1465px;
}

.bah-box {
    padding: 45px 20px 125px;
    position: relative;
    border: 6px solid #f5c11e;
}

.bah-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.bah-title.ip-title {
    text-align: center;
    margin-bottom: 40px;
}

.bah-title.ip-title span {
    display: block;
    color: #010101;
    margin-bottom: 10px;
}

.bah-subtitle {
    margin-bottom: 95px;
    text-align: center;
}

.bah-subtitle h3 {
    font-size: 34px;
    font-weight: 900;
    color: #000000;
}

.bah-flex {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.bah-desc {
    max-width: 600px;
    width: 54.631579%;
}

.bah-desc p {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #010101;
}

.bah-img {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: -30px;
    max-width: 618px;
    width: 54.210526315789474%;
}

.bah-img img {
    width: 100%;
    height: auto;
}

/* Homes For Sale */
.bs-hfs {
    padding: 80px 0 0;
    position: relative;
    width: 100%;
}
.bs-hfs iframe {
    width: 100% !important;
}
.hfs-top {
    margin-bottom: 30px;
}

.hfs-title.ip-title {
    text-align: center;
}

.hfs-middle {
    padding: 75px 0 90px;
    position: relative;
    width: 100%;
}

.hfsm-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.hfsm-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    background-attachment: fixed;
}

.safari .hfsm-bg canvas {
    background-attachment: unset;
}

.hfsm-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(255,255,255,0.9);
}

.hfs-flex {
    display: flex;
    align-items: center;
}

.shf-title.ip-title {
    position: relative;
}

.shf-title.ip-title h2 {
    font-size: 38px;
    line-height: 1.2;
}

.shf-title.ip-title h2 span {
    display: block;
    color: #000;
}

.shf-title.ip-title .backdrop {
    left: -107px;
    transform: translate(0, -50%);
}

.hfs-right {
    max-width: 710px;
    width: 50.714285714285714%;
    margin-left: 4.285714285714286%;
}

#hfs-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#hfs-form label {
    display: none;
}

#hfs-form select {
    width: 100%;
    padding: 20px 0;
    background: transparent;
    border: none;
    outline: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #292929;
    border-bottom: 1px solid #838383;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.hfsf-text {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #292929;
    margin-top: 15px;
}

.hfsf-right {
    width: 97px;
    min-width: 97px;
    position: relative;
    margin-left: 5.633802816901409%;
}

.qs-submit {
    width: 100%;
}

.qs-submit button {
    width: 100%;
    height: 100px;
    background: transparent;
    font-size: 0;
    border: 1px solid #f5c11e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-icon {
    width: 28px;
    height: 28px;
    background: url(../../images/buy-sell/search.png) no-repeat center center/ contain;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.qs-submit button:hover .search-icon {
    filter: brightness(0) invert(1);
}

.qs-submit button:hover {
    background: #f5c11e;
}

.hfsf-left {
    width: 100%;
    position: relative;
}

.location {
    margin-bottom: 20px;
}

.hfsf-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfsf-flex > div {
    width: 100%;
    margin-left: 1px;
}

.hfsf-flex > div:first-child {
    margin-left: 0;
}

.hfs-bottom {
    padding: 50px 0 75px;
    position: relative;
}

.hfsb-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 607px;
    font-size: 0;
}

.hfsb-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    background-attachment: fixed;
}

.safari .hfsb-bg canvas {
    background-attachment: unset;
}

.hfsb-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.95);
    z-index: 2;
}

.hfsb-desc {
    text-align: center;
    margin: 0 auto 50px;
}

.hfsb-desc p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 20px;
}

.hfsb-desc .highlight {
    font-size: 18px;
    font-weight: 700;
}

.hfsb-title.ip-title {
    text-align: center;
    margin-bottom: 35px;
}

.hfsb-title.ip-title h2 {
    font-size: 38px;
    letter-spacing: 0;
    color: #f5c11e;
    line-height: 1.2;
}

.hfsb-title.ip-title h2 span {
    display: block;
}

.hfsb-title.ip-title h2 span a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hfsb-title.ip-title h2 span a:hover {
    color: var(--primary);
}

.hfsb-title.ip-title .small {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.hfsb-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 815px;
}

.aut-form {
    position: relative;
    width: 100%;
}

.aut-form input {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
}

.aut-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    outline: 0;
    padding: 22px 0;
    border-bottom: 1px solid rgb(108 108 108 / 34%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #626262;
    min-height: 80px;
    max-height: 80px;
}

.aut-form input[type="submit"] {
    width: 100%;
    padding: 0;
    height: 44px;
    border: 1px solid #626262;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #626262;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.aut-form input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.aut-name {
    margin-bottom: 10px;
}

.aut-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aut-flex > div {
    margin-left: 40px;
    margin-bottom: 10px;
    width: 100%;
}

.aut-flex > div:first-child {
    margin-left: 0;
}

.aut-message {
    margin-bottom: 55px;
}

.aut-submit {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
}

.aut-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.hfsb-wrap .wpcf7-response-output {
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 10px !important;
    margin: 10px auto 0 !important;
}

/* Buying A Home In Jacksonville Florida */
.bs-bhj {
    padding: 60px 0;
    position: relative;
}

.bs-bhj .outer-container {
    max-width: 1485px;
}

.bhj-title.ip-title {
    text-align: center;
    margin: 0 auto 40px;
}

.bhj-title.ip-title .small {
    margin-top: 20px;
}

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

.bhj-left {
    max-width: 845px;
    position: relative;
    width: 58.477508650519031%;
}

.bhj-right {
    max-width: 568px;
    position: relative;
    width: 39.307958477508651%;
}

.bhj-img-wrap {
    position: relative;
    width: 100%;
}

.bhj-accent {
    max-width: 803px;
    position: relative;
    width: 95.029585798816568%;
    font-size: 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.bhj-accent canvas {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.safari .bhj-accent canvas {
    background-attachment: unset;
}

.bhj-accent:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgb(53 181 254 / 80%);
}

.bhj-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 810px;
    width: 95.857988165680473%;
    z-index: 5;
    font-size: 0;
    overflow: hidden;
}

.bhj-img canvas {
    width: 100%;
    display: block;
}

.bhj-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.bhj-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 3;
    border: 16px solid #fff;
    border-left-width: 18px;
    border-right-width: 18px;
}

.bhj-list {
    position: relative;
    width: 100%;
}

.bhj-list li {
    display: flex;
    align-items: flex-start;
    font-size: min(1.25vw, 20px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #000;
    position: relative;
    margin-top: 25px;
}

.bhj-list li:before {
    width: 43px;
    height: 3px;
    content: '';
    background: #f5c11f;
    margin-top: 12px;
    margin-right: 25px;
}

.bhj-list li:first-child {
    margin-top: 0;
}

/* Made Easy */
.bs-me {
    padding: 60px 0 85px;
    position: relative;
}

.me-title.ip-title {
    text-align: center;
    margin-bottom: 40px;
}

.me-title.ip-title .small {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #f6c93c;
    margin-top: 0;
    margin-bottom: 10px;
}

.me-title.ip-title h2 {
    color: #000;
    letter-spacing: 0;
}

.bs-me .outer-container {
    max-width: 1560px;
}

.me-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.me-left {
    max-width: 885px;
    width: 58.223684210526316%;
    position: relative;
    padding-top: 47px;
}

.me-right {
    max-width: 633px;
    position: relative;
    width: 41.644736842105263%;
}

.me-list {
    position: relative;
    width: 100%;
}

.me-list li {
    margin-top: min(0.75vw, 12px);
    position: relative;
    background: #eeeeee;
    width: 100%;
    padding: min(0.125vw,2px) min(3.4375vw,55px) min(0.125vw,2px) 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.me-list li span {
    font-size: min(2.25vw, 36px);
    font-weight: 900;
    color: #1c1c1c;
    margin-right: min(2.3125vw, 37px);
    line-height: 1.2;
}

.me-list li i {
    font-size: min(5.4375vw, 87px);
    font-weight: 900;
    font-style: normal;
    color: #f6c93c;
}

.me-list li:last-child span {
    font-size: min(3vw, 48px);
}

.me-list li:first-child {
    margin-top: 0;
}

.me-list li:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #eeeeee;
    content: '';
}

.me-list li:after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    content: '';
    max-width: 180px;
}

.me-img-wrap {
    position: relative;
    width: 100%;
    border: 25px solid #35b5fe;
    border-top-left-radius: 305px;
    border-top-right-radius: 305px;
    border-bottom-right-radius: 305px;
    overflow: hidden;
    background: #fff;
}

.me-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.me-img canvas {
    width: 100%;
    height: auto;
    /* min-height: 818px; */
}

.me-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
}

.me-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 20px solid #fff;
    z-index: 2;
    border-top-left-radius: 280px;
    border-top-right-radius: 280px;
    border-bottom-right-radius: 280px;
}

.me-list li:nth-last-child(2) {
    padding: min(2.40625vw,38.5px) min(3.4375vw,55px) min(2.40625vw,38.5px) 0;
}
/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/
@media only screen and (max-width: 1300px) {
    .op-desc {
        padding: 25px 20px 55px;
    }
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .wwwr-title.ip-title h2 {
        font-size: 50px;
    }
    
    .ip-title h2 {
        font-size: 40px;
    }
    
    .ip-title .small {
        font-size: 28px;
    }
    
    .bso-title2.ip-title h2 {
        font-size: 40px;
    }
    
    .bso-desc h3 {
        font-size: 24px;
    }
    
    .bah-subtitle h3 {
        font-size: 28px;
    }
    
    .bah-desc p {
        font-size: 13px;
        letter-spacing: 0.005em;
        line-height: 24px;
    }
    
    .bah-desc {
        width: 60.631579%;
    }
    
    .bah-img {
        bottom: -10px;
    }
    
    .shf-title.ip-title h2 {
        font-size: 30px;
    }

    .op-desc h3 {
        font-size: 14px;
    }
    
    .op-desc .highlight {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .op-desc p {
        font-size: 11px;
        line-height: 1.4;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ip-title .backdrop {
        display: none;
    }
    
    .syh-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .syh-left {
        width: 100%;
        text-align: center;
    }
    
    .syh-right {
        width: 100%;
    }
    
    .bso-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .bso-item-wrap {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .bso-desc {
        text-align: center;
    }
    
    .bso-item-wrap:before {
        display: none;
    }
    
    .bah-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .bah-desc {
        width: 100%;
    }
    
    .bah-desc p {
        font-size: 15px;
        letter-spacing: 0.02em;
        line-height: 26px;
    }
    
    .bah-img {
        position: relative;
        width: 100%;
        bottom: unset;
    }
    
    .bah-box {
        padding: 45px 20px;
    }
    
    .hfs-flex {
        flex-direction: column;
        justify-content: center;
    }
    
    .hfs-left {
        width: 100%;
        text-align: center;
    }
    
    .hfs-right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    
    .hfsb-title.ip-title h2 {
        font-size: 30px;
    }
    
    .bhj-flex {
        flex-direction: column;
        justify-content: center;
    }
    
    .bhj-left {
        width: 100%;
    }
    
    .bhj-right {
        width: 100%;
        margin-top: 40px;
    }
    
    .bhj-list li {
        justify-content: center;
        font-size: 20px;
    }
    
    .me-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .me-list li:after {
        width: 1000%;
        max-width: none;
    }
    
    .me-list li {
        padding: 2px 55px 2px 0;
    }
    
    .me-list li span {
        font-size: 30px;
        margin-right: 37px;
    }
    
    .me-list li i {
        font-size: 80px;
    }
    
    .me-left {
        width: 100%;
    }
    
    .me-list li:nth-last-child(2) {
        padding: 38.5px 55px 38.5px 0;
    }
    
    .me-list li:last-child span {
        font-size: 42px;
    }
    
    .me-right {
        width: 100%;
        margin-top: 40px;
    }

    .op-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .op-item-wrap {
        width: 31%;
        margin-bottom: 30px;
    }
    
    .op-desc h3 {
        font-size: 18px;
    }
    
    .op-desc .highlight {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .op-desc p {
        font-size: 13px;
        line-height: 1.5;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .wwwr-title.ip-title h2 {
        font-size: 42px;
    }
    
    .ip-title h2 {
        font-size: 37px;
    }
    
    .bso-title2.ip-title h2 {
        font-size: 37px;
    }
    
    #hfs-form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .hfsf-right {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .hfsf-text {
        position: relative;
    }
    
    .me-list li {
        padding: 2px 0;
    }
    
    .me-list li:nth-last-child(2) {
        padding: 38.5px 0;
    }
    
    .me-list li i {
        font-size: 70px;
    }
    
    .me-list li span {
        font-size: 28px;
    }
    
    .me-list li:last-child span {
        font-size: 35px;
    }

    .op-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .op-item-wrap {
        width: 100%;
        margin-left: 0;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 567px) {
    .inner-container, .outer-container {
        padding: 0 15px !important;
    }
    
    .wwwr-title.ip-title h2 {
        font-size: 40px;
    }
    
    .syh-box {
        padding: 55px 20px 45px;
    }
    
    .syh-video:after {
        border-width: 8px;
    }
    
    .bso-title2.ip-title h2 {
        font-size: 30px;
    }
    
    .gtm-flex {
        flex-direction: column;
    }
    
    .gtm-flex > div {
        margin-left: 0;
    }
    
    .gco-flex {
        flex-direction: column;
    }
    
    .gco-flex > div {
        margin-left: 0;
    }
    
    .ip-title h2 {
        font-size: 30px;
    }
    
    .bah-subtitle h3 {
        font-size: 21px;
    }
    
    .bah-subtitle {
        margin-bottom: 50px;
    }
    
    .hfsf-flex {
        flex-direction: column;
    }
    
    .hfsf-flex > div {
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .aut-flex {
        flex-direction: column;
    }
    
    .aut-flex > div {
        margin-left: 0;
    }
    
    .bhj-img:before {
        border-width: 9px;
    }
    
    .me-list li span {
        font-size: 17px;
        margin-right: 10px;
    }
    
    .me-list li i {
        font-size: 35px;
    }
    
    .me-list li:last-child span {
        font-size: 20px;
    }
    
    .me-list li:nth-last-child(2) {
        padding: 20px 0;
    }
    
    .me-img-wrap {
        border-width: 15px;
    }
    
    .me-img:before {
        border-width: 10px;
    }
    
    .op-title.ip-title h2 {
        font-size: 40px;
    }
}