body,
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 14pt;
    background: #fff;
    margin: 0;
}

.search-submit {
    bottom: 0;
    overflow: hidden;
    padding: 0;
    background: #03989e!important;
    font-size: 14px;
    color: white;
    width: 62px;
    margin-top: 14px;
    height: 42px;
    cursor: pointer;
    border-radius: 15px!important;
}

#property-listing-json {
    display: flex;
    flex-flow: wrap;
}

.color-teal {
    color: #03989e;
}

.color-red {
    color: #c84242;
}

.color-white {
    color: #ffffff;
}

.color-dark-grey {
    color: #545454;
}

.color-light-grey {
    color: #d9d9d9;
}

.bg-teal {
    background-color: #03989e;
}

.bg-red {
    background-color: #c84242;
}

.bg-white {
    background-color: rgb(255, 255, 255);
    background-position: center;
    border-radius: 15px;
    min-width: 300px;
    max-width: 420px;
}

.bg-dark-grey {
    background-color: #545454;
}

.bg-light-grey {
    background-color: #d9d9d9;
}

.bg-grass {
    background-image: url("../img/grass-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.top-banner {
    background-color: #03989e;
    text-align: center
}

.top-banner h3 {
    text-align: center;
    margin: 0;
    padding: 22px 0px;
    color: white;
    opacity: 87%;
    text-transform: uppercase;
    font-weight: 200;
}

.text-center,
.optinForm_submit {
    text-align: center !important;
}

.menu-container {
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    opacity: 87%;
}

.menu-container.responsive {
    height: auto;
}

.menu-container .logo {
    max-width: 250px;
    padding: 0 10px;
    overflow: hidden;
}

.menu-container .logo.responsive {
    display: none;
}

.menu-container .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.menu-container .logo a img {
    max-width: 100%;
    max-height: 60px;
}

.menu-container .navbar {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
    justify-content: flex-end;
    margin-right: 50px;
}

.menu-container .navbar ul {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-container .navbar ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    padding: 0 35px;
}

.menu-container .navbar ul li a:hover {
    color: #ffffff;
    background-color: rgba(23, 23, 23, 0.9);
}

.menu-container .navbar ul li.responsive {
    display: flex;
    flex: 0 0 100%;
    border-bottom: 1px solid gray;
}

.menu-container .navbar ul .close {
    display: none;
    text-align: right !important;
    padding: 10px;
}


/*.menu-container .navbar .nav-list:nth-child(2) .close.responsive {
    display: none !important;
}*/

.menu-container .navbar .nav-list:last-child .close.responsive {
    display: none !important;
}

.menu-container .navbar ul .close.responsive {
    display: flex;
    text-align: right;
    padding: 0px;
    flex: 0 0 100%;
    justify-content: flex-end;
    margin: 4px;
    border-bottom: none !important;
}

.menu-container .navbar ul .close span {
    font-size: 30px;
    display: inline-block;
    border: 1px solid #212529;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

.menu-container .navbar .icon-bar {
    font-size: 30px;
    margin-right: 16px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.menu-container .navbar .icon-bar.responsive {
    display: none;
}

.menu-container .navbar .icon-bar a {
    text-decoration: none;
    color: black;
}

.active {
    font-weight: bold;
}

.first-section {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -60px;
}

.container {
    padding: 20px 0px;
    width: 80%;
    margin: auto;
}

.img-fluid.img-sold {
    height: 430px;
}

.banner-buy {
    background-color: #03989e;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    margin-top: 60px;
}

.banner-buy h1,
.banner-deals h1 {
    color: white;
    font-size: calc(1.425rem + 2.1vw);
    text-transform: uppercase;
    text-align: center;
}

.banner-deals h1 {
    margin-top: 0px !important;
    margin-bottom: 250px !important;
}

.bg-contact-us {
    background-image: url('../img/background-questions.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.row {
    margin: 20px 0;
    justify-content: space-around;
}

.row-submit {
    margin: 20px 0;
    text-align: right!important;
}

.grid {
    display: grid!important;
    grid-template-columns: auto auto!important;
    margin: 10px;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-10 {
    -ms-flex: 0 0 75%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-6 {
    flex: 0 0 50%;
    text-align: center;
    display: inline-block;
    min-width: 450px;
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

img {
    max-width: 100%;
    text-align: center;
}

.img-list {
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    max-height: 150%;
    min-height: 10%;
}

.img-nonelist {
    max-width: 100%;
    min-width: unset;
    padding: 10px;
    max-height: 150%;
    min-height: 10%;
}

.listingPics {
    text-align: center;
}

.listingPics img {
    width: 60%;
    min-height: 50%;
    border: 1px solid #CCC;
    padding: 1%;
    text-align: center;
}

.thumbnail {
    width: 100% !important;
    height: 228px !important;
    object-fit: cover !important;
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    /* height: 500px; */
}

.map {
    width: 100%;
}

.card-blue {
    background-color: #03989e;
    padding: 26px 20px;
    margin: auto;
    border-radius: 20px;
    width: 420px;
    max-width: 465px;
    color: #fff;
}

.flex-container {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    height: 500px;
}

.flex-container>div {
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    width: 300px;
}

.flex-align-Top {
    align-self: flex-start;
    flex-basis: 100%;
    width: 100%;
}

.flex-align-Bottom {
    align-self: flex-end;
    flex-basis: 100%;
    width: 100%;
}

.card-blue .title,
.card-contact .title,
.card-selling-house .title {
    color: white;
    font-size: calc(1.325rem + .9vw);
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.card-blue .text,
.card-contact .text,
.card-selling-house .text {
    color: white;
    opacity: 87%;
    font-size: calc(1.3rem + .6vw);
    text-align: center;
    margin: 14px 0;
}

.card-blue h6,
.card-contact h6,
.card-selling-house h6 {
    color: white;
    opacity: 87%;
    font-size: calc(1.3rem + .6vw);
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}

span.bold {
    font-weight: bold;
}

.bg-sold {
    background-image: url('../img/sold.jpg');
    background-position: left bottom;
    background-size: 150% 100%;
    background-repeat: no-repeat;
    height: 450px;
    max-height: 450px;
    border-radius: 15px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 12px 0;
}

.form-control,
#optinForm #optinForm_input input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 7px;
}

#optinForm_input span {
    width: 100%;
}

#optinForm_notify {
    display: none;
}

input#or_Optional_Number {
    width: 86%;
}

.privacy-lock {
    max-width: 23px;
    max-height: 23px;
    margin-right: 5px;
    min-width: unset;
}

.tt_item {
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    margin: 10px 0px 10px 8px;
    font-weight: bold;
    cursor: pointer;
}

.btn.btn-red,
input#submit {
    color: #fff;
    background-color: #c84242;
    border-color: #c84242;
    cursor: pointer;
    font-weight: bold;
    font-size: calc(1.325rem + .9vw);
    text-transform: uppercase;
    border-radius: 12px;
    text-decoration: none;
    width: 90%;
}

.btn-red:hover,
input#submit:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.btn-red {
    transition-duration: 0.4s;
}

.btn-red:hover {
    background-color: #b33939;
    /* Green */
    color: white;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.listing {
    display: none;
}

div.pager {
    display: none;
}

.second-section {
    background-color: #03989e;
    padding-top: 26px;
}

.content-banner-text {
    background-color: white;
    text-align: center;
    padding: 1px 16px;
}

.content-banner-text p {
    color: black;
    font-weight: normal;
}

.content-list {
    background-color: transparent;
    margin-left: 20px;
    padding: 20px 0;
}

.content-title {
    color: white;
    margin: 0 50px;
    font-size: 2rem;
    text-align: center;
    padding: 17px;
    border-radius: 12px;
}

.content-title h3 {
    margin: 0;
}

.list-element {
    color: #ffff;
    font-size: 1.2em;
    text-align: left;
}

search-submit abutton {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    background: #03989e;
    font-size: 14px;
    color: white;
    width: 62px;
    margin-top: 14px;
    height: 42px;
    cursor: pointer;
    border-radius: 4px;
}

search-submit abutton {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    background: #03989e;
    font-size: 14px;
    color: white;
    width: 62px;
    margin-top: 14px;
    height: 42px;
    cursor: pointer;
    border-radius: 12px;
}

.FontSmall {
    font-size: 15px !important;
}

.img-bag {
    height: auto;
    width: auto;
}

.m-b-0 {
    margin-bottom: 0px;
}

.text-right {
    text-align: right;
}

.row .col-md-12 {
    padding: 20px 0;
    text-align: center;
}

ol.ordered-list {
    list-style: none;
    counter-reset: steps;
    margin-right: 20px;
}

ol.ordered-list li.list-element {
    counter-increment: steps;
    margin: 25px 0;
}

ol.ordered-list li.list-element::before {
    /* content: counter(steps); */
    content: "";
    margin-right: 0.5rem;
    background: #03989e;
    color: white;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 1.2em;
    background-image: url('../img/check.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

ol.ordered-list ol.ordered-list li.list-element::before {
    background: darkorchid;
}

.display-none {
    display: none;
}

ul#nav-lists.responsive {
    flex: 0 0 100%;
}

.width-90 {
    width: 90%;
}

.gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(255 255 255);
    background: linear-gradient(360deg, #ffffff 1%, rgba(255, 255, 255, 0) 61%);
    top: 0;
}

.position-relative {
    position: relative;
}

.btn.btn-red.btn-contact {
    width: 100%;
    padding: 10px 0px;
}


/* Sell your land */

.money-wave {
    max-height: 100%;
    position: sticky;
    height: auto;
    width: 103%;
    max-width: 104%;
}

#button_back,
#sub-mor-prop,
#fin-off-req,
.errormessage {
    width: auto !important;
}

.pad-0 {
    padding: 0;
}


/* Sell your house */

.card-selling-house {
    background-color: #03989e;
    padding: 26px 20px;
    margin: auto;
    border-radius: 20px;
    width: 420px;
    max-width: 465px;
}

.banner-house .banner-text-container .content-banner-text {
    background-color: black;
    color: #fff;
}

.toggle-btn {
    color: #fff;
}

.toggle-btn-grp.cssonly #o_type {
    margin-bottom: 18px;
}

.abutton.btn.btn-red {
    padding: 5px 0px;
    width: 100%;
    -webkit-appearance: none;
}

.gm-style-iw-d .abutton {
    color: #fff;
    background-color: #c84242;
    border-color: #c84242;
    cursor: pointer;
    font-weight: bold;
    font-size: 14;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    margin: 5px 0 0;
    width: 100%;
}


/*merge fields*/

div.row div.toggle-btn-grp.cssonly {
    position: inherit !important;
    margin-top: 14px;
}

div.step1 .row {
    display: block !important;
}

.step2 {
    margin: 20px 0 !important;
}

.adjust-error {
    height: auto !important;
    max-height: initial !important;
}

div.step2 input,
div.step2 select,
div.step2 textarea {
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div.step2 select {
    padding: 9px;
}

div.step2 input#or_phone,
input#m_address2,
input#p_apn,
select#p_owned {
    width: 92%;
}

.lbl-yrs {
    margin-left: 16px;
    line-height: 2;
}

.input-group-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-right: 0;
}

div.step2 input.input-inline {
    display: inline-block;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.label-input {
    background-color: #dad8d8;
    font-weight: bold;
    line-height: 2;
    text-align: right;
}

.exlg-label-input {
    width: 750px;
    max-width: 750px;
}

.label-input label {
    margin-right: 15px;
}

.text-left {
    text-align: left;
}

#sub-mor-prop {
    margin: 0 15px;
}

.justify-center {
    justify-content: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    margin-left: 17px;
    background: #cccccc;
    border-radius: 35px;
    height: 30px;
    width: 30px;
    font-weight: 900;
    cursor: pointer;
}

.tooltip .tooltiptext,
.tt_item .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 38px;
    right: -120px;
    margin-left: -0px;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    font-size: 16px;
}

.tooltip .tooltiptext::after,
.tt_item .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 58%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
 } */

