﻿@charset "utf-8";
/* CSS Document */
.fullBx {
    display: flex;
}

.common-alert {
    width: 100%;
    bottom: -5px;
}

.content-detail {
    width: 100%;
    margin: 0 auto;
    float: left;
    background: #fff;
}

.middle-wrapper-bx {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
}

    .middle-wrapper-bx div.heading {
        display: block;
        font-size: 23px;
        line-height: 35px;
        font-weight: 700;
        margin: 0;
        padding: 10px 0;
        color: #3a3a3a;
    }

        .middle-wrapper-bx div.heading h1 {
            font-size: 23px;
            font-weight: 700;
            display: inline;
        }

    .middle-wrapper-bx p {
        display: block;
        font-size: 15px;
        line-height: 23px;
        margin: 10px 0px;
        padding: 0;
        color: #000
    }

    .middle-wrapper-bx span {
        color: #fa2200;
        font-weight: bold
    }

/*stepbox*/
.formContainer .stepbox {
    width: 100%;
    float: left;
}

    .formContainer .stepbox p {
        width: auto;
        float: left;
    }

        .formContainer .stepbox p span {
            display: block;
            color: #343434;
            padding: 10px 0 0 0;
        }

            .formContainer .stepbox p span svg {
                vertical-align: middle;
                width: 28px;
            }

.fa-user:before {
    padding-right: 5px;
}

.formDetails {
    width: 100%;
    float: left;
}

.customer-relation-bx {
    width: 670px;
    height: auto;
    float: left;
    margin: 0 0 30px 0
}

    .customer-relation-bx .formarea {
        width: 633px;
        height: auto;
        border: 10px solid #d4e2ec;
        position: relative;
        border-top: 10px solid #ffffff;
        margin: 30px 0 0 0
    }

        .customer-relation-bx .formarea .cust-rel-bx {
            margin: -15px 0 0 -10px;
            position: absolute;
            width: 670px
        }

            .customer-relation-bx .formarea .cust-rel-bx span {
                float: left
            }

            .customer-relation-bx .formarea .cust-rel-bx p {
                width: 632px;
                height: 49px;
                float: left;
            }

                .customer-relation-bx .formarea .cust-rel-bx p strong {
                    padding: 13px 0 0 50px;
                    display: block;
                    height: 34px;
                    font: normal 24px/23px Arial, Helvetica, sans-serif;
                    color: #1072b9
                }

.cust-rel-form {
    width: 450px;
    height: auto;
    margin: 50px auto 20px auto
}

    .cust-rel-form label {
        font-size: 15px;
        line-height: 23px;
        color: #333;
        display: block;
        padding: 0
    }

        .cust-rel-form label strong {
            color: #fa2200;
            font-weight: bold
        }

    .cust-rel-form select.title {
        width: 146px;
        height: 25px;
        display: block;
        border: 1px solid #a9a7a7;
        border-radius: 3px;
        padding: 3px;
        margin: 0 0 15px 0
    }

    .cust-rel-form input {
        width: 410px;
        height: 20px;
        display: block;
        border: 1px solid #a9a7a7;
        border-radius: 3px;
        padding: 3px;
        margin: 0 0 15px 0
    }

    .cust-rel-form textarea {
        width: 410px;
        height: 100px;
        display: block;
        border: 1px solid #a9a7a7;
        border-radius: 3px;
        padding: 3px;
        margin: 0 0 15px 0
    }

    .cust-rel-form select.enquiry {
        width: 420px;
        height: 25px;
        display: block;
        border: 1px solid #a9a7a7;
        border-radius: 3px;
        padding: 3px;
        margin: 0 0 15px 0
    }

    .cust-rel-form input.img {
        text-align: center;
        width: 149px;
        height: 38px;
        border: none;
        margin: 0 auto
    }

