﻿@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('Bootstrap/fonts/HelveticaNeue Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('Bootstrap/fonts/HelveticaNeueBold.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('Bootstrap/fonts/HelveticaNeue.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('Bootstrap/fonts/HelveticaNeue-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-ExtraLight';
    src: url('RalewayRegular/Raleway-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('RalewayRegular/Raleway-Regular.ttf') format('truetype');
}

html, body {
    height: 100%;
}

body {
    margin: 0px;
}

body {
    position: relative;
    background-color: rgb(88, 198, 206);
    background-position: 0px center;
    background-image: none;
    font-size: 16px;
}
a#productInterCo:hover {
    color: #fff!important;
}
.try-it-for-free-button {
    width: 170px;
    cursor: pointer;
    display: none;
}
.new_bg_color {
    background-color: #3D7EB1;
}
/*Florida----------------- Section*/
#productNameM,#productName{
    /*display:none;  */
}
a#coworkConnectD {
    font-size: 16px;
    font-style: italic;
    padding-left: 13%;
}

.main_heading {   
    padding-left: 13%;
}
.ms_heading {
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.34px;
    line-height: 22px;
    margin-left: 25%;
}

a#InternConnect_ico::before {
    background-image: url('../Images/InternConnect_Images/internconnect-logoSm.png');
    background-size: 100% 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 50%;
    margin-right: 5px;
}
a#Pocketknock_Page:before {
    background-image: url('../Images/DefaultPage/pocketknock-logo_sm.png');
    background-size: 100% 100%;
    display: inline-block;
    width: 23px;
    height: 23px;
    content: "";
    border-radius: 50%;
    margin-right: 5px;
}
a#CoworkConnect_Page:before {
    background-image: url('../Images/CoworkConnect/CoworkConnect_Logo_sm.png');   
    background-size: 100% 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 50%;
    margin-right: 5px;
}
a#sparetoShare_Page:before {
    background-image: url('../Images/CoworkConnect/sparetoshare_sm.png');    
    background-size: 100% 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 50%;
    margin-right: 5px;
}
.mSlides {
    display: none;
}
/* Fading animation */

.mainFlorida {
    top: 30%;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    width: 100%;
}

.down-item {
    margin-top: 69px;
}

.sliderFlorida_tagline {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 3vw;
    letter-spacing: 0.07px;
    line-height: 47px;
}

.satisfy-florida-stat {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 2.2vw;
    letter-spacing: 0.05px;
    line-height: 47px;
    margin-bottom: 42px;
}

.we-got-you-covered {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 3vw;
    font-style: italic;
    letter-spacing: 0.07px;
    line-height: 47px;
}

.ft012 {
    top: 10%;
    color: #FFFFFF;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

.fs-718-719-checklist {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 24px;
    letter-spacing: 0.03px;
    line-height: 47px;
    position: absolute;
    top: 25%;
    left: 4%;
}

.create:before {
    content: "";
    display: block;
    width: 40px;
    height: 58px;
    margin-top: 4px;
    float: left;
    background: url('../Images/Home Page_files/tickIcon.png') no-repeat;
}

a.request-demo-button.request-demo-button-text {
    line-height: 52px;
    width: 140px;
}

    a.request-demo-button.request-demo-button-text:hover {
        color: #fff;
        text-decoration: none;
    }

.group {
    padding: 30px;
    display: inline-block;
    max-width: 100%;
}

.web-00app {
    display: inline-block;
    margin-left: 62px;
}

.F0mar {
    margin-top: 79px;
}

.C089 {
    display: inline-table;
}

div#sixGetBtn {
    position: absolute;
    top: 65%;
    left: 4%;
}

.custom-website-porta {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 24.8px;
    letter-spacing: -0.26px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}


/*Florida----------------- Section*/

.mobBlock {
    display: flex;
}

.north {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari and Chrome */
}

.west {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
}

.south {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.east {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
}


#fullyBrandedApp-item {
    pointer-events: none;
}

div.desktop-wrapper {
    box-sizing: border-box;
    background-size: contain;
    padding: 58px 58px 49px 56px;
    top: 0;
    left: 0;
    background-image: url('../Images/Home Page_files/FeaturesSection_popup.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
}

video {
    display: none;
}

.desktop-wrapper video {
    width: 280px;
}

div.desktop-wrapper-Gest {
    box-sizing: border-box;
    background-size: contain;
    padding: 48px;
    top: 0;
    left: 0;
    background-image: url('../Images/Home Page_files/IPad Placeholder.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
}

.desktop-wrapper-Gest video {
    width: 381px;
    height: 522px;
}

.mbr-box-active {
    background: #71cfd6;
    border-radius: 5px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.social-icons_img_xf a {
    display: inline-block !important;
}

.social-icons_img_xf {
    width: 290px;
}
/*****Feature item popup css----------------------------------***/
#carousel-b .carousel-control {
    margin-right: -15px;
    margin-left: -15px;
    top: -5px;
}

#carousel-b.carousel-control {
    top: -14px;
    width: 0%;
}

.item-Request {
    color: #EF744E;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}

a.item-Request:hover {
    color: #EF744E;
    text-decoration: none;
}

.col-icon-bar {
    margin-left: 25px;
}

.carousel-b-item {
    position: absolute;
    bottom: 10%;
    text-align: center;
    right: 8%;
    width: 55% !important;
}

.home_Step2 {
    margin-bottom: 20px;
    display: flex !important;
    align-items: center;
}

.home_oval20 {
    height: 32px;
}

.home_steptext {
    color: #fff;
    margin-bottom: 0px;
    font-family: "HelveticaNeue";
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.home_Feature_Icon {
    height: 75px;
    width: 75px;
    display: inline-block;
}

.FeaturesSection_popup {
    margin: 0 auto;
}

#feature-section-popup .modal-body {
    position: relative;
    padding: 0px 20px 20px;
}

.feature-type {
    margin: 30px auto;
}

.want-to-see-whats-go {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: bold;
    margin: 0px 10px;
}

.col-home_Feature_Icon-bar {
    margin-left: 25px;
}

.rectangle-6-poc {
    border-radius: 5px;
    background: linear-gradient(339.68deg, #CEF3F5 0%, #58C6CE 100%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.mbr-box {
    cursor: pointer;
}

button.close.feature-section-close {
    background: url('../Images/Home Page_files/rsz_x_website_popup_window.png');
    background-repeat: no-repeat;
    width: 15px !important;
    height: 13px;
    opacity: 1 !important;
    background-position: center;
    outline: none;
    margin-top: 15px;
    margin-right: 15px;
}

#feature-section-popup .modal-header {
    padding: 0;
    border-bottom: 0;
    background-color: transparent;
}

/*****End Feature item popup css--------------------------------***/

/*****floating lable css**********/

#ddlViewBy span {
    display: none;
}

.Estimate_text_align.dropdown-menu {
    right: 0;
    margin-top: 0px;
}

    .Estimate_text_align.dropdown-menu > li > a {
        display: block;
        padding: 0;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        background: #fff;
        color: #808080 !important;
        outline: none;
        text-align-last: center;
        font-size: 28px;
    }

.dropdown, .dropup {
    width: 528px;
    text-align: left;
    display: inline-block;
    max-width: 100%;
}
/****  floating-Lable style start ****/
.floating-label-text {
    position: relative;
    width: 325px;
    display: inline-block;
}
/*.floating-input-text , .floating-select {
    padding: 0px 0px;
    border: none;
    border-bottom: 2px solid #58C6CE;
    width: 325px;
    font-size: 24px;
    text-align: center;

}*/


.floating-input-text:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border-color: #58C6CE;
}

.floating-label .form-group {
    display: flex;
    height: 55px;
}

.floating-label .control-label {
    margin-top: 0px;
    opacity: 1;
    color: #58C6CE;
    font-size: 24px;
    font-weight: normal;
    font-family: HelveticaNeue;
    position: absolute;
    pointer-events: none;
    text-align: center;
    width: 325px;
    transform: translate3d(0px, 16px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
}

.floating-label .form-group.focused .control-label {
    opacity: 1;
    transform: scale(0.75);
    text-align: left;
}

.floating-label .form-control {
    align-self: flex-end;
    border-radius: 0;
}

    .floating-label .form-control::-webkit-input-placeholder {
        color: transparent;
        transition: 240ms;
    }

    .floating-label .form-control:focus::-webkit-input-placeholder {
        transition: none;
    }

.floating-label .form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.floating-input-text {
    padding: 0px 0px;
    border: none;
    border-bottom: 2px solid #58C6CE;
    width: 325px;
    font-size: 24px;
    text-align: center;
    box-shadow: none;
}
/*.floating-input-text:focus ~ label, .floating-input-text:not(:placeholder-shown) ~ label {
  top:-10px;
  font-size:14px;
  color:#58C6CE;

     left: 0;
    right: 0;
    text-align: left;
}

.floating-input-text, .floating-select {
    padding: 0px 0px;
    border: none;
    border-bottom: 2px solid #58C6CE;
    width: 325px;
    font-size: 24px;
    text-align: center;
}
.floating-label-text label {
    margin-top: 0px;
    color: #58C6CE;
    font-size: 24px;
    font-weight: normal;
    font-family: HelveticaNeue;
    position: absolute;
    pointer-events: none;
   
    left: 0;
    right: 0;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}*/

/*****End floating lable css**********/




#maintenance-Value, #Vacancy-Value, #turnover-Value {
    color: #9DCB3C;
}

.line-hi-t {
    padding: 0px 30px;
}

.amout-text {
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    word-wrap: break-word;
    color: #9DCB3C;
    border-bottom: 1px solid #3D7EB1;
}

input#estimated-Yearly {
    color: #9DCB3C;
    -webkit-text-fill-color: #9DCB3C;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
}

.play-store-text {
    height: 30px;
    margin-top: 40px;
}

.mobile-Phone-Screen-image {
    display: none;
}

.mobile-news-section {
    display: none;
}

.header-logo {
    height: 71px;
    width: 71px;
}

.footer-logo-set {
    height: 71px;
    width: 71px;
}

.Rectangle-mobile-view {
    display: none;
}

.footer-content {
    display: none;
}

