html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.dropdown-menu {
    right: 0;
    left: auto !important;
}

.container {
    max-width: 1200px;
}

.btn-dark {
    background: white;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid;
    color: black;
    transition: all 0.3s ease-in-out;
}

.btn-dark:hover {
    background: #000;
    border-color: #000;
    color: white
}


/* Start Nav */

nav .navbar-brand img {
    width: 250px;
}

.navbar {
    position: absolute;
    width: 100%;
    background: none;
    z-index: 2;
}

.contact-nav {
    position: inherit
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar button.navbar-toggler {
    background: white;
    border-radius: 0;
}

.dropdown-item {
    padding: 10px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background: black !important;
    color: white;
    padding: 10px
}

.navbar span.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar span.navbar-toggler-icon i {
    font-size: 26px;
    color: black !important
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    padding: 0 !important;
    margin: 0 20px
}

.contact-nav .nav-link {
    color: black !important
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid white
}

.contact-nav .nav-item.active .nav-link,
.contact-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid black
}


/* End Nav */


/* Main-header */

.main-header {
    background: url(../images/head-bg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    /* position: absolute; */
    width: 100%
}

.main-header .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    color: white
}

.main-header h3 {
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 5px;
    font-size: 2vw;
    margin-top: 5px;
}

.main-header h1 {
    font-family: auto !important;
    font-weight: 500;
    font-size: 3.7vw;
    margin: 0 auto
}

.main-header h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3vw
}

.main-header .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.main-header .btn:hover {
    background: white;
    color: black;
}


/* Main-header */


/* History */

.history {
    padding: 30px 0;
    background: black;
    text-align: center
}

.history .row {
    align-items: center;
}

.history h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: white
}

.history p {
    font-weight: 300;
    font-size: 22px;
    color: #f2f2f2
}


/* History */


/* meet-craig */

.meet-craig {
    /* padding: 50px 0 */
}

.meet-craig .left-bg {
    background: url(../images/left-bg.png) no-repeat left;
    background-size: cover;
    padding: 0
}

.meet-craig .left-bg .overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    padding: 5vw 0;
    display: flex;
    justify-content: flex-end;
}

.meet-craig .left-bg img {
    float: right;
    position: relative;
    left: 8vw;
    max-width: 290px;
}

.meet-craig .right-content {
    padding: 3vw 17% 3vw 18%;
}

.meet-craig .right-content h2 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.meet-craig .right-content p {
    font-size: 16px
}

.meet-craig .row {
    align-items: center
}


/* meet-craig */


/* Services */

.services {
    padding: 70px 0 0;
    background: black
}

.services .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.services .img-service {
    position: relative
}

.services h4 {
    color: white;
    font-weight: 300;
    font-size: 18px
}

.services h2 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}

.services p {
    color: white;
    font-weight: 300;
    max-width: 670px;
    margin-bottom: 40px;
    font-size: 18px;
}

.services h5 {
    color: white;
    font-size: 16px;
    text-align: right;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 400;
}

.services h5 a {
    color: white;
    font-weight: 600;
}

.services .img-service img {
    border-radius: 30px;
    width: 100%;
}

.services .img-service .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.services .img-service .overlay .content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    top: 65px;
    left: 0;
    transition: all 0.3s ease-in-out
}

.services .img-service .overlay:hover {
    background: rgba(0, 0, 0, 0.7)
}

.services .img-service .overlay:hover .content {
    top: 0
}

.services .img-service .overlay .content h3 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px
}

.services .img-service .overlay .content hr {
    border-top: 1px solid white;
    width: 100%;
    font-weight: 600;
}

.services .img-service .overlay .content a {
    color: white;
    font-weight: 400;
    font-size: 16px
}


/* Services */


/* Insights */

.insights {
    padding: 70px 0 20px
}

.insights .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.insights h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: black;
    /* letter-spacing: 5px; */
}

.insights p {
    font-size: 18px;
    max-width: 1100px;
    color: black;
    margin: 10px auto 50px
}

.insights h4 {
    font-size: 18px;
    color: black;
    max-width: 90%;
    margin-bottom: 40px;
}

