* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ddd;
    font-family: Arial, sans-serif;
}

/*section sectionContect searchContainer  Section */
section {
    background-color: #051325c0;
    background-image: url("image/houseback2.jpg");
    background-position: top 50% center 30% right 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: auto;
    height: 60vh;
}

.sectionContect {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
}

.sectionContect h1 {
    font-size: 1.6em;
    font-weight: bold;
    font-family: Arial, Robotto, sans-serif;
    text-align: center;
    color: #ddd;
}

.sectionContect ul li {
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    list-style: none;
    margin: 10px auto;
}

.sectionContect ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    margin: 10px;
    color: #f4f5fa;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
    transition: background-color .9s ease-in-out;
    text-transform: uppercase;
    width: 100px 105px;
    height: auto;
}

.sectionContect ul li a:hover {
    background-color: #ddd;
    color: #000838;
    border: 1px solid #ddd;
}

.sectionContect-h1 {
    color: #333;
    font-size: 36px;
    margin-bottom: 20px;
}

.searchContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77%;
    background-color: transparent;
}

.searchContainer form {
    display: flex;
    width: 100%;
    height: auto;
}

.searchContainer input[type="search"] {
    width: 100%;
    border: 1px solid #000838;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    outline: none;
}

::placeholder {
    font-size: .9em;
    font-weight: 300;
    font-family: inherit;
    text-align: left;
    color: rgba(2, 2, 51, 0.555);
    padding: 10px 15px;
}

.searchContainer-button {
    background-color: #000838;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    outline: none;
    transition: background-color ease-in-out .8s;
}

.searchContainer-button:hover {
    background-color: #005bbd;
}

.searchButton-img{
    width: 17px;
    height: 17px;
}
/*section sectionContect searchContainer  Section */

/*explore exploreHouse box Section */
.exploreSection {
    display: flexbox;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-direction: column;
    margin-top: 2em;
    margin-bottom: 4em;
}

.exploreSection h2 {
    font-size: 1.8em;
    font-weight: bold;
    font-family: Arial;
    color: #000838;
    text-align: center;
}

.exploreSection h5 {
    font-size: .9em;
    font-weight: 400;
    font-family: Arial;
    color: #000;
    text-align: center;
}

.exploreHouse {
    display: inline-block;
    flex-direction: column;
    padding: 0 auto;
    margin: 10px;
    justify-content: center;
    align-items: center;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 23.3%;
    height: auto;
    box-shadow: 0 0 5px #000838;
    padding-bottom: 2em;
    border-radius: 2px;
    background-color: transparent;
}

.box {
    display: inline-block;
    flex-direction: column;
    padding: 0 auto;
    margin: 10px;
    justify-content: center;
    align-items: center;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 23.3%;
    height: auto;
    box-shadow: 0 0 5px #000838;
    padding-bottom: 2em;
    border-radius: 2px;
    background-color: #1a086d00;
    transition: all 0.6s ease-in-out;
}

.box h1 {
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ddd;
    text-align: left;
    margin: 5px;
    padding: 0px;
    background-color: #03071b;
    border-radius: 4px;
    width: 140px;
    border: 1px solid darkgoldenrod;
}


.box small {
    font-size: .8em;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    margin: 5px;
    margin-bottom: 1em;
}

.box p {
    font-size: .7em;
    font-weight: 300;
    font-family: Arial;
    color: #000;
    text-align: left;
    margin: 5px;
    padding: 1em;
    background-color: rgba(208, 220, 253, 0.397);
    border-radius: 4px;
    border: 1px solid darkblue;
    box-shadow: 0 0 4px darkgoldenrod;
}

.box img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 0;
    margin-bottom: 2em;
}

.exploreHouse img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.exploreHouse h1 {
    font-size: 1.3em;
}

.exploreHouse h3 {
    font-size: .9em;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #000;
    margin: 10px;
    margin-bottom: 2em;
    margin-top: 0;
    text-align: center;
}

.exploreHouse a {
    color: #000838;
    font-size: .9em;
    font-weight: bold;
    font-weight: Arial;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    padding: 8px;
    border: 1px solid  rgba(5, 28, 104, 0.863);
    margin-left: 7em;
    border-radius: 4px;
}