.adjust2_mobile {
    display: none;
}

.section-white {
    display: none;
}

.features-section-mobile-image {
    display: none;
}

.our_value_mobile_img {
    display: none;
    width:100%;
}

.slider_etct {
    position: absolute;
    top: 26%;
    left: 6%;
    color: #fff;
}

.selectpicker option {
    font-size: 28px;
}

.slider_tagline {
    height: 47px;
    color: #58C6CE;
    font-family: Helvetica;
    font-size: 48px;
    line-height: 47px;
}

.start-now-button {
    border-radius: 5px;
    outline: 0;
    border: 0;
    background-color: #FFFFFF;
}

.start-demo-button-text {
    height: 35px;
    width: 115.26px;
    color: #F5704E;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.tagline-text {
    font-style: italic;
    height: 58px;
    width: 518px;
    color: #FFFFFF;
    font-family: "Helvetica";
    font-size: 36px;
    line-height: 47px;
}

.carousel, .item, .active {
    height: 100%;
}

.fixed-nav {
    position: fixed !important;
    right: 16px;
}

.carousel-inner {
    height: 100%;
}
.foterCls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
    .foterCls ul{
        display:flex;        
    }
    .foterCls ul li {
        padding:10px;
    }
    .HelveticaNeueLight {
        font-family: 'HelveticaNeue Light';
    }
.footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
a.term {
    color: #fff;
}
.footer_logo_d {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

b{
    font-weight: 900;
}

/*td, th {
    padding: 5px;
    color: #fff;
    font-size: 16px;
}*/

.navigation-links, #mSidenav a:hover {
    color: #58C6CE;
}

.carousel-indicators {
    z-index: 9;
}

.hidden-md {
    display: none;
}

.fixed-nav {
    position: fixed !important;
    right: 16px;
}

.carousel-inner {
    height: 100%;
}

/*.log-in_btn {
    height: 19px;
    width: 45px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}*/

.rectangle-29_circel {
    margin-right: 61px;
    height: 32px;
    width: 83px;
    border-radius: 3px;
    background-color: #9DCB3C;
    border: none;
    outline: none;
    line-height: 30px;
}

/*.sign-up_btn {
    height: 19px;
    width: 58px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}*/

.rectangle-29-round {
    line-height: 30px;
    border: none;
    height: 32px;
    width: 90px;
    border-radius: 3px;
    background-color: #3D7EB1;
    outline: none;
}

.navbar-default .navbar-toggle {
    z-index: 999;
    background-color: rgba(35, 31, 32, 0.5);
    padding: 3px 3px;
    border-radius: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.inline_block {
    display: inline-block;
}

.testimonial_img {
    width: 107px;
    height: 107px;
}

/*.btn_demo {
    margin-top: 20px;
    margin-left: 45px; 
    /*-webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 4;
}*/

.header_menu {
    margin-left: 130px;
}

.social-roll {   
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}

#mCarousel .carousel-indicators {
    bottom: 252px;
    top: 74%;
}

#carousel-example-generic .carousel-indicators {
    bottom: -116px;
}

.carousel_img {
    background-color: #fff;
}