.show_tooltip {
    visibility: visible !important;
    opacity: 1 !important;
}

.hide_tooltip {
    visibility: hidden !important;
    opacity: 0 !important;
}


/* Contact us */

textarea.text-area {
    padding: 0;
    overflow: auto;
    resize: vertical;
}

.g-recaptcha {
    margin-bottom: 10px !important;
}

.row .content {
    margin: auto;
    text-align: center;
}

.row .content p {
    font-size: calc(0.95rem + .6vw);
    margin: 8px 0;
}

.card-contact {
    background-color: #03989e;
    padding: 26px 20px;
    margin: auto;
    border-radius: 20px;
    width: 420px;
    max-width: 465px;
}

.card-contact .form-control {
    width: 100% !important;
}

.g-recaptcha div {
    left: 0;
    right: 0;
    margin: auto;
}

.card-contact h1.red {
    text-align: center;
    color: white;
    opacity: 87%;
}

.menu-ul {
    color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-ul li {
    flex: 0 0 100%;
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 2px;
}

.menu-ul li:first-child {
    border-top: 1px solid #f6f6f6;
}

.menu-ul a {
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

input[type="text"] {
    box-sizing: border-box;
}

.text-banner {
    margin: 0;
    line-height: 1.6;
}


/*Pop-up*/

.popup {
    display: none;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.popup-body {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.page-popup {
    display: none;
    position: absolute;
    left: 5%;
    top: 3%;
    width: 90%;
    min-height: 300px;
    z-index: 101;
    background-color: #FFF;
}

.page-popup-open-button {
    display: inline-block;
    color: blue;
    cursor: pointer;
}

.page-popup-open-button:hover {
    text-decoration: underline;
}

.page-popup-close {
    margin: 30px;
    text-align: right;
}

.page-popup-close-button {
    margin-right: 10px;
    font-size: 16pt;
    cursor: pointer;
}

.page-popup-content {
    margin: 30px;
}

.page-popup-hidden {
    display: none;
}

.page-popup-background {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-popup {
    display: none;
    position: absolute;
    left: 5%;
    top: 3%;
    width: 90%;
    min-height: 300px;
    z-index: 101;
    background-color: #FFF;
}

.page-popup-open-button {
    display: inline-block;
    color: blue;
    cursor: pointer;
}

.page-popup-open-button:hover {
    text-decoration: underline;
}

.page-popup-close {
    margin: 30px;
    text-align: right;
}

.page-popup-close-button {
    margin-right: 10px;
    font-size: 16pt;
    cursor: pointer;
}

.page-popup-content {
    margin: 30px;
}

.page-popup-hidden {
    display: none;
}


/*Footer*/

div.footer {
    display: none;
}

section {
    width: 100%;
    display: inline-block;
    background: #333;
    height: 50vh;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
}

.footer-distributed {
    background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

.footer-left {
    min-width: unset!important;
}


/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}


/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    margin-top: 20px;
}


/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-center h4 {
    margin-bottom: 4px;
    color: white;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: lightseagreen;
    text-decoration: none;
    ;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}


/* Menu */

.menu-container .navbar #submenu-more {
    position: absolute;
    z-index: 100;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 25px;
    cursor: pointer;
    right: 0px;
}

.menu-container .navbar #submenu-more img {
    vertical-align: middle;
}

.menu-container .navbar #submenu-hidden {
    position: absolute;
    z-index: 100;
    display: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #161616;
    padding: 0px;
    right: 0px;
    top: 40px;
}

.menu-container .navbar #submenu-hidden div.button a {
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.menu-container .navbar #submenu-hidden li {
    display: block !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #BBB;
}

