/*
rocket.css
Main color:                 0088cc
Heading text color:         121212
Body text color:            515151
Grey background color:      f7f7f7
*/
@font-face {
    font-family: 'j.d.regular';
    src: url('//shared.leadpropeller.com/font/j.d-webfont.eot');
    src: url('//shared.leadpropeller.com/font/j.d-webfont.eot?#iefix') format('embedded-opentype'),
    url('//shared.leadpropeller.com/font/j.d-webfont.woff2') format('woff2'),
    url('//shared.leadpropeller.com/font/j.d-webfont.woff') format('woff'),
    url('//shared.leadpropeller.com/font/j.d-webfont.ttf') format('truetype'),
    url('//shared.leadpropeller.com/font/j.d-webfont.svg#j.d.regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    color: #515151;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #ffffff;
    font: 16px/1.6 'Poppins', Helvetica, sans-serif, serif;
}
b,
strong {
    font-weight: 600;
}
a {
    color: #0088cc;
    cursor: pointer;
    text-decoration: none;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus { outline: thin dotted; }
a.phone_link {
    color: inherit;
}
a.phone_link:hover,
a.phone_link:active {
    color: #2a6496;
    text-decoration: none;
}
footer a.phone_link:hover,
footer a.phone_link:active {
    color: #8993a2;
    text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: black;
}

/* =============================================================================
   2. Typography
============================================================================= */
/* Heading
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #121212;
    letter-spacing: 0;
    margin: 0 auto 10px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 { font-size: 36px; font-weight: 600; line-height: 1.2; }
h2 { font-size: 30px; font-weight: 600; line-height: 1.2; }
h3 { font-size: 26px; font-weight: 500; line-height: 1.3; }
h4 { line-height: 1.3; font-size: 22px; font-weight: 500; }
h5 { font-size: 20px; font-weight: 500; line-height: 1.4; }
h6 { font-size: 16px; font-weight: 500; line-height: 1.4; }

/* Paragraph
============================================================================= */
p { margin: 0 0 10px 0; }
p:last-of-type {margin: 0;}

/* Open Sans font
============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Helvetica, sans-serif, serif;
}
h2 {
	margin-bottom: 30px;
}
/**********************************************************************************************************
    hidden sections
*******************/

.copyright-span,
.privacy-span,
.investors-span,
.powered-by-external,
.navbar,
.main-header,
section.home-sale-cost #escrowed
{
    display:none;
}
/**********************************************************************************************************
    Global Selectors
*******************/
section {
    padding: 50px 0 30px;
    overflow: hidden;
}

.lphiding {
    display: none;
}
.lpeditable.lphiding {
    display: none;
}

.grey-section { background-color: #f7f7f7; }
.white-section { background-color: #ffffff; }

iframe { border: 0; }

li.resourceitem{
    margin-top: 15px;
}

.benefits-list li { margin: 0 auto 10px; }
.benefits-list li:last-child { margin-bottom: 0; }
.benefits-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style-position: inside;
}
#giftform {
  margin: auto;
}
#giftform h2 {
  text-align: center;
}
.featured-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    padding: 20px 15px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    white-space: nowrap;
    background-color: #ffffff;
}
.featured-block-container::after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.featured-block-container img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.content-block-container {position: relative;margin: 0 auto 25px;}
.content-block-container img {width: 100%;display: block;border-radius: 4px;margin: 0 auto 20px;}
.content-block-container img + h4 { margin-bottom: 15px; }

.separator {width: 100%;height: 3px;display: block;position: relative;margin: 20px auto 15px;}
.separator::after {top: 0;left: 0;width: 40px;height: 3px;content: '';position: absolute;background-color: #121212;}
.text-center .separator::after {left: 50%;margin-left: -20px;}

.text-center.title-block-container { margin-bottom: 40px; }
.title-block-container *:last-child { margin-bottom: 15px; }
.title-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px;
}

/* ==========================================================================
 Button
============================================================================= */
.btn-nesto-white {
    color: #121212 !important;
    background-color: #ffffff;
}

.button {
    color: #ffffff !important;
    background-color: #0088cc;
}