.insights a {
    color: black;
    text-decoration: none;
}

.insights img {
    width: 100%;
    margin: 0px auto 20px;
    display: block
}


/* Insights */


/* work-with-us */

.work-with-us {
    background: url(../images/work-with-us.png) no-repeat center center;
    background-size: cover;
}

.work-with-us .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 200px 0
}

.work-with-us h4 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400
}

.work-with-us h2 {
    color: white;
    font-size: 50px;
    font-weight: 400
}

.work-with-us p {
    color: white;
    font-size: 18px;
    max-width: 500px;
    font-weight: 400
}

.work-with-us .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 8px 20px
}

.work-with-us .btn:hover {
    background: white;
    color: black;
}


/* footer */

footer {
    background: black;
    padding: 50px 0 10px
}

footer .social-icons {
    text-align: right;
}

footer.white-footer {
    background: white;
    color: black
}

footer .col-lg-3 {
    margin-bottom: 30px
}

footer h5 {
    color: white
}

footer.white-footer h5 {
    color: black
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

footer a {
    text-decoration: none !important;
    color: white !important
}

footer.white-footer a {
    color: black !important
}

footer hr {
    width: 100%;
    border-top: 1px solid #CCC
}

footer.white-footer hr {
    border-top: 1px solid #555
}

footer .footer-links {
    float: right;
    color: white;
}

footer .footer-links li {
    margin-left: 15px
}

footer .footer-links li a {
    font-size: 15px;
}


/* footer */


/* contact */

.contact {
    padding: 100px 0 50px;
    z-index: 9;
    position: relative;
}

.contact .title {
    font-weight: 600;
    font-size: 3.5vw;
}

.contact .img-left {
    width: 100%;
    margin-top: 15px
}

.contact .content {
    margin-top: 30px
}

.contact .content h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.contact .content h6 {
    font-size: 20px;
    font-weight: 600
}

.contact .contact p {
    font-weight: 400;
    font-size: 18px;
    color: #4E4E4E
}

.contact .right-side {
    border: 1px solid #BDBDBD;
    padding: 20px;
    background: #F6FFFF
}

.contact .right-side .media {
    align-items: center;
}

.contact .right-side .media img {
    max-width: 120px;
    margin-right: 15px;
}

.contact .right-side .media h5 {
    font-size: 18px;
    font-weight: 400;
}

.contact .right-side .media h3 {
    font-weight: 600;
    font-size: 25px;
}

.contact .right-side .profile-img {
    display: block;
    margin: -110px auto 30px;
    text-align: center;
}

.contact .right-side .side-content h4 {
    text-align: center
}

.contact .right-side .side-content ul {
    text-align: center;
}

.contact .right-side .side-content ul li {
    color: #0C0C0C;
    font-weight: 500 !important;
    font-size: 16px
}

.contact .right-side input {
    background: #FFF;
    font-size: 16px;
    height: 50px
}

.contact .right-side textarea {
    background: #FFF;
    resize: none;
    font-size: 16px;
    height: 110px
}

.contact .right-side button {
    background: #1A7E7B;
    color: white;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
}


/* contact */

.side {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background: #30b298;
}


/* About */

.main-header.about-header {
    background: url(../images/about-bg.png) no-repeat center center;
    background-size: cover;
    /* position: absolute; */
    width: 100%;
    height: auto !important;
}

.main-header.about-header .overlay {
    padding: 120px 0 0
}

.about-header .about-img {
    width: 100%;
    position: relative;
    right: 10vw;
}

.about-header .row {
    align-items: center;
    padding: 0
}

.about-header .container,
.about-header .row {
    height: 100%
}

.about-header .container {
    max-width: 100%;
}

.about-header .container .col-lg-9,
.about-header .container .col-lg-3 {
    padding: 0
}

.about-header .content {
    position: relative;
    top: 42%;
    left: -65px;
    background: rgb(221 209 209 / 50%);
    padding: 20px
}

.main-header.about-header h1 {
    font-family: auto !important;
    font-weight: 500;
    font-size: 4vw;
    margin: 0 auto;
}

.about-header h5 {
    font-size: 1.8vw;
    margin: 0;
}

.about h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px !important;
    margin-bottom: 25px
}

