:root {
    --DashboardNavbarWidth: 320px;
    --BackLayoutHeaderHeight: 5rem;
    --ToggleNavbarButtonSize: 3rem;
    --BLPT_TitleBackground: #e9e9e9;
    --NavBarUserHeaderHeight: 8.5rem;
}

::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

    ::-webkit-scrollbar:vertical {
        width: 8px;
    }
    ::-webkit-scrollbar:horizontal {
        height: 8px;
    }

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 10rem;
    cursor: pointer;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #444;
    }

::-webkit-scrollbar-corner {
    display: none;
}


/*Do not put TelerikWindow classes inside CSS isolation files*/
.WindowTelerik {
    max-height: 100%;
    max-width: 100%;
    min-width: 30% !important;
}


.BadgeStatus {
    padding: 0.25rem 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    height: fit-content;
    margin: 0.1rem 0;
}

.BadgeStatusSuccess {
    color: #fff;
    background-color: #62cd61;
}

.BadgeStatusSuccessBlue {
    color: #fff;
    background-color: var(--BurogridBlueColor);
}

.BadgeStatusFailed {
    color: #fff;
    background-color: #ca002a;
}

.BadgeStatusWarning {
    color: #fff;
    background-color: #dc935e;
}

.PublicPageBannerImage {
    /*Necessary to avoid CLS (Cumulative layout shift) of the image of the banner loading*/
    min-height: 100px;
    width: 100%;
}





/* Redesign modal showing when the user loses connection to the server */
#components-reconnect-modal {
    opacity: 1 !important;
    overflow: hidden;
    height: fit-content;
    background-color: var(--DefaultUILightColor) !important;
    box-shadow: 0 0 3px 5px var(--DefaultUILightColor);
    padding-bottom: 0.3rem;
}

    #components-reconnect-modal h5 {
        color: #fff;
        font-weight: bold;
    }

    #components-reconnect-modal button {
        color: #fff;
        border: none;
        border-radius: 0.2rem;
        padding: 0.1rem 0.5rem;
        font-weight: bold;
        background-color: var(--DefaultUIMainFocusColor);
        cursor: pointer;
    }





html, body {
    height: 100%;
}

body {
    font-family: Arial,sans-serif;
}

a {
    cursor: pointer;
    color: #353535;
}

a:hover {
    color: #525252;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 27px;
    color: #535353;
    font-weight: 500;
}

a {
    color: #353535;
}

strong {
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #353535;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/** Social media bg**/
.facebook-bg {
    background: #4867aa;
    color: #fff;
}

.twitter-bg {
    background: #33CCFF;
    color: #fff;
}

.google-bg {
    background: #db4437;
    color: #fff;
}

.linkedin-bg {
    background: #0177b5;
    color: #fff;
}

.rss-bg{
    background: #e78733;
    color: #fff;
}

.pinterest-bg {
    background: #bd081c;
    color: #fff;
}

.facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}

.google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.instagram-bg:hover{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
    color: #fff;
}

.rss-bg:hover {
    background: #e78701;
    color: #fff;
}

.pinterest-bg:hover {
    background: #a30618;
    color: #fff;
}