.button,
.btn-nesto-white {
    border: 0;
    z-index: 15;
    font-size: 18px;
    overflow: hidden;
    line-height: 24px;
    position: relative;
    padding: 15px 40px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    outline: none !important;
    font-weight: 400;

    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.button::after,
.btn-nesto-white::after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.button:hover::after,
.btn-nesto-white:hover::after {
    opacity: 1;
}

.btn-nesto.active,
.btn-nesto:active,
.btn-nesto-white.active,
.btn-nesto-white:active {
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
}

.button-lg {
    font-size: 18px;
    padding: 15px 60px;
}

.arrow-block {position: absolute;}
.arrow-block.arrow-block-vr {width: 80px;}
.arrow-block img {width: 100%;}
.arrow-block.arrow-block-middle-left {left: 0;top: 35%;}
.arrow-block.arrow-block-left {top: 0;left: 0;}
.arrow-block.arrow-block-right {top: 0;right: 0;}
.form-horizontal .arrow-block.arrow-block-top-left {top: 50px;width: 100px;left: -115px;}
.form-horizontal .arrow-block.arrow-block-middle-left {top: 200px;width: 100px;left: -115px;}

.form-group {
    position: relative;
    margin: 0 auto 20px;
}
.form-control {
    z-index: 2;
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 4px;
    position: relative;
    background-color: #ffffff;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus {
    border-color: #0088cc;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
textarea.form-control {
    resize: none;
    height: 70px;
}
select { width: 100%; }
label { font-weight: 400; }

.form-horizontal {border-radius: 4px;width: 83%;padding: 20px 15px 10px;background-color: #f7f7f7;border: 1px solid #dddddd;}
.form-horizontal label {width: 100%;text-align:left !important;}
#moreinfoform label {width:50%;}
#moreinfoform {margin:auto;width:70%}
#moreinfoform .col-sm-12 {float:none;}
.form-horizontal input {margin:auto;}
.form-horizontal h3 {font-size:26px;}
.form-horizontal button {background:#0088cc;width:100%;color:white;height:50px;margin-bottom: 10px;border-radius:4px;}
.form-horizontal .col-sm-8 {text-align:center;}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .form-horizontal h2 {text-align:center;}
}
.client img {
    width: 50px;
}

.testimonials-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    position: relative;
    margin: 0px auto 30px;
}
.testimonials-block-container::after {
    content: '';
    clear: both;
    display: table;
}
.testimonials-block-container .testimonials-block-header:after,
.testimonials-block-container .testimonials-block-header:before {
    top: 100%;
    content: '';
    left: 110px;
    position: absolute;
    border-right: 20px solid transparent;
}
.testimonials-block-container .testimonials-block-header {
    border-radius: 4px;
    position: relative;
    padding: 15px 20px;
    letter-spacing: 2px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-family: 'j.d.regular', Helvetica, sans-serif, serif;
    width: 90%;
    display: block;
    margin: 10px auto;
    margin-left: 0px;
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.testimonials-block-container .testimonials-block-header .testimonials-block-footer h6 {
    width: 100%;
    display: block;
    margin-top: 5px;
}
.testimonials-block-container .testimonials-block-header .testimonials-block-footer {
    padding: 0;
    float: left;
    width: auto;
    margin: 0 15px 0 0;
    text-align:center;
}
.testimonials-block-container .testimonials-block-footer {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    margin: 15px auto 0;
}
.testimonials-block-container .testimonials-block-footer img {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    height: 80px;
    width: 80px;
    position: relative;
}
.testimonials-block-container .testimonials-block-footer h6 {
    display: inline-block;
    vertical-align: middle;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .testimonials-block-container .testimonials-block-header {width:100%;padding:15px;}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .testimonials-block-footer {width:100% !important;}
}
/**********************************************************************************************************
    header section
*******************/

header {
    min-height: 80px;
}
header .rocket-header {
    padding: 15px 0;
}
.bbb-logo-block-container img {
    max-height: 50px;
}
header .navbar-brand{padding:0;}
header .navbar-brand > img {
    display: block;
    max-width: 100%;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    max-height: 50px;
}
.rocket-header .header-menu {
    width: auto;
    float: right;
    font-weight: 500;
    line-height: 50px;
    margin-right: 30px;
}
.rocket-header .header-menu a { color: #121212; }
.rocket-header .header-menu a:hover { color: #0088cc; text-decoration:none;}
.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-menu ul li {
    float: left;
    margin: 0 15px 0 0;
}
.header-menu ul li:last-child { margin-right: 0; }

.rocket-header .info-block { float: right; }


header .rocket-header .info-block-container {
    position: relative;
    margin: 9px auto;
    width: auto;
    display: inline-block;
}
header .rocket-header .info-block-container i {
    left: 0;
    top: -4px;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: #0088cc;
}

header .rocket-header .info-block-container i + h4 {
    line-height: 32px;
    padding-left: 42px;
}

/* Large Devices, Desktops */
@media only screen and (max-width : 1200px) {
    .rocket-header .header-menu { margin-right: 15px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .rocket-header {text-align: center;}
    .rocket-header > div { overflow: hidden; }

    .rocket-header .bbb-logo-block-container { text-align: right; }

    .rocket-header .info-block,
    .rocket-header .header-menu {
        float: none;
        vertical-align: top;
        display: inline-block;
        padding-top: 15px;
    }

    .info-block-container i {
        top: 2px;
        width: 24px;
        height: 24px;
        font-size: 10px;
        line-height: 24px;
    }
    .info-block-container i + h4 {
        padding-left: 28px;
        font-size: 16px;
    }

    .rocket-header .header-menu {margin: 0 0 0 15px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /*header .rocket-header .col-sm-6 {width:50%;}*/
    header .navbar-header.reversed {
        order: 2;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /*header .rocket-header .col-xs-6  {width:100%;}*/

    .rocket-header .bbb-logo-block-container { text-align: center; }
    .rocket-header .info-block,
    .rocket-header .header-menu {
        margin: 0;
        width: 100%;
        line-height: 1;
        text-align: center;
    }
    .header-menu ul {
        display: inline-block;
    }
    .navbar-header {
        float: none;
        margin-bottom: 15px;
        display: inline-block;
    }
}

/**********************************************************************************************************
    banner section
*******************/
section.banner{
    margin-top: 0;
    padding: 0;
    color: black;
}

section.banner .banner-sub-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px;
}

section.banner .hero-text {
    text-align: center;
    background:#f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.banner .hero-text h1 {
    max-width: 1140px;
    margin: 0 auto;
    font-size:30px;
}
section.banner .hero-text p {
    max-width: 1140px;
    margin: 0 auto;
    font-size:26px;
    line-height: 34px;
    font-weight: 500;
}


section.banner .hero-content-form {
    width: 42%;
    float: right;
    margin-bottom: 50px;
    margin-top: 30px;
}

section.banner .hero-content-words {
    width: 52%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}
section.content-about h3 {
    margin-top: 20px;
}
section.banner .testimonials-block-header{
    width: 100%;
}
section.banner .hero-content-text {
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
}
section.banner .hero-content-text p, section.banner .hero-content-text ul {
    padding: 5px;
    display: inline-block;
    background: rgba(255,255,255,.55);
    margin: 5px 0;
    width: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
section.banner .hero-content-text p:first-of-type {
    margin: 30px 0 0 0;
}
.rocket-hidden {
    display: none !important;
}
section.banner .form-horizontal {
    position: relative;
    float: right;
}
section.banner .form-horizontal .form-group label{
    margin: 0;
    width: 33.33%;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    section.banner .banner-sub-container {
        max-width: 970px;
    }
    section.banner .hero-content-text {
        height: 255px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    section.banner .hero-content-text {
        height: 360px;
    }
    section.banner .banner-sub-container {
        max-width: 750px;
    }
    section.banner .hero-content-form {
        width: 100%;
        float: none;
        padding: 0;
        margin: 50px auto 30px auto;
    }
    section.banner .hero-content-words {
        width: 100%;
        float: none;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    section.banner .hero-content-text p:nth-of-type(2) {
      margin-top: 15%;
    }
    section.banner .banner-sub-container .form-horizontal {
        float: none;
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    section.banner .hero-content-text {
        width:100%;
    }

    section.banner .hero-content-form {
        width:100%;
    }

    section.banner .hero-content-words {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    section.banner .hero-content-text {
        background-size: 150%;
    }
    section.banner .hero-text {
        top:240px !important;
    }
    section.banner .hero-content-text {
        height: 240px;
    }
}

/***********************************************************************************************************************
    footer section
    *******************************************************************************************************************/
footer .copyright-span,
footer .privacy-span,
footer .investors-span,
footer .powered-by-external{
    display:none;
}

footer {
    background-color: black;
    color: #ffffff; /* #d4d4d4; */
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
}
footer .footer-links-wrapper {
    margin-bottom: 15px;
}
footer a,
footer a:visited {
    color: #fff;
}
footer a:active,
footer a:focus,
footer a:hover {
    background-color: transparent;
    color: #8993a2;
    text-decoration: none;
}

footer .footer-headline {
    margin-bottom: 20px;
}

footer .footer-headline h3 {
    margin-top: 15px;
    color: #ffffff;
}

footer .social-icons ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}
footer .social-icons ul li {
    padding: 0;
    margin: 0 5px 10px;
    display: inline-block;
}
footer .social-icons ul li a {
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    width: 30px;
}
footer .social-icons ul li a:hover { background-color: gray; }
footer .social-icons ul li a i { line-height: 30px; }

footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-links ul li {
    margin: 0 20px;
    display: inline-block;
    position: relative;
}
footer .footer-links ul li ul{
    margin-left: -100px;
}
footer .footer-links ul.footer-nav-bar {
    width: 100%;
    margin-bottom: 30px;
}
footer .footer-links {
    text-align:center;
    margin-top: 15px;
}

footer .copyright {
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
}
footer .copyright > span,
footer .copyright > a {
    float: left;
}
footer .copyright-statement {
    margin-right: 10px;
    font-weight: 100;
}
footer > div.copyright.lpeditable > div > span:nth-child(1),
footer > div.copyright.lpeditable > div > a:nth-child(2) {
    float:left;
}
footer .powered-by {
    float: right;
}

footer .dropdown-menu > li > a,
footer .dropdown-menu > li > a:visited {
    color: #8993a2;
}

footer .dropdown-menu > li > a:hover,
footer .dropdown-menu > li > a:active,
footer .dropdown-menu > li > a:focus {
    background: lightgray;
    color: #8993a2;
}
footer .dropdown-menu > li > p {color:black;font-weight:500;}
footer .nav .open>a,
footer .nav .open>a:hover,
footer .nav .open>a:focus {
    background-color: transparent;
}

@media only screen and (max-width : 979px) {
    footer .copyright {font-size: 12px;}
    footer .powered-by {float: none;display: block;}
    footer > div.copyright.lpeditable > div > span:nth-child(1),
    footer > div.copyright.lpeditable > div > a:nth-child(2) {
        float: none;
    }
    footer .footer-headline h3 {
        margin-top: 50px;
        margin-bottom:-15px;
    }
}

@media only screen and (max-width : 767px) {
    footer {padding-bottom: 100px;}
    footer .footer-links {padding-top:10px; margin-top: 10px; margin-bottom:-25px}
    footer .footer-links ul li {display:block;}
    footer .footer-links ul li a {line-height: 40px;}
    footer .footer-links ul li ul {margin-left: 0px;}
    footer .copyright {text-align: center;}
    footer .copyright > span{float: none;}
    footer .powered-by {float: none;display: block;}
    footer .dropdown-menu > li > p {color:white;}
    footer .footer-links ul li {display: block;}
    footer .footer-links {padding-top:50px;}
    footer .footer-links ul li {display:block;}
    footer .footer-links ul li ul{margin-left: 0px;}
    footer .footer-links-wrapper {margin-bottom: 0px;}
}

/***********************************************************************************************************************
    sections
    *******************************************************************************************************************/

section.page-heading {background:#f7f7f7;padding: 35px 0 35px;}

section.sell-house-form .form-horizontal {width: 65%;margin: 0 auto;}

section.testimonial {text-align: center;background-color: #f7f7f7;}
section.testimonial blockquote {border-left: none;}
section.testimonial blockquote p {padding: 10px 10%;}
section.testimonial span {margin-top: 50px;display: inline-block;}

section.three-step-horizontal {text-align: center;}
section.three-step-horizontal h2 {margin-bottom: 30px;}
section.three-step-horizontal h3 {margin-bottom: 30px;margin-top: 10px;}

section.offer-section {padding: 50px 0 20px;}

section.features-section .content-block-container p {font-size:14px;}

section.benefits {background-color: #f7f7f7;}
section.benefits .features .number {display:none;}
section.benefits .features .number + span {position: absolute;top:15px;}
section.benefits .features p {margin: 10px 25px;}

section.cta-section {background: #0088cc;text-align: center;padding-bottom: 50px;}
section.cta-section h1 {color: white;}
section.cta-section img {height: 100px;}

section.lpvideo-container {text-align:center;}
iframe {max-width:100%;}

section.phone-cta {text-align: center;color: white;font-size: 36px;background: #0088CC;padding: 60px 30px;font-weight: 600;}
section.phone-cta img {margin-top: -20px;}

section.sell-house-form .privacy i {margin-left: 8px;font-size: 10px;}

section.testimonials .col-ms-12 a img {height:80px;}

section.how-section {padding: 0 15px;}
section.how-section .row {margin-bottom: 50px;}

section.reasons-for-selling ul {clear: left;}

section.private-money dd {margin-bottom: 15px;}

section.investors .col-sm-6 {width:100%;}
section.investors .col-sm-offset-6 {margin-left:0px; margin-top: 10px;}

section.faq-section .faq {padding-bottom:60px;border-bottom: solid #eee 1px;}
section.faq-section .message {margin-bottom:20px;}
section.faq-section .faq-question{margin-bottom: 20px;}
section.faq-section .faq-answer {margin-bottom:20px;}

section.three-icons a {color:black}
#investorform {
    margin:auto;
}
.home-image-style2 {display:none;}
.contact-me button {
    width:100%;
    margin: 10px 0 10px 0;
    background:#0088cc;
    color:white;
}
.contact-me img {max-width:100%;margin-bottom:10px;}
#contactform {width:100%;margin-top:15px;}
.how-step {
    width: 300px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}
i {font-size:15px;}
.mission-statement {
    padding: 0 30px 30px;
    font-size: 21px;
    font-weight: 900;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .info-block-container i + h4 { font-size: 18px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    section.sell-house-form .form-horizontal {width:80%;}
    section.three-icons .about-blocks h4 {margin-left: 35px;margin-top: 40px;}
    section.three-icons .about-blocks span {position: absolute;margin-top: 4px;margin-left: 15px;}
    section.phone-cta img {display:none;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .img-thumbnail {margin-top: 15px;}
    section { margin-top: 0px; }

    section.benefits .features .number + span {top:2px;}
    section.private-money {margin-top:0px;}
    #moreinfoform label {width:100%;}
    #moreinfoform {width:100%;}
    #investorform {
        width:100%;
    }
    .container.reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .navbar-collapse.reversed {
        order: 1;
    }
    .hero-unit h1 {font-size:20px;}
    .call-now {margin-bottom:15px;}
    .container {width:100%;}
    .arrow-block {display:none;}
    .how-step {
        width:250px;
        height:250px;
    }
    .symbolchoice {
        margin: 0px 0px 5px -15px;
        width: 75px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h2 { font-size: 26px; }
    section.sell-house-form .form-horizontal {width:100%;}
    .navbar-header {margin: 0;}
    h1 {font-size: 30px;}
    h2 {font-size: 24px;}
    h4 {font-size: 20px;}
    p {font-size: 14px;}
    section.banner .hero-content-text p:nth-of-type(2) {font-size: 20px; font-weight: 500;}
    .form-horizontal button {padding: 15px;}
    section.banner .form-horizontal .form-group label {padding-right: 0;}
    section.three-step-horizontal h3 {margin-bottom: 45px;}
    h3 {font-size: 24px;}
    section.phone-cta {font-size: 30px; padding: 35px 30px;}
    section.phone-cta a.phone_link::before {content: ''; display: block;}
}

body.blog_body_selector h3 {
    color: gray;
}

.readmorebtn, .maine-top-header
{
    display: none;
}
#brightdiv, #forbright
{
    display: none;
}
.animated {
    animation-name: none !important;
}