.about p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    color: #545369;
    max-width: 610px;
}

.contact.about .right-side {
    border: 1px solid #DDD;
    padding: 45px 20px !important;
    background: #E5F0F0;
}

.contact.about .right-side input,
.contact.about .right-side textarea {
    background: white !important
}

.contact.about .right-side .side-content ul {
    text-align: left;
}

.contact.about {
    padding: 30px 0 50px
}

.main-header.sell-header {
    background: url(../images/sell-bg.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    /* position: absolute; */
    width: 100%;
}

.main-header.sell-header.b-guide {
    background: url(../images/B-Guide.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    position: relative;
    width: 100%;
}

.main-header.sell-header.c-guide .circle,
.main-header.sell-header.b-guide .circle {
    position: absolute;
    background: url(../images/curvy.svg) no-repeat center center;
    background-size: cover;
    bottom: -6vw;
    left: 0;
    width: 100%;
    height: 12vw;
}

.main-header.sell-header.c-guide {
    background: url(../images/buy-property.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    position: relative;
    width: 100%;
}


/* .main-header.sell-header.c-guide .circle {
    bottom: -3vw;
} */

.main-header.sell-header.c-guide:before {
    /* content: "";
    position: absolute;
    background: url(../images/curvy.svg) no-repeat center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%; */
    /* height: 100%; */
    /* background: #bc5747; */
    /* border-radius: 0 0 50% 50%/0 0 100% 100%; */
    /* transform: scaleX(2); */
}

.main-header.sell-header.buy-header {
    background: url(../images/buy-bg.png) no-repeat center center;
    background-size: cover;
    height: auto !important;
    /* position: absolute; */
    width: 100%;
}

.main-header.sell-header .overlay {
    padding: 60px 0 60px;
}

.main-header.sell-header h1 {
    font-size: 3.7vw !important;
    margin-top: 0;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.main-header.sell-header p {
    font-size: 21px;
    max-width: 850px;
    margin: 0px auto 0 !important;
    padding-top: 0 !important;
}

.main-header.home-buy {
    background: url(../images/home-guide.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 38vw !important;
}

.main-header.home-buy .overlay {
    background: none !important;
}

.sell-black-bg {
    background: black;
    padding: 50px 0
}

.sell-black-bg img {
    width: 100%;
}

.sell-black-bg h1 {
    color: white;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    max-width: 600px;
}

.sell-black-bg p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    max-width: 530px;
}

.sell-black-bg .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.sell-black-bg .btn:hover {
    background: white;
    color: black;
}

.selling-service {
    padding: 70px 0
}

.selling-service h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 32px
}

.selling-service h5 {
    font-weight: 400;
    font-size: 21px;
    max-width: 850px;
    margin: 10px auto;
    color: black
}

.selling-service .row {
    margin-top: 70px
}

.selling-service .row .col-lg-4 {
    border-right: 1px solid #CCC;
    padding: 30px 0
}

.selling-service .row .col-lg-4:last-of-type {
    border: none
}

.selling-service p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    max-width: 347px;
    margin: 0 auto;
}

.selling-service .btn {
    background: white;
    border: 1px solid black;
    font-weight: 400;
    border-radius: 0px;
    color: black;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 8px 20px
}

.selling-service .btn:hover {
    background: #000;
    border-color: #000 !important;
    color: white;
}

#icon {
    cursor: pointer
}

.icon-click {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99 !important
}

#hiddenDiv {
    position: fixed;
    bottom: 30px;
    right: 20px;
    margin-left: 20px;
    display: none;
    z-index: 99 !important;
    box-shadow: 0 0 2px 1px #DDD;
    border-radius: 20px;
}

.pop-content {
    background: white;
    padding: 20px 15px;
    max-width: 400px
}

button.cta-close.close {
    background: white;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -41px;
    right: 0;
    cursor: pointer;
}

.cta-profile__button {
    color: #1A7E7B;
    border-top: 1px solid #DDD;
    display: block;
    padding-top: 20px;
    transition: all 0.3s ease-in-out
}