.our-con-info-bx {
    width: 275px;
    height: auto;
    float: right;
    margin: 25px 0 0 0px;
    border: 1px solid #E3E3E3
}

    .our-con-info-bx h3 {
        color: #0E71B8;
        font-size: 18px;
        line-height: 30px;
        margin: 0 15px;
        padding: 10px 0 0 0
    }

    .our-con-info-bx strong {
        display: block;
        color: #102335;
        padding: 10px 15px;
        font: bold 18px Arial, Helvetica, sans-serif
    }

        .our-con-info-bx strong.customercall {
            display: block;
            color: #102335;
            padding: 10px 15px;
            font: bold 15px Arial, Helvetica, sans-serif
        }

    .our-con-info-bx p {
        color: #333;
        font: normal 12px Arial, Helvetica, sans-serif;
        padding: 0 15px
    }

    .our-con-info-bx a.mailto {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 0 0 20px 15px
    }

.thanksmsg, .errormsg {
    width: 90%;
    height: auto;
    margin: 50px auto 20px auto
}

    .thanksmsg p, .errormsg p {
        font: normal 15px/18px Myriad Pro,Arial, Helvetica, sans-serif;
        color: #333
    }

.vcust_loading {
    text-align: center;
    display: none;
}

.mandatory {
    font: normal 15px/23px Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 20px;
}

    .mandatory span {
        color: #FA2200;
        font-weight: bold;
    }

p.hideInfo strong {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
    display: block;
}

