#prefooter {
    max-width: 100%;
}

#prefooter .hear {
    padding: 2rem 1rem;
    background-color: #ff4615;
}

#prefooter .hear .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: black;
}

@media (max-width: 992px) {
    #prefooter .hear .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#prefooter .hear .container .desktop {
    padding-right: 20px;
    display: block;
}

@media (max-width: 1200px) {
    #prefooter .hear .container .desktop {
        display: none;
    }
}

#prefooter .hear .container .mobile {
    display: none;
}

@media (max-width: 1200px) {
    #prefooter .hear .container .mobile {
        display: block;
    }
}

@media (max-width: 992px) {
    #prefooter .hear .container .mobile {
        text-align: center;
        margin-bottom: 2rem;
    }
}

#prefooter .hear .container .mobile h3 {
    font-size: 1rem;
    font-weight: bold;
}

#prefooter .hear .container .mobile p {
    line-height: 1.5rem;
}

#prefooter .hear .container form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 480px) {
    #prefooter .hear .container form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#prefooter .hear .container form input {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 50px 0 0 50px;
    line-height: 22.4px;
    position: relative;
    min-width: 225px;
    font-size: 80%;
}

#prefooter .hear .container form input:focus {
    outline: none;
}

#prefooter .hear .container form input::-moz-placeholder {
    /*font-weight: 700*/
    color: #202020;
}

#prefooter .hear .container form input:-ms-input-placeholder {
    /*font-weight: 700*/
    color: #202020;
}

#prefooter .hear .container form input::-webkit-input-placeholder {
    /*font-weight: 700*/
    color: #202020;
}

#prefooter .hear .container form input::-ms-input-placeholder {
    /*font-weight: 700*/
    color: #202020;
}

#prefooter .hear .container form input::placeholder {
    /*font-weight: 700*/
    color: #202020;
}

@media (max-width: 480px) {
    #prefooter .hear .container form input {
        border-radius: 50px;
        margin-bottom: 1rem;
        box-sizing: border-box;
    }
}

#prefooter .hear .container form .btn {
    display: inline-block;
    background-color: black;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    border-radius: 0 20px 20px 0;
    color: white;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.5rem 3rem 0.5rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width: 480px) {
    #prefooter .hear .container form .btn {
        border-radius: 50px;
        padding: 0.5rem 4rem 0.5rem 3rem;
        font-size: 16px;
    }
}

#prefooter .hear .container form .btn:hover {
    background-color: white;
    color: #ff4615;
}

#prefooter .hear .container form .btn:hover:after {
    background-image: url('/icons/envelope-hover.svg');
}

#prefooter .hear .container form .btn:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 15px;
    height: 10px;
    background-image: url('/icons/envelope.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 14px;
}

@media (max-width: 480px) {
    #prefooter .hear .container form .btn:after {
        margin-right: 3.6rem;
    }
}

#footer {
    background-color: #f6f6f6;
    padding: 2rem 1rem;
}

#footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: black;
    padding: 0;
    align-items: center;
}

#rrss-container {
    margin: .5rem 0;
}

@media (max-width: 768px) {
    #footer .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 960px) {
    #footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
    footer#footer > div.container {
        padding: 0px 0rem;
        justify-content: center;
    }
    #left-top-container {
        text-align: center;
        text-align: -webkit-center;
        margin-bottom: 20px;
    }

    #left-bottom-container {
        text-align: center;
        text-align: -webkit-center;
        padding-bottom: 15px;
    }

    #google-partner {
        margin-top: 1rem !important;
    }
}

@media (max-width: 480px) {
    /* #footer .container .col {
        width: 50%;
        margin-bottom: 2rem;
    } */
}

#footer {
    background-color: #252422;
    color: #ffffff;
}

#cities-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cities-container .montserrat {
    color: #ff4615;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

#left-top-container {
    color: #ffffff;
    margin-bottom: 20px;
}

#left-top-container button {
    padding: 8px 20px;
    width: fit-content;
    border: 1px solid #ffffff;
    border-radius: 40px;
}

#rights {
    margin-top: 15px;
    color: white;
    font-size: 12px;
    align-self: center;
}

#left-middle-container {
    display: flex;
    column-gap: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 1rem 0 1rem 0;
    justify-content: center;
    /* height: 75px; */
}

#footer .container .rrss a {
    margin: 0rem 1rem 0 0;
}

#google-partner {
    margin-top: 1rem;
    margin-right: 0.5rem;
    align-self: center;
    display: flex;
}

.white-fa {
    color: white;
}

#cities-container > .col {
    margin: 0 1rem 0 0;
}

.col > h4 {
    color: white;
    font-weight: 400;
}

.br-w-1 {
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px;
}

#rrss-container > div > a > span > img.footer-rrss-img {
    top: 50% !important;
}

#rrss-container > div > a.br-w-1 > span {
    overflow: visible !important;
}

@media (max-width: 710px) {
    #left-middle-container {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

@media screen and (max-width: 576px) {
    #rrss-container {
        display: inherit;
    }

    #footer > .container > #cities-container > .col {
        margin-bottom: 0;
    }

    #rrss-parent-container {
        margin: -25px auto;
    }
}

#cities-container-resp {
    display: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 1rem;
}

#footer > .container > #cities-container-resp > .col {
    width: 75%;
    margin-bottom: 1rem;
}

#join {
    display: block;
}

#join > .sectionTitle {
    text-align: center;
    padding: 2rem 0;
    font-size: 28px;
}

#join > .sectionTitle > #join_team_contact {
    color: #ff4615;
    cursor: pointer;
    transition: all 250ms ease-out;
}

#join_team_contact:before {
    content: '';
    width: 62px;
    height: 6px;
    background-color: #ff4615;
    position: absolute;
    margin-top: 40px;
    z-index: 2;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#join_team_contact:hover:before {
    width: 202px;
}

#prefooter > div > .container > .desktop > h3.montserrat {
    font-weight: 800;
}

div.thanks-lead>span.bold
{
    font-weight: 700;
}
/*
@media screen and (max-width: 1200px) {
    #footer {
        padding: 2rem 4rem;
    }
} */

.bold-footer-p
{
    font-weight: bold;
}

@media screen and (max-width: 520px) {
    #cities-container {
        /* display: none; */
    }
    footer#footer > #rrss-parent-container,
    footer#footer > div.container {
        padding: 0px 0rem;
    }
    #cities-container-resp {
        /* display: block; */
    }
    .col > h4 {
        font-size: 1rem;
    }
    #footer {
        padding: 2rem 1rem 1rem;
    }
    #front #floating_cta {
        padding-bottom: 10px;
    }
    /* #footer .container .col {
        width: 100%;
        margin-bottom: 2rem;
    } */
    #join > h3.sectionTitle {
        font-size: 18px;
    }
    #prefooter .hear {
        padding: 2rem 2rem;
        background-color: #ff4615;
    }

    #prefooter > div.hear > div.container > div.mobile > p {
        margin: 0;
    }
    #prefooter .hear .container form .btn:after {
        margin: 14px;
    }
    span.br {
        display: block;
    }
    #join_team_contact:before {
        content: '';
        width: 130px;
        height: 6px;
        background-color: #ff4615;
        position: absolute;
        margin-top: 25px;
        z-index: 2;
        transition: all 250ms ease-out;
    }
}