.cta-profile__button:hover {
    color: #000;
    text-decoration: none
}

.sell-guide-bg {
    padding: 70px 0
}

.guide-right h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    margin-bottom: 15px;
}

.guide-right p {
    font-size: 20px;
}

.guide-right input {
    background: #FFF;
    font-size: 16px;
    height: 50px
}

.guide-right button {
    background: #1A7E7B;
    color: white;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px
}

.home-buy .content {
    max-width: 700px;
    margin: 30px auto 0
}

.home-buy p {
    font-size: 16px;
    color: #575757
}

.home-buy ul {
    padding: 0;
    margin-left: 15px;
}

.home-buy li {
    font-size: 15px;
    margin-bottom: 15px;
}

.home-buy li b {
    font-size: 17px
}

.home-buy h4 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 15px;
}

.home-buy h5 {
    font-weight: bold;
    font-size: 20px;
}

.home-buy h6 {
    font-size: 600;
    font-size: 19px;
    margin-bottom: 15px
}

.home-buy .bg {
    background: url(../images/bg-img.png) no-repeat center center;
    background-size: cover;
    padding: 80px 90px;
    border-radius: 20px;
}

.home-buy .bg img {
    margin: 0 auto 30px;
    display: block;
}

.home-buy .bg h5 {
    color: white;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5
}

.conversation {
    background: black;
    padding: 40px 0
}

.conversation .container {
    max-width: 700px;
}

.conversation h1 {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 15px
}

.conversation ul li {
    text-align: center;
    color: white;
    font-size: 16px
}

.home-buy .black-bg {
    background: url(../images/bg-img.png) no-repeat center center;
    background-size: cover;
    padding: 20px 20px 10px;
    border-radius: 20px;
}

.home-buy .black-bg li,
.home-buy .black-bg h4 {
    color: white !important
}

.white-foot {
    background: white !important
}

.white-foot h5,
.white-foot a {
    color: black !important
}

.work-together h1 {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.work-together .btn {
    border: 1px solid black;
    font-weight: 500;
    border-radius: 0px;
    color: black;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 15px 20px;
}

.work-together .btn:hover {
    background: black;
    color: white
}

.content-block {
    max-width: 1200px;
    margin: 0 auto;
}

.bg-content p {
    font-size: 24px;
    padding: 30px;
}

.look-for {
    background: black;
}

.look-for h1 {
    color: white;
    font-size: 48px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

.look-for li {
    color: white
}

.about-p h1 {
    text-align: left;
}

.about-p p {
    text-align: left;
    margin: 0 !important;
}

.about-p .content {
    background: #232323;
    padding: 20px 80px;
    max-width: 1100px;
    margin: 0 auto
}

.about-p .btn {
    float: left;
}

.explore-insights .video-block {
    position: relative;
}

.explore-insights .play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.explore-insights .play img {
    transition: all 0.3s ease-in-out;
}

.explore-insights .play:hover img {
    transform: scale(0.9);
}

.explore-insights .main-img {
    width: 100%;
    filter: brightness(50%);
}

.explore-insights h1 {
    text-align: center;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
}

.explore-insights .desc {
    color: #575757;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
}

.explore-insights p {
    color: black;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 25px;
}

.explore-insights .btn-dark {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: fit-content;
}

.insights .btn-dark {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: fit-content;
}

.explore-insights .col-lg-4 {
    display: none;
}

.about-meet h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.about-meet p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
}

.article-one {
    background: url(../images/c-guide.png) no-repeat center center !important;
    background-size: cover !important;
}

.article-two {
    background: url(../images/article-b.png) no-repeat center center !important;
    background-size: cover !important;
}

.article-three {
    background: url(../images/article-c.png) no-repeat center center !important;
    background-size: cover !important;
}

.financing-tips {
    position: relative;
}

.financing-tips .container {
    background: #E4948D;
    position: relative;
    padding: 46px 0;
    max-width: 1200px;
}

.financing-tips .left-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 26.9%;
}

.financing-tips .row {
    align-items: center;
}

.financing-tips .craig {
    position: relative;
    left: 100px;
    width: 80.2%;
}

