@media only screen and (min-width: 0px) and (max-width: 320px) {
    .desktop_mainFrame{
        width: 100%;
        margin: 0;
    }
    
    .login-register {
        float: left;
        margin: 0;
        width: 100%;
        height: 100%;
        background-color: #242e8d7d;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .login-register-left {
        float: left;
        width: 100%;
        height: 20%;
        position: relative;
        background-color: #242e8d;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 5px solid #49519d;
    }
    
    .login-register-right {
        float: left;
        width: 100% !important;
        height: 80%;
        position: relative;
        background-color: #212a87;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .login-register-right-middle {
        float: left;
        width: 98%;
        height: auto;
        padding: 10px 5px;
        margin: 1%;
    }
    
    .dashboard_wrap {
        float: left;
        width: 100%;
        height: auto;
        font-family: 'Barlow Condensed', sans-serif;
        padding-left: 15%;
        padding-top: 25%;
    }
    
    .dashboard_top_wrap {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    
    .dashboard_property_count_box:first-child {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
    
    .dashboard_property_count_box {
        float: left;
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid #d4d7ef;
        position: relative;
        margin: 1% 0%;
    }
    
    .dashboard_property_count_box:last-child {
        margin-left: 1%;
        margin-right: 0%;
        width: 100%;
    }
    
    .dashboard_middle_wrap_left {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0%;
    }
    
    .dashboard_property_detail_box .pro-icon {
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .dashboard_property_detail_box .pro-count {
        float: left;
        width: 100%;
    }
    
    .prop-value-wrap {
        float: left;
        width: 100%;
        background-color: #f6f7fa;
        border: 1px solid #dae2ed;
        border-radius: 2px;
        padding: 2%;
    }
    
    .prop-value-wrap-left {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #bac9dd;
        padding: 5%;
    }
    
    .prop-value-wrap-right {
        float: left;
        width: 100%;
        text-align: center;
        padding: 5%;
    }
    
    .dash_widget_title {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .dashboard_middle_wrap_right {
        float: left;
        width: 100%;
        height: auto;
        margin-left: 0%;
    }
    
    .dash_account_title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .outstanding_property_wrap {
        float: left;
        width: 99%;
        height: auto;
        background-color: #ececec;
        border-radius: 5px;
        border: 1px solid #cfcfcf;
        margin: 0%;
    }
    
    #clock{ display:none !important; }
    
    .left_mnu_search_wrap{ display:none !important; }

}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .desktop_mainFrame{
        width: 100%;
        margin: 0;
    }
    
    .login-register {
        float: left;
        margin: 0;
        width: 100%;
        height: 100%;
        background-color: #242e8d7d;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .login-register-left {
        float: left;
        width: 100%;
        height: 20%;
        position: relative;
        background-color: #242e8d;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 5px solid #49519d;
    }
    
    .login-register-right {
        float: left;
        width: 100% !important;
        height: 80%;
        position: relative;
        background-color: #212a87;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .login-register-right-middle {
        float: left;
        width: 98%;
        height: auto;
        padding: 10px 5px;
        margin: 1%;
    }
    
    .login-register-left img {
        float: left;
        width: 80%;
        position: absolute;
        bottom: 0;
        padding-left: 20%;
    }
    
    .dashboard_wrap {
        float: left;
        width: 100%;
        height: auto;
        font-family: 'Barlow Condensed', sans-serif;
        padding-left: 8%;
        padding-top: 0%;
    }
    
    .dashboard_top_wrap {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    
    .dashboard_property_count_box:first-child {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
    
    .dashboard_property_count_box {
        float: left;
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid #d4d7ef;
        position: relative;
        margin: 1% 0%;
    }
    
    .dashboard_property_count_box:last-child {
        margin-left: 1%;
        margin-right: 0%;
        width: 100%;
    }
    
    .dashboard_middle_wrap_left {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0%;
    }
    
    .dashboard_property_detail_box .pro-icon {
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .dashboard_property_detail_box .pro-count {
        float: left;
        width: 100%;
    }
    
    .prop-value-wrap {
        float: left;
        width: 100%;
        background-color: #f6f7fa;
        border: 1px solid #dae2ed;
        border-radius: 2px;
        padding: 2%;
    }
    
    .prop-value-wrap-left {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #bac9dd;
        padding: 5%;
    }
    
    .prop-value-wrap-right {
        float: left;
        width: 100%;
        text-align: center;
        padding: 5%;
    }
    
    .dash_widget_title {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .dashboard_middle_wrap_right {
        float: left;
        width: 100%;
        height: auto;
        margin-left: 0%;
    }
    
    .dash_account_title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .outstanding_property_wrap {
        float: left;
        width: 99%;
        height: auto;
        background-color: #ececec;
        border-radius: 5px;
        border: 1px solid #cfcfcf;
        margin: 0%;
    }
    
    #clock{ display:none !important; }
    
    .left_mnu_search_wrap{ display:none !important; }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .desktop_mainFrame{
        width: 100%;
        margin: 0;
    }
    
    .login-register {
        float: left;
        margin: 0;
        width: 100%;
        height: 100%;
        background-color: #242e8d7d;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .login-register-left {
        float: left;
        width: 100%;
        height: 20%;
        position: relative;
        background-color: #242e8d;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 5px solid #49519d;
    }
    
    .login-register-right {
        float: left;
        width: 100% !important;
        height: 80%;
        position: relative;
        background-color: #212a87;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .login-register-right-middle {
        float: left;
        width: 98%;
        height: auto;
        padding: 10px 5px;
        margin: 1%;
    }
    
    .login-register-left img {
        float: left;
        width: 80%;
        position: absolute;
        bottom: 0;
        padding-left: 20%;
    }
    
    .dashboard_wrap {
        float: left;
        width: 100%;
        height: auto;
        font-family: 'Barlow Condensed', sans-serif;
        padding-left: 8%;
        padding-top: 0%;
    }
    
    .dashboard_top_wrap {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    
    .dashboard_property_count_box:first-child {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
    
    .dashboard_property_count_box {
        float: left;
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid #d4d7ef;
        position: relative;
        margin: 1% 0%;
    }
    
    .dashboard_property_count_box:last-child {
        margin-left: 1%;
        margin-right: 0%;
        width: 100%;
    }
    
    .dashboard_middle_wrap_left {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0%;
    }
    
    .dashboard_property_detail_box .pro-icon {
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .dashboard_property_detail_box .pro-count {
        float: left;
        width: 100%;
    }
    
    .prop-value-wrap {
        float: left;
        width: 100%;
        background-color: #f6f7fa;
        border: 1px solid #dae2ed;
        border-radius: 2px;
        padding: 2%;
    }
    
    .prop-value-wrap-left {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #bac9dd;
        padding: 5%;
    }
    
    .prop-value-wrap-right {
        float: left;
        width: 100%;
        text-align: center;
        padding: 5%;
    }
    
    .dash_widget_title {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .dashboard_middle_wrap_right {
        float: left;
        width: 100%;
        height: auto;
        margin-left: 0%;
    }
    
    .dash_account_title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .outstanding_property_wrap {
        float: left;
        width: 99%;
        height: auto;
        background-color: #ececec;
        border-radius: 5px;
        border: 1px solid #cfcfcf;
        margin: 0%;
    }
    
    #clock{ display:none !important; }
    
    .left_mnu_search_wrap{ display:none !important; }
}

@media only screen and (min-width: 641px) and (max-width: 786px) {
    .desktop_mainFrame{
        width: 100%;
        margin: 0;
    }
    
    .login-register {
        float: left;
        margin: 0;
        width: 100%;
        height: 100%;
        background-color: #242e8d7d;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    
    .login-register-left {
        float: left;
        width: 100%;
        height: 20%;
        position: relative;
        background-color: #242e8d;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 5px solid #49519d;
    }
    
    .login-register-right {
        float: left;
        width: 100% !important;
        height: 80%;
        position: relative;
        background-color: #212a87;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .login-register-right-middle {
        float: left;
        width: 98%;
        height: auto;
        padding: 10px 5px;
        margin: 1%;
    }
    
    .login-register-left img {
        float: left;
        width: 80%;
        position: absolute;
        bottom: 0;
        padding-left: 20%;
    }
    
    .dashboard_wrap {
        float: left;
        width: 100%;
        height: auto;
        font-family: 'Barlow Condensed', sans-serif;
        padding-left: 8%;
        padding-top: 0%;
    }
    
    .dashboard_top_wrap {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    
    .dashboard_property_count_box:first-child {
        margin-left: 0%;
        margin-right: 0%;
        width: 50%;
    }
    
    .dashboard_property_count_box {
        float: left;
        width: 48%;
        height: auto;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid #d4d7ef;
        position: relative;
        margin: 1% 1%;
    }
    
    .dashboard_property_count_box:last-child {
        margin-left: 1%;
        margin-right: 0%;
        width: 48%;
    }
    
    .dashboard_middle_wrap_left {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0%;
    }
    
    .dashboard_property_detail_box .pro-icon {
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .dashboard_property_detail_box .pro-count {
        float: left;
        width: 100%;
    }
    
    .prop-value-wrap {
        float: left;
        width: 100%;
        background-color: #f6f7fa;
        border: 1px solid #dae2ed;
        border-radius: 2px;
        padding: 2%;
    }
    
    .prop-value-wrap-left {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #bac9dd;
        padding: 5%;
    }
    
    .prop-value-wrap-right {
        float: left;
        width: 100%;
        text-align: center;
        padding: 5%;
    }
    
    .dash_widget_title {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .dashboard_middle_wrap_right {
        float: left;
        width: 100%;
        height: auto;
        margin-left: 0%;
    }
    
    .dash_account_title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .outstanding_property_wrap {
        float: left;
        width: 99%;
        height: auto;
        background-color: #ececec;
        border-radius: 5px;
        border: 1px solid #cfcfcf;
        margin: 0%;
    }
    
    #clock{ display:none !important; }
    
    .left_mnu_search_wrap{ display:none !important; }
}