.exploreHouse a:hover {
    color: #fff;
    background-color: rgba(5, 28, 104, 0.863);
    transition: all ease-in-out .6s;
}

.exploreHouse, 
.box {
    border-radius: 10px;
    background-color: #131c533f;
}
/*explore exploreHouse box Section */

/*learnmore Section */
.learnmoreSection {
    display: flexbox;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 2em;
    height: auto;
    width: auto;
    flex-direction: column;
}

.learnmoreSection h1 {
    text-align: center;
    font-size: 1.6em;
    font-family: Arial;
    font-weight: bold;
    color: #03071b;
    margin: 1em;
}

.learnmore {
    display: inline-flex;
    flex-direction: column;
    padding: 1em;
    margin: 2em;
    justify-content: center;
    align-items: center;
    width: 20.7em;
    height: auto;
    box-shadow: 0 0px 1px #010b4762;
    transition: all ease-in-out .8s;
    border-radius: 4px;
}

.learnmore img {
    max-width: 20%;
    height: auto;
}

.learnmore h2, p {
    font-family: Arial, sans-serif;
    color: #03071b;
    text-align: center;
}

.learnmore h2 {
    font-size: 1em;
    font-weight: bold;
}

.learnmore p {
    font-size: 15px;
    font-weight: 400;
}

.learnmore a {
    font-size: .8em;
    font-weight: bold;
    font-family: Arial;
    color: #000838;
    transition: all ease-in-out .6s;
}

.learnmore a:hover {
    color: #043cb6da;
}
/*learnmore Section */

/*pre-approved Section */
.pre-approvedSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    margin-bottom: 3em;
    margin-top: 1em;
}

.pre-approved-left,
.pre-approved-right {
    flex-basis: 45%;
    padding: 0 20px;
    margin: 1em;
}

.pre-approved-left img,
.pre-approved-right img {
    width: 100%;
    max-width: 350px;
    border: 0;
    border-radius: .5em;
}

.pre-approved-left h2,
.pre-approved-right h2 {
    font-size: .9em;
    font-weight: bold;
    color: #000838;
    font-family: Arial, sans-serif;
}

.pre-approved-left p,
.pre-approved-right p {
    font-size: 14px;
    font-weight: 400;
    font-family: Arial;
    color: #03071b;
    text-align: right;
}

.pre-approved-right-h2,
.pre-approved-left-h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.pre-approved-right-p,
.pre-approved-left-p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.pre-approved-right-button {
    background-color: transparent;
    color: #000838;
    cursor: pointer;
    border: 1px solid #000838;
    border-radius: 4px;
    padding: 8px;
    margin: 6px;
    font-size: .9em;
    font-weight: bold;
    font-family: Arial;
    transition: all ease-in-out .5s;
    text-decoration: none;
}

.pre-approved-right-button:hover {
    background-color: #000838;
    color: #fff;
}

