﻿body {
    background: #f4f4f4 !important;
    font-size: 16px !important;
    font-weight: 300;
    overflow-y: scroll !important;
    color: #545454;
}

.mobileoffer {
    display: none
}

.lineht14 {
    line-height: 1.4 !important;
}

.whatsapp1 {
    display: none;
}

.Testimonials h4 {
    float: left;
    width: 40px;
    background: #cf003f;
    text-align: center;
    padding-top: 9px;
    font-weight: 600;
    border-radius: 100%;
    height: 40px;
    color: #fff;
}


.Testimonials h2 {
    float: left;
    width: calc(100% - 80px);
    padding: 0 10px;
}

.Testimonials img {
    float: right;
    width: 20px;
}

.Testimonials i {
    color: #cc5e0d;
    font-size: 18px;
}

.radius15 {
    border-radius: 15px !important
}

.hotdeveloper {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px 20px 10px;
    border: 1px solid #ececec;
    border-radius: 15px;
}

    .hotdeveloper img {
        border-radius: 15px;
        width: 150px;
        height: 150px;
    }

    .hotdeveloper:hover {
        border: 1px solid #cf003f;
    }


.offercolore {
    background: #cf003f !important;
    padding: 40px 0;
    color: #fff;
}



    .offercolore h2 {
        font-weight: bold;
        margin-top: 0;
        font-size: 28px;
    }

    .offercolore h3 {
        font-weight: 600;
        font-size: 22px;
    }

    .offercolore a {
        background: #fff;
        color: #cf003f;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 2px;
        font-weight: 600;
    }



.offerbanner {
    width: 50%;
    margin: 0 auto;
}



.brandlogo {
    margin-bottom: 20px !important;
}

    .brandlogo .col {
        height: 35px;
    }

    .brandlogo img {
        vertical-align: middle;
        display: inline-block;
    }

.HotProjectlist {
    border-radius: 25px;
    border: 2px solid #fff;
    position: relative;
}

    .HotProjectlist:hover {
        border: 2px solid #cf003f;
    }


.HotProject {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding: 10px 15px 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    border-radius: 0 0 25px 25px;
}


.HotProjectimg {
    height: 250px;
    border-radius: 25px;
}

.relative {
    position: relative;
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
}

h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

h2, h3, h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

h5, h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
}



p {
    margin: 0 0 15px 0;
}

a {
    color: #8c002b;
    outline: none;
    display: block
}

    a:hover {
        color: #cf003f;
    }

        a:hover .material-icons {
            color: inherit;
        }

i {
    color: #54575b;
    vertical-align: middle;
}

span {
    vertical-align: middle;
}

.verticalcnt {
    vertical-align: middle;
}

.col.pr0 {
    padding-right: 0;
}

.col.pl0 {
    padding-left: 0;
}

.hrefwhite:hover i {
    color: #fff
}

.iconclr {
    color: #54575b;
}

.container {
    width: 90%;
}

.btn, .btn-large {
    background-color: rgba(207, 0, 63, 1);
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .btn:hover, .btn-large:hover {
        background-color: #ff004f;
        text-decoration: none;
        color: #fff;
    }

        .btn:hover i, .btn-large:hover i {
            color: #fff;
        }

    .btn:focus, .btn-large:focus, .btn-floating:focus {
        background-color: #cf003f;
    }

nav ul a:hover i {
    color: #fff;
}

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
}

    nav, nav a.sidenav-trigger, nav a.sidenav-trigger i, nav .nav-wrapper i {
        height: auto;
        min-height: 80px;
        line-height: 80px;
    }


        nav .nav-wrapper .sidenav i {
            min-height: auto;
        }


.btn i {
    color: #fff;
}

::placeholder {
    opacity: 1;
    color: #545454;
    font-weight: bold
}

:-ms-input-placeholder {
    opacity: 1;
    color: #545454;
    font-weight: bold
}

::-ms-input-placeholder {
    opacity: 1;
    color: #545454;
    font-weight: bold
}



.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pd30 {
    padding: 30px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px !important;
}