.property-form {
    width: 100%;
    background: #f0f9fe;
    border: 1px solid #b2daed;
    padding: 10px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    /*overflow: hidden;*/
}

    .property-form p {
        display: block;
        margin-bottom: 10px;
    }

        .property-form p label {
            width: 40%;
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
        }

        .property-form p input, .property-form p select {
            width: 40%;
            height: 35px;
        }

            .property-form p input[type="button"] {
                width: 12%;
            }

        .property-form p select {
            width: 40%;
            color: #999;
            height: 40px;
        }

        .property-form p button {
            background: #0d6aad none repeat scroll 0 0;
            border: 1px solid #013c66;
            border-radius: 5px;
            color: #fff;
            float: left;
            font-size: 16px;
            margin-left: 379px;
            padding: 7px 35px;
        }

    .property-form h5 {
        font-size: 20px;
        line-height: 32px;
        color: #fe492b;
        padding: 15px 0;
        text-align: left;
        clear: both;
        font-weight: 500;
        background: none;
    }

    .property-form .formbx {
        background-color: #f1f1f1;
        width: 100%;
        float: right;
        margin: 0 0 20px;
        padding: 12px;
    }

        .property-form .formbx > span {
            padding: 10px;
            display: block;
            font-size: 14px;
            font-size: 11px;
            text-align: right;
            font-style: italic;
            color: #888888;
        }

        .property-form .formbx ul {
            width: 100%;
            float: left;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .property-form .formbx ul li {
                width: 48%;
                float: left;
                padding: 5px 10px;
                margin: 1%;
                background: #fff;
                border: #cecece 1px solid;
                position: relative;
                min-height: 52px;
            }

                .property-form .formbx ul li.col {
                    width: 31.3%;
                }

                .property-form .formbx ul li.full {
                    width: 100%;
                }

                .property-form .formbx ul li.full2 {
                    width: 98%;
                }

                .property-form .formbx ul li.btnbx {
                    float: right;
                    background: none;
                    border: none;
                    margin: 0;
                    padding: 0;
                    width: auto;
                    margin-right: 20px;
                }

                    .property-form .formbx ul li.btnbx input.btn-search,
                    .property-form .formbx ul li.btnbx button.btn-search {
                        background: #fe492b;
                        color: #ffffff;
                        font-size: 1.4em;
                        text-align: center;
                        padding: 10px 20px;
                        margin: 0;
                        border-radius: 20px;
                        border: none;
                        cursor: pointer;
                        position: absolute;
                        right: -6px;
                        bottom: 0;
                        z-index: 1;
                    }

                .property-form .formbx ul li label {
                    font-size: 13px;
                    color: #5a5a5a;
                }

                .property-form .formbx ul li input.inp-01 {
                    width: 100%;
                    float: left;
                    background: none;
                    border: none;
                    font-size: 1.2em;
                    font-weight: 600;
                    color: #000;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    padding-right: 10px;
                }

                .property-form .formbx ul li textarea {
                    width: 100%;
                    float: left;
                    background: none;
                    border: none;
                    font-size: 1.2em;
                    font-weight: 600;
                    color: #000;
                    padding: 10px;
                    min-height: 80px;
                }

                .property-form .formbx ul li select.sel-01 {
                    width: 100%;
                    float: left;
                    border: none; /*font-size:12px;*/
                    font-weight: 600;
                    color: #000;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    background: url(/assets/images/listbox-arrow.jpg) right -13px no-repeat;
                    position: absolute;
                    left: 0;
                    top: 16px;
                    padding: 0 0 0 10px;
                    height: 30px;
                    font-family: inherit;
                }


.navresize {
    padding: 10px 0px;
}

    .navresize span {
        background: url(../images/back-arrow.png) no-repeat;
        float: left;
        font-size: 20px;
        padding: 3px 17px 2px 20px;
        border-right: 1px solid #000;
        color: #0d6db1;
    }

.thanksmsg, .errormsg {
    width: 100%;
    height: auto;
    margin: 20px auto 20px auto
}

    .thanksmsg p, .errormsg p {
        font: normal 15px/18px Myriad Pro,Arial, Helvetica, sans-serif;
        color: #333
    }

.fa-bed:before {
    content: "\f236";
}

p.alignright {
    text-align: right;
}

.thanks {
    max-width: 100%;
    background-color: #f9f9f9;
    text-align: center;
    border: 4px solid #f54b17;
    margin: 20px auto;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
}

    .thanks img {
        text-align: center;
    }

    .thanks strong {
        color: #0e71b8;
        font-size: 30px;
        font-weight: normal;
        line-height: 28px;
        display: block;
    }

    .thanks p {
        font-size: 17px;
        color: #0e71b8;
        line-height: 33px;
        padding: 10px 0px;
        margin: 0px;
    }

.thanks-show {
    display: block;
}

.thanks-hide {
    display: none;
}


.property-form .formbx ul li.col.btnbx label.btn-search {
    position: absolute;
    right: 0;
    top: 99px;
    z-index: 9;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 25px;
    border-radius:25px;
}

@media only screen and (max-width:1024px) {
    .middle-wrapper-bx {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .property-form {
        padding: 10px 25px;
    }

        .property-form p label {
            width: 50%;
        }

        .property-form p input, .property-form p select {
            width: 48%;
        }

        .property-form p button {
            background: #0d6aad none repeat scroll 0 0;
            border: 1px solid #013c66;
            border-radius: 5px;
            color: #fff;
            float: left;
            font-size: 16px;
            margin-left: 50.5%;
            padding: 4px 30px;
        }

        .property-form p input, .property-form p select {
            height: 30px;
        }

        .property-form p select {
            height: 30px;
            width: 48%;
        }
}

@media only screen and (max-width:767px) {
    .property-form .formbx ul li.col {
        width: 100%;
    }
        .property-form .formbx ul li.col.btnbx label.btn-search {
            position: absolute;
            right: -6px;
            top: 15px;
            z-index: 10;
            color: #ffffff;
            border-radius: 25px;
            padding: 10px 22px;
            cursor: pointer;
        }
}

@media only screen and (min-width :320px) and (max-width:480px) {
    .property-form .formbx ul li.col {
        width: 100%;
    }

    .thanks img {
        width: 13%;
    }

    .thanks strong {
        font-size: 25px;
        line-height: 25px;
    }

    .thanks p {
        font-size: 15px;
        padding: 8px 0px;
        line-height: 25px;
    }

    .formContainer .stepbox p {
        width: 50%;
    }

        .formContainer .stepbox p img {
            width: 100%;
        }

            .formContainer .stepbox p img[src$='bedicon.jpg'] {
                width: auto;
            }

    .property-form {
        padding: 5px 0px;
    }

        .property-form p label {
            width: 100%;
        }

        .property-form p input, .property-form p select {
            width: 100%;
            height: 28px;
            line-height: 28px;
        }

        .property-form p select {
            width: 100%;
            height: 28px;
            line-height: 28px;
        }

        .property-form p button {
            padding: 5px 30px;
            font-size: 15px;
            margin: 0px;
        }

    .middle-wrapper-bx div.heading {
        line-height: 28px;
    }
}