.menu-container .navbar #submenu-hidden ul {
    list-style: none;
    padding: 0px;
    margin-bottom: -100px;
    display: inline-block;
    background: black;
}

.menu-container .navbar #submenu-hidden li {
    display: inline-block;
    padding: 10px 40px;
    margin-left: -5px;
    border-right: 1px solid #242D15;
}

.menu-container .navbar #submenu-hidden li:hover {
    background: #232D14;
    cursor: pointer;
}

.menu-container .navbar #submenu-hidden a {
    color: #FFF;
    text-decoration: none;
}

.menu-container .navbar .icon-arrow-menu {
    font-size: 24px !important;
    top: -7px !important;
    font-weight: bold;
    padding: 20px 25px;
    position: relative;
}

.menu-container .navbar #submenu-more span:hover {
    color: #ffffff;
    background-color: rgba(23, 23, 23, 0.9);
}

@media (min-width: 150px) and (max-width: 900px) {
    .menu-container .navbar ul li a:hover {
        color: #ffffff;
        background-color: rgba(23, 23, 23, 0.9);
        width: 100%;
    }
    .menu-container .navbar ul {
        display: flex;
    }
    .menu-container .navbar .icon-bar {
        display: block;
    }
    .menu-container .navbar ul li {
        display: none;
    }
    .menu-container .navbar {
        margin: auto;
    }
    .menu-container .logo {
        max-width: 56%;
    }
    /*--hide submenu more---*/
    .menu-container .navbar #submenu-hidden,
    .menu-container .navbar #submenu-more {
        display: none !important;
    }
}