.padding-TB10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-TB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-LR10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-LR20 {
    padding-left: 20px;
    padding-right: 20px;
}

.mg0 {
    margin: 0 !important;
}

.mg5 {
    margin: 5px;
}

.mg10 {
    margin: 10px;
}

.mg15 {
    margin: 15px;
}

.mg20 {
    margin: 20px;
}

.mg25 {
    margin: 25px;
}

.mg30 {
    margin: 30px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mr0 {
    margin: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.margin-TB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-TB20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-LR10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-LR20 {
    margin-left: 20px;
    margin-right: 20px;
}

#homesectioncontainer input {
    margin-bottom: 0;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font600 {
    font-weight: 600;
}

.fontsize-13 {
    font-size: 13px;
}

.fontsize-14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font40 {
    font-size: 40px !important;
}

.small {
    font-size: 12px;
    color: black;
    background: #ddd;
    padding: 3px 6px;
}

.block {
    display: block
}

.whitbg {
    background: #fff;
}

.whitebg {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.graybtn {
    background: #545454;
}

.redbtn {
    background: #cf003f;
}

.bgccc {
    background: #ccc;
}

.bglitegray {
    background: #e6e6e6;
}

.bg-transparent {
    background: transparent
}

.bordercaption {
    width: 60px;
    margin: 0 auto;
    border-bottom: 3px solid #d1013c;
    margin-top: 4px;
}

.title {
    background: transparent;
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%;
    clear: both;
}

    .title.titlebg {
        background: #ddd;
        padding: 10px;
    }

    .title h6 {
        margin: 0;
        font-size: 20px;
    }

    .title p {
        margin: 0;
        font-size: 20px;
        font-weight: 400;
    }

.height100 {
    height: 100px;
}

.height60 {
    height: 60px !important;
}

.height150 {
    height: 150px !important;
}

.height200 {
    height: 200px;
}

.height220 {
    height: 220px !important;
}

.height250 {
    height: 250px !important;
}


.height300 {
    height: 300px !important;
}

.height350 {
    height: 350px !important;
}

.height400 {
    height: 400px !important;
}

.height270 {
    height: 270px !important;
}

.height600 {
    height: 600px !important;
}

.height800 {
    height: 800px !important;
}

.heightauto {
    height: auto !important;
}

.maxwid-140 {
    max-width: 140px;
}

.wid250 {
    width: 250px !important;
}

.wid150 {
    width: 150px;
}

.Wid-100 {
    width: 100% !important;
}

.Wid-auto {
    width: auto !important;
}

.wid400 {
    width: 400px !important;
}

.Builderlogo {
    width: 150px;
    height: 125px;
}

.bordergray {
    border: 1px solid #ddd;
}

.borderred {
    border: 1px solid #cf003f;
}

.border-right {
    border-right: 1px solid #ddd;
}

.borderb2 {
    border-bottom: 2px solid #cf003f;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.drkborder-bottom {
    border-bottom: 1px solid #9e9e9e;
}

.colorred {
    color: #cf003f;
}

.colorreddrk {
    color: #8c002b;
}

.colorgray {
    color: #545454;
}

.lightgrayclr {
    color: #a2a2a2
}

.colorgreen {
    color: green;
}

.coloryllow {
    color: #E7711B;
}

.colordrkyllow {
    color: #853700;
}


.colorwhite {
    color: white !important;
}

.inlineblk {
    display: inline-block !important;
}

::selection {
    background-color: #cf003f;
    color: #fff;
}



.iconpsn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    background: #cf003f;
    color: #fff;
    cursor: pointer;
}

.position-ab {
    position: absolute
}

.positionr5 {
    right: 5px
}

.positionb5 {
    bottom: 5px
}

.positioncentre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

.vertical-top {
    vertical-align: top !important;
}

footer {
    background: #ddd;
    padding: 20px 0;
}

    footer a {
        margin-top: 10px;
    }

.propertyplan {
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #ddd;
    text-align: center;
    min-height: 66px;
    position: relative;
}

.tbl-scroll {
    overflow-x: scroll;
}

    .tbl-scroll td {
        padding-top: 0px;
    }

.contactbtn {
    display: none
}

.col.inline-vertical {
    vertical-align: middle;
    float: none;
    display: inline-block;
    margin-right: -4px;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(2)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.modal-trigger {
    cursor: pointer;
    display: block;
}

#walkmodal.modal {
    width: 60%;
}

.modal {
    width: 25%;
    max-height: 100%;
    background: #fff;
}

input {
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
}

.input-field label {
    left: 5px;
    color: #545454;
    font-weight: 400;
    pointer-events: none;
}

label {
    color: #545454;
}

[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after {
    background-color: #cf003f;
    border-color: #cf003f;
}

[type="checkbox"]:checked + span:not(.lever)::before {
    border-right: 2px solid #cf003f;
    border-bottom: 2px solid #cf003f;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #cf003f;
    -webkit-box-shadow: 0 1px 0 0 #cf003f;
    box-shadow: 0 1px 0 0 #cf003f;
}

    input:not([type]):focus:not([readonly]) + label,
    input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
    input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #cf003f;
    }





#homesectioncontainer label.active {
    color: #fff !important;
    top: -5px;
}

button, input, optgroup, select, textarea {
    color: #545454;
    font-weight: 400;
}

.tabs .indicator {
    background-color: #cf003f;
    width: 35px;
    margin: 0 auto;
}

#tabs-nav.tabs .indicator {
    display: none;
}