.social-roll-icon {
    margin: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

li.top-fold-product-screens.menuIcon {
    width: 130px;
    height: 50px;
    background-color: rgba(74, 66, 66, 0.6);
    background: rgba(35, 34, 34, 0.6);
    color: rgba(243, 234, 234, 0.3);
    ;
    border-radius: 3px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.store_icons {
    position: absolute;
    top: 73%;
    right: 0;
    left: 6%;
}

.store_iconsApp {
    position: absolute;
    top: 73%;
    right: 0;
    left: 6%;
}
div#socialIconXzz {
    margin-top: 5%;
}

.housing_tag p {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 47px;
}

.build_community {
    position: absolute;
    padding-top: 10%;
    padding-left: 6%;
    color: #fff;
    font-size: 36px;
    font-family: 'HelveticaNeue';
}

.student_housing p {
    color: #58C6CE;
}

.mbr-header__text {
    font-family: HelveticaNeueMedium;
}

.header-title {
    font-size: 30px;
    margin-left: 18px;
    font-family: 'HelveticaNeueLight';
    display: inline-block;
    vertical-align: middle;
}
.header-title1 {
    font-size: 30px;
    margin-left: 18px;
    font-family: 'HelveticaNeueLight';
    display: inline-block;
    vertical-align: middle;
}
.store_app {
    position: absolute;
    top: 78%;
    left: 80px;
    right: 0;
}

.store_app_btn {
    position: absolute;
    top: 78%;
    left: 80px;
    right: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0px;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

    .sidenav a {
        font-family: 'HelveticaNeue';
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        align-items: center;
        display: flex;
        transition: 0.3s;
        outline: none;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 4px;
        right: 25px;
        font-size: 37px;
        margin-left: 50px;
    }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: #fff !important;
}

.navbar-header {
    margin: 25px 0px 0px 10px;
}

    .navbar-header a {
        text-decoration: none;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    font-family: HelveticaNeueBold;
}

.sidenav {
    opacity: 0.7;
}

.menu-icon {
    position: absolute;
    top: 13px;
    height: 16px;
    left: 20px;
    font-size: 28px;
    width: 30.07px;
}

.navigation-links {
    height: 368px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    padding-left: 45px;
}

.link_align {
    text-align: right;
}

.btn.btn-secondary {
    color: #F5704E;
}

    .btn.btn-secondary:hover {
        color: #F5704E;
    }

/*.request-demo-button {
    height: 35px;
    width: 161px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.request-demo-button-text {
    color: #F5704E;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    border: none;
}*/

.freetext {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 30px;
    letter-spacing: 0.04px;
    line-height: 18px;
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.request-demo-button {
    height: 53px;
    width: auto;
    border-radius: 5px;
    background-color: #9DCB3C;
    outline: 0;
}

.request-demo-button-text {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    border: none;
}

.btn {
    font-family: 'HelveticaNeue' !important;
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    color: #F5704E;
    font-size: 17px;
    background: #fff;
    padding: 7px 16px 4px 15px;
    border: solid #fff 0px;
    text-decoration: none;
}

    .btn:hover {
        background: #fff;
        color: #F5704E;
        background-image: -webkit-linear-gradient(top, #fff, #fff);
        background-image: -moz-linear-gradient(top, #fff, #fff);
        background-image: -ms-linear-gradient(top, #fff, #fff);
        background-image: -o-linear-gradient(top, #fff, #fff);
        background-image: linear-gradient(to bottom, #fff, #fff);
        text-decoration: none;
    }

.apple-link-logo {
    height: 0.4%;
    width: 1.88%;
}

.google-play-link-logo {
    height: 28px;
    width: 28px;
    margin-right: 10px;
}

.text-white p {
    color: #3D7EB1;
    font-size: 50px;
}

ul.app_Type {
    list-style-type: decimal;
    color: #fff;
    padding: 18px;
    font-family: 'HelveticaNeue';
}

.bg {
    background: url(./Home%20Page_files/top_bottom.jpg) no-repeat;
    height: 134px;
}

.bg-right {
    background: url(./Home%20Page_files/left_right.jpg) no-repeat;
    height: 134px;
}

.bg-bottom {
    background: url(./Home%20Page_files/bottom_top.jpg) no-repeat;
    height: 134px;
}

.Right-side-icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    left: 10%;
}

.Left-side-icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    right: 10%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.text-white {
    background-color: #fff;
}

.our-values-paragraph p {
    padding: 35% 40% 0% 0%;
    color: #F5704E;
    font-size: 16px;
    line-height: 27px;
    font-family: HelveticaNeue;
}

.sectionTitle p {
    font-size: 50px;
    color: #fff;
    margin-top: 85px;
}

.features-section {
    background-color: #3D7EB1;
    font-family: 'HelveticaNeue';
}

.our_value_img {
    width: 75%;
}

.our-values-subheader {
    font-family: 'HelveticaNeue';
}

.tagline_learnMore {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 15px;
}

.home_rectangle_banner {
    height: 550px;
    width: 766px;
    border-radius: 3px;
    background-color: rgba(35,31,32,0.6);
    position: absolute;
    top: 17%;
    right: 5%;
    display: none;
}

.home_tagline_banner_heading_text {
    color: #fff;
    font-family: "HelveticaNeue";
    font-size: 20px;
    line-height: 24px;
    padding: 44px 40px 20px;
}

.home_Feature_Heading {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    padding: 0px 40px 20px;
}

.home_package-receipt {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 15px;
    margin: 0px 10px;
}

.home_package_iwant {
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.tagline_Student_Housing {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 15px;
}

.learn_more_text_zt, .tagline_strengthening {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 15px;
}

a.tagline_Student_Housing, a.tagline_strengthening, a.tagline_learnMore, a.home_package_iwant {
    color: #fff;
}

a.learn_more_text_zt {
    color: #fff;
}

    a.learn_more_text_zt:hover, a.tagline_Student_Housing:hover, a.tagline_strengthening:hover, a.tagline_learnMore:hover, a.home_package_iwant:hover {
        color: #58C6CE !important;
    }






/*Features*/
.features-section-phone-screen {
    height: 651px;
    margin: 30px auto;
    padding-left: 25%;
}

.bg-features-section {
    background: url(./Home%20Page_files/Features%20background@3x.png) no-repeat center center;
    border-bottom: 4px solid #fff;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; /*padding-bottom: 200px;*/
}

.mbr-box.mbr-box--fixed {
    color: #fff;
    height: 143px;
    margin: 10px auto;
}

.max-ihopne-height {
    margin: 0 auto;
    max-height: 651px;
}

.mbr-box--fixed {
    table-layout: fixed;
}

.mbr-box {
    display: table;
    width: 100%;
}

.mbr-box__magnet--bottom-right {
    text-align: right;
}

.mbr-box__magnet--top-right {
    vertical-align: top;
}

.mbr-box__magnet {
    display: table-cell;
    float: none;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    vertical-align: middle;
}

.mbr-figure--full-width {
    display: block;
    width: 100%;
}

.mbr-figure {
    display: inline-block;
    line-height: 1px;
    margin: 0;
    max-width: 100%;
    position: relative;
}

.mbr-figure__map {
    width: 100%;
}

.mbr-figure__map {
    max-width: 100%;
}
/*  End*/

/*Testimonial*/
.carousel-indicators li {
    height: 12px;
    width: 12px;
}

#carousel-example-generic.carousel {
    margin-bottom: 7%;
    margin-top: 5%;
}

.wrapper {
    min-height: 200px;
}

.reviews-subheader {
    color: #3D7EB1;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    margin-top: 1%;
    font-family: 'HelveticaNeue';
}

.carousel-indicators .active {
    height: 12px;
    width: 12px;
}

#mCarousel .carousel-indicators li {
    margin: 0px 7px;
    
}

#carousel-example-generic .carousel-indicators li {
    border: 1px solid #58C6CE;
    height: 12px;
    width: 12px;
    margin: 0px 7px;
}

#carousel-example-generic .carousel-indicators .active {
    background-color: #58C6CE;
    height: 12px;
    width: 12px;
    margin: 0px 7px;
}

blockquote {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

.caption p {
    margin-top: 10px;
    color: #F5704E;
    font-size: 20px;
    font-family: 'HelveticaNeueLight';
}

.caption b {
    color: #F5704E;
    float: right;
    font-size: 20px;
    font-family: HelveticaNeueMedium;
}

.content .jumbotron {
    background-color: #fff;
}

    .content .jumbotron p {
        background-color: #fff;
        color: #58C6CE;
    }
/*#reqModal .modal-dialog {
    width: 600px !important;
}*/
/*End*/

/*start community*/
.request-demo-button-text {
    display: inline-block;
    margin-left: 45px;
    margin-top: 20px;
}

.build-your-community-subheader {
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 37px;
    text-align: center;
    font-family: 'HelveticaNeue';
    margin: 0px 17px 50px;
}

.d-inline-block {
    display: inline-block;
    margin: 0 26px 10px 0;
}

    .d-inline-block a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

.cd-inline-block {
    display: inline-block;
    margin: 0 26px 10px 0;
}

    .cd-inline-block a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

.B-community .jumbotron {
    background-color: #fff;
}

/*end*/
/* Build Your Community Grow*/
.build_community_sec {
    padding: 60px;
}

.turnover-card {
    height: 450px;
    width: 298px;
    background: linear-gradient(339.68deg, #CEF3F5 0%, #58C6CE 100%);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.5);
    margin: 15px auto;
}

.maintenance-card {
    height: 450px;
    background: linear-gradient(339.68deg, #CEF3F5 0%, #58C6CE 100%);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.5);
    width: 298px;
    margin: 15px auto;
}

.acquisition-card {
    height: 450px;
    background: linear-gradient(339.68deg, #CEF3F5 0%, #58C6CE 100%);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.5);
    width: 298px;
    margin: 15px auto;
}

.mbr-figure__img {
    height: 88px;
    width: 88px;
}

.turnover-card-title h4 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
    padding: 20px;
    font-family: 'HelveticaNeueLight';
}

.acquisition-card-title h4 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
    padding: 20px;
    font-family: 'HelveticaNeueLight';
}

.maintenance-card-title h4 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
    padding: 20px;
    font-family: 'HelveticaNeueLight';
}

.oval-5 {
    box-sizing: border-box;
    width: 183.43px;
    height: 250px;
    margin: 20px auto;
}

.along-with-community-subheader {
    font-size: 50px;
    padding-top: 53px;
    color: #3D7EB1;
    font-family: 'HelveticaNeue';
}

.turnover-card-click {
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
}

    .turnover-card-click a {
        color: #F5704E;
        text-decoration: none;
        font-family: 'HelveticaNeue';
    }

.oval-maintinance {
    background-color: #fff;
}

.mbr_secound_row {
    margin-top: 30px;
}

.oval-1-copy-4 {
    height: 221.93px;
    width: 214.86px;
    margin: 46px auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.carousel_image {
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.selectpicker {
    border: none;
    cursor: pointer;
    outline: none;
    height: 72px;
    font-size: 28px;
    color: #fff;
    font-family: HelveticaNeueMedium;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 528px;
    /*padding: 15px 85px;*/
    text-align-last: center;
    background-repeat: no-repeat;
    background-image: url('../Images/Home Page_files/arrow_select.png');
    appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: right center;
    background-color: #58C6CE;
}

.estimate-your-saving {
    color: #F5704E;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding-top: 80px;
    font-family: HelveticaNeue;
}

.enter-number-of-units-line {
    border: 2px solid #58C6CE;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #58C6CE;
    text-align: center;
    font-size: 24px;
    font-family: 'HelveticaNeue';
    outline: none;
    width: 325px;
    margin-bottom: 50px;
}

.learn-more {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
}

.mbr-article {
    font-family: 'HelveticaNeue';
}

.learn-more a {
    color: #FFFFFF;
    font-family: 'HelveticaNeueLight';
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #58C6CE;
}

input[type="email"]::placeholder {
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #58C6CE;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #58C6CE;
}

:-moz-placeholder { /* Firefox 18- */
    color: #58C6CE;
}
/* End*/
/**/
.deals-section-text p {
    vertical-align: middle;
    font-size: 33px;
    color: #fff;
    padding-top: 30%;
    font-family: 'HelveticaNeue';
}

.mobile-news-latter {
    margin: 0 auto;
}

.social-inner-icon {
    width: 41px;
    height: 41px;
}

.sd-inline-block {
    display: inline-block;
}

.enter_number_sec {
    padding: 90px;
    text-align: center;
}

.estimate-your-saving {
    padding-top: 0px;
}
/**/

/*Join Our News latter Section*/

.join-our-newsletter-subheader {
    height: 47px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 48px;
    margin-top: 92px;
    font-family: 'HelveticaNeue';
}

.join-our-newsletter-subheader-social {
    height: 47px;
    color: #FFFFFF;
    font-size: 25.17px;
    line-height: 12px;
    margin-top: 111px;
    font-family: 'HelveticaNeue';
}

.enter-e-mail-text-field {
    color: #fff;
    outline: none;
    height: 64px;
    width: 557px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-size: 18pt;
    text-align: center;
    margin-top: 68px;
    background: transparent;
    font-family: 'HelveticaNeue';
}

input[type=number] {
    -moz-appearance: textfield;
}

.dn-inline-block {
    display: inline-block;
}

.newsletter-submit-button {
    height: 34.06px;
    width: 90.4px;
    border-radius: 3px;
    background-color: #58C6CE;
    color: #fff;
    font-size: 16px;
    font-family: 'HelveticaNeue';
    border: 0px;
    margin-top: 43px;
}

.follow-us {
    color: #FFFFFF;
    font-size: 25.17px;
    letter-spacing: -1px;
    line-height: 30px;
    vertical-align: middle;
    font-family: 'HelveticaNeue';
}

.bd-inline-block {
    display: inline-block;
    margin: 7px 0px 0px 9px;
}

.Social-icon-bottom {
    margin-top: 8%;
}

input[type="text"].enter-e-mail-text-field::-webkit-input-placeholder {
    color: #fff;
}

.residential-communit {
    font-family: 'HelveticaNeue';
}
/*End*/

/*Footer Section*/
.list-inline > li {
    padding-right: 30px;
    padding-left: 12px;
}

    .list-inline > li a {
        color: #fff;
        font-size: 18px;
        font-family: 'HelveticaNeue';
    }

.transparent-logo {
    width: 7.4%;
    height: 49px;
    display: inline-block;
}
.quotes {
    display: none;
}
.copyright {
    color: #FEFEFE;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    font-family: HelveticaNeue;   
}

.ourstory-bottom {
    background: url('../Images/Home Page_files/Background Image I Will Provide@3x.png') no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 25px !important;
}

select option {
    background: #fff;
    color: #808080 !important;
    outline: none;
    text-align-last: center;
}

select::-ms-expand {
    display: none;
}

label {
    margin-top: 2em;
    font-size: 0.9em;
    color: #777;
}

.dark-wrapper {
    margin-top: 2em;
    padding: 1em 1em 1em;
    background: #444;
}

    .dark-wrapper label {
        margin-top: 0;
        color: #ccc;
    }

/* Demo-only Theme related CSS */
.custom-select {
    background: #f3f3f3; /* Old browsers */
    background: #fff -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e5e5e5));
    background: #fff linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}

.custom-select {
    margin-top: 0.5em;
}

option {
    text-align: center;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.pull-right_link {
    text-align: right;
}

.pull-left-link {
    text-align: left;
}
.desktop-view-mo {
    background-color: #3D7EB1;
}
.mbr-box.active {
    background-color: #3D7EB1;
    border-radius: 5px;
}

.list-inline ol, ul {
    margin-top: 6px;
    margin-bottom: 0px;
}

.carousel-caption {
    text-align: left;
    right: 0%;
    left: 4%;
    top: 63%;
    width: 30%;
}

.app_icon_text {
    display: inline-block;
    vertical-align: sub;
}

/*End Footer Section*/


/*Flip Section*/

.keep-tenants-in-your {
    padding: 30px;
    color: #FFFFFF;
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 19px;
    height: 218px;
}

.section {
    margin-bottom: 40px;
}

.section__title {
    font-family: "Roboto Slab", serif;
    font-size: 40px;
}

.section__content {
    padding-left: 3px;
    width: 320px;
    height: 480px;
    margin: 0 auto;
    cursor: pointer;
}

.card {
    position: relative;
}

    .card:nth-child(1) {
        margin-left: -3px;
        margin-right: 1px;
    }

    .card:nth-child(2),
    .card:nth-child(3) {
        margin-right: 1px;
    }

.card__front,
.card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__front,
.card__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.8s;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.card__front {
    background-color: #ff5078;
}

.card__back {
    background-color: #1e1e1e;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card__text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 20px;
    color: #fff;
    font-family: "Roboto Slab", serif;
    line-height: 20px;
}


.card.effect__click.flipped .card__front {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}



.list-inline {
    padding: 20px 0px;
}

.inline_block_logo {
    padding: 15px 0px;
}

.inline_block_url {
    padding: 15px 15px;
}

/********************************Start Media Query*********************************************/

@media (max-width: 1920px) {

    .down-item {
        margin-top: 50px;
    }

    .we-got-you-covered {
        line-height: 0px;
    }

    .mainFlorida {
        top: 30%;
    }

    .custom-website-porta {
        font-size: 18.8px;
        letter-spacing: -0.26px;
        line-height: 21px;
    }
}

@media (max-width: 1600px) {
    .fluide78 {
        width: 1400px;
        max-width: 100%;
    }

    .down-item {
        margin-top: 50px;
    }

    .we-got-you-covered {
        line-height: 0px;
    }


    .custom-website-porta {
        font-size: 18.8px;
        letter-spacing: -0.26px;
        line-height: 21px;
    }
}

@media (max-width: 1440px) {

    .down-item {
        margin-top: 50px;
    }

    .we-got-you-covered {
        line-height: 0px;
    }


    .img_main {
        width: 120px;
        margin: 0 auto;
    }

    .custom-website-porta {
        font-size: 18.8px;
        letter-spacing: -0.26px;
        line-height: 21px;
    }
}

@media (max-width: 1366px) {
    .down-item {
        margin-top: 50px;
    }

    .we-got-you-covered {
        line-height: 0px;
    }



    .home_rectangle_banner {
        height: 470px;
        width: 700px;
        border-radius: 3px;
        background-color: rgba(35,31,32,0.6);
        position: absolute;
        top: 11%;
        right: 5%;
        display: none;
    }

    .home_Feature_Heading {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        padding: 0px 40px 20px;
    }

    .home_tagline_banner_heading_text {
        color: #fff;
        font-family: "HelveticaNeue";
        font-size: 20px;
        line-height: 24px;
        padding: 15px 40px 2px;
    }

    .img_main {
        width: 120px;
        margin: 0 auto;
    }

    .custom-website-porta {
        font-size: 18.8px;
        letter-spacing: -0.26px;
        line-height: 21px;
    }
}

@media (min-width: 1101px) and (max-width: 1300px) {
    .sliderFlorida_tagline {
        line-height: 8px;
    }

    .group {
        padding: 20px;
    }

    .satisfy-florida-stat {
        margin: 20px;
    }

    .down-item {
        margin-top: 50px;
    }

    .we-got-you-covered {
        line-height: 0px;
    }



    .home_rectangle_banner {
        height: 470px;
        width: 700px;
        border-radius: 3px;
        background-color: rgba(35,31,32,0.6);
        position: absolute;
        top: 11%;
        right: 5%;
        display: none;
    }

    .home_Feature_Heading {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        padding: 0px 40px 20px;
    }

    .home_tagline_banner_heading_text {
        color: #fff;
        font-family: "HelveticaNeue";
        font-size: 20px;
        line-height: 24px;
        padding: 15px 40px 2px;
    }

    .img_main {
        width: 130px;
        margin: 0 auto;
    }

    .custom-website-porta {
        font-size: 18px;
        letter-spacing: -0.26px;
        line-height: 21px;
        margin: 10px auto;
    }

    .ft012 {
        top: 13%;
    }
}

@media (max-width: 1100px) {
    .group {
        padding: 10px;
    }

    .mainFlorida {
        top: 32%;
    }

    .ft012 {
        top: 13%;
    }

    .create:before {
        background-size: 20px 20px;
        margin-top: 14px;
        width: 24px;
    }

    .fs-718-719-checklist {
        font-size: 18px;
    }

    .build_community_sec {
        padding: 10px;
    }

    .deals-section-text p {
        padding-top: 14%;
    }

    .mbr-box__magnet {
        display: table-header-group;
        float: none;
        height: 100%;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        vertical-align: middle;
    }

    .estimate-your-saving {
        padding-top: 63px;
    }

    .carousel-indicators {
        bottom: 83px !important;
    }

    .satisfy-florida-stat {
        font-size: 2.5vw;
        margin-bottom: 0px;
    }

    .we-got-you-covered {
        font-size: 3vw;
    }

    .img_main {
        width: 110px;
    }

    .custom-website-porta {
        font-size: 18px;
        margin: 10px auto;
        width: 130px;
    }

    .sliderFlorida_tagline {
        line-height: 10px;
    }

    .down-item {
        margin-top: 22px;
    }
}


@media (min-width: 992px) {

    #feature-section-popup .modal-lg {
        width: 1080px;
        max-width: 100%;
    }

    .carousel-b-item {
        position: absolute !important;
        width: 80%;
    }
}


/******************************** Media Query (max-width: 991px)*********************************************/
@media (max-width: 991px) {

    .sliderFlorida_tagline {
        line-height: 30px;
        font-size: 3vw;
    }

    .ft012 {
        top: 85px;
    }

    .satisfy-florida-stat {
        font-size: 2.5vw;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .we-got-you-covered {
        font-size: 3vw;
        line-height: 30px;
    }

    .create:before {
        background-size: 20px 20px;
        margin-top: 14px;
        width: 24px;
    }

    .fs-718-719-checklist {
        font-size: 14px;
        top: 30%;
    }

    .mainFlorida {
        top: 37%;
    }

    .custom-website-porta {
        font-size: 14.8px;
        line-height: 16px;
    }

    .img_main {
        width: 50px;
        margin: 0 auto;
    }

    .carousel-b-item {
        position: relative;
        right: 0%;
        width: 100% !important;
    }

    .mobile-news-latter {
        max-width: 30%;
    }

    .enter_number_sec {
        padding: 25px;
    }

    .estimate-your-saving.first_tag {
        padding-top: 80px;
    }

    .features-section-phone-screen img {
        margin: 0 auto;
    }

    .features-section-phone-screen {
        padding-left: 0%;
    }

    .deals-section-text p {
        padding-top: 5%;
        text-align: center;
    }

    .learn-more {
        margin: 32px;
    }

    .col-sm-12 {
        float: none;
    }

    .d-inline-block {
        display: none;
    }

    .cd-inline-block {
        display: none;
    }

    .store_iconsApp {
        top: 68%;
    }

    .store_app_btn {
        top: 75%;
        left: 47px;
    }

    .store_app {
        top: 80%;
        left: 45px;
        right: 0;
    }

    .carousel-indicators {
        bottom: 83px !important;
    }

    .our-values-paragraph p {
        padding: 26px;
        width: 100%;
    }

    #carousel-example-generic .carousel-indicators {
        bottom: -47px !important;
    }

    .testimonial_img {
        display: inline;
    }

    .along-with-community-subheader {
        padding-top: 0;
    }

    .mbr_secound_row {
        margin-top: 0px;
    }

    .mbr-figure {
        margin-left: 13px;
        margin-top: 28px;
    }

    .housing_tag p {
        line-height: 48px;
    }

    .join-our-newsletter-subheader {
        margin-top: 0px;
        line-height: 115px;
    }

    #mCarousel .carousel-indicators {
        bottom: 252px;
        top: 74% !important;
    }
}

/******************************** Media Query (max-width: 825px)*********************************************/
@media (max-width: 825px) {
    .sliderFlorida_tagline {
        line-height: 0px;
        font-size: 3vw;
    }

    .satisfy-florida-stat {
        line-height: 37px;
    }

    .we-got-you-covered {
        font-size: 3vw;
        line-height: 0px;
    }

    .mainFlorida {
        top: 33%;
    }

    .link_align, .inline_block_logo {
        width: 100%;
        text-align: center;
    }

    .list-inline > li {
        display: inline-block !important;
    }

    .housing_tag p {
        line-height: 36px;
        margin-top: 25px;
    }

    .build_community {
        font-size: 1.6vw;
    }

    .mobile-news-latter {
        max-width: 30%;
    }

    .carousel-b-item {
        position: relative !important;
        width: 100% !important;
        right: 0%;
    }

    .freetext {
        font-size: 25px;
    }
}
/******************************** Media Query (max-width: 768px)*********************************************/
@media screen and (min-width: 768px) {

    #carousel-example-generic.carousel {
        margin-bottom: 12%;
        margin-top: 0%;
        min-height: 220px;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }

    .navbar-nav {
        float: left;
    }

    .our-values-paragraph p {
        color: #F5704E;
        font-size: 16px;
        line-height: 27px;
        font-family: HelveticaNeue;
    }

    #carousel-example-generic .carousel-indicators {
        bottom: -106px;
    }

    .navbar-collapse.in {
        overflow-y: initial;
        height: 100%;
    }

    .ourstory-bottom {
        padding-bottom: 361px;
    }

    .build_community {
        font-size: 1.6vw;       
        margin-left: 56px;
    }
}

/******************************** Media Query (min-width: 601px) and (max-width: 767px)**************************/

@media (min-width: 601px) and (max-width: 767px) {
    div#bannerCarousel {
        width: 50%;
        margin: 0 auto;
    }

    .mainFlorida {
        top: 47%;
    }

    .step-1 {
        margin-bottom: 0px;
        font-family: "HelveticaNeue";
        font-size: 18px;
        display: block;
        margin-left: 15px;
        vertical-align: middle;
        text-align: left;
    }

    .oval-4 {
        width: 28%;
    }

    .step-2 {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .fs-718-719-checklist {
        display: none;
    }

    .along-with-community-subheader {
        font-size: 30px;
    }

    .btn_demo {
        margin-top: 0px;
    }

    .request-demo-button {
        height: 39px;
        width: auto;
        border-radius: 5px;
        background-color: #9DCB3C;
        outline: 0;
    }

    .request-demo-button-text {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        text-align: center;
        border: none;
    }

    .freetext {
        font-size: 20px;
        margin-top: 20px;
    }

    #carousel-example-generic.carousel {
        margin-bottom: 12%;
        margin-top: 0%;
        min-height: 340px;
    }

    .sectionTitle p {
        font-size: 35px;
        color: #fff;
        margin-top: 85px;
    }

    .our-values-subheader p {
        font-size: 35px;
    }

    .reviews-subheader {
        font-size: 35px;
    }

    .bottom-text-align {
        margin-top: 6px !important;
    }

    #productMobile a:hover {
        color: #fff;
        text-decoration: none;
    }

    .navbar {
        border: 0;
    }

    .fullscreen-icon {
        height: 24px;
        width: 35px;
        float: right;
        margin-right: 100px;
        margin-top: -22px;
    }

    .desktop-view-mob {
        display: none;
    }

    .Rectangle-mobile-view {
        display: block;
        height: 353px;
        width: 521px;
        margin: 0 auto;
    }

    .enter_number_sec {
        padding: 0px;
    }

    .estimate-your-saving {
        padding-top: 20px;
    }

    ul.app_Type {
        width: 60%;
        margin-left: 8%;
        font-size: 20px;
        line-height: 24px;
        font-weight: 100;
        display: inline-block;
    }

    .start-button {
        height: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .build_community_sec {
        display: none;
    }

    .adjust2 {
        display: none;
    }

    .adjust2_mobile {
        display: block;
        font-size: 13px;
        color: #F5704E;
        margin-top: 10px;
    }

    .header-text {
        color: #fff;
        font-size: 20px;
    }

    .bottom-text {
        font-size: 16px;
        color: #fff;
    }

    .section-white {
        display: block;
    }

    .mbr_secound_row {
        display: none;
    }

    .features-section-phone-screen {
        height: auto;
    }

    .features-section-mobile-image {
        display: block;
    }

    .mobile-Phone-Screen-image {
        display: block;
        height: 449px;
        width: 221px;
    }

    .features-sectionImage {
        display: none;
    }

    .wrapper {
        display: table;
    }

    .firstDiv {
        display: table-footer-group;
    }

    .secondDiv {
        display: table-header-group;
    }

    .d-inline-block {
        display: none;
    }

    .cd-inline-block {
        display: none;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        position: fixed;
        right: 0;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: rgba(35, 31, 32, 0.5);
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .social-icons_img ul li a {
        display: block;
        font-size: 1.4em;
        margin: 0 3px;
        text-decoration: none;
    }

    .social-icons_img ul li {
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
    }

    .social-icons_img ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .social-icons_img {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em;
        color: #448aaf;
    }

    .download-text {
        margin-top: 20px;
    }

    .login_signup_btn {
        margin-top: 10px;
    }

    .menu-divider-line {
        box-sizing: border-box;
        height: 1px;
        border: 1px solid #FFFFFF;
    }

    .hidden-md li a {
        color: #fff;
        text-decoration: none;
    }

    #top-menuBar {
        display: none;
    }

    #top-menuBar1 {
        display: none;
    }

    .mobile-menu-position {
        margin: 0 !important;
        position: fixed;
        top: -2px;
        width: 100%;
    }

    .download-the-app {
        text-decoration: underline;
        height: 19px;
        width: 130px;
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 16px;
        line-height: 19px;
    }

    .carousel-indicators {
        bottom: 96px;
    }

    .store_app_btn {
        top: 69%;
        right: 16px;
        left: 70%;
        float: right;
        width: 21%;
    }

    .store_iconsApp {
        top: 68%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    li.top-fold-product-screens.menuIcon {
        display: none;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .navbar-nav {
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
    }

    .nav .navbar-nav li a span {
        display: none;
    }

    .d-inline-block {
        width: 47%;
        font-size: 16px;
    }

    .cd-inline-block {
        width: 47%;
        font-size: 16px;
    }

    .store_icons {
        left: 5%;
    }

    .store_app {
        top: 84%;
        left: 34px;
        right: 0;
    }

    .btn {
        padding: 8px 16px 8px 15px;
    }
    
    .header-title {
        font-size: 24px;
        margin-left: 7px;
    }
    .header-title1 {
        font-size: 24px;
        margin-left: 7px;
    }

    .our-values-paragraph p {
        width: 100%;
        padding: 0px 65px;
    }

    .our_value_img {
        display: none;
    }

    .our_value_mobile_img {
        display: block;
        margin: 0 auto;
    }

    .mbr-figure {
        text-align: center;
    }

    .mbr-box__magnet {
        display: table-row-group;
        text-align: center;
    }

    .mbr-box.mbr-box--fixed {
        margin-top: 60px;
    }

    .mbr_secound_row {
        margin-top: 0px;
    }

    .testimonial_img {
        display: inline;
    }

    #carousel-example-generic .carousel-indicators {
        bottom: -47px;
    }

    .deals-section-text {
        text-align: center;
    }

    .learn-more {
        margin: 32px;
    }

    .deals-section-text p {
        padding-top: 4%;
    }

    .newsletter-submit-button {
        width: 16%;
        margin-left: 0;
        margin-top: 0px;
    }

    .enter-e-mail-text-field {
        width: 400px;
        margin-bottom: 22px;
    }

    .join-our-newsletter-subheader {
        margin-left: 0%;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .join-our-newsletter-subheader-social {
        margin-left: 0%;
        margin-top: 30px;
    }

    .navbar-collapse.in {
        overflow-y: initial;
        height: 100%;
    }

    .link_align {
        text-align: center;
        width: 100%;
    }

    .list-inline {
        margin-left: 43px;
    }

        .list-inline > li {
            display: block;
            padding: 10px;
        }

    .housing_tag p {
        line-height: 25px;
        margin-top: 8px;
        font-size: 4.1vmin;
        line-height: 34px;
    }

    .student_housing p {
        margin-top: -38px !important;
    }

    .carousel-indicators {
        bottom: 36px !important;
    }

    .build_community {
        font-size: 1.6vw;
        margin-left: 56px;
    }

    #mCarousel .carousel-indicators {
        bottom: 252px;
        top: 84% !important;
    }

    .mobile-news-latter {
        max-width: 30%;
    }

    .list-inline {
        padding: 0px;
    }

    .inline_block_logo {
        padding: 0px;
    }

    .arrow-icon-right {
        left: 60%;
    }

    .arrow-icon-left {
        right: 60%;
    }

    .rectangle-5-image-slider {
        width: 450px;
    }

    .rectangle-6-image-slider {
        width: 450px;
    }

    .rectangle-5-image-slider {
        border-radius: 5px;
        background-color: #71cfd6;
        margin: 0 auto;
    }

    .rectangle-6-image-slider {
        border-radius: 5px;
        margin: 0 auto;
    }

    .img-responsive-Package-Receipt {
        height: 80px;
        width: 80px;
    }

    .Icon-Button {
        margin-top: 13px;
    }

    .bottom-text-align {
        margin-top: 15px;
    }

    .image-slider_active {
        border-radius: 5px;
        background-color: #71cfd6;
        margin: 0 auto;
    }

    #carousel-example-generic_mobile .carousel-inner {
        height: 150px;
    }

    .jumbotron__container {
        display: flex;
        background-color: #71cfd6;
        height: 107px;
        border-radius: 5px;
    }

    .jumbotron__text {
        flex: 1 0 50%;
        padding: 20px;
        color: #fff;
    }

    .jumbotron__image {
        display: flex;
        flex: 1 0 15%;
        align-items: center;
        justify-content: center;
    }

    .jumbotron-introduction p {
        font-size: 10px;
    }

    .jumbotron_c {
        margin-top: 20px;
    }

        .jumbotron_c p {
            font-size: 14px;
            font-weight: 200;
        }

    .hidden-md {
        display: table;
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 18px;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .login_signup_btn a {
        display: inline-block !important;
        margin-top: 9px;
        margin-bottom: 20px;
    }

    .social-icons_img ul li {
        display: inline-block !important;
    }

        .social-icons_img ul li a {
            padding: 0px !important;
        }

    .mobile-menu-position ul li {
        display: table-row;
    }

        .mobile-menu-position ul li a {
            display: table-cell;
            vertical-align: middle;
        }

    #mobile-Ios .modal-header {
        padding: 6.5px !important;
        height: 37px;
        text-align: center;
        background-color: rgb(88, 198, 206);
    }

    #mobile-Ios .modal-title {
        font-size: 16px;
        font-family: "HelveticaNeue";
        color: #fff;
    }

    #mobile-Modal .modal-header {
        padding: 6.5px !important;
        height: 37px;
        text-align: center;
        background-color: rgb(88, 198, 206);
    }

    #mobile-Modal .modal-title {
        font-size: 16px;
        font-family: "HelveticaNeue";
        color: #fff;
    }

    .enter_number_sec {
        display: none;
    }

    .sliderFlorida_tagline {
        line-height: 30px;
        font-size: 3vw;
    }

    .ft012 {
        top: 75px;
    }

    .satisfy-florida-stat {
        font-size: 2.5vw;
        line-height: 6px;
        margin-bottom: 0px;
    }

    .we-got-you-covered {
        font-size: 3vw;
        line-height: 30px;
    }

    a.request-demo-button.request-demo-button-text {
        line-height: 40px;
        width: 100px;
    }
    .main_heading {
        padding-left: 0px;
    }
    .ms_heading {
        margin-left: 0%;
    }
}