.financing-tips .right-side {
    padding-left: 50px;
}

.financing-tips .right-side h3 {
    background: #FFE8E6;
    color: #214366;
    width: fit-content;
    padding: 15px 15px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.financing-tips .right-side h1 {
    font-size: 45px;
    color: #000;
    max-width: 650px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.financing-tips .right-side h1 span {
    font-style: italic;
}


/* mortgage */

.mortgage {
    padding: 50px 0;
}

.mortgage h2 {
    text-transform: uppercase;
    max-width: 350px;
    font-weight: bold;
    color: black;
    font-size: 30px;
    margin-bottom: 30px;
}

.mortgage h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
    color: #2D3748;
}

.mortgage img {
    max-width: 100%;
    width: 100%;
}

.mortgage ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.mortgage p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.mortgage ul li {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000;
    font-size: 18px;
    margin-left: 20px;
    font-weight: 400;
}

.transfer {
    padding: 50px 0;
    background: url(../images/images-transfer.png) no-repeat center left;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 30px;
}

.transfer .content {
    background: #E4948D;
    padding: 50px 40px;
}

.transfer .content h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.transfer .content p {
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.transfer .content ul {
    margin-left: 0;
    padding-left: 20px;
}

.transfer .content ul li {
    font-size: 18px;
    font-weight: 400;
}

.understanding {
    padding: 40px 0;
    background: #CFCFCE;
}

.understanding .btn {
    background: none;
    border: 1px solid black;
    border-radius: 0;
    padding: 10px 13px;
    font-weight: 500;
}

.understanding .row {
    align-items: center;
}

.understanding h1 {
    font-size: 33px;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}

.understanding p {
    margin-bottom: 20px;
}

.eligible {
    background: url(../images/images-bg.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}

.eligible h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.eligible p {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 20px;
}

.port {
    padding: 50px 0 30px;
    text-align: center;
    background: #FCF4F4;
}

.port h5 {
    font-weight: 600;
}

.port h1 {
    text-align: center;
    text-transform: uppercase;
    color: black;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 650px;
    margin: 0 auto 10px;
    font-size: 33px;
}

.port img {
    display: block;
    margin: 10px auto 20px;
}

.port h4 {
    text-align: center;
    color: black;
    font-weight: 500;
}

.port .desc {
    max-width: 750px;
    margin: 0 auto 30px;
}

.port p {
    text-align: center;
    color: #000;
    font-size: 17px;
}

.port .col-lg-4 {
    margin-bottom: 30px;
}

.qualifies .content {
    padding: 20px 0;
}

.qualifies .row {
    align-items: center;
}

.qualifies h1 {
    color: black;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 30px;
}

.qualifies p {
    color: #525252;
    margin-bottom: 20px;
    font-size: 20px;
}

.costs {
    padding: 40px 0;
    background: #214366;
}

.costs .row {
    align-items: center;
}

.costs .craig-img {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.costs .craig-text {
    margin-bottom: 10px;
}

.costs h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33px;
}

.costs p {
    color: white;
}

.assising,
.deadline {
    background: #FDF9F9;
}

.deadline-2 {
    background: #EBEBEB !important;
}

.deadline-3 {
    background: #F8F6F3 !important;
}

.conclusion {
    padding: 40px 0;
    text-align: center;
    background: #000;
}

.conclusion h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

.conclusion p {
    text-align: center;
    color: white;
    font-size: 18px;
}

.lets-connect {
    padding: 40px 0;
    background: #F4F9FF;
}

.lets-connect img {
    display: block;
    margin: 10px auto
}

.lets-connect h1 {
    font-family: "Playfair Display", serif;
    max-width: 600px;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 33px;
}

@media (min-width: 991px) and (max-width:1330px) {
    .financing-tips .craig {
        left: 20px
    }
    .financing-tips .left-img {
        display: none;
    }
}

@media (max-width: 991px) {
    .critical-header {
        background: url(../images/critical-bg.png) no-repeat center center;
        background-size: cover;
        padding: 50px 0;
        color: white;
    }
    .financing-tips .craig {
        left: 0;
    }
    .financing-tips .craig {
        left: 0;
        margin: 0 auto;
        display: block;
    }
    .financing-tips .right-side h3 {
        margin: 20px auto;
    }
    .financing-tips .right-side {
        padding: 20px;
        text-align: center;
    }
    .financing-tips .right-side h1 {
        max-width: 100%;
    }
    .costs .craig-text {
        display: block;
        margin: 10px auto;
    }
    .costs {
        text-align: center;
    }
    .understanding {
        text-align: center;
    }
    .understanding .row {
        flex-direction: column-reverse;
    }
    .qualifies {
        text-align: center;
        padding: 40px 0
    }
    .qualifies .row {
        flex-direction: column-reverse;
    }
    .assising .row {
        flex-direction: column !important;
    }
    .financing-tips .container {
        padding: 20px 0;
    }
    .financing-tips .left-img {
        display: none;
    }
    .financing-tips img {
        padding: 20px 20px 0;
    }
    .transfer .col-md-8 {
        padding: 0;
    }
    .transfer {
        padding: 0;
    }
    .qualifies .content {
        padding: 0;
    }
    .transfer .content {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .transfer {
        background: none;
    }
    .qualifies p {
        font-size: 18px;
    }
}

.data-text {
    padding: 50px 0;
}

.data-text p {
    font-size: 24px;
    color: #525252;
    font-weight: 400;
}

.qualifies {
    padding: 50px 0;
}

.stay-updated {
    background: url(../images/stay-updated.png) no-repeat center center;
    background-size: cover;
}

.stay-updated p {
    font-size: 18px;
}

.follow-me h1 {
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    font-size: 40px;
}

.follow-me p {
    font-size: 22px;
    max-width: 630px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.follow-me-dark h1 {
    color: white;
}

.follow-me-dark p {
    color: white;
}

.follow-me-dark .btn {
    color: white;
    border-color: white;
}

.data-text-2 {
    padding: 40px 0;
    background: #F8F6F3;
}

.data-text-2 p {
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    max-width: 850px;
    margin: auto;
}

.conclusion-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    max-width: 700px;
    margin: auto;
}

.eligible-2 {
    background: url(../images/critical.png) no-repeat center center;
    background-size: cover;
}

.eligible-2 h1 {
    font-family: 'Montserrat', sans-serif;
}

.eligible-2 p {
    max-width: 910px;
    margin: auto;
}

.critical-header {
    background: url(../images/critical-bg.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: white;
}

.critical-header p {
    text-align: center;
    color: white;
    max-width: 750px;
    font-size: 20px;
    margin: 0 auto 20px;
}

.critical-header .media {
    width: 300px;
    margin: 0 auto;
}

.critical-header .media h5 {
    font-size: 25px;
    padding-left: 15px;
    text-align: left;
}

.critical-header .media p {
    font-size: 20px;
    padding-left: 15px;
    margin: 0;
    text-align: left;
}

.critical-header h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    max-width: 800px;
    margin: 20px auto 0;
    font-family: 'Montserrat', sans-serif;
}

.importance {
    background: #eed0d0;
}

.importance .container-fluid {
    padding: 0;
}

.importance h1 {
    font-weight: bold;
    font-size: 3.5vw;
    max-width: 50vw;
    text-align: center;
    margin: auto;
}

.importance p {
    font-size: 1.5vw;
    font-weight: 600;
    margin: 0;
}

.importance small {
    font-size: 1.2vw;
    font-weight: 500;
}

.importance .middle-img {
    position: absolute;
    top: 8.4vw;
    left: -5.5vw;
    width: 13vw;
}

footer .text-white {
    font-weight: 300 !important;
}

.nav-list {
    max-width: 1100px;
    margin: 0 auto 30px;
}

.nav-list li {
    padding-left: 15px;
}

.short-sales {
    padding: 100px 0 50px;
    background: #F2F3EA;
    background-size: contain;
    border-top: 15px solid #D4C19D;
    border-bottom: 15px solid #D4C19D;
}

.short-sales .row {
    align-items: center;
}

.short-sales .content-d {
    text-align: center;
    background: #DDD;
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-width: 1100px;
    margin: 0 auto 20px;
}

.short-sales .content-d .img {
    position: absolute;
    top: -100px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.short-sales h4 {
    font-weight: bold;
    color: black;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


/* .short-sales .w-100 {
    transform: scale(1.1);
} */

.short-sales h1 {
    color: #000;
    text-align: center;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
    max-width: 900px;
    margin: 20px auto;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}

.short-sales p {
    color: #000;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.short-sales small {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.pros {
    padding: 50px 0;
    background: #F7F7F5;
}

.pros-buying img {
    object-fit: contain;
    height: 80px;
}

.pros img {
    margin-bottom: 10px;
}

.pros h1 {
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.pros .col-md-6 {
    padding: 5px;
}

.pros .content {
    background: white;
    padding: 20px;
    margin-bottom: 3px;
}

.pros .content h4 {
    font-weight: 600;
    color: #061C3D;
    font-size: 22px;
    margin-top: 10px;
}

.pros .content p {
    color: #2D3748;
    font-size: 20px;
    max-width: 500px;
}

.pros-2 {
    margin-top: 50px;
}

.pros-2 .row {
    align-items: center;
}

.pros-2 img {
    display: block;
    margin: 0 auto;
}

.pros-2 p {
    max-width: 100% !important;
}

.pros-2 .content {
    margin-bottom: 20px;
}

.conclusion-white {
    background: white;
}

.conclusion-white h1 {
    text-transform: capitalize;
    color: #2D3748;
    font-weight: 600;
}

.conclusion-white p {
    color: #2D3748;
    max-width: 960px;
    margin: auto;
    font-weight: 400;
}

.pros-3 {
    background: url(../images/pros-3.jpg) no-repeat center center;
    background-size: cover;
    color: white;
}

.pros-3 .content {
    background: none;
}

.pros-3 h4,
.pros-3 p {
    color: white !important;
}

.critical-header-2 {
    padding: 40px 0 0 0;
    background: url(../images/bgg.jpg) no-repeat center center;
    background-size: cover;
}

.critical-header-2 .content-d {
    background: #419F81;
    padding: 20px;
    margin: 20px -15px;
}

.critical-header-2 h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 0px;
}

.critical-header-2 h1 {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 1000px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.critical-header-2 p {
    font-size: 24px;
    max-width: 900px;
    margin-bottom: 0;
}

.decision {
    background: url(../images/decision-bf.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}

.decision h1 {
    color: white;
    margin-bottom: 20px;
}

.decision p {
    color: white;
    font-size: 20px;
    max-width: 550px;
}

.qaute {
    padding: 40px 0;
    background: #FFF8F4;
}

.qaute .desc {
    text-align: center;
    font-size: 27px;
    font-family: "Playfair Display", serif;
    margin: 0 auto 30px;
    max-width: 800px;
}

.qaute .media {
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.qaute .media img {
    max-width: 120px;
    margin-right: 15px;
}

.qaute .media h5 {
    font-size: 18px;
    font-weight: 600;
}

.qaute .media h3 {
    font-weight: 600;
    font-size: 25px;
}

.conclusion-bg {
    padding-bottom: 0;
}

.guide-header {
    padding: 30px 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.guide-header .row {
    align-items: center;
}

.guide-header h3 {
    color: #419F81;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.guide-header h1 {
    font-weight: bold;
    font-size: 45px;
    color: #FFF;
    text-align: center;
}

.guide-header .media {
    background: #419F81;
    color: white;
    text-align: center;
}

.guide-header .media img {
    margin-right: 0;
}

.guide-header .media h5 {
    font-size: 28px;
    font-weight: bold;
}

.guide-header .data-c {
    background: #244179;
    padding: 20px;
}

.guide-header .media p {
    font-size: 22px;
    font-weight: 500
}

.critical-header.deadline-2 {
    background: url(../images/process.jpg) no-repeat center center;
    background-size: cover;
}

.appraiser {
    color: white;
    background: #244179;
}

.appraiser .container {
    background: #244179;
}

.appraiser p.desc {
    font-family: "Playfair Display", serif;
    font-size: 24px
}

.appraiser hr {
    border-bottom: 1px solid #EEE
}

.appraiser .content {
    padding: 30px
}

.appraiser .content .media img {
    width: 80px;
}

.vacation {
    background: url(../images/process.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
}

.vacation .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: white;
    padding: 20px;
}

.vacation h4 {
    margin-bottom: 0;
}

.vacation h1 {
    font-family: "Playfair Display", serif;
    font-size: 55px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.vacation h3 {
    margin-bottom: 5px;
}

.vacation p {}

.text-content {
    padding: 40px 0;
    background: #F8F6F3;
}

.text-content p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 20px;
}

.deadline-4 {
    background: url(../images/grey.png) no-repeat center center !important;
    background-size: cover !important;
}

.deadline-5 {
    background: url(../images/bg-e.png) no-repeat center center !important;
    background-size: cover !important;
}

.deadline-7 {
    background: url(../images/bg-5.png) no-repeat center center !important;
    background-size: cover !important;
}

.deadline-7 h3 {
    font-family: "Playfair Display", serif;
}

.deadline-10 {
    background: url(../images/bg-3.png) no-repeat center center !important;
    background-size: cover !important;
}

.green-qaute {
    padding: 40px 0;
    background: #204B43;
}

.green-qaute img {
    display: block;
    margin: 0 auto;
}

.green-qaute p {
    color: white;
    text-align: center;
    font-size: 22px;
    max-width: 1000px;
    margin: 15px auto 0;
}

.home-header {
    padding: 30px 0;
    background: #fff8f6;
}

.home-header .row {
    align-items: center;
}

.home-header h3 {
    color: #204B43;
    font-size: 45px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.home-header h1 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 55px;
    color: #515160;
}

.home-header .media img {
    margin-right: 10px;
}

.home-header .media h5 {
    font-size: 22px;
    font-weight: bold;
}

.home-header .media p {
    font-size: 17px;
    font-weight: 500
}

.home-header p.desc {
    font-size: 18px;
    max-width: 500px;
    margin-top: 10px;
}

.index-5 .mortgage h3 {
    font-family: "Playfair Display", serif;
    color: #220000;
    font-size: 32px;
}

.index-5 .conclusion-white h1 {
    font-family: "Playfair Display", serif;
    color: black;
}

.vacation-home {
    padding-bottom: 40px;
    position: relative;
    max-width: 100%;
    margin: auto;
}

.vacation-home .bag {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    width: 18vw;
}

.vacation-home .plane {
    position: absolute;
    bottom: 3vw;
    left: 3vw;
    width: 20vw;
}

.vacation-home .content {
    margin-top: -15vw;
}

.vacation-home .content img {
    margin: 0 auto 0.7vw;
    display: block;
    width: 16vw;
}

.vacation-home .content h4 {
    font-family: "Knewave", system-ui;
    color: black;
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 0;
}

.vacation-home .content h1 {
    font-family: "Knewave", system-ui;
    color: black;
    font-size: 5.7vw;
    font-weight: 500;
    line-height: 1;
}

.vacation-home .content p {
    color: #314A58;
    font-size: 2.7vw;
    font-weight: 500;
    margin-bottom: 0;
}

.vacation-home .content small {
    color: #314A58;
    font-size: 1.5vw;
    font-weight: 500;
}

.ur-home {
    text-align: center;
    background: url(../images/bg-55.png) no-repeat center center;
    background-size: cover;
    color: white;
}

.ur-home .row {
    align-items: center;
    justify-content: center;
}

.ur-home h4 {
    color: white;
    margin-top: 1.3vw;
    margin-bottom: 0;
    font-size: 2.5vw;
}

.ur-home h1 {
    color: #EBC58E;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
}

.ur-home .data-bg {
    background: #EBC58E;
    padding: 0.5vw 0.5vw 0.2vw 0.5vw;
    color: black;
    font-size: 3.5vw;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    margin-bottom: 0.5vw;
}

.ur-home p {
    font-size: 2.5vw;
    margin-bottom: 0;
}

.ur-home small {
    font-size: 1.3vw;
}

.ur-home .img {
    width: 17vw;
}