.modal .modal-footer {
    text-align: center;
    margin-bottom: 30px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.tabs .tab a {
    color: #545454;
    font-weight: 400;
    font-size: inherit;
}

    .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #cf003f;
    }

.card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #000;
}

nav {
    background-color: #fff;
    color: #545454;
}

    nav a {
        color: #545454;
    }

    nav ul a {
        color: #545454;
    }

    nav .brand-logo.center.brand-logotp {
        top: 8px;
    }

    nav.topnav a.sidenav-trigger {
        display: block;
        text-decoration: none;
    }

.carousel .indicators .indicator-item {
    height: 15px;
    width: 15px;
    margin: 15px 4px;
    background-color: #fff;
}

    .carousel .indicators .indicator-item.active {
        background-color: #cf003f;
    }

.dropdown-content {
    min-width: 200px !important;
    width: 100% !important;
}

.dealofferbg {
    background: #F9DDDD;
    border: 1px dashed #d1013c;
    padding: 10px;
    margin-bottom: 30px
}

.tbl-projt tr {
    border-bottom: 0;
}

.tbl-projt td {
    padding: 0 0 20px 0;
    text-align: center;
}

    .tbl-projt td span {
        background: transparent;
        display: block;
        padding: 0;
        color: inherit;
    }

.tbl-projt p {
    margin: 5px 0 0 0;
    display: inline-block;
    color: black;
    background: #f5f0f0;
    padding: 3px 6px;
    font-size: 16px;
}

.reraimg {
    width: 80px;
    height: 80px;
    float: left;
}

    .reraimg img {
        width: 80px;
        height: 80px;
    }

.reradetail {
    float: right;
    width: calc(100% - 90px);
    margin-left: 10px;
}

.rerabrn {
    border: 1px solid green;
    padding: 3px 4px;
    display: inline-block;
    margin-left: 9px;
    color: green;
    font-size: 15px;
}

.rerabord {
    padding: 0 0 0 0;
    margin: 0 4px 0 0;
    font-weight: 400;
    display: inline-block;
    word-break: break-all;
}

.applylonabtn {
    cursor: pointer;
    background: #545454;
    color: #fff;
    text-align: center;
    width: 100%;
}

.tag-ttl {
    padding: 0 2rem;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}


.rightcontact {
    background: #fff;
    text-align: center;
    border: 3px solid #ddd;
    z-index: 1;
}


    .rightcontact.fixed {
        position: fixed;
        top: 10px;
        width: 21.3%;
    }

.online-icon {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background: green;
}