/******************************** Media Query (min-width: 481px) and (max-width: 600px)**************************/
@media (min-width: 481px) and (max-width: 600px) {
    .ms_heading {
        margin-left: 0%;
    }
    div#bannerCarousel {
        width: 50%;
        margin: 0 auto;
    }

    .mainFlorida {
        top: 47%;
    }

    .step-1 {
        margin-bottom: 0px;
        font-family: "HelveticaNeue";
        font-size: 16px;
        display: block;
        margin-left: 15px;
        vertical-align: middle;
        text-align: left;
    }

    .oval-4 {
        width: 28%;
    }

    .step-2 {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .fs-718-719-checklist {
        display: none;
    }
    
    a.request-demo-button.request-demo-button-text {
        line-height: 32px;
        width: 100px;
    }

    .request-demo-button {
        height: 29px;
        width: auto;
        border-radius: 5px;
        background-color: #9DCB3C;
        outline: 0;
    }

    .request-demo-button-text {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        text-align: center;
        border: none;
        margin-left: 0px;
        margin-top: 0px;
    }

    .freetext {
        font-size: 16px;
    }

    .enter_number_sec {
        display: none;
    }

    .reviews-subheader {
        font-size: 22px;
        margin-top: 0;
        text-align: center;
    }

    .image-slider_active {
        border-radius: 5px;
        background-color: #71cfd6;
        margin: 0 auto;
    }

    .rectangle-6-image-slider {
        border-radius: 5px;
        margin: 0 auto;
    }

    .img-responsive-Package-Receipt {
        height: 80px;
        width: 80px;
    }

    .Icon-Button {
        margin-top: 13px;
    }

    .bottom-text-align {
        margin-top: 15px;
    }

    .build-your-community-subheader {
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 27px;
    }

    .hidden-md li a:hover {
        color: #58C6CE;
        text-decoration: none;
    }
    #productMobile a:hover {
        color: #fff;
        text-decoration: none;
    }

    .mobile-news-section {
        display: block;
    }

    .navbar {
        border: 0;
    }

    .fullscreen-icon {
        height: 24px;
        width: 35px;
        float: right;
        margin-top: -20px;
    }

    .desktop-view-mob {
        display: none;
    }

    .Rectangle-mobile-view {
        display: block;
        height: 156px;
        width: 232px;
        margin: 0 auto;
    }

    .deals-section-text p {
        padding-top: 30%;
        text-align: left;
        font-size: 13px;
    }

    .ourstory-bottom {
        margin-top: 185px;
    }

    .desktop-view-mo {
        display: none;
    }

    .mobile-news-latter {
        display: none;
    }

    .mobile-news {
        width: 146px;
    }

    .community-subheader-text {
        width: 100%;
    }

    ul.app_Type {
        margin-left: 8%;
        width: 60%;
        font-size: 13px;
        line-height: 24px;
        font-weight: 100;
        display: inline-block;
    }

        ul.app_Type li {
            padding: 1px 0px;
        }

    .start-button {
        height: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .build_community_sec {
        display: none;
    }

    .along-with-community-subheader {
        font-size: 20px;
        padding-top: 30px;
    }

    .enter-e-mail-text-field {
        width: 80%;
        margin-top: 25px;
    }

    .join-our-newsletter-subheader-social {
        height: 25px;
        color: #FFFFFF;
        font-size: 25.17px;
        line-height: 12px;
        margin-top: 25px;
        font-family: 'HelveticaNeue';
    }

    .join-our-newsletter-subheader {
        height: 47px;
        color: #FFFFFF;
        font-size: 30px;
        line-height: 0px;
        margin-top: 0px;
        font-family: 'HelveticaNeue';
    }

    .desktop-footer {
        display: none;
    }

    .footer-content {
        display: block;
    }

    .list-inline > li a {
        font-size: 13px;
    }

    .footer-content {
        display: block;
    }

    .desktop-footer {
        display: none;
    }

    .start-now-button {
        height: 25px;
        border-radius: 3.5px;
        background-color: #FFFFFF;
        outline: 0;
        border: 0;
    }

    .start-demo-button-text {
        color: #F5704E;
        font-family: "HelveticaNeue";
        width: 80px;
        font-size: 11.2px;
        font-weight: 500;
        line-height: 13px;
    }

    #carousel-example-generic .carousel-indicators .active {
        background-color: #58C6CE;
        height: 8.7px;
        width: 8.7px;
        margin: 0px 7px;
    }

    #carousel-example-generic .carousel-indicators li {
        border: 1px solid #58C6CE;
        height: 8.7px;
        width: 8.7px;
        margin: 0px 7px;
    }

    .adjust2 {
        display: none;
    }

    .adjust2_mobile {
        display: block;
        font-size: 13px;
        color: #F5704E;
        margin-top: 10px;
    }

    .bottom-text {
        font-size: 14px;
        color: #fff;
    }

    .header-text {
        color: #fff;
        font-size: 20px;
    }

    .section-white {
        display: block;
    }

    .mbr_secound_row {
        display: none;
    }

    .features-section-phone-screen {
        height: auto;
    }

    .features-section-mobile-image {
        display: block;
    }

    .mobile-Phone-Screen-image {
        display: block;
        height: 449px;
        width: 221px;
    }

    .features-sectionImage {
        display: none;
    }

    .wrapper {
        display: table;
    }

    .firstDiv {
        display: table-footer-group;
    }

    .secondDiv {
        display: table-header-group;
    }

    .d-inline-block {
        display: none;
    }

    .cd-inline-block {
        display: none;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        position: fixed;
        right: 0;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: rgba(35, 31, 32, 0.5);
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .social-icons_img ul li a {
        display: block;
        font-size: 1.4em;
        margin: 0 3px;
        text-decoration: none;
    }

    .social-icons_img ul li {
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
    }

    .social-icons_img ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .social-icons_img {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em;
        color: #448aaf;
    }

    .download-text {
        margin-top: 20px;
    }

    .login_signup_btn {
        margin-top: 20px;
    }

    .menu-divider-line {
        box-sizing: border-box;
        height: 1px;
        border: 1px solid #FFFFFF;
    }

    .download-the-app {
        text-decoration: underline;
        height: 19px;
        width: 130px;
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 16px;
        line-height: 19px;
    }

    .hidden-md {
        display: table;
        height: 100%;
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

        .hidden-md li a {
            color: #fff;
            text-decoration: none;
        }

    #top-menuBar {
        display: none;
    }

    #top-menuBar1 {
        display: none;
    }

    .mobile-menu-position {
        margin: 0 !important;
        position: fixed;
        top: -2px;
        width: 100%;
    }

    .housing_tag p {
        margin-top: 0px;
    }

    .carousel-indicators {
        bottom: 26px !important;
    }

    .carousel-control {
        width: 10%;
    }

    .Right-side-icon {
        left: 60%;
    }

    .Left-side-icon {
        right: 60%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-nav {
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
    }

    li.top-fold-product-screens.menuIcon {
        display: none;
    }

    .navbar-header {
        margin: 10px 0px 0px 12px;
    }

    .header-title {
        font-size: 15px;
    }
    .header-title1 {
        font-size: 15px;        
    }

    .header-logo {
        height: 41px;
        width: 41px;
    }

    .btn {
        font-size: 13px;
        padding: 8px;
    }

    .carousel-indicators {
        bottom: 66px;
    }

    .store_icons {
        top: 71%;
        right: 0;
        left: 6%;
    }

    .d-inline-block .btn {
        margin-bottom: -3px;
    }

    .cd-inline-block .btn {
        margin-bottom: -3px;
    }

    .store_app {
        top: 67%;
        right: 16px;
        left: 70%;
        float: right;
        width: 21%;
    }

    .student_housing p {
        font-size: 7vmin;
    }

    .housing_tag p {
        font-size: 3vmin;
        line-height: 25px;
    }

    .store_iconsApp {
        top: 66%;
        right: 0;
        left: 6%;
    }

    .store_app_btn {
        top: 63%;
        right: 16px;
        left: 70%;
        float: right;
        width: 21%;
    }

    .our-values-paragraph p {
        width: 100%;
        padding: 10px;
    }

    .our_value_img {
        display: none;
    }

    .our_value_mobile_img {
        display: block;
        margin: 0 auto;
    }

    .mbr-figure {
        text-align: center;
    }

    .mbr-box__magnet {
        display: table-row-group;
        text-align: center;
    }

    .mbr-box.mbr-box--fixed {
        margin-top: 60px;
    }

    .along-with-community-subheader {
        font-size: 20px;
    }

    .build_community_sec {
        padding: 10px;
    }

    .enter_number_sec {
        padding: 0px;
        text-align: center;
    }

    .learn-more {
        margin-bottom: 28px;
        margin-top: 24px;
    }

    .newsletter-submit-button {
        width: 40%;
        margin-top: 23px;
        margin-left: 0px;
    }

    .ourstory-bottom {
        padding-bottom: 0px;
    }

    .list-inline > li {
        padding: 10px;
    }

    .transparent-logo {
        width: 10.4%;
        height: 37px;
    }

    #carousel-example-generic .carousel-indicators {
        bottom: -47px;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
            font-family: 'HelveticaNeue';
        }

    .testimonial_img {
        height: 107px;
        width: 107px;
        display: inline;
    }

    .caption b {
        float: none;
    }

    .pull-right_link {
        text-align: center;
    }

    .selectpicker {
        width: 100%;
        font-size: 21px;
    }

    .mbr_secound_row {
        margin-top: 0px;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

        .navbar-collapse.in {
            overflow-y: initial;
            height: 100%;
        }

    .pull-right_link ul {
        text-align: left !important;
    }

    .link_align {
        text-align: center;
        width: 100%;
    }

    .list-inline {
        margin-left: 43px;
    }

        .list-inline > li {
            display: block;
            padding: 10px;
        }

    /*request-demo-button {
        width: 111px;
    }*/

    /*.btn_demo {
        margin-top: 0px;
        margin-right: 20px;
    }*/

    #mCarousel .carousel-indicators {
        bottom: 252px;
        top: 81% !important;
    }

        /*.request-demo-button-text {
        height: 9px;
        width: 51.44px;
        color: #F5704E;
        font-family: "HelveticaNeue";
        font-size: 7.68px;
        font-weight: 500;
        line-height: 9px;
    }

    .request-demo-button {
        height: 17px;
        width: auto;
        border-radius: 2.4px;
        background-color: #FFFFFF;
    }*/

        #mCarousel .carousel-indicators li {
            margin: 0px 1px;
        }

    .carousel-indicators .active {
        height: 6px;
        width: 6px;
    }

    .carousel-indicators li {
        height: 6px;
        width: 6px;
    }

    .build_community {
        font-size: 1.6vw;
    }

    .slider_tagline {
        height: 10px;
        font-size: 24px;
        line-height: 12px;
    }

    .tagline-text {
        font-size: 16px;
        line-height: 22px;
    }

    #mobile-Ios .modal-header {
        padding: 6.5px !important;
        height: 37px;
        text-align: center;
        background-color: rgb(88, 198, 206);
    }

    #mobile-Ios .modal-title {
        font-size: 16px;
        font-family: "HelveticaNeue";
        color: #fff;
    }

    #mobile-Modal .modal-header {
        padding: 6.5px !important;
        height: 37px;
        text-align: center;
        background-color: rgb(88, 198, 206);
    }

    #mobile-Modal .modal-title {
        font-size: 16px;
        font-family: "HelveticaNeue";
        color: #fff;
    }

    .arrow-icon-right {
        left: 60%;
    }

    .arrow-icon-left {
        right: 60%;
    }

    .arrow-icon-right {
        left: 80%;
    }

    .arrow-icon-left {
        right: 80%;
    }

    #carousel-example-generic_mobile .carousel-inner {
        height: 150px;
    }

    .jumbotron__container {
        display: flex;
        background-color: #71cfd6;
    }

    .jumbotron__text {
        flex: 1 0 50%;
        padding: 10px;
        color: #fff;
    }

    .jumbotron__image {
        display: flex;
        flex: 1 0 15%;
        align-items: center;
        justify-content: center;
    }

    .jumbotron-introduction p {
        font-size: 10px;
    }

    .jumbotron_c {
        margin-top: 20px;
    }

        .jumbotron_c p {
            font-size: 14px;
            font-weight: 200;
        }

    .mark_text {
        padding: 20px !important;
    }

    .mark_container {
        height: 107px;
    }

    .login_signup_btn a {
        display: inline-block !important;
        margin-top: 9px;
        margin-bottom: 20px;
    }

    .social-icons_img ul li {
        display: inline-block !important;
    }

        .social-icons_img ul li a {
            padding: 0px !important;
        }

    .mobile-menu-position ul li {
        display: table-row;
    }

        .mobile-menu-position ul li a {
            display: table-cell;
            vertical-align: middle;            
        }


    .estimate-your-saving {
        padding-top: 30px;
    }

    .Estimate_text_align.dropdown-menu > li > a {
        display: block;
        padding: 0;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        background: #fff;
        color: #808080 !important;
        outline: none;
        text-align-last: center;
        font-size: 14px;
    }

    .amout-text {
        text-align: center;
        margin-top: 70px;
        font-size: 20px;
        word-wrap: break-word;
        border-bottom: 1px solid #3D7EB1;
        color: #9DCB3C;
    }

    .our-values-subheader p {
        font-size: 30px;
    }

    .tagline_strengthening {
        display: none;
    }

    .sectionTitle p {
        font-size: 30px;
    }

    .mobBlock {
        display: flex;
    }


    .sliderFlorida_tagline {
        font-size: 4vw;
        line-height: 20px;
        margin-top: 24px;
    }

    .satisfy-florida-stat {
        font-size: 3.2vw;
        letter-spacing: 0.05px;
        line-height: 10px;
        margin-bottom: 0;
    }

    .ft012 {
        top: 30px;
        color: #FFFFFF;
        position: absolute;
        bottom: 15px;
        text-align: center;
        width: 100%;
    }

    .we-got-you-covered {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 4vw;
        font-style: italic;
        letter-spacing: 0.07px;
        line-height: 25px;
    }
    .main_heading {
        padding-left: 0px !important;
    }
}