.pre-approved-left-form {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.pre-approved-left-form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.pre-approved-left-button {
    border: none;
    background-color: #00107ae0;
    padding: 8px 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer; 
    transition: background-color .8s ease-in-out;
}

.pre-approved-left-button:hover {
    background-color: #000838;
  }  

.pre-approved-left-button img { 
    width: 20px;
    height: auto;
}
/*pre-approved Section */

/*experience Section */
.experienceSection {
    display: flexbox;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 5em;
    width: auto;
    height: auto;
}

.experienceSection h2 {
    font-size: 1em;
    font-weight: bold;
    font-family: Arial;
    color: #000838;
    text-align: center;
    margin: 1em;
}

.experienceSection p {
    font-size: .8;
    font-weight: 400;
    font-family: Arial;
    color: #000639;
    text-align: center;
    margin-bottom: 1em;
    margin: 1em;
}

.experience {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 17.8%;
    height: 50vh;
    box-shadow: 0 1px 2px #000838;
    margin-bottom: 1em;
    margin: .8em;
    flex-direction: column;
    border: 0;
    border-radius: .8em;
    background-color: #051325c0;
}

.experience-a {
    text-decoration: none;
    cursor: pointer;
}

.experience h3, small {
    font-family: Arial;
    text-align: left;
    color: #fff;
    margin-top: 18em;
}

.experience1 {
    background-image: url("image/njCitiImg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.experience2 {
    background-image: url("image/njcitiImg5.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.experience3 {
    background-image: url("image/njcitiImg4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.experience4 {
    background-image: url("image/njcitiImg3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.experience5 {
    background-image: url("image/njcitiImg6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.experienceSection a {
    cursor: pointer;
}
/*experience Section */

/*Insight Section*/
.insightsSection {
    display: flexbox;
    align-items: center;
    margin: auto;
    padding: 0;
    flex-direction: column;
    border: none;
    width: auto;
    height: 100vh;
}

.insightsSection-a {
    text-decoration: none;
    cursor: pointer;
}

.insights-left {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1px 0px #000838;
    border: 0;
    max-width: 100%;
    height: 30vh;
    flex-direction: column;
    margin: 10px;
    padding: 30px;
    background-image: url("image/ranbowback1.jpg");
    background-position: bottom left 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .5em;
    background-color: #051325c0;
}

.insights-left h2,
.insights-left p {
    font-family: Arial, sans-serif;
    color: #fff;
    margin: 10px;
    text-decoration: none;
}

.insights-left h2 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

.insights-left p {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}

.insights-left a {
    padding: 10px 13px;
    margin: 10px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 1em;
    box-shadow: 0 0 3px #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color ease-in-out .9s;
}

.insights-left a:hover {
    background-color: #000838;
    color: #fff;
    box-shadow: 0 0 3px #000838;
}

.insights-right {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    width: 31.6%;
    height: auto;
    flex-direction: column;
    margin: 10px;
    padding: 30px auto;
    padding-bottom: 4em;
    box-shadow: 0 0 2px #000838;
    border: 0;
    border-radius: 1em;

}

.insights-right h2, 
.insights-right p {
    font-family: Arial, sans-serif;
    color: #03071b;
    margin: 10px;
    text-decoration: underline;
}

.insights-right h2:hover, 
.insights-right p:hover {
    color: #0004f0;
    transition: color ease-in-out .9s;
}

.insights-right h2 {
    font-size: .8em;
    font-weight: bold;
    text-align: center;
}

.insights-right p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}


.insights-right img {
    width: 100%;
    height: auto;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
/*Insight Section*/

/*RealEstateInquiryFormContainer*/
.RealEstateInquiryFormContainer {
    display: flexbox;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
    margin: 0;
    border: 0;
    box-shadow: 0pc  0px #000639;
    background-image: url('image/seatroomback.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(0);
    background-color: #ddd;
    margin-bottom: 5em;
}

.left-page {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 10px;
    width: 35%;
    flex-direction: column;
    flex: 1;
    background-color: rgba(1, 27, 75, 0.692);
    margin-bottom: 2rem;
}

.left-page-h2 {
    font-size: 1.6em;
    font-family: inherit;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin: 10px;
}

.left-page ul li {
    margin: 10px;
    display: inline-flex;
    margin-bottom: 10px;
}

.left-page ul li {
    font-family: inherit;
    list-style-type: none;
}

.left-page-ul-li-strong {
    font-size: 1em;
    font-family: inherit;
    font-weight: bold;
    text-align: left;
    color: #ddd;
}

.left-page-ul-li-small {
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;
    text-align: left;
    margin: 10px;
    color: #fff;
}

.left-page-ul-li-hr {
    border: 1px solid #000838;
    border-left: 100px solid darkgoldenrod;
    border-right: 100px solid darkgoldenrod;
    border-radius: 1em;
}

.right-page {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 10px;
    width: 60%;
    flex-direction: column;
    flex: 5;
}

#realEsatateInquiryForm {
    display: flexbox;
    align-items: center;
    padding: 30px;
    margin: 10px;
    flex-direction: column;
    width: 70%;
    box-shadow: 0px 0px 1px  #ddd;
    justify-content: space-between;
    justify-content: center;
    margin-left: 10em;
    background-color: #bdbbbbb4;
    border: 0;
    border-radius: .5em;
    filter: brightness(0.9);
}

.formGroup-inline,
.formGroup {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: .1em;
}

.formGroup-inline {
    display: inline-block;
    width: 49.5%;
}

.realEsatateInquiryForm-h2 {
    font-size: 1.8em;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    color: #000838;
    margin: 10px;
}

.realEsatateInquiryForm-h5 {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    color: #333;
    margin-bottom: 1rem;
}

label {
    margin: 10px;
    display: block;
    margin-bottom: .4em;
    font-size: .9em;
    font-family: inherit;
    font-weight: bold;
    color: #03071b;
}

input[type=text],
input[type=email],
input[type=number],
select {
    padding: 10px 13px;
    margin: 10px;
    border: 1px solid #ccc;
    font-size: .9em;
    font-weight: 400;
    font-family: inherit;
    color: #333;
    width: 100%;
    height: auto;
    outline: none;
}

select, option {
    font-size: .9em;
    font-weight: 400;
    font-family: inherit;
    color: #333;
}

.formGroup-checkbox {
    display: inline-flexbox;
    align-items: center;
    justify-content: center;
}

label[for=BKagreement] {
    font-size: .8em;
    font-weight: bold;
    font-family: inherit;
}

.formGroup-checkbox-small {
    font-size: .9em;
    font-family: inherit;
    font-weight: 300;
    text-align: right;
    color: #000;
    margin: 10px;
}

.formGroup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1.4;
}

#submitButton {
    width: 100px;
    height: auto;
    padding: 10px 15px;
    margin: 10px;
    border: 1px solid #000639;
    color: #000639;
    font-size: .9em;
    font-weight: bold;
    font-family: inherit;
    cursor: pointer;
    transition: background-color ease-in-out .8s;
    border-radius: .3em;
    text-transform: uppercase;
}

#submitButton:hover {
    background-color: #000639;
    color: #fff;
}

/* Property listing Container */
.propertyListingContainer {
    display: flexbox;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4em;
    margin-bottom: 3em;
}

.propertyListingContainer-h2 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    font-family: inherit;
    color: rgba(1, 1, 14, 0.979);
    margin-bottom: 1.2em;
}

.property {
    border: 0;
    border-radius: 1em;
    box-shadow: 0px 0px 0px  darkgoldenrod;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px auto;
    width: 23.3%;
    height: auto;
    display: inline-block;
    margin: 10px;
    background-color: #ccc;
    flex-direction: column;
}

.property-a {
    text-decoration: none !important;
    cursor: pointer;
}

.property-img {
    width: 100%;
    height: auto;
    border: 0;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

.Status {
    color: #fff;
    font-size: .7em;
    font-weight: 300;
    font-family: inherit;
    text-align: left;
    background-color: #005bbd;
    border-radius: .6em;
    padding: .1rem;
    margin: 1em;
}

.active {
    font-size: 2.8em;
    font-weight: 400;
    color: rgb(20, 141, 20);
    margin: 10px;
}

.address {
    font-size: 12px;
    font-weight: 400;
    font-family: inherit;
    color: rgba(3, 3, 46, 0.925);
    margin: 0;
    margin-top: 2em;
}

.label {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.2em;
    margin: 10px;
}

.labelValue {
    font-size: .8em;
    font-weight: 400;
    color: #10151a;
}

.property .price {
    font-size: 20px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
}
  
.property .address {
    font-size: 16px;
    margin-bottom: 10px;
    margin: 10px;
}
  
.property .details {
    margin-bottom: 10px;
}
  
.property .details .label {
    font-weight: bold;
}

/* Promo Section */
.promoCon {
    display: flexbox;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 0;
    box-shadow: 0 0px 0px #0004f0;
    background-color: #3e4a802a;
    border: 0;
    background-image: url("image/glassback5.jpg");
    filter: brightness(.9);
    margin-top: 1em;
    margin-bottom: 2em;
    background-attachment: fixed;
}

.promo-h1 {
    font-size: 1.5em;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin: 10px;
}

.promo-h2 {
    font-size: 1em;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    color: #000;
    margin: 10px;
}

.promo-h5 {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 10px;
}

.promo-hr {
    border: 1px solid #000838;
    border-radius: 50px;
}

.promoflex-a {
    text-decoration: none;
    margin: 10px;
    cursor: pointer;
}

.promoFlex {
    display: flexbox;
}

.statistics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.statistic {
    text-align: center;
    margin: 20px;
    padding: 20px;
    border: 0px solid #fff;
    width: 250px;
    background-color: rgba(58, 58, 59, 0.5);
}

.statistic1 {
    background-image: url("image/homeforsellback1.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom: 1em solid rgba(12, 23, 87, 0.603);
}

.statistic2 {
    background-image: url("image/newlistingback1.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom: 1em solid rgba(0, 100, 0, 0.315);
}

.statistic3 {
    background-image: url("image/RealEstateAgentsback.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    border-radius: 30%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom: 1em solid #0d177067;
}

.statistic4 {
    background-image: url("image/officeback1.jpg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    border-top-left-radius: 10%;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 50%;
    border-right: 1em solid rgba(184, 135, 11, 0.562);
}

.statistic h2 {
    margin-top: 0;
    font-size: 24px;
}

.statistic .value {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.statistic .label {
    font-size: 14px;
    color: #fff;
}

.slideInFromDown {
    position: relative;
    opacity: 0;
    transform: translateY(-100%);
}

.slideInFromDown {
    opacity: 1;
    transform: translateY(0);
    animation: slideInFromDown 4s forwards;
    animation-name: slideInFromDown;
}


@keyframes slideInFromDown {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 800px) {
    .sectionContect,
    section,
    .learnmoreSection,
    .learnmore {
        flex-direction: column;
        width: auto;
        height: auto;
    }

    .sectionContect h1 {
        font-size: 15px;
    }

    .exploreHouse, 
    .box {
        width: 95%;
        height: auto;
        flex-direction: column;
        display: flexbox;
        margin-bottom: 1em;
    }

    .exploreHouse a,
    .box a {
        margin-left: 8.8em;
        background-color: #000838;
        color: #fff;
    }

    .sectionContect ul li a {
        background-color: #000838;
        color: #fff;
        border: 1 solid darkgoldenrod;
    }

    .sectionContect ul ul li a:hover {
        background-color: #000838;
        color: #fff;
    }

    .box a:hover,
    .exploreHouse a:hover {
        background-color: #000838;
        color: #fff;
    }

    .pre-approvedSection {
        flex-direction: column;
    }

    .pre-approved-left, .pre-approved-right {
        flex-direction: column;
        max-width: 100%;
    }

    .pre-approved-right-button {
        background-color: #000838;
        color: #fff;
    }

    .pre-approved-right-button:hover {
        background-color: #000838;
        color: #fff;
    }

    .experienceSection {
        flex-direction: column;
    }

    .experience {
        flex-direction: column;
        width: 90%;
        height: 60vh;
        margin-left: 1.2em;
    }

    .experience h3, small {
        margin-top: 20rem;
        color: #fff;
    }

    .insights-left,
    .insights-right {
        flex-direction: column;
    }

    .insights-left a {
        background-color: #000838;
        border: none;
        border-radius: .9em;
        box-shadow: 0px 1px 1px darkblue;
    }

    .insightsSection {
        flex-direction: column;
        margin-bottom: 3em;
        width: auto;
        height: auto;
    }

    .insights-right {
        width: 95%;
        height: auto;
        margin-bottom: 1em;
    }

    .RealEstateInquiryFormContainer {
        flex-direction: column;
        margin-left: 0;
    }

    .left-page {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .right-page {
        width: 100%;
        flex-direction: column;
    }

    #realEsatateInquiryForm {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .formGroup,
    .formGroup-inline {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .property {
        flex-direction: column;
        width: 95%;
        box-shadow:  0 0 1px #005bbd;
    }

    .promoCon {
        background-image: none;
    }
}