/** Btn **/
.btn-sm {
    cursor: pointer;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.btn-sm:hover {
    color: #fff;
    text-decoration: none;
}

.btn-md {
    cursor: pointer;
    padding: 13px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: .5s;
    border-radius: 3px;
    border: none;
}

.btn-md:hover {
    color: #fff;
}

button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.btn-block i{
    color: #fff;
}

.bomd {
    padding: 13px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 3px;
}

.btn {
    border-radius: 3px;
}

.btn-md {
    cursor: pointer;
    padding: 13px 30px 11px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-lg {
    cursor: pointer;
    padding: 13px 32px 11px 32px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

.btn-theme {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.btn-theme:hover {
    color: #FFF;
}

.btn-round {
    border-radius: 30px;
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none
    }
}

.checkbox {
    padding-left: 3px;
    margin-bottom: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 7px;
    color: #4e4d4d;
    font-size: 13px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 0px;
    margin-left: -25px;
    border: 2px solid #cccccc;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}

/** Solid buttons colors **/
.button-theme {
    color: #FFF !important;
    outline: none;
}

.button-theme:not([disabled]):hover {
    color: #fff;
    background: #ff2100;
}

.read-more {
    font-weight: 500;
    font-size: 15px;
}

.read-more:hover {
    color: #353535;
}

.button-section .btn {
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

/** Border buttons colors **/
.border-btn-sm {
    cursor: pointer;
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 3px;
    border: none;
}


.notice-success {
    border-left-color: #74ba28!important;
}

.notice-danger {
    border-left-color: #eb344f!important;
}

.notice-info {
    border-left-color: #1db4bd!important;
}

.notice-warning {
    border-left-color: #fea911!important;
}

.notice {
    padding: 15px 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #eaeff5;
    border-left: 4px solid #838992;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    color: #4a4a4a;
}

.notice strong {
    font-weight: 600;
}


.progress {
    margin-bottom: 20px;
}

.list-inline a {
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
}

.p1{
    padding: 1px 0 0 0;
}

.list-inline a:last-child{
    margin-right: 0;
}

.list-inline a i {
    margin-right: 5px;
}

/** Main header start **/
.main-header{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}

.main-header .logo {
    padding: 20px 0;
    float: left;
}

.main-header .pad-0{
    padding: 0;
}

.main-header .btn-md{
    margin-top: 20px;
}

.navbar-brand.logo img {
    width: 200px;
}

.logo-3{
    padding: 20px 0;
}

.logo-3 img{
    height: 25px;
}

.header-transparent {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.main-header .navbar-expand-lg .navbar-nav .link-color:hover {
    background: transparent;
}

.main-header .navbar-expand-lg .user-account {
    padding: 30px 15px;
    font-size: 14px;
    font-weight: 600;
}

.main-header .navbar-expand-lg .user-account li {
    border: none;
    display: inline-block;
    font-size: 14px;
}

.main-header .navbar-expand-lg .user-account li a {
    color: #353535;
}

.main-header .navbar {
    padding: 0;
}

.main-header .form-inline .submit {
    padding: 7px 22px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 600;
}

.main-header .dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    border-radius: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu{
    margin: -1px;
}

.main-header .dropdown-menu a {
    padding: 10px 20px;
    color: #535353;
    transition: all .3s ease-in-out;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}

.main-header .dropdown-menu a:hover {
    background: transparent;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.item-bg {
    /*height: 100vh;*/
}

.carousel-item .text-right {
    float: right;
}

.form-control {
    padding-left: 15px;
}



.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.btn-light:hover {
    color: #999;
}

/** Main title start **/
.main-title {
    margin-bottom: 50px;
    text-align: center;
}

.main-title h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-title p{
    font-size: 17px;
    margin-bottom: 0;
}

.main-title-2 {
    margin-bottom: 50px;
    text-align: center;
}

.main-title-2 h3{
    font-weight: 600;
    font-size: 23px;
    color: #333F48;
    text-align: center;
    margin-bottom: 35px;
}

.main-title-3{
    text-align: left;
    margin-bottom: 0;
}

.main-title-3 h1{
    color: #fff;
    opacity: 0.9;
}

.main-title-3 p{
    color: #fff;
    opacity: 0.9;
    margin-bottom: 20px;
}


/** Contact 2 start **/
.contact-2 .form-control {
    padding: 10px 17px;
    color: #495057!important;
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-2 .form-control:focus {
    color: #495057;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-2 textarea {
    min-height: 200px!important;
}

.contact-2 .form-group {
    margin-bottom: 30px;
}

.contact-2 textarea {
    min-height: 240px;
}

.contact-2 .btn-message {
    border-radius: 50px;
    padding: 10px 60px 11px;
}

.contact-2 .main-title{
    margin-bottom: 60px;
}

.contact-map {
    height: 350px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.contact-2 .contact-info .media i {
    width: 55px;
    height: 55px;
    text-align: center;
    background: #fff;
    line-height: 55px;
    margin-right: 20px;
    font-size: 20px;
    color: #000;
    border-radius: 3px;
}

.contact-2 .contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    margin: 5px 0 5px;
    color: #fff;
}

.contact-2 .contact-info .media p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.contact-2 .contact-info .media p a{
    color: #fff;
}

.contact-2 .contact-info .media {
    margin-bottom: 25px;
}

.contact-2 .contact-info{
    padding: 30px;
    background: url(http://placehold.it/395x355);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    margin-left: 50px;
}

.price-box {
    color: #fffa;
    text-align: right;
    font-size: 17px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    font-weight: bold;
}

*:focus {
    outline: none !important;
}

.tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    font-size: 11px;
    letter-spacing: 0.8px;
    background: rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    color: rgb(255, 255, 255);
    padding: 5px 14px 3px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.tag::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    left: 0;
}

/** Property box 4 area start **/
.property-box-4 {
    box-shadow: 0 0 18px 1px rgb(141 69 69 / 39%);
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
}

.property-box-4:hover{
    box-shadow: 0 0 13px 2px rgb(141 69 69 / 49%);
}

.property-box-4 .detail .heading {
    padding: 20px;
}

.property-box-4 .detail .heading {
    margin-bottom: 0;
}

.property-box-4 .detail h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


.property-box-4 .detail .location {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.property-box-4 .detail .location a {
    color: #535353;
}

.property-box-4 .detail .location i {
    margin-right: 3px;
}

.property-box-4 .properties-listing {
    text-align: center;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
}

.property-box-4 .properties-listing ul li {
    color: #5a5959;
    line-height: 40px!important;
    text-align: center;
    width: 33.30%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #ebebeb;
}

.property-box-4 .properties-listing ul li:last-child{
    border-right: none;
}

.property-box-4 .properties-listing span:last-child {
    border: none;
}

.property-box-4 .property-photo{
    position: relative;
}

.property-box-4 .property-photo img{
    border-radius: 0;
}

.property-box-4 .property-photo:before{
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box-4 .price-box {
    color: #fffa;
    text-align: right;
    font-size: 17px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 20;
}

.property-box-4 .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    font-size: 11px;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    color: rgb(255, 255, 255);
    padding: 5px 14px 3px;
    font-weight: 600;
    border-radius: 3px;
}

.t4 .main-title {
    margin-bottom: 0;
    text-align: left;
}

.mr-0 {
    margin-right: 0;
}

/** Footer start **/
footer {
    background: #111;
    padding-top: 80px;
    background: url(../img/footer.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #111111f0;
}

.footer h4 {
    font-size: 22px;
    font-weight: 600;
    color: #b2b3b5;
}

.footer .footer-item {
    margin-bottom: 50px;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}

.footer .footer-inner .links li a {
    color: #b2b3b5;
}

.footer .footer-inner .links li a:hover {
    color: #9c9da0;
}

.footer .footer-inner p {
    color: #b2b3b5;
    font-size: 15px;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #b2b3b5;
    font-weight: 500;
    position: relative;
}

.footer .footer-inner .contact-info li i{
    left: 0;
    position: absolute;
    line-height: 22px;
}

.footer .footer-inner .contact-info li a {
    color: #b2b3b5;
}

.footer .text{
    margin-right: 30px;
}

.footer .text p{
    line-height: 30px;
}

.footer .f-logo{
    margin-bottom: 10px;
    height: 50px;
}

.sub-footer{
    margin-top: 30px;
}

.sub-footer{
    padding: 2rem 0 4rem 0;
    border-top: solid 1px #5f5f5f54;
}

.sub-footer .social-list {
    float: right;
}

.sub-footer .social-list li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.sub-footer .social-list li a {
    margin: 0 2px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
    background: rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
}

.sub-footer .social-list li a:hover{
    box-shadow: none;
}

.sub-footer .facebook-bg:hover {
    background: #4867aa!important;
}

.sub-footer .twitter-bg:hover {
    background: #56d7fe!important;
}

.sub-footer .google-bg:hover {
    background: #dc4e41!important;
}

.sub-footer .linkedin-bg:hover {
    background: #0177b5!important;
}

.footer .footer-inner form .form-control {
    width: 81%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    border: 1px solid #fff;
}

.footer .form-inline .btn {
    width: 19%;
    border-radius: 0;
    padding: 11px 13px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer .footer-inner .f-border {
    width: 30px;
    height: 2px;
    background: #b2b3b5;
    margin-bottom: 30px;
    border-radius: 50px;
}

/** Contact section start **/
.contact-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.contact-section .login-box {
    background: #fff;
    max-width: 950px;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.contact-section .form-section {
    text-align: center;
    padding: 50px;
    border-radius: 10px 0 0 10px;
}

.contact-section .bg-img {
    background: rgba(0, 0, 0, 0.04) url(http://placehold.it/475x496) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    border-radius:0 20px 20px 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    min-height: 496px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section-bg{
    background: #f7f7f7;
}

.contact-section .pad-0{
    padding: 0;
}

.contact-section .info{
    padding: 30px;
    text-align: center;
    border: solid 5px #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 auto;
}

.contact-section .info h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.contact-section .form-section p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.contact-section .form-section p a{
    color: #fff;
    font-weight: 500;
}

.contact-section .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.contact-section .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.contact-section .logo-2 img {
    margin-bottom: 10px;
    height: auto;
    max-width: 200px;
}

.contact-section .form-section .thembo{
    margin-left: 4px;
}

.contact-section .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.contact-section .form-section .form-group {
    margin-bottom: 25px;
}

.contact-section .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.contact-section .form-section .form-box input {
    float: left;
    width: 100%;
}

.contact-section .form-section .input-text {
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    background: rgba(23, 23, 23, 0.72);
    color: #616161;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contact-section .form-section .checkbox .terms{
    margin-left: 3px;
}

.contact-section .form-section .btn-md {
    cursor: pointer;
    padding: 15px 50px 13px 50px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
}

.contact-section .form-section input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.contact-section .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.contact-section .form-section .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.contact-section .form-section .btn-theme {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
}

.contact-section .form-section .btn-theme:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.contact-section .none-2{
    display: none;
}

.contact-section .logo{
    top: 40px;
    position: absolute;
    left: 65px;
}

.contact-section .form-section .terms{
    margin-left: 3px;
}

.contact-section .btn-section {
    border-radius: 50px;
    margin-bottom: 25px;
    display: inline-block;

    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contact-section .btn-section .btn-1 {
    border-radius: 50px 0 0 50px;
    border-right: solid 2px #e6e6e6;
}

.contact-section .btn-section .link-btn {
    font-size: 15px;
    float: left;
    background: transparent;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-decoration: blink;
    line-height: 30px;
    width: 130px;
    color: #505050;
}

.contact-section .btn-section .btn-2 {
    border-radius: 0 50px 50px 0;
}

.contact-section .form-section .checkbox {
    font-size: 14px;
}

.contact-section .form-section .form-check{
    float: left;
    margin-bottom: 0;
}

.contact-section .form-section .form-check a {
    color: #fff;
    float: right;
}

.contact-section .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
}

.contact-section .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.contact-section .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.contact-section .form-section input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.contact-section .form-section input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.contact-section .form-section a.forgot-password {
    font-size: 15px;
    color: #535353;
    float: right;
    line-height: 50px;
    font-weight: 500;
}

.contact-section .social-list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin: 2px;
    border-radius: 5%;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.contact-section .social-list a:hover{
    color: #fff;
}

/** Social media **/
.contact-section .facebook-bg{
    color: #4867aa;
}

.contact-section .facebook-bg:hover {
    background: #4867aa;
}

.contact-section .twitter-bg {
    color: #33CCFF;
}

.contact-section .twitter-bg:hover {
    background: #33CCFF;
}

.contact-section .google-bg {
    color: #db4437;
}

.contact-section .google-bg:hover {
    background: #db4437;
}

.contact-section .linkedin-bg {
    color: #2392e0;
}

.contact-section .linkedin-bg:hover {
    background: #1c82ca;
}

@media (max-width: 992px) {
    .contact-section .form-section {
        width: 100%;
    }

    .contact-section .bg-img {
        min-height: 100%;
        border-radius: 5px;
    }

    .none-992{
        display: none!important;
    }

    .main-header .navbar-nav{
        background: #f9f9f9;
    }

    .main-title p{
        font-size: 16px;
    }

    .sub-footer .social-list {
        float: inherit;
    }

    .main-title-3{
        text-align: center;
    }

    .main-title-3 .btn{
        display: none;
    }

    .logo-3{
        padding: 15px 0;
    }

    .logo-3 img{
        height: 40px;
    }

    .main-header .navbar-light .navbar-toggler {
        border-radius: 2px;
        font-size: 18px;
        font-weight: 400;
    }

    .main-header .navbar-light .navbar-toggler span {
        color: #fff;
    }

    .properties-details-Slider .slider-listing {
        height: 375px!important;
    }

    .contact-section .login-box {
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .contact-section .form-section{
        padding: 30px;
    }
}
/** Login 6 end **/

/** Category start **/
.category {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 15px 0;
    border-radius: 3px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #353535;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

/**  Comments start **/
/*
    The name of this section and its components are very weird.
    It match with the user list of the appointments not comments
*/
.order-div-block {
    margin: 0 0 25px 0;
    border-bottom: dashed 1px #d6d6d6;
}

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.comment p{
    font-size: 15px;
    line-height: 25px;
}

.comment h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.content-area {
    padding: 100px 0 70px;
}

.theme img {
    margin-bottom: 30px;
}

/** Paginatin box **/
.pagination-box {
    margin-bottom: 25px;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li > a {
    color: #353535;
    font-size: 17px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 2px 5px;
    padding: 12px 19px;
    text-align: center;
    border: none;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > li > .active {
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.page-link:focus {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/**  Partners start **/
.partners {
    text-align: center;
    background: #f9f9f8;
    padding: 20px 0 10px;
}

.partners img{
    max-width:160px;
    margin: 0 auto;
}

.header-2{
    padding: 0 15px;
}

.widget {
    padding: 30px 20px;
    border-bottom: solid 1px #eaeaea;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 12px;
    color: #535353;
    font-weight: 600;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 60%;
    text-align: right;
    margin-right: -8px;
    font-size: 12px;
    color: #535353;
    font-weight: 600;
    margin-top: 15px;
}

/** Sub Banner start **/
.sub-banner {
    background: #9BDDE7;
    background-size: cover;
    height: 355px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    font-size: 30px;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}

.sub-banner .breadcrumbs li a{
    color: #fff;
}

.sub-banner .breadcrumbs .active {
    margin-left: 7px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
    font-weight: 600;
}

.change-photo-btn {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: -22px;
    left: 40%;
    width: auto;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 6px 15.5px 10px;
    cursor: pointer;
    font-size: 14px;
    background: #e8e8e8;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.photoUpload.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
}

.photoUpload span {
    font-weight: 600;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer .listing-meta span a {
    text-decoration: none;
    float: right;
    margin-left: 15px;
    color: #525252;
}

.footer .listing-meta span a i {
    margin-right: 4px;
}

.footer .listing-meta span a:hover {
    color: #8c8c8c;
}

.heading {
    margin: 0 0 30px;
    /* font-size: 20px; */
    font-weight: 600;
}

.heading-2 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
}

.form-group label, .checkbox label {
    font-weight: bold;
    font-size: 15px;
    color: #353535;
}

/** Dashboard nav start **/
.dashboard{
    position: relative;
}

.fixed-header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.dashboard-nav {
    background-color: #f0f2f6;
    display: block;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);
    z-index: 11;
    position: fixed;
    /*When modifying this value, also change : .dashboard-content -> margin-left and width*/
    width: var(--DashboardNavbarWidth);
}

.dashboard-inner {
    height: 100%;
    overflow: auto;
}

.dashboard-nav h4 {
    margin-bottom: 0;
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 15px 30px 15px;
    text-align: center;
    background: #08adc62e;
}

.dashboard-nav ul li {
    border-left: 3px solid transparent;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
}

.dashboard-nav ul li a {
    display: block;
    transition: .3s;
    cursor: pointer;
}

.dashboard-nav ul li a i {
    padding-right: 8px;
    width: 20px;
}

.dashboard-content {
    padding: 30px 30px 0;
    position: relative;
    z-index: 10;
    margin-left: var(--DashboardNavbarWidth);
    width: calc(100% - var(--DashboardNavbarWidth));
}

.dashboard-header {
    margin-bottom: 20px;
}

.dashboard-header .breadcrumb-nav {
    right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    float: right;
}

.dashboard-header .breadcrumb-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 15px;
    font-weight: 500;
}

.dashboard-header .breadcrumb-nav ul li a{
    color: #353535;
}

.dashboard-header h4{
    font-weight: 600;
    font-size: 21px;
}

.dashboard-list {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.dashboard-list h3 {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
    font-weight: 500;
}

.dashboard-message {
    float: left;
    padding: 25px 25px;
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.dashboard-list h4 {
    padding: 15px 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.responsive-table {
    padding: 20px;
    display: inline-block;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.dashboard-nav ul li span.nav-tag {
    font-family: open sans;
    font-weight: 400;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    padding: 0 7px;
    text-align: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-left: 5px;
}

/** Invoice start **/
.invoice{
    width: 100%;
    display: inline-block;
}

.invoice strong {
    color: #fff;
    font-weight: 500;
}

.invoice .order{
    text-align: right;
    line-height: 40px;
    font-size: 22px;
}

.invoice .logo img{
    height: 40px;
}

.invoice-mb-30{
    margin-bottom: 30px;
}

.invoice .table {
    margin-bottom: 0;
}

/** typography start **/
.typography .heading {
    text-transform: uppercase;
    margin: 0 0 20px;
}

.typography .sd p {
    margin-bottom: 40px;
}

/** Properties amenities start **/
.properties-amenities ul li {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    margin-left: 10px;
    padding-left: 20px;
    display: inline-block;
}

.properties-amenities ul li i {
    left: 0;
    position: absolute;
    top: 3px;
}

.properties-details-page .heading {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.properties-details-page iframe, .modal-body iframe .element.style {
    height: 350px;
}

.properties-details-page iframe, .modal-body iframe {
    width: 100%;
    border: none;
}

.properties-details-sliders .list-inline {
    white-space: nowrap;
    width: 100% !important;
}

.properties-details-sliders .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-top: 0;
}

.properties-details-sliders .carousel-indicators a {
    cursor: pointer;
}

.properties-details-sliders .carousel-indicators > li {
    height: initial;
    text-indent: initial;
    margin-right: 0;
    margin-left: 0;
}

.dd.properties-details-sliders .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.smail-properties .list-inline-item {
    width: 20%;
}

.smail-properties .list-inline-item a img {
    width: 100%;
    border: none;
    border-radius: 0;
}

.properties-details-sliders .carousel-indicators > li.active img {
    opacity: 0.7;
}

.properties-details-sliders .left {
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #fff;
    border-radius: 5%;
}

.properties-details-sliders .left i {
    font-size: 20px;
    color: #353535;
}

.properties-details-sliders .right {
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 5%;
}

.properties-details-sliders .right i {
    font-size: 20px;
    color: #353535;
}

.list-inline-item:not(:last-child) {
    margin-right: 1px;
}

.smail-properties {
    width: 100%;
}

/** Properties details Slider start **/
.carousel-switch-buttons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.carousel-switch-buttons .carousel-control{
    pointer-events: auto;
}

.properties-details-Slider .list-inline {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 20;
    margin: 0 auto;
    width: 100%;
}

.properties-details-Slider .carousel-indicators > li {
    height: initial;
    text-indent: initial;
}

.properties-details-Slider .smail-properties .list-inline-item {
    width: 70px;
    margin: 5px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
}

.properties-details-Slider .location {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.properties-details-Slider .price{
    font-weight: 700;
}
.properties-details-Slider .price .month {
    color: #fff;
    font-weight: 400;
}

.properties-details-Slider h2 {
    color: #fff;
}

.pds-2 .heading-listing-3 {
    margin: 0 0 0 20px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
}
.properties-details-page p{
    font-size: 15px;
}

.bd-none {
    border-bottom: 1px none;
}

/** Submit property start **/
.submit-property .checkbox {
    padding-left: 0;
    margin-bottom: 10px;
}

.submit-property .heading-2 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
}

.submit-address form .input-text {
    padding: 10px 17px;
    color: #495057!important;
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.submit-address form textarea {
    min-height: 160px;
}

.submit-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #353535;
}

.pad-20 {
    padding: 25px;
}

.submit-address form .form-group {
    margin-bottom: 20px;
}

.submit-address textarea{
    height: 180px;
}

/**  Specifications start **/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
    margin-bottom: 30px;
}

/** Icons library **/
.icon-lists .heading {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.glyph {
    text-align: center;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.glyph .glyph-icon {
    font-size: 24px;
    font-weight: 500;
    color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
    display: none;
}

.glyph .bshadow0 .lnr {
    font-size: 24px;
    color: #555;
    font-weight: 500;
    display: block;
    line-height: 35px;
}

.icon-lists mark {
    margin-bottom: 10px;
    display: inline-block;
}

.font-awesome-icons .col-print-4 {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}

.font-awesome-icons {
    font-size: 14px;
    color: #555;
}

.font-awesome-icons .text-muted {
    display: none;
}

.default-plate {
    background: #ff214f
}

.blue-plate {
    background: #2048bb
}

.yellow-plate {
    background: #ffb400
}

.red-plate {
    background: #f0151f
}

.green-light-plate {
    background: #1abc9c
}

.green-plate {
    background: #7dba21
}

.yellow-light-plate {
    background: #faaa5d
}

.green-light-2-plate {
    background: #0dcdbd
}

.olive-plate {
    background: #b3c211
}

.purple-plate {
    background: #8e44ad
}

.midnight-blue-plate {
    background: #376bff
}

.brown-plate {
    background: #A14C10
}

.setting-button {
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: -45px;
    color: #2b303b;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/* Mtb **/
.mtb-50 {
    margin: 50px 0;
}

.mtb-30 {
    margin: 30px 0;
}

/* Mt **/
.mt-20{
    margin-top: 20px;
}

/* Mb **/
.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10{
    margin-bottom: 10px;
}

@media all and (min-width: 1200px) {

}

@media all and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        max-width: 700px;
        margin: auto;
    }

    .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .sticky-header {
        position: fixed;
        background: #00a8c2;
        top: 0px;
        z-index: 999;
        width: 100%;
    }

    .sticky-header .nav-link::after {
        display: none !important;
    }

    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }

    .header-shrink {
        background: #79cad7;
        opacity: 97%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }

    .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .header-shrink .open-offcanvas {
        color: #515151;
    }

    .hide-carat .nav-link::after {
        display: none !important;
    }
}

/** Media **/
@media (max-width: 1200px) {
    .main-header .logo {
        padding: 15px 0;
        float: left;
    }

    .main-header .navbar-expand-lg .user-account {
        padding: 30px 10px;
    }

    .main-header .form-inline .submit {
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .content-area {
        padding: 80px 0 50px;
    }

    .contact-2 .contact-info{
        margin:50px 0 0 0px;
    }

    .properties-details-Slider .smail-properties .list-inline-item {
        width: 50px;
        margin: 3px;
    }

    .sub-banner {
        background-position: inherit;
        background-repeat: inherit;
    }

    .ss-2{
        display: none;
    }

    .dashboard-content {
        padding: 30px 30px 0;
        position: relative;
        z-index: 10;
        height: 100%;
        margin-left: 0px;
        width: 100%;
    }

    .dashboard-nav {
        display: none!important;
    }

    .sub-footer {
        text-align: center;
    }

    .header-2{
        padding: 0;
    }

    .main-title {
        margin-bottom: 40px;
    }

    .main-title h1 {
        margin-bottom: 10px;
    }

    .sub-banner {
        height: 300px;
    }


    .main-header .logo {
        padding: 15px 0;
    }

    .t-c{
        text-align: center;
    }

    .sub-banner .breadcrumb-area h1 {
        margin: 0 0 10px;
        font-size: 27px;
    }

    .main-title h1 {
        font-size: 29px;
    }

    .hidden-mb-20{
        margin-bottom: 20px;
    }

    .header-transparent {
        z-index: 999;
        width: 100%;
    }

    .pb-hediin-60 {
        padding-bottom: 60px;
    }

    .pb-hediin-12{
        padding-bottom: 12px;
    }

    .contact-2 .main-title{
        margin-bottom: 40px;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
        background: #f9f9f9;
        color: #515151;
    }

    .main-header .navbar-expand-lg .navbar-nav .link-color:hover {
        background: #f9f9f9;
    }

    .main-header .dropdown-menu a {
        padding: 10px 30px;
    }

    .main-header .navbar-expand-lg .user-account {
        padding: 15px 10px;
    }

    .main-header .navbar-expand-lg .user-account li {
        font-size: 12px;
    }

    .main-header .form-inline .submit {
        margin: 0 0 50px 10px;
        font-size: 12px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none;
    }

    .contect-agent-photo img {
        margin-top: 40px;
    }

    .b p{
        margin-bottom: 0;
    }

    .sticky-header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .sticky-header {
        position: fixed;
        top: 0px;
        z-index: 999;
    }

    .header-shrink {
        background: #79cad7;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }
}

@media (max-width: 768px) {

    .main-title p{
        font-size: 15px;
    }

    .pds-2 .heading-listing-3 {
        margin: 0 0 20px 0;
    }

    .title-wwtn{
        display: inline-block;
        width: 100%;
    }

    .services-photo{
        display: none;
    }

    .sub-footer{
        margin-top: 10px;
    }

    .main-title h1 {
        font-size: 26px;
    }

    footer {
        padding-top: 60px;
    }

    .dashboard-content {
        padding: 30px 15px 0;
        overflow: hidden;
    }

    .invoice .text-right {
        text-align: left !important;
    }

    .invoice .order {
        text-align: left;
        line-height: normal;
    }

    .invoice-mb-30{
        margin-bottom: 20px;
    }

    .responsive-table {
        text-align: center;
    }

    .dashboard-header .breadcrumb-nav {
        right: 15px;
        display: inline-block;
        font-size: 15px;
        float: left;
    }

    .dashboard-header .breadcrumb-nav ul li {
        display: inline-block;
        list-style: none;
        margin: 0 15px 0 0;
    }

    .invoice .table td, .table th {
        padding: 10px 5px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .main-header {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    }

    .property-meta{
        padding: 20px 5px;
    }

    .property-meta ul li{
        font-size: 14px;
    }

    .property-meta ul li i {
        margin-right: 7px;
        font-size: 17px;
    }

    .sub-banner {
        height: 270px;
    }

    .sub-banner .breadcrumb-area h1 {
        font-size: 23px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 16px;
        font-weight: 400;
    }

    .partners img {
        max-width: 140px;
        margin: 0 auto;
    }

    .sub-footer {
        text-align: center;
    }

    .form-content-box {
        margin: 40px auto;
    }

    .form-content-box h3 {
        margin: 0 0 20px;
        font-size: 17px;
    }

    .countdown .top {
        font-size: 30px;
    }

    .setting-button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 38px;
        left: -35px;
    }

    .inside-properties iframe {
        height: 220px;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .back-to-listings {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 15px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    .form-content-box .details {
        padding: 30px 20px;
    }

    .sec-title-three h2 {
        margin-top: 0;
    }

    .content-area {
        padding: 60px 0 30px;
    }

    .about-box {
        max-width: 100%;
    }

    .my-properties-box .detail .location {
        font-size: 14px;
    }

    .properties-amenities ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .properties-condition ul li {
        margin-bottom: 10px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .breadcrumb-area .btn-md {
        padding: 10px 20px;
    }
}

@media (max-width: 580px) {

    .item-bg img{
        height: 100vh!important;
    }

    .setting-button {
        display: none;
    }
}

@media (max-width: 500px) {
    
}

@media (max-width: 380px) {

    .properties-details-page p{
        margin-bottom: 0;
    }
}


.con-logo-container{
    display: flex;
    justify-content: center;
}



.badge-cancelled {
    color: #fff;
    background-color: #ca002a
}

.ME-complementary-info-div-item{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.btn-door-opening{
    margin-bottom: 1px;
}

.people-capacity-box {
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 20;
    color: #fffa;
}


.tooltip-space-carac{
    position: relative;
}

.tooltip-space-carac .tooltip-space-carac-text {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: small;
}

.tooltip-space-carac .tooltip-space-carac-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-space-carac:hover .tooltip-space-carac-text {
    visibility: visible;
    opacity: 1;
}

/*Modifies a style from bootstrap*/
.table-responsive{
    padding-bottom: 1rem;
}

.SimpleSingleIcon1remButton{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 1rem;
    margin: 0 0.2rem;
    font-size: 1rem;
    border-radius: 5rem;
    background-color: unset;
    border: none;
    cursor: pointer;
    color: inherit;
}

.SimpleSingleIcon2remButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 2rem;
    margin: 0 0.2rem;
    font-size: 2rem;
    border-radius: 5rem;
    background-color: unset;
    border: none;
    cursor: pointer;
    color: inherit;
}

.SimpleSingleIcon3remButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 2.5rem;
    margin: 0 0.2rem;
    font-size: 3rem;
    border-radius: 6rem;
    background-color: unset;
    border: none;
    cursor: pointer;
    color: inherit;
}

.SimpleSingleIcon1remButton:hover, .SimpleSingleIcon2remButton:hover, .SimpleSingleIcon3remButton:hover {
    background-color: #dddddd;
}

.SimpleSingleIcon1remButton[disabled], .SimpleSingleIcon2remButton[disabled], .SimpleSingleIcon3remButton[disabled] {
    opacity: 50%;
    cursor: not-allowed;
}

.TableListCheckedColor {
    color: #00a8c2
}

.TableListNotCheckedColor {
    color: #e88c8c;
}

.TableVeryLongColumn {
    min-width: 30rem;
}

.TableLongColumn{
    min-width: 15rem;
}

.TableMediumColumn {
    min-width: 7rem;
}

.TableMediumLongColumn {
    min-width: 10rem;
}

.TelerikTableCustomStyling{
    max-height: max(88vh, 10rem);
}

.FilterDropDownsMainContainer {
    display: flex;
    margin-bottom: 2%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.FilterDropDownsSubContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.FilterDropDownsLabel {
    margin-bottom: 0;
    margin-right: 1%;
    white-space: nowrap;
}

.FilterDropdownsList {
    width: 70% !important;
    min-width: 15rem !important;
}

/*Adapt style to mobile phones*/

@media screen and (max-width: 600px) {

    .FilterDropDownsMainContainer{
        flex-direction: column !important;
    }

    /*The class you should put on elements that disappear on mobile view*/
    .HideForMobile{
        display: none;
    }
}

/*
    Avoid overlapping of a create button and legend
    We put it in a different screen max-width value because the button moves before the mobile selected limit
*/
@media screen and (max-width: 765px) {
    #LegendAvoidOverlap-mobile{
        position: relative !important
    }
}