/* Small devices (landscape phones, 376px and up) */

@media (min-width: 150px) and (max-width: 629px) {
    .first-section {
        background-size: cover;
    }
    .container {
        width: 95%;
        padding: 20px 0px;
    }
    .container-listing {
        padding: 20px 0px;
        width: 100%;
        margin: auto;
    }
    .card-blue {
        width: 260px !important;
        max-width: 260px !important;
    }
    .banner-buy {
        margin: 60px 15px 0;
    }
    input#or_Optional_Number {
        width: 77%;
    }
    .card-contact,
    .card-selling-house {
        width: 300px;
        max-width: 300px;
    }
    .bg-sold {
        height: 300px !important;
        max-height: 300px !important;
    }
    .banner-buy h1 {
        font-size: calc(1.0rem + 2.1vw);
    }
    .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 100px 0 !important;
        width: 500px!important;
    }
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .card-blue .title,
    .card-contact .title,
    .card-selling-house .title {
        font-size: calc(0.75em + .9vw);
    }
    .card-blue .text,
    .card-contact .text,
    .card-selling-house .text {
        font-size: calc(0.95rem + .6vw);
    }
    .btn.btn-red {
        -webkit-appearance: none;
        font-size: calc(1.5rem + .2vw) !important;
        padding: 25px 0px;
        width: 100%;
    }
    .btn.btn-red.btn-selling-land {
        -webkit-appearance: none;
        font-size: calc(1.1rem + .2vw) !important;
        padding: 10px;
    }
    .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container-money-bag {
        display: none;
    }
    .content-list {
        margin: 0 20px !important;
    }
    .input-group-form {
        margin-bottom: 10px;
    }
    ol.ordered-list li.list-element::before {
        width: 1em;
        height: 1em;
    }
    .content-title h3 {
        font-size: calc(0.5em + .9vw);
    }
    .gradient.grad-house {
        background: linear-gradient(360deg, #ffffff 3%, rgba(255, 255, 255, 0) 61%);
    }
    .bg-contact-us {
        background-size: cover;
        background-position: right;
    }
    .label-input {
        text-align: left;
    }
    div.step2 input#or_phone,
    input#m_address2,
    input#p_apn,
    select#p_owned {
        width: 82%;
    }
    .tooltip,
    .tt_item {
        margin-top: 4px;
    }
    input#button_back,
    input#sub-mor-prop {
        padding: .375rem .75rem;
        margin-bottom: 10px;
    }
    input#fin-off-req {
        padding: .375rem .75rem;
    }
    .tooltip .tooltiptext,
    .tt_item .tooltiptext {
        width: 269px;
        padding: 5px 8px;
        right: 0px;
        font-size: 12px;
    }
    .tooltip .tooltiptext::after,
    .tt_item .tooltiptext::after {
        left: 94%;
    }
    div.step2 input,
    div.step2 select,
    div.step2 textarea {
        border-radius: 0;
    }
    .text-verify {
        width: 85%;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 630px) {
    .menu-container {
        align-items: start !important;
        border-bottom-style: solid;
        border-bottom-style: #f2f3f4;
    }
    .card-blue {
        width: 270px !important;
        padding: 20px 12px;
    }
    .card-contact,
    .card-selling-house {
        width: 270px;
        max-width: 270px;
        padding: 20px 12px;
    }
    .card-blue .title,
    .card-contact .title,
    .card-selling-house .title {
        font-size: calc(0.75em + .9vw);
    }
    .card-blue .text,
    .card-contact .text,
    .card-selling-house .text {
        font-size: calc(0.95rem + .6vw);
    }
    .bg-sold {
        height: 325px;
        max-height: 350px;
    }
    .btn.btn-red {
        font-size: calc(0.9rem + .5vw) !important;
    }
    .content-title h3 {
        font-size: calc(0.5em + .9vw);
    }
    .gradient.grad-house {
        background: linear-gradient(360deg, #ffffff 65%, rgba(255, 255, 255, 0) 61%);
    }
    ol.ordered-list li.list-element::before {
        width: 1.2em;
        height: 1.2em;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .card-blue {
        width: 320px !important;
        max-width: 320px !important;
        max-height: 370px;
    }
    .card-contact,
    .card-selling-house {
        width: 320px;
        max-width: 320px;
    }
    .btn.btn-red {
        font-size: calc(1.15rem + .5vw) !important;
    }
    .bg-sold {
        height: 370px;
        max-height: 370px;
    }
    .banner-land {
        display: none;
    }
    .gradient.grad-house {
        background: linear-gradient(360deg, #ffffff 51%, rgba(255, 255, 255, 0) 61%);
    }
}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .card-blue {
        width: 400px !important;
        max-width: 400px !important;
        max-height: 436px;
    }
    .card-contact,
    .card-selling-house {
        background-color: #03989e;
        padding: 26px 20px;
        margin: auto;
        border-radius: 20px;
        width: 420px;
        max-width: 465px;
    }
    .bg-sold {
        height: 430px;
        max-height: 430px;
    }
    .space-inputs {
        margin: 25px 0;
    }
    .btn.btn-red.btn-selling-land {
        font-size: calc(1.15rem + .5vw) !important;
        padding: 20px 4px;
    }
    .gradient.grad-house {
        background: linear-gradient(360deg, #ffffff 34%, rgba(255, 255, 255, 0) 61%);
    }
}