.contentWrapper .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Montserrat', sans-serif;
}

h1.header {
    display: none;
}

.col-sm-8 {
    width: 100%;
}

.col-sm-4 {
    display: none;
}

.main-content-container {
    color: #585858;
    font-size: 14px;
}

.header-container {
    position: relative;
    background-image: url(https://oomdo.com/ZAPP/CLIF-do/service-is-open/assets/header-image-min.png);
    background-size: cover;
    background-position: center;
    height: 200px;
}

.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.header-text {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding-top: 28px;
    padding-left: 18px;
    font-weight: 500;
}

.header-text-two {
    background: #00AEEF;
    position: relative;
    color: #fff;
    padding: 3px 12px 3px 18px;
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
}

.top-section-inner {
    position: relative;
    padding: 15px 25px;
    font-size: 0;
    max-width: 1500px;
    margin: auto;
}

.headline {
    color: #585858;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
}

.sub-headline {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 15px;
}

.section-title {
    color: #585858;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.bottom-section .section-title {
    font-size: 35px;
    line-height: 35px;
}

.top-section ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.top-section li {
    font-size: 14px;
    margin-bottom: 8px;
}

.top-image {
    display: none;
}

.top-section-btns-container {
    margin-top: 40px;
}

.top-section-btn {
    background: #00AEEF;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    width: 215px;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.middle-section {
    position: relative;
    background-image: url(https://oomdo.com/ZAPP/CLIF-do/service-is-open/assets/middle-section-bg-min.png);
    background-size: cover;
    background-position: center;
}

.middle-section-inner {
    padding: 35px 25px;
    text-align: center;
}

.middle-section .section-title {
    font-size: 28px;
    color: #fff;
}

.middle-section .sub-headline-two {
    color: #fff;
}

.sub-headline-two {
    font-size: 13px;
}

.middle-section-icons-container {
    margin-top: 25px;
    font-size: 0;
}

.middle-section-col {
    margin-bottom: 30px;
}

.icon-content {
    font-size: 14px;
    margin-top: 10px;
}

.middle-section .icon-content {
    color: #fff;
}

.icon-content span {
    visibility: hidden;
}

.bottom-image,
.middle-image-text,
.middle-image-container {
    display: none;
}

.bottom-section-inner {
    padding: 35px 26px;
}

.bottom-section .icon-content {
    margin-top: 0;
}

.icon-title {
    color: #585858;
    font-weight: 900;
    margin-top: 10px;
    font-size: 14px;
}

.bottom-section-icons-container {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.botom-section-col {
    margin-bottom: 30px;
}

.botom-section-col.one img {
    padding-left: 27px;
}


.oom-form {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    width: 85%;
    max-width: 800px;
    margin: auto;
    padding: 30px 20px 20px 18px;
    z-index: 9999;
    background: #fff;
    overflow-y: scroll;
    box-shadow: 1px 1px 7px #000;
}

#test-drive-form {
    margin-top: -270px;
    max-height: 540px;
}

#buy-home-form {
    margin-top: -200px;
}

#sell-home-form {
    margin-top: -270px;
    max-height: 540px;
}

.close-oom-form {
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #25649A;
    cursor: pointer;
    transition: all .3s;
}

.close-oom-form:hover {
    color: #133654;
}

.form-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.form-input-wrapper {
    margin-bottom: 17px;
}

.form-label {
    margin-bottom: 2px;
}

.oom-form-title {
    color: #585858;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-size: 19px;
}

.form-input-wrapper input,
.form-input-wrapper select {
    border: 1px solid #d2d2d2;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    border-radius: 0;
    background: #fff;
}

.form-input-wrapper input:focus,
.form-input-wrapper select:focus {
    outline: none;
}

.loading-gif {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
    width: 30px;
    margin: auto;
}

.oom-form-submit {
    position: relative;
    background: #00AEEF;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 14px;
    width: 215px;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.tail-datetime-calendar {
    z-index: 9999;
}

.error-message {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #f10000;
    margin-bottom: 2px;
}

.swal2-container {
    zoom: 1.5;
}

span.span-1 {
    font-size: 20px;
    font-style: italic;
}

span.span-2 {
    padding-left: 30px;
}

span.span-3 {
    padding-left: 60px;
}

span.span-4 {
    padding-left: 90px;
    font-size: 20px;
    font-style: italic;
}

.coupon-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.service-coupon {
    width: 100%;
    max-width: 240px;
}

.coupon-disclaimer {
    font-size: 10px;
    color: #000;
    max-width: 228px;
    margin: auto;
}

@media (min-width: 768px) {
    span.span-1 {
        font-size: 32px;
        font-style: italic;
    }

    span.span-2 {
        padding-left: 30px;
    }

    span.span-3 {
        padding-left: 60px;
    }

    span.span-4 {
        padding-left: 90px;
        font-size: 32px;
        font-style: italic;
    }

    .headline {
        font-size: 40px;
        line-height: 40px;
    }

    .sub-headline {
        font-size: 17px;
    }

    .top-section-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .top-section-col.one {
        width: 42%;
    }

    .top-section-col.two {
        width: 58%;
        padding-left: 30px;
    }

    .middle-section-col {
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }

    .icon-image-wrapper {
        position: relative;
        height: 110px;
    }

    .icon-image-wrapper img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
    }

    .middle-section .section-title {
        font-size: 35px;
        line-height: 35px;
    }

    .sub-headline-two {
        font-size: 14px;
    }

    .botom-section-col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    }
}

@media (min-width: 1024px) {
    .header-container {
        height: 350px;
    }

    .header-text {
        font-size: 36px;
        line-height: 36px;
        padding-top: 58px;
        padding-left: 80px;
    }

    .header-text-two {
        padding: 9px 30px 9px 81px;
        font-size: 24px;
        margin-top: 14px;
    }

    .top-section {
        margin-top: 20px;
    }

    .top-section-col.one {
        width: 27%;
    }

    .top-section-col.two {
        width: 73%;
        padding-left: 30px;
    }

    .top-section-btn {
        display: inline-block;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .middle-section-icons-container {
        max-width: 900px;
        margin: auto;
        margin-top: 30px;
    }

    .middle-image-container {
        display: block;
        position: absolute;
        right: 20px;
        top: 47px;
    }

    .middle-image {
        width: 146px;
    }

    .middle-section-inner {
        position: relative;
        max-width: 1200px;
        margin: auto;
    }

    .top-image {
        display: block;
        position: absolute;
        right: 15px;
        width: 300px;
        top: 16px;
    }

    .bottom-section-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .bottom-section-col.one {
        width: 40%;
    }

    .bottom-section-col.two {
        width: 59%;
    }

    .bottom-image {
        display: block;
        width: 100%;
        max-width: 590px;
    }

    .bottom-section-col-two-inner {
        max-width: 900px;
    }

    .bottom-section-inner {
        padding-top: 55px;
    }
}



@media (min-width: 1400px) {
    .top-image {
        width: 458px;
    }
}

@media (min-width: 1600px) {
    .middle-section-icons-container {
        max-width: 1100px;
    }

    .middle-section-inner {
        max-width: 1390px;
    }

    .middle-image-text {
        display: block;
        color: #25649A;
        font-size: 23px;
        position: absolute;
        top: 30px;
        right: -106px;
        width: 150px;
        transform: rotate(20deg);
    }
}