.ptnr-box {
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 20px;
    padding: 0;
    width: 150px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

    .ptnr-box img {
        height: 125px;
        display: block;
    }

    .ptnr-box h4 {
        margin: 0;
        text-align: center;
        padding: 0;
        font-weight: 300;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #cb003f;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.ptnr-box:hover .overlay {
    bottom: 0;
    height: 100%;
}

.offer-prjt {
    border: 1px dashed #d1013c;
    padding: 17px 50px;
    overflow: hidden;
    margin: 0 0 30px 0;
    background: #F9DDDD;
}

.offer-titl {
    width: calc(100% - 330px);
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.list-area li {
    background: #fff;
    margin-top: 15px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    font-weight: 400;
}

    .list-area li:last-child {
        margin-bottom: 30px;
    }

    .list-area li i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        margin-right: 0;
        color: green;
    }

    .list-area li span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 35px);
    }

.cityitem-bg {
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.btnheit45 {
    height: 45px;
    line-height: 45px
}

.offer-btn.offer-btn1 {
    width: auto;
    margin: 30px 0 20px 0;
}

.img-walkthrough {
    width: 100%;
    height: 200px;
    background: #545454;
    position: relative;
}

.calendar-box {
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: white;
}

.swingdiv {
    overflow: hidden;
    -webkit-transform: rotate(0) skewY(0);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

    .swingdiv:hover {
        -webkit-animation: swing .6s ease-out;
        animation: swing .6s ease-out;
    }

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.calendar-box.edit-cdr {
    width: 60px;
}

.calendar-box.edit-cdr {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.calendar-box .month {
    background: #cb003f;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.calendar-box .date {
    padding: 5px 0;
}

.update-info {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.update-title {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding-top: 7px;
    padding: 8px 15px;
}

.update-h1 {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
}

.updt84 {
    height: 84px;
}

.update-tright {
    display: inline-block;
    width: 85px;
    vertical-align: middle;
    text-align: right;
}

.update-info a {
    display: block;
    padding: 17px 17px 16px 17px;
}

.Qna-box {
    border: 1px solid #ccc;
    padding: 30px 15px;
    min-height: 177px;
    background: #fff;
    margin-bottom: 30px
}

::selection {
    background-color: #cf003f;
    color: #fff;
}

.carousel .indicators .indicator-item {
    background-color: #545454;
}


.crmbanner {
    width: 100%;
    color: #fff;
    background-size: cover;
    position: relative;
    height: 599px;
}

    .crmbanner.crmbanner1 {
        height: 296px;
        background: url(https://www.zricks.com/LandingPageFolder/images/open-house.jpg) bottom no-repeat;
        background-size: auto;
        background-size: 100% 100%;
        margin-bottom: 30px;
    }

.crmlayer {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    padding: 0 15px 15px 15px;
    bottom: 0;
    width: 100%;
}

.crmbanner.crmbanner1 h2 {
    margin: 80px 0 0 54px;
}

.crmbanner.crmbanner1 .crmlayer p {
    margin: 15px 0 10px 54px;
    padding: 15px 0 0 0;
}

.crmbanner.crmbanner1 .offer-btn.offer-btn1 {
    margin-top: 134px;
}

.aboutdeveloperlogo {
    height: 200px;
    width: 100%;
    border: 1px solid #ddd;
}

.clickable {
    border: 1px solid #ddd;
    width: 152px;
}

.project-logo {
    width: 150px;
    height: 125px;
    display: block;
}

.project-near {
    text-shadow: none;
    position: relative;
    background-color: #FFF;
    left: 0;
    font-size: 1.4rem;
    padding: 10px;
    bottom: 0;
    width: 273px;
    right: 20%;
    width: 100%;
}

.carousel .carousel-item > img {
    height: 400px;
}

.carousel.updateslider {
    min-height: 800px !important;
}

    .carousel.updateslider .carousel-item > img {
        height: 100% !important;
    }



.dropdown-content li > a, .dropdown-content li > span {
    color: #545454;
}

.select-wrapper span.caret {
    color: #ddd;
    right: 5px;
}

.select-wrapper .caret {
    pointer-events: none;
    fill: #ccc;
    z-index: 1;
}

.input-field.selectcity {
    float: left;
    margin: 0 18px;
    width: 130px;
}

    .input-field.selectcity .select-wrapper input.select-dropdown {
        border-bottom: 1px solid #ddd;
        height: 3rem;
        margin: 15px 0;
    }

.select-wrapper input.select-dropdown {
    color: #545454;
}

.sidenav li > a:hover, nav ul a:hover, .select-dropdown.dropdown-content li:hover, .select-dropdown.dropdown-content li:hover span {
    background-color: #cf003f;
    color: #fff;
    text-decoration: none
}

.collapsible-header.active, .collapsible-header:hover {
    background: #cf003f;
    color: #fff;
}

    .collapsible-header.active i, .collapsible-header:hover i {
        color: #fff;
    }

.collapsible-body {
    background: #fff;
}

.updt150 {
    height: 180px;
}

.updatelist {
    margin-bottom: 15px;
    background: white;
    border: 1px solid transparent;
}

    .updatelist h2 {
        height: 60px;
        overflow: hidden;
        margin: 0 0 0 0;
    }

.update-p {
    height: 66px;
    overflow: hidden;
    line-height: 1.3;
    margin-top: 5px;
}

    .update-p p {
        margin-bottom: 5px;
    }

.updatelist p {
    padding-top: 0;
    margin: 0 0 5px 0;
}



.updatelist.titleht .updateht {
    height: 78px;
    overflow: hidden;
    margin-top: 10px;
}

.updatelist.titleht h2 {
    height: auto;
    overflow: inherit;
    margin: 0 0 0 0;
}

.updatelist.titleht p {
    padding-top: 0;
    height: auto;
    overflow: inherit;
    margin: 0 0 5px 0;
}

.updatelist:hover {
    border: 1px solid #cb003f;
}

.update .calendar-box .month {
    padding: 9px 0;
    font-size: 12px;
}

.update .calendar-box .date {
    padding: 12px 0;
    font-size: 22px;
}

.calendar-box.edit-cdr .month {
    font-size: 9px;
}

.calendar-box.edit-cdr .date {
    font-size: 16px;
}

.lazy {
    background: url(/images/zrick-gb.jpg) 100% 100%;
    width: 100%;
}

.list-li li {
    width: 14%;
    padding: 0 10px;
}

#homesection {
    height: 555px;
    background: url(https://www.zricks.com/img/zricks-banner.jpg) 50% 67% no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

#homesectioncontainer {
    height: 555px;
    background-color: rgba(0,0,0,.6);
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.carousel .carousel-item > img {
}

.search-box {
    margin: 0 auto
}

.searchcity {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 55%;
}

.position-hvr .positioncentre {
    background-color: rgba(0,0,0,.6);
    z-index: 1;
}

.position-hvr:hover .positioncentre {
    background: #cf003f;
    color: #fff !important;
}

.radio-toolbar input {
    display: none
}

.radio-toolbar [type="radio"]:not(:checked) + label::before,
.radio-toolbar [type="radio"]:not(:checked) + label::after {
    border: 0;
}

.radio-toolbar label {
    padding: 0;
    border: 0;
}

.radio-toolbar [type="radio"]:not(:checked) + label {
    padding: 0;
    text-align: center;
    width: 25px;
    margin-bottom: 10px;
    margin-left: -4px;
    border: 0;
    background-color: #ccc;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: #cf003f;
    border: 0;
}

.pagination li.active {
    background-color: #cf003f;
}

.input-field.mg0 {
    margin: 10px 0;
}

    .input-field.mg0 input {
        margin: 0;
        background: #fff;
        padding-left: 5px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.formclss input {
    margin-bottom: 5px !important;
}

.formclss .input-field {
    height: 70px;
    margin-top: 0
}

.event-dtl .evnticon {
    width: 62px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    padding: 17px 0;
    text-align: center;
}


.event-dtl .evntddl {
    width: calc(100% - 76px);
    display: inline-block;
    vertical-align: middle;
}

.banner300 {
    position: relative;
    height: 320px;
    background: url() no-repeat 100% 100%;
    background-size: cover;
    z-index: 99;
}

.ht-3rem {
    height: 3rem;
}

.colum8 {
    height: 250px;
    overflow: hidden;
}

.cursorpntr {
    cursor: pointer;
}

.userphoto {
    display: inline-block;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 2px solid #cf003f;
    margin-bottom: 20px;
}

.top {
    top: 0
}

.bottom {
    bottom: 0
}

.bottom15 {
    bottom: 15px;
}

.left {
    left: 0
}

.right {
    right: 0
}



.right15 {
    right: 15px
}

.wid50pr {
    width: 50%;
}

.zindex1 {
    z-index: 1;
}


ul.finder_detail {
    border: solid 1px #b4b6b8;
}

    ul.finder_detail li {
        border-bottom: solid 1px #b4b6b8;
        text-align: center;
        position: relative;
        padding: 15px 0;
        min-height: 60px;
    }

        ul.finder_detail li:nth-child(odd) {
            background: #fff;
        }

.selectnaction .select-wrapper {
    margin: 0 15px;
}

.selectnaction input {
    height: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    border: 1px solid #5454 !important;
    box-sizing: border-box !important;
}

.borderhvr {
    border: 1px solid transparent;
}

    .borderhvr:hover {
        border: 1px solid #cf003f;
    }

.dropdown-content li {
    font-weight: 400;
}

.pointernone {
    pointer-events: none;
}

.pagination [type="radio"]:not(:checked) + span {
    padding-left: 10px;
}

.pagination [type="radio"] + span:before {
    display: none;
}


.locality-banner {
    height: 300px;
    background: url(https://www.zricks.com/img/locality-banner.jpg) no-repeat 50% 67%;
    background-size: cover;
    position: relative;
    width: 100%;
}

.hoverred-i:hover i {
    color: #cf003f;
}

.greenbtn {
    background: green
}

.thisnone {
    display: none
}


.calculator {
    margin: 10px 0 30px 0;
    width: 100%;
    float: left;
}

    .calculator .form {
        float: left;
        width: 49%;
        border: 1px solid #ddd;
        padding: 15px;
        background: #fff;
    }

    .calculator .results {
        float: right;
        width: 49%;
        border: 1px solid #ddd;
        padding: 30px;
        background: #fff;
        min-height: 332px;
    }

.linumber {
    list-style-position: inside;
    list-style-type: decimal !important;
}

.hrefinline a {
    display: inline-block;
}

.yellowclr {
    color: #E7711B;
}

.wid-20 {
    width: 20% !important;
}

.row {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

.inputwhite input {
    background: #fff !important;
    border: 1px solid #ddd !important;
}

.carousel.sliderht {
    height: 300px !important;
}

.abcRioButtonLightBlue {
    width: 100% !important;
    border-radius: 0 !important;
}

.abcRioButtonIcon {
    float: none !important;
    display: inline-block;
}

.abcRioButtonContents span {
    vertical-align: top;
}

.truncate {
    line-height: initial;
}

.codecontryId {
    position: absolute;
    top: 12px;
    left: 0;
    background: white;
    width: 100%;
    font-weight: 400;
    z-index: 11;
    pointer-events: none;
}

.tabsbanner ul#tabs-nav li:hover,
.tabsbanner ul#tabs-nav li.active {
    background-color: #cf003f;
    border-bottom: 0;
}

input:not([type]) + label::after, input[type="text"]:not(.browser-default) + label::after, input[type="password"]:not(.browser-default) + label::after, input[type="email"]:not(.browser-default) + label::after, input[type="url"]:not(.browser-default) + label::after, input[type="time"]:not(.browser-default) + label::after, input[type="date"]:not(.browser-default) + label::after, input[type="datetime"]:not(.browser-default) + label::after, input[type="datetime-local"]:not(.browser-default) + label::after, input[type="tel"]:not(.browser-default) + label::after, input[type="number"]:not(.browser-default) + label::after, input[type="search"]:not(.browser-default) + label::after, textarea.materialize-textarea + label::after, .select-wrapper + label::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}

::selection {
    background-color: #cf003f;
    color: #fff;
}




input:not([type]).validate + label, input[type="text"]:not(.browser-default).validate + label, input[type="password"]:not(.browser-default).validate + label, input[type="email"]:not(.browser-default).validate + label, input[type="url"]:not(.browser-default).validate + label, input[type="time"]:not(.browser-default).validate + label, input[type="date"]:not(.browser-default).validate + label, input[type="datetime"]:not(.browser-default).validate + label, input[type="datetime-local"]:not(.browser-default).validate + label, input[type="tel"]:not(.browser-default).validate + label, input[type="number"]:not(.browser-default).validate + label, input[type="search"]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
    width: 100%;
}

.tabsbanner label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    border-bottom: 2px solid #cf003f;
}

    ul#tabs-nav li.active a {
        color: #cf003f;
    }

.Relatedright .btn {
    margin-right: 5px;
}

.tab-content {
    display: none;
}

.labelselect {
    position: initial !important;
    pointer-events: inherit !important;
}

.carousel.carousel-slider .carousel-item {
    min-height: 200px;
}

.carousel.carousel-slider.offercarousel .carousel-item {
    min-height: 200px !important;
}

.verified-bottom {
    padding: 15px;
    display: none !important;
    background-color: rgba(2,2,2,.9);
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    color: #fff;
    text-align: center;
}

.contactsThanks {
    display: block;
    margin-bottom: 10px;
}

.lilist ul:not(.browser-default) > li {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 400
}

.wordbreak {
    word-break: break-word;
}

.reraimg {
    width: 80px;
    height: 80px;
    float: left;
}

    .reraimg img {
        width: 80px;
        height: 80px;
    }

.reradetail {
    float: right;
    width: calc(100% - 90px);
    margin-left: 10px;
    margin-top: 0;
}


/* update slider start */
.slideshow-container .mySlides {
    display: none
}



.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


    .slideshow-container .prev, .slideshow-container .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 10px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 25px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        background-color: rgba(207,0,63,0.4);
    }


    .slideshow-container .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }


        .slideshow-container .prev:hover, .slideshow-container .next:hover {
            background-color: rgba(207,0,63,1);
        }

    .slideshow-container .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }


    .slideshow-container .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }


    .slideshow-container .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

        .slideshow-container .active, .slideshow-container .dot:hover {
            background-color: #717171;
        }

    .slideshow-container .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }


@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* update slider end */
#fbWhenHover {
    display: none;
}

.fbhover:hover #fbWhenHover {
    display: block;
    position: absolute;
    top: 0;
}

@media (max-width:992px) {
    .whatsapp1 {
        background-color: #cf003f;
        display: block;
        position: fixed;
        width: 100% !important;
        right: 0;
        bottom: 0;
        left: 0px;
        width: 60px;
        margin: auto;
        z-index: 9999;
    }

        .whatsapp1 ul {
            margin: 0;
            padding: 0;
        }

            .whatsapp1 ul li {
                font-size: 22px;
                padding: 5px 10px;
                display: inline-block;
                color: #fff;
                justify-content: center;
                width: 48%;
            }

                .whatsapp1 ul li:last-child {
                    border-left: 2px solid #fff;
                    opacity: 1;
                }

                .whatsapp1 ul li a {
                    color: #fff;
                    font-weight: 500;
                }

                    .whatsapp1 ul li a span {
                        vertical-align: middle;
                    }

    .btnheit45 {
        height: 42px;
        line-height: 42px;
    }

    .m-height100 {
        height: 100px !important;
    }

    .modal, #walkmodal.modal {
        width: 90%;
    }

    .carousel.sliderht {
        min-height: 650px !important;
    }

    .rightcontact {
        position: static !important;
        width: 100% !important;
    }

    .project-rsction {
        padding: 15px;
    }

    .offer-prjt {
        padding: 15px;
        text-align: center;
    }

    .offer-titl {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .offer-btn {
        width: auto;
        float: none;
        text-align: center;
        display: inline-block;
    }

    .lactionul {
        padding: 0 20px;
    }

    .carousel.updateslider {
        min-height: 400px !important;
    }

    .offerbanner {
        width: 100%;
        padding: 0 20px;
    }

    .offercolore {
        padding: 20px 0;
    }
}