/******************************** Media Query (min-width: 320px) and  (max-width: 480px)**************************/
@media (min-width: 320px) and (max-width: 480px) {
    div#bannerCarousel {
        width: 50%;
        margin: 0 auto;
    }

    .mainFlorida {
        top: 45%;
    }

    .step-1 {
        margin-bottom: 0px;
        font-family: "HelveticaNeue";
        font-size: 3vw;
        display: block;
        letter-spacing: 0.07px;
        margin-left: 15px;
        vertical-align: middle;
        text-align: left;
        line-height: 14px;
    }

    .oval-4 {
        width: 25%;
    }

    .step-2 {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .fs-718-719-checklist {
        display: none;
    }

    a.request-demo-button.request-demo-button-text {
        line-height: 30px;
        width: 80px;
    }

    .sliderFlorida_tagline {
        font-size: 3vw;
        line-height: 4px;
    }

    .satisfy-florida-stat {
        font-size: 2.9vmin;
        letter-spacing: 0.05px;
        line-height: 0px;
        margin-bottom: 0;
    }

    .ft012 {
        top: 30px;
        color: #FFFFFF;
        position: absolute;
        bottom: 15px;
        text-align: center;
        width: 100%;
    }

    .we-got-you-covered {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 3vw;
        font-style: italic;
        letter-spacing: 0.07px;
        line-height: 10px;
    }

    .requestDemo .population-size {
        font-size: 12px;
    }

    .requestDemo .community-type {
        font-size: 12px;
    }

    .carousel-caption {
        top: 45%;
    }

    .request-demo-button-text {
        color: #FFFFFF;
        font-family: "HelveticaNeue";
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.16px;
        margin-top: 0px;
        margin-left: 3px;
        /*line-height: 14px;*/
    }

    /*.request-demo-button {
        height: 28px;
        width: auto;
        border-radius: 2.4px;
        background-color: #9DCB3C;
    }*/
    .request-demo-button {
        height: 28px;
        width: 84px;
        border-radius: 2.4px;
        background-color: #9DCB3C;
    }
    /*.request-demo-button {
        height: 29px;
    width: 92px;
    border-radius: 5px;
    background-color: #9DCB3C;
    outline: 0;
}
    .request-demo-button-text {
    color: #FFFFFF;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.84px;
    line-height: 29px;
    text-align: center;
    border: none;
}
    */
    .freetext {
        font-size: 11px;
    }

    .tagline_strengthening {
        display: none;
    }

    .requestDemo .one-of-our-specialis {
        height: auto !important;
        color: #231F20;
        font-family: "HelveticaNeue";
        font-size: 16px;
        line-height: 21px;
        padding: 33px !important;
    }

    .build-your-community-subheader {
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 27px;
    }

    .hidden-md li a:hover {
        color: #58C6CE;
        text-decoration: none;
    }
    #productMobile a:hover {
        color: #fff;
        text-decoration: none;
    }
    .mobile-news-section {
        display: block;
    }

    .navbar {
        border: 0;
    }


    .fullscreen-icon {
        height: 24px;
        width: 35px;
        float: right;
        margin-top: -25px;
    }

    .desktop-view-mob {
        display: none;
    }

    .Rectangle-mobile-view {
        display: block;
        height: 156px;
        width: 232px;
        margin: 0 auto;
    }

    .desktop-view-mo {
        display: none;
    }

    .ourstory-bottom {
        margin-top: 223px;
    }

    .mobile-news-latter {
        display: none;
    }

    .mobile-news {
        width: 146px;
    }

    .turnover-card-click {
        font-size: 13px;
        margin-top: 37px;
    }

    .maintenance-card-title h4, .acquisition-card-title h4, .turnover-card-title h4 {
        font-size: 27px;
        padding: 14px;
    }

    .turnover-card {
        height: 328px;
        width: 217px;
    }

    .acquisition-card {
        height: 328px;
        width: 217px;
    }

    .maintenance-card {
        height: 328px;
        width: 217px;
    }

    .section__content {
        height: 370.86px;
        width: 217.78px;
    }

    .oval-1-copy-4 {
        height: 164.38px;
        width: 134.05px;
        margin: 10px auto;
    }

    .oval-5 {
        height: 164.38px;
        width: 134.05px;
        margin: 0px auto;
    }

    .keep-tenants-in-your {
        font-size: 13px;
        padding: 15px;
    }

    .list-inline > li a {
        font-size: 13px;
    }

    .footer-content {
        display: block;
    }

    .desktop-footer {
        display: none;
    }

    .join-our-newsletter-subheader-social {
        margin-top: 25px;
        font-size: 14.17px;
    }

    .join-our-newsletter-subheader {
        font-size: 20px;
        height: 0px;
        line-height: 80px;
    }

    .deals-section-text p {
        padding-top: 30%;
        text-align: left;
        font-size: 0.8em;
    }

    .enter-number-of-units-line {
        font-size: 14px;
        width: 290px;
    }

    .estimate-your-saving.first_tag {
        padding-top: 15px;
    }

    .estimate-your-saving {
        padding-top: 0px;
    }

    .selectpicker {
        height: 50px;
        padding: 0px;
        width: 100%;
        font-size: 18px;
    }

        .selectpicker option {
            font-size: 14px;
        }

    .estimate-your-saving {
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }

    .build_community_sec {
        display: none;
    }

    ul.app_Type {
        width: 60%;
        font-size: 13px;
        margin-left: 8%;
        line-height: 24px;
        font-weight: 100;
        display: inline-block;
    }

        ul.app_Type li {
            padding: 1px 0px;
        }

    .community-subheader-text {
        width: 100%;
    }

    .start-button {
        height: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .start-now-button {
        height: 25px;
        border-radius: 3.5px;
        background-color: #FFFFFF;
        outline: 0;
        border: 0;
    }

    .start-demo-button-text {
        color: #F5704E;
        font-family: "HelveticaNeue";
        width: 80px;
        font-size: 11.2px;
        font-weight: 500;
        line-height: 13px;
    }

    #carousel-example-generic.carousel {
        margin-bottom: 12%;
        margin-top: 0%;
        min-height: 300px;
    }

    #carousel-example-generic .carousel-indicators .active {
        background-color: #58C6CE;
        height: 8.7px;
        width: 8.7px;
        margin: 0px 7px;
    }

    #carousel-example-generic .carousel-indicators li {
        border: 1px solid #58C6CE;
        height: 8.7px;
        width: 8.7px;
        margin: 0px 7px;
    }

    .adjust2 {
        display: none;
    }

    .adjust2_mobile {
        display: block;
        font-size: 13px;
        color: #F5704E;
        margin-top: 10px;
    }

    .caption p {
        margin-top: 10px;
        color: #F5704E;
        font-size: 13px;
        font-family: 'HelveticaNeueLight';
    }

    .caption b {
        color: #F5704E;
        font-size: 13px;
        font-family: HelveticaNeueMedium;
        text-align: center;
    }

    .reviews-subheader {
        font-size: 30px;
        margin-top: 0;
        text-align: center;
    }

    .text-white p {
        font-size: 30px;
    }

    .bottom-text {
        font-size: 10px;
        color: #fff;
    }

    .header-text {
        color: #fff;
    }

    .section-white {
        display: block;
    }

    .mbr_secound_row {
        display: none;
    }

    .features-section-phone-screen {
        height: auto;
    }

    .features-section-mobile-image {
        display: block;
    }

    .mobile-Phone-Screen-image {
        display: block;
        height: 449px;
        width: 221px;
    }

    .features-sectionImage {
        display: none;
    }

    .sectionTitle p {
        font-size: 22px;
        color: #fff;
        margin-top: 26px;
    }

    .wrapper {
        display: table;
    }

    .firstDiv {
        display: table-footer-group;
    }

    .secondDiv {
        display: table-header-group;
    }

    .d-inline-block {
        display: none;
    }

    .cd-inline-block {
        display: none;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        position: fixed;
        right: 0;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: rgba(35, 31, 32, 0.5);
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .social-icons_img ul li a {
        display: block;
        font-size: 1.4em;
        margin: 0 3px;
        text-decoration: none;
    }

    .social-icons_img ul li {
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
    }

    .social-icons_img ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .social-icons_img {
        text-align: center;
        font-weight: 300;
        font-size: 1.5em;
        margin-top: 10px;
        color: #448aaf;
    }

    .download-text {
        margin-top: 20px;
    }


    .menu-divider-line {
        margin-top: 1.5px;
        box-sizing: border-box;
        height: 1.5px;
        border: 1px solid #FFFFFF;
    }

    .download-the-app {
        text-decoration: underline;
        height: 19px;
        width: 130px;
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 16px;
        line-height: 19px;
    }



    .hidden-md li a {
        color: #fff;
        text-decoration: none;        
    }
    .ms_heading {
        font-size: 12px !important;
    }

    #top-menuBar {
        display: none;
    }

    #top-menuBar1 {
        display: none;
    }

    .mobile-menu-position {
        margin: 0 !important;
        position: fixed;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        padding-bottom: 0px;
    }

    li.top-fold-product-screens.menuIcon {
        display: none;
    }

    .navbar-header {
        margin: 10px 0px 0px 12px;
    }

    .header-title {
        font-size: 15px;
    }
    .header-title1 {
        font-size: 15px;    
    }

    .header-logo {
        height: 41px;
        width: 41px;
    }

    .btn {
        font-size: 13px;
        padding: 8px;
    }

    .carousel-indicators {
        bottom: 11px !important;
    }

    .store_icons {
        top: 65%;
        right: 0;
        left: 6%;
    }

    .d-inline-block a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

    .d-inline-block .btn {
        margin-bottom: -3px;
    }

    .cd-inline-block a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

    .cd-inline-block .btn {
        margin-bottom: -3px;
    }

    .student_housing p {
        font-size: 7vmin;
    }

    .housing_tag p {
        font-size: 10px;
        line-height: 12px;
        margin-top: 0px;
    }

    .store_iconsApp {
        top: 66%;
        right: 0;
        left: 6%;
    }

    .store_app_btn {
        top: 63%;
        right: 16px;
        left: 70%;
        float: right;
        width: 21%;
    }

    .our-values-paragraph p {
        width: 100%;
        padding: 20px;
        font-size: 13px;
        line-height: 22px;
    }

    .our_value_img {
        display: none;
    }

    .our_value_mobile_img {
        display: block;
        margin: 0 auto;
    }


    .along-with-community-subheader {
        font-size: 20px;
        padding-top: 30px;
    }

    .build_community_sec {
        padding: 10px;
    }

    .enter_number_sec {
        padding: 0px;
        text-align: center;
    }

    .learn-more {
        margin-bottom: 28px;
        margin-top: 24px;
        font-size: 12px;
        text-decoration: underline;
    }

    .enter-e-mail-text-field {
        width: 238px;
        height: 29px;
        font-size: 10px;
        margin-top: 74px;
    }

    .newsletter-submit-button {
        width: 63px;
        margin-top: 0px;
        margin-left: 0px;
        height: 23px;
        font-size: 11px;
        outline: 0;
    }

    .ourstory-bottom {
        padding-bottom: 0px;
    }

    .list-inline > li {
        padding: 10px;
    }

    .transparent-logo {
        width: 10.4%;
        height: 37px;
    }

    #carousel-example-generic .carousel-indicators {
        bottom: -47px;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
            font-family: 'HelveticaNeue';
        }

    .testimonial_img {
        height: 107px;
        width: 107px;
        display: inline;
    }

    .pull-right_link {
        text-align: center;
    }

    .navbar-collapse.in {
        overflow-y: initial;
        height: 100%;
    }

    .pull-right_link ul {
        text-align: left !important;
    }

    .link_align {
        text-align: left;
        width: 100%;
    }

    .list-inline {
        text-align: center;
    }

    .Right-side-icon {
        left: 60%;
    }

    .Left-side-icon {
        right: 60%;
    }

    .arrow-icon-right {
        left: 80%;
    }

    .arrow-icon-left {
        right: 80%;
    }

    .list-inline > li {
        display: block;
        padding: 10px;
    }

    .carousel-control {
        width: 8%;
    }



    /*.btn_demo {
        margin-top: -15px;
        margin-right: 20px;
    }*/

    .build_community {
        font-size: 10px;
    }

    #mCarousel .carousel-indicators li {
        margin: 0px 1px;
    }

    .carousel-indicators .active {
        height: 6px;
        width: 6px;
    }

    .carousel-indicators li {
        height: 6px;
        width: 6px;
    }

    .slider_tagline {
        height: 10px;
        font-size: 13px;
        line-height: 12px;
    }

    .tagline-text {
        font-style: italic;
        font-size: 10px;
        line-height: 12px;
    }

    .our-values-subheader p {
        font-size: 20px;
    }

    .box-component {
        height: 107px;
        width: 313px;
        display: inline-block;
        vertical-align: middle;
    }

    #mobile-Ios .modal-header {
        padding: 6.5px !important;
        height: 37px;
        text-align: center;
        background-color: rgb(88, 198, 206);
    }

    #mobile-Ios .modal-title {
        font-size: 16px;
        font-family: "HelveticaNeue";
        color: #fff;
    }

    #mobile-Modal .modal-header {
        padding: 6.5px !important;
        height: 37px;
        text-align: center;
        background-color: rgb(88, 198, 206);
    }

    #mobile-Modal .modal-title {
        font-size: 16px;
        font-family: "HelveticaNeue";
        color: #fff;
    }


    #carousel-example-generic_mobile .carousel-inner {
        height: 150px;
    }

    .image-slider_active {
        height: 107px;
        border-radius: 5px;
        background-color: #71cfd6;
        margin: 0 auto;
    }

    .rectangle-6-image-slider {
        height: 107px;
        border-radius: 5px;
        margin: 0 auto;
    }

    .img-responsive-Package-Receipt {
        height: 80px;
        width: 80px;
    }

    .mark_text {
        padding: 20px !important;
    }

    .mark_container {
        height: 107px;
    }

    img.arrow-icon-set {
        height: 17px;
        width: 8.5px;
    }

    img.arrow-icon-set {
        height: 17px;
        width: 8.5px;
    }

    img.Left-side-icon.arrow-icon-set {
        right: 40%;
    }

    img.Right-side-icon.arrow-icon-set {
        left: 30%;
    }

    .jumbotron__text h4 {
        font-size: 14px;
    }

    .jumbotron__container {
        display: flex;
        background-color: #71cfd6;
        border-radius: 5px;
    }

    .jumbotron__text {
        flex: 1 0 50%;
        padding: 12px;
        color: #fff;
    }

    .jumbotron__image {
        display: flex;
        flex: 1 0 15%;
        align-items: center;
        justify-content: center;
    }

    .jumbotron-introduction p {
        font-size: 10px;
    }

    .jumbotron_c {
        margin-top: 20px;
    }

        .jumbotron_c p {
            font-size: 12px;
            font-weight: 200;
        }

    .login_signup_btn a {
        display: inline-block !important;
        margin-top: 9px;
        margin-bottom: 20px;
    }
    .ms_heading {       
         margin-left: 0%; 
    }
    .hidden-md {
        display: table;
        height: 100%;
        color: #FFFFFF;
        font-family: Helvetica;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .social-icons_img ul li {
        display: inline-block !important;
    }

        .social-icons_img ul li a {
            padding: 0px !important;
        }

    .mobile-menu-position ul li {
        display: table-row;
    }

        .mobile-menu-position ul li a {
            display: table-cell;
            vertical-align: middle;
            padding: 0em 0em 0em 0em;
        }

    .inputMaterial:focus ~ label, .inputMaterial:valid ~ label {
        left: -51px;
    }

    .group label {
        font-size: 14px;
    }

    .Estimate_text_align.dropdown-menu > li > a {
        display: block;
        padding: 0;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        background: #fff;
        color: #808080 !important;
        outline: none;
        text-align-last: center;
        font-size: 14px;
    }

    .amout-text {
        text-align: center;
        margin-top: -5px;
        font-size: 14px;
        word-wrap: break-word;
        color: #9DCB3C;
        border-bottom: 1px solid #3D7EB1;
    }

    .floating-label .control-label {
        width: 292px;
        font-size: 18px;
    }

    .floating-input-text {
        width: 292px;
    }
    /*.floating-label-text label {   
    font-size: 18px;    
   left: 0;
    right: 0;   
}

.floating-input-text:focus ~ label, .floating-input-text:not(:placeholder-shown) ~ label {    
     left: 0;
    right: 0;
    text-align: left;
}*/
    .tagline_communication_Commercial learn_more_text_zt {
        display: none;
    }

    .tagline_strengthening {
        display: none;
    }

    .tagline_learnMore {
        display: none;
    }

    .enter_number_sec {
        display: none;
    }

    div.desktop-wrapper {
        padding: 63px 58px 49px 11px;
    }


    .mobBlock {
        display: flex;
    }

    .social-newsfeed-text {
        font-size: 14px !important;
        margin-left: 6px;
    }

    .padMoblileWindow {
        padding: 0px 0px !important;
    }

    .social-newsfeed-text {
        height: auto !important;
    }

    .mgWondow {
        margin-left: 0px !important;
    }

    .carousel-indicators {
        margin-left: -6%;
        width: 26%;
    }

    .tagline_Student_Housing, .tagline_communication_Commercial {
        display: none;
    }

    #reqModal {
        padding-right: 0px;
    }
}
/******************************** Media Query (-webkit-min-device-pixel-ratio:0)**************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=email]:focus {
        font-size: 16px;
    }
}