@media (max-width:600px) {

    .brandlogo img {
        max-width: 60px
    }

    .HotProject {
        font-size: 18px;
    }

    .xs-widauto {
        width: auto !important
    }

    .offerbanner {
        text-align: center;
    }

        .offerbanner img {
            display: inline-block;
        }

    .center.font40 {
        font-size: 28px;
    }

    .font600.font22 {
        font-size: 18px !important;
        padding: 0 8px;
    }

    .xsiconnone {
        display: none;
    }

    .search-box {
        width: 100%;
    }

    .searchcity {
        padding: 0 20px;
        width: 100%;
    }

    .list-li li, .list-li li h6 {
        width: auto;
        font-size: 14px
    }

    .xs-clear {
        clear: both;
    }



    .maxwid-140 {
        max-width: 100%;
    }

    .iconpsn {
        padding: 9px 10px;
    }

    .s-lineheight {
        line-height: 1.5
    }



    .positioncentre.wid50pr {
        width: 90%
    }



    .xs-pr15 {
        padding-right: 15px !important;
    }

    .xs-pl15 {
        padding-left: 15px !important;
    }

    .xs-pg0 {
        padding: 0 !important;
    }

    .xs-mt10 {
        margin-top: 10px;
    }

    .xs-mt20 {
        margin-top: 20px;
    }

    .xs-mb20 {
        margin-bottom: 20px;
    }

    .xs-center {
        text-align: center;
    }

    .xs-wid {
        width: 100%
    }

    .xs-mt5 {
        margin-top: 5px !important;
    }

    .xs-mb0 {
        margin-bottom: 0 !important
    }

    .xs-font14 {
        font-size: 14px !important;
    }

    .breadcrumb-list {
        display: none;
    }

    .s-hide {
        display: none !important;
    }

    .xs-ht80 {
        height: 80px !important;
    }

    .s-height100 {
        height: 100px !important;
    }

    .s-heightauto {
        height: auto !important;
    }

    .s-border0 {
        border: 0;
    }


    .s-borderbtm {
        border-bottom: 1px solid #ddd;
    }

    i.left.s-mr0 {
        margin-right: 0;
    }

    .s-mt15 {
        margin-top: 15px;
    }

    .reraproject .reraimg {
        float: none;
        margin: 0 auto;
    }

    .reraproject .reradetail {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .rerabrn {
        margin-left: 0;
        margin-top: 10px;
    }

    .crmbanner.crmbanner1 {
        height: 350px;
    }

        .crmbanner.crmbanner1 h2 {
            margin: 20px 0 0 0;
        }

        .crmbanner.crmbanner1 .crmlayer p {
            margin: 0 0 10px 0;
        }

        .crmbanner.crmbanner1 .offer-btn.offer-btn1 {
            margin-top: 10px;
        }

    .aboutdeveloperlogo {
        width: 150px;
        height: 150px;
        display: inline-block;
    }

    .input-field.selectcity {
        margin: 0;
        width: 62px;
    }

    nav .sidenav-trigger {
        margin: 0 10px;
    }

    nav .brand-logo.center.brand-logotp {
        top: 4px;
    }

    .carousel .carousel-item > img {
        height: 200px;
    }

    .tbl-projt td {
        width: 50%;
        float: left;
    }

    .contactbtn {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }

    .title-top .calendar-box.edit-cdr {
        display: block;
        margin: 0 auto;
    }

    .update-title {
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .update-h1 {
        width: 100%;
        display: block;
        text-align: center;
    }

    .update-tright {
        display: block;
        width: 100%;
        text-align: center;
    }

    .show-on-small {
        display: block !important;
    }

    .xwid100 {
        width: 100% !important;
    }

    .s-tablescrol {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .xsborder0 {
        border: 0 !important;
    }

    .calculator .form {
        width: 100%;
    }

    .calculator .results {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }
}



@media (max-width: 767px) {
    .mobileoffer {
        display: block;
    }

    .destoffer {
        display: none;
    }
}